diff --git a/kernel_ridge_linear_model/__pycache__/utils_functions_for_estimation.cpython-38.pyc b/kernel_ridge_linear_model/__pycache__/utils_functions_for_estimation.cpython-38.pyc
index 635a3f61b9f94ab6e9e13c1695e310e4fc5bdcea..ada1c0f0ef57eda60beb085a82b7fa6d699d4c46 100755
Binary files a/kernel_ridge_linear_model/__pycache__/utils_functions_for_estimation.cpython-38.pyc and b/kernel_ridge_linear_model/__pycache__/utils_functions_for_estimation.cpython-38.pyc differ
diff --git a/kernel_ridge_linear_model/best_R2_exploration_summary.csv b/kernel_ridge_linear_model/best_R2_exploration_summary.csv
index cd74d4979bd7a7c9cc7f2b525b71e5a5e037ffb3..d7a512f5c6697bfc78f54397f9806f8249594ad6 100755
--- a/kernel_ridge_linear_model/best_R2_exploration_summary.csv
+++ b/kernel_ridge_linear_model/best_R2_exploration_summary.csv
@@ -354,3 +354,5 @@ google_pixel_4a_5g,google_pixel_4a_5g_format,False,False,1000,0.01000000099,Fals
 google_pixel_4a_5g,google_pixel_4a_5g_format,False,False,1000,0.01000000099,False,----,0,1000000000.0,1000000000.0,1e-09,1000,0.1,100,False,0.8999417647627684,10,10,base_Y,
 samsung_galaxy_s8,samsung_galaxy_s8_format,False,False,1000,0.049940597311979425,False,----,0,1000000000.0,1000000000.0,1e-09,1000,0.1,100,False,0.9237201060264895,10,10,base_Y,
 samsung_galaxy_s8,samsung_galaxy_s8_format,False,False,1000,0.049940597311979425,False,----,0,1000000000.0,1000000000.0,1e-09,1000,0.1,100,False,0.9237201060264895,10,10,base_Y,
+google_pixel_4a_5g,google_pixel_4a_5g_format,False,False,1000,0.01000000099,False,----,0,1000000000.0,1000000000.0,1e-09,1000,0.1,100,False,0.8999417647627684,10,10,base_Y,
+google_pixel_4a_5g,google_pixel_4a_5g_format,False,False,1000,0.01000000099,False,----,0,1000000000.0,1000000000.0,1e-09,1000,0.1,100,False,0.8999417647627684,10,10,base_Y,
diff --git a/kernel_ridge_linear_model/kernel_ridge.py b/kernel_ridge_linear_model/kernel_ridge.py
index e5005fd5be6325d01b66b358362025344f6e229a..5185e090ce08904b6d69435fc6129f82ccb6f7a2 100755
--- a/kernel_ridge_linear_model/kernel_ridge.py
+++ b/kernel_ridge_linear_model/kernel_ridge.py
@@ -20,8 +20,8 @@ from statsmodels.sandbox.regression.kernridgeregress_class import GaussProcess
 # WARNING !!!!! THE VALUE OF ENERGY EFFICIENCY USED BY THE MODEL IS OBTAINED WITH FORMULA WORKLOAD/ENERGY, 
 #    IT IS THE INVERSE OF THE ONE COMPUTED BY THE AUTOMATIZATION SCRIPT
 ########### General option on input datas
-phone_name = "samsung_galaxy_s8" #  can be "google_pixel_4a_5g",  or "samsung_galaxy_s8"
-input_format = "samsung_galaxy_s8_format"  # "google_pixel_4a_5g_format" # can be "google_pixel_4a_5g_format", "samsung_galaxy_s8_format", or "generic"
+phone_name = "google_pixel_4a_5g" #  can be "google_pixel_4a_5g",  or "samsung_galaxy_s8"
+input_format = "google_pixel_4a_5g_format"  # "google_pixel_4a_5g_format" # can be "google_pixel_4a_5g_format", "samsung_galaxy_s8_format", or "generic"
 base_Y__X_meaning_dictionnary, base_Y_N_on_socket__X_meaning_dictionnary, base_Y_F__X_meaning_dictionnary, base_Y_F_N_on_socket__X_meaning_dictionnary = utils.setup_X_format_meaning_dictionnaries(phone_name)
 
 energy_gap = 10  # in mAh, this parameter and the next one is used in the function utils.remove_aberrants_points to remove some "aberrant_point"
@@ -77,7 +77,7 @@ generate_best_configuration_file = False
 number_of_best_combinations = 4000 # when generating the best configurations, this parameter should be used to limit the number of configurations to print in the output file 
 
 compute_marginal_effect = True   # MODIFIED before integrating experiment automatization
-workstep = "increasing_samsung_data_set" #"testing_best_configuration_estimation" #"reviewing_mariginal_interaction_plots" # "reviewing_mariginal_interaction_plots" #"looking_strange_cases"
+workstep = "testing_best_configuration_estimation"#"increasing_samsung_data_set" #"testing_best_configuration_estimation" #"reviewing_mariginal_interaction_plots" # "reviewing_mariginal_interaction_plots" #"looking_strange_cases"
 acceptable_marginal_mean_value = 0 # if not 0, the horizontal bar at the level of this value will appear in marginal graph (on the samsung).
                                        # this can help decision maker to chose acceptable situation, before scheduling at thread on core 
                                        # or increasing socket frequency, associated with a parameter of the model. 
diff --git a/kernel_ridge_linear_model/kernel_ridge_prediction_on_google_pixel_4a_5g.png b/kernel_ridge_linear_model/kernel_ridge_prediction_on_google_pixel_4a_5g.png
index c6affc80389150a0fc86003806a6628bd9b922f8..f502386a7612ed2f8030acfe15aaf55c592859e0 100755
Binary files a/kernel_ridge_linear_model/kernel_ridge_prediction_on_google_pixel_4a_5g.png and b/kernel_ridge_linear_model/kernel_ridge_prediction_on_google_pixel_4a_5g.png differ
diff --git a/kernel_ridge_linear_model/log_file_looking_at_best_configurations.txt b/kernel_ridge_linear_model/log_file_looking_at_best_configurations.txt
index 6fbfb6130e28c252655f97c4391f576858838ee0..829c9cc4b82a406b6a6c1287d4afc919bc810275 100755
--- a/kernel_ridge_linear_model/log_file_looking_at_best_configurations.txt
+++ b/kernel_ridge_linear_model/log_file_looking_at_best_configurations.txt
@@ -1,65011 +1,198291 @@
- --- New tests on samsung galaxy s8
- --- Getting data from folder   /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version
+ --- reviewing marginal plot on google pixel
+ --- Getting data from folder   /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89
  --- Maximum input size =    -1
  --- X format manipulated by the model  =    base_Y
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary_first_results_samsung_interrupted.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary_key_experiements_first_part.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary_key_experiement_second_part.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary_seventh_experiments_interrupted.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary__07Oct22_interrupted_by_windows_update.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary___06Sep22_09_42_02.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary___07Sep22_11_04_29.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary___08Sep22_11_21_57.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary___13Sep22_11_30_53.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary___14Sep22_12_20_26.csv
-*** Total configurations in user friendly format:  ['0303-1010', '0033-3000', '0303-0100', '2222-0220', '3000-1110', '0030-0000', '0020-0010', '1000-1010', '0020-0202', '0010-3300', '0011-0111', '3303-0001', '0022-0030', '0011-1100', '3303-1010', '0003-1001', '0000-0000', '0000-0000', '3000-0000', '3300-0000', '3330-0000', '3333-0000', '3333-3000', '3333-3300', '0000-3000', '0000-3300', '0000-3330', '3300-3000', '3330-3000', '3000-3000', '3000-3300', '3000-3330', '0000-0000', '1000-0000', '2000-0000', '3000-0000', '1100-0000', '2200-0000', '1110-0000', '2220-0000', '3300-1000', '3300-2000', '1100-1000', '2200-2000', '3000-1000', '3000-2000', '1000-1000', '1001-2000', '0111-0000', '3000-0202', '0001-2002', '3300-0000', '1101-0202', '0011-0000', '1001-0002', '2002-0101', '0303-0000', '0101-2220', '0001-0020', '3330-1111', '0330-0111', '0000-1010', '0001-1100', '0002-0020', '2022-2220', '1000-0030', '0010-2000', '0110-0002', '3030-1000', '2000-2000', '3000-1100', '3000-2200', '1000-1100', '2000-2200', '3000-3300', '0000-1000', '0000-2000', '0000-2200', '1001-2220', '0200-1100', '2002-0100', '0000-0001', '0101-0200', '3330-2220', '2002-2000', '0001-0200', '0220-0020', '0303-1000', '0110-0020', '0030-2000', '2002-1001', '0101-2020', '0202-1001', '3003-1101', '0220-1001', '3003-0002', '1111-0101', '2220-0000', '2020-0022', '0011-2200', '2222-2200', '1011-0100', '0033-2200', '0101-0330', '0100-0200', '1101-2000', '0333-0011', '1011-3330', '1011-3030', '0010-0101', '0110-0010', '0011-3000', '0020-2000', '3303-1011', '3000-2000', '0110-1001', '3330-2202', '1011-2200', '0222-0300', '0011-2022', '3003-3330', '0110-0100', '0200-0100', '2220-3330', '0020-2220', '2220-2220', '0002-3000', '2020-3030', '1001-2002', '0333-0030', '2022-2200', '0020-1100', '1110-3330', '0111-2000', '0033-0220', '2022-1001', '0003-0001', '3033-1010', '1111-0101', '0100-3000', '2020-1000', '0202-0200', '0300-0010', '0200-3330', '3333-1101', '3333-3000', '2000-0022', '1010-2000', '3030-2002', '0033-0011', '3030-1001', '0010-0011', '2220-0330', '2002-0010', '3330-0030', '0200-0010', '2022-0330', '0022-1111', '2220-0300', '3330-0101', '0001-0220', '1100-0020', '1100-1001', '0220-2022', '3000-0011', '1111-2002', '2000-1001', '2020-0220', '2020-0030', '1111-3330', '0222-2220', '0303-0100', '0100-0200', '2200-0002', '2200-1000', '3333-1111', '0222-1000', '2200-2000', '0330-0300', '0300-0000', '3030-0110', '1100-1011', '3303-0111', '3003-0220', '1000-0202', '1000-0100', '0030-2200', '0202-0001', '0333-0002', '3333-0001', '1000-2200', '1100-3000', '0020-1111', '3030-1101', '0002-0111', '1011-0330', '0000-1111', '1011-3030', '3033-0100', '3030-0000', '0111-0001', '0011-0000', '1111-3300', '0010-0222', '0002-3330', '1011-0100', '1011-3330', '3000-0001', '1011-0011', '0022-1111', '0220-2000', '0303-1001', '0022-3300', '0002-1000', '0222-3300', '3030-2000', '1100-0110', '1100-3330', '1001-3030', '0100-1011', '0330-0002', '1100-0000', '1110-3330', '0011-0222', '1100-0222', '1001-3330', '0200-1110', '3300-0101', '0333-3000', '3333-1000', '2020-1100', '0303-1000', '2002-0220', '0110-0300', '3330-2000', '0003-0030', '0222-2220', '3003-0110', '2200-1000', '0200-1000', '1101-1110', '2002-1111', '2200-3300', '0022-2220', '0101-0222', '1011-0002', '0330-1011', '1110-1000', '3300-2202', '3030-0010', '0000-2000', '0222-1110']
- --- Getting data from folder   /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_fifth_experiments_02Aug22_05_37_44_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_first_results_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_fourth_experiments__31Jul22_22_49_44_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_google_pixel_varying_frequency_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_google_pixel_varying_number_of_threads_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_second_results_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_third_result_cleaned_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_to_verify_strange_results.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_twelfth_before_meeting.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary___03Aug22_05_34_39_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary___09Aug22_08_43_01.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary___10Aug22_12_36_17.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary___12Aug22_11_07_50.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary___17Aug22_13_08_20.csv
+*** Total configurations in user friendly format:  ['101111-1-0', '011001-0-3', '110111-0-1', '101110-1-0', '111101-0-0', '111110-1-2', '303303-0-1', '222222-3-3', '333333-3-2', '202222-3-3', '101101-2-2', '003330-3-2', '220202-3-2', '202220-2-3', '333030-0-2', '303330-3-0', '202222-0-3', '030333-2-3', '022202-2-0', '111010-2-0', '333333-1-2', '111111-2-1', '222220-0-3', '000300-0-0', '222222-3-2', '333300-3-0', '110011-3-2', '111011-2-1', '202202-2-3', '333303-1-2', '202222-2-3', '300033-3-2', '330333-2-2', '220222-0-1', '033333-0-3', '110110-0-3', '110001-0-2', '222022-2-3', '111101-1-1', '022022-1-3', '000011-1-1', '111011-3-0', '220020-1-2', '333033-0-2', '222220-3-3', '030300-2-0', '220220-3-2', '101110-2-3', '111011-2-3', '303300-0-1', '222220-2-1', '200222-2-3', '220222-2-0', '333333-3-3', '110101-1-0', '011010-1-3', '303330-1-2', '033033-2-0', '333300-0-1', '111111-3-1', '110101-0-0', '003333-1-2', '333333-2-1', '333300-1-0', '220020-0-1', '111111-1-2', '101101-0-2', '330330-2-3', '333333-3-1', '220220-0-0', '110011-0-0', '011111-3-2', '303333-3-1', '101111-3-0', '222222-2-3', '022222-0-3', '303033-3-3', '333033-0-2', '022222-0-0', '100101-1-3', '110111-1-2', '222222-1-0', '101111-3-3', '111111-3-3', '003333-3-1', '011111-1-2', '202022-1-2', '330030-2-2', '333330-3-0', '111110-1-0', '110111-0-0', '202222-0-2', '333333-1-1', '111010-3-1', '111011-1-3', '303333-0-3', '033033-1-1', '111111-3-1', '222222-2-3', '333333-1-3', '011010-2-1', '333333-3-3', '330030-0-1', '111111-2-3', '111111-2-2', '033333-0-2', '011110-1-1', '333033-0-0', '002200-2-2', '011110-3-1', '200202-3-0', '111111-0-2', '330033-3-0', '222202-2-1', '030033-0-1', '022222-2-0', '202222-3-1', '333333-2-2', '111111-2-1', '101111-2-1', '100110-0-2', '333300-1-2', '000300-2-3', '010110-0-2', '222220-1-2', '222222-0-1', '330333-0-1', '033030-0-3', '033330-0-0', '303033-2-2', '202222-2-1', '111111-1-2', '202022-3-3', '303300-3-3', '330333-3-0', '333033-2-1', '222020-1-0', '303333-0-3', '222202-3-1', '111111-2-3', '111111-1-3', '111110-1-0', '222022-0-3', '220020-0-3', '033330-3-2', '111111-2-0', '111101-1-1', '111111-2-3', '333300-1-0', '111011-0-0', '220202-1-1', '033033-3-2', '022202-0-0', '033033-1-0', '003333-2-3', '222022-1-0', '033333-1-2', '100000-0-2', '222222-2-3', '202222-0-2', '333303-2-1', '303333-2-0', '220220-1-2', '222220-2-3', '111011-3-3', '220202-1-2', '222220-0-1', '111111-1-0', '033300-2-1', '222222-0-2', '330333-0-0', '330330-3-0', '101110-1-0', '002202-3-1', '220022-2-1', '202220-0-2', '222220-2-3', '222002-0-2', '030330-3-0', '222022-3-3', '333333-0-1', '202222-2-2', '030330-3-3', '222022-0-0', '222000-1-1', '333333-1-3', '101011-3-1', '033033-2-2', '330303-3-1', '333033-0-2', '030033-2-3', '333333-3-3', '333333-1-0', '101011-3-0', '333033-1-1', '222202-1-2', '222020-2-1', '001101-2-2', '111111-2-1', '222222-1-1', '101110-0-3', '300033-2-1', '111101-2-3', '303333-3-1', '110110-3-1', '222220-3-1', '110110-2-0', '000022-2-2', '111011-1-0', '222220-1-0', '033333-1-0', '202222-1-0', '011111-2-1', '110111-2-0', '333333-3-2', '333333-0-3', '110100-1-3', '110111-2-0', '011011-1-0', '100111-3-1', '010100-0-0', '222202-3-0', '222222-3-0', '330033-2-1', '303300-2-2', '222022-2-0', '220222-3-2', '000111-3-0', '111001-2-2', '020220-2-1', '222222-0-0', '300333-3-2', '222222-0-3', '000200-2-1', '333300-1-1', '330030-0-1', '333333-2-0', '110010-0-3', '330030-1-2', '222222-3-0', '222222-3-2', '220202-0-1', '333030-3-2', '111011-1-1', '202220-3-0', '220220-1-2', '110111-1-2', '111111-1-3', '222020-2-0', '333303-0-2', '100010-0-1', '222222-3-1', '222202-1-2', '101111-0-3', '110011-0-2', '101011-1-2', '001011-2-2', '011110-2-1', '333033-2-2', '330303-0-0', '033030-3-2', '333330-1-0', '222202-0-1', '110111-3-3', '333330-2-3', '111111-2-0', '101010-2-3', '333333-2-2', '222002-2-3', '222022-1-3', '033033-1-2', '010111-3-2', '222202-3-2', '330330-0-0', '222222-1-2', '022222-1-1', '101001-3-0', '033333-0-0', '000000-0-0', '100000-0-0', '200000-0-0', '300000-0-0', '110000-0-0', '220000-0-0', '330000-0-0', '111000-0-0', '222000-0-0', '333000-0-0', '300000-1-0', '300000-2-0', '100000-1-0', '200000-2-0', '300000-3-0', '000000-1-0', '000000-2-0', '000000-3-0', '000000-0-3', '000000-1-1', '000000-2-2', '000000-3-1', '000000-3-2', '000000-3-3', '000000-0-0', '300000-0-0', '330000-0-0', '333000-0-0', '333300-0-0', '333330-0-0', '333333-0-0', '333333-3-0', '333333-3-3', '000000-3-0', '000000-3-0', '000000-3-3', '300000-3-0', '330000-3-0', '333000-3-0', '300000-3-3', '330303-1-1', '333333-3-0', '022202-2-2', '100111-1-0', '303033-3-1', '101111-1-3', '002220-1-1', '111110-1-1', '220222-3-3', '022202-2-3', '000100-0-2', '011001-2-1', '222222-3-2', '220202-2-3', '222222-1-3', '011111-3-1', '333300-2-2', '333030-0-1', '030333-2-2', '001011-1-0', '033333-0-2', '220002-1-0', '330333-0-3', '111111-1-1', '222222-3-3', '220022-3-2', '303303-1-3', '011111-2-0', '011101-0-2', '111110-2-0', '333330-0-2', '333333-2-0', '300300-3-0', '033033-1-2', '222220-0-3', '111110-2-1', '330033-1-3', '333033-2-3', '022222-1-0', '222022-2-3', '202222-1-0', '100011-0-0', '333333-2-0', '010101-3-0', '011111-2-2', '222222-1-0', '000033-1-1', '033030-1-2', '111111-3-0', '220202-3-1', '101101-2-0', '222222-0-2', '303333-1-1', '000222-0-2', '022220-0-1', '222200-1-3', '022220-2-2', '333033-2-2', '222200-1-2', '300333-0-0', '111101-0-3', '220022-3-0', '000333-2-0', '111001-3-0', '330333-2-2', '110111-3-1', '222022-3-1', '333333-0-0', '220002-3-0', '303333-0-0', '222022-0-0', '033033-3-1', '200222-2-1', '111000-2-0', '001111-3-3', '033333-3-3', '222202-1-3', '222222-2-0', '222202-2-1', '100101-2-0', '033030-3-1', '220222-2-3', '222220-2-0', '330033-0-2', '300333-1-2', '010100-2-1', '111011-2-0', '101101-1-3', '202222-1-3', '303333-2-3', '000000-1-2', '101111-3-2', '022002-2-3', '002220-3-3', '300333-3-2', '303000-1-3', '100011-3-2', '110101-2-1', '101101-3-2', '111110-1-0', '002020-2-0', '330000-3-3', '003003-3-3', '000022-3-3', '033000-2-0', '011100-1-1', '033303-0-0', '010100-3-0', '110000-2-0', '101110-1-0', '100100-1-1', '222220-2-2', '002022-3-0', '003030-1-1', '033003-2-0', '010111-1-1', '303330-0-0', '010010-1-1', '030300-2-2', '033000-1-0', '000110-3-1', '033330-2-3', '011011-3-2', '020202-2-0', '101011-1-0', '303330-2-3', '022220-2-2', '200022-1-0', '011000-2-0', '020200-2-2', '001011-2-0', '202000-1-2', '200000-1-1', '111010-2-0', '020000-3-2', '022222-1-2', '333330-1-2', '101111-1-1', '300033-0-0', '303330-1-1', '220022-3-3', '003033-1-1', '110101-3-0', '011111-3-3', '110001-3-1', '002200-1-3', '010110-1-0', '330333-2-0', '202220-3-0', '003300-3-1', '200222-1-3', '330030-3-2', '111010-3-0', '220222-3-2', '303000-2-1', '222222-2-1', '330330-2-1', '222222-1-3', '333333-3-0', '000001-3-0', '222022-2-0', '111010-3-3', '100101-3-0', '333330-1-3', '220222-0-3', '333333-0-2', '111101-3-2', '333003-3-1', '111011-2-3', '333333-1-3', '333330-2-3', '222222-0-1', '111111-1-1', '033033-1-3', '303333-1-0', '200222-1-1', '222222-1-3', '333333-1-1', '222022-2-2', '033333-1-3', '333033-1-3', '200222-3-2', '111110-2-0', '000011-3-0', '111001-1-2', '333333-3-2', '022022-3-3', '022222-0-2', '030303-1-2', '022222-2-3', '101101-3-0', '000202-2-0', '111011-0-3', '220200-2-2', '333000-3-0', '010000-1-0', '330303-1-2', '110000-0-0', '022202-2-2', '202002-3-0', '303303-2-1', '200022-2-3', '030300-2-3', '030003-0-0', '000000-2-0', '202220-2-1', '001010-1-0', '202000-0-0', '100000-3-0', '011000-1-0', '022222-1-2', '333300-1-0', '222222-1-2', '003303-1-1', '000000-3-1', '000110-1-1', '220000-3-0', '022022-1-3', '000022-3-2', '001010-1-0', '000333-2-0', '020200-1-1', '011010-2-3', '101101-2-1', '330330-3-3', '022222-3-1', '202022-3-1', '011010-3-2', '110011-2-2', '033030-2-0', '220222-2-3', '101011-3-2', '333303-0-0', '011001-3-1', '000110-3-3', '002220-2-3', '222222-2-2', '300000-3-1', '222002-1-0', '033030-0-0', '110000-1-2', '001101-1-1', '002202-3-0', '101101-3-0', '101110-2-2', '020202-1-3', '030300-3-0', '020200-2-3', '222220-2-0', '101001-3-0', '002022-3-1', '002020-3-0', '202000-3-3', '220000-3-3', '003333-1-0', '000111-0-0', '333033-2-0', '020200-2-0', '020000-1-3', '330303-2-0', '110101-3-3', '200000-1-3', '110001-2-3', '220202-1-1', '003033-1-1', '202222-2-0', '330300-2-0', '010011-1-0', '030000-3-3', '222002-0-0', '330033-1-1', '330330-1-3', '303033-0-0', '003333-2-0', '020222-2-2', '033030-3-1', '333033-3-3', '110101-2-0', '001000-3-0', '300000-2-0', '003303-1-2', '300030-2-0', '002200-3-2', '333330-2-0', '020222-3-0', '030033-3-0', '330003-3-1', '303000-3-1', '020002-2-3', '303330-3-0', '110101-1-0', '333033-1-3', '001111-1-0', '010111-1-2', '100100-3-3', '000100-2-1', '303333-1-0', '220020-1-2', '100111-1-0', '200000-1-0', '003300-3-0', '330330-3-0', '002000-2-1', '100000-2-1', '000010-3-1', '110110-3-1', '033333-2-1', '000222-2-3', '330300-1-2', '300303-0-0', '111000-1-0', '002220-1-0', '020022-1-0', '020220-2-1', '101101-3-0', '011000-2-2', '010010-1-0', '330003-3-2', '022222-3-3', '202200-3-2', '003303-2-2', '330033-3-3', '222022-1-3', '222220-0-0', '220220-0-0', '100001-1-1', '202202-1-0', '100010-3-0', '202020-2-3', '001100-3-3', '022002-3-1', '202222-1-2', '101101-0-0', '030300-3-0', '330333-2-3', '100111-1-2', '033030-3-0', '001101-3-0', '003333-3-3', '202022-3-0', '003000-3-3', '000333-2-3', '000020-0-0', '222020-1-0', '011100-2-3', '333330-1-2', '222002-1-2', '030333-2-2', '010000-3-2', '300300-1-0', '001100-0-0', '020222-3-0', '110000-2-0', '100100-2-1', '011011-2-2', '200020-1-0', '303330-1-1', '110111-0-0', '002022-2-1', '003330-1-3', '110001-1-2', '100010-1-0', '220220-3-1', '010111-0-0', '300000-2-2', '010100-1-0', '033003-2-0', '022000-2-0', '300003-3-3', '000222-2-2', '022202-3-1', '022200-2-0', '010000-2-1', '001110-2-1', '033030-3-3', '110100-2-2', '333003-2-3', '333030-2-3', '010011-1-0', '200000-1-2', '003000-1-2', '033000-1-1', '220002-0-0', '002002-1-0', '100101-1-0', '111001-1-0', '011111-1-0', '202020-3-3', '111111-1-3', '111100-3-0', '303003-3-0', '030333-1-1', '101000-1-2', '200002-2-0', '300300-1-1', '202002-2-3', '333303-0-0', '333303-2-2', '010110-2-0', '333300-3-2', '202000-2-1', '030033-1-2', '003300-2-0', '111010-1-1', '033333-3-3', '200200-2-1', '222020-0-0', '300000-1-2', '010111-2-1', '333330-3-1', '030330-3-1', '300000-2-2', '030030-1-0', '033003-3-1', '222002-2-0', '303000-2-1', '030303-0-0', '030000-3-2', '003333-1-0', '011101-1-0', '000033-2-0', '002220-2-0', '020222-2-0', '300303-1-3', '000300-1-0', '020220-2-0', '111110-3-0', '222020-2-2', '303330-2-1', '101100-1-3', '003303-1-0', '303030-3-2', '002000-2-2', '222002-3-0', '000030-2-0', '101010-3-0', '022200-1-1', '001101-3-0', '002020-2-3', '110011-2-3', '000000-3-3', '000022-2-1', '100000-1-1', '011011-3-2', '300300-2-1', '111110-2-1', '330030-3-0', '011011-0-0', '303333-1-3', '010111-0-0', '200202-3-2', '001000-1-0', '101111-3-3', '330333-1-0', '202002-1-1', '100101-2-2', '330003-1-0', '101101-1-0', '110010-3-3', '022220-3-3', '020020-1-0']
+ --- Getting data from folder   /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89
  --- Maximum input size =    -1
  --- X format manipulated by the model  =    base_Y
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary_first_results_samsung_interrupted.csv
- --- Converting [0.0, 3.0, 0.0, 3.0, 1.0, 0.0, 1.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0]
- --- Converting [0.0, 0.0, 3.0, 3.0, 3.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0]
- --- Converting [0.0, 3.0, 0.0, 3.0, 0.0, 1.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0]
- --- Converting [2.0, 2.0, 2.0, 2.0, 0.0, 2.0, 2.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0]
- --- Converting [3.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0]
- --- Converting [0.0, 0.0, 3.0, 0.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0]
- --- Converting [0.0, 0.0, 2.0, 0.0, 0.0, 0.0, 1.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0]
- --- Converting [1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0]
- --- Converting [0.0, 0.0, 2.0, 0.0, 0.0, 2.0, 0.0, 2.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 0, 1, 0, 1.0, 0, 1, 0, 1]
- --- Converting [0.0, 0.0, 1.0, 0.0, 3.0, 3.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0]
- --- Converting [0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1]
- --- Converting [3.0, 3.0, 0.0, 3.0, 0.0, 0.0, 0.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1]
- --- Converting [0.0, 0.0, 2.0, 2.0, 0.0, 0.0, 3.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0]
- --- Converting [0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0]
- --- Converting [3.0, 3.0, 0.0, 3.0, 1.0, 0.0, 1.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0]
- --- Converting [0.0, 0.0, 0.0, 3.0, 1.0, 0.0, 0.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1]
- --- Converting [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary_key_experiements_first_part.csv
- --- Converting [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
- --- Converting [3.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0]
- --- Converting [3.0, 3.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0]
- --- Converting [3.0, 3.0, 3.0, 0.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0]
- --- Converting [3.0, 3.0, 3.0, 3.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 1, 1, 1, 0, 0, 0, 0, 0]
- --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 1, 1, 1, 2.0, 1, 0, 0, 0]
- --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0]
- --- Converting [0.0, 0.0, 0.0, 0.0, 3.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0]
- --- Converting [0.0, 0.0, 0.0, 0.0, 3.0, 3.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0]
- --- Converting [0.0, 0.0, 0.0, 0.0, 3.0, 3.0, 3.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0]
- --- Converting [3.0, 3.0, 0.0, 0.0, 3.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0]
- --- Converting [3.0, 3.0, 3.0, 0.0, 3.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0]
- --- Converting [3.0, 0.0, 0.0, 0.0, 3.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0]
- --- Converting [3.0, 0.0, 0.0, 0.0, 3.0, 3.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0]
- --- Converting [3.0, 0.0, 0.0, 0.0, 3.0, 3.0, 3.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0]
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_fifth_experiments_02Aug22_05_37_44_with_configuration_really_tested.csv
+ --- Converting [1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0]
+ --- Converting [0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0]
+ --- Converting [1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0]
+ --- Converting [1.0, 0.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0]
+ --- Converting [3.0, 0.0, 3.0, 3.0, 0.0, 3.0, 0.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0]
+ --- Converting [2.0, 0.0, 2.0, 2.0, 2.0, 2.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0]
+ --- Converting [1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0]
+ --- Converting [0.0, 0.0, 3.0, 3.0, 3.0, 0.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0]
+ --- Converting [2.0, 2.0, 0.0, 2.0, 0.0, 2.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 1, 0, 1, 3.0, 2.0]
+ --- Converting [2.0, 0.0, 2.0, 2.0, 2.0, 0.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0]
+ --- Converting [3.0, 3.0, 3.0, 0.0, 3.0, 0.0, 0.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0]
+ --- Converting [3.0, 0.0, 3.0, 3.0, 3.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0]
+ --- Converting [2.0, 0.0, 2.0, 2.0, 2.0, 2.0, 0.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0]
+ --- Converting [0.0, 3.0, 0.0, 3.0, 3.0, 3.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0]
+ --- Converting [0.0, 2.0, 2.0, 2.0, 0.0, 2.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0]
+ --- Converting [1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 0.0, 0.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0]
+ --- Converting [0.0, 0.0, 0.0, 3.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 0.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0]
+ --- Converting [1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0]
+ --- Converting [1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0]
+ --- Converting [2.0, 0.0, 2.0, 2.0, 0.0, 2.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 0.0, 3.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0]
+ --- Converting [2.0, 0.0, 2.0, 2.0, 2.0, 2.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0]
+ --- Converting [3.0, 0.0, 0.0, 0.0, 3.0, 3.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0]
+ --- Converting [3.0, 3.0, 0.0, 3.0, 3.0, 3.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0]
+ --- Converting [2.0, 2.0, 0.0, 2.0, 2.0, 2.0, 0.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0]
+ --- Converting [0.0, 3.0, 3.0, 3.0, 3.0, 3.0, 0.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0]
+ --- Converting [1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0]
+ --- Converting [1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0]
+ --- Converting [2.0, 2.0, 2.0, 0.0, 2.0, 2.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0]
+ --- Converting [0.0, 2.0, 2.0, 0.0, 2.0, 2.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0]
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_first_results_with_configuration_really_tested.csv
+ --- Converting [0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0]
+ --- Converting [1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0]
+ --- Converting [2.0, 2.0, 0.0, 0.0, 2.0, 0.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0]
+ --- Converting [3.0, 3.0, 3.0, 0.0, 3.0, 3.0, 0.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 0.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0]
+ --- Converting [0.0, 3.0, 0.0, 3.0, 0.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0]
+ --- Converting [2.0, 2.0, 0.0, 2.0, 2.0, 0.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0]
+ --- Converting [1.0, 0.0, 1.0, 1.0, 1.0, 0.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0]
+ --- Converting [1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0]
+ --- Converting [3.0, 0.0, 3.0, 3.0, 0.0, 0.0, 0.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 0.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0]
+ --- Converting [2.0, 0.0, 0.0, 2.0, 2.0, 2.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0]
+ --- Converting [2.0, 2.0, 0.0, 2.0, 2.0, 2.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0]
+ --- Converting [1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0]
+ --- Converting [0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0]
+ --- Converting [3.0, 0.0, 3.0, 3.0, 3.0, 0.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0]
+ --- Converting [0.0, 3.0, 3.0, 0.0, 3.0, 3.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 0.0, 0.0, 0.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0]
+ --- Converting [1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0]
+ --- Converting [0.0, 0.0, 3.0, 3.0, 3.0, 3.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 0.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0]
+ --- Converting [2.0, 2.0, 0.0, 0.0, 2.0, 0.0, 0.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0]
+ --- Converting [1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0]
+ --- Converting [3.0, 3.0, 0.0, 3.0, 3.0, 0.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0]
+ --- Converting [2.0, 2.0, 0.0, 2.0, 2.0, 0.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0]
+ --- Converting [1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0]
+ --- Converting [0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0]
+ --- Converting [3.0, 0.0, 3.0, 3.0, 3.0, 3.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0]
+ --- Converting [1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0]
+ --- Converting [0.0, 2.0, 2.0, 2.0, 2.0, 2.0, 0.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0]
+ --- Converting [3.0, 0.0, 3.0, 0.0, 3.0, 3.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0]
+ --- Converting [3.0, 3.0, 3.0, 0.0, 3.0, 3.0, 0.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0]
+ --- Converting [0.0, 2.0, 2.0, 2.0, 2.0, 2.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0]
+ --- Converting [1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0]
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_fourth_experiments__31Jul22_22_49_44_with_configuration_really_tested.csv
+ --- Converting [1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0]
+ --- Converting [1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0]
+ --- Converting [0.0, 0.0, 3.0, 3.0, 3.0, 3.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0]
+ --- Converting [0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0]
+ --- Converting [2.0, 0.0, 2.0, 0.0, 2.0, 2.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0]
+ --- Converting [3.0, 3.0, 0.0, 0.0, 3.0, 0.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0]
+ --- Converting [1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0]
+ --- Converting [2.0, 0.0, 2.0, 2.0, 2.0, 2.0, 0.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0]
+ --- Converting [1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 0, 1, 0, 3.0, 1.0]
+ --- Converting [1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0]
+ --- Converting [3.0, 0.0, 3.0, 3.0, 3.0, 3.0, 0.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0]
+ --- Converting [0.0, 3.0, 3.0, 0.0, 3.0, 3.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]
+ --- Converting [0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0]
+ --- Converting [3.0, 3.0, 0.0, 0.0, 3.0, 0.0, 0.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0]
+ --- Converting [0.0, 3.0, 3.0, 3.0, 3.0, 3.0, 0.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0]
+ --- Converting [0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0]
+ --- Converting [3.0, 3.0, 3.0, 0.0, 3.0, 3.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0]
+ --- Converting [0.0, 0.0, 2.0, 2.0, 0.0, 0.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0]
+ --- Converting [0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0]
+ --- Converting [2.0, 0.0, 0.0, 2.0, 0.0, 2.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0]
+ --- Converting [3.0, 3.0, 0.0, 0.0, 3.0, 3.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 0.0, 2.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0]
+ --- Converting [0.0, 3.0, 0.0, 0.0, 3.0, 3.0, 0.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0]
+ --- Converting [0.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0]
+ --- Converting [2.0, 0.0, 2.0, 2.0, 2.0, 2.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0]
+ --- Converting [1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0]
+ --- Converting [1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 0.0, 0.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0]
+ --- Converting [0.0, 0.0, 0.0, 3.0, 0.0, 0.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 0, 1, 0, 0, 2.0, 3.0]
+ --- Converting [0.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 0.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 0.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0]
+ --- Converting [3.0, 3.0, 0.0, 3.0, 3.0, 3.0, 0.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0]
+ --- Converting [0.0, 3.0, 3.0, 0.0, 3.0, 0.0, 0.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0]
+ --- Converting [0.0, 3.0, 3.0, 3.0, 3.0, 0.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0]
+ --- Converting [3.0, 0.0, 3.0, 0.0, 3.0, 3.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 0, 1, 1, 2.0, 2.0]
+ --- Converting [2.0, 0.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0]
+ --- Converting [2.0, 0.0, 2.0, 0.0, 2.0, 2.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0]
+ --- Converting [3.0, 0.0, 3.0, 3.0, 0.0, 0.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0]
+ --- Converting [3.0, 3.0, 0.0, 3.0, 3.0, 3.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0]
+ --- Converting [3.0, 3.0, 3.0, 0.0, 3.0, 3.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0]
+ --- Converting [2.0, 2.0, 2.0, 0.0, 2.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0]
+ --- Converting [3.0, 0.0, 3.0, 3.0, 3.0, 3.0, 0.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 0.0, 2.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0]
+ --- Converting [2.0, 2.0, 2.0, 0.0, 2.0, 2.0, 0.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0]
+ --- Converting [2.0, 2.0, 0.0, 0.0, 2.0, 0.0, 0.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0]
+ --- Converting [0.0, 3.0, 3.0, 3.0, 3.0, 0.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 0.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0]
+ --- Converting [1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0]
+ --- Converting [2.0, 2.0, 0.0, 2.0, 0.0, 2.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0]
+ --- Converting [0.0, 3.0, 3.0, 0.0, 3.0, 3.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0]
+ --- Converting [0.0, 2.0, 2.0, 2.0, 0.0, 2.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0]
+ --- Converting [0.0, 3.0, 3.0, 0.0, 3.0, 3.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0]
+ --- Converting [0.0, 0.0, 3.0, 3.0, 3.0, 3.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0]
+ --- Converting [2.0, 2.0, 2.0, 0.0, 2.0, 2.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0]
+ --- Converting [0.0, 3.0, 3.0, 3.0, 3.0, 3.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0]
+ --- Converting [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0]
+ --- Converting [2.0, 0.0, 2.0, 2.0, 2.0, 2.0, 0.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 0.0, 3.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0]
+ --- Converting [3.0, 0.0, 3.0, 3.0, 3.0, 3.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0]
+ --- Converting [2.0, 2.0, 0.0, 2.0, 2.0, 0.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 0.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0]
+ --- Converting [1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0]
+ --- Converting [2.0, 2.0, 0.0, 2.0, 0.0, 2.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 0.0, 0.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0]
+ --- Converting [0.0, 3.0, 3.0, 3.0, 0.0, 0.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 0.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0]
+ --- Converting [3.0, 3.0, 0.0, 3.0, 3.0, 3.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0]
+ --- Converting [3.0, 3.0, 0.0, 3.0, 3.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0]
+ --- Converting [1.0, 0.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0]
+ --- Converting [0.0, 0.0, 2.0, 2.0, 0.0, 2.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0]
+ --- Converting [2.0, 2.0, 0.0, 0.0, 2.0, 2.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0]
+ --- Converting [2.0, 0.0, 2.0, 2.0, 2.0, 0.0, 0.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 1, 1, 0, 0.0, 2.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 0.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0]
+ --- Converting [2.0, 2.0, 2.0, 0.0, 0.0, 2.0, 0.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0]
+ --- Converting [0.0, 3.0, 0.0, 3.0, 3.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0]
+ --- Converting [2.0, 2.0, 2.0, 0.0, 2.0, 2.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 0.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0]
+ --- Converting [2.0, 0.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0]
+ --- Converting [0.0, 3.0, 0.0, 3.0, 3.0, 0.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0]
+ --- Converting [2.0, 2.0, 2.0, 0.0, 2.0, 2.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0]
+ --- Converting [2.0, 2.0, 2.0, 0.0, 0.0, 0.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]
+ --- Converting [1.0, 0.0, 1.0, 0.0, 1.0, 1.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0]
+ --- Converting [0.0, 3.0, 3.0, 0.0, 3.0, 3.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0]
+ --- Converting [3.0, 3.0, 0.0, 3.0, 0.0, 3.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0]
+ --- Converting [3.0, 3.0, 3.0, 0.0, 3.0, 3.0, 0.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0]
+ --- Converting [0.0, 3.0, 0.0, 0.0, 3.0, 3.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0]
+ --- Converting [1.0, 0.0, 1.0, 0.0, 1.0, 1.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0]
+ --- Converting [3.0, 3.0, 3.0, 0.0, 3.0, 3.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 0.0, 2.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0]
+ --- Converting [2.0, 2.0, 2.0, 0.0, 2.0, 0.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0]
+ --- Converting [0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0]
+ --- Converting [1.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 1, 1, 0, 0.0, 3.0]
+ --- Converting [3.0, 0.0, 0.0, 0.0, 3.0, 3.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0]
+ --- Converting [3.0, 0.0, 3.0, 3.0, 3.0, 3.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0]
+ --- Converting [1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 0.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0]
+ --- Converting [1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0]
+ --- Converting [0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0]
+ --- Converting [1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0]
+ --- Converting [0.0, 3.0, 3.0, 3.0, 3.0, 3.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0]
+ --- Converting [2.0, 0.0, 2.0, 2.0, 2.0, 2.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0]
+ --- Converting [0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0]
+ --- Converting [1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 0.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0]
+ --- Converting [1.0, 1.0, 0.0, 1.0, 0.0, 0.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 1, 0, 0, 1.0, 3.0]
+ --- Converting [1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0]
+ --- Converting [0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0]
+ --- Converting [1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 0, 1, 1, 1, 3.0, 1.0]
+ --- Converting [0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 0.0, 2.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0]
+ --- Converting [3.0, 3.0, 0.0, 0.0, 3.0, 3.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0]
+ --- Converting [3.0, 0.0, 3.0, 3.0, 0.0, 0.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0]
+ --- Converting [2.0, 2.0, 2.0, 0.0, 2.0, 2.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0]
+ --- Converting [2.0, 2.0, 0.0, 2.0, 2.0, 2.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0]
+ --- Converting [0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0]
+ --- Converting [1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0]
+ --- Converting [0.0, 2.0, 0.0, 2.0, 2.0, 0.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0]
+ --- Converting [3.0, 0.0, 0.0, 3.0, 3.0, 3.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 0.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0]
+ --- Converting [0.0, 0.0, 0.0, 2.0, 0.0, 0.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 0.0, 0.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0]
+ --- Converting [3.0, 3.0, 0.0, 0.0, 3.0, 0.0, 0.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0]
+ --- Converting [1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0]
+ --- Converting [3.0, 3.0, 0.0, 0.0, 3.0, 0.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0]
+ --- Converting [2.0, 2.0, 0.0, 2.0, 0.0, 2.0, 0.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0]
+ --- Converting [3.0, 3.0, 3.0, 0.0, 3.0, 0.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0]
+ --- Converting [1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0]
+ --- Converting [2.0, 0.0, 2.0, 2.0, 2.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0]
+ --- Converting [2.0, 2.0, 0.0, 2.0, 2.0, 0.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0]
+ --- Converting [1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]
+ --- Converting [2.0, 2.0, 2.0, 0.0, 2.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 0.0, 3.0, 0.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0]
+ --- Converting [1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 0.0, 2.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0]
+ --- Converting [1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0]
+ --- Converting [1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0]
+ --- Converting [1.0, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0]
+ --- Converting [0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0]
+ --- Converting [0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0]
+ --- Converting [3.0, 3.0, 3.0, 0.0, 3.0, 3.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0]
+ --- Converting [3.0, 3.0, 0.0, 3.0, 0.0, 3.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0]
+ --- Converting [0.0, 3.0, 3.0, 0.0, 3.0, 0.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 0.0, 2.0, 0.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 0, 1, 0.0, 1.0]
+ --- Converting [1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 0.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0]
+ --- Converting [1.0, 0.0, 1.0, 0.0, 1.0, 0.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0]
+ --- Converting [2.0, 2.0, 2.0, 0.0, 0.0, 2.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0]
+ --- Converting [2.0, 2.0, 2.0, 0.0, 2.0, 2.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0]
+ --- Converting [0.0, 3.0, 3.0, 0.0, 3.0, 3.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0]
+ --- Converting [0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 0, 1, 1, 1, 3.0, 2.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 0.0, 2.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0]
+ --- Converting [3.0, 3.0, 0.0, 3.0, 3.0, 0.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0]
+ --- Converting [0.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 1, 1, 1, 1, 1.0, 1.0]
+ --- Converting [1.0, 0.0, 1.0, 0.0, 0.0, 1.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0]
+ --- Converting [0.0, 3.0, 3.0, 3.0, 3.0, 3.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0]
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_google_pixel_varying_frequency_with_configuration_really_tested.csv
  --- Converting [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 0.0, 0.0]
  --- Converting [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0]
+ --- Result =  [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0]
  --- Converting [2.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0]
+ --- Result =  [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0]
  --- Converting [3.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0]
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary_key_experiement_second_part.csv
+ --- Result =  [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0]
  --- Converting [1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0]
+ --- Result =  [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0]
  --- Converting [2.0, 2.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0]
+ --- Result =  [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0]
+ --- Converting [3.0, 3.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0]
  --- Converting [1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0]
+ --- Result =  [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0]
  --- Converting [2.0, 2.0, 2.0, 0.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0]
- --- Converting [3.0, 3.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0]
- --- Converting [3.0, 3.0, 0.0, 0.0, 2.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0]
- --- Converting [1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0]
- --- Converting [2.0, 2.0, 0.0, 0.0, 2.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0]
- --- Converting [3.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0]
- --- Converting [3.0, 0.0, 0.0, 0.0, 2.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0]
- --- Converting [1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0]
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary_seventh_experiments_interrupted.csv
- --- Converting [1.0, 0.0, 0.0, 1.0, 2.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0]
- --- Converting [0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0]
- --- Converting [3.0, 0.0, 0.0, 0.0, 0.0, 2.0, 0.0, 2.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 0, 0, 1.0, 0, 1, 0, 1]
- --- Converting [0.0, 0.0, 0.0, 1.0, 2.0, 0.0, 0.0, 2.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 0, 0, 1, 1.0, 1, 0, 0, 1]
+ --- Result =  [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0]
+ --- Converting [3.0, 3.0, 3.0, 0.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0]
+ --- Converting [3.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0]
+ --- Converting [3.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0]
+ --- Converting [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0]
+ --- Converting [2.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0]
+ --- Converting [3.0, 0.0, 0.0, 0.0, 0.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0]
+ --- Converting [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0]
+ --- Converting [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0]
+ --- Converting [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 3.0, 0.0]
+ --- Converting [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 3.0] in base Y array notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 0.0, 3.0]
+ --- Converting [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0]
+ --- Converting [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0]
+ --- Converting [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0]
+ --- Converting [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 3.0, 2.0]
+ --- Converting [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 3.0, 3.0]
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_google_pixel_varying_number_of_threads_with_configuration_really_tested.csv
+ --- Converting [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 0.0, 0.0]
+ --- Converting [3.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0]
  --- Converting [3.0, 3.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0]
- --- Converting [1.0, 1.0, 0.0, 1.0, 0.0, 2.0, 0.0, 2.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 1, 0, 1, 1.0, 0, 1, 0, 1]
- --- Converting [0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0]
- --- Converting [1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 2.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1]
- --- Converting [2.0, 0.0, 0.0, 2.0, 0.0, 1.0, 0.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1]
- --- Converting [0.0, 3.0, 0.0, 3.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0]
- --- Converting [0.0, 1.0, 0.0, 1.0, 2.0, 2.0, 2.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0]
- --- Converting [0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 2.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0]
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary__07Oct22_interrupted_by_windows_update.csv
- --- Converting [3.0, 3.0, 3.0, 0.0, 1.0, 1.0, 1.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1]
- --- Converting [0.0, 3.0, 3.0, 0.0, 0.0, 1.0, 1.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1]
- --- Converting [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0.0, 1, 0, 1, 0]
- --- Converting [0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0]
- --- Converting [0.0, 0.0, 0.0, 2.0, 0.0, 0.0, 2.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0]
- --- Converting [2.0, 0.0, 2.0, 2.0, 2.0, 2.0, 2.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0]
- --- Converting [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 3.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0]
- --- Converting [0.0, 0.0, 1.0, 0.0, 2.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0]
- --- Converting [0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 2.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1]
- --- Converting [3.0, 0.0, 3.0, 0.0, 1.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0]
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary___06Sep22_09_42_02.csv
- --- Converting [2.0, 0.0, 0.0, 0.0, 2.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0]
- --- Converting [3.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0]
- --- Converting [3.0, 0.0, 0.0, 0.0, 2.0, 2.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0]
- --- Converting [1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0]
- --- Converting [2.0, 0.0, 0.0, 0.0, 2.0, 2.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0]
- --- Converting [3.0, 0.0, 0.0, 0.0, 3.0, 3.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0]
- --- Converting [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0]
- --- Converting [0.0, 0.0, 0.0, 0.0, 2.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0]
- --- Converting [0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0]
- --- Converting [1.0, 0.0, 0.0, 1.0, 2.0, 2.0, 2.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0]
- --- Converting [0.0, 2.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0]
- --- Converting [2.0, 0.0, 0.0, 2.0, 0.0, 1.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0]
- --- Converting [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1]
- --- Converting [0.0, 1.0, 0.0, 1.0, 0.0, 2.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0]
- --- Converting [3.0, 3.0, 3.0, 0.0, 2.0, 2.0, 2.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0]
- --- Converting [2.0, 0.0, 0.0, 2.0, 2.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0]
- --- Converting [0.0, 0.0, 0.0, 1.0, 0.0, 2.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0]
- --- Converting [0.0, 2.0, 2.0, 0.0, 0.0, 0.0, 2.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0]
- --- Converting [0.0, 3.0, 0.0, 3.0, 1.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0]
- --- Converting [0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 2.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0]
- --- Converting [0.0, 0.0, 3.0, 0.0, 2.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0]
- --- Converting [2.0, 0.0, 0.0, 2.0, 1.0, 0.0, 0.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1]
- --- Converting [0.0, 1.0, 0.0, 1.0, 2.0, 0.0, 2.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0]
- --- Converting [0.0, 2.0, 0.0, 2.0, 1.0, 0.0, 0.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1]
- --- Converting [3.0, 0.0, 0.0, 3.0, 1.0, 1.0, 0.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 0, 1, 0.0, 1, 1, 0, 1]
- --- Converting [0.0, 2.0, 2.0, 0.0, 1.0, 0.0, 0.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1]
- --- Converting [3.0, 0.0, 0.0, 3.0, 0.0, 0.0, 0.0, 2.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1]
- --- Converting [1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1]
- --- Converting [2.0, 2.0, 2.0, 0.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0]
- --- Converting [2.0, 0.0, 2.0, 0.0, 0.0, 0.0, 2.0, 2.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 0, 1, 0, 1.0, 0, 0, 1, 1]
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary___07Sep22_11_04_29.csv
- --- Converting [0.0, 0.0, 1.0, 1.0, 2.0, 2.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0]
- --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0]
- --- Converting [1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0]
- --- Converting [0.0, 0.0, 3.0, 3.0, 2.0, 2.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0]
- --- Converting [0.0, 1.0, 0.0, 1.0, 0.0, 3.0, 3.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0]
- --- Converting [0.0, 1.0, 0.0, 0.0, 0.0, 2.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0]
- --- Converting [1.0, 1.0, 0.0, 1.0, 2.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0]
- --- Converting [0.0, 3.0, 3.0, 3.0, 0.0, 0.0, 1.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1]
- --- Converting [1.0, 0.0, 1.0, 1.0, 3.0, 3.0, 3.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0]
- --- Converting [1.0, 0.0, 1.0, 1.0, 3.0, 0.0, 3.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0]
- --- Converting [0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1]
- --- Converting [0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0]
- --- Converting [0.0, 0.0, 1.0, 1.0, 3.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0]
- --- Converting [0.0, 0.0, 2.0, 0.0, 2.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0]
- --- Converting [3.0, 3.0, 0.0, 3.0, 1.0, 0.0, 1.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 1]
- --- Converting [3.0, 0.0, 0.0, 0.0, 2.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0]
- --- Converting [0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1]
- --- Converting [3.0, 3.0, 3.0, 0.0, 2.0, 2.0, 0.0, 2.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 1, 1, 0, 1.0, 1, 1, 0, 1]
- --- Converting [1.0, 0.0, 1.0, 1.0, 2.0, 2.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0]
- --- Converting [0.0, 2.0, 2.0, 2.0, 0.0, 3.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0]
- --- Converting [0.0, 0.0, 1.0, 1.0, 2.0, 0.0, 2.0, 2.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 0, 1, 1, 1.0, 1, 0, 1, 1]
- --- Converting [3.0, 0.0, 0.0, 3.0, 3.0, 3.0, 3.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0]
- --- Converting [0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0]
- --- Converting [0.0, 2.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0]
- --- Converting [2.0, 2.0, 2.0, 0.0, 3.0, 3.0, 3.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0]
- --- Converting [0.0, 0.0, 2.0, 0.0, 2.0, 2.0, 2.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0]
- --- Converting [2.0, 2.0, 2.0, 0.0, 2.0, 2.0, 2.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0]
- --- Converting [0.0, 0.0, 0.0, 2.0, 3.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0]
- --- Converting [2.0, 0.0, 2.0, 0.0, 3.0, 0.0, 3.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0]
- --- Converting [1.0, 0.0, 0.0, 1.0, 2.0, 0.0, 0.0, 2.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 1]
- --- Converting [0.0, 3.0, 3.0, 3.0, 0.0, 0.0, 3.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 0, 1, 1, 1, 2.0, 0, 0, 1, 0]
- --- Converting [2.0, 0.0, 2.0, 2.0, 2.0, 2.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0]
- --- Converting [0.0, 0.0, 2.0, 0.0, 1.0, 1.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0]
- --- Converting [1.0, 1.0, 1.0, 0.0, 3.0, 3.0, 3.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0]
- --- Converting [0.0, 1.0, 1.0, 1.0, 2.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0]
- --- Converting [0.0, 0.0, 3.0, 3.0, 0.0, 2.0, 2.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0]
- --- Converting [2.0, 0.0, 2.0, 2.0, 1.0, 0.0, 0.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1]
- --- Converting [0.0, 0.0, 0.0, 3.0, 0.0, 0.0, 0.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1]
- --- Converting [3.0, 0.0, 3.0, 3.0, 1.0, 0.0, 1.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0]
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary___08Sep22_11_21_57.csv
- --- Converting [1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1]
- --- Converting [0.0, 1.0, 0.0, 0.0, 3.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0]
- --- Converting [2.0, 0.0, 2.0, 0.0, 1.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0]
- --- Converting [0.0, 2.0, 0.0, 2.0, 0.0, 2.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0]
- --- Converting [0.0, 3.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0]
- --- Converting [0.0, 2.0, 0.0, 0.0, 3.0, 3.0, 3.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0]
- --- Converting [3.0, 3.0, 3.0, 3.0, 1.0, 1.0, 0.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 1, 1, 1, 0.0, 1, 1, 0, 1]
+ --- Result =  [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0]
+ --- Converting [3.0, 3.0, 3.0, 0.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0]
  --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 1, 1, 1, 2.0, 1, 0, 0, 0]
- --- Converting [2.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 0, 0, 0, 1.0, 0, 0, 1, 1]
- --- Converting [1.0, 0.0, 1.0, 0.0, 2.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0]
- --- Converting [3.0, 0.0, 3.0, 0.0, 2.0, 0.0, 0.0, 2.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 1]
- --- Converting [0.0, 0.0, 3.0, 3.0, 0.0, 0.0, 1.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1]
- --- Converting [3.0, 0.0, 3.0, 0.0, 1.0, 0.0, 0.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1]
- --- Converting [0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1]
- --- Converting [2.0, 2.0, 2.0, 0.0, 0.0, 3.0, 3.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0]
- --- Converting [2.0, 0.0, 0.0, 2.0, 0.0, 0.0, 1.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0]
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0]
+ --- Converting [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 3.0, 0.0]
+ --- Converting [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 3.0, 0.0]
+ --- Converting [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 3.0, 3.0]
+ --- Converting [3.0, 0.0, 0.0, 0.0, 0.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0]
+ --- Converting [3.0, 3.0, 0.0, 0.0, 0.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0]
  --- Converting [3.0, 3.0, 3.0, 0.0, 0.0, 0.0, 3.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0]
- --- Converting [0.0, 2.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0]
- --- Converting [2.0, 0.0, 2.0, 2.0, 0.0, 3.0, 3.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0]
- --- Converting [0.0, 0.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1]
- --- Converting [2.0, 2.0, 2.0, 0.0, 0.0, 3.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0]
- --- Converting [3.0, 3.0, 3.0, 0.0, 0.0, 1.0, 0.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 1, 1, 0, 0.0, 0, 1, 0, 1]
- --- Converting [0.0, 0.0, 0.0, 1.0, 0.0, 2.0, 2.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0]
+ --- Result =  [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0]
+ --- Converting [3.0, 0.0, 0.0, 0.0, 0.0, 0.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 0, 0, 0, 0, 3.0, 3.0]
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_second_results_with_configuration_really_tested.csv
+ --- Converting [3.0, 3.0, 0.0, 3.0, 0.0, 3.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0]
+ --- Converting [0.0, 2.0, 2.0, 2.0, 0.0, 2.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 1, 1, 0, 1, 2.0, 2.0]
+ --- Converting [1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0]
+ --- Converting [3.0, 0.0, 3.0, 0.0, 3.0, 3.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0]
+ --- Converting [1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0]
+ --- Converting [0.0, 0.0, 2.0, 2.0, 2.0, 0.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0]
+ --- Converting [2.0, 2.0, 0.0, 2.0, 2.0, 2.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0]
+ --- Converting [0.0, 2.0, 2.0, 2.0, 0.0, 2.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0]
+ --- Converting [0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0]
+ --- Converting [0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0]
+ --- Converting [2.0, 2.0, 0.0, 2.0, 0.0, 2.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]
+ --- Converting [0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 0.0, 0.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0]
+ --- Converting [3.0, 3.0, 3.0, 0.0, 3.0, 0.0, 0.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0]
+ --- Converting [0.0, 3.0, 0.0, 3.0, 3.0, 3.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0]
+ --- Converting [0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0]
+ --- Converting [0.0, 3.0, 3.0, 3.0, 3.0, 3.0, 0.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0]
+ --- Converting [2.0, 2.0, 0.0, 0.0, 0.0, 2.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0]
+ --- Converting [3.0, 3.0, 0.0, 3.0, 3.0, 3.0, 0.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0]
+ --- Converting [2.0, 2.0, 0.0, 0.0, 2.0, 2.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0]
+ --- Converting [3.0, 0.0, 3.0, 3.0, 0.0, 3.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0]
+ --- Converting [0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0]
+ --- Converting [0.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 0.0, 0.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 0, 0.0, 2.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0]
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_third_result_cleaned_with_configuration_really_tested.csv
+ --- Converting [3.0, 0.0, 0.0, 3.0, 0.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0]
+ --- Converting [0.0, 3.0, 3.0, 0.0, 3.0, 3.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 0.0, 0.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0]
+ --- Converting [3.0, 3.0, 0.0, 0.0, 3.0, 3.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0]
+ --- Converting [3.0, 3.0, 3.0, 0.0, 3.0, 3.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0]
+ --- Converting [0.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0]
+ --- Converting [2.0, 2.0, 2.0, 0.0, 2.0, 2.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0]
+ --- Converting [2.0, 0.0, 2.0, 2.0, 2.0, 2.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0]
+ --- Converting [1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0]
+ --- Converting [0.0, 1.0, 0.0, 1.0, 0.0, 1.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0]
+ --- Converting [0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 1, 1, 1, 2.0, 2.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0]
+ --- Converting [0.0, 0.0, 0.0, 0.0, 3.0, 3.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0]
+ --- Converting [0.0, 3.0, 3.0, 0.0, 3.0, 0.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0]
+ --- Converting [2.0, 2.0, 0.0, 2.0, 0.0, 2.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0]
+ --- Converting [1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 0.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0]
+ --- Converting [3.0, 0.0, 3.0, 3.0, 3.0, 3.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0]
+ --- Converting [0.0, 0.0, 0.0, 2.0, 2.0, 2.0, 0.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0]
+ --- Converting [0.0, 2.0, 2.0, 2.0, 2.0, 0.0, 0.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 0.0, 0.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0]
+ --- Converting [0.0, 2.0, 2.0, 2.0, 2.0, 0.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0]
+ --- Converting [3.0, 3.0, 3.0, 0.0, 3.0, 3.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 0.0, 0.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0]
+ --- Converting [3.0, 0.0, 0.0, 3.0, 3.0, 3.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0]
+ --- Converting [2.0, 2.0, 0.0, 0.0, 2.0, 2.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0]
+ --- Converting [0.0, 0.0, 0.0, 3.0, 3.0, 3.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0]
+ --- Converting [1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0]
+ --- Converting [3.0, 3.0, 0.0, 3.0, 3.0, 3.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0]
+ --- Converting [1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0]
+ --- Converting [2.0, 2.0, 2.0, 0.0, 2.0, 2.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0]
+ --- Converting [2.0, 2.0, 0.0, 0.0, 0.0, 2.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0]
+ --- Converting [3.0, 0.0, 3.0, 3.0, 3.0, 3.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0]
+ --- Converting [2.0, 2.0, 2.0, 0.0, 2.0, 2.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0]
+ --- Converting [0.0, 3.0, 3.0, 0.0, 3.0, 3.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0]
+ --- Converting [2.0, 0.0, 0.0, 2.0, 2.0, 2.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0]
+ --- Converting [1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0]
+ --- Converting [0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0]
+ --- Converting [0.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 0.0, 2.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 0.0, 2.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0]
+ --- Converting [1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0]
+ --- Converting [0.0, 3.0, 3.0, 0.0, 3.0, 0.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0]
+ --- Converting [2.0, 2.0, 0.0, 2.0, 2.0, 2.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0]
+ --- Converting [3.0, 3.0, 0.0, 0.0, 3.0, 3.0, 0.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0]
+ --- Converting [3.0, 0.0, 0.0, 3.0, 3.0, 3.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0]
+ --- Converting [0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0]
+ --- Converting [1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0]
+ --- Converting [1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0]
+ --- Converting [2.0, 0.0, 2.0, 2.0, 2.0, 2.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0]
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_to_verify_strange_results.csv
+ --- Converting [3.0, 0.0, 3.0, 3.0, 3.0, 3.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0]
+ --- Converting [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 1.0, 2.0]
+ --- Converting [1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 1, 1, 1, 3.0, 2.0]
+ --- Converting [0.0, 2.0, 2.0, 0.0, 0.0, 2.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0]
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_twelfth_before_meeting.csv
+ --- Converting [0.0, 0.0, 2.0, 2.0, 2.0, 0.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 0, 0, 1, 1, 1, 0, 3.0, 3.0]
+ --- Converting [3.0, 0.0, 0.0, 3.0, 3.0, 3.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0]
+ --- Converting [3.0, 0.0, 3.0, 0.0, 0.0, 0.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 0, 0, 0, 1.0, 3.0]
+ --- Converting [1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0]
+ --- Converting [1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0]
+ --- Converting [1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0]
+ --- Converting [0.0, 0.0, 2.0, 0.0, 2.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0]
+ --- Converting [3.0, 3.0, 0.0, 0.0, 0.0, 0.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0]
+ --- Converting [0.0, 0.0, 3.0, 0.0, 0.0, 3.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0]
+ --- Converting [0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0]
+ --- Converting [0.0, 3.0, 3.0, 0.0, 0.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0]
+ --- Converting [0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0]
+ --- Converting [0.0, 3.0, 3.0, 3.0, 0.0, 3.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0]
+ --- Converting [0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0]
  --- Converting [1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 2.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0]
- --- Converting [1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1]
- --- Converting [0.0, 2.0, 2.0, 0.0, 2.0, 0.0, 2.0, 2.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 1, 1, 0, 1.0, 1, 0, 1, 1]
- --- Converting [3.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1]
- --- Converting [1.0, 1.0, 1.0, 1.0, 2.0, 0.0, 0.0, 2.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 1, 1, 1, 1.0, 1, 0, 0, 1]
- --- Converting [2.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1]
- --- Converting [2.0, 0.0, 2.0, 0.0, 0.0, 2.0, 2.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0]
- --- Converting [2.0, 0.0, 2.0, 0.0, 0.0, 0.0, 3.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0]
- --- Converting [1.0, 1.0, 1.0, 1.0, 3.0, 3.0, 3.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0]
- --- Converting [0.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0]
- --- Converting [0.0, 3.0, 0.0, 3.0, 0.0, 1.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0]
- --- Converting [0.0, 1.0, 0.0, 0.0, 0.0, 2.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0]
- --- Converting [2.0, 2.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 1, 0, 0, 1.0, 0, 0, 0, 1]
- --- Converting [2.0, 2.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0]
- --- Converting [3.0, 3.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 1, 1, 1, 0.0, 1, 1, 1, 1]
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary___13Sep22_11_30_53.csv
- --- Converting [0.0, 2.0, 2.0, 2.0, 1.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0]
- --- Converting [2.0, 2.0, 0.0, 0.0, 2.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0]
- --- Converting [0.0, 3.0, 3.0, 0.0, 0.0, 3.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0]
- --- Converting [0.0, 3.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0]
- --- Converting [3.0, 0.0, 3.0, 0.0, 0.0, 1.0, 1.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0]
- --- Converting [1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1]
- --- Converting [3.0, 3.0, 0.0, 3.0, 0.0, 1.0, 1.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 1, 0, 1, 0.0, 0, 1, 1, 1]
- --- Converting [3.0, 0.0, 0.0, 3.0, 0.0, 2.0, 2.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0]
- --- Converting [1.0, 0.0, 0.0, 0.0, 0.0, 2.0, 0.0, 2.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 0, 0, 0, 1.0, 0, 1, 0, 1]
- --- Converting [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0]
- --- Converting [0.0, 0.0, 3.0, 0.0, 2.0, 2.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0]
- --- Converting [0.0, 2.0, 0.0, 2.0, 0.0, 0.0, 0.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1]
- --- Converting [0.0, 3.0, 3.0, 3.0, 0.0, 0.0, 0.0, 2.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 0, 1, 1, 1, 1.0, 0, 0, 0, 1]
- --- Converting [3.0, 3.0, 3.0, 3.0, 0.0, 0.0, 0.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1]
- --- Converting [1.0, 0.0, 0.0, 0.0, 2.0, 2.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0]
- --- Converting [1.0, 1.0, 0.0, 0.0, 3.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0]
- --- Converting [0.0, 0.0, 2.0, 0.0, 1.0, 1.0, 1.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1]
- --- Converting [3.0, 0.0, 3.0, 0.0, 1.0, 1.0, 0.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1]
- --- Converting [0.0, 0.0, 0.0, 2.0, 0.0, 1.0, 1.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1]
- --- Converting [1.0, 0.0, 1.0, 1.0, 0.0, 3.0, 3.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0]
- --- Converting [0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1]
- --- Converting [1.0, 0.0, 1.0, 1.0, 3.0, 0.0, 3.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0]
- --- Converting [3.0, 0.0, 3.0, 3.0, 0.0, 1.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0]
- --- Converting [3.0, 0.0, 3.0, 0.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0]
- --- Converting [0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1]
- --- Converting [0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0]
- --- Converting [1.0, 1.0, 1.0, 1.0, 3.0, 3.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0]
- --- Converting [0.0, 0.0, 1.0, 0.0, 0.0, 2.0, 2.0, 2.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 0, 1, 0, 1.0, 0, 1, 1, 1]
- --- Converting [0.0, 0.0, 0.0, 2.0, 3.0, 3.0, 3.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0]
- --- Converting [1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0]
- --- Converting [1.0, 0.0, 1.0, 1.0, 3.0, 3.0, 3.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0]
- --- Converting [3.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1]
- --- Converting [1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1]
- --- Converting [0.0, 0.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1]
- --- Converting [0.0, 2.0, 2.0, 0.0, 2.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0]
- --- Converting [0.0, 3.0, 0.0, 3.0, 1.0, 0.0, 0.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1]
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary___14Sep22_12_20_26.csv
- --- Converting [0.0, 0.0, 2.0, 2.0, 3.0, 3.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0]
- --- Converting [0.0, 0.0, 0.0, 2.0, 1.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0]
- --- Converting [0.0, 2.0, 2.0, 2.0, 3.0, 3.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0]
- --- Converting [3.0, 0.0, 3.0, 0.0, 2.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0]
- --- Converting [1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0]
- --- Converting [1.0, 1.0, 0.0, 0.0, 3.0, 3.0, 3.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0]
- --- Converting [1.0, 0.0, 0.0, 1.0, 3.0, 0.0, 3.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0]
+ --- Result =  [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0]
+ --- Converting [1.0, 0.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0]
+ --- Converting [1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 0.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0]
+ --- Converting [0.0, 0.0, 2.0, 0.0, 2.0, 2.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0]
+ --- Converting [0.0, 0.0, 3.0, 0.0, 3.0, 0.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 1, 0, 1, 0, 1.0, 1.0]
+ --- Converting [0.0, 3.0, 3.0, 0.0, 0.0, 3.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0]
+ --- Converting [0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0]
+ --- Converting [3.0, 0.0, 3.0, 3.0, 3.0, 0.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0]
  --- Converting [0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1]
- --- Converting [0.0, 3.0, 3.0, 0.0, 0.0, 0.0, 0.0, 2.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1]
+ --- Result =  [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0]
+ --- Converting [0.0, 3.0, 0.0, 3.0, 0.0, 0.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0]
+ --- Converting [0.0, 3.0, 3.0, 0.0, 0.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0]
+ --- Converting [0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0]
+ --- Converting [0.0, 3.0, 3.0, 3.0, 3.0, 0.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0]
+ --- Converting [0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0]
+ --- Converting [0.0, 2.0, 0.0, 2.0, 0.0, 2.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0]
+ --- Converting [1.0, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0]
+ --- Converting [3.0, 0.0, 3.0, 3.0, 3.0, 0.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0]
+ --- Converting [0.0, 2.0, 2.0, 2.0, 2.0, 0.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0]
+ --- Converting [2.0, 0.0, 0.0, 0.0, 2.0, 2.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0]
+ --- Converting [0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0]
+ --- Converting [0.0, 2.0, 0.0, 2.0, 0.0, 0.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0]
+ --- Converting [0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0]
+ --- Converting [2.0, 0.0, 2.0, 0.0, 0.0, 0.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0]
+ --- Converting [2.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0]
+ --- Converting [1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0]
+ --- Converting [0.0, 2.0, 0.0, 0.0, 0.0, 0.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0]
+ --- Converting [0.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 0.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0]
+ --- Converting [1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0]
+ --- Converting [3.0, 0.0, 0.0, 0.0, 3.0, 3.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0]
+ --- Converting [3.0, 0.0, 3.0, 3.0, 3.0, 0.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0]
+ --- Converting [2.0, 2.0, 0.0, 0.0, 2.0, 2.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0]
+ --- Converting [0.0, 0.0, 3.0, 0.0, 3.0, 3.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0]
+ --- Converting [1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0]
+ --- Converting [0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0]
+ --- Converting [1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0]
+ --- Converting [0.0, 0.0, 2.0, 2.0, 0.0, 0.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0]
+ --- Converting [0.0, 1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0]
+ --- Converting [3.0, 3.0, 0.0, 3.0, 3.0, 3.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0]
+ --- Converting [2.0, 0.0, 2.0, 2.0, 2.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0]
+ --- Converting [0.0, 0.0, 3.0, 3.0, 0.0, 0.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0]
+ --- Converting [2.0, 0.0, 0.0, 2.0, 2.0, 2.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0]
+ --- Converting [3.0, 3.0, 0.0, 0.0, 3.0, 0.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0]
+ --- Converting [1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0]
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary___03Aug22_05_34_39_with_configuration_really_tested.csv
+ --- Converting [2.0, 2.0, 0.0, 2.0, 2.0, 2.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0]
+ --- Converting [3.0, 0.0, 3.0, 0.0, 0.0, 0.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0]
+ --- Converting [3.0, 3.0, 0.0, 3.0, 3.0, 0.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 1, 1, 0, 2.0, 1.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0]
+ --- Converting [0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0]
+ --- Converting [2.0, 2.0, 2.0, 0.0, 2.0, 2.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0]
+ --- Converting [1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0]
+ --- Converting [1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 0.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0]
+ --- Converting [2.0, 2.0, 0.0, 2.0, 2.0, 2.0, 0.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 0.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0]
+ --- Converting [3.0, 3.0, 3.0, 0.0, 0.0, 3.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0]
+ --- Converting [1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 0.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 0.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0]
+ --- Converting [0.0, 3.0, 3.0, 0.0, 3.0, 3.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0]
+ --- Converting [3.0, 0.0, 3.0, 3.0, 3.0, 3.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0]
+ --- Converting [2.0, 0.0, 0.0, 2.0, 2.0, 2.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0]
+ --- Converting [2.0, 2.0, 2.0, 0.0, 2.0, 2.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0]
+ --- Converting [0.0, 3.0, 3.0, 3.0, 3.0, 3.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0]
+ --- Converting [3.0, 3.0, 3.0, 0.0, 3.0, 3.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0]
+ --- Converting [2.0, 0.0, 0.0, 2.0, 2.0, 2.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0]
+ --- Converting [0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0]
+ --- Converting [1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0]
+ --- Converting [0.0, 2.0, 2.0, 0.0, 2.0, 2.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0]
+ --- Converting [0.0, 2.0, 2.0, 2.0, 2.0, 2.0, 0.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0]
+ --- Converting [0.0, 3.0, 0.0, 3.0, 0.0, 3.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0]
+ --- Converting [0.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0]
+ --- Converting [1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0]
+ --- Converting [0.0, 0.0, 0.0, 2.0, 0.0, 2.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0]
+ --- Converting [1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0]
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary___09Aug22_08_43_01.csv
+ --- Converting [2.0, 2.0, 0.0, 2.0, 0.0, 0.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0]
+ --- Converting [3.0, 3.0, 3.0, 0.0, 0.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0]
+ --- Converting [0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0]
+ --- Converting [3.0, 3.0, 0.0, 3.0, 0.0, 3.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0]
  --- Converting [1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0]
- --- Converting [1.0, 1.0, 1.0, 0.0, 3.0, 3.0, 3.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0]
- --- Converting [0.0, 0.0, 1.0, 1.0, 0.0, 2.0, 2.0, 2.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 1]
- --- Converting [1.0, 1.0, 0.0, 0.0, 0.0, 2.0, 2.0, 2.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 1, 0, 0, 1.0, 0, 1, 1, 1]
- --- Converting [1.0, 0.0, 0.0, 1.0, 3.0, 3.0, 3.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0]
- --- Converting [0.0, 2.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 1, 0, 0, 0.0, 1, 1, 1, 0]
- --- Converting [3.0, 3.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 1, 0, 0, 0.0, 0, 1, 0, 1]
- --- Converting [0.0, 3.0, 3.0, 3.0, 3.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 0, 1, 1, 1, 2.0, 1, 0, 0, 0]
- --- Converting [3.0, 3.0, 3.0, 3.0, 1.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 1, 1, 1, 0.0, 1, 0, 0, 0]
- --- Converting [2.0, 0.0, 2.0, 0.0, 1.0, 1.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 0]
- --- Converting [0.0, 3.0, 0.0, 3.0, 1.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0]
- --- Converting [2.0, 0.0, 0.0, 2.0, 0.0, 2.0, 2.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0]
- --- Converting [0.0, 1.0, 1.0, 0.0, 0.0, 3.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0]
- --- Converting [3.0, 3.0, 3.0, 0.0, 2.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 1, 1, 0, 1.0, 1, 0, 0, 0]
- --- Converting [0.0, 0.0, 0.0, 3.0, 0.0, 0.0, 3.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 0, 0, 0, 1, 2.0, 0, 0, 1, 0]
- --- Converting [0.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0]
- --- Converting [3.0, 0.0, 0.0, 3.0, 0.0, 1.0, 1.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 0, 1, 0.0, 0, 1, 1, 0]
- --- Converting [2.0, 2.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0]
- --- Converting [0.0, 2.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 1, 0, 0, 0.0, 1, 0, 0, 0]
- --- Converting [1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 1, 0, 1, 0.0, 1, 1, 1, 0]
- --- Converting [2.0, 0.0, 0.0, 2.0, 1.0, 1.0, 1.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 0, 0, 1, 0.0, 1, 1, 1, 1]
- --- Converting [2.0, 2.0, 0.0, 0.0, 3.0, 3.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 1, 1, 0, 0, 2.0, 1, 1, 0, 0]
- --- Converting [0.0, 0.0, 2.0, 2.0, 2.0, 2.0, 2.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 0, 1, 1, 1.0, 1, 1, 1, 0]
- --- Converting [0.0, 1.0, 0.0, 1.0, 0.0, 2.0, 2.0, 2.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 0, 1, 0, 1, 1.0, 0, 1, 1, 1]
- --- Converting [1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 2.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 0, 1, 1, 1.0, 0, 0, 0, 1]
- --- Converting [0.0, 3.0, 3.0, 0.0, 1.0, 0.0, 1.0, 1.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 0, 1, 1, 0, 0.0, 1, 0, 1, 1]
- --- Converting [1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0.0, 1, 1, 1, 0, 0.0, 1, 0, 0, 0]
- --- Converting [3.0, 3.0, 0.0, 0.0, 2.0, 2.0, 0.0, 2.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 1, 0, 0, 1.0, 1, 1, 0, 1]
- --- Converting [3.0, 0.0, 3.0, 0.0, 0.0, 0.0, 1.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2.0, 1, 0, 1, 0, 0.0, 0, 0, 1, 0]
+ --- Result =  [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0]
+ --- Converting [0.0, 2.0, 2.0, 2.0, 0.0, 2.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 1, 1, 0, 1, 2.0, 2.0]
+ --- Converting [2.0, 0.0, 2.0, 0.0, 0.0, 2.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0]
+ --- Converting [3.0, 0.0, 3.0, 3.0, 0.0, 3.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0]
+ --- Converting [2.0, 0.0, 0.0, 0.0, 2.0, 2.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0]
+ --- Converting [0.0, 3.0, 0.0, 3.0, 0.0, 0.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0]
+ --- Converting [0.0, 3.0, 0.0, 0.0, 0.0, 3.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0]
+ --- Converting [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0]
+ --- Converting [2.0, 0.0, 2.0, 2.0, 2.0, 0.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0]
+ --- Converting [0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0]
+ --- Converting [2.0, 0.0, 2.0, 0.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0]
+ --- Converting [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0]
+ --- Converting [0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0]
+ --- Converting [0.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 0.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0]
+ --- Converting [0.0, 0.0, 3.0, 3.0, 0.0, 3.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0]
+ --- Converting [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0]
+ --- Converting [0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0]
+ --- Converting [2.0, 2.0, 0.0, 0.0, 0.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0]
+ --- Converting [0.0, 2.0, 2.0, 0.0, 2.0, 2.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0]
+ --- Converting [0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0]
+ --- Converting [0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0]
+ --- Converting [0.0, 0.0, 0.0, 3.0, 3.0, 3.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0]
+ --- Converting [0.0, 2.0, 0.0, 2.0, 0.0, 0.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 0, 1, 0, 0, 1.0, 1.0]
+ --- Converting [0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 0, 1, 0, 2.0, 3.0]
+ --- Converting [1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0]
+ --- Converting [3.0, 3.0, 0.0, 3.0, 3.0, 0.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0]
+ --- Converting [0.0, 2.0, 2.0, 2.0, 2.0, 2.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0]
+ --- Converting [2.0, 0.0, 2.0, 0.0, 2.0, 2.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0]
+ --- Converting [0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0]
+ --- Converting [1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0]
+ --- Converting [0.0, 3.0, 3.0, 0.0, 3.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0]
+ --- Converting [2.0, 2.0, 0.0, 2.0, 2.0, 2.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0]
+ --- Converting [1.0, 0.0, 1.0, 0.0, 1.0, 1.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 0.0, 3.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0]
+ --- Converting [0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0]
+ --- Converting [0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0]
+ --- Converting [0.0, 0.0, 2.0, 2.0, 2.0, 0.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0]
+ --- Converting [3.0, 0.0, 0.0, 0.0, 0.0, 0.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0]
+ --- Converting [2.0, 2.0, 2.0, 0.0, 0.0, 2.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0]
+ --- Converting [0.0, 3.0, 3.0, 0.0, 3.0, 0.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 0, 1, 0, 0.0, 0.0]
+ --- Converting [1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0]
+ --- Converting [0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0]
+ --- Converting [0.0, 0.0, 2.0, 2.0, 0.0, 2.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0]
+ --- Converting [1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0]
+ --- Converting [1.0, 0.0, 1.0, 1.0, 1.0, 0.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0]
+ --- Converting [0.0, 2.0, 0.0, 2.0, 0.0, 2.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0]
+ --- Converting [0.0, 3.0, 0.0, 3.0, 0.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0]
+ --- Converting [0.0, 2.0, 0.0, 2.0, 0.0, 0.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0]
+ --- Converting [1.0, 0.0, 1.0, 0.0, 0.0, 1.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0]
+ --- Converting [0.0, 0.0, 2.0, 0.0, 2.0, 2.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0]
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary___10Aug22_12_36_17.csv
+ --- Converting [0.0, 0.0, 2.0, 0.0, 2.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0]
+ --- Converting [2.0, 0.0, 2.0, 0.0, 0.0, 0.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0]
+ --- Converting [2.0, 2.0, 0.0, 0.0, 0.0, 0.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0]
+ --- Converting [0.0, 0.0, 3.0, 3.0, 3.0, 3.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0]
+ --- Converting [0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0]
+ --- Converting [3.0, 3.0, 3.0, 0.0, 3.0, 3.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0]
+ --- Converting [0.0, 2.0, 0.0, 2.0, 0.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0]
+ --- Converting [0.0, 2.0, 0.0, 0.0, 0.0, 0.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0]
+ --- Converting [3.0, 3.0, 0.0, 3.0, 0.0, 3.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0]
+ --- Converting [1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0]
+ --- Converting [2.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0]
+ --- Converting [1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0]
+ --- Converting [2.0, 2.0, 0.0, 2.0, 0.0, 2.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0]
+ --- Converting [0.0, 0.0, 3.0, 0.0, 3.0, 3.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0]
+ --- Converting [2.0, 0.0, 2.0, 2.0, 2.0, 2.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0]
+ --- Converting [3.0, 3.0, 0.0, 3.0, 0.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0]
+ --- Converting [0.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0]
+ --- Converting [0.0, 3.0, 0.0, 0.0, 0.0, 0.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0]
+ --- Converting [2.0, 2.0, 2.0, 0.0, 0.0, 2.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0]
+ --- Converting [3.0, 3.0, 0.0, 0.0, 3.0, 3.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0]
+ --- Converting [3.0, 3.0, 0.0, 3.0, 3.0, 0.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0]
+ --- Converting [3.0, 0.0, 3.0, 0.0, 3.0, 3.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0]
+ --- Converting [0.0, 0.0, 3.0, 3.0, 3.0, 3.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 1, 1, 1, 1, 2.0, 0.0]
+ --- Converting [0.0, 2.0, 0.0, 2.0, 2.0, 2.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0]
+ --- Converting [0.0, 3.0, 3.0, 0.0, 3.0, 0.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0]
+ --- Converting [3.0, 3.0, 3.0, 0.0, 3.0, 3.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0]
+ --- Converting [1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0]
+ --- Converting [0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0]
+ --- Converting [3.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0]
+ --- Converting [0.0, 0.0, 3.0, 3.0, 0.0, 3.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0]
+ --- Converting [3.0, 0.0, 0.0, 0.0, 3.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0]
+ --- Converting [0.0, 0.0, 2.0, 2.0, 0.0, 0.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0]
+ --- Converting [0.0, 2.0, 0.0, 2.0, 2.0, 2.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0]
+ --- Converting [0.0, 3.0, 0.0, 0.0, 3.0, 3.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0]
+ --- Converting [3.0, 3.0, 0.0, 0.0, 0.0, 3.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0]
+ --- Converting [3.0, 0.0, 3.0, 0.0, 0.0, 0.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0]
+ --- Converting [0.0, 2.0, 0.0, 0.0, 0.0, 2.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0]
+ --- Converting [3.0, 0.0, 3.0, 3.0, 3.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0]
+ --- Converting [1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0]
+ --- Converting [3.0, 3.0, 3.0, 0.0, 3.0, 3.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0]
+ --- Converting [0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0]
+ --- Converting [0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0]
+ --- Converting [1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0]
+ --- Converting [0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0]
+ --- Converting [3.0, 0.0, 3.0, 3.0, 3.0, 3.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0]
+ --- Converting [2.0, 2.0, 0.0, 0.0, 2.0, 0.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0]
+ --- Converting [1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0]
+ --- Converting [2.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0]
+ --- Converting [0.0, 0.0, 3.0, 3.0, 0.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0]
+ --- Converting [3.0, 3.0, 0.0, 3.0, 3.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0]
+ --- Converting [0.0, 0.0, 2.0, 0.0, 0.0, 0.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0]
+ --- Converting [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0]
+ --- Converting [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0]
+ --- Converting [1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0]
+ --- Converting [0.0, 3.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0]
+ --- Converting [0.0, 0.0, 0.0, 2.0, 2.0, 2.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0]
+ --- Converting [3.0, 3.0, 0.0, 3.0, 0.0, 0.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0]
+ --- Converting [3.0, 0.0, 0.0, 3.0, 0.0, 3.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0]
+ --- Converting [1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0]
+ --- Converting [0.0, 0.0, 2.0, 2.0, 2.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0]
+ --- Converting [0.0, 2.0, 0.0, 0.0, 2.0, 2.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0]
+ --- Converting [0.0, 2.0, 0.0, 2.0, 2.0, 0.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0]
+ --- Converting [1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0]
+ --- Converting [0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0]
+ --- Converting [0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0]
+ --- Converting [3.0, 3.0, 0.0, 0.0, 0.0, 3.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 0, 0, 1, 3.0, 2.0]
+ --- Converting [0.0, 2.0, 2.0, 2.0, 2.0, 2.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0]
+ --- Converting [2.0, 0.0, 2.0, 2.0, 0.0, 0.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0]
+ --- Converting [0.0, 0.0, 3.0, 3.0, 0.0, 3.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0]
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary___12Aug22_11_07_50.csv
+ --- Converting [3.0, 3.0, 0.0, 0.0, 3.0, 3.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0]
+ --- Converting [2.0, 2.0, 2.0, 0.0, 2.0, 2.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0]
+ --- Converting [2.0, 2.0, 2.0, 2.0, 2.0, 0.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0]
+ --- Converting [2.0, 2.0, 0.0, 2.0, 2.0, 0.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0]
+ --- Converting [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0]
+ --- Converting [2.0, 0.0, 2.0, 2.0, 0.0, 2.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0]
+ --- Converting [1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0]
+ --- Converting [2.0, 0.0, 2.0, 0.0, 2.0, 0.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0]
+ --- Converting [0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0]
+ --- Converting [0.0, 2.0, 2.0, 0.0, 0.0, 2.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0]
+ --- Converting [2.0, 0.0, 2.0, 2.0, 2.0, 2.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0]
+ --- Converting [1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0]
+ --- Converting [0.0, 3.0, 0.0, 3.0, 0.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0]
+ --- Converting [3.0, 3.0, 0.0, 3.0, 3.0, 3.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0]
+ --- Converting [1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0]
+ --- Converting [0.0, 3.0, 3.0, 0.0, 3.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0]
+ --- Converting [0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0]
+ --- Converting [0.0, 0.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0]
+ --- Converting [2.0, 0.0, 2.0, 0.0, 2.0, 2.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0]
+ --- Converting [0.0, 0.0, 3.0, 0.0, 0.0, 0.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0]
+ --- Converting [0.0, 0.0, 0.0, 3.0, 3.0, 3.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0]
  --- Converting [0.0, 0.0, 0.0, 0.0, 2.0, 0.0, 0.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0]
- --- Converting [0.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 0.0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1.0, 0, 1, 1, 1, 0.0, 1, 1, 1, 0]
-*** Total Configurations formatted:  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 1, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 0, 1, 0, 1], [0.0, 0, 0, 0, 1, 1.0, 1, 0, 0, 1], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0, 0, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 1, 0.0, 1, 1, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 1, 0, 1.0, 0, 0, 1, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 1, 1, 1.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 1], [2.0, 0, 1, 1, 1, 2.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 1, 1, 0.0, 1, 1, 0, 1], [2.0, 1, 1, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 1], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [0.0, 1, 1, 1, 1, 1.0, 1, 0, 0, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 0, 0, 0, 1], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 1.0, 0, 1, 0, 1], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 0, 1, 1, 1, 1.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [2.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 0, 1.0, 0, 1, 1, 1], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 1], [0.0, 1, 1, 0, 0, 1.0, 0, 1, 1, 1], [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 1, 0.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 0, 1, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 1, 0.0, 0, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 1, 0.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 0, 0, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 1.0, 0, 0, 0, 1], [2.0, 0, 1, 1, 0, 0.0, 1, 0, 1, 1], [0.0, 1, 1, 1, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 1, 0, 1], [2.0, 1, 0, 1, 0, 0.0, 0, 0, 1, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 1, 1, 0]]
+ --- Result =  [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0]
+ --- Converting [2.0, 2.0, 2.0, 0.0, 2.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0]
+ --- Converting [0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 0.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0]
+ --- Converting [2.0, 2.0, 2.0, 0.0, 0.0, 2.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0]
+ --- Converting [0.0, 3.0, 0.0, 3.0, 3.0, 3.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0]
+ --- Converting [0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0]
+ --- Converting [3.0, 0.0, 0.0, 3.0, 0.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0]
+ --- Converting [0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0]
+ --- Converting [0.0, 2.0, 0.0, 2.0, 2.0, 2.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0]
+ --- Converting [1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0]
+ --- Converting [1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0]
+ --- Converting [0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0]
+ --- Converting [2.0, 0.0, 0.0, 0.0, 2.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0]
+ --- Converting [3.0, 0.0, 3.0, 3.0, 3.0, 0.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0]
+ --- Converting [1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0]
+ --- Converting [0.0, 0.0, 2.0, 0.0, 2.0, 2.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0]
+ --- Converting [0.0, 0.0, 3.0, 3.0, 3.0, 0.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0]
+ --- Converting [1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0]
+ --- Converting [1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0]
+ --- Converting [2.0, 2.0, 0.0, 2.0, 2.0, 0.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0]
+ --- Converting [0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0]
+ --- Converting [3.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0]
+ --- Converting [0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0]
+ --- Converting [0.0, 3.0, 3.0, 0.0, 0.0, 3.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0]
+ --- Converting [0.0, 2.0, 2.0, 0.0, 0.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0]
+ --- Converting [3.0, 0.0, 0.0, 0.0, 0.0, 3.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0]
+ --- Converting [0.0, 0.0, 0.0, 2.0, 2.0, 2.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0]
+ --- Converting [0.0, 2.0, 2.0, 2.0, 0.0, 2.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0]
+ --- Converting [0.0, 2.0, 2.0, 2.0, 0.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0]
+ --- Converting [0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0]
+ --- Converting [0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0]
+ --- Converting [0.0, 3.0, 3.0, 0.0, 3.0, 0.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0]
+ --- Converting [1.0, 1.0, 0.0, 1.0, 0.0, 0.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0]
+ --- Converting [3.0, 3.0, 3.0, 0.0, 0.0, 3.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0]
+ --- Converting [3.0, 3.0, 3.0, 0.0, 3.0, 0.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0]
+ --- Converting [0.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0]
+ --- Converting [2.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0]
+ --- Converting [0.0, 0.0, 3.0, 0.0, 0.0, 0.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0]
+ --- Converting [0.0, 3.0, 3.0, 0.0, 0.0, 0.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0]
+ --- Converting [2.0, 2.0, 0.0, 0.0, 0.0, 2.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0]
+ --- Converting [0.0, 0.0, 2.0, 0.0, 0.0, 2.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0]
+ --- Converting [1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0]
+ --- Converting [1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0]
+ --- Converting [0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0]
+ --- Converting [2.0, 0.0, 2.0, 0.0, 2.0, 0.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0]
+ --- Converting [3.0, 0.0, 3.0, 0.0, 0.0, 3.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0]
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary___17Aug22_13_08_20.csv
+ --- Converting [0.0, 3.0, 0.0, 3.0, 3.0, 3.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0]
+ --- Converting [1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0]
+ --- Converting [2.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 0, 0, 0, 1, 2.0, 0.0]
+ --- Converting [3.0, 0.0, 0.0, 3.0, 0.0, 0.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0]
+ --- Converting [2.0, 0.0, 2.0, 0.0, 0.0, 2.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 0, 0, 1, 2.0, 3.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 0.0, 3.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 0.0, 3.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 0, 1, 2.0, 2.0]
+ --- Converting [0.0, 1.0, 0.0, 1.0, 1.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 0, 1, 1, 0, 2.0, 0.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 0.0, 0.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 0, 0, 3.0, 2.0]
+ --- Converting [2.0, 0.0, 2.0, 0.0, 0.0, 0.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0]
+ --- Converting [0.0, 3.0, 0.0, 0.0, 3.0, 3.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 0, 0, 1, 1, 1.0, 2.0]
+ --- Converting [0.0, 0.0, 3.0, 3.0, 0.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 1, 1, 0, 0, 2.0, 0.0]
+ --- Converting [1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 0, 1, 0, 1.0, 1.0]
+ --- Converting [0.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0]
+ --- Converting [2.0, 0.0, 0.0, 2.0, 0.0, 0.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0]
+ --- Converting [2.0, 2.0, 2.0, 0.0, 2.0, 0.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 0, 1, 0, 0.0, 0.0]
+ --- Converting [3.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0]
+ --- Converting [0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 0, 1, 1, 1, 2.0, 1.0]
+ --- Converting [3.0, 3.0, 3.0, 3.0, 3.0, 0.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0]
+ --- Converting [0.0, 3.0, 0.0, 3.0, 3.0, 0.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 0, 1, 1, 0, 3.0, 1.0]
+ --- Converting [3.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0]
+ --- Converting [0.0, 3.0, 0.0, 0.0, 3.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0]
+ --- Converting [0.0, 3.0, 3.0, 0.0, 0.0, 3.0, 3.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0]
+ --- Converting [2.0, 2.0, 2.0, 0.0, 0.0, 2.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 0, 0, 1, 2.0, 0.0]
+ --- Converting [3.0, 0.0, 3.0, 0.0, 0.0, 0.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0]
+ --- Converting [0.0, 3.0, 0.0, 3.0, 0.0, 3.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 0, 1, 0, 1, 0.0, 0.0]
+ --- Converting [0.0, 3.0, 0.0, 0.0, 0.0, 0.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0]
+ --- Converting [0.0, 0.0, 3.0, 3.0, 3.0, 3.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0]
+ --- Converting [0.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 1, 0, 1, 1.0, 0.0]
+ --- Converting [0.0, 0.0, 0.0, 0.0, 3.0, 3.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 0, 0, 1, 1, 2.0, 0.0]
+ --- Converting [0.0, 0.0, 2.0, 2.0, 2.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 0, 0, 1, 1, 1, 0, 2.0, 0.0]
+ --- Converting [0.0, 2.0, 0.0, 2.0, 2.0, 2.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 0, 1, 1, 1, 2.0, 0.0]
+ --- Converting [3.0, 0.0, 0.0, 3.0, 0.0, 3.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0]
+ --- Converting [0.0, 0.0, 0.0, 3.0, 0.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 0, 1, 0, 0, 1.0, 0.0]
+ --- Converting [0.0, 2.0, 0.0, 2.0, 2.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 0, 1, 1, 0, 2.0, 0.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0]
+ --- Converting [2.0, 2.0, 2.0, 0.0, 2.0, 0.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 0, 1, 0, 2.0, 2.0]
+ --- Converting [3.0, 0.0, 3.0, 3.0, 3.0, 0.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0]
+ --- Converting [1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 1, 0, 0, 1.0, 3.0]
+ --- Converting [0.0, 0.0, 3.0, 3.0, 0.0, 3.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 1, 1, 0, 1, 1.0, 0.0]
+ --- Converting [3.0, 0.0, 3.0, 0.0, 3.0, 0.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 0, 1, 0, 3.0, 2.0]
+ --- Converting [0.0, 0.0, 2.0, 0.0, 0.0, 0.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 0, 0, 1, 0, 0, 0, 2.0, 2.0]
+ --- Converting [2.0, 2.0, 2.0, 0.0, 0.0, 2.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0]
+ --- Converting [0.0, 0.0, 0.0, 0.0, 3.0, 0.0, 2.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 0, 0, 0, 0, 1, 0, 2.0, 0.0]
+ --- Converting [1.0, 0.0, 1.0, 0.0, 1.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 0, 1, 0, 3.0, 0.0]
+ --- Converting [0.0, 2.0, 2.0, 2.0, 0.0, 0.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0]
+ --- Converting [0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0]
+ --- Converting [0.0, 0.0, 2.0, 0.0, 2.0, 0.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 0, 0, 1, 0, 1, 0, 2.0, 3.0]
+ --- Converting [1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 2.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 0, 1, 1, 2.0, 3.0]
+ --- Converting [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 3.0, 3.0]
+ --- Converting [0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 0, 0, 0, 0, 1, 1, 2.0, 1.0]
+ --- Converting [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0]
+ --- Converting [0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0]
+ --- Converting [3.0, 0.0, 0.0, 3.0, 0.0, 0.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0]
+ --- Converting [1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 2.0, 1.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0]
+ --- Converting [3.0, 3.0, 0.0, 0.0, 3.0, 0.0, 3.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 0, 1, 0, 3.0, 0.0]
+ --- Converting [0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 1, 0, 1, 1, 0.0, 0.0]
+ --- Converting [3.0, 0.0, 3.0, 3.0, 3.0, 3.0, 1.0, 3.0] in base Y array notation
+ --- Result =  [2.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0]
+ --- Converting [0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0]
+ --- Converting [2.0, 0.0, 0.0, 2.0, 0.0, 2.0, 3.0, 2.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 0, 1, 0, 1, 3.0, 2.0]
+ --- Converting [0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 0, 0, 1, 0, 0, 0, 1.0, 0.0]
+ --- Converting [1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0]
+ --- Converting [3.0, 3.0, 0.0, 3.0, 3.0, 3.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 1, 1, 1, 1.0, 0.0]
+ --- Converting [2.0, 0.0, 2.0, 0.0, 0.0, 2.0, 1.0, 1.0] in base Y array notation
+ --- Result =  [1.0, 1, 0, 1, 0, 0, 1, 1.0, 1.0]
+ --- Converting [1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 2.0, 2.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 0, 1, 0, 1, 2.0, 2.0]
+ --- Converting [3.0, 3.0, 0.0, 0.0, 0.0, 3.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [2.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0]
+ --- Converting [1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [0.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0]
+ --- Converting [1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [0.0, 1, 1, 0, 0, 1, 0, 3.0, 3.0]
+ --- Converting [0.0, 2.0, 2.0, 2.0, 2.0, 0.0, 3.0, 3.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 1, 1, 1, 0, 3.0, 3.0]
+ --- Converting [0.0, 2.0, 0.0, 0.0, 2.0, 0.0, 1.0, 0.0] in base Y array notation
+ --- Result =  [1.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0]
+*** Total Configurations formatted:  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 0, 0, 0, 1, 0, 0, 2.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 0.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 0.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 1, 3.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 1.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 0.0, 3.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 2.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 3.0], [0, 0, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 3.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 2.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [0.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 3.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 0, 0, 0, 1.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0], [0.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 0, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 2.0], [1.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 1.0, 2.0], [2.0, 0, 0, 1, 1, 0, 0, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 1.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 0, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 1.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 2.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 0, 1.0, 3.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 0, 3.0, 2.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 2.0], [1.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 0, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 3.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 0, 1, 0, 1, 3.0, 2.0], [0.0, 0, 0, 1, 0, 0, 0, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0]]
 ---> Creating X dictionnary, from userfriendly values to x values
-*** Total Configurations dictionnary:  {'0303-1010': [2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], '0033-3000': [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], '0303-0100': [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], '2222-0220': [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], '3000-1110': [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], '0030-0000': [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], '0020-0010': [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], '1000-1010': [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], '0020-0202': [1.0, 0, 0, 1, 0, 1.0, 0, 1, 0, 1], '0010-3300': [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], '0011-0111': [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], '3303-0001': [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], '0022-0030': [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], '0011-1100': [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], '3303-1010': [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], '0003-1001': [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], '0000-0000': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], '3000-0000': [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], '3300-0000': [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], '3330-0000': [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], '3333-0000': [2.0, 1, 1, 1, 1, 0, 0, 0, 0, 0], '3333-3000': [2.0, 1, 1, 1, 1, 2.0, 1, 0, 0, 0], '3333-3300': [2.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], '0000-3000': [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], '0000-3300': [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], '0000-3330': [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], '3300-3000': [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], '3330-3000': [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], '3000-3000': [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], '3000-3300': [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], '3000-3330': [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], '1000-0000': [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], '2000-0000': [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], '1100-0000': [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], '2200-0000': [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], '1110-0000': [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], '2220-0000': [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], '3300-1000': [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], '3300-2000': [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], '1100-1000': [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], '2200-2000': [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], '3000-1000': [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], '3000-2000': [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], '1000-1000': [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], '1001-2000': [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], '0111-0000': [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], '3000-0202': [2.0, 1, 0, 0, 0, 1.0, 0, 1, 0, 1], '0001-2002': [0.0, 0, 0, 0, 1, 1.0, 1, 0, 0, 1], '1101-0202': [0.0, 1, 1, 0, 1, 1.0, 0, 1, 0, 1], '0011-0000': [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], '1001-0002': [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], '2002-0101': [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], '0303-0000': [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], '0101-2220': [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], '0001-0020': [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], '3330-1111': [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], '0330-0111': [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], '0000-1010': [0, 0, 0, 0, 0, 0.0, 1, 0, 1, 0], '0001-1100': [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], '0002-0020': [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], '2022-2220': [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], '1000-0030': [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], '0010-2000': [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], '0110-0002': [0.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1], '3030-1000': [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], '2000-2000': [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], '3000-1100': [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], '3000-2200': [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], '1000-1100': [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], '2000-2200': [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], '0000-1000': [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], '0000-2000': [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], '0000-2200': [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], '1001-2220': [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], '0200-1100': [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], '2002-0100': [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], '0000-0001': [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], '0101-0200': [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], '3330-2220': [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], '2002-2000': [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], '0001-0200': [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], '0220-0020': [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], '0303-1000': [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], '0110-0020': [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], '0030-2000': [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], '2002-1001': [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], '0101-2020': [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], '0202-1001': [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], '3003-1101': [2.0, 1, 0, 0, 1, 0.0, 1, 1, 0, 1], '0220-1001': [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], '3003-0002': [2.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], '1111-0101': [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], '2020-0022': [1.0, 1, 0, 1, 0, 1.0, 0, 0, 1, 1], '0011-2200': [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], '2222-2200': [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], '1011-0100': [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], '0033-2200': [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], '0101-0330': [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], '0100-0200': [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], '1101-2000': [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], '0333-0011': [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], '1011-3330': [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], '1011-3030': [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], '0010-0101': [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], '0110-0010': [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], '0011-3000': [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], '0020-2000': [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], '3303-1011': [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 1], '0110-1001': [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], '3330-2202': [2.0, 1, 1, 1, 0, 1.0, 1, 1, 0, 1], '1011-2200': [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], '0222-0300': [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], '0011-2022': [0.0, 0, 0, 1, 1, 1.0, 1, 0, 1, 1], '3003-3330': [2.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0], '0110-0100': [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], '0200-0100': [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], '2220-3330': [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], '0020-2220': [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], '2220-2220': [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], '0002-3000': [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], '2020-3030': [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], '1001-2002': [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 1], '0333-0030': [2.0, 0, 1, 1, 1, 2.0, 0, 0, 1, 0], '2022-2200': [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], '0020-1100': [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], '1110-3330': [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], '0111-2000': [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], '0033-0220': [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], '2022-1001': [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], '0003-0001': [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], '3033-1010': [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], '0100-3000': [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], '2020-1000': [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], '0202-0200': [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], '0300-0010': [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], '0200-3330': [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], '3333-1101': [2.0, 1, 1, 1, 1, 0.0, 1, 1, 0, 1], '2000-0022': [1.0, 1, 0, 0, 0, 1.0, 0, 0, 1, 1], '1010-2000': [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], '3030-2002': [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 1], '0033-0011': [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], '3030-1001': [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], '0010-0011': [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], '2220-0330': [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], '2002-0010': [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], '3330-0030': [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], '0200-0010': [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], '2022-0330': [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], '0022-1111': [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], '2220-0300': [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], '3330-0101': [2.0, 1, 1, 1, 0, 0.0, 0, 1, 0, 1], '0001-0220': [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], '1100-0020': [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], '1100-1001': [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], '0220-2022': [1.0, 0, 1, 1, 0, 1.0, 1, 0, 1, 1], '3000-0011': [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], '1111-2002': [0.0, 1, 1, 1, 1, 1.0, 1, 0, 0, 1], '2000-1001': [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], '2020-0220': [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], '2020-0030': [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], '1111-3330': [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], '0222-2220': [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], '2200-0002': [1.0, 1, 1, 0, 0, 1.0, 0, 0, 0, 1], '2200-1000': [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], '3333-1111': [2.0, 1, 1, 1, 1, 0.0, 1, 1, 1, 1], '0222-1000': [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], '0330-0300': [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], '0300-0000': [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], '3030-0110': [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], '1100-1011': [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], '3303-0111': [2.0, 1, 1, 0, 1, 0.0, 0, 1, 1, 1], '3003-0220': [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], '1000-0202': [0.0, 1, 0, 0, 0, 1.0, 0, 1, 0, 1], '1000-0100': [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], '0030-2200': [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], '0202-0001': [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], '0333-0002': [2.0, 0, 1, 1, 1, 1.0, 0, 0, 0, 1], '3333-0001': [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], '1000-2200': [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], '1100-3000': [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], '0020-1111': [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], '3030-1101': [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], '0002-0111': [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], '1011-0330': [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], '0000-1111': [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], '3033-0100': [2.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], '3030-0000': [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], '0111-0001': [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], '1111-3300': [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], '0010-0222': [0.0, 0, 0, 1, 0, 1.0, 0, 1, 1, 1], '0002-3330': [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], '3000-0001': [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], '1011-0011': [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], '0220-2000': [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], '0303-1001': [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], '0022-3300': [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], '0002-1000': [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], '0222-3300': [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], '3030-2000': [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], '1100-0110': [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], '1100-3330': [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], '1001-3030': [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], '0100-1011': [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1], '0330-0002': [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1], '0011-0222': [0.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 1], '1100-0222': [0.0, 1, 1, 0, 0, 1.0, 0, 1, 1, 1], '1001-3330': [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0], '0200-1110': [1.0, 0, 1, 0, 0, 0.0, 1, 1, 1, 0], '3300-0101': [2.0, 1, 1, 0, 0, 0.0, 0, 1, 0, 1], '0333-3000': [2.0, 0, 1, 1, 1, 2.0, 1, 0, 0, 0], '3333-1000': [2.0, 1, 1, 1, 1, 0.0, 1, 0, 0, 0], '2020-1100': [1.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 0], '2002-0220': [1.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], '0110-0300': [0.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], '3330-2000': [2.0, 1, 1, 1, 0, 1.0, 1, 0, 0, 0], '0003-0030': [2.0, 0, 0, 0, 1, 2.0, 0, 0, 1, 0], '3003-0110': [2.0, 1, 0, 0, 1, 0.0, 0, 1, 1, 0], '0200-1000': [1.0, 0, 1, 0, 0, 0.0, 1, 0, 0, 0], '1101-1110': [0.0, 1, 1, 0, 1, 0.0, 1, 1, 1, 0], '2002-1111': [1.0, 1, 0, 0, 1, 0.0, 1, 1, 1, 1], '2200-3300': [1.0, 1, 1, 0, 0, 2.0, 1, 1, 0, 0], '0022-2220': [1.0, 0, 0, 1, 1, 1.0, 1, 1, 1, 0], '0101-0222': [0.0, 0, 1, 0, 1, 1.0, 0, 1, 1, 1], '1011-0002': [0.0, 1, 0, 1, 1, 1.0, 0, 0, 0, 1], '0330-1011': [2.0, 0, 1, 1, 0, 0.0, 1, 0, 1, 1], '1110-1000': [0.0, 1, 1, 1, 0, 0.0, 1, 0, 0, 0], '3300-2202': [2.0, 1, 1, 0, 0, 1.0, 1, 1, 0, 1], '3030-0010': [2.0, 1, 0, 1, 0, 0.0, 0, 0, 1, 0], '0222-1110': [1.0, 0, 1, 1, 1, 0.0, 1, 1, 1, 0]}
- --- Getting data from folder   /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version
+*** Total Configurations dictionnary:  {'101111-1-0': [0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], '011001-0-3': [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], '110111-0-1': [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], '101110-1-0': [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], '111101-0-0': [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], '111110-1-2': [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], '303303-0-1': [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], '222222-3-3': [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], '333333-3-2': [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], '202222-3-3': [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], '101101-2-2': [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], '003330-3-2': [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], '220202-3-2': [1.0, 1, 1, 0, 1, 0, 1, 3.0, 2.0], '202220-2-3': [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], '333030-0-2': [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], '303330-3-0': [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], '202222-0-3': [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], '030333-2-3': [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], '022202-2-0': [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], '111010-2-0': [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], '333333-1-2': [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], '111111-2-1': [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], '222220-0-3': [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], '000300-0-0': [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], '222222-3-2': [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], '333300-3-0': [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], '110011-3-2': [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], '111011-2-1': [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], '202202-2-3': [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], '333303-1-2': [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], '202222-2-3': [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], '300033-3-2': [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], '330333-2-2': [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], '220222-0-1': [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], '033333-0-3': [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], '110110-0-3': [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], '110001-0-2': [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], '222022-2-3': [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], '111101-1-1': [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], '022022-1-3': [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], '000011-1-1': [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], '111011-3-0': [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], '220020-1-2': [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], '333033-0-2': [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], '222220-3-3': [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], '030300-2-0': [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], '220220-3-2': [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], '101110-2-3': [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], '111011-2-3': [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], '303300-0-1': [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], '222220-2-1': [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], '200222-2-3': [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], '220222-2-0': [1.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], '333333-3-3': [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], '110101-1-0': [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], '011010-1-3': [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], '303330-1-2': [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], '033033-2-0': [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], '333300-0-1': [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], '111111-3-1': [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], '110101-0-0': [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], '003333-1-2': [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], '333333-2-1': [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], '333300-1-0': [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], '220020-0-1': [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], '111111-1-2': [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], '101101-0-2': [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], '330330-2-3': [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], '333333-3-1': [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], '220220-0-0': [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], '110011-0-0': [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], '011111-3-2': [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], '303333-3-1': [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], '101111-3-0': [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], '222222-2-3': [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], '022222-0-3': [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], '303033-3-3': [2.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], '022222-0-0': [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], '100101-1-3': [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], '110111-1-2': [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], '222222-1-0': [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], '101111-3-3': [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], '111111-3-3': [0.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], '003333-3-1': [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], '011111-1-2': [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], '202022-1-2': [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], '330030-2-2': [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], '333330-3-0': [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], '111110-1-0': [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], '110111-0-0': [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], '202222-0-2': [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], '333333-1-1': [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], '111010-3-1': [0.0, 1, 1, 1, 0, 1, 0, 3.0, 1.0], '111011-1-3': [0.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], '303333-0-3': [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], '033033-1-1': [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], '333333-1-3': [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], '011010-2-1': [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], '330030-0-1': [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], '111111-2-3': [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], '111111-2-2': [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], '033333-0-2': [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], '011110-1-1': [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], '333033-0-0': [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], '002200-2-2': [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], '011110-3-1': [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], '200202-3-0': [1.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], '111111-0-2': [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], '330033-3-0': [2.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], '222202-2-1': [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], '030033-0-1': [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], '022222-2-0': [1.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], '202222-3-1': [1.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], '333333-2-2': [2.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], '101111-2-1': [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], '100110-0-2': [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], '333300-1-2': [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], '000300-2-3': [2.0, 0, 0, 0, 1, 0, 0, 2.0, 3.0], '010110-0-2': [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], '222220-1-2': [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], '222222-0-1': [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], '330333-0-1': [2.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], '033030-0-3': [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], '033330-0-0': [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], '303033-2-2': [2.0, 1, 0, 1, 0, 1, 1, 2.0, 2.0], '202222-2-1': [1.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], '202022-3-3': [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], '303300-3-3': [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], '330333-3-0': [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], '333033-2-1': [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], '222020-1-0': [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], '222202-3-1': [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], '111111-1-3': [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], '222022-0-3': [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], '220020-0-3': [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], '033330-3-2': [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], '111111-2-0': [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], '111011-0-0': [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], '220202-1-1': [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], '033033-3-2': [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], '022202-0-0': [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], '033033-1-0': [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], '003333-2-3': [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], '222022-1-0': [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], '033333-1-2': [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], '100000-0-2': [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], '333303-2-1': [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], '303333-2-0': [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], '220220-1-2': [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], '222220-2-3': [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], '111011-3-3': [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], '220202-1-2': [1.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], '222220-0-1': [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], '111111-1-0': [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], '033300-2-1': [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], '222222-0-2': [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], '330333-0-0': [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], '330330-3-0': [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], '002202-3-1': [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], '220022-2-1': [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], '202220-0-2': [1.0, 1, 0, 1, 1, 1, 0, 0.0, 2.0], '222002-0-2': [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], '030330-3-0': [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], '222022-3-3': [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], '333333-0-1': [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], '202222-2-2': [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], '030330-3-3': [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], '222022-0-0': [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], '222000-1-1': [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], '101011-3-1': [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], '033033-2-2': [2.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], '330303-3-1': [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], '030033-2-3': [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], '333333-1-0': [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], '101011-3-0': [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], '333033-1-1': [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], '222202-1-2': [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], '222020-2-1': [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], '001101-2-2': [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], '222222-1-1': [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], '101110-0-3': [0.0, 1, 0, 1, 1, 1, 0, 0.0, 3.0], '300033-2-1': [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], '111101-2-3': [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], '110110-3-1': [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], '222220-3-1': [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], '110110-2-0': [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], '000022-2-2': [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], '111011-1-0': [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], '222220-1-0': [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], '033333-1-0': [2.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], '202222-1-0': [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], '011111-2-1': [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], '110111-2-0': [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], '333333-0-3': [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], '110100-1-3': [0.0, 1, 1, 0, 1, 0, 0, 1.0, 3.0], '011011-1-0': [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], '100111-3-1': [0.0, 1, 0, 0, 1, 1, 1, 3.0, 1.0], '010100-0-0': [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], '222202-3-0': [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], '222222-3-0': [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], '330033-2-1': [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], '303300-2-2': [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], '222022-2-0': [1.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], '220222-3-2': [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], '000111-3-0': [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], '111001-2-2': [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], '020220-2-1': [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], '222222-0-0': [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], '300333-3-2': [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], '222222-0-3': [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], '000200-2-1': [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], '333300-1-1': [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], '333333-2-0': [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], '110010-0-3': [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], '330030-1-2': [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], '220202-0-1': [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], '333030-3-2': [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], '111011-1-1': [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], '202220-3-0': [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], '222020-2-0': [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], '333303-0-2': [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], '100010-0-1': [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], '222222-3-1': [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], '101111-0-3': [0.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], '110011-0-2': [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], '101011-1-2': [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], '001011-2-2': [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], '011110-2-1': [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], '333033-2-2': [2.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], '330303-0-0': [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], '033030-3-2': [2.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], '333330-1-0': [2.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], '222202-0-1': [1.0, 1, 1, 1, 1, 0, 1, 0.0, 1.0], '110111-3-3': [0.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], '333330-2-3': [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], '101010-2-3': [0.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], '222002-2-3': [1.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], '222022-1-3': [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], '033033-1-2': [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], '010111-3-2': [0.0, 0, 1, 0, 1, 1, 1, 3.0, 2.0], '222202-3-2': [1.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], '330330-0-0': [2.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], '222222-1-2': [1.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], '022222-1-1': [1.0, 0, 1, 1, 1, 1, 1, 1.0, 1.0], '101001-3-0': [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], '033333-0-0': [2.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], '000000-0-0': [0, 0, 0, 0, 0, 0, 0, 0.0, 0.0], '100000-0-0': [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], '200000-0-0': [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], '300000-0-0': [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], '110000-0-0': [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], '220000-0-0': [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], '330000-0-0': [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], '111000-0-0': [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], '222000-0-0': [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], '333000-0-0': [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], '300000-1-0': [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], '300000-2-0': [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], '100000-1-0': [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], '200000-2-0': [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], '300000-3-0': [2.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], '000000-1-0': [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], '000000-2-0': [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], '000000-3-0': [0, 0, 0, 0, 0, 0, 0, 3.0, 0.0], '000000-0-3': [0, 0, 0, 0, 0, 0, 0, 0.0, 3.0], '000000-1-1': [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], '000000-2-2': [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], '000000-3-1': [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], '000000-3-2': [0, 0, 0, 0, 0, 0, 0, 3.0, 2.0], '000000-3-3': [0, 0, 0, 0, 0, 0, 0, 3.0, 3.0], '333300-0-0': [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], '333330-0-0': [2.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], '333333-0-0': [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], '333333-3-0': [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], '330000-3-0': [2.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], '333000-3-0': [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], '300000-3-3': [2.0, 1, 0, 0, 0, 0, 0, 3.0, 3.0], '330303-1-1': [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], '022202-2-2': [1.0, 0, 1, 1, 1, 0, 1, 2.0, 2.0], '100111-1-0': [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], '303033-3-1': [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], '101111-1-3': [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], '002220-1-1': [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], '111110-1-1': [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], '220222-3-3': [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], '022202-2-3': [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], '000100-0-2': [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], '011001-2-1': [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], '220202-2-3': [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], '222222-1-3': [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], '011111-3-1': [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], '333300-2-2': [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], '333030-0-1': [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], '030333-2-2': [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], '001011-1-0': [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], '220002-1-0': [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], '330333-0-3': [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], '111111-1-1': [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], '220022-3-2': [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], '303303-1-3': [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], '011111-2-0': [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], '011101-0-2': [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], '111110-2-0': [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], '333330-0-2': [2.0, 1, 1, 1, 1, 1, 0, 0.0, 2.0], '300300-3-0': [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], '111110-2-1': [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], '330033-1-3': [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], '333033-2-3': [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], '022222-1-0': [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], '100011-0-0': [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], '010101-3-0': [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], '011111-2-2': [0.0, 0, 1, 1, 1, 1, 1, 2.0, 2.0], '000033-1-1': [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], '033030-1-2': [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], '111111-3-0': [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], '220202-3-1': [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], '101101-2-0': [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], '303333-1-1': [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], '000222-0-2': [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], '022220-0-1': [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], '222200-1-3': [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], '022220-2-2': [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], '222200-1-2': [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], '300333-0-0': [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], '111101-0-3': [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], '220022-3-0': [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], '000333-2-0': [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], '111001-3-0': [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], '110111-3-1': [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], '222022-3-1': [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], '220002-3-0': [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], '303333-0-0': [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], '033033-3-1': [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], '200222-2-1': [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], '111000-2-0': [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], '001111-3-3': [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], '033333-3-3': [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], '222202-1-3': [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], '222222-2-0': [1.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], '100101-2-0': [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], '033030-3-1': [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], '220222-2-3': [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], '222220-2-0': [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], '330033-0-2': [2.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], '300333-1-2': [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], '010100-2-1': [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], '111011-2-0': [0.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], '101101-1-3': [0.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], '202222-1-3': [1.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], '303333-2-3': [2.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], '000000-1-2': [0, 0, 0, 0, 0, 0, 0, 1.0, 2.0], '101111-3-2': [0.0, 1, 0, 1, 1, 1, 1, 3.0, 2.0], '022002-2-3': [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], '002220-3-3': [1.0, 0, 0, 1, 1, 1, 0, 3.0, 3.0], '303000-1-3': [2.0, 1, 0, 1, 0, 0, 0, 1.0, 3.0], '100011-3-2': [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], '110101-2-1': [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], '101101-3-2': [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], '002020-2-0': [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], '330000-3-3': [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], '003003-3-3': [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], '000022-3-3': [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], '033000-2-0': [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], '011100-1-1': [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], '033303-0-0': [2.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], '010100-3-0': [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], '110000-2-0': [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], '100100-1-1': [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], '222220-2-2': [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], '002022-3-0': [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], '003030-1-1': [2.0, 0, 0, 1, 0, 1, 0, 1.0, 1.0], '033003-2-0': [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], '010111-1-1': [0.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0], '303330-0-0': [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], '010010-1-1': [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], '030300-2-2': [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], '033000-1-0': [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], '000110-3-1': [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], '033330-2-3': [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], '011011-3-2': [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], '020202-2-0': [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], '101011-1-0': [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], '303330-2-3': [2.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], '200022-1-0': [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], '011000-2-0': [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], '020200-2-2': [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], '001011-2-0': [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], '202000-1-2': [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], '200000-1-1': [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], '020000-3-2': [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], '022222-1-2': [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], '333330-1-2': [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], '101111-1-1': [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], '300033-0-0': [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], '303330-1-1': [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], '220022-3-3': [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], '003033-1-1': [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], '110101-3-0': [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], '011111-3-3': [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], '110001-3-1': [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], '002200-1-3': [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], '010110-1-0': [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], '330333-2-0': [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], '003300-3-1': [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], '200222-1-3': [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], '330030-3-2': [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], '111010-3-0': [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], '303000-2-1': [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], '222222-2-1': [1.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], '330330-2-1': [2.0, 1, 1, 0, 1, 1, 0, 2.0, 1.0], '000001-3-0': [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], '111010-3-3': [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], '100101-3-0': [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], '333330-1-3': [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], '220222-0-3': [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], '333333-0-2': [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], '111101-3-2': [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], '333003-3-1': [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], '033033-1-3': [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], '303333-1-0': [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], '200222-1-1': [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], '222022-2-2': [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], '033333-1-3': [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], '333033-1-3': [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], '200222-3-2': [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], '000011-3-0': [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], '111001-1-2': [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], '022022-3-3': [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], '022222-0-2': [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], '030303-1-2': [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], '022222-2-3': [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], '101101-3-0': [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], '000202-2-0': [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], '111011-0-3': [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], '220200-2-2': [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], '010000-1-0': [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], '330303-1-2': [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], '202002-3-0': [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], '303303-2-1': [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], '200022-2-3': [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], '030300-2-3': [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], '030003-0-0': [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], '202220-2-1': [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], '001010-1-0': [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], '202000-0-0': [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], '100000-3-0': [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], '011000-1-0': [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], '003303-1-1': [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], '000110-1-1': [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], '220000-3-0': [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], '000022-3-2': [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], '020200-1-1': [1.0, 0, 1, 0, 1, 0, 0, 1.0, 1.0], '011010-2-3': [0.0, 0, 1, 1, 0, 1, 0, 2.0, 3.0], '101101-2-1': [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], '330330-3-3': [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], '022222-3-1': [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], '202022-3-1': [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], '011010-3-2': [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], '110011-2-2': [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], '033030-2-0': [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], '101011-3-2': [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], '333303-0-0': [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], '011001-3-1': [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], '000110-3-3': [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], '002220-2-3': [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], '222222-2-2': [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], '300000-3-1': [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], '222002-1-0': [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], '033030-0-0': [2.0, 0, 1, 1, 0, 1, 0, 0.0, 0.0], '110000-1-2': [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], '001101-1-1': [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], '002202-3-0': [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], '101110-2-2': [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], '020202-1-3': [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], '030300-3-0': [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], '020200-2-3': [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], '002022-3-1': [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], '002020-3-0': [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], '202000-3-3': [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], '220000-3-3': [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], '003333-1-0': [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], '000111-0-0': [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], '333033-2-0': [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], '020200-2-0': [1.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], '020000-1-3': [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], '330303-2-0': [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], '110101-3-3': [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], '200000-1-3': [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], '110001-2-3': [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], '202222-2-0': [1.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], '330300-2-0': [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], '010011-1-0': [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], '030000-3-3': [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], '222002-0-0': [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], '330033-1-1': [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], '330330-1-3': [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], '303033-0-0': [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], '003333-2-0': [2.0, 0, 0, 1, 1, 1, 1, 2.0, 0.0], '020222-2-2': [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], '333033-3-3': [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], '110101-2-0': [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], '001000-3-0': [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], '003303-1-2': [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], '300030-2-0': [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], '002200-3-2': [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], '333330-2-0': [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], '020222-3-0': [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], '030033-3-0': [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], '330003-3-1': [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], '303000-3-1': [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], '020002-2-3': [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], '001111-1-0': [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], '010111-1-2': [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], '100100-3-3': [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], '000100-2-1': [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], '200000-1-0': [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], '003300-3-0': [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], '002000-2-1': [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], '100000-2-1': [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], '000010-3-1': [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], '033333-2-1': [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], '000222-2-3': [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], '330300-1-2': [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], '300303-0-0': [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], '111000-1-0': [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], '002220-1-0': [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], '020022-1-0': [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], '011000-2-2': [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], '010010-1-0': [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], '330003-3-2': [2.0, 1, 1, 0, 0, 0, 1, 3.0, 2.0], '022222-3-3': [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], '202200-3-2': [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], '003303-2-2': [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], '330033-3-3': [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], '222220-0-0': [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], '100001-1-1': [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], '202202-1-0': [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], '100010-3-0': [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], '202020-2-3': [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], '001100-3-3': [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], '022002-3-1': [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], '202222-1-2': [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], '101101-0-0': [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], '330333-2-3': [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], '100111-1-2': [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], '033030-3-0': [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], '001101-3-0': [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], '003333-3-3': [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], '202022-3-0': [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], '003000-3-3': [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], '000333-2-3': [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], '000020-0-0': [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], '011100-2-3': [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], '222002-1-2': [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], '010000-3-2': [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], '300300-1-0': [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], '001100-0-0': [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], '100100-2-1': [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], '011011-2-2': [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], '200020-1-0': [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], '002022-2-1': [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], '003330-1-3': [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], '110001-1-2': [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], '100010-1-0': [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], '220220-3-1': [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], '010111-0-0': [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], '300000-2-2': [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], '010100-1-0': [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], '022000-2-0': [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], '300003-3-3': [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], '000222-2-2': [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], '022202-3-1': [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], '022200-2-0': [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], '010000-2-1': [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], '001110-2-1': [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], '033030-3-3': [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], '110100-2-2': [0.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], '333003-2-3': [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], '333030-2-3': [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], '200000-1-2': [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], '003000-1-2': [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], '033000-1-1': [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], '220002-0-0': [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], '002002-1-0': [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], '100101-1-0': [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], '111001-1-0': [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], '011111-1-0': [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], '202020-3-3': [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0], '111100-3-0': [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], '303003-3-0': [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], '030333-1-1': [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0], '101000-1-2': [0.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], '200002-2-0': [1.0, 1, 0, 0, 0, 0, 1, 2.0, 0.0], '300300-1-1': [2.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], '202002-2-3': [1.0, 1, 0, 1, 0, 0, 1, 2.0, 3.0], '333303-2-2': [2.0, 1, 1, 1, 1, 0, 1, 2.0, 2.0], '010110-2-0': [0.0, 0, 1, 0, 1, 1, 0, 2.0, 0.0], '333300-3-2': [2.0, 1, 1, 1, 1, 0, 0, 3.0, 2.0], '202000-2-1': [1.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], '030033-1-2': [2.0, 0, 1, 0, 0, 1, 1, 1.0, 2.0], '003300-2-0': [2.0, 0, 0, 1, 1, 0, 0, 2.0, 0.0], '111010-1-1': [0.0, 1, 1, 1, 0, 1, 0, 1.0, 1.0], '200200-2-1': [1.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], '222020-0-0': [1.0, 1, 1, 1, 0, 1, 0, 0.0, 0.0], '300000-1-2': [2.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], '010111-2-1': [0.0, 0, 1, 0, 1, 1, 1, 2.0, 1.0], '333330-3-1': [2.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], '030330-3-1': [2.0, 0, 1, 0, 1, 1, 0, 3.0, 1.0], '030030-1-0': [2.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], '033003-3-1': [2.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], '222002-2-0': [1.0, 1, 1, 1, 0, 0, 1, 2.0, 0.0], '030303-0-0': [2.0, 0, 1, 0, 1, 0, 1, 0.0, 0.0], '030000-3-2': [2.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], '011101-1-0': [0.0, 0, 1, 1, 1, 0, 1, 1.0, 0.0], '000033-2-0': [2.0, 0, 0, 0, 0, 1, 1, 2.0, 0.0], '002220-2-0': [1.0, 0, 0, 1, 1, 1, 0, 2.0, 0.0], '020222-2-0': [1.0, 0, 1, 0, 1, 1, 1, 2.0, 0.0], '300303-1-3': [2.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], '000300-1-0': [2.0, 0, 0, 0, 1, 0, 0, 1.0, 0.0], '020220-2-0': [1.0, 0, 1, 0, 1, 1, 0, 2.0, 0.0], '111110-3-0': [0.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], '222020-2-2': [1.0, 1, 1, 1, 0, 1, 0, 2.0, 2.0], '303330-2-1': [2.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], '101100-1-3': [0.0, 1, 0, 1, 1, 0, 0, 1.0, 3.0], '003303-1-0': [2.0, 0, 0, 1, 1, 0, 1, 1.0, 0.0], '303030-3-2': [2.0, 1, 0, 1, 0, 1, 0, 3.0, 2.0], '002000-2-2': [1.0, 0, 0, 1, 0, 0, 0, 2.0, 2.0], '222002-3-0': [1.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], '000030-2-0': [2.0, 0, 0, 0, 0, 1, 0, 2.0, 0.0], '101010-3-0': [0.0, 1, 0, 1, 0, 1, 0, 3.0, 0.0], '022200-1-1': [1.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], '002020-2-3': [1.0, 0, 0, 1, 0, 1, 0, 2.0, 3.0], '110011-2-3': [0.0, 1, 1, 0, 0, 1, 1, 2.0, 3.0], '000022-2-1': [1.0, 0, 0, 0, 0, 1, 1, 2.0, 1.0], '100000-1-1': [0.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], '300300-2-1': [2.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], '330030-3-0': [2.0, 1, 1, 0, 0, 1, 0, 3.0, 0.0], '011011-0-0': [0.0, 0, 1, 1, 0, 1, 1, 0.0, 0.0], '303333-1-3': [2.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], '200202-3-2': [1.0, 1, 0, 0, 1, 0, 1, 3.0, 2.0], '001000-1-0': [0.0, 0, 0, 1, 0, 0, 0, 1.0, 0.0], '330333-1-0': [2.0, 1, 1, 0, 1, 1, 1, 1.0, 0.0], '202002-1-1': [1.0, 1, 0, 1, 0, 0, 1, 1.0, 1.0], '100101-2-2': [0.0, 1, 0, 0, 1, 0, 1, 2.0, 2.0], '330003-1-0': [2.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], '101101-1-0': [0.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], '110010-3-3': [0.0, 1, 1, 0, 0, 1, 0, 3.0, 3.0], '022220-3-3': [1.0, 0, 1, 1, 1, 1, 0, 3.0, 3.0], '020020-1-0': [1.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0]}
+ --- Getting data from folder   /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89
  --- Maximum input size =    -1
  --- X format manipulated by the model  =    base_Y
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary_first_results_samsung_interrupted.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary_key_experiements_first_part.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary_key_experiement_second_part.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary_seventh_experiments_interrupted.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary__07Oct22_interrupted_by_windows_update.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary___06Sep22_09_42_02.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary___07Sep22_11_04_29.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary___08Sep22_11_21_57.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary___13Sep22_11_30_53.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary___14Sep22_12_20_26.csv
-*** Total energy efficiencies:  [8236960890.90969, 6957102505.948323, 6956231392.081026, 11285968381.230984, 8096707069.234942, 994906080.8659663, 3998672440.749671, 6501654671.113798, 8089829466.394849, 6532788063.289651, 8964027358.211496, 8321129010.784183, 7249844128.351241, 7650055845.407672, 9340120487.55429, 6806147312.252427, 0.08333333333333333, 0.08333333333333333, 1016987763.6032282, 1980229389.772511, 5377240292.736961, 8296551953.00833, 9400881802.713095, 9963434196.49885, 3307720550.5370083, 5789616901.049658, 7665772326.561901, 5072151352.996373, 5822958761.806049, 4149980287.5936337, 6611133148.221605, 8224428196.629629, 0.08333333333333333, 997516184.7000968, 1014996574.3865615, 1010122436.9405816, 2018619748.5607243, 1998856653.9939156, 2905397356.669485, 3029054692.61153, 5058399218.983161, 5026691733.102776, 5947637003.818383, 5035525633.343237, 5326600510.288329, 4059018123.5159216, 4062233415.93208, 5236095548.271565, 3139835723.7949314, 8354358468.81318, 8407741848.694279, 2075033200.5312083, 9914340101.522842, 2745412415.8531094, 7043096708.760907, 8950387999.31977, 5363512027.675722, 9185604320.908272, 4533975344.242078, 9820095844.135439, 7854719115.244439, 5325891287.907031, 6336774201.724871, 4969363871.73078, 10870309597.28764, 3845281263.097989, 3839950848.6291375, 6145261695.969323, 4306298392.02818, 4153496621.1304984, 6443423519.784533, 6519117311.516021, 6448575832.027497, 6539495281.754154, 6473246073.976255, 3145168392.3157244, 3331046015.069652, 5724131219.984087, 9166575000.916658, 6540008502.011052, 7245431755.278297, 3321398441.599851, 5549420363.04308, 9229945635.620207, 7263008047.412917, 4385426351.149858, 5040602049.508794, 6928278461.367919, 5821399464.43125, 4809102669.532892, 8795770993.306417, 8367150566.874451, 8895689149.038376, 9428892010.8998, 7282684688.88371, 7595205906.032112, 9080672696.233337, 2991522026.5766816, 8754497623.153894, 7849108733.703288, 11468876336.840899, 6807769026.0124855, 8336042547.16116, 7878296082.123358, 4093227346.033253, 6788174999.151478, 9607255399.277534, 10000990098.019703, 8871225293.637558, 6657080470.788732, 5194211570.625695, 6806981239.9597025, 4244013818.5089927, 10227751572.005417, 3742206854.226074, 7487495881.877265, 10286076355.602003, 8782098570.274353, 9750580159.519491, 10199970420.085781, 9353836943.914392, 5162462701.2069845, 4242843383.922169, 9571301409.852697, 8376542330.856669, 9479212087.891254, 5449442794.474265, 7529950377.627011, 9165566798.65083, 8477809334.068076, 10578920865.440357, 6670179627.937381, 9413093613.215984, 6681499595.769274, 8384408354.2244835, 10534122128.398308, 5256269415.345153, 9521179864.608822, 8622547962.923044, 4292324465.390988, 6005284650.492433, 7512075661.626064, 3550266447.4968843, 8906781623.528154, 10947566629.6274, 9639669166.554203, 8308684236.764266, 5000900162.029165, 8823477508.95583, 8411277841.329655, 8447801037.389967, 6634071263.19351, 8252186829.509821, 7393168712.11001, 6057595619.146848, 3751444306.0578322, 10619025470.794495, 11384996168.94879, 6002689204.763734, 8262619084.997563, 9243340173.405062, 5236287472.182222, 7522756337.9222145, 10070047248.66169, 6788774083.176061, 10098612955.510561, 6591219177.81132, 7467367603.572389, 5336236245.851076, 10965958375.4152, 11414873580.275099, 7192278369.94203, 4197888462.103562, 6207016411.351391, 5023055826.242454, 11523551835.240866, 9969791531.659073, 5065035050.042546, 5127442585.46165, 1047552602.8539523, 7504014647.836593, 9277212383.22309, 10225586667.47108, 8528930131.004368, 8327920185.212945, 4407169583.478402, 6743861400.160503, 7543867590.03606, 8955437741.79682, 9681573061.991112, 6563747111.951271, 5338401255.591975, 10017249703.99027, 9152396555.037937, 9116518219.361662, 8886756067.432705, 9945201937.325336, 8938627384.378855, 8513391564.931638, 2117186259.461176, 6254338947.644929, 2780233650.836016, 9442424814.692413, 9876153040.867521, 9147875405.936972, 6759862639.591164, 10558457958.332102, 3629843118.1804323, 8737821661.059898, 11525411226.672567, 5281811027.365063, 8479966080.135679, 9258659160.980307, 4730794158.415373, 10575598076.510221, 5441732647.675019, 7524397860.061248, 9132169894.888725, 7964637011.668193, 8993129249.25357, 6611526535.36175, 2083511299.9235353, 8963143553.707155, 10205779124.487032, 10065860928.052246, 9487576019.202854, 8314487162.431821, 7514502990.77219, 8547519937.090253, 9705063131.435669, 7567673924.06596, 7144898542.440698, 9205560158.335634, 5549728340.797718, 7804268935.107504, 5328502158.043374, 11529065350.201126, 8436326823.301135, 5231876778.838105, 4343576935.606472, 9910704551.9866, 11245140693.577787, 7549106940.648921, 10604498852.593224, 10233675752.123999, 7793442597.398549, 9121757215.309958, 6238497769.737048, 9961846129.324686, 5246589716.684155, 3452478361.591869, 11528294469.531294]
- --- Getting data from folder   /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_fifth_experiments_02Aug22_05_37_44_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_first_results_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_fourth_experiments__31Jul22_22_49_44_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_google_pixel_varying_frequency_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_google_pixel_varying_number_of_threads_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_second_results_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_third_result_cleaned_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_to_verify_strange_results.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_twelfth_before_meeting.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary___03Aug22_05_34_39_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary___09Aug22_08_43_01.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary___10Aug22_12_36_17.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary___12Aug22_11_07_50.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary___17Aug22_13_08_20.csv
+*** Total energy efficiencies:  [10829988671.831848, 11271402985.343796, 11835117871.856445, 11115693246.882881, 7744553642.650806, 14014690198.265823, 12835751160.993692, 15072476000.850086, 15861711256.58063, 15103367446.80594, 14193154641.516396, 13704431053.692589, 14941965406.36169, 13904280154.559978, 11958775708.378078, 12422190504.229136, 13244489299.11487, 14498805298.443407, 14878826834.261774, 13184350176.340683, 14515768479.29906, 15148485454.424267, 11563514337.02325, 1619850293.4358807, 15227537478.77662, 12714137867.025375, 13712530510.380384, 14204444570.706173, 14288735332.61318, 14395593796.65072, 15034451445.487333, 14177780865.38339, 15278348593.857187, 14874621812.74041, 13280265392.82361, 11308622485.386433, 11533320339.125751, 14655579232.458004, 14823423380.68923, 12977423176.899149, 11067652130.41236, 12470196231.00789, 12658099664.813522, 13903816180.427042, 14471780028.94356, 11667290866.728037, 14092347150.879715, 14166071691.655617, 14334040479.330315, 10199294208.840748, 14563969322.455019, 14594342940.789293, 15440819969.30365, 15988488288.432327, 10499448253.994251, 12057461036.314661, 13026006421.821165, 14474943149.660782, 10890802281.840895, 13789280489.133356, 6206361520.558573, 13753001592.597586, 15929350146.231434, 10346654305.863657, 10312116840.40865, 14097711236.580742, 11969296360.974827, 13784129504.653522, 15804679449.491407, 6218480079.099067, 6003554104.029585, 14151777817.088272, 15331051050.866896, 12835751160.993692, 15872839508.132448, 14095406166.176382, 14925818681.154661, 14045358079.381556, 12317273251.316717, 11817746710.23476, 13829154623.777847, 15864982651.64147, 13561013712.897066, 12616768189.5947, 13712605724.190134, 13743003093.549995, 14390518375.252914, 14087701577.399946, 12477742826.233706, 11913313962.28483, 7765120631.149005, 15012017119.704325, 15052941194.179932, 12785418485.925173, 11902466429.093437, 13070067323.916784, 14223092043.31785, 13677476888.483427, 14800343367.966137, 14522261174.153862, 13585184541.146809, 15302944745.657406, 9938974695.370426, 12674978072.287935, 15847508930.071281, 13446770287.478502, 14403991634.16166, 11838060073.41965, 13885706747.759195, 11878826466.975676, 12373986415.837713, 13419378387.55433, 12592000302.208008, 16215287124.089106, 11607890115.069016, 15732497203.54862, 14122618220.437122, 15222530563.035736, 15007150907.40738, 14778842018.612473, 11691120593.908926, 13361213732.655474, 11063476697.552206, 11607229911.367193, 13772833636.56522, 15666712622.357025, 13451509326.603992, 10395312961.292013, 6111684930.418467, 14047528407.614323, 15686643607.300564, 13830416959.410492, 14080045056.14418, 12321431651.786486, 14500655429.625418, 15070431662.374104, 10515534599.263493, 12840398976.87701, 15123376505.532131, 14249500198.780527, 13229665673.118774, 11459308568.239609, 13320350431.77916, 10684388505.734846, 13766178701.51896, 14460730440.416006, 14639637991.031757, 13822617119.034851, 10583914566.641617, 7219330479.29135, 15671205570.173307, 14103636340.557686, 10890102530.315323, 12220292773.774273, 14446232567.00885, 14778186805.148129, 14313318542.904173, 10075333266.836134, 15824387279.72453, 14129921805.012732, 15150114913.62162, 15159761142.803434, 12976463290.882996, 14052976912.364231, 14320636179.941658, 14123954650.806406, 11742671105.396345, 12442484614.867773, 13694709322.947266, 15111309908.788132, 11461738424.790365, 12513561572.354038, 10871987779.885736, 13345451002.843914, 15248016614.238901, 12108149995.762148, 13740416059.79829, 13620192752.96784, 11742271237.07176, 14657190304.561756, 14508144872.531439, 15385988288.185717, 13025293818.065302, 12295616121.028208, 13569165428.480322, 14019405661.316395, 12908055917.698235, 14361976380.293646, 14509155276.979774, 13468757197.367126, 13852123045.63859, 15338505477.380306, 13730944881.241056, 11787671039.106777, 14726651262.589447, 14933352448.024466, 14254435980.477125, 13985290271.692234, 15106812719.332037, 17630558694.77448, 10569718390.992908, 13490088157.726112, 12740395334.46723, 14214479437.334045, 12597441207.741884, 13053432922.324242, 13517367790.004988, 14281185109.865158, 11532602089.476847, 12054278002.99187, 13418532066.266079, 15170478249.32681, 14930141866.208012, 13997917109.93404, 14650211549.054768, 13585369100.893103, 11216131488.952671, 13731963066.512136, 10887754868.731785, 11605101602.664532, 3292105202.513851, 13662807379.009008, 15432670345.815277, 13767012585.802904, 13967533864.285854, 15528046758.0544, 14792899408.284023, 12035490253.659992, 14359934633.577549, 13494675675.712149, 14263788804.637444, 13826764467.980669, 14515642055.879416, 12017367499.510292, 14095922754.343307, 10228912840.456577, 14384742966.220308, 10831501906.88591, 12684319010.623117, 15834385000.403776, 15595928215.061611, 14004896111.680643, 13545491857.12757, 14576855743.06251, 12080227204.913269, 13277356000.435497, 13583376120.968113, 13225816264.315292, 12701670777.774109, 13695515814.21211, 9201917679.644438, 15790678762.326597, 14598327031.722164, 12089851778.417196, 11783642889.632044, 12918694901.766243, 13559965557.687483, 13743550838.768908, 15312505263.673683, 10632890934.184532, 7104290991.759023, 5609028291.9387045, 10269365455.90848, 5358769626.493757, 5413071485.022031, 5524617696.455405, 5883010454.109577, 9880837104.519495, 10402709697.822088, 10478138412.017168, 10275897573.963343, 5520012806.429711, 10467861049.612429, 5536240228.535996, 10520800675.014572, 10571673834.261526, 5303154846.818372, 10524354935.975086, 8146469908.297905, 2751497562.180254, 5111958755.732292, 5492386746.144499, 5838252194.436778, 9157643713.790216, 8725917881.017065, 8793320381.554344, 12705257909.722488, 10756377585.89932, 10860100930.50205, 13266987723.033262, 9909170265.975996, 14322613248.733103, 11595544071.596024, 8498732877.373275, 11750487231.831547, 10084408059.511795, 9848377853.032824, 12798179535.467672, 15251088619.069136, 11642112100.11391, 12446800294.572485, 11473711646.565487, 8146469908.297905, 5492368456.744541, 8725809067.483562, 10756377585.89932, 12877238669.53101, 16232147970.356508, 17276238156.558975, 16089035406.763796, 17270333243.662476, 10084408059.511795, 9848377853.032824, 11473711743.841167, 11595544071.596024, 13041985695.23333, 13438400120.333483, 13175045908.951681, 14023081992.960411, 14109387257.53018, 15067865666.964005, 10662526762.942175, 13379358325.974688, 12292321232.772312, 13404268723.41766, 14911863431.18995, 14253216951.065857, 14427994927.116983, 10298586930.887213, 13549235890.841936, 15386698506.874779, 14568255189.2125, 14982687504.58845, 13434937285.712751, 14628566078.695833, 11193557883.566849, 14193940322.997305, 9632519385.445263, 12910472329.630178, 12468874571.85002, 12362391133.693079, 16077609838.211012, 14602100074.032648, 14662090139.59776, 13438548206.760126, 13720451293.083933, 12422560861.231298, 13786295870.452936, 12855040139.862837, 14399200556.385109, 10880623242.099306, 13323686983.956947, 11831169215.2977, 14286387786.85281, 13506559460.602041, 15017968999.908392, 14586168519.839378, 15274754649.253447, 14821951309.889946, 4992984856.276931, 15049135427.169708, 12300183518.7381, 14901908189.343645, 16239592451.187845, 12689099302.353321, 12790717009.223387, 14221635658.760386, 14401834217.605953, 12808082412.325474, 15203575881.047222, 15097712394.617968, 12894540709.354473, 11478960786.722055, 11496525749.918375, 14357811008.1337, 14663208104.648384, 13164009072.635054, 10542740269.050732, 11645632713.048117, 14371553521.821047, 12831600639.526976, 12484488023.630638, 15099786942.006248, 12988227470.62063, 14768125659.027607, 12421881890.262611, 13567950330.447432, 11746671287.02404, 12210772587.792402, 13292286751.84364, 15542938143.76907, 12373817991.036406, 12266206111.514534, 15121089686.207148, 14354884321.164698, 49900697611.75261, 16284841418.21427, 12649245282.780205, 12248762568.76149, 13410884005.240973, 13861550830.306894, 12619618206.070793, 13575059899.951809, 13532935104.163002, 7611972109.73419, 5642481111.794478, 10660117090.726126, 8563403439.062821, 16089483270.155294, 17713662193.376507, 13145579404.557837, 11417401947.352076, 14000308006.776148, 10778103635.777699, 13125943427.183828, 13709391069.976845, 13340679600.900229, 11201155959.295, 11522688750.283745, 10983169391.224886, 12601108141.449959, 12257064972.250004, 11012924768.508322, 12667865046.700085, 10135460428.628622, 10448185359.16682, 11352245417.38233, 10275982049.914555, 12184957913.155367, 14754441824.711329, 12850612909.982742, 11942166476.189112, 12711988294.801178, 13352311418.629679, 5989960825.6562, 12144942603.001259, 13468630213.370039, 8071025020.177562, 10984846404.38515, 12476170514.317654, 13502784274.117321, 13489251090.268719, 10229007008.915602, 11997960346.741053, 13985779259.648788, 11839826096.634293, 11398700320.189491, 13423107073.440504, 11898288669.140718, 12043389925.222591, 11138350566.21805, 12917092930.73338, 11844664334.057436, 14702487807.961985, 13293134893.415646, 14337534230.862976, 8819508753.362438, 13461287356.755075, 13202208993.60881, 13313575986.569265, 11763017543.364365, 12672600823.212149, 12127533138.4843, 10650251079.669203, 9252662453.621029, 13912636987.301937, 11749390206.648275, 11503455638.073677, 12966704097.21916, 13326563439.106268, 12158719929.965773, 14772139744.44198, 13885591061.0119, 16028749164.501448, 13959598131.089003, 14914131885.668266, 15954255957.319174, 10565988294.998167, 15859321474.790024, 13018731350.667341, 12027441811.236517, 12550389815.107658, 13826458587.682562, 14751416504.76987, 14396443502.597118, 14748327170.99063, 14236800706.145315, 14917179817.652395, 14243959136.930027, 15673416162.11328, 15929324771.852247, 13084073019.59471, 13042179713.411142, 15903737855.50818, 14522366622.954342, 16695549968.1115, 15478678120.888475, 14463386659.839949, 14397604238.654688, 14770830563.8026, 13526400151.49568, 10884176040.66328, 13236319932.441824, 15380805677.362993, 14551380926.049883, 14246069509.422352, 13120776749.983599, 14938304801.171164, 12655728742.172432, 13004797469.786604, 11392233458.761824, 13871530210.112068, 11872339111.996523, 7423574302.555194, 13657246808.30142, 3211871075.4950294, 14984708105.378462, 13684477013.499737, 14789355213.691393, 14287673738.112658, 13386827094.402565, 7055470105.973162, 9980936411.454123, 14224386857.804495, 8465178488.288426, 3444676768.755404, 10074338544.11704, 8513536523.071684, 15108433225.257673, 10992187852.093517, 15452391953.012367, 13471279232.675934, 11081302407.634575, 12859238913.085691, 10849423027.683388, 13609237950.72095, 13874571102.320799, 8558932529.934866, 12729464509.616474, 12611406007.821594, 12504532893.173775, 14119886306.675457, 12443165840.025682, 15333190223.557913, 14733811592.85764, 13560884983.354015, 14409055803.391315, 12586706675.611618, 14753135779.009829, 13990494857.793615, 11588412051.484997, 12797903191.541098, 11259739674.818718, 13196111369.901518, 16070659475.582241, 11530208569.942822, 13717835106.13489, 5054436278.721834, 12516412145.425688, 13683428410.355072, 12755215926.672813, 12080679610.712181, 14736981718.77418, 12798329050.159212, 11625825142.93952, 12356571100.945772, 13883393379.009699, 11472757936.280302, 13394465674.67254, 10921513634.417622, 12257064972.250004, 13209690629.045467, 12236502220.313328, 4718027109.783772, 14444312840.70523, 11852174933.361147, 10711076216.805037, 14185463588.042788, 13268811525.820444, 11184606402.516088, 13484430876.110443, 15557640279.352987, 13451237917.42554, 15282668231.611895, 12326960294.86089, 9783204195.037958, 11233026896.3596, 11068387136.763205, 14150676402.332033, 12070676223.42339, 10435766293.101019, 13285505513.484787, 14904373539.371391, 12530386186.502268, 14885404711.826008, 12809509780.060719, 10540573301.781883, 10921477850.696844, 12920497594.203348, 11648576427.474798, 12812496796.875801, 13692590391.635471, 14237408791.59993, 12516443477.618721, 13533264764.791859, 12131240613.452576, 13321042451.498085, 12845347158.352303, 10844152182.494068, 13506887837.45271, 10299849210.207561, 13285064266.49839, 11460109650.329136, 12336586491.191061, 13034495793.116482, 12670208412.258175, 10481279386.887081, 7496364263.332283, 10679504855.436882, 11927480916.030533, 12453749886.359531, 12660327218.817299, 11230529070.224499, 12940377211.995731, 15076589072.48824, 13901728679.961353, 12797903191.541098, 9265607916.535404, 9668281269.638697, 9568096140.230017, 12661321056.916437, 13940157691.063803, 11809317315.175327, 13654169915.221258, 8677467220.867573, 13484449059.122566, 14763111118.98477, 13767808660.50236, 14161738381.709831, 14337678127.72864, 14620310535.395771, 7320161921.981714, 6051071039.574004, 12431780603.935902, 13769969898.845802, 11294917061.424017, 13150575403.426777, 12879909016.32271, 14232302487.66415, 14443499197.66362, 6233792140.43487, 11668883754.580038, 14885870034.445902, 12648173350.804678, 12133492686.537285, 11963267981.988104, 14264907898.62215, 14577046981.822424, 12284333175.684391, 14157668288.66353, 1568536414.3571274, 10742142391.394255, 12868373270.329777, 13587842685.392525, 13972451913.80674, 14846663657.742832, 12860297304.353083, 8476515812.9402485, 3284525287.5601892, 14090619592.72473, 11355055554.6093, 12819017268.498163, 14338623807.5642, 8721209108.430794, 13890586627.254442, 7533921481.470321, 14639037922.427738, 11341636167.116741, 12657170413.611015, 8467113730.2716255, 12953334317.786741, 6257234927.885367, 13144404427.03541, 8609853115.905842, 12932729116.229023, 11527098479.46044, 12797379096.760984, 14429639634.179775, 14474880292.739979, 12524265764.919533, 12479113084.47486, 13547198439.36274, 11937034530.259785, 13984468848.896416, 14563926900.7381, 13728569702.694094, 9422317701.708267, 11743484714.680296, 11733357112.937082, 12307419651.010809, 8919094890.250538, 10920273268.918282, 9662862719.709341, 10720963342.88214, 11754748918.563099, 11739583174.359812, 13008417747.124165, 12514281924.246046, 12733095224.452637, 13867452119.154696, 11887652176.807428, 12469045594.31212, 11916238377.198992, 12714024713.521238, 11117855943.716965, 14664670316.214285, 11786670689.850264, 12977490542.653767, 12501375151.26664, 12443630354.494143, 11105916010.39958, 13671885681.160686, 14609780078.98047, 12643455810.489769, 5766580360.18061, 11702585803.359112, 14055841045.304787, 12377325235.262009, 11775636443.710691, 12935790616.11877, 8319329129.299013, 11710177783.919115, 14681722283.47763, 12720752763.265518, 8880442601.259247, 11179904791.930792, 10537108006.410776, 5926487844.77343, 9991107913.956577, 5804639067.542781, 11107569030.764635, 10679972488.39087, 6016955781.391962, 5955429565.134533, 6030926591.561527, 5816929591.88422, 5746300818.847867, 5792903692.976104, 10743134868.240822, 6007774059.633164, 5682237892.57161, 11099222610.448364, 6218634760.924586, 5716180219.729967, 6134705871.52699, 5933274396.140998, 6012216824.587563, 5863314414.372156, 6028999487.535044, 10913492022.783005, 5587965756.945841, 6079027355.6231, 6026783023.757579, 6055761451.444905, 5810507722.1647625, 6266331626.802354, 10578417278.363646, 5911528070.891045, 10604352662.593887, 6484453522.679377, 5852539416.852973, 10314063225.207571, 11353933911.02149, 5895600702.755604, 10281708532.07019, 5941064638.78327, 5868544600.938967, 6021448399.197943, 5577369266.464394]
+ --- Getting data from folder   /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89
  --- Maximum input size =    -1
  --- X format manipulated by the model  =    base_Y
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary_first_results_samsung_interrupted.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary_key_experiements_first_part.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary_key_experiement_second_part.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary_seventh_experiments_interrupted.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary__07Oct22_interrupted_by_windows_update.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary___06Sep22_09_42_02.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary___07Sep22_11_04_29.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary___08Sep22_11_21_57.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary___13Sep22_11_30_53.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary___14Sep22_12_20_26.csv
-*** Total energy :  [61.00540758755291, 53.35616382684589, 53.38267358149647, 54.74622776577034, 49.41467631934382, 29.623247258891045, 36.82601141845538, 42.85376093977719, 66.44909360627778, 42.64544340651106, 50.74428137607953, 59.94594005320708, 42.05401520354165, 43.82652071469574, 67.3857084084629, 54.44253148500697, 30.299284062105812, 30.027102694886654, 29.060137396486432, 30.277288658122774, 32.51205394198035, 59.045602086542516, 66.34289826476824, 75.09852863759252, 35.59789292409111, 42.05795824330537, 48.682465076838824, 36.711179058531826, 37.40635012737015, 36.1860248822606, 42.19510352720739, 49.410116578739654, 29.957415812958512, 29.543907709942122, 29.02206558996354, 29.239529117166907, 30.059275323795035, 30.07061597004587, 30.668041259477853, 30.508250558695604, 36.78276420172299, 36.9852979298838, 36.68430426428569, 36.93355197432356, 36.46450751429702, 36.96583597689362, 36.86022362180361, 39.7073615035878, 40.0701934667281, 64.35822134376, 65.1809584910712, 29.0248902377268, 65.015157087009, 29.5448803510097, 47.6050128004243, 47.4541739001796, 45.0383665719169, 48.9191931692468, 35.4792605525655, 58.230522602615636, 56.794731664850964, 45.45847467114993, 45.652440385434886, 42.2836539731841, 60.328010600678375, 39.12249647942367, 39.00759503929043, 51.31617435224532, 43.625602385234735, 36.241340818491324, 43.3608751201712, 42.79271109577192, 42.80059101405426, 42.61363347008094, 42.474892742303716, 35.44774676664167, 35.40657570372512, 42.51731520413714, 50.735447078258076, 42.722378810206706, 42.016301664202444, 35.588916806469584, 37.334916995372765, 51.28077619994492, 41.829225389075674, 36.59285860316189, 36.67117347490831, 53.6166443408558, 36.31061849927073, 35.93660318178646, 48.71596839606954, 43.37670883350873, 48.8428586507307, 67.46193459835338, 43.18443043197562, 65.80063109114849, 45.44863666563364, 30.63396781022152, 65.93701913313123, 42.07381484773657, 53.84120579706395, 36.74164741869377, 59.96771726749321, 42.51302006574951, 35.39655176899871, 36.70897651674008, 65.95120166169613, 50.66357196918862, 42.90551410725298, 41.37346586900227, 35.648662348871625, 35.94259902860859, 35.41951635507749, 73.37868558375581, 34.88131927324178, 41.820066635010036, 84.88778487940925, 43.085080854083536, 43.43833566298026, 84.69065283515172, 65.99051868650201, 35.42009012551951, 35.404255909220375, 49.20594289132612, 48.301162810596125, 49.57175430186782, 38.132247384977575, 41.87227309237855, 65.10994999301121, 58.764018507515395, 50.18755172966964, 41.85807704041302, 49.7061517933472, 37.38840673928198, 59.697236073290554, 50.34000387088341, 45.78293727571249, 66.3571751425295, 48.5763010995366, 34.94046355190528, 34.65163368892841, 40.5630522502661, 34.61491775303547, 47.48626285009536, 79.26313007840331, 64.97706889442466, 64.3370683100252, 35.48607288213239, 65.30338482528335, 59.541753106093076, 43.884169684615244, 41.98663362868059, 42.07453960416718, 41.1753628489377, 36.12486526516549, 34.495214714826176, 49.81557674440745, 60.652013004669556, 36.30048338737668, 42.07329975259821, 40.84258552984255, 35.478097414979636, 41.562953026807364, 83.48428558869355, 41.16379423683102, 67.2428641168314, 41.03159908655608, 42.10385161103808, 35.10473595313148, 49.989818506242955, 57.359112207692405, 51.67993691242756, 35.26956535624208, 47.115411060327354, 35.164198939696966, 83.54140347554512, 42.75164023390624, 35.13598057141005, 35.649584213611206, 28.209089181571862, 41.82593528076137, 48.61244404745341, 73.36262541667716, 58.99281399223083, 64.17430044494624, 34.828482821374045, 41.3450979000584, 40.37867051197721, 70.26399021141525, 64.59775499830239, 40.76551455796704, 35.023609845408956, 53.486611373072236, 48.568093302538465, 51.19519895467268, 42.76899541535147, 53.14600789669191, 42.547359911496315, 58.43142458623579, 28.69675782439391, 35.98594879953233, 29.193550568943994, 43.80740929766881, 82.55859277633934, 51.28673303694986, 36.90475887640218, 49.51707772839275, 34.55029567760096, 42.79354542763764, 59.99293901124158, 35.274079340197716, 59.193870361299275, 46.9330182291436, 37.456019446944595, 50.06110945250575, 35.287807273153724, 41.9385253841261, 48.617857913878716, 42.24457921399078, 47.97458475843469, 47.579797377976384, 29.12766521649349, 52.92171748044021, 84.56198872402297, 83.39866371497797, 49.10228531809563, 48.121310145716976, 41.92637824781065, 58.44164899316907, 64.55329768339193, 41.73681879685515, 51.89988274563883, 47.19609116514537, 34.54578297303628, 38.575829271360156, 45.14679945279237, 56.827789322012976, 59.49080386456649, 35.35979917082616, 34.69772062521995, 49.880002810073556, 59.880442963642075, 41.72057827645338, 53.16348231202643, 84.26690937159533, 48.497409609038264, 48.6433554663716, 35.660197143265485, 83.53903174389984, 35.71821214035277, 34.331593464755564, 56.93002977667585]
- --- Getting data from folder   /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_fifth_experiments_02Aug22_05_37_44_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_first_results_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_fourth_experiments__31Jul22_22_49_44_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_google_pixel_varying_frequency_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_google_pixel_varying_number_of_threads_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_second_results_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_third_result_cleaned_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_to_verify_strange_results.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_twelfth_before_meeting.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary___03Aug22_05_34_39_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary___09Aug22_08_43_01.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary___10Aug22_12_36_17.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary___12Aug22_11_07_50.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary___17Aug22_13_08_20.csv
+*** Total energy :  [35.536402216432755, 64.71129799002061, 36.734913097035495, 30.700472577378978, 26.767238609212782, 63.44082042960884, 58.54108121624596, 97.28797445994333, 85.51534231485796, 84.49044180099274, 75.19043109374802, 75.87039020058079, 88.45960297015073, 77.17119209715501, 55.19798222953497, 52.15820338037457, 78.94530881409207, 91.76824551852016, 54.087718626572986, 43.78047104305274, 91.83877298181203, 58.45814541687684, 67.53882894703122, 22.60411372898465, 102.00341241380069, 51.080839551389985, 81.77773921998886, 58.70580259207987, 93.11184671772176, 83.8645825370609, 92.69644842655524, 85.35681971478988, 89.99138924115384, 48.32825169162293, 80.89218696331669, 64.13091227501518, 52.516287756608044, 98.33180383203538, 41.43583708148781, 86.69594291794053, 41.81970183069355, 56.29375828423512, 62.38781956977318, 72.52828772049172, 72.03533813993924, 41.251803480253244, 77.28586489330746, 71.25193400283615, 71.21791539618593, 33.55309393673303, 58.70456587016728, 80.17631322756387, 58.67863075260059, 77.67467453614748, 32.51905730105663, 68.32437278660214, 64.30775539783755, 57.4797738276827, 35.64181472293627, 67.49357382359369, 26.332761918292903, 81.48911064839487, 77.59635035177494, 32.97385398783962, 33.23255472087933, 65.20383205963783, 55.14950525765903, 78.20736118066493, 75.13916289414331, 26.274511449565598, 27.241716653761866, 82.98598382291387, 75.96541207639095, 53.93709917505446, 83.79533601234984, 70.58820126566067, 75.15771108741323, 70.47402905804368, 39.76219318534942, 69.54756184550816, 64.195799103128, 48.4114598927455, 82.9156109905908, 100.207122447555, 82.9689480595376, 64.6497062836685, 73.9118250482876, 72.9096660218277, 58.2884375590111, 32.3869731002721, 26.7121133566337, 65.8277383833758, 79.3851939063441, 70.2667978545078, 81.3667303591789, 83.5550372075793, 65.4051401275013, 71.6230294037093, 102.719273058889, 91.8755525545871, 54.7592147928153, 103.605542776513, 34.2448289317877, 96.2036865454932, 72.979973067832, 86.2801902841026, 39.2183051603058, 55.6549041743458, 70.0078582686629, 79.1921814190437, 65.7590425822352, 56.046315848522, 83.5387640803202, 70.0487654332769, 52.6346324100534, 57.2873551037916, 87.1615988005907, 102.945501098208, 58.6922029582491, 57.3205072294823, 51.630790443296, 62.9526389384084, 90.2662722413003, 52.6902862777189, 64.6001284096528, 52.1245882760953, 65.8461101285994, 67.1483257685157, 26.7184846004408, 99.1199512733933, 71.5812859564726, 66.3842172994299, 90.7376428641244, 75.3849371705881, 69.1154876227722, 79.5378105979585, 32.3911267160719, 86.4225033041374, 77.6142915980758, 80.579674343825, 71.2294033945321, 33.5555977111976, 78.8740772526803, 63.3690752564047, 79.7127969833484, 46.3133982052407, 41.1716606409971, 84.3646166621502, 32.1859127423429, 28.6387646642511, 50.3428670012474, 92.8249833568298, 35.8868812091206, 57.5281823764323, 84.9404936835098, 45.2436589650941, 82.6335756822963, 50.7096930689716, 81.9077463484616, 69.5925937545452, 74.9625159265616, 59.6329403677947, 64.768131410946, 79.5738884766809, 77.6473695933206, 75.6785562491319, 36.9581904467489, 34.5550819751672, 55.1474477747145, 72.3253528074643, 57.5070787061249, 51.7596710203295, 31.3934447994613, 76.0798450282377, 67.2323504939425, 54.4639625494408, 83.7034659994173, 65.1406964237598, 50.8317348445158, 95.6220428328611, 62.5618690617415, 91.4259968153942, 75.2120882234259, 39.9085203282099, 37.8409560260374, 97.3671383278909, 67.8209046191028, 94.0135655715655, 74.9403190398345, 79.8767027494463, 89.776899533513, 99.8453916327805, 71.0356581632197, 57.5176175818552, 72.6506326213233, 78.5356318543746, 56.5693073110482, 73.251940060295, 58.7321270588738, 55.7442277111113, 73.6624240556838, 75.6622282738419, 93.4131245697236, 86.641218027865, 69.8226407220911, 72.5120663430038, 42.6214864172658, 76.4971891147909, 33.4260041380091, 32.0011057465816, 62.5543914533039, 44.0672441700072, 54.9134481539672, 44.3851855395692, 112.252246650916, 89.0597439439495, 77.6226342959476, 45.342545639677, 31.3418994560934, 80.0526614822044, 23.5175293800191, 76.6951102201836, 71.5079965571832, 84.777250997072, 72.5489714103032, 58.262720853322, 98.0625210176743, 49.4404352153497, 74.8645087621987, 55.3938120911074, 41.4528641815209, 100.311184339352, 77.6487009668172, 53.677951058628, 39.9195324609141, 33.4145827544387, 83.103378159748, 62.4324044343125, 62.4755025899128, 68.8022036229322, 95.9288937521245, 43.9976841972795, 82.3838251863148, 41.794008855435, 55.1955872410731, 63.3971718133292, 65.5557580165811, 70.9803740450458, 45.3072604814401, 75.8036384393518, 32.1912867561494, 79.3720923830505, 75.2161891555095, 58.0655432702143, 56.004272107212, 64.7867353921133, 73.393325791739, 57.8940253640561, 75.3926735584727, 38.6438793260726, 16.3307947163033, 13.4893048354332, 18.3191369059882, 14.0838858431668, 13.9697963651223, 13.7189335182749, 12.9248547023353, 25.3623210355619, 18.1188341516786, 17.9776183946517, 24.5924899083227, 13.6504873016518, 17.984386490349, 13.8323700917135, 17.8171709875973, 17.8136328789872, 14.4399767950293, 24.0280687781385, 11.04773, 22.55499, 24.78502, 29.19724, 24.2773, 28.50231, 38.59814, 26.06077, 32.11143, 46.07778, 35.08751, 47.10283999999999, 28.15818, 42.7422, 73.04875, 30.05234, 47.13362, 66.8775, 77.6323, 35.6832, 67.64763, 80.6761, 98.66502, 115.13669, 11.04773, 29.19724, 38.59814, 46.07778, 53.62951, 56.82057, 64.35313, 106.21078, 123.82321, 66.8775, 77.6323, 115.13669, 73.04875, 79.00024, 92.14393, 96.57158, 66.12237864852598, 83.8569021514259, 86.55908372523825, 31.96295936672102, 87.10137841468074, 77.79688045119694, 37.62672702026895, 40.707805921643576, 99.56004804973213, 91.64266045689709, 49.6365268588524, 55.62139896793428, 100.44256053548322, 91.04108716316011, 85.86709418709174, 68.27709347003412, 73.5143630448687, 34.531211142434685, 98.08558334376599, 30.734807722364668, 89.67295919976871, 37.3545557848716, 92.82346734847745, 40.36593190681932, 98.71806225531626, 91.26660104513866, 83.98672527663341, 45.25936522348479, 53.13375305902614, 45.07023497595242, 54.89737027002233, 84.41510028409691, 53.6505919747787, 83.3035486563878, 61.61278385319, 59.8357473888033, 80.9473075242288, 80.1899268231783, 45.8860959823931, 87.9883366652468, 45.1609465048481, 24.1374403681183, 75.0574196537613, 48.5955323771484, 75.3366281487845, 47.6246847339546, 51.3326168675035, 62.0291609855632, 52.1586628956498, 75.0091801682557, 45.0099417425521, 71.7851022973991, 67.5804517710351, 60.6815823315127, 33.8887834603504, 80.2428888615872, 74.4883903754354, 102.002963990619, 63.2881080327642, 49.5215662037853, 67.4694443841449, 61.0078855819444, 62.2597560074204, 53.0720402291821, 97.0033907151468, 73.0759138749433, 80.9276948124698, 63.8914148004144, 56.7479002567857, 55.9889928704492, 40.0698805124967, 89.2614987149264, 66.2043614748613, 42.6850354508384, 87.6643983443653, 96.9268799133665, 82.7028685460665, 20.2730896056071, 69.9632088197462, 41.7732349755354, 69.6438226916913, 109.874202798205, 44.8724765340684, 80.8971097844968, 82.7944265603379, 52.3623981374209, 14.9822385679116, 13.362479905568, 17.65816139009, 105.00109687320945, 39.92204534168386, 64.82001619850253, 93.70148281455602, 95.64698110453958, 97.0043167849163, 74.4831318809973, 80.21675217727041, 58.449843734673564, 83.02798102049613, 34.4916252352497, 41.82246108428108, 83.68676450959153, 86.43365459642617, 79.5806220896002, 43.85899784030102, 40.3948990870666, 51.680919654150905, 57.70074631354511, 42.47266528928453, 33.06575864579996, 38.48271275814499, 76.06186087808521, 61.59240778326698, 38.31727344984162, 62.72069654525214, 42.04621333129826, 27.414270971275005, 38.33628258038769, 72.31426635370143, 30.84463223263372, 74.34214040531062, 89.40162859050163, 82.79771486146721, 51.82043413295036, 33.39150595873643, 94.73104953565642, 76.30755632960373, 39.46922201479768, 41.92258529337472, 72.91082650802181, 44.48907436947681, 61.77677173928621, 37.46453250408571, 44.62557467187459, 85.8782938267127, 79.9871211726851, 66.54311678610547, 42.54593968589113, 43.98581744362714, 41.2112771905204, 95.35824625251036, 58.999551683518746, 58.12337398418788, 85.29350021391399, 68.11268258859181, 76.69149413315175, 32.02904675461461, 77.38792641178887, 56.72728338180733, 68.68847048358467, 85.45268353263162, 79.44879111187178, 53.41244164848047, 98.66003637723567, 50.17401859858811, 76.22620686685552, 56.36587794320171, 85.92125075504671, 64.94187940590403, 47.261265478697936, 57.21047710637256, 78.8194837737248, 49.41931284357229, 74.43416393210141, 73.62693555372604, 76.85298501974917, 78.98892594686254, 71.45892509072699, 79.66681688807911, 86.40713429401492, 78.84746341771039, 52.24843908649111, 40.838573735993684, 87.73797792788814, 64.25089221017343, 49.814270279446845, 89.21276593255729, 63.73792434520371, 91.10203171728844, 82.92589585237724, 83.48198615501106, 89.22173143973053, 45.93145920255071, 53.28388273452391, 63.39311214039606, 101.44390963131458, 88.0748025631995, 69.37565973641902, 76.53052030248016, 95.11984019839312, 51.17451467754853, 45.81348523547173, 69.72901800554702, 73.91177263939154, 50.4557052793426, 27.86299512820046, 82.00779235048205, 23.98412276526465, 87.20829086123818, 56.33322721184273, 71.90443674396933, 84.52879791585856, 73.31275563806082, 35.8863088610274, 38.269990495696405, 56.254266540548315, 29.660392939079458, 22.44356480668999, 55.34744693526562, 29.34546622830315, 77.62624080393333, 31.06062061477282, 81.35830423904434, 58.76194644449752, 60.484653752985835, 36.48721262882221, 53.29091998643152, 81.63493485553877, 80.16963008427506, 29.331584322088812, 62.669563544461724, 35.941505988108695, 85.2562842548241, 56.83939361137568, 76.18345987594073, 75.06196238428772, 72.31670560917817, 77.7920837079026, 74.74536356458539, 42.00513493266639, 97.4477993087831, 77.57621667528683, 56.880158834189615, 64.71265249480714, 74.8050514094236, 79.03690304614342, 93.5530302681106, 61.70736633784887, 41.48623715392385, 23.84502806404063, 59.318332001781286, 37.45828346692664, 62.95852732602467, 56.78135936837892, 73.08276501890562, 78.24767797732055, 47.58862500100224, 82.47916412519714, 44.42888788986695, 54.89700632647969, 75.26763933992237, 52.90383875415112, 76.35579765249746, 73.69017863100204, 57.33723345336789, 25.382226466175275, 70.98779227993477, 40.672301388671954, 71.00913070664843, 62.03120341832688, 75.57724470504559, 64.33997409241996, 76.98065980311152, 50.470000516399516, 58.6370944765814, 59.2169275668937, 42.494897108957154, 30.276377856940353, 80.04278396859557, 35.22248964071155, 65.34824041069513, 73.18295677224415, 50.121642670795254, 70.52682283226056, 87.53002178089183, 65.40226173805877, 92.65928549142409, 44.94678636770851, 49.31922940865544, 39.54493033100684, 80.94736701096696, 41.215784795617516, 81.66872704524802, 45.36592371702859, 62.53995293576916, 70.02713675655465, 73.38859474562628, 64.34512219904238, 83.10239746504709, 50.56673738427292, 31.249086970467445, 94.29930793987965, 33.008552866909774, 63.33291473508287, 77.70891264945926, 52.305660553812594, 64.35007047679922, 62.229672314345905, 32.55567293709175, 27.54961888696046, 57.61668750338357, 57.869084231929165, 52.141300619742324, 51.604696137494564, 65.58873751640105, 67.57287611693334, 79.64660959429389, 85.57933287675009, 61.958674038002826, 41.90141554208418, 30.617996362116138, 30.98063125088282, 36.88800733705025, 53.671785048668475, 58.81039857197384, 71.4589837097857, 29.01647467870326, 94.49408464421893, 92.57130206150522, 75.38525435820448, 85.77330898403667, 96.1514888870947, 81.50438397997827, 28.31277417055063, 26.957077100488743, 37.245499593655026, 41.393349766173586, 49.79470947563472, 78.5836408674881, 72.82903936158382, 64.65330182509297, 75.01155662770421, 26.21709253261557, 47.396418468531486, 87.19607015727797, 65.36175990721286, 49.23349758478151, 50.131704402498926, 85.34158691455114, 55.92467118019403, 71.49261933404156, 78.13433738304217, 23.271814457222327, 31.721882777468608, 82.64292151495445, 64.90106538269521, 76.4325894344246, 77.43016666098337, 72.53963798699066, 29.659992682257588, 23.657962241570964, 63.503699854423054, 42.151077227704505, 54.9760816945145, 74.73239429974956, 28.854441560215296, 40.077884631026805, 27.536240775049926, 63.03819652563211, 75.53040676188047, 62.61500040774629, 29.649894317218024, 68.45824901392889, 26.08548752567013, 70.39204293589904, 29.1448725037754, 61.75656078333707, 41.488651501874486, 88.86270165652928, 82.81499880951421, 72.83305131515111, 42.174782341496964, 52.60822658489953, 54.82947618628158, 76.02625566802186, 73.46366427282355, 90.43710623240364, 78.42035817300528, 31.27446828861957, 59.21002058329076, 59.40661316486577, 36.77983717149928, 32.30311403168223, 33.42552978625363, 30.72781519894828, 31.78714877872434, 32.64170010691823, 83.50940706004823, 74.45417223065692, 51.769595901132256, 68.5685659400938, 66.87351339419763, 62.71395189420631, 47.86510196998857, 39.019265274982374, 97.24138614826803, 59.358545626680076, 99.6674290491051, 44.887978162079634, 88.00551228316039, 55.880391426208845, 85.62206665875647, 43.401448789067906, 40.784636165372405, 105.2672237780514, 55.917443124663876, 28.13171207069184, 59.58014174819067, 57.13542391806448, 77.91783871145545, 72.65400201940935, 71.63108945590916, 30.213348273400626, 96.92513711752248, 54.8681089022372, 54.90126391795327, 43.68880457674721, 92.80579213921902, 25.752705265432734, 12.82440487818982, 25.378870651700414, 13.05030508081098, 16.962130007740114, 23.671865117505998, 12.605191807912393, 12.724500572380222, 12.568567782753549, 13.02862273430083, 13.100460968293364, 13.162529333531099, 23.48970283086431, 12.57695300211794, 13.395917496938448, 16.982170959553237, 12.26762907254409, 13.04299789746687, 12.369555647233597, 12.801274922165252, 12.615399718681916, 12.909260168513825, 12.654544813790569, 17.236925200640222, 13.49249894433128, 12.473598223784801, 12.58462594133227, 12.504158981784528, 13.028609429521124, 12.105878961419078, 23.863863929112192, 12.756494833976223, 17.76713091857071, 11.76973873612909, 12.941299579331238, 24.401835984242894, 16.598746445608374, 12.88737035992497, 24.722444893035714, 12.77057489674986, 12.939562727214717, 12.583421405685236, 13.574697742750608]
+ --- Getting data from folder   /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89
  --- Maximum input size =    -1
  --- X format manipulated by the model  =    base_Y
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary_first_results_samsung_interrupted.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary_key_experiements_first_part.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary_key_experiement_second_part.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary_seventh_experiments_interrupted.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary__07Oct22_interrupted_by_windows_update.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary___06Sep22_09_42_02.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary___07Sep22_11_04_29.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary___08Sep22_11_21_57.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary___13Sep22_11_30_53.csv
- --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary___14Sep22_12_20_26.csv
-*** Total workload :  [502499000000.0, 371205000000.0, 371343000000.0, 617864000000.0, 400095000000.0, 29472300000.0, 147255000000.0, 278621000000.0, 537560000000.0, 278594000000.0, 454872000000.0, 498819000000.0, 304885000000.0, 335276000000.0, 629393000000.0, 370545000000.0, 0.0, 0.0, 29553800000.0, 59956000000.0, 174825000000.0, 489874000000.0, 623684000000.0, 748237000000.0, 117748000000.0, 243499000000.0, 373189000000.0, 186205000000.0, 217816000000.0, 150171000000.0, 278957000000.0, 406369000000.0, 0.0, 29470600000.0, 29457300000.0, 29535500000.0, 60678300000.0, 60106800000.0, 89102900000.0, 92411200000.0, 186062000000.0, 185914000000.0, 218185000000.0, 185980000000.0, 194232000000.0, 150045000000.0, 149735000000.0, 207911000000.0, 125814000000.0, 537670000000.0, 548023000000.0, 60227600000.0, 644582000000.0, 81112900000.0, 335286000000.0, 424732000000.0, 241564000000.0, 449351000000.0, 160862000000.0, 571832000000.0, 446108000000.0, 242107000000.0, 289290000000.0, 210123000000.0, 655784000000.0, 150437000000.0, 149787000000.0, 315351000000.0, 187865000000.0, 150528000000.0, 279393000000.0, 278971000000.0, 276003000000.0, 278672000000.0, 274951000000.0, 111489000000.0, 117941000000.0, 243375000000.0, 465069000000.0, 279405000000.0, 304426000000.0, 118205000000.0, 207187000000.0, 473319000000.0, 303807000000.0, 160475000000.0, 184845000000.0, 371471000000.0, 211379000000.0, 172823000000.0, 428493000000.0, 362938000000.0, 434491000000.0, 636090000000.0, 314499000000.0, 499771000000.0, 412706000000.0, 91642100000.0, 577244000000.0, 330242000000.0, 617498000000.0, 250128000000.0, 499893000000.0, 334929000000.0, 144886000000.0, 249187000000.0, 633609000000.0, 506686000000.0, 380626000000.0, 275426000000.0, 185167000000.0, 244660000000.0, 150321000000.0, 750499000000.0, 130533000000.0, 313127000000.0, 873162000000.0, 378377000000.0, 423547000000.0, 863842000000.0, 617264000000.0, 182855000000.0, 150215000000.0, 470964000000.0, 404596000000.0, 469901000000.0, 207799000000.0, 315295000000.0, 596772000000.0, 498189000000.0, 530930000000.0, 279201000000.0, 467887000000.0, 249811000000.0, 500528000000.0, 530288000000.0, 240648000000.0, 631797000000.0, 418853000000.0, 149976000000.0, 208093000000.0, 304712000000.0, 122892000000.0, 422949000000.0, 867738000000.0, 626356000000.0, 534556000000.0, 177462000000.0, 576204000000.0, 500822000000.0, 370724000000.0, 278542000000.0, 347206000000.0, 304417000000.0, 218830000000.0, 129407000000.0, 528993000000.0, 690523000000.0, 217901000000.0, 347637000000.0, 377523000000.0, 185774000000.0, 312668000000.0, 840691000000.0, 279451000000.0, 679060000000.0, 270449000000.0, 314406000000.0, 187327000000.0, 548186000000.0, 654747000000.0, 371696000000.0, 148058000000.0, 292447000000.0, 176632000000.0, 962694000000.0, 426227000000.0, 177965000000.0, 182791000000.0, 29550500000.0, 313863000000.0, 450987000000.0, 750176000000.0, 503147000000.0, 534437000000.0, 153495000000.0, 278825000000.0, 304611000000.0, 629243000000.0, 625410000000.0, 267574000000.0, 186970000000.0, 535789000000.0, 444514000000.0, 466724000000.0, 380079000000.0, 528549000000.0, 380315000000.0, 497450000000.0, 60756400000.0, 225068000000.0, 81165000000.0, 413650000000.0, 815359000000.0, 469163000000.0, 249471000000.0, 522824000000.0, 125412000000.0, 373921000000.0, 691443000000.0, 186311000000.0, 501963000000.0, 434536000000.0, 177197000000.0, 529426000000.0, 192027000000.0, 315563000000.0, 443986000000.0, 336462000000.0, 431441000000.0, 314575000000.0, 60687800000.0, 474343000000.0, 863021000000.0, 839479000000.0, 465862000000.0, 400104000000.0, 315055000000.0, 499532000000.0, 626491000000.0, 315850000000.0, 370819000000.0, 434467000000.0, 191720000000.0, 301057000000.0, 240565000000.0, 655171000000.0, 501884000000.0, 184998000000.0, 150712000000.0, 494348000000.0, 673364000000.0, 314953000000.0, 563772000000.0, 862360000000.0, 377963000000.0, 443713000000.0, 222466000000.0, 832202000000.0, 187399000000.0, 118529000000.0, 656306000000.0]
---- Size of X before removing aberrants points from the dataset:  252
- --- Actual line: ['X_0' 'X_1' 'X_2' 'X_3' 'X_4' 'X_5' 'X_6' 'X_7' 'X_8' 'X_9' 'y']
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_fifth_experiments_02Aug22_05_37_44_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_first_results_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_fourth_experiments__31Jul22_22_49_44_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_google_pixel_varying_frequency_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_google_pixel_varying_number_of_threads_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_second_results_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_third_result_cleaned_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_to_verify_strange_results.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary_twelfth_before_meeting.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary___03Aug22_05_34_39_with_configuration_really_tested.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary___09Aug22_08_43_01.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary___10Aug22_12_36_17.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary___12Aug22_11_07_50.csv
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89/summary___17Aug22_13_08_20.csv
+*** Total workload :  [384859000000.0, 729387000000.0, 434762000000.0, 341257000000.0, 207301000000.0, 889103000000.0, 751419000000.0, 1466370000000.0, 1356420000000.0, 1276090000000.0, 1067190000000.0, 1039760000000.0, 1321760000000.0, 1073010000000.0, 660100000000.0, 647919000000.0, 1045590000000.0, 1330530000000.0, 804762000000.0, 577217000000.0, 1333110000000.0, 885553000000.0, 780986000000.0, 36615300000.0, 1553260000000.0, 649449000000.0, 1121380000000.0, 833883000000.0, 1330450000000.0, 1207280000000.0, 1393640000000.0, 1210170000000.0, 1374920000000.0, 718865000000.0, 1074270000000.0, 725232000000.0, 605687000000.0, 1441110000000.0, 614221000000.0, 1125090000000.0, 462846000000.0, 701994000000.0, 789711000000.0, 1008420000000.0, 1042480000000.0, 481297000000.0, 1089140000000.0, 1009360000000.0, 1020840000000.0, 342218000000.0, 854971000000.0, 1170120000000.0, 906046000000.0, 1241900000000.0, 341432000000.0, 823818000000.0, 837673000000.0, 832017000000.0, 388168000000.0, 930688000000.0, 163431000000.0, 1120720000000.0, 1236060000000.0, 341169000000.0, 342698000000.0, 919225000000.0, 660101000000.0, 1078020000000.0, 1187550000000.0, 163388000000.0, 163547000000.0, 1174400000000.0, 1164630000000.0, 692323000000.0, 1330070000000.0, 994970000000.0, 1121790000000.0, 989833000000.0, 489762000000.0, 821895000000.0, 887774000000.0, 768047000000.0, 1124420000000.0, 1264290000000.0, 1137720000000.0, 888481000000.0, 1063630000000.0, 1027130000000.0, 727308000000.0, 385836000000.0, 207423000000.0, 988207000000.0, 1194980000000.0, 898390000000.0, 968465000000.0, 1092070000000.0, 930263000000.0, 979622000000.0, 1520280000000.0, 1334240000000.0, 743914000000.0, 1585470000000.0, 340358000000.0, 1219380000000.0, 1156550000000.0, 1160190000000.0, 564900000000.0, 658846000000.0, 972109000000.0, 940710000000.0, 813702000000.0, 752107000000.0, 1051920000000.0, 1135860000000.0, 610977000000.0, 901273000000.0, 1230950000000.0, 1567090000000.0, 880803000000.0, 847131000000.0, 603622000000.0, 841124000000.0, 998659000000.0, 611588000000.0, 889727000000.0, 816621000000.0, 885729000000.0, 698028000000.0, 163295000000.0, 1392390000000.0, 1122870000000.0, 918121000000.0, 1277590000000.0, 928850000000.0, 1002220000000.0, 1198670000000.0, 340610000000.0, 1109700000000.0, 1173790000000.0, 1148220000000.0, 942341000000.0, 384524000000.0, 1050630000000.0, 677060000000.0, 1097340000000.0, 669726000000.0, 602738000000.0, 1166140000000.0, 340653000000.0, 206752000000.0, 788934000000.0, 1309170000000.0, 390812000000.0, 703011000000.0, 1227070000000.0, 668619000000.0, 1182760000000.0, 510917000000.0, 1296140000000.0, 983338000000.0, 1135690000000.0, 904021000000.0, 840461000000.0, 1118250000000.0, 1111960000000.0, 1068880000000.0, 433988000000.0, 429951000000.0, 755228000000.0, 1092930000000.0, 659131000000.0, 647698000000.0, 341309000000.0, 1015320000000.0, 1025160000000.0, 659458000000.0, 1150120000000.0, 887229000000.0, 596880000000.0, 1401550000000.0, 907657000000.0, 1406680000000.0, 979660000000.0, 490700000000.0, 513470000000.0, 1365030000000.0, 875436000000.0, 1350220000000.0, 1087320000000.0, 1075840000000.0, 1243600000000.0, 1531480000000.0, 975387000000.0, 677999000000.0, 1069900000000.0, 1172800000000.0, 806364000000.0, 1024450000000.0, 887255000000.0, 982802000000.0, 778591000000.0, 1020690000000.0, 1190120000000.0, 1231560000000.0, 879587000000.0, 946532000000.0, 576130000000.0, 1092470000000.0, 385489000000.0, 385750000000.0, 839388000000.0, 668521000000.0, 819865000000.0, 621300000000.0, 1644520000000.0, 1209910000000.0, 870626000000.0, 622642000000.0, 341243000000.0, 929019000000.0, 77422300000.0, 1047870000000.0, 1103560000000.0, 1167130000000.0, 1013330000000.0, 904706000000.0, 1450630000000.0, 595040000000.0, 1075050000000.0, 747522000000.0, 591275000000.0, 1386980000000.0, 1127120000000.0, 645068000000.0, 562703000000.0, 341795000000.0, 1195420000000.0, 676237000000.0, 792459000000.0, 1089440000000.0, 1496100000000.0, 616183000000.0, 1115930000000.0, 609225000000.0, 666775000000.0, 841747000000.0, 890469000000.0, 938774000000.0, 575478000000.0, 1038170000000.0, 296221000000.0, 1253340000000.0, 1098030000000.0, 702004000000.0, 659934000000.0, 836960000000.0, 995211000000.0, 795670000000.0, 1154450000000.0, 410896000000.0, 116019000000.0, 75662100000.0, 188126000000.0, 75472200000.0, 75619700000.0, 75791800000.0, 76037200000.0, 250600000000.0, 188485000000.0, 188372000000.0, 252710000000.0, 75350800000.0, 188258000000.0, 76579500000.0, 187451000000.0, 188320000000.0, 76577300000.0, 252880000000.0, 90000000000.0, 62060000000.00001, 126699999999.99998, 160362534000.0, 141737000000.0, 261014000000.0, 336804200000.0, 229160700000.0, 407984000000.0, 495630000000.0, 381053900000.0, 624912800000.0, 279024200000.0, 612180000000.0, 847040000000.0, 255406809999.99997, 553843000000.0, 674420000000.0, 764552224000.0, 456680000000.0, 1031700000000.0, 939240200000.0, 1228063800000.0, 1321045181000.0, 90000000000.0, 160362000000.0, 336800000000.0, 495630000000.0, 690600000000.0, 922319899999.9999, 1111780000000.0, 1708829000000.0, 2138468100000.0, 674420000000.0, 764552224000.0, 1321045192200.0, 847040000000.0, 1030320000000.0, 1238267000000.0, 1272335000000.0, 927239000000.0, 1183170000000.0, 1304260000000.0, 340806000000.0, 1165360000000.0, 956304000000.0, 504359000000.0, 607029000000.0, 1419050000000.0, 1322220000000.0, 511186000000.0, 753627000000.0, 1545480000000.0, 1326310000000.0, 1286520000000.0, 917298000000.0, 1075410000000.0, 386527000000.0, 1392220000000.0, 296054000000.0, 1157720000000.0, 465769000000.0, 1147520000000.0, 648988000000.0, 1441490000000.0, 1338160000000.0, 1128660000000.0, 620979000000.0, 660057000000.0, 621352000000.0, 705708000000.0, 1215510000000.0, 583752000000.0, 1109910000000.0, 728951000000.0, 854837000000.0, 1093320000000.0, 1204290000000.0, 669302000000.0, 1344000000000.0, 669373000000.0, 120518000000.0, 1129550000000.0, 597734000000.0, 1122660000000.0, 773406000000.0, 651365000000.0, 793397000000.0, 741781000000.0, 1080270000000.0, 576491000000.0, 1091390000000.0, 1020310000000.0, 782461000000.0, 389008000000.0, 922514000000.0, 1069490000000.0, 1495690000000.0, 833125000000.0, 522093000000.0, 785724000000.0, 876778000000.0, 798892000000.0, 662577000000.0, 1464730000000.0, 949126000000.0, 1195150000000.0, 793652000000.0, 769953000000.0, 657684000000.0, 489284000000.0, 1186490000000.0, 1029010000000.0, 528177000000.0, 1075310000000.0, 1465640000000.0, 1187190000000.0, 1011640000000.0, 1139340000000.0, 528400000000.0, 853051000000.0, 1473510000000.0, 622002000000.0, 1020890000000.0, 1123940000000.0, 708617000000.0, 114044000000.0, 75397700000.0, 188238000000.0, 899168000000.0, 642325000000.0, 1148200000000.0, 1231760000000.0, 1092040000000.0, 1358090000000.0, 802787000000.0, 1052920000000.0, 801312000000.0, 1107650000000.0, 386346000000.0, 481907000000.0, 919146000000.0, 1089160000000.0, 975425000000.0, 483016000000.0, 511717000000.0, 523810000000.0, 602868000000.0, 482160000000.0, 339783000000.0, 468910000000.0, 1122250000000.0, 791500000000.0, 457591000000.0, 797305000000.0, 561414000000.0, 164210000000.0, 465592000000.0, 973974000000.0, 248947000000.0, 816637000000.0, 1115390000000.0, 1118000000000.0, 699019000000.0, 341562000000.0, 1136580000000.0, 1067220000000.0, 467309000000.0, 477863000000.0, 978690000000.0, 529344000000.0, 744002000000.0, 417293000000.0, 576433000000.0, 1017200000000.0, 1176010000000.0, 884567000000.0, 610004000000.0, 387933000000.0, 554757000000.0, 1258940000000.0, 785495000000.0, 683706000000.0, 1080890000000.0, 826039000000.0, 816784000000.0, 296355000000.0, 1076670000000.0, 666511000000.0, 790155000000.0, 1108040000000.0, 1058780000000.0, 649427000000.0, 1457420000000.0, 696696000000.0, 1221810000000.0, 786845000000.0, 1281440000000.0, 1036100000000.0, 499362000000.0, 907319000000.0, 1026130000000.0, 594388000000.0, 934178000000.0, 1018000000000.0, 1133690000000.0, 1137160000000.0, 1053900000000.0, 1134200000000.0, 1288950000000.0, 1123100000000.0, 818911000000.0, 650531000000.0, 1147970000000.0, 837972000000.0, 792233000000.0, 1295580000000.0, 1064140000000.0, 1410140000000.0, 1199390000000.0, 1201940000000.0, 1317880000000.0, 621287000000.0, 579951000000.0, 839092000000.0, 1560290000000.0, 1281610000000.0, 988330000000.0, 1004140000000.0, 1420930000000.0, 647651000000.0, 595795000000.0, 794369000000.0, 1025270000000.0, 599027000000.0, 206843000000.0, 1120000000000.0, 77034000000.0, 1306790000000.0, 770891000000.0, 1063420000000.0, 1207720000000.0, 981425000000.0, 253195000000.0, 381971000000.0, 800182000000.0, 251081000000.0, 77310900000.0, 557589000000.0, 249834000000.0, 1172810000000.0, 341424000000.0, 1257180000000.0, 791599000000.0, 670249000000.0, 469198000000.0, 578176000000.0, 1110990000000.0, 1112320000000.0, 251046000000.0, 797750000000.0, 453273000000.0, 1066090000000.0, 802566000000.0, 947963000000.0, 1150940000000.0, 1065500000000.0, 1054930000000.0, 1077010000000.0, 528706000000.0, 1437660000000.0, 1085330000000.0, 659151000000.0, 828186000000.0, 842285000000.0, 1042980000000.0, 1503460000000.0, 711499000000.0, 569101000000.0, 120523000000.0, 742453000000.0, 512558000000.0, 803050000000.0, 685957000000.0, 1077020000000.0, 1001440000000.0, 553257000000.0, 1019160000000.0, 616824000000.0, 629820000000.0, 1008170000000.0, 577790000000.0, 935898000000.0, 973425000000.0, 701607000000.0, 119754000000.0, 1025370000000.0, 482055000000.0, 760584000000.0, 879941000000.0, 1002820000000.0, 719617000000.0, 1038040000000.0, 785194000000.0, 788742000000.0, 904992000000.0, 523833000000.0, 296200000000.0, 899123000000.0, 389856000000.0, 924722000000.0, 883368000000.0, 523058000000.0, 936985000000.0, 1304580000000.0, 819516000000.0, 1379270000000.0, 575746000000.0, 519853000000.0, 431889000000.0, 1045880000000.0, 480105000000.0, 1046380000000.0, 621177000000.0, 890407000000.0, 876491000000.0, 993187000000.0, 780586000000.0, 1107010000000.0, 649547000000.0, 338870000000.0, 1273690000000.0, 339983000000.0, 841382000000.0, 890553000000.0, 645273000000.0, 838771000000.0, 788463000000.0, 341225000000.0, 206522000000.0, 615318000000.0, 690232000000.0, 649355000000.0, 653332000000.0, 736596000000.0, 874419000000.0, 1200800000000.0, 1189700000000.0, 792941000000.0, 388241000000.0, 296022000000.0, 296427000000.0, 467051000000.0, 748193000000.0, 694511000000.0, 975713000000.0, 251789000000.0, 1274200000000.0, 1366640000000.0, 1037890000000.0, 1214700000000.0, 1378590000000.0, 1191620000000.0, 207254000000.0, 163119000000.0, 463028000000.0, 569985000000.0, 562427000000.0, 1033420000000.0, 938032000000.0, 920166000000.0, 1083430000000.0, 163432000000.0, 553063000000.0, 1297990000000.0, 826707000000.0, 597374000000.0, 599739000000.0, 1217390000000.0, 815217000000.0, 878239000000.0, 1106200000000.0, 36502700000.0, 340761000000.0, 1063480000000.0, 881865000000.0, 1067950000000.0, 1149580000000.0, 932881000000.0, 251413000000.0, 77705200000.0, 894807000000.0, 478628000000.0, 704739000000.0, 1071560000000.0, 251645000000.0, 556705000000.0, 207456000000.0, 922819000000.0, 856638000000.0, 792529000000.0, 251048000000.0, 886763000000.0, 163223000000.0, 925262000000.0, 250933000000.0, 798681000000.0, 478244000000.0, 1137210000000.0, 1194990000000.0, 1054250000000.0, 528208000000.0, 656504000000.0, 742786000000.0, 907528000000.0, 1027350000000.0, 1317120000000.0, 1076600000000.0, 294678000000.0, 695332000000.0, 697039000000.0, 452665000000.0, 288115000000.0, 365016000000.0, 296920000000.0, 340789000000.0, 383695000000.0, 980366000000.0, 968531000000.0, 647859000000.0, 873090000000.0, 927365000000.0, 745522000000.0, 596832000000.0, 464963000000.0, 1236330000000.0, 659940000000.0, 1461590000000.0, 529080000000.0, 1142090000000.0, 698582000000.0, 1065450000000.0, 482013000000.0, 557603000000.0, 1537930000000.0, 706990000000.0, 162224000000.0, 697242000000.0, 803087000000.0, 964415000000.0, 855547000000.0, 926605000000.0, 251355000000.0, 1135010000000.0, 805558000000.0, 698385000000.0, 387977000000.0, 1037560000000.0, 271359000000.0, 76003700000.0, 253562000000.0, 75752500000.0, 188408000000.0, 252815000000.0, 75844800000.0, 75779900000.0, 75800200000.0, 75786600000.0, 75279300000.0, 76249300000.0, 252353000000.0, 75559400000.0, 76118600000.0, 188489000000.0, 76287800000.0, 74556000000.0, 75883500000.0, 75953500000.0, 75846500000.0, 75691200000.0, 76294200000.0, 188115000000.0, 75395500000.0, 75827400000.0, 75844700000.0, 75722300000.0, 75702900000.0, 75859500000.0, 252442000000.0, 75410500000.0, 188409000000.0, 76320200000.0, 75739300000.0, 251682000000.0, 188461000000.0, 75978600000.0, 254189000000.0, 75870700000.0, 75936400000.0, 75770300000.0, 75711000000.0]
+--- Size of X before removing aberrants points from the dataset:  779
+ --- Actual line: ['X_0' 'X_1' 'X_2' 'X_3' 'X_4' 'X_5' 'X_6' 'X_7' 'X_8' 'y']
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.08299887e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 0.0000000e+00 1.0000000e+00 0.0000000e+00 3.0000000e+00 1.1271403e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.18351179e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.11156932e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 7.74455364e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.40146902e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
  1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.23696089e+09]
+ 1.00000000e+00 1.28357512e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 3.0000000e+00 1.5072476e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.58617113e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.51033674e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.41931546e+10]
  --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.95710251e+09]
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.37044311e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.49419654e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.39042802e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.19587757e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.24221905e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.32444893e+10]
  --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.95623139e+09]
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.44988053e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.48788268e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.31843502e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.45157685e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.51484855e+10]
  --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.12859684e+10]
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.15635143e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.61985029e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.52275375e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.27141379e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.37125305e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.42044446e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.42887353e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.43955938e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.50344514e+10]
  --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.09670707e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 9.94906081e+08]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 3.99867244e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.41777809e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.52783486e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.48746218e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.32802654e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.13086225e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
  0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 6.50165467e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.15333203e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.46555792e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.48234234e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.29774232e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.10676521e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.24701962e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
  0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.08982947e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.53278806e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 8.96402736e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.26580997e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.39038162e+10]
+ --- Actual line: [1.000000e+00 1.000000e+00 1.000000e+00 1.000000e+00 1.000000e+00
+ 1.000000e+00 0.000000e+00 3.000000e+00 3.000000e+00 1.447178e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.16672909e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.40923472e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.41660717e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.43340405e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
  1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.32112901e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.24984413e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.01992942e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.45639693e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.45943429e+10]
+ --- Actual line: [1.000000e+00 1.000000e+00 1.000000e+00 0.000000e+00 1.000000e+00
+ 1.000000e+00 1.000000e+00 2.000000e+00 0.000000e+00 1.544082e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.59884883e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
  1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.65005585e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.04994483e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 3.0000000e+00 1.2057461e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.30260064e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.44749431e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.08908023e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.37892805e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
  1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.34012049e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 6.20636152e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.37530016e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.59293501e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.03466543e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.03121168e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.40977112e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
  1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 6.80614731e+09]
- --- Actual line: [0.         0.         0.         0.         0.         0.
- 0.         0.         0.         0.         0.08333333]
- --- Actual line: [0.         0.         0.         0.         0.         0.
- 0.         0.         0.         0.         0.08333333]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.01698776e+09]
+ 2.00000000e+00 1.19692964e+10]
  --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.98022939e+09]
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.37841295e+10]
  --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.37724029e+09]
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.58046794e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 6.21848008e+09]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00 6.0035541e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.41517778e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.53310511e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.28357512e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.58728395e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.40954062e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.49258187e+10]
  --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 8.29655195e+09]
- --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
- 2.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
- 9.4008818e+09]
- --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
- 2.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 9.9634342e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.30772055e+09]
- --- Actual line: [0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
- 2.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 5.7896169e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.66577233e+09]
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.40453581e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.23172733e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.18177467e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.38291546e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.58649827e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.35610137e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.26167682e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.37126057e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.37430031e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.43905184e+10]
  --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.07215135e+09]
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.40877016e+10]
  --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.82295876e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.14998029e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.61113315e+09]
- --- Actual line: [2.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
- 2.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
- 8.2244282e+09]
- --- Actual line: [0.         0.         0.         0.         0.         0.
- 0.         0.         0.         0.         0.08333333]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 9.97516185e+08]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.01499657e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.01012244e+09]
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.24777428e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.1913314e+10]
  --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 2.01861975e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.99885665e+09]
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 7.76512063e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.50120171e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.50529412e+10]
  --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 2.90539736e+09]
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.27854185e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.19024664e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.30700673e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.4223092e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.36774769e+10]
  --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.02905469e+09]
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.48003434e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.45222612e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.35851845e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.53029447e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 9.9389747e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.26749781e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.58475089e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.34467703e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.44039916e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.18380601e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.38857067e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.18788265e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.23739864e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.34193784e+10]
  --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.05839922e+09]
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.25920003e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.62152871e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.16078901e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.57324972e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.41226182e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.52225306e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.50071509e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 2.0000000e+00 1.0000000e+00 1.4778842e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.16911206e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.33612137e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.10634767e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.16072299e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.37728336e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.56667126e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.34515093e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 0.0000000e+00 0.0000000e+00 3.0000000e+00 1.0395313e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 6.11168493e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.40475284e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.56866436e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 2.0000000e+00 1.3830417e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.40800451e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.23214317e+10]
  --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.45006554e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.50704317e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.05155346e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 0.0000000e+00 3.0000000e+00 1.2840399e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.51233765e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.42495002e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.32296657e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.14593086e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
  0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.02669173e+09]
- --- Actual line: [0.000000e+00 1.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00
- 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
- 5.947637e+09]
+ 3.00000000e+00 1.33203504e+10]
  --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.06843885e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.37661787e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.44607304e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.4639638e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.38226171e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.05839146e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
  0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.03552563e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.32660051e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.05901812e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.06223342e+09]
+ 0.00000000e+00 7.21933048e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.56712056e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.41036363e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.08901025e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.22202928e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.44462326e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.47781868e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.43133185e+10]
  --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.00753333e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.58243873e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
  1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.23609555e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.13983572e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.35435847e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.40774185e+09]
- --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
- 2.0750332e+09]
- --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
- 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
- 9.9143401e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 2.74541242e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.41299218e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.51501149e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.51597611e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.29764633e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.40529769e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.43206362e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.41239547e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
  1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 7.04309671e+09]
- --- Actual line: [1.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00
- 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 1.000000e+00
- 8.950388e+09]
+ 1.00000000e+00 1.17426711e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.24424846e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.36947093e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.51113099e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.14617384e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.25135616e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.08719878e+10]
+ --- Actual line: [1.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 1.0000000e+00 3.0000000e+00 1.0000000e+00 1.3345451e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.52480166e+10]
+ --- Actual line: [1.000000e+00 1.000000e+00 0.000000e+00 1.000000e+00 1.000000e+00
+ 1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 1.210815e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.37404161e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.36201928e+10]
  --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.36351203e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.17422712e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.46571903e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.45081449e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.53859883e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.30252938e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.22956161e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.35691654e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
  1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.18560432e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 4.53397534e+09]
+ 3.00000000e+00 1.40194057e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.29080559e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.43619764e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.45091553e+10]
  --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 9.82009584e+09]
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.34687572e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 2.0000000e+00 3.0000000e+00 1.3852123e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.53385055e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.37309449e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.1787671e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.47266513e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.49333524e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 0.0000000e+00 2.0000000e+00 1.0000000e+00 1.4254436e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.39852903e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.51068127e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.76305587e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.05697184e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.34900882e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.27403953e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.42144794e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.25974412e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.30534329e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.35173678e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.42811851e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.15326021e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.2054278e+10]
  --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 7.85471912e+09]
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.34185321e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.51704782e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.49301419e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.39979171e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.46502115e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.35853691e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.12161315e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.37319631e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.08877549e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.16051016e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 3.2921052e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.36628074e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.54326703e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.37670126e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.39675339e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.55280468e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.47928994e+10]
  --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 5.32589129e+09]
- --- Actual line: [0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00
- 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 6.3367742e+09]
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.20354903e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.43599346e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.34946757e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.42637888e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.38267645e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.45156421e+10]
  --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 4.96936387e+09]
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.20173675e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.40959228e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.02289128e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 2.0000000e+00 0.0000000e+00 1.4384743e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.08315019e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 2.0000000e+00 1.2684319e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.5834385e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.55959282e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.40048961e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.35454919e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.45768557e+10]
  --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.20802272e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 2.0000000e+00 1.3277356e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.35833761e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
  1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.08703096e+10]
+ 3.00000000e+00 1.32258163e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.27016708e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.36955158e+10]
  --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 3.84528126e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 9.20191768e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.57906788e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 1.0000000e+00 1.0000000e+00 2.0000000e+00 1.4598327e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.20898518e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
  0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.83995085e+09]
- --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
- 1.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00
- 6.1452617e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.30629839e+09]
+ 2.00000000e+00 1.17836429e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.29186949e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.35599656e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.37435508e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.53125053e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.06328909e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 7.10429099e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 5.60902829e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.02693655e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 5.35876963e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 5.41307149e+09]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 2.0000000e+00 0.0000000e+00 5.5246177e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 5.88301045e+09]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 2.0000000e+00 2.0000000e+00 9.8808371e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.04027097e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.04781384e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.02758976e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 5.52001281e+09]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 1.0000000e+00 3.0000000e+00 2.0000000e+00 1.0467861e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 5.53624023e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.05208007e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.05716738e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 5.30315485e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.05243549e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 8.14646991e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 2.75149756e+09]
  --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.15349662e+09]
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 5.11195876e+09]
  --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.44342352e+09]
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 5.49238675e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 5.83825219e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 9.15764371e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 8.72591788e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 8.79332038e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.27052579e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.07563776e+10]
  --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.51911731e+09]
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.08601009e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.32669877e+10]
  --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.44857583e+09]
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 9.90917027e+09]
  --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.53949528e+09]
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.43226132e+10]
  --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.47324607e+09]
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.15955441e+10]
  --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.14516839e+09]
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.49873288e+09]
  --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.33104602e+09]
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.17504872e+10]
  --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.72413122e+09]
- --- Actual line: [0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00
- 1.000000e+00 1.000000e+00 1.000000e+00 1.000000e+00 0.000000e+00
- 9.166575e+09]
- --- Actual line: [1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 6.5400085e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.24543176e+09]
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.00844081e+10]
  --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
  0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 3.32139844e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.54942036e+09]
+ 3.00000000e+00 9.84837785e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.27981795e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.52510886e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.16421121e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.24468003e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.14737116e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 8.14646991e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 5.49236846e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 8.72580907e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.07563776e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.28772387e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 1.6232148e+10]
  --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.22994564e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
  1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.26300805e+09]
+ 0.00000000e+00 1.72762382e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.60890354e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.72703332e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.00844081e+10]
  --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 9.84837785e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.14737117e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.15955441e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.30419857e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.34384001e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.31750459e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.4023082e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.41093873e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.50678657e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.06625268e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.33793583e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.22923212e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.34042687e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
  1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.38542635e+09]
+ 1.00000000e+00 1.49118634e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 3.0000000e+00 1.4253217e+10]
  --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 5.04060205e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.92827846e+09]
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.44279949e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.02985869e+10]
  --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.35492359e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.53866985e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.45682552e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.49826875e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.34349373e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.46285661e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
  0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 5.82139946e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.80910267e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.79577099e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.11935579e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.41939403e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 9.63251939e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
  1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.36715057e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.89568915e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.29104723e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.24688746e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.23623911e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.60776098e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.46021001e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.46620901e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
  1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 9.42889201e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 7.28268469e+09]
+ 3.00000000e+00 1.34385482e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.37204513e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.24225609e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.37862959e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.28550401e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.43992006e+10]
  --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.08806232e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 2.0000000e+00 1.3323687e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
  1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 7.59520591e+09]
- --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
- 0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
- 9.0806727e+09]
+ 3.00000000e+00 1.18311692e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.42863878e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.35065595e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 2.0000000e+00 3.0000000e+00 1.5017969e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.45861685e+10]
  --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 2.99152203e+09]
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.52747546e+10]
  --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 8.75449762e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
  1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.84910873e+09]
+ 0.00000000e+00 1.48219513e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 4.99298486e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.50491354e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.23001835e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.49019082e+10]
  --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
  1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.14688763e+10]
+ 0.00000000e+00 1.62395925e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.26890993e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 2.0000000e+00 1.2790717e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.42216357e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.44018342e+10]
  --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.28080824e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.52035759e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.50977124e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.28945407e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.14789608e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
  1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.80776903e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.14965257e+10]
+ --- Actual line: [1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 0.0000000e+00 2.0000000e+00 2.0000000e+00 1.4357811e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.46632081e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.31640091e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.05427403e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.16456327e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.43715535e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.28316006e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 0.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.2484488e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.50997869e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.29882275e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.47681257e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.24218819e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.35679503e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.17466713e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.22107726e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.32922868e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.55429381e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 0.0000000e+00 0.0000000e+00 2.0000000e+00 0.0000000e+00 1.2373818e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.22662061e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.51210897e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.43548843e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 4.99006976e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.62848414e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.26492453e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.22487626e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 2.0000000e+00 3.0000000e+00 1.3410884e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.38615508e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.26196182e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
  1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 8.33604255e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 2.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.87829608e+09]
+ 2.00000000e+00 1.35750599e+10]
  --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.09322735e+09]
- --- Actual line: [0.000000e+00 1.000000e+00 1.000000e+00 0.000000e+00 1.000000e+00
- 1.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
- 6.788175e+09]
- --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
- 0.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
- 9.6072554e+09]
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.35329351e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 7.61197211e+09]
  --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00009901e+10]
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 5.64248111e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.06601171e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 8.56340344e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.60894833e+10]
  --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.87122529e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.77136622e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.31455794e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.14174019e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 2.0000000e+00 1.4000308e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
  0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 6.65708047e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 5.19421157e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.80698124e+09]
+ 3.00000000e+00 1.07781036e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.31259434e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.37093911e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.33406796e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.1201156e+10]
  --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.24401382e+09]
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.15226888e+10]
  --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.09831694e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.26011081e+10]
+ --- Actual line: [1.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 3.0000000e+00 1.2257065e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.10129248e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.2667865e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
  1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.02277516e+10]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.74220685e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 7.48749588e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.02860764e+10]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 8.78209857e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 9.75058016e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.01999704e+10]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.35383694e+09]
- --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
- 0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 5.1624627e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.24284338e+09]
+ 0.00000000e+00 1.01354604e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.04481854e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.13522454e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0275982e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.21849579e+10]
  --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.57130141e+09]
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.47544418e+10]
  --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.37654233e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.47921209e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.44944279e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.52995038e+09]
- --- Actual line: [0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00
- 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00
- 9.1655668e+09]
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.28506129e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.19421665e+10]
  --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.47780933e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.27119883e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
  1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.05789209e+10]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.67017963e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.41309361e+09]
- --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
- 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
- 6.6814996e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.38440835e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.05341221e+10]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 5.25626942e+09]
+ 1.00000000e+00 1.33523114e+10]
  --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.52117986e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.62254796e+09]
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 5.98996083e+09]
  --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.29232447e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.00528465e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.51207566e+09]
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.21449426e+10]
  --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 3.55026645e+09]
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.34686302e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.07102502e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.09848464e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.24761705e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.35027843e+10]
  --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.90678162e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.09475666e+10]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 9.63966917e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 8.30868424e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.00090016e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.82347751e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 8.41127784e+09]
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.34892511e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0229007e+10]
  --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.44780104e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 6.63407126e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.25218683e+09]
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.19979603e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.39857793e+10]
  --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.39316871e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 6.05759562e+09]
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.18398261e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.13987003e+10]
  --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 3.75144431e+09]
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.34231071e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.18982887e+10]
  --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.06190255e+10]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.13849962e+10]
- --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
- 2.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 6.0026892e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
  0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.26261908e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.24334017e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 5.23628747e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 7.52275634e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00700472e+10]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 6.78877408e+09]
- --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
- 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00
- 1.0098613e+10]
+ 2.00000000e+00 1.20433899e+10]
  --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 6.59121918e+09]
- --- Actual line: [1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
- 1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
- 7.4673676e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 5.33623625e+09]
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.11383506e+10]
  --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.09659584e+10]
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.29170929e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.18446643e+10]
  --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
  1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.14148736e+10]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.47024878e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.32931349e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.43375342e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 8.81950875e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.34612874e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 3.0000000e+00 1.3202209e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.3313576e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.17630175e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.26726008e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.21275331e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
  1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.19227837e+09]
+ 3.00000000e+00 1.06502511e+10]
  --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.19788846e+09]
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 9.25266245e+09]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 2.0000000e+00 0.0000000e+00 1.3912637e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.17493902e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.15034556e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.29667041e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.33265634e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.21587199e+10]
  --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 6.20701641e+09]
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.47721397e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.38855911e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.60287492e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.39595981e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.49141319e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.5954256e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.05659883e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.58593215e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.30187314e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.20274418e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.25503898e+10]
  --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.02305583e+09]
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.38264586e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.47514165e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.43964435e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.47483272e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.42368007e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.49171798e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.42439591e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.56734162e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.59293248e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 3.0000000e+00 1.3084073e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.30421797e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.59037379e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.45223666e+10]
+ --- Actual line: [2.000000e+00 1.000000e+00 1.000000e+00 1.000000e+00 1.000000e+00
+ 1.000000e+00 1.000000e+00 1.000000e+00 1.000000e+00 1.669555e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.54786781e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.44633867e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.43976042e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.47708306e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.35264002e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.0884176e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.32363199e+10]
  --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.53808057e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.45513809e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.42460695e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
  1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.15235518e+10]
+ 2.00000000e+00 1.31207767e+10]
  --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 9.96979153e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.49383048e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.26557287e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.30047975e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
  0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.06503505e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.12744259e+09]
- --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
- 1.0475526e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.50401465e+09]
+ 3.00000000e+00 1.13922335e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.38715302e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.18723391e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 7.4235743e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.36572468e+10]
  --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 3.21187108e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.49847081e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
+ 0.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.3684477e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.47893552e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.42876737e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.33868271e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
  0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 9.27721238e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.02255867e+10]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.52893013e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 7.05547011e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 9.98093641e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.42243869e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
  0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.32792019e+09]
+ 0.00000000e+00 8.46517849e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 3.44467677e+09]
  --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.00743385e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
  0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.40716958e+09]
- --- Actual line: [2.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
- 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 6.7438614e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 7.54386759e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.95543774e+09]
+ 0.00000000e+00 8.51353652e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.51084332e+10]
  --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 9.68157306e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.56374711e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.33840126e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00172497e+10]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 9.15239656e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
  1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 9.11651822e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.88675607e+09]
+ 0.00000000e+00 1.09921879e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 2.0000000e+00 1.5452392e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.34712792e+10]
  --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 9.94520194e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.93862738e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 8.51339156e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 2.11718626e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 6.25433895e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 2.78023365e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 9.44242481e+09]
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.10813024e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.28592389e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 0.0000000e+00 0.0000000e+00 3.0000000e+00 0.0000000e+00 1.0849423e+10]
+ --- Actual line: [1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 3.0000000e+00 1.3609238e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.38745711e+10]
  --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
  0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 9.87615304e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.14787541e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.75986264e+09]
- --- Actual line: [0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
- 2.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
- 1.0558458e+10]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 3.62984312e+09]
+ 0.00000000e+00 8.55893253e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.27294645e+10]
+ --- Actual line: [1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.2611406e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.25045329e+10]
  --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 8.73782166e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.15254112e+10]
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.41198863e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.24431658e+10]
  --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.28181103e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.53331902e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.47338116e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 0.0000000e+00 3.0000000e+00 2.0000000e+00 1.3560885e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.44090558e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.25867067e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.47531358e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.39904949e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
  1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.47996608e+09]
+ 0.00000000e+00 1.15884121e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.27979032e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.12597397e+10]
  --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 9.25865916e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.73079416e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.05755981e+10]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.44173265e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.52439786e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.13216989e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.96463701e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 8.99312925e+09]
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.31961114e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.60706595e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.15302086e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.37178351e+10]
  --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
  0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 6.61152654e+09]
- --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
- 2.0835113e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.96314355e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.02057791e+10]
+ 0.00000000e+00 5.05443628e+09]
  --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00658609e+10]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.48757602e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.31448716e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
  0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 7.51450299e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 8.54751994e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 9.70506313e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.56767392e+09]
+ 2.00000000e+00 1.25164121e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.36834284e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.27552159e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.20806796e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.47369817e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.27983291e+10]
  --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.14489854e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.20556016e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.54972834e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.80426894e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 2.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 5.32850216e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.15290654e+10]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.43632682e+09]
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.16258251e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.23565711e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.38833934e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.14727579e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.33944657e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.09215136e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
+ 0.0000000e+00 0.0000000e+00 3.0000000e+00 3.0000000e+00 1.2257065e+10]
  --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.23187678e+09]
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.32096906e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.22365022e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 4.71802711e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.44443128e+10]
  --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.34357694e+09]
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.18521749e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.07110762e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.41854636e+10]
  --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.91070455e+09]
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.32688115e+10]
  --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.12451407e+10]
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.11846064e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.34844309e+10]
  --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.54910694e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.06044989e+10]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.02336758e+10]
- --- Actual line: [0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
- 1.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00
- 7.7934426e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 9.12175722e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.55576403e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.34512379e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.52826682e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.23269603e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 9.7832042e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.12330269e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
  0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.23849777e+09]
+ 0.00000000e+00 1.10683871e+10]
  --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
  0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 9.96184613e+09]
+ 1.00000000e+00 1.41506764e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.20706762e+10]
  --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 5.24658972e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
  0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.45247836e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.04357663e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.32855055e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.49043735e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.25303862e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.48854047e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.28095098e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.05405733e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.09214779e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
  1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.15282945e+10]
- --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0]
---- Computing the list of the 10 first neighbours of '0303-1010'
+ 2.00000000e+00 1.29204976e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.16485764e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.28124968e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.36925904e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.42374088e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.25164435e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.35332648e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.21312406e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.33210425e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.28453472e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.08441522e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.35068878e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.02998492e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.32850643e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.14601097e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.23365865e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.30344958e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.26702084e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.04812794e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 7.49636426e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.06795049e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.19274809e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.24537499e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.26603272e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.12305291e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.29403772e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.50765891e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.39017287e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.27979032e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 9.26560792e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 9.66828127e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 9.56809614e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.26613211e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.39401577e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.18093173e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.36541699e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.67746722e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.34844491e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.47631111e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.37678087e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.41617384e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.43376781e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.46203105e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 7.32016192e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 6.05107104e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.24317806e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.37699699e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.12949171e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.31505754e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 0.0000000e+00 3.0000000e+00 3.0000000e+00 1.2879909e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.42323025e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.44434992e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 6.23379214e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.16688838e+10]
+ --- Actual line: [2.000000e+00 1.000000e+00 1.000000e+00 0.000000e+00 1.000000e+00
+ 1.000000e+00 1.000000e+00 2.000000e+00 3.000000e+00 1.488587e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.26481734e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.21334927e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.1963268e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.42649079e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.4577047e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.22843332e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.41576683e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.56853641e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.07421424e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.28683733e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.35878427e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.39724519e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.48466637e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.28602973e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.47651581e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 3.28452529e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.40906196e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.13550556e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.28190173e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.43386238e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.72120911e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.38905866e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 7.53392148e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.46390379e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.13416362e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.26571704e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.46711373e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.29533343e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 6.25723493e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.31444044e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.60985312e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.29327291e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.15270985e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.27973791e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.44296396e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.44748803e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.25242658e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.24791131e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.35471984e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.19370345e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.39844688e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.45639269e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.37285697e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 9.4223177e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.17434847e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.17333571e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.23074197e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 8.91909489e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.09202733e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 9.66286272e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.07209633e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.17547489e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.17395832e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.30084177e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.25142819e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.27330952e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.38674521e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.18876522e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.24690456e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.19162384e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.27140247e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.11178559e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.46646703e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.17866707e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.29774905e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.25013752e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.24436304e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 0.0000000e+00 2.0000000e+00 0.0000000e+00 1.1105916e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.36718857e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.46097801e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.26434558e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 5.76658036e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.17025858e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 2.0000000e+00 1.0000000e+00 1.4055841e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.23773252e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.17756364e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.29357906e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.31932913e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.17101778e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.46817223e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.27207528e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00 8.8804426e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.11799048e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0537108e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 5.92648784e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 9.99110791e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 5.80463907e+09]
+ --- Actual line: [1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 2.0000000e+00 0.0000000e+00 1.1107569e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.06799725e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 6.01695578e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 5.95542957e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 6.03092659e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 5.81692959e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 5.74630082e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 3.00000000e+00 5.79290369e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.07431349e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 6.00777406e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 5.68223789e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.10992226e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 6.21863476e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 5.71618022e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 6.13470587e+09]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 5.9332744e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 6.01221682e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 5.86331441e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 6.02899949e+09]
+ --- Actual line: [1.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 2.0000000e+00 1.0000000e+00 1.0913492e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 5.58796576e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 6.07902736e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 6.02678302e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 6.05576145e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 5.81050772e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 6.26633163e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.05784173e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 5.91152807e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.06043527e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 6.48445352e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 5.85253942e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.03140632e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.13539339e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00
+ 0.0000000e+00 1.0000000e+00 2.0000000e+00 2.0000000e+00 5.8956007e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.02817085e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 5.94106464e+09]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 0.0000000e+00 3.0000000e+00 3.0000000e+00 5.8685446e+09]
+ --- Actual line: [1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 0.0000000e+00 3.0000000e+00 3.0000000e+00 6.0214484e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 5.57736927e+09]
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '101111-1-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, first computation result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0303-1010'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101111-1-0'
 --- Neighbour  0 in the list of neghbours, And at position 0 in the X datas point
 --------------
- --- Configuration:  0303-1010
+ --- Configuration:  101111-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 14 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 3 in the X datas point
 --------------
- --- Configuration:  3303-1010
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9340120487.55429
- --- Energy:  67.3857084084629
- --- Workload:  629393000000.0
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 87 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 167 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 231 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 172 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7144898542.440698
- --- Energy:  51.89988274563883
- --- Workload:  370819000000.0
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 56 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 211 in the X datas point
 --------------
- --- Configuration:  0303-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 113 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 321 in the X datas point
 --------------
- --- Configuration:  3303-1011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10227751572.005417
- --- Energy:  73.37868558375581
- --- Workload:  750499000000.0
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10662526762.942175
+ --- Energy:  31.96295936672102
+ --- Workload:  340806000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 142 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 358 in the X datas point
 --------------
- --- Configuration:  0300-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3550266447.4968843
- --- Energy:  34.61491775303547
- --- Workload:  122892000000.0
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14821951309.889946
+ --- Energy:  45.1609465048481
+ --- Workload:  669373000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 211 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 427 in the X datas point
 --------------
- --- Configuration:  0303-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8479966080.135679
- --- Energy:  59.193870361299275
- --- Workload:  501963000000.0
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10275982049.914555
+ --- Energy:  33.06575864579996
+ --- Workload:  339783000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 442 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  101011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10229007008.915602
+ --- Energy:  33.39150595873643
+ --- Workload:  341562000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 15 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 455 in the X datas point
 --------------
- --- Configuration:  0003-1001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  101111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14337534230.862976
+ --- Energy:  42.54593968589113
+ --- Workload:  610004000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0303-1010'
---- Neighbour  0 in the list of neghbours, And at position 142 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101111-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 3 in the X datas point
 --------------
- --- Configuration:  0300-0010
+ --- Configuration:  101110-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3550266447.4968843
- --- Energy:  34.61491775303547
- --- Workload:  122892000000.0
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 56 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 172 in the X datas point
 --------------
- --- Configuration:  0303-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 231 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 321 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7144898542.440698
- --- Energy:  51.89988274563883
- --- Workload:  370819000000.0
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10662526762.942175
+ --- Energy:  31.96295936672102
+ --- Workload:  340806000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 427 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10275982049.914555
+ --- Energy:  33.06575864579996
+ --- Workload:  339783000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 87 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 442 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Configuration:  101011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10229007008.915602
+ --- Energy:  33.39150595873643
+ --- Workload:  341562000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 15 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 167 in the X datas point
 --------------
- --- Configuration:  0003-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 211 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 0 in the X datas point
 --------------
- --- Configuration:  0303-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8479966080.135679
- --- Energy:  59.193870361299275
- --- Workload:  501963000000.0
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 455 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  101111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14337534230.862976
+ --- Energy:  42.54593968589113
+ --- Workload:  610004000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 14 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 211 in the X datas point
 --------------
- --- Configuration:  3303-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9340120487.55429
- --- Energy:  67.3857084084629
- --- Workload:  629393000000.0
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 113 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 358 in the X datas point
 --------------
- --- Configuration:  3303-1011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10227751572.005417
- --- Energy:  73.37868558375581
- --- Workload:  750499000000.0
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14821951309.889946
+ --- Energy:  45.1609465048481
+ --- Workload:  669373000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 87 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 442 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Configuration:  101011-1-0
+ --- Energy efficiency:  10229007008.915602
+ --- Energy:  33.39150595873643
+ --- Workload:  341562000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (53.6166443408558 mAh)  it is NOT far from the median.
----  Median :53.6166443408558,   the gap is :  10
---- So No we don't romove this configuration '0303-1010'
- --- remove_aberrant_points: The value [2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '0033-3000'
+--- The energy of the current configuration (33.39150595873643 mAh)  it is NOT far from the median.
+---  Median :33.39150595873643,   the gap is :  10
+--- So No we don't romove this configuration '101111-1-0'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0]
+--- Computing the list of the 10 first neighbours of '011001-0-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0033-3000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011001-0-3'
 --- Neighbour  0 in the list of neghbours, And at position 1 in the X datas point
 --------------
- --- Configuration:  0033-3000
+ --- Configuration:  011001-0-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Energy efficiency:  11271402985.343796
+ --- Energy:  64.71129799002061
+ --- Workload:  729387000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 228 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 346 in the X datas point
 --------------
- --- Configuration:  0333-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8547519937.090253
- --- Energy:  58.44164899316907
- --- Workload:  499532000000.0
+ --- Configuration:  011101-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12422560861.231298
+ --- Energy:  53.13375305902614
+ --- Workload:  660057000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 22 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 378 in the X datas point
 --------------
- --- Configuration:  3333-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9400881802.713095
- --- Energy:  66.34289826476824
- --- Workload:  623684000000.0
+ --- Configuration:  111101-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11645632713.048117
+ --- Energy:  67.4694443841449
+ --- Workload:  785724000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 89 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 510 in the X datas point
 --------------
- --- Configuration:  0030-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4809102669.532892
- --- Energy:  35.93660318178646
- --- Workload:  172823000000.0
+ --- Configuration:  111011-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11392233458.761824
+ --- Energy:  69.72901800554702
+ --- Workload:  794369000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 102 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 36 in the X datas point
 --------------
- --- Configuration:  0033-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8336042547.16116
- --- Energy:  59.96771726749321
- --- Workload:  499893000000.0
+ --- Configuration:  110001-0-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11533320339.125751
+ --- Energy:  52.516287756608044
+ --- Workload:  605687000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 126 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 39 in the X datas point
 --------------
- --- Configuration:  0002-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5449442794.474265
- --- Energy:  38.132247384977575
- --- Workload:  207799000000.0
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 145 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 55 in the X datas point
 --------------
- --- Configuration:  3333-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9639669166.554203
- --- Energy:  64.97706889442466
- --- Workload:  626356000000.0
+ --- Configuration:  011010-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12057461036.314661
+ --- Energy:  68.32437278660214
+ --- Workload:  823818000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 212 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 75 in the X datas point
 --------------
- --- Configuration:  0022-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9258659160.980307
- --- Energy:  46.9330182291436
- --- Workload:  434536000000.0
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 12 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 94 in the X datas point
 --------------
- --- Configuration:  0022-0030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 23 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 142 in the X datas point
 --------------
- --- Configuration:  3333-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0033-3000'
---- Neighbour  0 in the list of neghbours, And at position 89 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011001-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 36 in the X datas point
 --------------
- --- Configuration:  0030-2000
+ --- Configuration:  110001-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4809102669.532892
- --- Energy:  35.93660318178646
- --- Workload:  172823000000.0
+ --- Energy efficiency:  11533320339.125751
+ --- Energy:  52.516287756608044
+ --- Workload:  605687000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 126 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 346 in the X datas point
 --------------
- --- Configuration:  0002-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5449442794.474265
- --- Energy:  38.132247384977575
- --- Workload:  207799000000.0
+ --- Configuration:  011101-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12422560861.231298
+ --- Energy:  53.13375305902614
+ --- Workload:  660057000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 12 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 1 in the X datas point
 --------------
- --- Configuration:  0022-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Configuration:  011001-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11271402985.343796
+ --- Energy:  64.71129799002061
+ --- Workload:  729387000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 212 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 378 in the X datas point
 --------------
- --- Configuration:  0022-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9258659160.980307
- --- Energy:  46.9330182291436
- --- Workload:  434536000000.0
+ --- Configuration:  111101-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11645632713.048117
+ --- Energy:  67.4694443841449
+ --- Workload:  785724000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 1 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 55 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  011010-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12057461036.314661
+ --- Energy:  68.32437278660214
+ --- Workload:  823818000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 228 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 510 in the X datas point
 --------------
- --- Configuration:  0333-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8547519937.090253
- --- Energy:  58.44164899316907
- --- Workload:  499532000000.0
+ --- Configuration:  111011-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11392233458.761824
+ --- Energy:  69.72901800554702
+ --- Workload:  794369000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 102 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 75 in the X datas point
 --------------
- --- Configuration:  0033-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8336042547.16116
- --- Energy:  59.96771726749321
- --- Workload:  499893000000.0
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 145 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 142 in the X datas point
 --------------
- --- Configuration:  3333-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9639669166.554203
- --- Energy:  64.97706889442466
- --- Workload:  626356000000.0
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 22 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 94 in the X datas point
 --------------
- --- Configuration:  3333-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9400881802.713095
- --- Energy:  66.34289826476824
- --- Workload:  623684000000.0
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 23 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 39 in the X datas point
 --------------
- --- Configuration:  3333-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 1 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 55 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  011010-1-3
+ --- Energy efficiency:  12057461036.314661
+ --- Energy:  68.32437278660214
+ --- Workload:  823818000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (53.35616382684589 mAh)  it is NOT far from the median.
----  Median :53.35616382684589,   the gap is :  10
---- So No we don't romove this configuration '0033-3000'
- --- remove_aberrant_points: The value [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '0303-0100'
+--- The energy of the current configuration (68.32437278660214 mAh)  it is NOT far from the median.
+---  Median :68.32437278660214,   the gap is :  10
+--- So No we don't romove this configuration '011001-0-3'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0]
+--- Computing the list of the 10 first neighbours of '110111-0-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0303-0100'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110111-0-1'
 --- Neighbour  0 in the list of neghbours, And at position 2 in the X datas point
 --------------
- --- Configuration:  0303-0100
+ --- Configuration:  110111-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 171 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 33 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7192278369.94203
- --- Energy:  51.67993691242756
- --- Workload:  371696000000.0
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 56 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 90 in the X datas point
 --------------
- --- Configuration:  0303-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 87 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 675 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7533921481.470321
+ --- Energy:  27.536240775049926
+ --- Workload:  207456000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 122 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 60 in the X datas point
 --------------
- --- Configuration:  0200-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4242843383.922169
- --- Energy:  35.404255909220375
- --- Workload:  150215000000.0
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 141 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 70 in the X datas point
 --------------
- --- Configuration:  0202-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7512075661.626064
- --- Energy:  40.5630522502661
- --- Workload:  304712000000.0
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 179 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  0300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1047552602.8539523
- --- Energy:  28.209089181571862
- --- Workload:  29550500000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 231 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 111 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7144898542.440698
- --- Energy:  51.89988274563883
- --- Workload:  370819000000.0
+ --- Configuration:  111111-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13419378387.55433
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 125 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 241 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  220202-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14004896111.680643
+ --- Energy:  43.9976841972795
+ --- Workload:  616183000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0303-0100'
---- Neighbour  0 in the list of neghbours, And at position 179 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110111-0-1'
+--- Neighbour  0 in the list of neghbours, And at position 60 in the X datas point
 --------------
- --- Configuration:  0300-0000
+ --- Configuration:  110101-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1047552602.8539523
- --- Energy:  28.209089181571862
- --- Workload:  29550500000.0
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 122 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 90 in the X datas point
 --------------
- --- Configuration:  0200-0100
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4242843383.922169
- --- Energy:  35.404255909220375
- --- Workload:  150215000000.0
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 141 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 70 in the X datas point
 --------------
- --- Configuration:  0202-0200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7512075661.626064
- --- Energy:  40.5630522502661
- --- Workload:  304712000000.0
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 56 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 675 in the X datas point
 --------------
- --- Configuration:  0303-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7533921481.470321
+ --- Energy:  27.536240775049926
+ --- Workload:  207456000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 171 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 2 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7192278369.94203
- --- Energy:  51.67993691242756
- --- Workload:  371696000000.0
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 231 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 241 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7144898542.440698
- --- Energy:  51.89988274563883
- --- Workload:  370819000000.0
+ --- Configuration:  220202-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14004896111.680643
+ --- Energy:  43.9976841972795
+ --- Workload:  616183000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 33 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 87 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 125 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 111 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  111111-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13419378387.55433
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 171 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 2 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Energy efficiency:  7192278369.94203
- --- Energy:  51.67993691242756
- --- Workload:  371696000000.0
+ --- Configuration:  110111-0-1
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (51.67993691242756 mAh)  it is NOT far from the median.
----  Median :51.67993691242756,   the gap is :  10
---- So No we don't romove this configuration '0303-0100'
- --- remove_aberrant_points: The value [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '2222-0220'
+--- The energy of the current configuration (36.734913097035495 mAh)  it is NOT far from the median.
+---  Median :36.734913097035495,   the gap is :  10
+--- So No we don't romove this configuration '110111-0-1'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '101110-1-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2222-0220'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101110-1-0'
 --- Neighbour  0 in the list of neghbours, And at position 3 in the X datas point
 --------------
- --- Configuration:  2222-0220
+ --- Configuration:  101110-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 172 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 100 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 427 in the X datas point
 --------------
- --- Configuration:  2222-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11468876336.840899
- --- Energy:  53.84120579706395
- --- Workload:  617498000000.0
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10275982049.914555
+ --- Energy:  33.06575864579996
+ --- Workload:  339783000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 125 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 0 in the X datas point
 --------------
- --- Configuration:  2220-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9479212087.891254
- --- Energy:  49.57175430186782
- --- Workload:  469901000000.0
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 152 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 89 in the X datas point
 --------------
- --- Configuration:  2220-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8252186829.509821
- --- Energy:  42.07453960416718
- --- Workload:  347206000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 156 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 141 in the X datas point
 --------------
- --- Configuration:  2022-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10619025470.794495
- --- Energy:  49.81557674440745
- --- Workload:  528993000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 167 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 417 in the X datas point
 --------------
- --- Configuration:  2020-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7467367603.572389
- --- Energy:  42.10385161103808
- --- Workload:  314406000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11201155959.295
+ --- Energy:  34.4916252352497
+ --- Workload:  386346000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 170 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 167 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11414873580.275099
- --- Energy:  57.359112207692405
- --- Workload:  654747000000.0
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 232 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 209 in the X datas point
 --------------
- --- Configuration:  2002-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9205560158.335634
- --- Energy:  47.19609116514537
- --- Workload:  434467000000.0
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 236 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 211 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11529065350.201126
- --- Energy:  56.827789322012976
- --- Workload:  655171000000.0
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2222-0220'
---- Neighbour  0 in the list of neghbours, And at position 152 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101110-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 3 in the X datas point
 --------------
- --- Configuration:  2220-0330
+ --- Configuration:  101110-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8252186829.509821
- --- Energy:  42.07453960416718
- --- Workload:  347206000000.0
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 167 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 172 in the X datas point
 --------------
- --- Configuration:  2020-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7467367603.572389
- --- Energy:  42.10385161103808
- --- Workload:  314406000000.0
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 232 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 209 in the X datas point
 --------------
- --- Configuration:  2002-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9205560158.335634
- --- Energy:  47.19609116514537
- --- Workload:  434467000000.0
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 125 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 89 in the X datas point
 --------------
- --- Configuration:  2220-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9479212087.891254
- --- Energy:  49.57175430186782
- --- Workload:  469901000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 156 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 427 in the X datas point
 --------------
- --- Configuration:  2022-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10619025470.794495
- --- Energy:  49.81557674440745
- --- Workload:  528993000000.0
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10275982049.914555
+ --- Energy:  33.06575864579996
+ --- Workload:  339783000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 100 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 141 in the X datas point
 --------------
- --- Configuration:  2222-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11468876336.840899
- --- Energy:  53.84120579706395
- --- Workload:  617498000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 417 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11201155959.295
+ --- Energy:  34.4916252352497
+ --- Workload:  386346000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 236 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 167 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11529065350.201126
- --- Energy:  56.827789322012976
- --- Workload:  655171000000.0
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 170 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 0 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11414873580.275099
- --- Energy:  57.359112207692405
- --- Workload:  654747000000.0
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 211 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 156 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 427 in the X datas point
 --------------
- --- Configuration:  2022-0330
- --- Energy efficiency:  10619025470.794495
- --- Energy:  49.81557674440745
- --- Workload:  528993000000.0
+ --- Configuration:  101110-1-0
+ --- Energy efficiency:  10275982049.914555
+ --- Energy:  33.06575864579996
+ --- Workload:  339783000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (49.81557674440745 mAh)  it is NOT far from the median.
----  Median :49.81557674440745,   the gap is :  10
---- So No we don't romove this configuration '2222-0220'
- --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '3000-1110'
+--- The energy of the current configuration (33.06575864579996 mAh)  it is NOT far from the median.
+---  Median :33.06575864579996,   the gap is :  10
+--- So No we don't romove this configuration '101110-1-0'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '111101-0-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3000-1110'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111101-0-0'
 --- Neighbour  0 in the list of neghbours, And at position 4 in the X datas point
 --------------
- --- Configuration:  3000-1110
+ --- Configuration:  111101-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 70 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 60 in the X datas point
 --------------
- --- Configuration:  3000-1100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6443423519.784533
- --- Energy:  43.3608751201712
- --- Workload:  279393000000.0
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 44 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 650 in the X datas point
 --------------
- --- Configuration:  3000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5326600510.288329
- --- Energy:  36.46450751429702
- --- Workload:  194232000000.0
+ --- Configuration:  101101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6233792140.43487
+ --- Energy:  26.21709253261557
+ --- Workload:  163432000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 71 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 38 in the X datas point
 --------------
- --- Configuration:  3000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6519117311.516021
- --- Energy:  42.79271109577192
- --- Workload:  278971000000.0
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 180 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 54 in the X datas point
 --------------
- --- Configuration:  3030-0110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7504014647.836593
- --- Energy:  41.82593528076137
- --- Workload:  313863000000.0
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 237 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 90 in the X datas point
 --------------
- --- Configuration:  3003-0110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8436326823.301135
- --- Energy:  59.49080386456649
- --- Workload:  501884000000.0
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 14 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 146 in the X datas point
 --------------
- --- Configuration:  3303-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9340120487.55429
- --- Energy:  67.3857084084629
- --- Workload:  629393000000.0
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 149 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  111011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7219330479.29135
+ --- Energy:  28.6387646642511
+ --- Workload:  206752000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 152 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  022202-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10890102530.315323
+ --- Energy:  35.8868812091206
+ --- Workload:  390812000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 167 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3000-1110'
---- Neighbour  0 in the list of neghbours, And at position 18 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111101-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 650 in the X datas point
 --------------
- --- Configuration:  3000-0000
+ --- Configuration:  101101-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Energy efficiency:  6233792140.43487
+ --- Energy:  26.21709253261557
+ --- Workload:  163432000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 60 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 44 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 90 in the X datas point
 --------------
- --- Configuration:  3000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5326600510.288329
- --- Energy:  36.46450751429702
- --- Workload:  194232000000.0
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 4 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 180 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 149 in the X datas point
 --------------
- --- Configuration:  3030-0110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7504014647.836593
- --- Energy:  41.82593528076137
- --- Workload:  313863000000.0
+ --- Configuration:  111011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7219330479.29135
+ --- Energy:  28.6387646642511
+ --- Workload:  206752000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 71 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 54 in the X datas point
 --------------
- --- Configuration:  3000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6519117311.516021
- --- Energy:  42.79271109577192
- --- Workload:  278971000000.0
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 70 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 167 in the X datas point
 --------------
- --- Configuration:  3000-1100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6443423519.784533
- --- Energy:  43.3608751201712
- --- Workload:  279393000000.0
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 152 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  022202-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10890102530.315323
+ --- Energy:  35.8868812091206
+ --- Workload:  390812000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 237 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 146 in the X datas point
 --------------
- --- Configuration:  3003-0110
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8436326823.301135
- --- Energy:  59.49080386456649
- --- Workload:  501884000000.0
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 14 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 38 in the X datas point
 --------------
- --- Configuration:  3303-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9340120487.55429
- --- Energy:  67.3857084084629
- --- Workload:  629393000000.0
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 180 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 149 in the X datas point
 --------------
- --- Configuration:  3030-0110
- --- Energy efficiency:  7504014647.836593
- --- Energy:  41.82593528076137
- --- Workload:  313863000000.0
+ --- Configuration:  111011-0-0
+ --- Energy efficiency:  7219330479.29135
+ --- Energy:  28.6387646642511
+ --- Workload:  206752000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (41.82593528076137 mAh)  it is NOT far from the median.
----  Median :41.82593528076137,   the gap is :  10
---- So No we don't romove this configuration '3000-1110'
- --- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '0030-0000'
+--- The energy of the current configuration (28.6387646642511 mAh)  it is NOT far from the median.
+---  Median :28.6387646642511,   the gap is :  10
+--- So No we don't romove this configuration '111101-0-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '111110-1-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0030-0000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111110-1-2'
 --- Neighbour  0 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  0030-0000
+ --- Configuration:  111110-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 199 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Configuration:  3030-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2117186259.461176
- --- Energy:  28.69675782439391
- --- Workload:  60756400000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 6 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 124 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 131 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 325 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  111110-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14911863431.18995
+ --- Energy:  40.707805921643576
+ --- Workload:  607029000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 85 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 89 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  0030-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4809102669.532892
- --- Energy:  35.93660318178646
- --- Workload:  172823000000.0
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 179 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 106 in the X datas point
 --------------
- --- Configuration:  0300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1047552602.8539523
- --- Energy:  28.209089181571862
- --- Workload:  29550500000.0
+ --- Configuration:  011110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 249 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 111 in the X datas point
 --------------
- --- Configuration:  3030-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5246589716.684155
- --- Energy:  35.71821214035277
- --- Workload:  187399000000.0
+ --- Configuration:  111111-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13419378387.55433
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0030-0000'
---- Neighbour  0 in the list of neghbours, And at position 179 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111110-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 106 in the X datas point
 --------------
- --- Configuration:  0300-0000
+ --- Configuration:  011110-1-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1047552602.8539523
- --- Energy:  28.209089181571862
- --- Workload:  29550500000.0
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 199 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 325 in the X datas point
 --------------
- --- Configuration:  3030-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2117186259.461176
- --- Energy:  28.69675782439391
- --- Workload:  60756400000.0
+ --- Configuration:  111110-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14911863431.18995
+ --- Energy:  40.707805921643576
+ --- Workload:  607029000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 111 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  111111-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13419378387.55433
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 5 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 124 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 249 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 85 in the X datas point
 --------------
- --- Configuration:  3030-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5246589716.684155
- --- Energy:  35.71821214035277
- --- Workload:  187399000000.0
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 89 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Configuration:  0030-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4809102669.532892
- --- Energy:  35.93660318178646
- --- Workload:  172823000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 6 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 131 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 5 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  110111-1-2
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (29.623247258891045 mAh)  it is NOT far from the median.
----  Median :29.623247258891045,   the gap is :  10
---- So No we don't romove this configuration '0030-0000'
- --- remove_aberrant_points: The value [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0]
---- Computing the list of the 10 first neighbours of '0020-0010'
+--- The energy of the current configuration (64.195799103128 mAh)  it is NOT far from the median.
+---  Median :64.195799103128,   the gap is :  10
+--- So No we don't romove this configuration '111110-1-2'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0]
+--- Computing the list of the 10 first neighbours of '303303-0-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0020-0010'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303303-0-1'
 --- Neighbour  0 in the list of neghbours, And at position 6 in the X datas point
 --------------
- --- Configuration:  0020-0010
+ --- Configuration:  303303-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  58.54108121624596
+ --- Workload:  751419000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 5 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 49 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  303300-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10199294208.840748
+ --- Energy:  33.55309393673303
+ --- Workload:  342218000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 86 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 58 in the X datas point
 --------------
- --- Configuration:  0220-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5040602049.508794
- --- Energy:  36.67117347490831
- --- Workload:  184845000000.0
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 110 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 180 in the X datas point
 --------------
- --- Configuration:  0110-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5194211570.625695
- --- Energy:  35.648662348871625
- --- Workload:  185167000000.0
+ --- Configuration:  333333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14508144872.531439
+ --- Energy:  62.5618690617415
+ --- Workload:  907657000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 151 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 249 in the X datas point
 --------------
- --- Configuration:  0010-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6634071263.19351
- --- Energy:  41.98663362868059
- --- Workload:  278542000000.0
+ --- Configuration:  333303-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13695515814.21211
+ --- Energy:  75.8036384393518
+ --- Workload:  1038170000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 155 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 262 in the X datas point
 --------------
- --- Configuration:  0200-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3751444306.0578322
- --- Energy:  34.495214714826176
- --- Workload:  129407000000.0
+ --- Configuration:  222202-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10269365455.90848
+ --- Energy:  18.3191369059882
+ --- Workload:  188126000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 249 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 370 in the X datas point
 --------------
- --- Configuration:  3030-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5246589716.684155
- --- Energy:  35.71821214035277
- --- Workload:  187399000000.0
+ --- Configuration:  303333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15097712394.617968
+ --- Energy:  67.5804517710351
+ --- Workload:  1020310000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 387 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  303333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11746671287.02404
+ --- Energy:  55.9889928704492
+ --- Workload:  657684000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 531 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  003303-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13471279232.675934
+ --- Energy:  58.76194644449752
+ --- Workload:  791599000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 550 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  333303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11588412051.484997
+ --- Energy:  56.880158834189615
+ --- Workload:  659151000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0020-0010'
---- Neighbour  0 in the list of neghbours, And at position 5 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303303-0-1'
+--- Neighbour  0 in the list of neghbours, And at position 262 in the X datas point
 --------------
- --- Configuration:  0030-0000
+ --- Configuration:  222202-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Energy efficiency:  10269365455.90848
+ --- Energy:  18.3191369059882
+ --- Workload:  188126000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 49 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  303300-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10199294208.840748
+ --- Energy:  33.55309393673303
+ --- Workload:  342218000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 58 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 387 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  303333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11746671287.02404
+ --- Energy:  55.9889928704492
+ --- Workload:  657684000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 155 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 550 in the X datas point
 --------------
- --- Configuration:  0200-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3751444306.0578322
- --- Energy:  34.495214714826176
- --- Workload:  129407000000.0
+ --- Configuration:  333303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11588412051.484997
+ --- Energy:  56.880158834189615
+ --- Workload:  659151000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 110 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 6 in the X datas point
 --------------
- --- Configuration:  0110-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5194211570.625695
- --- Energy:  35.648662348871625
- --- Workload:  185167000000.0
+ --- Configuration:  303303-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  58.54108121624596
+ --- Workload:  751419000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 249 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 531 in the X datas point
 --------------
- --- Configuration:  3030-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5246589716.684155
- --- Energy:  35.71821214035277
- --- Workload:  187399000000.0
+ --- Configuration:  003303-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13471279232.675934
+ --- Energy:  58.76194644449752
+ --- Workload:  791599000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 86 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 180 in the X datas point
 --------------
- --- Configuration:  0220-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5040602049.508794
- --- Energy:  36.67117347490831
- --- Workload:  184845000000.0
+ --- Configuration:  333333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14508144872.531439
+ --- Energy:  62.5618690617415
+ --- Workload:  907657000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 6 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 370 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  303333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15097712394.617968
+ --- Energy:  67.5804517710351
+ --- Workload:  1020310000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 151 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 249 in the X datas point
 --------------
- --- Configuration:  0010-0011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6634071263.19351
- --- Energy:  41.98663362868059
- --- Workload:  278542000000.0
+ --- Configuration:  333303-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13695515814.21211
+ --- Energy:  75.8036384393518
+ --- Workload:  1038170000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 155 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 550 in the X datas point
 --------------
- --- Configuration:  0200-0010
- --- Energy efficiency:  3751444306.0578322
- --- Energy:  34.495214714826176
- --- Workload:  129407000000.0
+ --- Configuration:  333303-0-0
+ --- Energy efficiency:  11588412051.484997
+ --- Energy:  56.880158834189615
+ --- Workload:  659151000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (34.495214714826176 mAh)  it is NOT far from the median.
----  Median :34.495214714826176,   the gap is :  10
---- So No we don't romove this configuration '0020-0010'
- --- remove_aberrant_points: The value [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0]
---- Computing the list of the 10 first neighbours of '1000-1010'
+--- The energy of the current configuration (56.880158834189615 mAh)  it is NOT far from the median.
+---  Median :56.880158834189615,   the gap is :  10
+--- So No we don't romove this configuration '303303-0-1'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '222222-3-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1000-1010'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222222-3-3'
 --- Neighbour  0 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  1000-1010
+ --- Configuration:  222222-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6501654671.113798
- --- Energy:  42.85376093977719
- --- Workload:  278621000000.0
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 342 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 61 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 9 in the X datas point
 --------------
- --- Configuration:  0000-1010
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5325891287.907031
- --- Energy:  45.45847467114993
- --- Workload:  242107000000.0
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 33 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 44 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  222220-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14471780028.94356
+ --- Energy:  72.03533813993924
+ --- Workload:  1042480000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 72 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 53 in the X datas point
 --------------
- --- Configuration:  1000-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6448575832.027497
- --- Energy:  42.80059101405426
- --- Workload:  276003000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 74 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 181 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 83 in the X datas point
 --------------
- --- Configuration:  1100-1011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9277212383.22309
- --- Energy:  48.61244404745341
- --- Workload:  450987000000.0
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 98 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 101 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1000-1010'
---- Neighbour  0 in the list of neghbours, And at position 33 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222222-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 44 in the X datas point
 --------------
- --- Configuration:  1000-0000
+ --- Configuration:  222220-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Energy efficiency:  14471780028.94356
+ --- Energy:  72.03533813993924
+ --- Workload:  1042480000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 53 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 74 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 9 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 342 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 72 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 83 in the X datas point
 --------------
- --- Configuration:  1000-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6448575832.027497
- --- Energy:  42.80059101405426
- --- Workload:  276003000000.0
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 7 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  1000-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6501654671.113798
- --- Energy:  42.85376093977719
- --- Workload:  278621000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 61 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 98 in the X datas point
 --------------
- --- Configuration:  0000-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5325891287.907031
- --- Energy:  45.45847467114993
- --- Workload:  242107000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 181 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 101 in the X datas point
 --------------
- --- Configuration:  1100-1011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9277212383.22309
- --- Energy:  48.61244404745341
- --- Workload:  450987000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 42 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  222222-3-3
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (36.68430426428569 mAh)  it is NOT far from the median.
----  Median :36.68430426428569,   the gap is :  10
---- So No we don't romove this configuration '1000-1010'
- --- remove_aberrant_points: The value [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 0, 1.0, 0, 1, 0, 1]
---- Computing the list of the 10 first neighbours of '0020-0202'
+--- The energy of the current configuration (97.28797445994333 mAh)  it is NOT far from the median.
+---  Median :97.28797445994333,   the gap is :  10
+--- So No we don't romove this configuration '222222-3-3'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '333333-3-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0020-0202'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333333-3-2'
 --- Neighbour  0 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  0020-0202
+ --- Configuration:  333333-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8089829466.394849
- --- Energy:  66.44909360627778
- --- Workload:  537560000000.0
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 109 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 214 in the X datas point
 --------------
- --- Configuration:  0010-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6657080470.788732
- --- Energy:  41.37346586900227
- --- Workload:  275426000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 203 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 503 in the X datas point
 --------------
- --- Configuration:  0010-0222
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9876153040.867521
- --- Energy:  82.55859277633934
- --- Workload:  815359000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15380805677.362993
+ --- Energy:  101.44390963131458
+ --- Workload:  1560290000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 49 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  3000-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8354358468.81318
- --- Energy:  64.35822134376
- --- Workload:  537670000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 67 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 53 in the X datas point
 --------------
- --- Configuration:  0110-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6145261695.969323
- --- Energy:  51.31617435224532
- --- Workload:  315351000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 98 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  2020-0022
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8754497623.153894
- --- Energy:  65.93701913313123
- --- Workload:  577244000000.0
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 112 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 101 in the X datas point
 --------------
- --- Configuration:  0020-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4244013818.5089927
- --- Energy:  35.41951635507749
- --- Workload:  150321000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 124 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 117 in the X datas point
 --------------
- --- Configuration:  0020-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8376542330.856669
- --- Energy:  48.301162810596125
- --- Workload:  404596000000.0
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 131 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 191 in the X datas point
 --------------
- --- Configuration:  0020-1100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6670179627.937381
- --- Energy:  41.85807704041302
- --- Workload:  279201000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 167 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 240 in the X datas point
 --------------
- --- Configuration:  2020-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7467367603.572389
- --- Energy:  42.10385161103808
- --- Workload:  314406000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15595928215.061611
+ --- Energy:  95.9288937521245
+ --- Workload:  1496100000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0020-0202'
---- Neighbour  0 in the list of neghbours, And at position 112 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333333-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  0020-2000
+ --- Configuration:  333333-3-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4244013818.5089927
- --- Energy:  35.41951635507749
- --- Workload:  150321000000.0
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 109 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 53 in the X datas point
 --------------
- --- Configuration:  0010-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6657080470.788732
- --- Energy:  41.37346586900227
- --- Workload:  275426000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 131 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  0020-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6670179627.937381
- --- Energy:  41.85807704041302
- --- Workload:  279201000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 167 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 240 in the X datas point
 --------------
- --- Configuration:  2020-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7467367603.572389
- --- Energy:  42.10385161103808
- --- Workload:  314406000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15595928215.061611
+ --- Energy:  95.9288937521245
+ --- Workload:  1496100000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 124 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 191 in the X datas point
 --------------
- --- Configuration:  0020-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8376542330.856669
- --- Energy:  48.301162810596125
- --- Workload:  404596000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 67 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 503 in the X datas point
 --------------
- --- Configuration:  0110-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6145261695.969323
- --- Energy:  51.31617435224532
- --- Workload:  315351000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15380805677.362993
+ --- Energy:  101.44390963131458
+ --- Workload:  1560290000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 49 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  3000-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8354358468.81318
- --- Energy:  64.35822134376
- --- Workload:  537670000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 98 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 117 in the X datas point
 --------------
- --- Configuration:  2020-0022
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8754497623.153894
- --- Energy:  65.93701913313123
- --- Workload:  577244000000.0
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 8 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 101 in the X datas point
 --------------
- --- Configuration:  0020-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8089829466.394849
- --- Energy:  66.44909360627778
- --- Workload:  537560000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 203 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 214 in the X datas point
 --------------
- --- Configuration:  0010-0222
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9876153040.867521
- --- Energy:  82.55859277633934
- --- Workload:  815359000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 124 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 191 in the X datas point
 --------------
- --- Configuration:  0020-2220
- --- Energy efficiency:  8376542330.856669
- --- Energy:  48.301162810596125
- --- Workload:  404596000000.0
+ --- Configuration:  333333-3-3
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (66.44909360627778 mAh)  is far from the median.
----  Median :48.301162810596125,   the gap is :  10
---- So yes we remove this configuration '0020-0202'
---- remove_aberrant_points: The value [1.0, 0, 0, 1, 0, 1.0, 0, 1, 0, 1] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '0010-3300'
+--- The energy of the current configuration (85.51534231485796 mAh)  is far from the median.
+---  Median :99.8453916327805,   the gap is :  10
+--- So yes we remove this configuration '333333-3-2'
+--- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '202222-3-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0010-3300'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202222-3-3'
 --- Neighbour  0 in the list of neghbours, And at position 9 in the X datas point
 --------------
- --- Configuration:  0010-3300
+ --- Configuration:  202222-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6532788063.289651
- --- Energy:  42.64544340651106
- --- Workload:  278594000000.0
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 25 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  0000-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5789616901.049658
- --- Energy:  42.05795824330537
- --- Workload:  243499000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 24 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 30 in the X datas point
 --------------
- --- Configuration:  0000-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 26 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 82 in the X datas point
 --------------
- --- Configuration:  0000-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7665772326.561901
- --- Energy:  48.682465076838824
- --- Workload:  373189000000.0
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 132 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  202022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 77 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 342 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 99 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 770 in the X datas point
 --------------
- --- Configuration:  0011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7849108733.703288
- --- Energy:  42.07381484773657
- --- Workload:  330242000000.0
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5852539416.852973
+ --- Energy:  12.941299579331238
+ --- Workload:  75739300000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 111 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 13 in the X datas point
 --------------
- --- Configuration:  0011-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6806981239.9597025
- --- Energy:  35.94259902860859
- --- Workload:  244660000000.0
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 212 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  0022-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9258659160.980307
- --- Energy:  46.9330182291436
- --- Workload:  434536000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 233 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 28 in the X datas point
 --------------
- --- Configuration:  0110-0300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5549728340.797718
- --- Energy:  34.54578297303628
- --- Workload:  191720000000.0
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0010-3300'
---- Neighbour  0 in the list of neghbours, And at position 233 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202222-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 770 in the X datas point
 --------------
- --- Configuration:  0110-0300
+ --- Configuration:  101111-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5549728340.797718
- --- Energy:  34.54578297303628
- --- Workload:  191720000000.0
+ --- Energy efficiency:  5852539416.852973
+ --- Energy:  12.941299579331238
+ --- Workload:  75739300000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 24 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 13 in the X datas point
 --------------
- --- Configuration:  0000-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 111 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 82 in the X datas point
 --------------
- --- Configuration:  0011-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6806981239.9597025
- --- Energy:  35.94259902860859
- --- Workload:  244660000000.0
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 9 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 25 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 132 in the X datas point
 --------------
- --- Configuration:  0000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5789616901.049658
- --- Energy:  42.05795824330537
- --- Workload:  243499000000.0
+ --- Configuration:  202022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 99 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 30 in the X datas point
 --------------
- --- Configuration:  0011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7849108733.703288
- --- Energy:  42.07381484773657
- --- Workload:  330242000000.0
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 77 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 28 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 9 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  0010-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6532788063.289651
- --- Energy:  42.64544340651106
- --- Workload:  278594000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 212 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 342 in the X datas point
 --------------
- --- Configuration:  0022-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9258659160.980307
- --- Energy:  46.9330182291436
- --- Workload:  434536000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 26 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  0000-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7665772326.561901
- --- Energy:  48.682465076838824
- --- Workload:  373189000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 25 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 132 in the X datas point
 --------------
- --- Configuration:  0000-3300
- --- Energy efficiency:  5789616901.049658
- --- Energy:  42.05795824330537
- --- Workload:  243499000000.0
+ --- Configuration:  202022-3-3
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (42.05795824330537 mAh)  it is NOT far from the median.
----  Median :42.05795824330537,   the gap is :  10
---- So No we don't romove this configuration '0010-3300'
- --- remove_aberrant_points: The value [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1]
---- Computing the list of the 10 first neighbours of '0011-0111'
+--- The energy of the current configuration (90.7376428641244 mAh)  it is NOT far from the median.
+---  Median :90.7376428641244,   the gap is :  10
+--- So No we don't romove this configuration '202222-3-3'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '101101-2-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0011-0111'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101101-2-2'
 --- Neighbour  0 in the list of neghbours, And at position 10 in the X datas point
 --------------
- --- Configuration:  0011-0111
+ --- Configuration:  101101-2-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 223 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 197 in the X datas point
 --------------
- --- Configuration:  0011-0222
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10205779124.487032
- --- Energy:  84.56198872402297
- --- Workload:  863021000000.0
+ --- Configuration:  001101-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13985290271.692234
+ --- Energy:  73.251940060295
+ --- Workload:  1024450000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 109 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 416 in the X datas point
 --------------
- --- Configuration:  0010-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6657080470.788732
- --- Energy:  41.37346586900227
- --- Workload:  275426000000.0
+ --- Configuration:  101101-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13340679600.900229
+ --- Energy:  83.02798102049613
+ --- Workload:  1107650000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 151 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 541 in the X datas point
 --------------
- --- Configuration:  0010-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6634071263.19351
- --- Energy:  41.98663362868059
- --- Workload:  278542000000.0
+ --- Configuration:  101101-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14119886306.675457
+ --- Energy:  56.83939361137568
+ --- Workload:  802566000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 157 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 773 in the X datas point
 --------------
- --- Configuration:  0022-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11384996168.94879
- --- Energy:  60.652013004669556
- --- Workload:  690523000000.0
+ --- Configuration:  100101-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5895600702.755604
+ --- Energy:  12.88737035992497
+ --- Workload:  75978600000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 194 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 28 in the X datas point
 --------------
- --- Configuration:  0002-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9116518219.361662
- --- Energy:  51.19519895467268
- --- Workload:  466724000000.0
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 203 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  0010-0222
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9876153040.867521
- --- Energy:  82.55859277633934
- --- Workload:  815359000000.0
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 208 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 119 in the X datas point
 --------------
- --- Configuration:  1011-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8737821661.059898
- --- Energy:  42.79354542763764
- --- Workload:  373921000000.0
+ --- Configuration:  101111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 209 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 181 in the X datas point
 --------------
- --- Configuration:  0022-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11525411226.672567
- --- Energy:  59.99293901124158
- --- Workload:  691443000000.0
+ --- Configuration:  202222-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15385988288.185717
+ --- Energy:  91.4259968153942
+ --- Workload:  1406680000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 13 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 202 in the X datas point
 --------------
- --- Configuration:  0011-1100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Configuration:  111101-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12740395334.46723
+ --- Energy:  93.4131245697236
+ --- Workload:  1190120000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0011-0111'
---- Neighbour  0 in the list of neghbours, And at position 109 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101101-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 773 in the X datas point
 --------------
- --- Configuration:  0010-0101
+ --- Configuration:  100101-2-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6657080470.788732
- --- Energy:  41.37346586900227
- --- Workload:  275426000000.0
+ --- Energy efficiency:  5895600702.755604
+ --- Energy:  12.88737035992497
+ --- Workload:  75978600000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 151 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 541 in the X datas point
 --------------
- --- Configuration:  0010-0011
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6634071263.19351
- --- Energy:  41.98663362868059
- --- Workload:  278542000000.0
+ --- Configuration:  101101-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14119886306.675457
+ --- Energy:  56.83939361137568
+ --- Workload:  802566000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 208 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 119 in the X datas point
 --------------
- --- Configuration:  1011-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8737821661.059898
- --- Energy:  42.79354542763764
- --- Workload:  373921000000.0
+ --- Configuration:  101111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 13 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  0011-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 197 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  001101-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13985290271.692234
+ --- Energy:  73.251940060295
+ --- Workload:  1024450000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 194 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 10 in the X datas point
 --------------
- --- Configuration:  0002-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9116518219.361662
- --- Energy:  51.19519895467268
- --- Workload:  466724000000.0
+ --- Configuration:  101101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 209 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 416 in the X datas point
 --------------
- --- Configuration:  0022-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11525411226.672567
- --- Energy:  59.99293901124158
- --- Workload:  691443000000.0
+ --- Configuration:  101101-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13340679600.900229
+ --- Energy:  83.02798102049613
+ --- Workload:  1107650000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 157 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 181 in the X datas point
 --------------
- --- Configuration:  0022-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11384996168.94879
- --- Energy:  60.652013004669556
- --- Workload:  690523000000.0
+ --- Configuration:  202222-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15385988288.185717
+ --- Energy:  91.4259968153942
+ --- Workload:  1406680000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 203 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 28 in the X datas point
 --------------
- --- Configuration:  0010-0222
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9876153040.867521
- --- Energy:  82.55859277633934
- --- Workload:  815359000000.0
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 223 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 202 in the X datas point
 --------------
- --- Configuration:  0011-0222
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10205779124.487032
- --- Energy:  84.56198872402297
- --- Workload:  863021000000.0
+ --- Configuration:  111101-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12740395334.46723
+ --- Energy:  93.4131245697236
+ --- Workload:  1190120000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 10 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 197 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  001101-2-2
+ --- Energy efficiency:  13985290271.692234
+ --- Energy:  73.251940060295
+ --- Workload:  1024450000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (50.74428137607953 mAh)  it is NOT far from the median.
----  Median :50.74428137607953,   the gap is :  10
---- So No we don't romove this configuration '0011-0111'
- --- remove_aberrant_points: The value [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1]
---- Computing the list of the 10 first neighbours of '3303-0001'
+--- The energy of the current configuration (73.251940060295 mAh)  it is NOT far from the median.
+---  Median :73.251940060295,   the gap is :  10
+--- So No we don't romove this configuration '101101-2-2'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '003330-3-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3303-0001'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '003330-3-2'
 --- Neighbour  0 in the list of neghbours, And at position 11 in the X datas point
 --------------
- --- Configuration:  3303-0001
+ --- Configuration:  003330-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Energy efficiency:  13704431053.692589
+ --- Energy:  75.87039020058079
+ --- Workload:  1039760000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 189 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 144 in the X datas point
 --------------
- --- Configuration:  3333-0001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9681573061.991112
- --- Energy:  64.59775499830239
- --- Workload:  625410000000.0
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 84 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  003333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712605724.190134
+ --- Energy:  82.9689480595376
+ --- Workload:  1137720000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 21 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 260 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  033030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7104290991.759023
+ --- Energy:  16.3307947163033
+ --- Workload:  116019000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 51 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 411 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Configuration:  002220-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11417401947.352076
+ --- Energy:  95.64698110453958
+ --- Workload:  1092040000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 56 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 467 in the X datas point
 --------------
- --- Configuration:  0303-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Configuration:  003300-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11503455638.073677
+ --- Energy:  68.68847048358467
+ --- Workload:  790155000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 95 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 600 in the X datas point
 --------------
- --- Configuration:  3003-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7595205906.032112
- --- Energy:  65.80063109114849
- --- Workload:  499771000000.0
+ --- Configuration:  002200-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12812496796.875801
+ --- Energy:  81.66872704524802
+ --- Workload:  1046380000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 113 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 656 in the X datas point
 --------------
- --- Configuration:  3303-1011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10227751572.005417
- --- Energy:  73.37868558375581
- --- Workload:  750499000000.0
+ --- Configuration:  003333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14264907898.62215
+ --- Energy:  85.34158691455114
+ --- Workload:  1217390000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 136 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 749 in the X datas point
 --------------
- --- Configuration:  0003-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5256269415.345153
- --- Energy:  45.78293727571249
- --- Workload:  240648000000.0
+ --- Configuration:  303030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6007774059.633164
+ --- Energy:  12.57695300211794
+ --- Workload:  75559400000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 182 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  3303-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10225586667.47108
- --- Energy:  73.36262541667716
- --- Workload:  750176000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3303-0001'
---- Neighbour  0 in the list of neghbours, And at position 51 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '003330-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 749 in the X datas point
 --------------
- --- Configuration:  3300-0000
+ --- Configuration:  303030-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Energy efficiency:  6007774059.633164
+ --- Energy:  12.57695300211794
+ --- Workload:  75559400000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 260 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  033030-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7104290991.759023
+ --- Energy:  16.3307947163033
+ --- Workload:  116019000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 56 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 467 in the X datas point
 --------------
- --- Configuration:  0303-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Configuration:  003300-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11503455638.073677
+ --- Energy:  68.68847048358467
+ --- Workload:  790155000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 136 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 11 in the X datas point
 --------------
- --- Configuration:  0003-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5256269415.345153
- --- Energy:  45.78293727571249
- --- Workload:  240648000000.0
+ --- Configuration:  003330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13704431053.692589
+ --- Energy:  75.87039020058079
+ --- Workload:  1039760000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 21 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 144 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 600 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  002200-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12812496796.875801
+ --- Energy:  81.66872704524802
+ --- Workload:  1046380000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 189 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 84 in the X datas point
 --------------
- --- Configuration:  3333-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9681573061.991112
- --- Energy:  64.59775499830239
- --- Workload:  625410000000.0
+ --- Configuration:  003333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712605724.190134
+ --- Energy:  82.9689480595376
+ --- Workload:  1137720000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 95 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 656 in the X datas point
 --------------
- --- Configuration:  3003-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7595205906.032112
- --- Energy:  65.80063109114849
- --- Workload:  499771000000.0
+ --- Configuration:  003333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14264907898.62215
+ --- Energy:  85.34158691455114
+ --- Workload:  1217390000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 182 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  3303-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10225586667.47108
- --- Energy:  73.36262541667716
- --- Workload:  750176000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 113 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 411 in the X datas point
 --------------
- --- Configuration:  3303-1011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10227751572.005417
- --- Energy:  73.37868558375581
- --- Workload:  750499000000.0
+ --- Configuration:  002220-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11417401947.352076
+ --- Energy:  95.64698110453958
+ --- Workload:  1092040000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 21 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 144 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  033330-3-2
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (59.045602086542516 mAh)  it is NOT far from the median.
----  Median :59.045602086542516,   the gap is :  10
---- So No we don't romove this configuration '3303-0001'
- --- remove_aberrant_points: The value [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0]
---- Computing the list of the 10 first neighbours of '0022-0030'
+--- The energy of the current configuration (79.7127969833484 mAh)  it is NOT far from the median.
+---  Median :79.7127969833484,   the gap is :  10
+--- So No we don't romove this configuration '003330-3-2'
+ --- remove_aberrant_points: The value [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 1, 0, 1, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '220202-3-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0022-0030'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220202-3-2'
 --- Neighbour  0 in the list of neghbours, And at position 12 in the X datas point
 --------------
- --- Configuration:  0022-0030
+ --- Configuration:  220202-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 63 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 226 in the X datas point
 --------------
- --- Configuration:  0002-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4969363871.73078
- --- Energy:  42.2836539731841
- --- Workload:  210123000000.0
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 129 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 272 in the X datas point
 --------------
- --- Configuration:  0333-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8477809334.068076
- --- Energy:  58.764018507515395
- --- Workload:  498189000000.0
+ --- Configuration:  222202-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 156 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 367 in the X datas point
 --------------
- --- Configuration:  2022-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10619025470.794495
- --- Energy:  49.81557674440745
- --- Workload:  528993000000.0
+ --- Configuration:  220202-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14401834217.605953
+ --- Energy:  75.0091801682557
+ --- Workload:  1080270000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 168 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 471 in the X datas point
 --------------
- --- Configuration:  2020-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5336236245.851076
- --- Energy:  35.10473595313148
- --- Workload:  187327000000.0
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14772139744.44198
+ --- Energy:  98.66003637723567
+ --- Workload:  1457420000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 235 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 768 in the X datas point
 --------------
- --- Configuration:  0003-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5328502158.043374
- --- Energy:  45.14679945279237
- --- Workload:  240565000000.0
+ --- Configuration:  200202-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10604352662.593887
+ --- Energy:  17.76713091857071
+ --- Workload:  188409000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 1 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 58 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 46 in the X datas point
 --------------
- --- Configuration:  0001-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4533975344.242078
- --- Energy:  35.4792605525655
- --- Workload:  160862000000.0
+ --- Configuration:  220220-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 86 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 138 in the X datas point
 --------------
- --- Configuration:  0220-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5040602049.508794
- --- Energy:  36.67117347490831
- --- Workload:  184845000000.0
+ --- Configuration:  222202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15123376505.532131
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 108 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 188 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8871225293.637558
- --- Energy:  42.90551410725298
- --- Workload:  380626000000.0
+ --- Configuration:  330303-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14509155276.979774
+ --- Energy:  74.9403190398345
+ --- Workload:  1087320000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0022-0030'
---- Neighbour  0 in the list of neghbours, And at position 168 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220202-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 768 in the X datas point
 --------------
- --- Configuration:  2020-0030
+ --- Configuration:  200202-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5336236245.851076
- --- Energy:  35.10473595313148
- --- Workload:  187327000000.0
+ --- Energy efficiency:  10604352662.593887
+ --- Energy:  17.76713091857071
+ --- Workload:  188409000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 58 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 272 in the X datas point
 --------------
- --- Configuration:  0001-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4533975344.242078
- --- Energy:  35.4792605525655
- --- Workload:  160862000000.0
+ --- Configuration:  222202-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 86 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 188 in the X datas point
 --------------
- --- Configuration:  0220-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5040602049.508794
- --- Energy:  36.67117347490831
- --- Workload:  184845000000.0
+ --- Configuration:  330303-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14509155276.979774
+ --- Energy:  74.9403190398345
+ --- Workload:  1087320000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 12 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 367 in the X datas point
 --------------
- --- Configuration:  0022-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Configuration:  220202-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14401834217.605953
+ --- Energy:  75.0091801682557
+ --- Workload:  1080270000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 63 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 46 in the X datas point
 --------------
- --- Configuration:  0002-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4969363871.73078
- --- Energy:  42.2836539731841
- --- Workload:  210123000000.0
+ --- Configuration:  220220-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 108 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 138 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8871225293.637558
- --- Energy:  42.90551410725298
- --- Workload:  380626000000.0
+ --- Configuration:  222202-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15123376505.532131
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 235 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 12 in the X datas point
 --------------
- --- Configuration:  0003-0030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5328502158.043374
- --- Energy:  45.14679945279237
- --- Workload:  240565000000.0
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 156 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 226 in the X datas point
 --------------
- --- Configuration:  2022-0330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10619025470.794495
- --- Energy:  49.81557674440745
- --- Workload:  528993000000.0
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 1 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 471 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14772139744.44198
+ --- Energy:  98.66003637723567
+ --- Workload:  1457420000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 129 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  0333-0030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8477809334.068076
- --- Energy:  58.764018507515395
- --- Workload:  498189000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 63 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 46 in the X datas point
 --------------
- --- Configuration:  0002-0020
- --- Energy efficiency:  4969363871.73078
- --- Energy:  42.2836539731841
- --- Workload:  210123000000.0
+ --- Configuration:  220220-3-2
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (42.2836539731841 mAh)  it is NOT far from the median.
----  Median :42.2836539731841,   the gap is :  10
---- So No we don't romove this configuration '0022-0030'
- --- remove_aberrant_points: The value [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '0011-1100'
+--- The energy of the current configuration (88.45960297015073 mAh)  is far from the median.
+---  Median :77.28586489330746,   the gap is :  10
+--- So yes we remove this configuration '220202-3-2'
+--- remove_aberrant_points: The value [1.0, 1, 1, 0, 1, 0, 1, 3.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '202220-2-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0011-1100'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202220-2-3'
 --- Neighbour  0 in the list of neghbours, And at position 13 in the X datas point
 --------------
- --- Configuration:  0011-1100
+ --- Configuration:  202220-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 62 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 30 in the X datas point
 --------------
- --- Configuration:  0001-1100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6336774201.724871
- --- Energy:  45.652440385434886
- --- Workload:  289290000000.0
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 99 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 47 in the X datas point
 --------------
- --- Configuration:  0011-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7849108733.703288
- --- Energy:  42.07381484773657
- --- Workload:  330242000000.0
+ --- Configuration:  101110-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14166071691.655617
+ --- Energy:  71.25193400283615
+ --- Workload:  1009360000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 53 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 163 in the X datas point
 --------------
- --- Configuration:  0011-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2745412415.8531094
- --- Energy:  29.5448803510097
- --- Workload:  81112900000.0
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 101 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 176 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6807769026.0124855
- --- Energy:  36.74164741869377
- --- Workload:  250128000000.0
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  83.7034659994173
+ --- Workload:  1150120000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 117 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 443 in the X datas point
 --------------
- --- Configuration:  1011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8782098570.274353
- --- Energy:  43.085080854083536
- --- Workload:  378377000000.0
+ --- Configuration:  303330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11997960346.741053
+ --- Energy:  94.73104953565642
+ --- Workload:  1136580000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 131 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 553 in the X datas point
 --------------
- --- Configuration:  0020-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6670179627.937381
- --- Energy:  41.85807704041302
- --- Workload:  279201000000.0
+ --- Configuration:  002220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13196111369.901518
+ --- Energy:  79.03690304614342
+ --- Workload:  1042980000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 201 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 646 in the X datas point
 --------------
- --- Configuration:  0011-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2780233650.836016
- --- Energy:  29.193550568943994
- --- Workload:  81165000000.0
+ --- Configuration:  202020-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13150575403.426777
+ --- Energy:  78.5836408674881
+ --- Workload:  1033420000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 205 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 9 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6759862639.591164
- --- Energy:  36.90475887640218
- --- Workload:  249471000000.0
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 28 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0011-1100'
---- Neighbour  0 in the list of neghbours, And at position 201 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202220-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 47 in the X datas point
 --------------
- --- Configuration:  0011-0000
+ --- Configuration:  101110-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2780233650.836016
- --- Energy:  29.193550568943994
- --- Workload:  81165000000.0
+ --- Energy efficiency:  14166071691.655617
+ --- Energy:  71.25193400283615
+ --- Workload:  1009360000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 53 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 13 in the X datas point
 --------------
- --- Configuration:  0011-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2745412415.8531094
- --- Energy:  29.5448803510097
- --- Workload:  81112900000.0
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 101 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 646 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6807769026.0124855
- --- Energy:  36.74164741869377
- --- Workload:  250128000000.0
+ --- Configuration:  202020-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13150575403.426777
+ --- Energy:  78.5836408674881
+ --- Workload:  1033420000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 205 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 553 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6759862639.591164
- --- Energy:  36.90475887640218
- --- Workload:  249471000000.0
+ --- Configuration:  002220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13196111369.901518
+ --- Energy:  79.03690304614342
+ --- Workload:  1042980000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 131 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 163 in the X datas point
 --------------
- --- Configuration:  0020-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6670179627.937381
- --- Energy:  41.85807704041302
- --- Workload:  279201000000.0
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 99 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 176 in the X datas point
 --------------
- --- Configuration:  0011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7849108733.703288
- --- Energy:  42.07381484773657
- --- Workload:  330242000000.0
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  83.7034659994173
+ --- Workload:  1150120000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 117 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 9 in the X datas point
 --------------
- --- Configuration:  1011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8782098570.274353
- --- Energy:  43.085080854083536
- --- Workload:  378377000000.0
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 13 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 30 in the X datas point
 --------------
- --- Configuration:  0011-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 62 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 28 in the X datas point
 --------------
- --- Configuration:  0001-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6336774201.724871
- --- Energy:  45.652440385434886
- --- Workload:  289290000000.0
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 443 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  303330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11997960346.741053
+ --- Energy:  94.73104953565642
+ --- Workload:  1136580000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 131 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 163 in the X datas point
 --------------
- --- Configuration:  0020-1100
- --- Energy efficiency:  6670179627.937381
- --- Energy:  41.85807704041302
- --- Workload:  279201000000.0
+ --- Configuration:  222220-2-3
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (41.85807704041302 mAh)  it is NOT far from the median.
----  Median :41.85807704041302,   the gap is :  10
---- So No we don't romove this configuration '0011-1100'
- --- remove_aberrant_points: The value [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0]
---- Computing the list of the 10 first neighbours of '3303-1010'
+--- The energy of the current configuration (79.5738884766809 mAh)  it is NOT far from the median.
+---  Median :79.5738884766809,   the gap is :  10
+--- So No we don't romove this configuration '202220-2-3'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0]
+--- Computing the list of the 10 first neighbours of '333030-0-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3303-1010'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333030-0-2'
 --- Neighbour  0 in the list of neghbours, And at position 14 in the X datas point
 --------------
- --- Configuration:  3303-1010
+ --- Configuration:  333030-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9340120487.55429
- --- Energy:  67.3857084084629
- --- Workload:  629393000000.0
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 43 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 113 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 77 in the X datas point
 --------------
- --- Configuration:  3303-1011
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10227751572.005417
- --- Energy:  73.37868558375581
- --- Workload:  750499000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14045358079.381556
+ --- Energy:  70.47402905804368
+ --- Workload:  989833000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 189 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13468757197.367126
+ --- Energy:  79.8767027494463
+ --- Workload:  1075840000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 87 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 335 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Configuration:  333030-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11193557883.566849
+ --- Energy:  34.531211142434685
+ --- Workload:  386527000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 137 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 348 in the X datas point
 --------------
- --- Configuration:  3033-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9521179864.608822
- --- Energy:  66.3571751425295
- --- Workload:  631797000000.0
+ --- Configuration:  333330-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12855040139.862837
+ --- Energy:  54.89737027002233
+ --- Workload:  705708000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 229 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 102 in the X datas point
 --------------
- --- Configuration:  3333-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9705063131.435669
- --- Energy:  64.55329768339193
- --- Workload:  626491000000.0
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 231 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 127 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7144898542.440698
- --- Energy:  51.89988274563883
- --- Workload:  370819000000.0
+ --- Configuration:  033030-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10395312961.292013
+ --- Energy:  67.1483257685157
+ --- Workload:  698028000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 235 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10228912840.456577
+ --- Energy:  33.4145827544387
+ --- Workload:  341795000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 238 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3303-1010'
---- Neighbour  0 in the list of neghbours, And at position 40 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333030-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 235 in the X datas point
 --------------
- --- Configuration:  3300-1000
+ --- Configuration:  330030-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Energy efficiency:  10228912840.456577
+ --- Energy:  33.4145827544387
+ --- Workload:  341795000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 102 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 231 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 335 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7144898542.440698
- --- Energy:  51.89988274563883
- --- Workload:  370819000000.0
+ --- Configuration:  333030-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11193557883.566849
+ --- Energy:  34.531211142434685
+ --- Workload:  386527000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 87 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 348 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Configuration:  333330-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12855040139.862837
+ --- Energy:  54.89737027002233
+ --- Workload:  705708000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 14 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  333030-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 238 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 229 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 127 in the X datas point
 --------------
- --- Configuration:  3333-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9705063131.435669
- --- Energy:  64.55329768339193
- --- Workload:  626491000000.0
+ --- Configuration:  033030-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10395312961.292013
+ --- Energy:  67.1483257685157
+ --- Workload:  698028000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 137 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 77 in the X datas point
 --------------
- --- Configuration:  3033-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9521179864.608822
- --- Energy:  66.3571751425295
- --- Workload:  631797000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14045358079.381556
+ --- Energy:  70.47402905804368
+ --- Workload:  989833000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 14 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 43 in the X datas point
 --------------
- --- Configuration:  3303-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9340120487.55429
- --- Energy:  67.3857084084629
- --- Workload:  629393000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 113 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 189 in the X datas point
 --------------
- --- Configuration:  3303-1011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10227751572.005417
- --- Energy:  73.37868558375581
- --- Workload:  750499000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13468757197.367126
+ --- Energy:  79.8767027494463
+ --- Workload:  1075840000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 11 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 14 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  333030-0-2
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (59.94594005320708 mAh)  it is NOT far from the median.
----  Median :59.94594005320708,   the gap is :  10
---- So No we don't romove this configuration '3303-1010'
- --- remove_aberrant_points: The value [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1]
---- Computing the list of the 10 first neighbours of '0003-1001'
+--- The energy of the current configuration (55.19798222953497 mAh)  it is NOT far from the median.
+---  Median :55.19798222953497,   the gap is :  10
+--- So No we don't romove this configuration '333030-0-2'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '303330-3-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0003-1001'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303330-3-0'
 --- Neighbour  0 in the list of neghbours, And at position 15 in the X datas point
 --------------
- --- Configuration:  0003-1001
+ --- Configuration:  303330-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 136 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 607 in the X datas point
 --------------
- --- Configuration:  0003-0001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5256269415.345153
- --- Energy:  45.78293727571249
- --- Workload:  240648000000.0
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12845347158.352303
+ --- Energy:  50.56673738427292
+ --- Workload:  649547000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 211 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 88 in the X datas point
 --------------
- --- Configuration:  0303-1001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8479966080.135679
- --- Energy:  59.193870361299275
- --- Workload:  501963000000.0
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 87 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 244 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Configuration:  202220-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12080227204.913269
+ --- Energy:  55.1955872410731
+ --- Workload:  666775000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 90 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 466 in the X datas point
 --------------
- --- Configuration:  2002-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8795770993.306417
- --- Energy:  48.71596839606954
- --- Workload:  428493000000.0
+ --- Configuration:  202220-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11749390206.648275
+ --- Energy:  56.72728338180733
+ --- Workload:  666511000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 92 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 25 in the X datas point
 --------------
- --- Configuration:  0202-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8895689149.038376
- --- Energy:  48.8428586507307
- --- Workload:  434491000000.0
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 93 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 72 in the X datas point
 --------------
- --- Configuration:  3003-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9428892010.8998
- --- Energy:  67.46193459835338
- --- Workload:  636090000000.0
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  75.96541207639095
+ --- Workload:  1164630000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 213 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 161 in the X datas point
 --------------
- --- Configuration:  0002-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4730794158.415373
- --- Energy:  37.456019446944595
- --- Workload:  177197000000.0
+ --- Configuration:  303333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 231 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 171 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7144898542.440698
- --- Energy:  51.89988274563883
- --- Workload:  370819000000.0
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 203 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14214479437.334045
+ --- Energy:  86.641218027865
+ --- Workload:  1231560000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0003-1001'
---- Neighbour  0 in the list of neghbours, And at position 213 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303330-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 607 in the X datas point
 --------------
- --- Configuration:  0002-1000
+ --- Configuration:  303330-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4730794158.415373
- --- Energy:  37.456019446944595
- --- Workload:  177197000000.0
+ --- Energy efficiency:  12845347158.352303
+ --- Energy:  50.56673738427292
+ --- Workload:  649547000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 136 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 25 in the X datas point
 --------------
- --- Configuration:  0003-0001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5256269415.345153
- --- Energy:  45.78293727571249
- --- Workload:  240648000000.0
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 90 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 171 in the X datas point
 --------------
- --- Configuration:  2002-1001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8795770993.306417
- --- Energy:  48.71596839606954
- --- Workload:  428493000000.0
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 92 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 15 in the X datas point
 --------------
- --- Configuration:  0202-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8895689149.038376
- --- Energy:  48.8428586507307
- --- Workload:  434491000000.0
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 231 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 244 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7144898542.440698
- --- Energy:  51.89988274563883
- --- Workload:  370819000000.0
+ --- Configuration:  202220-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12080227204.913269
+ --- Energy:  55.1955872410731
+ --- Workload:  666775000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 87 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 466 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Configuration:  202220-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11749390206.648275
+ --- Energy:  56.72728338180733
+ --- Workload:  666511000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 15 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 88 in the X datas point
 --------------
- --- Configuration:  0003-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 211 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 161 in the X datas point
 --------------
- --- Configuration:  0303-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8479966080.135679
- --- Energy:  59.193870361299275
- --- Workload:  501963000000.0
+ --- Configuration:  303333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 72 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  75.96541207639095
+ --- Workload:  1164630000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 93 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 203 in the X datas point
 --------------
- --- Configuration:  3003-1101
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9428892010.8998
- --- Energy:  67.46193459835338
- --- Workload:  636090000000.0
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14214479437.334045
+ --- Energy:  86.641218027865
+ --- Workload:  1231560000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 231 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 244 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Energy efficiency:  7144898542.440698
- --- Energy:  51.89988274563883
- --- Workload:  370819000000.0
+ --- Configuration:  202220-3-0
+ --- Energy efficiency:  12080227204.913269
+ --- Energy:  55.1955872410731
+ --- Workload:  666775000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (51.89988274563883 mAh)  it is NOT far from the median.
----  Median :51.89988274563883,   the gap is :  10
---- So No we don't romove this configuration '0003-1001'
- --- remove_aberrant_points: The value [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '0000-0000'
+--- The energy of the current configuration (55.1955872410731 mAh)  it is NOT far from the median.
+---  Median :55.1955872410731,   the gap is :  10
+--- So No we don't romove this configuration '303330-3-0'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0]
+--- Computing the list of the 10 first neighbours of '202222-0-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0000-0000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202222-0-3'
 --- Neighbour  0 in the list of neghbours, And at position 16 in the X datas point
 --------------
- --- Configuration:  0000-0000
+ --- Configuration:  202222-0-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 91 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 95 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13070067323.916784
+ --- Energy:  83.5550372075793
+ --- Workload:  1092070000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 33 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 137 in the X datas point
 --------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12840398976.87701
+ --- Energy:  86.4225033041374
+ --- Workload:  1109700000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 159 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  69.5925937545452
+ --- Workload:  983338000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 81 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 232 in the X datas point
 --------------
- --- Configuration:  0000-0001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3321398441.599851
- --- Energy:  35.588916806469584
- --- Workload:  118205000000.0
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 34 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 253 in the X datas point
 --------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Configuration:  101111-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12089851778.417196
+ --- Energy:  58.0655432702143
+ --- Workload:  702004000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 406 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  202222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10660117090.726126
+ --- Energy:  17.65816139009
+ --- Workload:  188238000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 22 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 53 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 75 in the X datas point
 --------------
- --- Configuration:  0011-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2745412415.8531094
- --- Energy:  29.5448803510097
- --- Workload:  81112900000.0
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0000-0000'
---- Neighbour  0 in the list of neghbours, And at position 34 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202222-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 406 in the X datas point
 --------------
- --- Configuration:  2000-0000
+ --- Configuration:  202222-1-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Energy efficiency:  10660117090.726126
+ --- Energy:  17.65816139009
+ --- Workload:  188238000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 33 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 253 in the X datas point
 --------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Configuration:  101111-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12089851778.417196
+ --- Energy:  58.0655432702143
+ --- Workload:  702004000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 53 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 91 in the X datas point
 --------------
- --- Configuration:  0011-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2745412415.8531094
- --- Energy:  29.5448803510097
- --- Workload:  81112900000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 22 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 159 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  69.5925937545452
+ --- Workload:  983338000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 75 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 232 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 16 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 81 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 95 in the X datas point
 --------------
- --- Configuration:  0000-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3321398441.599851
- --- Energy:  35.588916806469584
- --- Workload:  118205000000.0
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13070067323.916784
+ --- Energy:  83.5550372075793
+ --- Workload:  1092070000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 137 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12840398976.87701
+ --- Energy:  86.4225033041374
+ --- Workload:  1109700000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 17 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 159 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  202222-0-2
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  69.5925937545452
+ --- Workload:  983338000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (30.027102694886654 mAh)  it is NOT far from the median.
----  Median :30.027102694886654,   the gap is :  10
---- So No we don't romove this configuration '0000-0000'
- --- remove_aberrant_points: The value [0, 0, 0, 0, 0, 0, 0, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '0000-0000'
+--- The energy of the current configuration (69.5925937545452 mAh)  it is NOT far from the median.
+---  Median :69.5925937545452,   the gap is :  10
+--- So No we don't romove this configuration '202222-0-3'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '030333-2-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0000-0000'
---- Neighbour  0 in the list of neghbours, And at position 16 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '030333-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 17 in the X datas point
 --------------
- --- Configuration:  0000-0000
+ --- Configuration:  030333-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 190 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  030033-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13852123045.63859
+ --- Energy:  89.776899533513
+ --- Workload:  1243600000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 336 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14193940322.997305
+ --- Energy:  98.08558334376599
+ --- Workload:  1392220000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 33 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 652 in the X datas point
 --------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Configuration:  330333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14885870034.445902
+ --- Energy:  87.19607015727797
+ --- Workload:  1297990000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 659 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  000333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14157668288.66353
+ --- Energy:  78.13433738304217
+ --- Workload:  1106200000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 81 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 665 in the X datas point
 --------------
- --- Configuration:  0000-0001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3321398441.599851
- --- Energy:  35.588916806469584
- --- Workload:  118205000000.0
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14846663657.742832
+ --- Energy:  77.43016666098337
+ --- Workload:  1149580000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 34 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 32 in the X datas point
 --------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 67 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  330330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 154 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  003333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 53 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 182 in the X datas point
 --------------
- --- Configuration:  0011-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2745412415.8531094
- --- Energy:  29.5448803510097
- --- Workload:  81112900000.0
+ --- Configuration:  030330-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13025293818.065302
+ --- Energy:  75.2120882234259
+ --- Workload:  979660000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0000-0000'
---- Neighbour  0 in the list of neghbours, And at position 34 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '030333-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 182 in the X datas point
 --------------
- --- Configuration:  2000-0000
+ --- Configuration:  030330-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Energy efficiency:  13025293818.065302
+ --- Energy:  75.2120882234259
+ --- Workload:  979660000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 33 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 665 in the X datas point
 --------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14846663657.742832
+ --- Energy:  77.43016666098337
+ --- Workload:  1149580000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 53 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 659 in the X datas point
 --------------
- --- Configuration:  0011-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2745412415.8531094
- --- Energy:  29.5448803510097
- --- Workload:  81112900000.0
+ --- Configuration:  000333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14157668288.66353
+ --- Energy:  78.13433738304217
+ --- Workload:  1106200000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 67 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  330330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 154 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  003333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 652 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  330333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14885870034.445902
+ --- Energy:  87.19607015727797
+ --- Workload:  1297990000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 190 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  030033-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13852123045.63859
+ --- Energy:  89.776899533513
+ --- Workload:  1243600000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 32 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 81 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 17 in the X datas point
 --------------
- --- Configuration:  0000-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3321398441.599851
- --- Energy:  35.588916806469584
- --- Workload:  118205000000.0
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 336 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193940322.997305
+ --- Energy:  98.08558334376599
+ --- Workload:  1392220000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 17 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 154 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  003333-2-3
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (30.027102694886654 mAh)  it is NOT far from the median.
----  Median :30.027102694886654,   the gap is :  10
---- So No we don't romove this configuration '0000-0000'
- --- remove_aberrant_points: The value [0, 0, 0, 0, 0, 0, 0, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '3000-0000'
+--- The energy of the current configuration (84.9404936835098 mAh)  it is NOT far from the median.
+---  Median :84.9404936835098,   the gap is :  10
+--- So No we don't romove this configuration '030333-2-3'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '022202-2-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3000-0000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '022202-2-0'
 --- Neighbour  0 in the list of neghbours, And at position 18 in the X datas point
 --------------
- --- Configuration:  3000-0000
+ --- Configuration:  022202-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 115 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 441 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  020202-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13489251090.268719
+ --- Energy:  51.82043413295036
+ --- Workload:  699019000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 34 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 689 in the X datas point
 --------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Configuration:  022200-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12524265764.919533
+ --- Energy:  42.174782341496964
+ --- Workload:  528208000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 44 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 113 in the X datas point
 --------------
- --- Configuration:  3000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5326600510.288329
- --- Energy:  36.46450751429702
- --- Workload:  194232000000.0
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 51 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 221 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 199 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 345 in the X datas point
 --------------
- --- Configuration:  3030-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2117186259.461176
- --- Energy:  28.69675782439391
- --- Workload:  60756400000.0
+ --- Configuration:  011111-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13720451293.083933
+ --- Energy:  45.25936522348479
+ --- Workload:  620979000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 207 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 356 in the X datas point
 --------------
- --- Configuration:  3000-0001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3629843118.1804323
- --- Energy:  34.55029567760096
- --- Workload:  125412000000.0
+ --- Configuration:  022222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14586168519.839378
+ --- Energy:  45.8860959823931
+ --- Workload:  669302000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 5 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 395 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  222222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  49900697611.75261
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 396 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16284841418.21427
+ --- Energy:  69.9632088197462
+ --- Workload:  1139340000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3000-0000'
---- Neighbour  0 in the list of neghbours, And at position 199 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '022202-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 395 in the X datas point
 --------------
- --- Configuration:  3030-0000
+ --- Configuration:  222222-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2117186259.461176
- --- Energy:  28.69675782439391
- --- Workload:  60756400000.0
+ --- Energy efficiency:  49900697611.75261
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 34 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 689 in the X datas point
 --------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Configuration:  022200-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12524265764.919533
+ --- Energy:  42.174782341496964
+ --- Workload:  528208000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 51 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 345 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Configuration:  011111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13720451293.083933
+ --- Energy:  45.25936522348479
+ --- Workload:  620979000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 356 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  022222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14586168519.839378
+ --- Energy:  45.8860959823931
+ --- Workload:  669302000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 441 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  020202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13489251090.268719
+ --- Energy:  51.82043413295036
+ --- Workload:  699019000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 5 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 18 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 115 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 396 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16284841418.21427
+ --- Energy:  69.9632088197462
+ --- Workload:  1139340000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 207 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 113 in the X datas point
 --------------
- --- Configuration:  3000-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3629843118.1804323
- --- Energy:  34.55029567760096
- --- Workload:  125412000000.0
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 44 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 221 in the X datas point
 --------------
- --- Configuration:  3000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5326600510.288329
- --- Energy:  36.46450751429702
- --- Workload:  194232000000.0
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 35 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 441 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  020202-2-0
+ --- Energy efficiency:  13489251090.268719
+ --- Energy:  51.82043413295036
+ --- Workload:  699019000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (29.239529117166907 mAh)  it is NOT far from the median.
----  Median :29.239529117166907,   the gap is :  10
---- So No we don't romove this configuration '3000-0000'
- --- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '3300-0000'
+--- The energy of the current configuration (51.82043413295036 mAh)  it is NOT far from the median.
+---  Median :51.82043413295036,   the gap is :  10
+--- So No we don't romove this configuration '022202-2-0'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '111010-2-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3300-0000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111010-2-0'
 --- Neighbour  0 in the list of neghbours, And at position 19 in the X datas point
 --------------
- --- Configuration:  3300-0000
+ --- Configuration:  111010-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 51 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 451 in the X datas point
 --------------
- --- Configuration:  3300-0000
+ --- Configuration:  111010-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Energy efficiency:  12917092930.73338
+ --- Energy:  44.62557467187459
+ --- Workload:  576433000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 248 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 347 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 391 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  111000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12373817991.036406
+ --- Energy:  42.6850354508384
+ --- Workload:  528177000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 404 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  111011-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7611972109.73419
+ --- Energy:  14.9822385679116
+ --- Workload:  114044000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 470 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  111010-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12158719929.965773
+ --- Energy:  53.41244164848047
+ --- Workload:  649427000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 179 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 500 in the X datas point
 --------------
- --- Configuration:  0300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1047552602.8539523
- --- Energy:  28.209089181571862
- --- Workload:  29550500000.0
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13526400151.49568
+ --- Energy:  45.93145920255071
+ --- Workload:  621287000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 21 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 41 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3300-0000'
---- Neighbour  0 in the list of neghbours, And at position 179 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111010-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 404 in the X datas point
 --------------
- --- Configuration:  0300-0000
+ --- Configuration:  111011-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1047552602.8539523
- --- Energy:  28.209089181571862
- --- Workload:  29550500000.0
+ --- Energy efficiency:  7611972109.73419
+ --- Energy:  14.9822385679116
+ --- Workload:  114044000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 51 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 391 in the X datas point
 --------------
- --- Configuration:  3300-0000
+ --- Configuration:  111000-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Energy efficiency:  12373817991.036406
+ --- Energy:  42.6850354508384
+ --- Workload:  528177000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 19 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 451 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12917092930.73338
+ --- Energy:  44.62557467187459
+ --- Workload:  576433000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 347 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 248 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 500 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13526400151.49568
+ --- Energy:  45.93145920255071
+ --- Workload:  621287000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 470 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  111010-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12158719929.965773
+ --- Energy:  53.41244164848047
+ --- Workload:  649427000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 21 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 41 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 37 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 347 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  111110-2-0
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (30.07061597004587 mAh)  it is NOT far from the median.
----  Median :30.07061597004587,   the gap is :  10
---- So No we don't romove this configuration '3300-0000'
- --- remove_aberrant_points: The value [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '3330-0000'
+--- The energy of the current configuration (45.07023497595242 mAh)  it is NOT far from the median.
+---  Median :45.07023497595242,   the gap is :  10
+--- So No we don't romove this configuration '111010-2-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '333333-1-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3330-0000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333333-1-2'
 --- Neighbour  0 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  3330-0000
+ --- Configuration:  333333-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 29 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 21 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 92 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 39 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 99 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3029054692.61153
- --- Energy:  30.508250558695604
- --- Workload:  92411200000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 51 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 117 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 97 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 156 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2991522026.5766816
- --- Energy:  30.63396781022152
- --- Workload:  91642100000.0
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 199 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 185 in the X datas point
 --------------
- --- Configuration:  3030-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2117186259.461176
- --- Energy:  28.69675782439391
- --- Workload:  60756400000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 5 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 267 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9880837104.519495
+ --- Energy:  25.3623210355619
+ --- Workload:  250600000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 274 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10520800675.014572
+ --- Energy:  17.8171709875973
+ --- Workload:  187451000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 454 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13293134893.415646
+ --- Energy:  66.54311678610547
+ --- Workload:  884567000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3330-0000'
---- Neighbour  0 in the list of neghbours, And at position 199 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333333-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 274 in the X datas point
 --------------
- --- Configuration:  3030-0000
+ --- Configuration:  222222-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2117186259.461176
- --- Energy:  28.69675782439391
- --- Workload:  60756400000.0
+ --- Energy efficiency:  10520800675.014572
+ --- Energy:  17.8171709875973
+ --- Workload:  187451000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 51 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 267 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9880837104.519495
+ --- Energy:  25.3623210355619
+ --- Workload:  250600000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 454 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13293134893.415646
+ --- Energy:  66.54311678610547
+ --- Workload:  884567000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 92 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 5 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 156 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 29 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 39 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3029054692.61153
- --- Energy:  30.508250558695604
- --- Workload:  92411200000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 97 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 99 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2991522026.5766816
- --- Energy:  30.63396781022152
- --- Workload:  91642100000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 185 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 21 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 117 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 5 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 156 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  033333-1-2
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (29.623247258891045 mAh)  it is NOT far from the median.
----  Median :29.623247258891045,   the gap is :  10
---- So No we don't romove this configuration '3330-0000'
- --- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 0, 0, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '3333-0000'
+--- The energy of the current configuration (82.6335756822963 mAh)  it is NOT far from the median.
+---  Median :82.6335756822963,   the gap is :  10
+--- So No we don't romove this configuration '333333-1-2'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '111111-2-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3333-0000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111111-2-1'
 --- Neighbour  0 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  3333-0000
+ --- Configuration:  111111-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 189 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 198 in the X datas point
 --------------
- --- Configuration:  3333-0001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9681573061.991112
- --- Energy:  64.59775499830239
- --- Workload:  625410000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 229 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  3333-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9705063131.435669
- --- Energy:  64.55329768339193
- --- Workload:  626491000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 97 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 39 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3029054692.61153
- --- Energy:  30.508250558695604
- --- Workload:  92411200000.0
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 51 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 119 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Configuration:  101111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 56 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 145 in the X datas point
 --------------
- --- Configuration:  0303-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 97 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 212 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2991522026.5766816
- --- Energy:  30.63396781022152
- --- Workload:  91642100000.0
+ --- Configuration:  011111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3333-0000'
---- Neighbour  0 in the list of neghbours, And at position 51 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111111-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 145 in the X datas point
 --------------
- --- Configuration:  3300-0000
+ --- Configuration:  111111-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 212 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  011111-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 39 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 119 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3029054692.61153
- --- Energy:  30.508250558695604
- --- Workload:  92411200000.0
+ --- Configuration:  101111-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 97 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2991522026.5766816
- --- Energy:  30.63396781022152
- --- Workload:  91642100000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 56 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  0303-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 21 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 198 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 229 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 97 in the X datas point
 --------------
- --- Configuration:  3333-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9705063131.435669
- --- Energy:  64.55329768339193
- --- Workload:  626491000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 189 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  3333-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9681573061.991112
- --- Energy:  64.59775499830239
- --- Workload:  625410000000.0
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 20 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  111111-2-1
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (59.045602086542516 mAh)  is far from the median.
----  Median :32.51205394198035,   the gap is :  10
---- So yes we remove this configuration '3333-0000'
---- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 0, 0, 0, 0, 0] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 2.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '3333-3000'
+--- The energy of the current configuration (58.6922029582491 mAh)  it is NOT far from the median.
+---  Median :58.6922029582491,   the gap is :  10
+--- So No we don't romove this configuration '111111-2-1'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0]
+--- Computing the list of the 10 first neighbours of '222220-0-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3333-3000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222220-0-3'
 --- Neighbour  0 in the list of neghbours, And at position 22 in the X datas point
 --------------
- --- Configuration:  3333-3000
+ --- Configuration:  222220-0-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9400881802.713095
- --- Energy:  66.34289826476824
- --- Workload:  623684000000.0
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 145 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 352 in the X datas point
 --------------
- --- Configuration:  3333-3000
+ --- Configuration:  222220-0-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9639669166.554203
- --- Energy:  64.97706889442466
- --- Workload:  626356000000.0
+ --- Energy efficiency:  11831169215.2977
+ --- Energy:  61.61278385319
+ --- Workload:  728951000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 23 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 232 in the X datas point
 --------------
- --- Configuration:  3333-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 28 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 16 in the X datas point
 --------------
- --- Configuration:  3330-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 228 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 35 in the X datas point
 --------------
- --- Configuration:  0333-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8547519937.090253
- --- Energy:  58.44164899316907
- --- Workload:  499532000000.0
+ --- Configuration:  110110-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11308622485.386433
+ --- Energy:  64.13091227501518
+ --- Workload:  725232000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 1 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 75 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 124 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 234 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 142 in the X datas point
 --------------
- --- Configuration:  3330-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7804268935.107504
- --- Energy:  38.575829271360156
- --- Workload:  301057000000.0
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 29 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 143 in the X datas point
 --------------
- --- Configuration:  3000-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Configuration:  220020-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10684388505.734846
+ --- Energy:  63.3690752564047
+ --- Workload:  677060000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 41 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 169 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3333-3000'
---- Neighbour  0 in the list of neghbours, And at position 29 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222220-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 352 in the X datas point
 --------------
- --- Configuration:  3000-3000
+ --- Configuration:  222220-0-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Energy efficiency:  11831169215.2977
+ --- Energy:  61.61278385319
+ --- Workload:  728951000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 143 in the X datas point
 --------------
- --- Configuration:  3300-3000
+ --- Configuration:  220020-0-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Energy efficiency:  10684388505.734846
+ --- Energy:  63.3690752564047
+ --- Workload:  677060000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 41 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 35 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  110110-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11308622485.386433
+ --- Energy:  64.13091227501518
+ --- Workload:  725232000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 28 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 124 in the X datas point
 --------------
- --- Configuration:  3330-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 234 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 22 in the X datas point
 --------------
- --- Configuration:  3330-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7804268935.107504
- --- Energy:  38.575829271360156
- --- Workload:  301057000000.0
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 1 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 75 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 228 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 169 in the X datas point
 --------------
- --- Configuration:  0333-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8547519937.090253
- --- Energy:  58.44164899316907
- --- Workload:  499532000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 145 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 232 in the X datas point
 --------------
- --- Configuration:  3333-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9639669166.554203
- --- Energy:  64.97706889442466
- --- Workload:  626356000000.0
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 22 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 142 in the X datas point
 --------------
- --- Configuration:  3333-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9400881802.713095
- --- Energy:  66.34289826476824
- --- Workload:  623684000000.0
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 23 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 16 in the X datas point
 --------------
- --- Configuration:  3333-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 234 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 22 in the X datas point
 --------------
- --- Configuration:  3330-2000
- --- Energy efficiency:  7804268935.107504
- --- Energy:  38.575829271360156
- --- Workload:  301057000000.0
+ --- Configuration:  222220-0-3
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (66.34289826476824 mAh)  is far from the median.
----  Median :38.575829271360156,   the gap is :  10
---- So yes we remove this configuration '3333-3000'
---- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 2.0, 1, 0, 0, 0] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '3333-3300'
+--- The energy of the current configuration (67.53882894703122 mAh)  it is NOT far from the median.
+---  Median :67.53882894703122,   the gap is :  10
+--- So No we don't romove this configuration '222220-0-3'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '000300-0-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3333-3300'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000300-0-0'
 --- Neighbour  0 in the list of neghbours, And at position 23 in the X datas point
 --------------
- --- Configuration:  3333-3300
+ --- Configuration:  000300-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
+ --- Energy efficiency:  1619850293.4358807
+ --- Energy:  22.60411372898465
+ --- Workload:  36615300000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 22 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 742 in the X datas point
 --------------
- --- Configuration:  3333-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9400881802.713095
- --- Energy:  66.34289826476824
- --- Workload:  623684000000.0
+ --- Configuration:  000300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6016955781.391962
+ --- Energy:  12.605191807912393
+ --- Workload:  75844800000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 145 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 281 in the X datas point
 --------------
- --- Configuration:  3333-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9639669166.554203
- --- Energy:  64.97706889442466
- --- Workload:  626356000000.0
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5492386746.144499
+ --- Energy:  29.19724
+ --- Workload:  160362534000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 28 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 303 in the X datas point
 --------------
- --- Configuration:  3330-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5492368456.744541
+ --- Energy:  29.19724
+ --- Workload:  160362000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 100 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 627 in the X datas point
 --------------
- --- Configuration:  2222-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11468876336.840899
- --- Energy:  53.84120579706395
- --- Workload:  617498000000.0
+ --- Configuration:  300303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9265607916.535404
+ --- Energy:  41.90141554208418
+ --- Workload:  388241000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 214 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 667 in the X datas point
 --------------
- --- Configuration:  0222-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10575598076.510221
- --- Energy:  50.06110945250575
- --- Workload:  529426000000.0
+ --- Configuration:  300300-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8476515812.9402485
+ --- Energy:  29.659992682257588
+ --- Workload:  251413000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 228 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 734 in the X datas point
 --------------
- --- Configuration:  0333-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8547519937.090253
- --- Energy:  58.44164899316907
- --- Workload:  499532000000.0
+ --- Configuration:  030303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8880442601.259247
+ --- Energy:  43.68880457674721
+ --- Workload:  387977000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 1 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 49 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  303300-0-1
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  10199294208.840748
+ --- Energy:  33.55309393673303
+ --- Workload:  342218000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 128 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  033330-0-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  6111684930.418467
+ --- Energy:  26.7184846004408
+ --- Workload:  163295000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 30 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 259 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6611133148.221605
- --- Energy:  42.19510352720739
- --- Workload:  278957000000.0
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3333-3300'
---- Neighbour  0 in the list of neghbours, And at position 27 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000300-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 742 in the X datas point
 --------------
- --- Configuration:  3300-3000
+ --- Configuration:  000300-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Energy efficiency:  6016955781.391962
+ --- Energy:  12.605191807912393
+ --- Workload:  75844800000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 28 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 23 in the X datas point
 --------------
- --- Configuration:  3330-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Configuration:  000300-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  1619850293.4358807
+ --- Energy:  22.60411372898465
+ --- Workload:  36615300000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 30 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 128 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6611133148.221605
- --- Energy:  42.19510352720739
- --- Workload:  278957000000.0
+ --- Configuration:  033330-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6111684930.418467
+ --- Energy:  26.7184846004408
+ --- Workload:  163295000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 214 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 281 in the X datas point
 --------------
- --- Configuration:  0222-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10575598076.510221
- --- Energy:  50.06110945250575
- --- Workload:  529426000000.0
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5492386746.144499
+ --- Energy:  29.19724
+ --- Workload:  160362534000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 1 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 303 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5492368456.744541
+ --- Energy:  29.19724
+ --- Workload:  160362000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 100 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 667 in the X datas point
 --------------
- --- Configuration:  2222-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11468876336.840899
- --- Energy:  53.84120579706395
- --- Workload:  617498000000.0
+ --- Configuration:  300300-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8476515812.9402485
+ --- Energy:  29.659992682257588
+ --- Workload:  251413000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 228 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 49 in the X datas point
 --------------
- --- Configuration:  0333-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8547519937.090253
- --- Energy:  58.44164899316907
- --- Workload:  499532000000.0
+ --- Configuration:  303300-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10199294208.840748
+ --- Energy:  33.55309393673303
+ --- Workload:  342218000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 145 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 259 in the X datas point
 --------------
- --- Configuration:  3333-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9639669166.554203
- --- Energy:  64.97706889442466
- --- Workload:  626356000000.0
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 22 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 627 in the X datas point
 --------------
- --- Configuration:  3333-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9400881802.713095
- --- Energy:  66.34289826476824
- --- Workload:  623684000000.0
+ --- Configuration:  300303-0-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  9265607916.535404
+ --- Energy:  41.90141554208418
+ --- Workload:  388241000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 23 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 734 in the X datas point
 --------------
- --- Configuration:  3333-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
+ --- Configuration:  030303-0-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  8880442601.259247
+ --- Energy:  43.68880457674721
+ --- Workload:  387977000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 1 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 303 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  300000-0-0
+ --- Energy efficiency:  5492368456.744541
+ --- Energy:  29.19724
+ --- Workload:  160362000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (75.09852863759252 mAh)  is far from the median.
----  Median :53.35616382684589,   the gap is :  10
---- So yes we remove this configuration '3333-3300'
---- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '0000-3000'
+--- The energy of the current configuration (29.19724 mAh)  it is NOT far from the median.
+---  Median :29.19724,   the gap is :  10
+--- So No we don't romove this configuration '000300-0-0'
+ --- remove_aberrant_points: The value [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '222222-3-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0000-3000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222222-3-2'
 --- Neighbour  0 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  0000-3000
+ --- Configuration:  222222-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 25 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 240 in the X datas point
 --------------
- --- Configuration:  0000-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5789616901.049658
- --- Energy:  42.05795824330537
- --- Workload:  243499000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15595928215.061611
+ --- Energy:  95.9288937521245
+ --- Workload:  1496100000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 76 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 330 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15386698506.874779
+ --- Energy:  100.44256053548322
+ --- Workload:  1545480000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 139 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  0100-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4292324465.390988
- --- Energy:  34.94046355190528
- --- Workload:  149976000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 250 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3452478361.591869
- --- Energy:  34.331593464755564
- --- Workload:  118529000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 9 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 214 in the X datas point
 --------------
- --- Configuration:  0010-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6532788063.289651
- --- Energy:  42.64544340651106
- --- Workload:  278594000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 26 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 226 in the X datas point
 --------------
- --- Configuration:  0000-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7665772326.561901
- --- Energy:  48.682465076838824
- --- Workload:  373189000000.0
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 251 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 77 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 272 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  222202-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 111 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 342 in the X datas point
 --------------
- --- Configuration:  0011-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6806981239.9597025
- --- Energy:  35.94259902860859
- --- Workload:  244660000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0000-3000'
---- Neighbour  0 in the list of neghbours, And at position 250 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222222-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 272 in the X datas point
 --------------
- --- Configuration:  0000-2000
+ --- Configuration:  222202-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3452478361.591869
- --- Energy:  34.331593464755564
- --- Workload:  118529000000.0
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 139 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 251 in the X datas point
 --------------
- --- Configuration:  0100-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4292324465.390988
- --- Energy:  34.94046355190528
- --- Workload:  149976000000.0
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 76 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 24 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 240 in the X datas point
 --------------
- --- Configuration:  0000-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15595928215.061611
+ --- Energy:  95.9288937521245
+ --- Workload:  1496100000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 111 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  0011-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6806981239.9597025
- --- Energy:  35.94259902860859
- --- Workload:  244660000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 226 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 25 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 342 in the X datas point
 --------------
- --- Configuration:  0000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5789616901.049658
- --- Energy:  42.05795824330537
- --- Workload:  243499000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 77 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 330 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15386698506.874779
+ --- Energy:  100.44256053548322
+ --- Workload:  1545480000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 9 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  0010-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6532788063.289651
- --- Energy:  42.64544340651106
- --- Workload:  278594000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 26 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 214 in the X datas point
 --------------
- --- Configuration:  0000-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7665772326.561901
- --- Energy:  48.682465076838824
- --- Workload:  373189000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 111 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  0011-3000
- --- Energy efficiency:  6806981239.9597025
- --- Energy:  35.94259902860859
- --- Workload:  244660000000.0
+ --- Configuration:  222222-3-3
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (35.94259902860859 mAh)  it is NOT far from the median.
----  Median :35.94259902860859,   the gap is :  10
---- So No we don't romove this configuration '0000-3000'
- --- remove_aberrant_points: The value [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '0000-3300'
+--- The energy of the current configuration (97.28797445994333 mAh)  it is NOT far from the median.
+---  Median :97.28797445994333,   the gap is :  10
+--- So No we don't romove this configuration '222222-3-2'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '333300-3-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0000-3300'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333300-3-0'
 --- Neighbour  0 in the list of neghbours, And at position 25 in the X datas point
 --------------
- --- Configuration:  0000-3300
+ --- Configuration:  333300-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5789616901.049658
- --- Energy:  42.05795824330537
- --- Workload:  243499000000.0
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 9 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 88 in the X datas point
 --------------
- --- Configuration:  0010-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6532788063.289651
- --- Energy:  42.64544340651106
- --- Workload:  278594000000.0
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 24 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 316 in the X datas point
 --------------
- --- Configuration:  0000-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13438400120.333483
+ --- Energy:  92.14393
+ --- Workload:  1238267000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 26 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 512 in the X datas point
 --------------
- --- Configuration:  0000-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7665772326.561901
- --- Energy:  48.682465076838824
- --- Workload:  373189000000.0
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11872339111.996523
+ --- Energy:  50.4557052793426
+ --- Workload:  599027000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 77 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 15 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 76 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 171 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 139 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 221 in the X datas point
 --------------
- --- Configuration:  0100-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4292324465.390988
- --- Energy:  34.94046355190528
- --- Workload:  149976000000.0
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 190 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 309 in the X datas point
 --------------
- --- Configuration:  1000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6563747111.951271
- --- Energy:  40.76551455796704
- --- Workload:  267574000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 250 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 315 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3452478361.591869
- --- Energy:  34.331593464755564
- --- Workload:  118529000000.0
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 319 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14109387257.53018
+ --- Energy:  83.8569021514259
+ --- Workload:  1183170000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0000-3300'
---- Neighbour  0 in the list of neghbours, And at position 250 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333300-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 512 in the X datas point
 --------------
- --- Configuration:  0000-2000
+ --- Configuration:  333000-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3452478361.591869
- --- Energy:  34.331593464755564
- --- Workload:  118529000000.0
+ --- Energy efficiency:  11872339111.996523
+ --- Energy:  50.4557052793426
+ --- Workload:  599027000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 139 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 25 in the X datas point
 --------------
- --- Configuration:  0100-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4292324465.390988
- --- Energy:  34.94046355190528
- --- Workload:  149976000000.0
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 76 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 171 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 24 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 15 in the X datas point
 --------------
- --- Configuration:  0000-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 88 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 190 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 221 in the X datas point
 --------------
- --- Configuration:  1000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6563747111.951271
- --- Energy:  40.76551455796704
- --- Workload:  267574000000.0
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 25 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 315 in the X datas point
 --------------
- --- Configuration:  0000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5789616901.049658
- --- Energy:  42.05795824330537
- --- Workload:  243499000000.0
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 77 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 319 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14109387257.53018
+ --- Energy:  83.8569021514259
+ --- Workload:  1183170000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 9 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 316 in the X datas point
 --------------
- --- Configuration:  0010-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6532788063.289651
- --- Energy:  42.64544340651106
- --- Workload:  278594000000.0
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13438400120.333483
+ --- Energy:  92.14393
+ --- Workload:  1238267000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 26 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 309 in the X datas point
 --------------
- --- Configuration:  0000-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7665772326.561901
- --- Energy:  48.682465076838824
- --- Workload:  373189000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 66 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 88 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  333330-3-0
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (39.00759503929043 mAh)  it is NOT far from the median.
----  Median :39.00759503929043,   the gap is :  10
---- So No we don't romove this configuration '0000-3300'
- --- remove_aberrant_points: The value [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '0000-3330'
+--- The energy of the current configuration (58.2884375590111 mAh)  it is NOT far from the median.
+---  Median :58.2884375590111,   the gap is :  10
+--- So No we don't romove this configuration '333300-3-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '110011-3-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0000-3330'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110011-3-2'
 --- Neighbour  0 in the list of neghbours, And at position 26 in the X datas point
 --------------
- --- Configuration:  0000-3330
+ --- Configuration:  110011-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7665772326.561901
- --- Energy:  48.682465076838824
- --- Workload:  373189000000.0
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 25 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 343 in the X datas point
 --------------
- --- Configuration:  0000-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5789616901.049658
- --- Energy:  42.05795824330537
- --- Workload:  243499000000.0
+ --- Configuration:  220022-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14662090139.59776
+ --- Energy:  91.26660104513866
+ --- Workload:  1338160000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 9 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 414 in the X datas point
 --------------
- --- Configuration:  0010-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6532788063.289651
- --- Energy:  42.64544340651106
- --- Workload:  278594000000.0
+ --- Configuration:  100011-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13125943427.183828
+ --- Energy:  80.21675217727041
+ --- Workload:  1052920000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 24 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 546 in the X datas point
 --------------
- --- Configuration:  0000-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Configuration:  110011-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14409055803.391315
+ --- Energy:  74.74536356458539
+ --- Workload:  1077010000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 77 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 164 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  111011-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 143 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 226 in the X datas point
 --------------
- --- Configuration:  0200-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8906781623.528154
- --- Energy:  47.48626285009536
- --- Workload:  422949000000.0
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 204 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 263 in the X datas point
 --------------
- --- Configuration:  0002-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9147875405.936972
- --- Energy:  51.28673303694986
- --- Workload:  469163000000.0
+ --- Configuration:  110111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5358769626.493757
+ --- Energy:  14.0838858431668
+ --- Workload:  75472200000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 217 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 271 in the X datas point
 --------------
- --- Configuration:  1100-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9132169894.888725
- --- Energy:  48.617857913878716
- --- Workload:  443986000000.0
+ --- Configuration:  010111-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5520012806.429711
+ --- Energy:  13.6504873016518
+ --- Workload:  75350800000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 225 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 383 in the X datas point
 --------------
- --- Configuration:  1001-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9487576019.202854
- --- Energy:  49.10228531809563
- --- Workload:  465862000000.0
+ --- Configuration:  110111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12988227470.62063
+ --- Energy:  73.0759138749433
+ --- Workload:  949126000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 57 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 440 in the X datas point
 --------------
- --- Configuration:  0101-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9185604320.908272
- --- Energy:  48.9191931692468
- --- Workload:  449351000000.0
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13502784274.117321
+ --- Energy:  82.79771486146721
+ --- Workload:  1118000000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0000-3330'
---- Neighbour  0 in the list of neghbours, And at position 24 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110011-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 271 in the X datas point
 --------------
- --- Configuration:  0000-3000
+ --- Configuration:  010111-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Energy efficiency:  5520012806.429711
+ --- Energy:  13.6504873016518
+ --- Workload:  75350800000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 25 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 263 in the X datas point
 --------------
- --- Configuration:  0000-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5789616901.049658
- --- Energy:  42.05795824330537
- --- Workload:  243499000000.0
+ --- Configuration:  110111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5358769626.493757
+ --- Energy:  14.0838858431668
+ --- Workload:  75472200000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 77 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 383 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  110111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12988227470.62063
+ --- Energy:  73.0759138749433
+ --- Workload:  949126000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 9 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 546 in the X datas point
 --------------
- --- Configuration:  0010-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6532788063.289651
- --- Energy:  42.64544340651106
- --- Workload:  278594000000.0
+ --- Configuration:  110011-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14409055803.391315
+ --- Energy:  74.74536356458539
+ --- Workload:  1077010000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 143 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 164 in the X datas point
 --------------
- --- Configuration:  0200-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8906781623.528154
- --- Energy:  47.48626285009536
- --- Workload:  422949000000.0
+ --- Configuration:  111011-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 217 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 414 in the X datas point
 --------------
- --- Configuration:  1100-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9132169894.888725
- --- Energy:  48.617857913878716
- --- Workload:  443986000000.0
+ --- Configuration:  100011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13125943427.183828
+ --- Energy:  80.21675217727041
+ --- Workload:  1052920000000.0
 --------------
 --- Neighbour  6 in the list of neghbours, And at position 26 in the X datas point
 --------------
- --- Configuration:  0000-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7665772326.561901
- --- Energy:  48.682465076838824
- --- Workload:  373189000000.0
+ --- Configuration:  110011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 57 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 440 in the X datas point
 --------------
- --- Configuration:  0101-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9185604320.908272
- --- Energy:  48.9191931692468
- --- Workload:  449351000000.0
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13502784274.117321
+ --- Energy:  82.79771486146721
+ --- Workload:  1118000000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 225 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 343 in the X datas point
 --------------
- --- Configuration:  1001-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9487576019.202854
- --- Energy:  49.10228531809563
- --- Workload:  465862000000.0
+ --- Configuration:  220022-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14662090139.59776
+ --- Energy:  91.26660104513866
+ --- Workload:  1338160000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 204 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 226 in the X datas point
 --------------
- --- Configuration:  0002-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9147875405.936972
- --- Energy:  51.28673303694986
- --- Workload:  469163000000.0
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 143 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 164 in the X datas point
 --------------
- --- Configuration:  0200-3330
- --- Energy efficiency:  8906781623.528154
- --- Energy:  47.48626285009536
- --- Workload:  422949000000.0
+ --- Configuration:  111011-3-3
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (47.48626285009536 mAh)  it is NOT far from the median.
----  Median :47.48626285009536,   the gap is :  10
---- So No we don't romove this configuration '0000-3330'
- --- remove_aberrant_points: The value [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '3300-3000'
+--- The energy of the current configuration (77.6473695933206 mAh)  it is NOT far from the median.
+---  Median :77.6473695933206,   the gap is :  10
+--- So No we don't romove this configuration '110011-3-2'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '111011-2-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3300-3000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111011-2-1'
 --- Neighbour  0 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  3300-3000
+ --- Configuration:  111011-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 28 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  3330-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 29 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  3000-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 41 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 198 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 22 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 243 in the X datas point
 --------------
- --- Configuration:  3333-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9400881802.713095
- --- Energy:  66.34289826476824
- --- Workload:  623684000000.0
+ --- Configuration:  111011-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14576855743.06251
+ --- Energy:  41.794008855435
+ --- Workload:  609225000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 30 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 404 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6611133148.221605
- --- Energy:  42.19510352720739
- --- Workload:  278957000000.0
+ --- Configuration:  111011-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7611972109.73419
+ --- Energy:  14.9822385679116
+ --- Workload:  114044000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 19 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 41 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 74 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6473246073.976255
- --- Energy:  42.474892742303716
- --- Workload:  274951000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 114 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 93 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3742206854.226074
- --- Energy:  34.88131927324178
- --- Workload:  130533000000.0
+ --- Configuration:  111010-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12785418485.925173
+ --- Energy:  70.2667978545078
+ --- Workload:  898390000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3300-3000'
---- Neighbour  0 in the list of neghbours, And at position 114 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111011-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 404 in the X datas point
 --------------
- --- Configuration:  3000-2000
+ --- Configuration:  111011-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3742206854.226074
- --- Energy:  34.88131927324178
- --- Workload:  130533000000.0
+ --- Energy efficiency:  7611972109.73419
+ --- Energy:  14.9822385679116
+ --- Workload:  114044000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 29 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 243 in the X datas point
 --------------
- --- Configuration:  3000-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Configuration:  111011-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14576855743.06251
+ --- Energy:  41.794008855435
+ --- Workload:  609225000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 19 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 41 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 41 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 28 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  3330-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 30 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 198 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6611133148.221605
- --- Energy:  42.19510352720739
- --- Workload:  278957000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 74 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6473246073.976255
- --- Energy:  42.474892742303716
- --- Workload:  274951000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 22 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 93 in the X datas point
 --------------
- --- Configuration:  3333-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9400881802.713095
- --- Energy:  66.34289826476824
- --- Workload:  623684000000.0
+ --- Configuration:  111010-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12785418485.925173
+ --- Energy:  70.2667978545078
+ --- Workload:  898390000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 45 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  111111-2-1
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (36.96583597689362 mAh)  it is NOT far from the median.
----  Median :36.96583597689362,   the gap is :  10
---- So No we don't romove this configuration '3300-3000'
- --- remove_aberrant_points: The value [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '3330-3000'
+--- The energy of the current configuration (58.45814541687684 mAh)  it is NOT far from the median.
+---  Median :58.45814541687684,   the gap is :  10
+--- So No we don't romove this configuration '111011-2-1'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '202202-2-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3330-3000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202202-2-3'
 --- Neighbour  0 in the list of neghbours, And at position 28 in the X datas point
 --------------
- --- Configuration:  3330-3000
+ --- Configuration:  202202-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 22 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 30 in the X datas point
 --------------
- --- Configuration:  3333-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9400881802.713095
- --- Energy:  66.34289826476824
- --- Workload:  623684000000.0
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 713 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  202002-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12714024713.521238
+ --- Energy:  97.24138614826803
+ --- Workload:  1236330000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 145 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 9 in the X datas point
 --------------
- --- Configuration:  3333-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9639669166.554203
- --- Energy:  64.97706889442466
- --- Workload:  626356000000.0
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 234 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 10 in the X datas point
 --------------
- --- Configuration:  3330-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7804268935.107504
- --- Energy:  38.575829271360156
- --- Workload:  301057000000.0
+ --- Configuration:  101101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 23 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 13 in the X datas point
 --------------
- --- Configuration:  3333-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 29 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 51 in the X datas point
 --------------
- --- Configuration:  3000-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Configuration:  200222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14594342940.789293
+ --- Energy:  80.17631322756387
+ --- Workload:  1170120000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 41 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 74 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 154 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 98 in the X datas point
 --------------
- --- Configuration:  3330-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6057595619.146848
- --- Energy:  36.12486526516549
- --- Workload:  218830000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 215 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 158 in the X datas point
 --------------
- --- Configuration:  3030-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5441732647.675019
- --- Energy:  35.287807273153724
- --- Workload:  192027000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3330-3000'
---- Neighbour  0 in the list of neghbours, And at position 215 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202202-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 10 in the X datas point
 --------------
- --- Configuration:  3030-2000
+ --- Configuration:  101101-2-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5441732647.675019
- --- Energy:  35.287807273153724
- --- Workload:  192027000000.0
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 154 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 13 in the X datas point
 --------------
- --- Configuration:  3330-0030
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6057595619.146848
- --- Energy:  36.12486526516549
- --- Workload:  218830000000.0
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 29 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 51 in the X datas point
 --------------
- --- Configuration:  3000-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Configuration:  200222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14594342940.789293
+ --- Energy:  80.17631322756387
+ --- Workload:  1170120000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 158 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 41 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 74 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 28 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 9 in the X datas point
 --------------
- --- Configuration:  3330-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 234 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 30 in the X datas point
 --------------
- --- Configuration:  3330-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7804268935.107504
- --- Energy:  38.575829271360156
- --- Workload:  301057000000.0
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 145 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 28 in the X datas point
 --------------
- --- Configuration:  3333-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9639669166.554203
- --- Energy:  64.97706889442466
- --- Workload:  626356000000.0
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 22 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 713 in the X datas point
 --------------
- --- Configuration:  3333-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9400881802.713095
- --- Energy:  66.34289826476824
- --- Workload:  623684000000.0
+ --- Configuration:  202002-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12714024713.521238
+ --- Energy:  97.24138614826803
+ --- Workload:  1236330000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 23 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 98 in the X datas point
 --------------
- --- Configuration:  3333-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 41 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 74 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  222222-2-3
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (36.9852979298838 mAh)  it is NOT far from the median.
----  Median :36.9852979298838,   the gap is :  10
---- So No we don't romove this configuration '3330-3000'
- --- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '3000-3000'
+--- The energy of the current configuration (83.79533601234984 mAh)  it is NOT far from the median.
+---  Median :83.79533601234984,   the gap is :  10
+--- So No we don't romove this configuration '202202-2-3'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '333303-1-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3000-3000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333303-1-2'
 --- Neighbour  0 in the list of neghbours, And at position 29 in the X datas point
 --------------
- --- Configuration:  3000-3000
+ --- Configuration:  333303-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 30 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 121 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6611133148.221605
- --- Energy:  42.19510352720739
- --- Workload:  278957000000.0
+ --- Configuration:  333300-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 195 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14933352448.024466
+ --- Energy:  78.5356318543746
+ --- Workload:  1172800000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 74 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 249 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6473246073.976255
- --- Energy:  42.474892742303716
- --- Workload:  274951000000.0
+ --- Configuration:  333303-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13695515814.21211
+ --- Energy:  75.8036384393518
+ --- Workload:  1038170000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 114 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 252 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3742206854.226074
- --- Energy:  34.88131927324178
- --- Workload:  130533000000.0
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14598327031.722164
+ --- Energy:  75.2161891555095
+ --- Workload:  1098030000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 28 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 514 in the X datas point
 --------------
- --- Configuration:  3330-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Configuration:  330303-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13657246808.30142
+ --- Energy:  82.00779235048205
+ --- Workload:  1120000000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 31 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 715 in the X datas point
 --------------
- --- Configuration:  3000-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8224428196.629629
- --- Energy:  49.410116578739654
- --- Workload:  406369000000.0
+ --- Configuration:  333303-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14664670316.214285
+ --- Energy:  99.6674290491051
+ --- Workload:  1461590000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 41 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 92 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 69 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 99 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3000-3000'
---- Neighbour  0 in the list of neghbours, And at position 114 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333303-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 121 in the X datas point
 --------------
- --- Configuration:  3000-2000
+ --- Configuration:  333300-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3742206854.226074
- --- Energy:  34.88131927324178
- --- Workload:  130533000000.0
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 29 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 252 in the X datas point
 --------------
- --- Configuration:  3000-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14598327031.722164
+ --- Energy:  75.2161891555095
+ --- Workload:  1098030000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 69 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 249 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  333303-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13695515814.21211
+ --- Energy:  75.8036384393518
+ --- Workload:  1038170000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 195 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14933352448.024466
+ --- Energy:  78.5356318543746
+ --- Workload:  1172800000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 92 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 41 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 514 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  330303-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13657246808.30142
+ --- Energy:  82.00779235048205
+ --- Workload:  1120000000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 28 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 29 in the X datas point
 --------------
- --- Configuration:  3330-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 30 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6611133148.221605
- --- Energy:  42.19510352720739
- --- Workload:  278957000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 74 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 99 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6473246073.976255
- --- Energy:  42.474892742303716
- --- Workload:  274951000000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 31 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 715 in the X datas point
 --------------
- --- Configuration:  3000-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8224428196.629629
- --- Energy:  49.410116578739654
- --- Workload:  406369000000.0
+ --- Configuration:  333303-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14664670316.214285
+ --- Energy:  99.6674290491051
+ --- Workload:  1461590000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 45 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 92 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  333333-1-1
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (36.96583597689362 mAh)  it is NOT far from the median.
----  Median :36.96583597689362,   the gap is :  10
---- So No we don't romove this configuration '3000-3000'
- --- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '3000-3300'
+--- The energy of the current configuration (79.3851939063441 mAh)  it is NOT far from the median.
+---  Median :79.3851939063441,   the gap is :  10
+--- So No we don't romove this configuration '333303-1-2'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '202222-2-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3000-3300'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202222-2-3'
 --- Neighbour  0 in the list of neghbours, And at position 30 in the X datas point
 --------------
- --- Configuration:  3000-3300
+ --- Configuration:  202222-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6611133148.221605
- --- Energy:  42.19510352720739
- --- Workload:  278957000000.0
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 74 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 9 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6473246073.976255
- --- Energy:  42.474892742303716
- --- Workload:  274951000000.0
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 29 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 13 in the X datas point
 --------------
- --- Configuration:  3000-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 31 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 28 in the X datas point
 --------------
- --- Configuration:  3000-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8224428196.629629
- --- Energy:  49.410116578739654
- --- Workload:  406369000000.0
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 71 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 51 in the X datas point
 --------------
- --- Configuration:  3000-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6519117311.516021
- --- Energy:  42.79271109577192
- --- Workload:  278971000000.0
+ --- Configuration:  200222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14594342940.789293
+ --- Energy:  80.17631322756387
+ --- Workload:  1170120000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 74 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 98 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 73 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 158 in the X datas point
 --------------
- --- Configuration:  2000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6539495281.754154
- --- Energy:  42.61363347008094
- --- Workload:  278672000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 114 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 181 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3742206854.226074
- --- Energy:  34.88131927324178
- --- Workload:  130533000000.0
+ --- Configuration:  202222-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15385988288.185717
+ --- Energy:  91.4259968153942
+ --- Workload:  1406680000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 120 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 406 in the X datas point
 --------------
- --- Configuration:  3003-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9353836943.914392
- --- Energy:  65.99051868650201
- --- Workload:  617264000000.0
+ --- Configuration:  202222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10660117090.726126
+ --- Energy:  17.65816139009
+ --- Workload:  188238000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3000-3300'
---- Neighbour  0 in the list of neghbours, And at position 114 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202222-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 406 in the X datas point
 --------------
- --- Configuration:  3000-2000
+ --- Configuration:  202222-1-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3742206854.226074
- --- Energy:  34.88131927324178
- --- Workload:  130533000000.0
+ --- Energy efficiency:  10660117090.726126
+ --- Energy:  17.65816139009
+ --- Workload:  188238000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 29 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 13 in the X datas point
 --------------
- --- Configuration:  3000-3000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 51 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  200222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14594342940.789293
+ --- Energy:  80.17631322756387
+ --- Workload:  1170120000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 158 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 30 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 74 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6611133148.221605
- --- Energy:  42.19510352720739
- --- Workload:  278957000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 74 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 9 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6473246073.976255
- --- Energy:  42.474892742303716
- --- Workload:  274951000000.0
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 73 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 181 in the X datas point
 --------------
- --- Configuration:  2000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6539495281.754154
- --- Energy:  42.61363347008094
- --- Workload:  278672000000.0
+ --- Configuration:  202222-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15385988288.185717
+ --- Energy:  91.4259968153942
+ --- Workload:  1406680000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 71 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 30 in the X datas point
 --------------
- --- Configuration:  3000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6519117311.516021
- --- Energy:  42.79271109577192
- --- Workload:  278971000000.0
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 31 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 28 in the X datas point
 --------------
- --- Configuration:  3000-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8224428196.629629
- --- Energy:  49.410116578739654
- --- Workload:  406369000000.0
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 120 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 98 in the X datas point
 --------------
- --- Configuration:  3003-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9353836943.914392
- --- Energy:  65.99051868650201
- --- Workload:  617264000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 30 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 74 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Energy efficiency:  6611133148.221605
- --- Energy:  42.19510352720739
- --- Workload:  278957000000.0
+ --- Configuration:  222222-2-3
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (42.19510352720739 mAh)  it is NOT far from the median.
----  Median :42.19510352720739,   the gap is :  10
---- So No we don't romove this configuration '3000-3300'
- --- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '3000-3330'
+--- The energy of the current configuration (83.79533601234984 mAh)  it is NOT far from the median.
+---  Median :83.79533601234984,   the gap is :  10
+--- So No we don't romove this configuration '202222-2-3'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '300033-3-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3000-3330'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '300033-3-2'
 --- Neighbour  0 in the list of neghbours, And at position 31 in the X datas point
 --------------
- --- Configuration:  3000-3330
+ --- Configuration:  300033-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8224428196.629629
- --- Energy:  49.410116578739654
- --- Workload:  406369000000.0
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 30 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 231 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6611133148.221605
- --- Energy:  42.19510352720739
- --- Workload:  278957000000.0
+ --- Configuration:  300333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13826764467.980669
+ --- Energy:  100.311184339352
+ --- Workload:  1386980000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 74 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 412 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6473246073.976255
- --- Energy:  42.474892742303716
- --- Workload:  274951000000.0
+ --- Configuration:  300333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14000308006.776148
+ --- Energy:  97.0043167849163
+ --- Workload:  1358090000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 120 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 76 in the X datas point
 --------------
- --- Configuration:  3003-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9353836943.914392
- --- Energy:  65.99051868650201
- --- Workload:  617264000000.0
+ --- Configuration:  303033-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14925818681.154661
+ --- Energy:  75.15771108741323
+ --- Workload:  1121790000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 29 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 129 in the X datas point
 --------------
- --- Configuration:  3000-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Configuration:  303033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14047528407.614323
+ --- Energy:  99.1199512733933
+ --- Workload:  1392390000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 71 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 201 in the X datas point
 --------------
- --- Configuration:  3000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6519117311.516021
- --- Energy:  42.79271109577192
- --- Workload:  278971000000.0
+ --- Configuration:  300033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13490088157.726112
+ --- Energy:  75.6622282738419
+ --- Workload:  1020690000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 322 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  303033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13379358325.974688
+ --- Energy:  87.10137841468074
+ --- Workload:  1165360000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 343 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  220022-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14662090139.59776
+ --- Energy:  91.26660104513866
+ --- Workload:  1338160000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 73 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 469 in the X datas point
 --------------
- --- Configuration:  2000-2200
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6539495281.754154
- --- Energy:  42.61363347008094
- --- Workload:  278672000000.0
+ --- Configuration:  330030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13326563439.106268
+ --- Energy:  79.44879111187178
+ --- Workload:  1058780000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 83 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 499 in the X datas point
 --------------
- --- Configuration:  3330-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9229945635.620207
- --- Energy:  51.28077619994492
- --- Workload:  473319000000.0
+ --- Configuration:  200222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14770830563.8026
+ --- Energy:  89.22173143973053
+ --- Workload:  1317880000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3000-3330'
---- Neighbour  0 in the list of neghbours, And at position 29 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '300033-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 76 in the X datas point
 --------------
- --- Configuration:  3000-3000
+ --- Configuration:  303033-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Energy efficiency:  14925818681.154661
+ --- Energy:  75.15771108741323
+ --- Workload:  1121790000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 201 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  300033-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13490088157.726112
+ --- Energy:  75.6622282738419
+ --- Workload:  1020690000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 469 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  330030-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13326563439.106268
+ --- Energy:  79.44879111187178
+ --- Workload:  1058780000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 30 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 31 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6611133148.221605
- --- Energy:  42.19510352720739
- --- Workload:  278957000000.0
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 74 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 322 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6473246073.976255
- --- Energy:  42.474892742303716
- --- Workload:  274951000000.0
+ --- Configuration:  303033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13379358325.974688
+ --- Energy:  87.10137841468074
+ --- Workload:  1165360000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 73 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 499 in the X datas point
 --------------
- --- Configuration:  2000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6539495281.754154
- --- Energy:  42.61363347008094
- --- Workload:  278672000000.0
+ --- Configuration:  200222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14770830563.8026
+ --- Energy:  89.22173143973053
+ --- Workload:  1317880000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 71 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 343 in the X datas point
 --------------
- --- Configuration:  3000-2200
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6519117311.516021
- --- Energy:  42.79271109577192
- --- Workload:  278971000000.0
+ --- Configuration:  220022-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14662090139.59776
+ --- Energy:  91.26660104513866
+ --- Workload:  1338160000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 31 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 412 in the X datas point
 --------------
- --- Configuration:  3000-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8224428196.629629
- --- Energy:  49.410116578739654
- --- Workload:  406369000000.0
+ --- Configuration:  300333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14000308006.776148
+ --- Energy:  97.0043167849163
+ --- Workload:  1358090000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 83 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 129 in the X datas point
 --------------
- --- Configuration:  3330-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9229945635.620207
- --- Energy:  51.28077619994492
- --- Workload:  473319000000.0
+ --- Configuration:  303033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14047528407.614323
+ --- Energy:  99.1199512733933
+ --- Workload:  1392390000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 120 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 231 in the X datas point
 --------------
- --- Configuration:  3003-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9353836943.914392
- --- Energy:  65.99051868650201
- --- Workload:  617264000000.0
+ --- Configuration:  300333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13826764467.980669
+ --- Energy:  100.311184339352
+ --- Workload:  1386980000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 74 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 322 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Energy efficiency:  6473246073.976255
- --- Energy:  42.474892742303716
- --- Workload:  274951000000.0
+ --- Configuration:  303033-3-1
+ --- Energy efficiency:  13379358325.974688
+ --- Energy:  87.10137841468074
+ --- Workload:  1165360000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (42.474892742303716 mAh)  it is NOT far from the median.
----  Median :42.474892742303716,   the gap is :  10
---- So No we don't romove this configuration '3000-3330'
- --- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '0000-0000'
+--- The energy of the current configuration (87.10137841468074 mAh)  it is NOT far from the median.
+---  Median :87.10137841468074,   the gap is :  10
+--- So No we don't romove this configuration '300033-3-2'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '330333-2-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0000-0000'
---- Neighbour  0 in the list of neghbours, And at position 16 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330333-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 32 in the X datas point
 --------------
- --- Configuration:  0000-0000
+ --- Configuration:  330333-2-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 382 in the X datas point
 --------------
- --- Configuration:  0000-0000
+ --- Configuration:  330333-2-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Energy efficiency:  15099786942.006248
+ --- Energy:  97.0033907151468
+ --- Workload:  1464730000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 117 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 33 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 267 in the X datas point
 --------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9880837104.519495
+ --- Energy:  25.3623210355619
+ --- Workload:  250600000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 336 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14193940322.997305
+ --- Energy:  98.08558334376599
+ --- Workload:  1392220000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 81 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 652 in the X datas point
 --------------
- --- Configuration:  0000-0001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3321398441.599851
- --- Energy:  35.588916806469584
- --- Workload:  118205000000.0
+ --- Configuration:  330333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14885870034.445902
+ --- Energy:  87.19607015727797
+ --- Workload:  1297990000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 34 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 665 in the X datas point
 --------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14846663657.742832
+ --- Energy:  77.43016666098337
+ --- Workload:  1149580000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 17 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 53 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  0011-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2745412415.8531094
- --- Energy:  29.5448803510097
- --- Workload:  81112900000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0000-0000'
---- Neighbour  0 in the list of neghbours, And at position 34 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330333-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 267 in the X datas point
 --------------
- --- Configuration:  2000-0000
+ --- Configuration:  333333-2-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Energy efficiency:  9880837104.519495
+ --- Energy:  25.3623210355619
+ --- Workload:  250600000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 33 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 665 in the X datas point
 --------------
- --- Configuration:  1000-0000
+ --- Configuration:  030333-2-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Energy efficiency:  14846663657.742832
+ --- Energy:  77.43016666098337
+ --- Workload:  1149580000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 53 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  0011-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2745412415.8531094
- --- Energy:  29.5448803510097
- --- Workload:  81112900000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 652 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  330333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14885870034.445902
+ --- Energy:  87.19607015727797
+ --- Workload:  1297990000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 32 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 17 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 382 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15099786942.006248
+ --- Energy:  97.0033907151468
+ --- Workload:  1464730000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 81 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 336 in the X datas point
 --------------
- --- Configuration:  0000-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3321398441.599851
- --- Energy:  35.588916806469584
- --- Workload:  118205000000.0
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193940322.997305
+ --- Energy:  98.08558334376599
+ --- Workload:  1392220000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 117 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 17 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 32 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  330333-2-2
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (30.027102694886654 mAh)  it is NOT far from the median.
----  Median :30.027102694886654,   the gap is :  10
---- So No we don't romove this configuration '0000-0000'
- --- remove_aberrant_points: The value [0, 0, 0, 0, 0, 0, 0, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '1000-0000'
+--- The energy of the current configuration (89.99138924115384 mAh)  it is NOT far from the median.
+---  Median :89.99138924115384,   the gap is :  10
+--- So No we don't romove this configuration '330333-2-2'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0]
+--- Computing the list of the 10 first neighbours of '220222-0-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1000-0000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220222-0-1'
 --- Neighbour  0 in the list of neghbours, And at position 33 in the X datas point
 --------------
- --- Configuration:  1000-0000
+ --- Configuration:  220222-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 2 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 125 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 126 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 34 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 241 in the X datas point
 --------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Configuration:  220202-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14004896111.680643
+ --- Energy:  43.9976841972795
+ --- Workload:  616183000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 489 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15673416162.11328
+ --- Energy:  52.24843908649111
+ --- Workload:  818911000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 64 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  220020-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10312116840.40865
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 185 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 69 in the X datas point
 --------------
- --- Configuration:  1000-0100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4407169583.478402
- --- Energy:  34.828482821374045
- --- Workload:  153495000000.0
+ --- Configuration:  220220-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6218480079.099067
+ --- Energy:  26.274511449565598
+ --- Workload:  163388000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 221 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 90 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2083511299.9235353
- --- Energy:  29.12766521649349
- --- Workload:  60687800000.0
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 7 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 150 in the X datas point
 --------------
- --- Configuration:  1000-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6501654671.113798
- --- Energy:  42.85376093977719
- --- Workload:  278621000000.0
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1000-0000'
---- Neighbour  0 in the list of neghbours, And at position 34 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220222-0-1'
+--- Neighbour  0 in the list of neghbours, And at position 69 in the X datas point
 --------------
- --- Configuration:  2000-0000
+ --- Configuration:  220220-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Energy efficiency:  6218480079.099067
+ --- Energy:  26.274511449565598
+ --- Workload:  163388000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 221 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 90 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2083511299.9235353
- --- Energy:  29.12766521649349
- --- Workload:  60687800000.0
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 33 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 64 in the X datas point
 --------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Configuration:  220020-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10312116840.40865
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 2 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 241 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  220202-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14004896111.680643
+ --- Energy:  43.9976841972795
+ --- Workload:  616183000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 33 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 150 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 185 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 125 in the X datas point
 --------------
- --- Configuration:  1000-0100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4407169583.478402
- --- Energy:  34.828482821374045
- --- Workload:  153495000000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 489 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15673416162.11328
+ --- Energy:  52.24843908649111
+ --- Workload:  818911000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 7 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 126 in the X datas point
 --------------
- --- Configuration:  1000-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6501654671.113798
- --- Energy:  42.85376093977719
- --- Workload:  278621000000.0
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 17 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 241 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  220202-0-1
+ --- Energy efficiency:  14004896111.680643
+ --- Energy:  43.9976841972795
+ --- Workload:  616183000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (30.027102694886654 mAh)  it is NOT far from the median.
----  Median :30.027102694886654,   the gap is :  10
---- So No we don't romove this configuration '1000-0000'
- --- remove_aberrant_points: The value [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '2000-0000'
+--- The energy of the current configuration (43.9976841972795 mAh)  it is NOT far from the median.
+---  Median :43.9976841972795,   the gap is :  10
+--- So No we don't romove this configuration '220222-0-1'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0]
+--- Computing the list of the 10 first neighbours of '033333-0-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2000-0000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033333-0-3'
 --- Neighbour  0 in the list of neghbours, And at position 34 in the X datas point
 --------------
- --- Configuration:  2000-0000
+ --- Configuration:  033333-0-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Energy efficiency:  13280265392.82361
+ --- Energy:  80.89218696331669
+ --- Workload:  1074270000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 75 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 33 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 105 in the X datas point
 --------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13446770287.478502
+ --- Energy:  86.2801902841026
+ --- Workload:  1160190000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 215 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  333333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13585369100.893103
+ --- Energy:  89.0597439439495
+ --- Workload:  1209910000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 338 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12910472329.630178
+ --- Energy:  89.67295919976871
+ --- Workload:  1157720000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 497 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  033333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14463386659.839949
+ --- Energy:  82.92589585237724
+ --- Workload:  1199390000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 95 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13070067323.916784
+ --- Energy:  83.5550372075793
+ --- Workload:  1092070000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 99 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 127 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  033030-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10395312961.292013
+ --- Energy:  67.1483257685157
+ --- Workload:  698028000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 137 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12840398976.87701
+ --- Energy:  86.4225033041374
+ --- Workload:  1109700000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2000-0000'
---- Neighbour  0 in the list of neghbours, And at position 34 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033333-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 127 in the X datas point
 --------------
- --- Configuration:  2000-0000
+ --- Configuration:  033030-0-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Energy efficiency:  10395312961.292013
+ --- Energy:  67.1483257685157
+ --- Workload:  698028000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 75 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 34 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  033333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13280265392.82361
+ --- Energy:  80.89218696331669
+ --- Workload:  1074270000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 33 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 497 in the X datas point
 --------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Configuration:  033333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14463386659.839949
+ --- Energy:  82.92589585237724
+ --- Workload:  1199390000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 95 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13070067323.916784
+ --- Energy:  83.5550372075793
+ --- Workload:  1092070000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 105 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13446770287.478502
+ --- Energy:  86.2801902841026
+ --- Workload:  1160190000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 137 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12840398976.87701
+ --- Energy:  86.4225033041374
+ --- Workload:  1109700000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 215 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  333333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13585369100.893103
+ --- Energy:  89.0597439439495
+ --- Workload:  1209910000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 338 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12910472329.630178
+ --- Energy:  89.67295919976871
+ --- Workload:  1157720000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 99 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 32 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 95 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  303333-0-3
+ --- Energy efficiency:  13070067323.916784
+ --- Energy:  83.5550372075793
+ --- Workload:  1092070000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (29.957415812958512 mAh)  it is NOT far from the median.
----  Median :29.957415812958512,   the gap is :  10
---- So No we don't romove this configuration '2000-0000'
- --- remove_aberrant_points: The value [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '3000-0000'
+--- The energy of the current configuration (83.5550372075793 mAh)  it is NOT far from the median.
+---  Median :83.5550372075793,   the gap is :  10
+--- So No we don't romove this configuration '033333-0-3'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0]
+--- Computing the list of the 10 first neighbours of '110110-0-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3000-0000'
---- Neighbour  0 in the list of neghbours, And at position 18 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110110-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 35 in the X datas point
 --------------
- --- Configuration:  3000-0000
+ --- Configuration:  110110-0-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Energy efficiency:  11308622485.386433
+ --- Energy:  64.13091227501518
+ --- Workload:  725232000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 237 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  110010-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10831501906.88591
+ --- Energy:  62.4324044343125
+ --- Workload:  676237000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 22 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 34 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 120 in the X datas point
 --------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Configuration:  100110-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11691120593.908926
+ --- Energy:  51.630790443296
+ --- Workload:  603622000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 44 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 123 in the X datas point
 --------------
- --- Configuration:  3000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5326600510.288329
- --- Energy:  36.46450751429702
- --- Workload:  194232000000.0
+ --- Configuration:  010110-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11607229911.367193
+ --- Energy:  52.6902862777189
+ --- Workload:  611588000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 51 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 143 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Configuration:  220020-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10684388505.734846
+ --- Energy:  63.3690752564047
+ --- Workload:  677060000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 199 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 200 in the X datas point
 --------------
- --- Configuration:  3030-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2117186259.461176
- --- Energy:  28.69675782439391
- --- Workload:  60756400000.0
+ --- Configuration:  101110-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10569718390.992908
+ --- Energy:  73.6624240556838
+ --- Workload:  778591000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 207 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 216 in the X datas point
 --------------
- --- Configuration:  3000-0001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3629843118.1804323
- --- Energy:  34.55029567760096
- --- Workload:  125412000000.0
+ --- Configuration:  110100-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11216131488.952671
+ --- Energy:  77.6226342959476
+ --- Workload:  870626000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 5 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 352 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11831169215.2977
+ --- Energy:  61.61278385319
+ --- Workload:  728951000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 482 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  220222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13826458587.682562
+ --- Energy:  73.62693555372604
+ --- Workload:  1018000000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3000-0000'
---- Neighbour  0 in the list of neghbours, And at position 199 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110110-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 120 in the X datas point
 --------------
- --- Configuration:  3030-0000
+ --- Configuration:  100110-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2117186259.461176
- --- Energy:  28.69675782439391
- --- Workload:  60756400000.0
+ --- Energy efficiency:  11691120593.908926
+ --- Energy:  51.630790443296
+ --- Workload:  603622000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 34 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 123 in the X datas point
 --------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Configuration:  010110-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11607229911.367193
+ --- Energy:  52.6902862777189
+ --- Workload:  611588000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 51 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 352 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11831169215.2977
+ --- Energy:  61.61278385319
+ --- Workload:  728951000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 237 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  110010-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10831501906.88591
+ --- Energy:  62.4324044343125
+ --- Workload:  676237000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 143 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  220020-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10684388505.734846
+ --- Energy:  63.3690752564047
+ --- Workload:  677060000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 5 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 35 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  110110-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11308622485.386433
+ --- Energy:  64.13091227501518
+ --- Workload:  725232000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 22 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 482 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  220222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13826458587.682562
+ --- Energy:  73.62693555372604
+ --- Workload:  1018000000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 207 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 200 in the X datas point
 --------------
- --- Configuration:  3000-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3629843118.1804323
- --- Energy:  34.55029567760096
- --- Workload:  125412000000.0
+ --- Configuration:  101110-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10569718390.992908
+ --- Energy:  73.6624240556838
+ --- Workload:  778591000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 44 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 216 in the X datas point
 --------------
- --- Configuration:  3000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5326600510.288329
- --- Energy:  36.46450751429702
- --- Workload:  194232000000.0
+ --- Configuration:  110100-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11216131488.952671
+ --- Energy:  77.6226342959476
+ --- Workload:  870626000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 35 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 143 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  220020-0-3
+ --- Energy efficiency:  10684388505.734846
+ --- Energy:  63.3690752564047
+ --- Workload:  677060000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (29.239529117166907 mAh)  it is NOT far from the median.
----  Median :29.239529117166907,   the gap is :  10
---- So No we don't romove this configuration '3000-0000'
- --- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '1100-0000'
+--- The energy of the current configuration (63.3690752564047 mAh)  it is NOT far from the median.
+---  Median :63.3690752564047,   the gap is :  10
+--- So No we don't romove this configuration '110110-0-3'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0]
+--- Computing the list of the 10 first neighbours of '110001-0-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1100-0000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110001-0-2'
 --- Neighbour  0 in the list of neghbours, And at position 36 in the X datas point
 --------------
- --- Configuration:  1100-0000
+ --- Configuration:  110001-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Energy efficiency:  11533320339.125751
+ --- Energy:  52.516287756608044
+ --- Workload:  605687000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 221 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 254 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2083511299.9235353
- --- Energy:  29.12766521649349
- --- Workload:  60687800000.0
+ --- Configuration:  110011-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11783642889.632044
+ --- Energy:  56.004272107212
+ --- Workload:  659934000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 33 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 678 in the X datas point
 --------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Configuration:  110001-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12657170413.611015
+ --- Energy:  62.61500040774629
+ --- Workload:  792529000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 157 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  100000-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10075333266.836134
+ --- Energy:  50.7096930689716
+ --- Workload:  510917000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 38 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 177 in the X datas point
 --------------
- --- Configuration:  1110-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2905397356.669485
- --- Energy:  30.668041259477853
- --- Workload:  89102900000.0
+ --- Configuration:  222002-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13620192752.96784
+ --- Energy:  65.1406964237598
+ --- Workload:  887229000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 502 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  111001-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13236319932.441824
+ --- Energy:  63.39311214039606
+ --- Workload:  839092000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 558 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  110000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12516412145.425688
+ --- Energy:  59.318332001781286
+ --- Workload:  742453000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 1 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  011001-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11271402985.343796
+ --- Energy:  64.71129799002061
+ --- Workload:  729387000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 2 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 34 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 66 in the X datas point
 --------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Configuration:  101101-0-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11969296360.974827
+ --- Energy:  55.14950525765903
+ --- Workload:  660101000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1100-0000'
---- Neighbour  0 in the list of neghbours, And at position 34 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110001-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 2 in the X datas point
 --------------
- --- Configuration:  2000-0000
+ --- Configuration:  110111-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 221 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 157 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2083511299.9235353
- --- Energy:  29.12766521649349
- --- Workload:  60687800000.0
+ --- Configuration:  100000-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10075333266.836134
+ --- Energy:  50.7096930689716
+ --- Workload:  510917000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 33 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 36 in the X datas point
 --------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Configuration:  110001-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11533320339.125751
+ --- Energy:  52.516287756608044
+ --- Workload:  605687000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 66 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  101101-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11969296360.974827
+ --- Energy:  55.14950525765903
+ --- Workload:  660101000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 254 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  110011-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11783642889.632044
+ --- Energy:  56.004272107212
+ --- Workload:  659934000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 558 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  110000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12516412145.425688
+ --- Energy:  59.318332001781286
+ --- Workload:  742453000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 678 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  110001-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12657170413.611015
+ --- Energy:  62.61500040774629
+ --- Workload:  792529000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 502 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  111001-1-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13236319932.441824
+ --- Energy:  63.39311214039606
+ --- Workload:  839092000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 38 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 1 in the X datas point
 --------------
- --- Configuration:  1110-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2905397356.669485
- --- Energy:  30.668041259477853
- --- Workload:  89102900000.0
+ --- Configuration:  011001-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11271402985.343796
+ --- Energy:  64.71129799002061
+ --- Workload:  729387000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 177 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  222002-0-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13620192752.96784
+ --- Energy:  65.1406964237598
+ --- Workload:  887229000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 17 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 254 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  110011-0-2
+ --- Energy efficiency:  11783642889.632044
+ --- Energy:  56.004272107212
+ --- Workload:  659934000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (30.027102694886654 mAh)  it is NOT far from the median.
----  Median :30.027102694886654,   the gap is :  10
---- So No we don't romove this configuration '1100-0000'
- --- remove_aberrant_points: The value [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '2200-0000'
+--- The energy of the current configuration (56.004272107212 mAh)  it is NOT far from the median.
+---  Median :56.004272107212,   the gap is :  10
+--- So No we don't romove this configuration '110001-0-2'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '222022-2-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2200-0000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222022-2-3'
 --- Neighbour  0 in the list of neghbours, And at position 37 in the X datas point
 --------------
- --- Configuration:  2200-0000
+ --- Configuration:  222022-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 357 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 34 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 48 in the X datas point
 --------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 74 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 39 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 98 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3029054692.61153
- --- Energy:  30.508250558695604
- --- Workload:  92411200000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 51 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 158 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 97 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 179 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2991522026.5766816
- --- Energy:  30.63396781022152
- --- Workload:  91642100000.0
+ --- Configuration:  222022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14657190304.561756
+ --- Energy:  95.6220428328611
+ --- Workload:  1401550000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 174 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 268 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5023055826.242454
- --- Energy:  35.164198939696966
- --- Workload:  176632000000.0
+ --- Configuration:  222002-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10402709697.822088
+ --- Energy:  18.1188341516786
+ --- Workload:  188485000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 221 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 269 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2083511299.9235353
- --- Energy:  29.12766521649349
- --- Workload:  60687800000.0
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10478138412.017168
+ --- Energy:  17.9776183946517
+ --- Workload:  188372000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 238 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 355 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5231876778.838105
- --- Energy:  35.35979917082616
- --- Workload:  184998000000.0
+ --- Configuration:  333033-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15017968999.908392
+ --- Energy:  80.1899268231783
+ --- Workload:  1204290000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2200-0000'
---- Neighbour  0 in the list of neghbours, And at position 34 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222022-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 269 in the X datas point
 --------------
- --- Configuration:  2000-0000
+ --- Configuration:  222022-1-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Energy efficiency:  10478138412.017168
+ --- Energy:  17.9776183946517
+ --- Workload:  188372000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 51 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 268 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Configuration:  222002-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10402709697.822088
+ --- Energy:  18.1188341516786
+ --- Workload:  188485000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 221 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 48 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2083511299.9235353
- --- Energy:  29.12766521649349
- --- Workload:  60687800000.0
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 355 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  333033-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15017968999.908392
+ --- Energy:  80.1899268231783
+ --- Workload:  1204290000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 158 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 74 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 39 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 357 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3029054692.61153
- --- Energy:  30.508250558695604
- --- Workload:  92411200000.0
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 97 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 179 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2991522026.5766816
- --- Energy:  30.63396781022152
- --- Workload:  91642100000.0
+ --- Configuration:  222022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14657190304.561756
+ --- Energy:  95.6220428328611
+ --- Workload:  1401550000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 174 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 37 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5023055826.242454
- --- Energy:  35.164198939696966
- --- Workload:  176632000000.0
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 238 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 98 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5231876778.838105
- --- Energy:  35.35979917082616
- --- Workload:  184998000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 37 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 158 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  222222-2-3
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (30.07061597004587 mAh)  it is NOT far from the median.
----  Median :30.07061597004587,   the gap is :  10
---- So No we don't romove this configuration '2200-0000'
- --- remove_aberrant_points: The value [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '1110-0000'
+--- The energy of the current configuration (98.33180383203538 mAh)  is far from the median.
+---  Median :81.9077463484616,   the gap is :  10
+--- So yes we remove this configuration '222022-2-3'
+--- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '111101-1-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1110-0000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111101-1-1'
 --- Neighbour  0 in the list of neghbours, And at position 38 in the X datas point
 --------------
- --- Configuration:  1110-0000
+ --- Configuration:  111101-1-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2905397356.669485
- --- Energy:  30.668041259477853
- --- Workload:  89102900000.0
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 146 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 39 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 341 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3029054692.61153
- --- Energy:  30.508250558695604
- --- Workload:  92411200000.0
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16077609838.211012
+ --- Energy:  40.36593190681932
+ --- Workload:  648988000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 97 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 490 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2991522026.5766816
- --- Energy:  30.63396781022152
- --- Workload:  91642100000.0
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929324771.852247
+ --- Energy:  40.838573735993684
+ --- Workload:  650531000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 221 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 4 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2083511299.9235353
- --- Energy:  29.12766521649349
- --- Workload:  60687800000.0
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 247 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  1110-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6238497769.737048
- --- Energy:  35.660197143265485
- --- Workload:  222466000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 33 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 54 in the X datas point
 --------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 113 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 48 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1110-0000'
---- Neighbour  0 in the list of neghbours, And at position 221 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111101-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 4 in the X datas point
 --------------
- --- Configuration:  1100-0000
+ --- Configuration:  111101-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2083511299.9235353
- --- Energy:  29.12766521649349
- --- Workload:  60687800000.0
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 33 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 54 in the X datas point
 --------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 341 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16077609838.211012
+ --- Energy:  40.36593190681932
+ --- Workload:  648988000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 490 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929324771.852247
+ --- Energy:  40.838573735993684
+ --- Workload:  650531000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 39 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 146 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3029054692.61153
- --- Energy:  30.508250558695604
- --- Workload:  92411200000.0
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 97 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 38 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2991522026.5766816
- --- Energy:  30.63396781022152
- --- Workload:  91642100000.0
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 38 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  1110-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2905397356.669485
- --- Energy:  30.668041259477853
- --- Workload:  89102900000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 247 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  1110-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6238497769.737048
- --- Energy:  35.660197143265485
- --- Workload:  222466000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 48 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 113 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 39 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 146 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Energy efficiency:  3029054692.61153
- --- Energy:  30.508250558695604
- --- Workload:  92411200000.0
+ --- Configuration:  111101-1-1
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (30.508250558695604 mAh)  it is NOT far from the median.
----  Median :30.508250558695604,   the gap is :  10
---- So No we don't romove this configuration '1110-0000'
- --- remove_aberrant_points: The value [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '2220-0000'
+--- The energy of the current configuration (41.1716606409971 mAh)  it is NOT far from the median.
+---  Median :41.1716606409971,   the gap is :  10
+--- So No we don't romove this configuration '111101-1-1'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '022022-1-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2220-0000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '022022-1-3'
 --- Neighbour  0 in the list of neghbours, And at position 39 in the X datas point
 --------------
- --- Configuration:  2220-0000
+ --- Configuration:  022022-1-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3029054692.61153
- --- Energy:  30.508250558695604
- --- Workload:  92411200000.0
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 97 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 535 in the X datas point
 --------------
- --- Configuration:  2220-0000
+ --- Configuration:  022022-1-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2991522026.5766816
- --- Energy:  30.63396781022152
- --- Workload:  91642100000.0
+ --- Energy efficiency:  13609237950.72095
+ --- Energy:  81.63493485553877
+ --- Workload:  1110990000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 269 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10478138412.017168
+ --- Energy:  17.9776183946517
+ --- Workload:  188372000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 491 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  033033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13084073019.59471
+ --- Energy:  87.73797792788814
+ --- Workload:  1147970000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 38 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 640 in the X datas point
 --------------
- --- Configuration:  1110-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2905397356.669485
- --- Energy:  30.668041259477853
- --- Workload:  89102900000.0
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14620310535.395771
+ --- Energy:  81.50438397997827
+ --- Workload:  1191620000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 37 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 21 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 55 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  011010-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12057461036.314661
+ --- Energy:  68.32437278660214
+ --- Workload:  823818000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 34 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 75 in the X datas point
 --------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 94 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 51 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 142 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2220-0000'
---- Neighbour  0 in the list of neghbours, And at position 34 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '022022-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 269 in the X datas point
 --------------
- --- Configuration:  2000-0000
+ --- Configuration:  222022-1-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Energy efficiency:  10478138412.017168
+ --- Energy:  17.9776183946517
+ --- Workload:  188372000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 51 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 55 in the X datas point
 --------------
- --- Configuration:  3300-0000
+ --- Configuration:  011010-1-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Energy efficiency:  12057461036.314661
+ --- Energy:  68.32437278660214
+ --- Workload:  823818000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 75 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 142 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 94 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 39 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 640 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3029054692.61153
- --- Energy:  30.508250558695604
- --- Workload:  92411200000.0
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14620310535.395771
+ --- Energy:  81.50438397997827
+ --- Workload:  1191620000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 97 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 535 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2991522026.5766816
- --- Energy:  30.63396781022152
- --- Workload:  91642100000.0
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13609237950.72095
+ --- Energy:  81.63493485553877
+ --- Workload:  1110990000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 38 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 39 in the X datas point
 --------------
- --- Configuration:  1110-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2905397356.669485
- --- Energy:  30.668041259477853
- --- Workload:  89102900000.0
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 491 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  033033-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13084073019.59471
+ --- Energy:  87.73797792788814
+ --- Workload:  1147970000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 21 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 37 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 19 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 94 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  111011-1-3
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (30.277288658122774 mAh)  it is NOT far from the median.
----  Median :30.277288658122774,   the gap is :  10
---- So No we don't romove this configuration '2220-0000'
- --- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '3300-1000'
+--- The energy of the current configuration (81.3667303591789 mAh)  it is NOT far from the median.
+---  Median :81.3667303591789,   the gap is :  10
+--- So No we don't romove this configuration '022022-1-3'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '000011-1-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3300-1000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000011-1-1'
 --- Neighbour  0 in the list of neghbours, And at position 40 in the X datas point
 --------------
- --- Configuration:  3300-1000
+ --- Configuration:  000011-1-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Energy efficiency:  11067652130.41236
+ --- Energy:  41.81970183069355
+ --- Workload:  462846000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 297 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 41 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 337 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  001011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9632519385.445263
+ --- Energy:  30.734807722364668
+ --- Workload:  296054000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 44 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 433 in the X datas point
 --------------
- --- Configuration:  3000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5326600510.288329
- --- Energy:  36.46450751429702
- --- Workload:  194232000000.0
+ --- Configuration:  010111-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13352311418.629679
+ --- Energy:  42.04621333129826
+ --- Workload:  561414000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 51 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 435 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Configuration:  010010-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12144942603.001259
+ --- Energy:  38.33628258038769
+ --- Workload:  465592000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 174 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 533 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5023055826.242454
- --- Energy:  35.164198939696966
- --- Workload:  176632000000.0
+ --- Configuration:  000110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12859238913.085691
+ --- Energy:  36.48721262882221
+ --- Workload:  469198000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 238 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 585 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5231876778.838105
- --- Energy:  35.35979917082616
- --- Workload:  184998000000.0
+ --- Configuration:  010011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9783204195.037958
+ --- Energy:  30.276377856940353
+ --- Workload:  296200000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 14 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 643 in the X datas point
 --------------
- --- Configuration:  3303-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9340120487.55429
- --- Energy:  67.3857084084629
- --- Workload:  629393000000.0
+ --- Configuration:  100001-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12431780603.935902
+ --- Energy:  37.245499593655026
+ --- Workload:  463028000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 696 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  010011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9422317701.708267
+ --- Energy:  31.27446828861957
+ --- Workload:  294678000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 759 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  000022-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10913492022.783005
+ --- Energy:  17.236925200640222
+ --- Workload:  188115000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3300-1000'
---- Neighbour  0 in the list of neghbours, And at position 51 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000011-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 759 in the X datas point
 --------------
- --- Configuration:  3300-0000
+ --- Configuration:  000022-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Energy efficiency:  10913492022.783005
+ --- Energy:  17.236925200640222
+ --- Workload:  188115000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 585 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  010011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9783204195.037958
+ --- Energy:  30.276377856940353
+ --- Workload:  296200000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 337 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  001011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9632519385.445263
+ --- Energy:  30.734807722364668
+ --- Workload:  296054000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 696 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  010011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9422317701.708267
+ --- Energy:  31.27446828861957
+ --- Workload:  294678000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 174 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 297 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5023055826.242454
- --- Energy:  35.164198939696966
- --- Workload:  176632000000.0
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 238 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 533 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5231876778.838105
- --- Energy:  35.35979917082616
- --- Workload:  184998000000.0
+ --- Configuration:  000110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12859238913.085691
+ --- Energy:  36.48721262882221
+ --- Workload:  469198000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 44 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 643 in the X datas point
 --------------
- --- Configuration:  3000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5326600510.288329
- --- Energy:  36.46450751429702
- --- Workload:  194232000000.0
+ --- Configuration:  100001-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12431780603.935902
+ --- Energy:  37.245499593655026
+ --- Workload:  463028000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 435 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  010010-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12144942603.001259
+ --- Energy:  38.33628258038769
+ --- Workload:  465592000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 41 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 40 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  000011-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11067652130.41236
+ --- Energy:  41.81970183069355
+ --- Workload:  462846000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 14 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 433 in the X datas point
 --------------
- --- Configuration:  3303-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9340120487.55429
- --- Energy:  67.3857084084629
- --- Workload:  629393000000.0
+ --- Configuration:  010111-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13352311418.629679
+ --- Energy:  42.04621333129826
+ --- Workload:  561414000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 174 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 297 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Energy efficiency:  5023055826.242454
- --- Energy:  35.164198939696966
- --- Workload:  176632000000.0
+ --- Configuration:  000000-1-1
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (35.164198939696966 mAh)  it is NOT far from the median.
----  Median :35.164198939696966,   the gap is :  10
---- So No we don't romove this configuration '3300-1000'
- --- remove_aberrant_points: The value [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '3300-2000'
+--- The energy of the current configuration (35.6832 mAh)  it is NOT far from the median.
+---  Median :35.6832,   the gap is :  10
+--- So No we don't romove this configuration '000011-1-1'
+ --- remove_aberrant_points: The value [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '111011-3-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3300-2000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111011-3-0'
 --- Neighbour  0 in the list of neghbours, And at position 41 in the X datas point
 --------------
- --- Configuration:  3300-2000
+ --- Configuration:  111011-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 193 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 366 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  111111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14221635658.760386
+ --- Energy:  52.1586628956498
+ --- Workload:  741781000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 381 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  111001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12484488023.630638
+ --- Energy:  53.0720402291821
+ --- Workload:  662577000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 404 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  111011-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7611972109.73419
+ --- Energy:  14.9822385679116
+ --- Workload:  114044000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 114 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 470 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3742206854.226074
- --- Energy:  34.88131927324178
- --- Workload:  130533000000.0
+ --- Configuration:  111010-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12158719929.965773
+ --- Energy:  53.41244164848047
+ --- Workload:  649427000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 177 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 19 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5065035050.042546
- --- Energy:  35.13598057141005
- --- Workload:  177965000000.0
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 234 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  3330-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7804268935.107504
- --- Energy:  38.575829271360156
- --- Workload:  301057000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 28 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 73 in the X datas point
 --------------
- --- Configuration:  3330-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3300-2000'
---- Neighbour  0 in the list of neghbours, And at position 19 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111011-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 404 in the X datas point
 --------------
- --- Configuration:  3300-0000
+ --- Configuration:  111011-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Energy efficiency:  7611972109.73419
+ --- Energy:  14.9822385679116
+ --- Workload:  114044000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 114 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 19 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3742206854.226074
- --- Energy:  34.88131927324178
- --- Workload:  130533000000.0
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 177 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 366 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5065035050.042546
- --- Energy:  35.13598057141005
- --- Workload:  177965000000.0
+ --- Configuration:  111111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14221635658.760386
+ --- Energy:  52.1586628956498
+ --- Workload:  741781000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 381 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  111001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12484488023.630638
+ --- Energy:  53.0720402291821
+ --- Workload:  662577000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 470 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  111010-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12158719929.965773
+ --- Energy:  53.41244164848047
+ --- Workload:  649427000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 73 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 41 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 41 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 193 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 28 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  3330-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 234 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  3330-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7804268935.107504
- --- Energy:  38.575829271360156
- --- Workload:  301057000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 40 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 470 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  111010-3-0
+ --- Energy efficiency:  12158719929.965773
+ --- Energy:  53.41244164848047
+ --- Workload:  649427000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (36.78276420172299 mAh)  it is NOT far from the median.
----  Median :36.78276420172299,   the gap is :  10
---- So No we don't romove this configuration '3300-2000'
- --- remove_aberrant_points: The value [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '1100-1000'
+--- The energy of the current configuration (53.41244164848047 mAh)  it is NOT far from the median.
+---  Median :53.41244164848047,   the gap is :  10
+--- So No we don't romove this configuration '111011-3-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '220020-1-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1100-1000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220020-1-2'
 --- Neighbour  0 in the list of neghbours, And at position 42 in the X datas point
 --------------
- --- Configuration:  1100-1000
+ --- Configuration:  220020-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 615 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12670208412.258175
+ --- Energy:  62.229672314345905
+ --- Workload:  788463000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 162 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12976463290.882996
+ --- Energy:  64.768131410946
+ --- Workload:  840461000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 162 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 238 in the X datas point
 --------------
- --- Configuration:  1100-1001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7522756337.9222145
- --- Energy:  41.562953026807364
- --- Workload:  312668000000.0
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 174 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 245 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5023055826.242454
- --- Energy:  35.164198939696966
- --- Workload:  176632000000.0
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13277356000.435497
+ --- Energy:  63.3971718133292
+ --- Workload:  841747000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 221 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 64 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2083511299.9235353
- --- Energy:  29.12766521649349
- --- Workload:  60687800000.0
+ --- Configuration:  220020-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10312116840.40865
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 238 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 87 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5231876778.838105
- --- Energy:  35.35979917082616
- --- Workload:  184998000000.0
+ --- Configuration:  330030-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14087701577.399946
+ --- Energy:  72.9096660218277
+ --- Workload:  1027130000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 247 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 124 in the X datas point
 --------------
- --- Configuration:  1110-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6238497769.737048
- --- Energy:  35.660197143265485
- --- Workload:  222466000000.0
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 7 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 143 in the X datas point
 --------------
- --- Configuration:  1000-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6501654671.113798
- --- Energy:  42.85376093977719
- --- Workload:  278621000000.0
+ --- Configuration:  220020-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10684388505.734846
+ --- Energy:  63.3690752564047
+ --- Workload:  677060000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 33 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 558 in the X datas point
 --------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Configuration:  110000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12516412145.425688
+ --- Energy:  59.318332001781286
+ --- Workload:  742453000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1100-1000'
---- Neighbour  0 in the list of neghbours, And at position 221 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220020-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 64 in the X datas point
 --------------
- --- Configuration:  1100-0000
+ --- Configuration:  220020-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2083511299.9235353
- --- Energy:  29.12766521649349
- --- Workload:  60687800000.0
+ --- Energy efficiency:  10312116840.40865
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 33 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 558 in the X datas point
 --------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Configuration:  110000-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12516412145.425688
+ --- Energy:  59.318332001781286
+ --- Workload:  742453000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 615 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12670208412.258175
+ --- Energy:  62.229672314345905
+ --- Workload:  788463000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 174 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 42 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5023055826.242454
- --- Energy:  35.164198939696966
- --- Workload:  176632000000.0
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
 --------------
 --- Neighbour  4 in the list of neghbours, And at position 238 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5231876778.838105
- --- Energy:  35.35979917082616
- --- Workload:  184998000000.0
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 247 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 143 in the X datas point
 --------------
- --- Configuration:  1110-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6238497769.737048
- --- Energy:  35.660197143265485
- --- Workload:  222466000000.0
+ --- Configuration:  220020-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10684388505.734846
+ --- Energy:  63.3690752564047
+ --- Workload:  677060000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 245 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13277356000.435497
+ --- Energy:  63.3971718133292
+ --- Workload:  841747000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 124 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
 --------------
 --- Neighbour  8 in the list of neghbours, And at position 162 in the X datas point
 --------------
- --- Configuration:  1100-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7522756337.9222145
- --- Energy:  41.562953026807364
- --- Workload:  312668000000.0
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12976463290.882996
+ --- Energy:  64.768131410946
+ --- Workload:  840461000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 7 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 87 in the X datas point
 --------------
- --- Configuration:  1000-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6501654671.113798
- --- Energy:  42.85376093977719
- --- Workload:  278621000000.0
+ --- Configuration:  330030-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14087701577.399946
+ --- Energy:  72.9096660218277
+ --- Workload:  1027130000000.0
 --------------
 --------------
 --- Median at position 4 in the list of neghbours, And at position 238 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Energy efficiency:  5231876778.838105
- --- Energy:  35.35979917082616
- --- Workload:  184998000000.0
+ --- Configuration:  330030-1-2
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (35.35979917082616 mAh)  it is NOT far from the median.
----  Median :35.35979917082616,   the gap is :  10
---- So No we don't romove this configuration '1100-1000'
- --- remove_aberrant_points: The value [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '2200-2000'
+--- The energy of the current configuration (62.4755025899128 mAh)  it is NOT far from the median.
+---  Median :62.4755025899128,   the gap is :  10
+--- So No we don't romove this configuration '220020-1-2'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0]
+--- Computing the list of the 10 first neighbours of '333033-0-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2200-2000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333033-0-2'
 --- Neighbour  0 in the list of neghbours, And at position 43 in the X datas point
 --------------
- --- Configuration:  2200-2000
+ --- Configuration:  333033-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 177 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 77 in the X datas point
 --------------
- --- Configuration:  2200-2000
+ --- Configuration:  333033-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5065035050.042546
- --- Energy:  35.13598057141005
- --- Workload:  177965000000.0
+ --- Energy efficiency:  14045358079.381556
+ --- Energy:  70.47402905804368
+ --- Workload:  989833000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 41 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 189 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13468757197.367126
+ --- Energy:  79.8767027494463
+ --- Workload:  1075840000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 69 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 14 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  333030-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 174 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 401 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5023055826.242454
- --- Energy:  35.164198939696966
- --- Workload:  176632000000.0
+ --- Configuration:  330033-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12619618206.070793
+ --- Energy:  80.8971097844968
+ --- Workload:  1020890000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 238 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 483 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5231876778.838105
- --- Energy:  35.35979917082616
- --- Workload:  184998000000.0
+ --- Configuration:  333333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14751416504.76987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 105 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13446770287.478502
+ --- Energy:  86.2801902841026
+ --- Workload:  1160190000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 142 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 169 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2200-2000'
---- Neighbour  0 in the list of neghbours, And at position 37 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333033-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 14 in the X datas point
 --------------
- --- Configuration:  2200-0000
+ --- Configuration:  333030-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 177 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 77 in the X datas point
 --------------
- --- Configuration:  2200-2000
+ --- Configuration:  333033-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5065035050.042546
- --- Energy:  35.13598057141005
- --- Workload:  177965000000.0
+ --- Energy efficiency:  14045358079.381556
+ --- Energy:  70.47402905804368
+ --- Workload:  989833000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 174 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 169 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5023055826.242454
- --- Energy:  35.164198939696966
- --- Workload:  176632000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 238 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 43 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5231876778.838105
- --- Energy:  35.35979917082616
- --- Workload:  184998000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 69 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 483 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  333333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14751416504.76987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 142 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 189 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13468757197.367126
+ --- Energy:  79.8767027494463
+ --- Workload:  1075840000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 401 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  330033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12619618206.070793
+ --- Energy:  80.8971097844968
+ --- Workload:  1020890000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 105 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13446770287.478502
+ --- Energy:  86.2801902841026
+ --- Workload:  1160190000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 41 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 69 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 483 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  333333-0-2
+ --- Energy efficiency:  14751416504.76987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (36.241340818491324 mAh)  it is NOT far from the median.
----  Median :36.241340818491324,   the gap is :  10
---- So No we don't romove this configuration '2200-2000'
- --- remove_aberrant_points: The value [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '3000-1000'
+--- The energy of the current configuration (76.85298501974917 mAh)  it is NOT far from the median.
+---  Median :76.85298501974917,   the gap is :  10
+--- So No we don't romove this configuration '333033-0-2'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '222220-3-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3000-1000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222220-3-3'
 --- Neighbour  0 in the list of neghbours, And at position 44 in the X datas point
 --------------
- --- Configuration:  3000-1000
+ --- Configuration:  222220-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5326600510.288329
- --- Energy:  36.46450751429702
- --- Workload:  194232000000.0
+ --- Energy efficiency:  14471780028.94356
+ --- Energy:  72.03533813993924
+ --- Workload:  1042480000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 163 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 176 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  83.7034659994173
+ --- Workload:  1150120000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 342 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 777 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  022220-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6021448399.197943
+ --- Energy:  12.583421405685236
+ --- Workload:  75770300000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 70 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 9 in the X datas point
 --------------
- --- Configuration:  3000-1100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6443423519.784533
- --- Energy:  43.3608751201712
- --- Workload:  279393000000.0
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 114 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 13 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3742206854.226074
- --- Energy:  34.88131927324178
- --- Workload:  130533000000.0
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 46 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  220220-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3000-1000'
---- Neighbour  0 in the list of neghbours, And at position 18 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222220-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 777 in the X datas point
 --------------
- --- Configuration:  3000-0000
+ --- Configuration:  022220-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Energy efficiency:  6021448399.197943
+ --- Energy:  12.583421405685236
+ --- Workload:  75770300000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 44 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  222220-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14471780028.94356
+ --- Energy:  72.03533813993924
+ --- Workload:  1042480000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 13 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 114 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 46 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3742206854.226074
- --- Energy:  34.88131927324178
- --- Workload:  130533000000.0
+ --- Configuration:  220220-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 44 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 163 in the X datas point
 --------------
- --- Configuration:  3000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5326600510.288329
- --- Energy:  36.46450751429702
- --- Workload:  194232000000.0
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 176 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  83.7034659994173
+ --- Workload:  1150120000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 9 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 70 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  3000-1100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6443423519.784533
- --- Energy:  43.3608751201712
- --- Workload:  279393000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 342 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 44 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 163 in the X datas point
 --------------
- --- Configuration:  3000-1000
- --- Energy efficiency:  5326600510.288329
- --- Energy:  36.46450751429702
- --- Workload:  194232000000.0
+ --- Configuration:  222220-2-3
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (36.46450751429702 mAh)  it is NOT far from the median.
----  Median :36.46450751429702,   the gap is :  10
---- So No we don't romove this configuration '3000-1000'
- --- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '3000-2000'
+--- The energy of the current configuration (79.5738884766809 mAh)  it is NOT far from the median.
+---  Median :79.5738884766809,   the gap is :  10
+--- So No we don't romove this configuration '222220-3-3'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '030300-2-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3000-2000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '030300-2-0'
 --- Neighbour  0 in the list of neghbours, And at position 45 in the X datas point
 --------------
- --- Configuration:  3000-2000
+ --- Configuration:  030300-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 114 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 564 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3742206854.226074
- --- Energy:  34.88131927324178
- --- Workload:  130533000000.0
+ --- Configuration:  030300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11625825142.93952
+ --- Energy:  47.58862500100224
+ --- Workload:  553257000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 29 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 575 in the X datas point
 --------------
- --- Configuration:  3000-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Configuration:  020200-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11852174933.361147
+ --- Energy:  40.672301388671954
+ --- Workload:  482055000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 41 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 584 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  330300-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12326960294.86089
+ --- Energy:  42.494897108957154
+ --- Workload:  523833000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 44 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 651 in the X datas point
 --------------
- --- Configuration:  3000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5326600510.288329
- --- Energy:  36.46450751429702
- --- Workload:  194232000000.0
+ --- Configuration:  030300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11668883754.580038
+ --- Energy:  47.396418468531486
+ --- Workload:  553063000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 69 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 168 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  033300-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13694709322.947266
+ --- Energy:  55.1474477747145
+ --- Workload:  755228000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 71 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 178 in the X datas point
 --------------
- --- Configuration:  3000-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6519117311.516021
- --- Energy:  42.79271109577192
- --- Workload:  278971000000.0
+ --- Configuration:  030330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11742271237.07176
+ --- Energy:  50.8317348445158
+ --- Workload:  596880000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 215 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 422 in the X datas point
 --------------
- --- Configuration:  3030-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5441732647.675019
- --- Energy:  35.287807273153724
- --- Workload:  192027000000.0
+ --- Configuration:  033000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 441 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  020202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13489251090.268719
+ --- Energy:  51.82043413295036
+ --- Workload:  699019000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 577 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  330303-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14185463588.042788
+ --- Energy:  62.03120341832688
+ --- Workload:  879941000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3000-2000'
---- Neighbour  0 in the list of neghbours, And at position 18 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '030300-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 575 in the X datas point
 --------------
- --- Configuration:  3000-0000
+ --- Configuration:  020200-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Energy efficiency:  11852174933.361147
+ --- Energy:  40.672301388671954
+ --- Workload:  482055000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 114 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 45 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3742206854.226074
- --- Energy:  34.88131927324178
- --- Workload:  130533000000.0
+ --- Configuration:  030300-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 215 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 584 in the X datas point
 --------------
- --- Configuration:  3030-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5441732647.675019
- --- Energy:  35.287807273153724
- --- Workload:  192027000000.0
+ --- Configuration:  330300-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12326960294.86089
+ --- Energy:  42.494897108957154
+ --- Workload:  523833000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 29 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 422 in the X datas point
 --------------
- --- Configuration:  3000-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Configuration:  033000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 69 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 651 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  030300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11668883754.580038
+ --- Energy:  47.396418468531486
+ --- Workload:  553063000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 44 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 564 in the X datas point
 --------------
- --- Configuration:  3000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5326600510.288329
- --- Energy:  36.46450751429702
- --- Workload:  194232000000.0
+ --- Configuration:  030300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11625825142.93952
+ --- Energy:  47.58862500100224
+ --- Workload:  553257000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 178 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  030330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11742271237.07176
+ --- Energy:  50.8317348445158
+ --- Workload:  596880000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 441 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  020202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13489251090.268719
+ --- Energy:  51.82043413295036
+ --- Workload:  699019000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 41 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 168 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  033300-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13694709322.947266
+ --- Energy:  55.1474477747145
+ --- Workload:  755228000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 71 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 577 in the X datas point
 --------------
- --- Configuration:  3000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6519117311.516021
- --- Energy:  42.79271109577192
- --- Workload:  278971000000.0
+ --- Configuration:  330303-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14185463588.042788
+ --- Energy:  62.03120341832688
+ --- Workload:  879941000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 69 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 651 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  030300-3-0
+ --- Energy efficiency:  11668883754.580038
+ --- Energy:  47.396418468531486
+ --- Workload:  553063000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (36.241340818491324 mAh)  it is NOT far from the median.
----  Median :36.241340818491324,   the gap is :  10
---- So No we don't romove this configuration '3000-2000'
- --- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '1000-1000'
+--- The energy of the current configuration (47.396418468531486 mAh)  it is NOT far from the median.
+---  Median :47.396418468531486,   the gap is :  10
+--- So No we don't romove this configuration '030300-2-0'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '220220-3-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1000-1000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220220-3-2'
 --- Neighbour  0 in the list of neghbours, And at position 46 in the X datas point
 --------------
- --- Configuration:  1000-1000
+ --- Configuration:  220220-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 7 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 226 in the X datas point
 --------------
- --- Configuration:  1000-1010
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6501654671.113798
- --- Energy:  42.85376093977719
- --- Workload:  278621000000.0
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 33 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 471 in the X datas point
 --------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14772139744.44198
+ --- Energy:  98.66003637723567
+ --- Workload:  1457420000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 680 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  220220-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12953334317.786741
+ --- Energy:  68.45824901392889
+ --- Workload:  886763000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 72 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 12 in the X datas point
 --------------
- --- Configuration:  1000-1100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6448575832.027497
- --- Energy:  42.80059101405426
- --- Workload:  276003000000.0
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 44 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  222220-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14471780028.94356
+ --- Energy:  72.03533813993924
+ --- Workload:  1042480000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 204 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  110110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12597441207.741884
+ --- Energy:  69.8226407220911
+ --- Workload:  879587000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 205 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  222220-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13053432922.324242
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 34 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 240 in the X datas point
 --------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15595928215.061611
+ --- Energy:  95.9288937521245
+ --- Workload:  1496100000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1000-1000'
---- Neighbour  0 in the list of neghbours, And at position 34 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220220-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 680 in the X datas point
 --------------
- --- Configuration:  2000-0000
+ --- Configuration:  220220-3-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Energy efficiency:  12953334317.786741
+ --- Energy:  68.45824901392889
+ --- Workload:  886763000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 33 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 204 in the X datas point
 --------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Configuration:  110110-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12597441207.741884
+ --- Energy:  69.8226407220911
+ --- Workload:  879587000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 44 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  222220-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14471780028.94356
+ --- Energy:  72.03533813993924
+ --- Workload:  1042480000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 205 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  222220-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13053432922.324242
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 46 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  220220-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 12 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 240 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15595928215.061611
+ --- Energy:  95.9288937521245
+ --- Workload:  1496100000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 226 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 72 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 471 in the X datas point
 --------------
- --- Configuration:  1000-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6448575832.027497
- --- Energy:  42.80059101405426
- --- Workload:  276003000000.0
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14772139744.44198
+ --- Energy:  98.66003637723567
+ --- Workload:  1457420000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 7 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  1000-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6501654671.113798
- --- Energy:  42.85376093977719
- --- Workload:  278621000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 16 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 46 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  220220-3-2
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (30.299284062105812 mAh)  it is NOT far from the median.
----  Median :30.299284062105812,   the gap is :  10
---- So No we don't romove this configuration '1000-1000'
- --- remove_aberrant_points: The value [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '1001-2000'
+--- The energy of the current configuration (77.28586489330746 mAh)  it is NOT far from the median.
+---  Median :77.28586489330746,   the gap is :  10
+--- So No we don't romove this configuration '220220-3-2'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '101110-2-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1001-2000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101110-2-3'
 --- Neighbour  0 in the list of neghbours, And at position 47 in the X datas point
 --------------
- --- Configuration:  1001-2000
+ --- Configuration:  101110-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Energy efficiency:  14166071691.655617
+ --- Energy:  71.25193400283615
+ --- Workload:  1009360000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 84 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 13 in the X datas point
 --------------
- --- Configuration:  2002-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7263008047.412917
- --- Energy:  41.829225389075674
- --- Workload:  303807000000.0
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 105 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 266 in the X datas point
 --------------
- --- Configuration:  1101-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6788174999.151478
- --- Energy:  36.70897651674008
- --- Workload:  249187000000.0
+ --- Configuration:  101010-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5883010454.109577
+ --- Energy:  12.9248547023353
+ --- Workload:  76037200000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 128 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 562 in the X datas point
 --------------
- --- Configuration:  1001-2002
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9165566798.65083
- --- Energy:  65.10994999301121
- --- Workload:  596772000000.0
+ --- Configuration:  101110-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14736981718.77418
+ --- Energy:  73.08276501890562
+ --- Workload:  1077020000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 30 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 50 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 82 in the X datas point
 --------------
- --- Configuration:  0001-2002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8407741848.694279
- --- Energy:  65.1809584910712
- --- Workload:  548023000000.0
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 54 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 103 in the X datas point
 --------------
- --- Configuration:  1001-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7043096708.760907
- --- Energy:  47.6050128004243
- --- Workload:  335286000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 69 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 139 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 76 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 78 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 163 in the X datas point
 --------------
- --- Configuration:  1001-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9166575000.916658
- --- Energy:  50.735447078258076
- --- Workload:  465069000000.0
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1001-2000'
---- Neighbour  0 in the list of neghbours, And at position 76 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101110-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 266 in the X datas point
 --------------
- --- Configuration:  0000-2000
+ --- Configuration:  101010-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Energy efficiency:  5883010454.109577
+ --- Energy:  12.9248547023353
+ --- Workload:  76037200000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 69 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 47 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  101110-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14166071691.655617
+ --- Energy:  71.25193400283615
+ --- Workload:  1009360000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 105 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 562 in the X datas point
 --------------
- --- Configuration:  1101-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6788174999.151478
- --- Energy:  36.70897651674008
- --- Workload:  249187000000.0
+ --- Configuration:  101110-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14736981718.77418
+ --- Energy:  73.08276501890562
+ --- Workload:  1077020000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 13 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 47 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 163 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 84 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 139 in the X datas point
 --------------
- --- Configuration:  2002-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7263008047.412917
- --- Energy:  41.829225389075674
- --- Workload:  303807000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 54 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 82 in the X datas point
 --------------
- --- Configuration:  1001-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7043096708.760907
- --- Energy:  47.6050128004243
- --- Workload:  335286000000.0
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 78 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  1001-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9166575000.916658
- --- Energy:  50.735447078258076
- --- Workload:  465069000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 128 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 30 in the X datas point
 --------------
- --- Configuration:  1001-2002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9165566798.65083
- --- Energy:  65.10994999301121
- --- Workload:  596772000000.0
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 50 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 103 in the X datas point
 --------------
- --- Configuration:  0001-2002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8407741848.694279
- --- Energy:  65.1809584910712
- --- Workload:  548023000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 47 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 163 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  222220-2-3
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (39.7073615035878 mAh)  it is NOT far from the median.
----  Median :39.7073615035878,   the gap is :  10
---- So No we don't romove this configuration '1001-2000'
- --- remove_aberrant_points: The value [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '0111-0000'
+--- The energy of the current configuration (79.5738884766809 mAh)  it is NOT far from the median.
+---  Median :79.5738884766809,   the gap is :  10
+--- So No we don't romove this configuration '101110-2-3'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '111011-2-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0111-0000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111011-2-3'
 --- Neighbour  0 in the list of neghbours, And at position 48 in the X datas point
 --------------
- --- Configuration:  0111-0000
+ --- Configuration:  111011-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 53 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 486 in the X datas point
 --------------
- --- Configuration:  0011-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2745412415.8531094
- --- Energy:  29.5448803510097
- --- Workload:  81112900000.0
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14236800706.145315
+ --- Energy:  79.66681688807911
+ --- Workload:  1134200000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 200 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 37 in the X datas point
 --------------
- --- Configuration:  0111-0001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6254338947.644929
- --- Energy:  35.98594879953233
- --- Workload:  225068000000.0
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 201 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 94 in the X datas point
 --------------
- --- Configuration:  0011-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2780233650.836016
- --- Energy:  29.193550568943994
- --- Workload:  81165000000.0
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 38 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 103 in the X datas point
 --------------
- --- Configuration:  1110-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2905397356.669485
- --- Energy:  30.668041259477853
- --- Workload:  89102900000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 110 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 139 in the X datas point
 --------------
- --- Configuration:  0110-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5194211570.625695
- --- Energy:  35.648662348871625
- --- Workload:  185167000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 121 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  0110-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5162462701.2069845
- --- Energy:  35.42009012551951
- --- Workload:  182855000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 133 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 164 in the X datas point
 --------------
- --- Configuration:  0111-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6681499595.769274
- --- Energy:  37.38840673928198
- --- Workload:  249811000000.0
+ --- Configuration:  111011-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 176 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 357 in the X datas point
 --------------
- --- Configuration:  0222-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9969791531.659073
- --- Energy:  42.75164023390624
- --- Workload:  426227000000.0
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 13 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 757 in the X datas point
 --------------
- --- Configuration:  0011-1100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Configuration:  110011-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5863314414.372156
+ --- Energy:  12.909260168513825
+ --- Workload:  75691200000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0111-0000'
---- Neighbour  0 in the list of neghbours, And at position 201 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111011-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 757 in the X datas point
 --------------
- --- Configuration:  0011-0000
+ --- Configuration:  110011-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2780233650.836016
- --- Energy:  29.193550568943994
- --- Workload:  81165000000.0
+ --- Energy efficiency:  5863314414.372156
+ --- Energy:  12.909260168513825
+ --- Workload:  75691200000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 53 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 48 in the X datas point
 --------------
- --- Configuration:  0011-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2745412415.8531094
- --- Energy:  29.5448803510097
- --- Workload:  81112900000.0
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 38 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 164 in the X datas point
 --------------
- --- Configuration:  1110-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2905397356.669485
- --- Energy:  30.668041259477853
- --- Workload:  89102900000.0
+ --- Configuration:  111011-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 121 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 486 in the X datas point
 --------------
- --- Configuration:  0110-0100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5162462701.2069845
- --- Energy:  35.42009012551951
- --- Workload:  182855000000.0
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14236800706.145315
+ --- Energy:  79.66681688807911
+ --- Workload:  1134200000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 110 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 139 in the X datas point
 --------------
- --- Configuration:  0110-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5194211570.625695
- --- Energy:  35.648662348871625
- --- Workload:  185167000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 200 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 94 in the X datas point
 --------------
- --- Configuration:  0111-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6254338947.644929
- --- Energy:  35.98594879953233
- --- Workload:  225068000000.0
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 133 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  0111-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6681499595.769274
- --- Energy:  37.38840673928198
- --- Workload:  249811000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 48 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 357 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 176 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 103 in the X datas point
 --------------
- --- Configuration:  0222-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9969791531.659073
- --- Energy:  42.75164023390624
- --- Workload:  426227000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 13 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 37 in the X datas point
 --------------
- --- Configuration:  0011-1100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 110 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 139 in the X datas point
 --------------
- --- Configuration:  0110-0010
- --- Energy efficiency:  5194211570.625695
- --- Energy:  35.648662348871625
- --- Workload:  185167000000.0
+ --- Configuration:  111111-2-3
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (35.648662348871625 mAh)  it is NOT far from the median.
----  Median :35.648662348871625,   the gap is :  10
---- So No we don't romove this configuration '0111-0000'
- --- remove_aberrant_points: The value [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 1.0, 0, 1, 0, 1]
---- Computing the list of the 10 first neighbours of '3000-0202'
+--- The energy of the current configuration (80.579674343825 mAh)  it is NOT far from the median.
+---  Median :80.579674343825,   the gap is :  10
+--- So No we don't romove this configuration '111011-2-3'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0]
+--- Computing the list of the 10 first neighbours of '303300-0-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3000-0202'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303300-0-1'
 --- Neighbour  0 in the list of neghbours, And at position 49 in the X datas point
 --------------
- --- Configuration:  3000-0202
+ --- Configuration:  303300-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8354358468.81318
- --- Energy:  64.35822134376
- --- Workload:  537670000000.0
+ --- Energy efficiency:  10199294208.840748
+ --- Energy:  33.55309393673303
+ --- Workload:  342218000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 71 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 6 in the X datas point
 --------------
- --- Configuration:  3000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6519117311.516021
- --- Energy:  42.79271109577192
- --- Workload:  278971000000.0
+ --- Configuration:  303303-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  58.54108121624596
+ --- Workload:  751419000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 95 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 58 in the X datas point
 --------------
- --- Configuration:  3003-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7595205906.032112
- --- Energy:  65.80063109114849
- --- Workload:  499771000000.0
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 207 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 234 in the X datas point
 --------------
- --- Configuration:  3000-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3629843118.1804323
- --- Energy:  34.55029567760096
- --- Workload:  125412000000.0
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 227 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 306 in the X datas point
 --------------
- --- Configuration:  3300-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7514502990.77219
- --- Energy:  41.92637824781065
- --- Workload:  315055000000.0
+ --- Configuration:  333300-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12877238669.53101
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 248 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 434 in the X datas point
 --------------
- --- Configuration:  3300-2202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9961846129.324686
- --- Energy:  83.53903174389984
- --- Workload:  832202000000.0
+ --- Configuration:  303330-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5989960825.6562
+ --- Energy:  27.414270971275005
+ --- Workload:  164210000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 8 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 457 in the X datas point
 --------------
- --- Configuration:  0020-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8089829466.394849
- --- Energy:  66.44909360627778
- --- Workload:  537560000000.0
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13461287356.755075
+ --- Energy:  41.2112771905204
+ --- Workload:  554757000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 674 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13890586627.254442
+ --- Energy:  40.077884631026805
+ --- Workload:  556705000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 30 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 712 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6611133148.221605
- --- Energy:  42.19510352720739
- --- Workload:  278957000000.0
+ --- Configuration:  300300-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11916238377.198992
+ --- Energy:  39.019265274982374
+ --- Workload:  464963000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 23 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  000300-0-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  1619850293.4358807
+ --- Energy:  22.60411372898465
+ --- Workload:  36615300000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3000-0202'
---- Neighbour  0 in the list of neghbours, And at position 18 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303300-0-1'
+--- Neighbour  0 in the list of neghbours, And at position 23 in the X datas point
 --------------
- --- Configuration:  3000-0000
+ --- Configuration:  000300-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Energy efficiency:  1619850293.4358807
+ --- Energy:  22.60411372898465
+ --- Workload:  36615300000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 434 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  303330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5989960825.6562
+ --- Energy:  27.414270971275005
+ --- Workload:  164210000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 207 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 49 in the X datas point
 --------------
- --- Configuration:  3000-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3629843118.1804323
- --- Energy:  34.55029567760096
- --- Workload:  125412000000.0
+ --- Configuration:  303300-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10199294208.840748
+ --- Energy:  33.55309393673303
+ --- Workload:  342218000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 227 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 58 in the X datas point
 --------------
- --- Configuration:  3300-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7514502990.77219
- --- Energy:  41.92637824781065
- --- Workload:  315055000000.0
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 30 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 712 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6611133148.221605
- --- Energy:  42.19510352720739
- --- Workload:  278957000000.0
+ --- Configuration:  300300-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11916238377.198992
+ --- Energy:  39.019265274982374
+ --- Workload:  464963000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 71 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 234 in the X datas point
 --------------
- --- Configuration:  3000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6519117311.516021
- --- Energy:  42.79271109577192
- --- Workload:  278971000000.0
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 49 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 674 in the X datas point
 --------------
- --- Configuration:  3000-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8354358468.81318
- --- Energy:  64.35822134376
- --- Workload:  537670000000.0
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13890586627.254442
+ --- Energy:  40.077884631026805
+ --- Workload:  556705000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 95 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 457 in the X datas point
 --------------
- --- Configuration:  3003-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7595205906.032112
- --- Energy:  65.80063109114849
- --- Workload:  499771000000.0
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13461287356.755075
+ --- Energy:  41.2112771905204
+ --- Workload:  554757000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 8 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 306 in the X datas point
 --------------
- --- Configuration:  0020-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8089829466.394849
- --- Energy:  66.44909360627778
- --- Workload:  537560000000.0
+ --- Configuration:  333300-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12877238669.53101
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 248 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 6 in the X datas point
 --------------
- --- Configuration:  3300-2202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9961846129.324686
- --- Energy:  83.53903174389984
- --- Workload:  832202000000.0
+ --- Configuration:  303303-0-1
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  58.54108121624596
+ --- Workload:  751419000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 30 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 712 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Energy efficiency:  6611133148.221605
- --- Energy:  42.19510352720739
- --- Workload:  278957000000.0
+ --- Configuration:  300300-1-1
+ --- Energy efficiency:  11916238377.198992
+ --- Energy:  39.019265274982374
+ --- Workload:  464963000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (64.35822134376 mAh)  is far from the median.
----  Median :42.19510352720739,   the gap is :  10
---- So yes we remove this configuration '3000-0202'
---- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 1.0, 0, 1, 0, 1] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 0, 1, 1.0, 1, 0, 0, 1]
---- Computing the list of the 10 first neighbours of '0001-2002'
+--- The energy of the current configuration (39.019265274982374 mAh)  it is NOT far from the median.
+---  Median :39.019265274982374,   the gap is :  10
+--- So No we don't romove this configuration '303300-0-1'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '222220-2-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0001-2002'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222220-2-1'
 --- Neighbour  0 in the list of neghbours, And at position 50 in the X datas point
 --------------
- --- Configuration:  0001-2002
+ --- Configuration:  222220-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8407741848.694279
- --- Energy:  65.1809584910712
- --- Workload:  548023000000.0
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 128 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 196 in the X datas point
 --------------
- --- Configuration:  1001-2002
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9165566798.65083
- --- Energy:  65.10994999301121
- --- Workload:  596772000000.0
+ --- Configuration:  222020-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14254435980.477125
+ --- Energy:  56.5693073110482
+ --- Workload:  806364000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 47 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 205 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  222220-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13053432922.324242
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 54 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 353 in the X datas point
 --------------
- --- Configuration:  1001-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7043096708.760907
- --- Energy:  47.6050128004243
- --- Workload:  335286000000.0
+ --- Configuration:  111110-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14286387786.85281
+ --- Energy:  59.8357473888033
+ --- Workload:  854837000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 76 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 400 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13861550830.306894
+ --- Energy:  44.8724765340684
+ --- Workload:  622002000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 119 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 429 in the X datas point
 --------------
- --- Configuration:  0011-2022
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10199970420.085781
- --- Energy:  84.69065283515172
- --- Workload:  863842000000.0
+ --- Configuration:  222220-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14754441824.711329
+ --- Energy:  76.06186087808521
+ --- Workload:  1122250000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 250 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 473 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3452478361.591869
- --- Energy:  34.331593464755564
- --- Workload:  118529000000.0
+ --- Configuration:  222222-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16028749164.501448
+ --- Energy:  76.22620686685552
+ --- Workload:  1221810000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 24 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 523 in the X datas point
 --------------
- --- Configuration:  0000-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Configuration:  202220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14224386857.804495
+ --- Energy:  56.254266540548315
+ --- Workload:  800182000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 58 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 566 in the X datas point
 --------------
- --- Configuration:  0001-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4533975344.242078
- --- Energy:  35.4792605525655
- --- Workload:  160862000000.0
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13883393379.009699
+ --- Energy:  44.42888788986695
+ --- Workload:  616824000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 62 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 763 in the X datas point
 --------------
- --- Configuration:  0001-1100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6336774201.724871
- --- Energy:  45.652440385434886
- --- Workload:  289290000000.0
+ --- Configuration:  111110-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6055761451.444905
+ --- Energy:  12.504158981784528
+ --- Workload:  75722300000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0001-2002'
---- Neighbour  0 in the list of neghbours, And at position 250 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222220-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 763 in the X datas point
 --------------
- --- Configuration:  0000-2000
+ --- Configuration:  111110-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3452478361.591869
- --- Energy:  34.331593464755564
- --- Workload:  118529000000.0
+ --- Energy efficiency:  6055761451.444905
+ --- Energy:  12.504158981784528
+ --- Workload:  75722300000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 76 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 566 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13883393379.009699
+ --- Energy:  44.42888788986695
+ --- Workload:  616824000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 58 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 400 in the X datas point
 --------------
- --- Configuration:  0001-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4533975344.242078
- --- Energy:  35.4792605525655
- --- Workload:  160862000000.0
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13861550830.306894
+ --- Energy:  44.8724765340684
+ --- Workload:  622002000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 24 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 523 in the X datas point
 --------------
- --- Configuration:  0000-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Configuration:  202220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14224386857.804495
+ --- Energy:  56.254266540548315
+ --- Workload:  800182000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 47 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 196 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  222020-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14254435980.477125
+ --- Energy:  56.5693073110482
+ --- Workload:  806364000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 62 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 50 in the X datas point
 --------------
- --- Configuration:  0001-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6336774201.724871
- --- Energy:  45.652440385434886
- --- Workload:  289290000000.0
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 54 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 353 in the X datas point
 --------------
- --- Configuration:  1001-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7043096708.760907
- --- Energy:  47.6050128004243
- --- Workload:  335286000000.0
+ --- Configuration:  111110-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14286387786.85281
+ --- Energy:  59.8357473888033
+ --- Workload:  854837000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 128 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 205 in the X datas point
 --------------
- --- Configuration:  1001-2002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9165566798.65083
- --- Energy:  65.10994999301121
- --- Workload:  596772000000.0
+ --- Configuration:  222220-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13053432922.324242
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 50 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 429 in the X datas point
 --------------
- --- Configuration:  0001-2002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8407741848.694279
- --- Energy:  65.1809584910712
- --- Workload:  548023000000.0
+ --- Configuration:  222220-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14754441824.711329
+ --- Energy:  76.06186087808521
+ --- Workload:  1122250000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 119 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 473 in the X datas point
 --------------
- --- Configuration:  0011-2022
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10199970420.085781
- --- Energy:  84.69065283515172
- --- Workload:  863842000000.0
+ --- Configuration:  222222-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16028749164.501448
+ --- Energy:  76.22620686685552
+ --- Workload:  1221810000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 47 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 196 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  222020-2-1
+ --- Energy efficiency:  14254435980.477125
+ --- Energy:  56.5693073110482
+ --- Workload:  806364000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (65.1809584910712 mAh)  is far from the median.
----  Median :39.7073615035878,   the gap is :  10
---- So yes we remove this configuration '0001-2002'
---- remove_aberrant_points: The value [0.0, 0, 0, 0, 1, 1.0, 1, 0, 0, 1] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '3300-0000'
+--- The energy of the current configuration (56.5693073110482 mAh)  it is NOT far from the median.
+---  Median :56.5693073110482,   the gap is :  10
+--- So No we don't romove this configuration '222220-2-1'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '200222-2-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3300-0000'
---- Neighbour  0 in the list of neghbours, And at position 19 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '200222-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 51 in the X datas point
 --------------
- --- Configuration:  3300-0000
+ --- Configuration:  200222-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Energy efficiency:  14594342940.789293
+ --- Energy:  80.17631322756387
+ --- Workload:  1170120000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 51 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 30 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 399 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13410884005.240973
+ --- Energy:  109.874202798205
+ --- Workload:  1473510000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 468 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  200222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12966704097.21916
+ --- Energy:  85.45268353263162
+ --- Workload:  1108040000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 519 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  200022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14287673738.112658
+ --- Energy:  84.52879791585856
+ --- Workload:  1207720000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 548 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14753135779.009829
+ --- Energy:  97.4477993087831
+ --- Workload:  1437660000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 625 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  000222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13901728679.961353
+ --- Energy:  85.57933287675009
+ --- Workload:  1189700000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 179 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 9 in the X datas point
 --------------
- --- Configuration:  0300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1047552602.8539523
- --- Energy:  28.209089181571862
- --- Workload:  29550500000.0
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 13 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 21 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 28 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3300-0000'
---- Neighbour  0 in the list of neghbours, And at position 179 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '200222-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 13 in the X datas point
 --------------
- --- Configuration:  0300-0000
+ --- Configuration:  202220-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1047552602.8539523
- --- Energy:  28.209089181571862
- --- Workload:  29550500000.0
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
 --------------
 --- Neighbour  1 in the list of neghbours, And at position 51 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Configuration:  200222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14594342940.789293
+ --- Energy:  80.17631322756387
+ --- Workload:  1170120000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 9 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 519 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  200022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14287673738.112658
+ --- Energy:  84.52879791585856
+ --- Workload:  1207720000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 468 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  200222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12966704097.21916
+ --- Energy:  85.45268353263162
+ --- Workload:  1108040000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 625 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  000222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13901728679.961353
+ --- Energy:  85.57933287675009
+ --- Workload:  1189700000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 30 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 28 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 21 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 548 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14753135779.009829
+ --- Energy:  97.4477993087831
+ --- Workload:  1437660000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 399 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13410884005.240973
+ --- Energy:  109.874202798205
+ --- Workload:  1473510000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 37 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 468 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  200222-1-3
+ --- Energy efficiency:  12966704097.21916
+ --- Energy:  85.45268353263162
+ --- Workload:  1108040000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (30.07061597004587 mAh)  it is NOT far from the median.
----  Median :30.07061597004587,   the gap is :  10
---- So No we don't romove this configuration '3300-0000'
- --- remove_aberrant_points: The value [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 1, 1.0, 0, 1, 0, 1]
---- Computing the list of the 10 first neighbours of '1101-0202'
+--- The energy of the current configuration (85.45268353263162 mAh)  it is NOT far from the median.
+---  Median :85.45268353263162,   the gap is :  10
+--- So No we don't romove this configuration '200222-2-3'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '220222-2-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1101-0202'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220222-2-0'
 --- Neighbour  0 in the list of neghbours, And at position 52 in the X datas point
 --------------
- --- Configuration:  1101-0202
+ --- Configuration:  220222-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9914340101.522842
- --- Energy:  65.015157087009
- --- Workload:  644582000000.0
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 54 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 213 in the X datas point
 --------------
- --- Configuration:  1001-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7043096708.760907
- --- Energy:  47.6050128004243
- --- Workload:  335286000000.0
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13997917109.93404
+ --- Energy:  44.3851855395692
+ --- Workload:  621300000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 82 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 217 in the X datas point
 --------------
- --- Configuration:  0101-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5549420363.04308
- --- Energy:  37.334916995372765
- --- Workload:  207187000000.0
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13731963066.512136
+ --- Energy:  45.342545639677
+ --- Workload:  622642000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 96 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 395 in the X datas point
 --------------
- --- Configuration:  1111-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9080672696.233337
- --- Energy:  45.44863666563364
- --- Workload:  412706000000.0
+ --- Configuration:  222222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  49900697611.75261
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 138 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 465 in the X datas point
 --------------
- --- Configuration:  1111-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8622547962.923044
- --- Energy:  48.5763010995366
- --- Workload:  418853000000.0
+ --- Configuration:  330333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13912636987.301937
+ --- Energy:  77.38792641178887
+ --- Workload:  1076670000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 184 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 740 in the X datas point
 --------------
- --- Configuration:  1000-0202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8327920185.212945
- --- Energy:  64.17430044494624
- --- Workload:  534437000000.0
+ --- Configuration:  020222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11107569030.764635
+ --- Energy:  16.962130007740114
+ --- Workload:  188408000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 224 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 81 in the X datas point
 --------------
- --- Configuration:  1100-0222
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10065860928.052246
- --- Energy:  83.39866371497797
- --- Workload:  839479000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 244 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 115 in the X datas point
 --------------
- --- Configuration:  0101-0222
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10233675752.123999
- --- Energy:  84.26690937159533
- --- Workload:  862360000000.0
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 55 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 134 in the X datas point
 --------------
- --- Configuration:  2002-0101
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8950387999.31977
- --- Energy:  47.4541739001796
- --- Workload:  424732000000.0
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 85 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 145 in the X datas point
 --------------
- --- Configuration:  0001-0200
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4385426351.149858
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1101-0202'
---- Neighbour  0 in the list of neghbours, And at position 85 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220222-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 740 in the X datas point
 --------------
- --- Configuration:  0001-0200
+ --- Configuration:  020222-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4385426351.149858
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+ --- Energy efficiency:  11107569030.764635
+ --- Energy:  16.962130007740114
+ --- Workload:  188408000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 82 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 395 in the X datas point
 --------------
- --- Configuration:  0101-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5549420363.04308
- --- Energy:  37.334916995372765
- --- Workload:  207187000000.0
+ --- Configuration:  222222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  49900697611.75261
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 96 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 213 in the X datas point
 --------------
- --- Configuration:  1111-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9080672696.233337
- --- Energy:  45.44863666563364
- --- Workload:  412706000000.0
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13997917109.93404
+ --- Energy:  44.3851855395692
+ --- Workload:  621300000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 55 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 217 in the X datas point
 --------------
- --- Configuration:  2002-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8950387999.31977
- --- Energy:  47.4541739001796
- --- Workload:  424732000000.0
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13731963066.512136
+ --- Energy:  45.342545639677
+ --- Workload:  622642000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 54 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 145 in the X datas point
 --------------
- --- Configuration:  1001-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7043096708.760907
- --- Energy:  47.6050128004243
- --- Workload:  335286000000.0
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 138 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 81 in the X datas point
 --------------
- --- Configuration:  1111-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8622547962.923044
- --- Energy:  48.5763010995366
- --- Workload:  418853000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 184 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 115 in the X datas point
 --------------
- --- Configuration:  1000-0202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8327920185.212945
- --- Energy:  64.17430044494624
- --- Workload:  534437000000.0
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
 --------------
 --- Neighbour  7 in the list of neghbours, And at position 52 in the X datas point
 --------------
- --- Configuration:  1101-0202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9914340101.522842
- --- Energy:  65.015157087009
- --- Workload:  644582000000.0
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 224 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 134 in the X datas point
 --------------
- --- Configuration:  1100-0222
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10065860928.052246
- --- Energy:  83.39866371497797
- --- Workload:  839479000000.0
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 244 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 465 in the X datas point
 --------------
- --- Configuration:  0101-0222
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10233675752.123999
- --- Energy:  84.26690937159533
- --- Workload:  862360000000.0
+ --- Configuration:  330333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13912636987.301937
+ --- Energy:  77.38792641178887
+ --- Workload:  1076670000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 54 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 145 in the X datas point
 --------------
- --- Configuration:  1001-0002
- --- Energy efficiency:  7043096708.760907
- --- Energy:  47.6050128004243
- --- Workload:  335286000000.0
+ --- Configuration:  111111-2-0
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (65.015157087009 mAh)  is far from the median.
----  Median :47.6050128004243,   the gap is :  10
---- So yes we remove this configuration '1101-0202'
---- remove_aberrant_points: The value [0.0, 1, 1, 0, 1, 1.0, 0, 1, 0, 1] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '0011-0000'
+--- The energy of the current configuration (58.67863075260059 mAh)  is far from the median.
+---  Median :46.3133982052407,   the gap is :  10
+--- So yes we remove this configuration '220222-2-0'
+--- remove_aberrant_points: The value [1.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '333333-3-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0011-0000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333333-3-3'
 --- Neighbour  0 in the list of neghbours, And at position 53 in the X datas point
 --------------
- --- Configuration:  0011-0000
+ --- Configuration:  333333-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2745412415.8531094
- --- Energy:  29.5448803510097
- --- Workload:  81112900000.0
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 201 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 101 in the X datas point
 --------------
- --- Configuration:  0011-0000
+ --- Configuration:  333333-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2780233650.836016
- --- Energy:  29.193550568943994
- --- Workload:  81165000000.0
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 48 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 191 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 13 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 310 in the X datas point
 --------------
- --- Configuration:  0011-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  17270333243.662476
+ --- Energy:  123.82321
+ --- Workload:  2138468100000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 214 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 101 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 342 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6807769026.0124855
- --- Energy:  36.74164741869377
- --- Workload:  250128000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 200 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 393 in the X datas point
 --------------
- --- Configuration:  0111-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6254338947.644929
- --- Energy:  35.98594879953233
- --- Workload:  225068000000.0
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15121089686.207148
+ --- Energy:  96.9268799133665
+ --- Workload:  1465640000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 205 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 503 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6759862639.591164
- --- Energy:  36.90475887640218
- --- Workload:  249471000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15380805677.362993
+ --- Energy:  101.44390963131458
+ --- Workload:  1560290000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0011-0000'
---- Neighbour  0 in the list of neghbours, And at position 201 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333333-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 53 in the X datas point
 --------------
- --- Configuration:  0011-0000
+ --- Configuration:  333333-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2780233650.836016
- --- Energy:  29.193550568943994
- --- Workload:  81165000000.0
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 53 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  0011-0000
+ --- Configuration:  333333-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2745412415.8531094
- --- Energy:  29.5448803510097
- --- Workload:  81112900000.0
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 393 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15121089686.207148
+ --- Energy:  96.9268799133665
+ --- Workload:  1465640000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 342 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 200 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 191 in the X datas point
 --------------
- --- Configuration:  0111-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6254338947.644929
- --- Energy:  35.98594879953233
- --- Workload:  225068000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 101 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 503 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6807769026.0124855
- --- Energy:  36.74164741869377
- --- Workload:  250128000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15380805677.362993
+ --- Energy:  101.44390963131458
+ --- Workload:  1560290000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 205 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 101 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6759862639.591164
- --- Energy:  36.90475887640218
- --- Workload:  249471000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 48 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 214 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 13 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 310 in the X datas point
 --------------
- --- Configuration:  0011-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17270333243.662476
+ --- Energy:  123.82321
+ --- Workload:  2138468100000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 16 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 342 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  222222-3-3
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (30.299284062105812 mAh)  it is NOT far from the median.
----  Median :30.299284062105812,   the gap is :  10
---- So No we don't romove this configuration '0011-0000'
- --- remove_aberrant_points: The value [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1]
---- Computing the list of the 10 first neighbours of '1001-0002'
+--- The energy of the current configuration (77.67467453614748 mAh)  is far from the median.
+---  Median :98.71806225531626,   the gap is :  10
+--- So yes we remove this configuration '333333-3-3'
+--- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '110101-1-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1001-0002'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110101-1-0'
 --- Neighbour  0 in the list of neghbours, And at position 54 in the X datas point
 --------------
- --- Configuration:  1001-0002
+ --- Configuration:  110101-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7043096708.760907
- --- Energy:  47.6050128004243
- --- Workload:  335286000000.0
---------------
---- Neighbour  1 in the list of neghbours, And at position 128 in the X datas point
---------------
- --- Configuration:  1001-2002
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9165566798.65083
- --- Energy:  65.10994999301121
- --- Workload:  596772000000.0
---------------
---- Neighbour  2 in the list of neghbours, And at position 245 in the X datas point
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
 --------------
- --- Configuration:  1011-0002
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7793442597.398549
- --- Energy:  48.497409609038264
- --- Workload:  377963000000.0
+--- Neighbour  1 in the list of neghbours, And at position 608 in the X datas point
 --------------
---- Neighbour  3 in the list of neghbours, And at position 47 in the X datas point
---------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
---------------
---- Neighbour  4 in the list of neghbours, And at position 50 in the X datas point
---------------
- --- Configuration:  0001-2002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8407741848.694279
- --- Energy:  65.1809584910712
- --- Workload:  548023000000.0
---------------
---- Neighbour  5 in the list of neghbours, And at position 52 in the X datas point
---------------
- --- Configuration:  1101-0202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9914340101.522842
- --- Energy:  65.015157087009
- --- Workload:  644582000000.0
---------------
---- Neighbour  6 in the list of neghbours, And at position 184 in the X datas point
---------------
- --- Configuration:  1000-0202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8327920185.212945
- --- Energy:  64.17430044494624
- --- Workload:  534437000000.0
---------------
---- Neighbour  7 in the list of neghbours, And at position 33 in the X datas point
---------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
---------------
---- Neighbour  8 in the list of neghbours, And at position 55 in the X datas point
---------------
- --- Configuration:  2002-0101
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8950387999.31977
- --- Energy:  47.4541739001796
- --- Workload:  424732000000.0
---------------
---- Neighbour  9 in the list of neghbours, And at position 58 in the X datas point
---------------
- --- Configuration:  0001-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4533975344.242078
- --- Energy:  35.4792605525655
- --- Workload:  160862000000.0
---------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1001-0002'
---- Neighbour  0 in the list of neghbours, And at position 33 in the X datas point
---------------
- --- Configuration:  1000-0000
+ --- Configuration:  110101-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
---------------
---- Neighbour  1 in the list of neghbours, And at position 58 in the X datas point
---------------
- --- Configuration:  0001-0020
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4533975344.242078
- --- Energy:  35.4792605525655
- --- Workload:  160862000000.0
---------------
---- Neighbour  2 in the list of neghbours, And at position 47 in the X datas point
---------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
---------------
---- Neighbour  3 in the list of neghbours, And at position 55 in the X datas point
+ --- Energy efficiency:  10844152182.494068
+ --- Energy:  31.249086970467445
+ --- Workload:  338870000000.0
 --------------
- --- Configuration:  2002-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8950387999.31977
- --- Energy:  47.4541739001796
- --- Workload:  424732000000.0
+--- Neighbour  2 in the list of neghbours, And at position 60 in the X datas point
 --------------
---- Neighbour  4 in the list of neghbours, And at position 54 in the X datas point
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
 --------------
- --- Configuration:  1001-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7043096708.760907
- --- Energy:  47.6050128004243
- --- Workload:  335286000000.0
+--- Neighbour  3 in the list of neghbours, And at position 595 in the X datas point
 --------------
---- Neighbour  5 in the list of neghbours, And at position 245 in the X datas point
+ --- Configuration:  110101-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12809509780.060719
+ --- Energy:  44.94678636770851
+ --- Workload:  575746000000.0
 --------------
- --- Configuration:  1011-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7793442597.398549
- --- Energy:  48.497409609038264
- --- Workload:  377963000000.0
+--- Neighbour  4 in the list of neghbours, And at position 702 in the X datas point
 --------------
---- Neighbour  6 in the list of neghbours, And at position 184 in the X datas point
+ --- Configuration:  100101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9662862719.709341
+ --- Energy:  30.72781519894828
+ --- Workload:  296920000000.0
 --------------
- --- Configuration:  1000-0202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8327920185.212945
- --- Energy:  64.17430044494624
- --- Workload:  534437000000.0
+--- Neighbour  5 in the list of neghbours, And at position 4 in the X datas point
 --------------
---- Neighbour  7 in the list of neghbours, And at position 52 in the X datas point
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
 --------------
- --- Configuration:  1101-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9914340101.522842
- --- Energy:  65.015157087009
- --- Workload:  644582000000.0
+--- Neighbour  6 in the list of neghbours, And at position 38 in the X datas point
 --------------
---- Neighbour  8 in the list of neghbours, And at position 128 in the X datas point
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
 --------------
- --- Configuration:  1001-2002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9165566798.65083
- --- Energy:  65.10994999301121
- --- Workload:  596772000000.0
+--- Neighbour  7 in the list of neghbours, And at position 90 in the X datas point
 --------------
---- Neighbour  9 in the list of neghbours, And at position 50 in the X datas point
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
 --------------
- --- Configuration:  0001-2002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8407741848.694279
- --- Energy:  65.1809584910712
- --- Workload:  548023000000.0
+--- Neighbour  8 in the list of neghbours, And at position 146 in the X datas point
 --------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
 --------------
---- Median at position 4 in the list of neghbours, And at position 54 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 150 in the X datas point
 --------------
- --- Configuration:  1001-0002
- --- Energy efficiency:  7043096708.760907
- --- Energy:  47.6050128004243
- --- Workload:  335286000000.0
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
 --------------
---- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (47.6050128004243 mAh)  it is NOT far from the median.
----  Median :47.6050128004243,   the gap is :  10
---- So No we don't romove this configuration '1001-0002'
- --- remove_aberrant_points: The value [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1]
---- Computing the list of the 10 first neighbours of '2002-0101'
-*** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
- ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
-*** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
-  ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
-
- [[0.52921334]
-  [1.        ]
-  [0.48322508]
-  ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
-
- [[0.76130039]
-  [0.48322508]
-  [1.        ]
-  ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
-
- ...
-
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
-  ...
-  [1.        ]
-  [0.44123317]
-  [0.57957828]]
-
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
-  ...
-  [0.44123317]
-  [1.        ]
-  [0.52921334]]
-
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
-  ...
-  [0.57957828]
-  [0.52921334]
-  [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2002-0101'
---- Neighbour  0 in the list of neghbours, And at position 55 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110101-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 60 in the X datas point
 --------------
- --- Configuration:  2002-0101
+ --- Configuration:  110101-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8950387999.31977
- --- Energy:  47.4541739001796
- --- Workload:  424732000000.0
---------------
---- Neighbour  1 in the list of neghbours, And at position 80 in the X datas point
---------------
- --- Configuration:  2002-0100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7245431755.278297
- --- Energy:  42.016301664202444
- --- Workload:  304426000000.0
---------------
---- Neighbour  2 in the list of neghbours, And at position 90 in the X datas point
---------------
- --- Configuration:  2002-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8795770993.306417
- --- Energy:  48.71596839606954
- --- Workload:  428493000000.0
---------------
---- Neighbour  3 in the list of neghbours, And at position 93 in the X datas point
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
 --------------
- --- Configuration:  3003-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9428892010.8998
- --- Energy:  67.46193459835338
- --- Workload:  636090000000.0
---------------
---- Neighbour  4 in the list of neghbours, And at position 194 in the X datas point
---------------
- --- Configuration:  0002-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9116518219.361662
- --- Energy:  51.19519895467268
- --- Workload:  466724000000.0
---------------
---- Neighbour  5 in the list of neghbours, And at position 241 in the X datas point
---------------
- --- Configuration:  2002-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11245140693.577787
- --- Energy:  59.880442963642075
- --- Workload:  673364000000.0
---------------
---- Neighbour  6 in the list of neghbours, And at position 11 in the X datas point
---------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
---------------
---- Neighbour  7 in the list of neghbours, And at position 34 in the X datas point
---------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
---------------
---- Neighbour  8 in the list of neghbours, And at position 49 in the X datas point
---------------
- --- Configuration:  3000-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8354358468.81318
- --- Energy:  64.35822134376
- --- Workload:  537670000000.0
---------------
---- Neighbour  9 in the list of neghbours, And at position 52 in the X datas point
---------------
- --- Configuration:  1101-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9914340101.522842
- --- Energy:  65.015157087009
- --- Workload:  644582000000.0
---------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2002-0101'
---- Neighbour  0 in the list of neghbours, And at position 34 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 90 in the X datas point
 --------------
- --- Configuration:  2000-0000
+ --- Configuration:  110111-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
---------------
---- Neighbour  1 in the list of neghbours, And at position 80 in the X datas point
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
 --------------
- --- Configuration:  2002-0100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7245431755.278297
- --- Energy:  42.016301664202444
- --- Workload:  304426000000.0
---------------
---- Neighbour  2 in the list of neghbours, And at position 55 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 4 in the X datas point
 --------------
- --- Configuration:  2002-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8950387999.31977
- --- Energy:  47.4541739001796
- --- Workload:  424732000000.0
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 90 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 702 in the X datas point
 --------------
- --- Configuration:  2002-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8795770993.306417
- --- Energy:  48.71596839606954
- --- Workload:  428493000000.0
+ --- Configuration:  100101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9662862719.709341
+ --- Energy:  30.72781519894828
+ --- Workload:  296920000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 194 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 608 in the X datas point
 --------------
- --- Configuration:  0002-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9116518219.361662
- --- Energy:  51.19519895467268
- --- Workload:  466724000000.0
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10844152182.494068
+ --- Energy:  31.249086970467445
+ --- Workload:  338870000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 241 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 54 in the X datas point
 --------------
- --- Configuration:  2002-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11245140693.577787
- --- Energy:  59.880442963642075
- --- Workload:  673364000000.0
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 146 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 49 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 38 in the X datas point
 --------------
- --- Configuration:  3000-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8354358468.81318
- --- Energy:  64.35822134376
- --- Workload:  537670000000.0
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 52 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 595 in the X datas point
 --------------
- --- Configuration:  1101-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9914340101.522842
- --- Energy:  65.015157087009
- --- Workload:  644582000000.0
+ --- Configuration:  110101-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12809509780.060719
+ --- Energy:  44.94678636770851
+ --- Workload:  575746000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 93 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 150 in the X datas point
 --------------
- --- Configuration:  3003-1101
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9428892010.8998
- --- Energy:  67.46193459835338
- --- Workload:  636090000000.0
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 194 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 608 in the X datas point
 --------------
- --- Configuration:  0002-0111
- --- Energy efficiency:  9116518219.361662
- --- Energy:  51.19519895467268
- --- Workload:  466724000000.0
+ --- Configuration:  110101-1-0
+ --- Energy efficiency:  10844152182.494068
+ --- Energy:  31.249086970467445
+ --- Workload:  338870000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (51.19519895467268 mAh)  it is NOT far from the median.
----  Median :51.19519895467268,   the gap is :  10
---- So No we don't romove this configuration '2002-0101'
- --- remove_aberrant_points: The value [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '0303-0000'
+--- The energy of the current configuration (31.249086970467445 mAh)  it is NOT far from the median.
+---  Median :31.249086970467445,   the gap is :  10
+--- So No we don't romove this configuration '110101-1-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '011010-1-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0303-0000'
---- Neighbour  0 in the list of neghbours, And at position 56 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011010-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 55 in the X datas point
 --------------
- --- Configuration:  0303-0000
+ --- Configuration:  011010-1-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Energy efficiency:  12057461036.314661
+ --- Energy:  68.32437278660214
+ --- Workload:  823818000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 540 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  011010-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12504532893.173775
+ --- Energy:  85.2562842548241
+ --- Workload:  1066090000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 87 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 39 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 171 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 94 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7192278369.94203
- --- Energy:  51.67993691242756
- --- Workload:  371696000000.0
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 179 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 535 in the X datas point
 --------------
- --- Configuration:  0300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1047552602.8539523
- --- Energy:  28.209089181571862
- --- Workload:  29550500000.0
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13609237950.72095
+ --- Energy:  81.63493485553877
+ --- Workload:  1110990000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 231 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 1 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7144898542.440698
- --- Energy:  51.89988274563883
- --- Workload:  370819000000.0
+ --- Configuration:  011001-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11271402985.343796
+ --- Energy:  64.71129799002061
+ --- Workload:  729387000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 48 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 85 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 21 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 140 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0303-0000'
---- Neighbour  0 in the list of neghbours, And at position 179 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011010-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  0300-0000
+ --- Configuration:  111110-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1047552602.8539523
- --- Energy:  28.209089181571862
- --- Workload:  29550500000.0
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 85 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 56 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 1 in the X datas point
 --------------
- --- Configuration:  0303-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Configuration:  011001-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11271402985.343796
+ --- Energy:  64.71129799002061
+ --- Workload:  729387000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 171 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 55 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7192278369.94203
- --- Energy:  51.67993691242756
- --- Workload:  371696000000.0
+ --- Configuration:  011010-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12057461036.314661
+ --- Energy:  68.32437278660214
+ --- Workload:  823818000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 231 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 48 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7144898542.440698
- --- Energy:  51.89988274563883
- --- Workload:  370819000000.0
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 140 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 87 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 94 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 21 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 535 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13609237950.72095
+ --- Energy:  81.63493485553877
+ --- Workload:  1110990000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 540 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  011010-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12504532893.173775
+ --- Energy:  85.2562842548241
+ --- Workload:  1066090000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 39 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 231 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 48 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Energy efficiency:  7144898542.440698
- --- Energy:  51.89988274563883
- --- Workload:  370819000000.0
+ --- Configuration:  111011-2-3
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (51.89988274563883 mAh)  it is NOT far from the median.
----  Median :51.89988274563883,   the gap is :  10
---- So No we don't romove this configuration '0303-0000'
- --- remove_aberrant_points: The value [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '0101-2220'
+--- The energy of the current configuration (71.21791539618593 mAh)  it is NOT far from the median.
+---  Median :71.21791539618593,   the gap is :  10
+--- So No we don't romove this configuration '011010-1-3'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '303330-1-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0101-2220'
---- Neighbour  0 in the list of neghbours, And at position 57 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303330-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 56 in the X datas point
 --------------
- --- Configuration:  0101-2220
+ --- Configuration:  303330-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9185604320.908272
- --- Energy:  48.9191931692468
- --- Workload:  449351000000.0
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 91 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 454 in the X datas point
 --------------
- --- Configuration:  0101-2020
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8367150566.874451
- --- Energy:  43.37670883350873
- --- Workload:  362938000000.0
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13293134893.415646
+ --- Energy:  66.54311678610547
+ --- Workload:  884567000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 78 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 457 in the X datas point
 --------------
- --- Configuration:  1001-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9166575000.916658
- --- Energy:  50.735447078258076
- --- Workload:  465069000000.0
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13461287356.755075
+ --- Energy:  41.2112771905204
+ --- Workload:  554757000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 82 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 663 in the X datas point
 --------------
- --- Configuration:  0101-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5549420363.04308
- --- Energy:  37.334916995372765
- --- Workload:  207187000000.0
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13587842685.392525
+ --- Energy:  64.90106538269521
+ --- Workload:  881865000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 103 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 674 in the X datas point
 --------------
- --- Configuration:  0101-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7878296082.123358
- --- Energy:  42.51302006574951
- --- Workload:  334929000000.0
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13890586627.254442
+ --- Energy:  40.077884631026805
+ --- Workload:  556705000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 160 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  0001-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9243340173.405062
- --- Energy:  40.84258552984255
- --- Workload:  377523000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 170 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 61 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11414873580.275099
- --- Energy:  57.359112207692405
- --- Workload:  654747000000.0
+ --- Configuration:  003333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13753001592.597586
+ --- Energy:  81.48911064839487
+ --- Workload:  1120720000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 236 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 121 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11529065350.201126
- --- Energy:  56.827789322012976
- --- Workload:  655171000000.0
+ --- Configuration:  333300-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 240 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 124 in the X datas point
 --------------
- --- Configuration:  1101-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9910704551.9866
- --- Energy:  49.880002810073556
- --- Workload:  494348000000.0
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 244 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 175 in the X datas point
 --------------
- --- Configuration:  0101-0222
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10233675752.123999
- --- Energy:  84.26690937159533
- --- Workload:  862360000000.0
+ --- Configuration:  202220-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12108149995.762148
+ --- Energy:  54.4639625494408
+ --- Workload:  659458000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0101-2220'
---- Neighbour  0 in the list of neghbours, And at position 82 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303330-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 674 in the X datas point
 --------------
- --- Configuration:  0101-0200
+ --- Configuration:  303330-1-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5549420363.04308
- --- Energy:  37.334916995372765
- --- Workload:  207187000000.0
+ --- Energy efficiency:  13890586627.254442
+ --- Energy:  40.077884631026805
+ --- Workload:  556705000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 160 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 457 in the X datas point
 --------------
- --- Configuration:  0001-0220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9243340173.405062
- --- Energy:  40.84258552984255
- --- Workload:  377523000000.0
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13461287356.755075
+ --- Energy:  41.2112771905204
+ --- Workload:  554757000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 103 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 175 in the X datas point
 --------------
- --- Configuration:  0101-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7878296082.123358
- --- Energy:  42.51302006574951
- --- Workload:  334929000000.0
+ --- Configuration:  202220-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12108149995.762148
+ --- Energy:  54.4639625494408
+ --- Workload:  659458000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 91 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 121 in the X datas point
 --------------
- --- Configuration:  0101-2020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8367150566.874451
- --- Energy:  43.37670883350873
- --- Workload:  362938000000.0
+ --- Configuration:  333300-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 57 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 56 in the X datas point
 --------------
- --- Configuration:  0101-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9185604320.908272
- --- Energy:  48.9191931692468
- --- Workload:  449351000000.0
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 240 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 124 in the X datas point
 --------------
- --- Configuration:  1101-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9910704551.9866
- --- Energy:  49.880002810073556
- --- Workload:  494348000000.0
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 78 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 663 in the X datas point
 --------------
- --- Configuration:  1001-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9166575000.916658
- --- Energy:  50.735447078258076
- --- Workload:  465069000000.0
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13587842685.392525
+ --- Energy:  64.90106538269521
+ --- Workload:  881865000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 236 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 454 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11529065350.201126
- --- Energy:  56.827789322012976
- --- Workload:  655171000000.0
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13293134893.415646
+ --- Energy:  66.54311678610547
+ --- Workload:  884567000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 170 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 61 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11414873580.275099
- --- Energy:  57.359112207692405
- --- Workload:  654747000000.0
+ --- Configuration:  003333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13753001592.597586
+ --- Energy:  81.48911064839487
+ --- Workload:  1120720000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 244 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  0101-0222
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10233675752.123999
- --- Energy:  84.26690937159533
- --- Workload:  862360000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 57 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 56 in the X datas point
 --------------
- --- Configuration:  0101-2220
- --- Energy efficiency:  9185604320.908272
- --- Energy:  48.9191931692468
- --- Workload:  449351000000.0
+ --- Configuration:  303330-1-2
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (48.9191931692468 mAh)  it is NOT far from the median.
----  Median :48.9191931692468,   the gap is :  10
---- So No we don't romove this configuration '0101-2220'
- --- remove_aberrant_points: The value [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0]
---- Computing the list of the 10 first neighbours of '0001-0020'
+--- The energy of the current configuration (64.30775539783755 mAh)  it is NOT far from the median.
+---  Median :64.30775539783755,   the gap is :  10
+--- So No we don't romove this configuration '303330-1-2'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '033033-2-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0001-0020'
---- Neighbour  0 in the list of neghbours, And at position 58 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033033-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 57 in the X datas point
 --------------
- --- Configuration:  0001-0020
+ --- Configuration:  033033-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4533975344.242078
- --- Energy:  35.4792605525655
- --- Workload:  160862000000.0
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 63 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 153 in the X datas point
 --------------
- --- Configuration:  0002-0020
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4969363871.73078
- --- Energy:  42.2836539731841
- --- Workload:  210123000000.0
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 160 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 432 in the X datas point
 --------------
- --- Configuration:  0001-0220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9243340173.405062
- --- Energy:  40.84258552984255
- --- Workload:  377523000000.0
+ --- Configuration:  033003-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12711988294.801178
+ --- Energy:  62.72069654525214
+ --- Workload:  797305000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 85 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 547 in the X datas point
 --------------
- --- Configuration:  0001-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4385426351.149858
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+ --- Configuration:  033030-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12586706675.611618
+ --- Energy:  42.00513493266639
+ --- Workload:  528706000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 91 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 574 in the X datas point
 --------------
- --- Configuration:  0101-2020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8367150566.874451
- --- Energy:  43.37670883350873
- --- Workload:  362938000000.0
+ --- Configuration:  333033-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14444312840.70523
+ --- Energy:  70.98779227993477
+ --- Workload:  1025370000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 12 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 684 in the X datas point
 --------------
- --- Configuration:  0022-0030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Configuration:  033003-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12932729116.229023
+ --- Energy:  61.75656078333707
+ --- Workload:  798681000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 96 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 115 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 135 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 47 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 210 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  033333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0001-0020'
---- Neighbour  0 in the list of neghbours, And at position 32 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033033-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 547 in the X datas point
 --------------
- --- Configuration:  0000-0000
+ --- Configuration:  033030-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Energy efficiency:  12586706675.611618
+ --- Energy:  42.00513493266639
+ --- Workload:  528706000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 115 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 57 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 58 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 153 in the X datas point
 --------------
- --- Configuration:  0001-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4533975344.242078
- --- Energy:  35.4792605525655
- --- Workload:  160862000000.0
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 85 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 684 in the X datas point
 --------------
- --- Configuration:  0001-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4385426351.149858
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+ --- Configuration:  033003-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12932729116.229023
+ --- Energy:  61.75656078333707
+ --- Workload:  798681000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 47 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 210 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  033333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 160 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 432 in the X datas point
 --------------
- --- Configuration:  0001-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9243340173.405062
- --- Energy:  40.84258552984255
- --- Workload:  377523000000.0
+ --- Configuration:  033003-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12711988294.801178
+ --- Energy:  62.72069654525214
+ --- Workload:  797305000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 12 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 96 in the X datas point
 --------------
- --- Configuration:  0022-0030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 63 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 574 in the X datas point
 --------------
- --- Configuration:  0002-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4969363871.73078
- --- Energy:  42.2836539731841
- --- Workload:  210123000000.0
+ --- Configuration:  333033-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14444312840.70523
+ --- Energy:  70.98779227993477
+ --- Workload:  1025370000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 91 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 135 in the X datas point
 --------------
- --- Configuration:  0101-2020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8367150566.874451
- --- Energy:  43.37670883350873
- --- Workload:  362938000000.0
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 85 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 684 in the X datas point
 --------------
- --- Configuration:  0001-0200
- --- Energy efficiency:  4385426351.149858
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+ --- Configuration:  033003-2-0
+ --- Energy efficiency:  12932729116.229023
+ --- Energy:  61.75656078333707
+ --- Workload:  798681000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (36.59285860316189 mAh)  it is NOT far from the median.
----  Median :36.59285860316189,   the gap is :  10
---- So No we don't romove this configuration '0001-0020'
- --- remove_aberrant_points: The value [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1]
---- Computing the list of the 10 first neighbours of '3330-1111'
+--- The energy of the current configuration (61.75656078333707 mAh)  it is NOT far from the median.
+---  Median :61.75656078333707,   the gap is :  10
+--- So No we don't romove this configuration '033033-2-0'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0]
+--- Computing the list of the 10 first neighbours of '333300-0-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3330-1111'
---- Neighbour  0 in the list of neghbours, And at position 59 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333300-0-1'
+--- Neighbour  0 in the list of neghbours, And at position 58 in the X datas point
 --------------
- --- Configuration:  3330-1111
+ --- Configuration:  333300-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9820095844.135439
- --- Energy:  58.230522602615636
- --- Workload:  571832000000.0
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 175 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 49 in the X datas point
 --------------
- --- Configuration:  3333-1111
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  11523551835.240866
- --- Energy:  83.54140347554512
- --- Workload:  962694000000.0
+ --- Configuration:  303300-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10199294208.840748
+ --- Energy:  33.55309393673303
+ --- Workload:  342218000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 60 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 234 in the X datas point
 --------------
- --- Configuration:  0330-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7854719115.244439
- --- Energy:  56.794731664850964
- --- Workload:  446108000000.0
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 83 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 306 in the X datas point
 --------------
- --- Configuration:  3330-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9229945635.620207
- --- Energy:  51.28077619994492
- --- Workload:  473319000000.0
+ --- Configuration:  333300-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12877238669.53101
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 116 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 6 in the X datas point
 --------------
- --- Configuration:  3330-2202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10286076355.602003
- --- Energy:  84.88778487940925
- --- Workload:  873162000000.0
+ --- Configuration:  303303-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  58.54108121624596
+ --- Workload:  751419000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 144 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 63 in the X datas point
 --------------
- --- Configuration:  3333-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10947566629.6274
- --- Energy:  79.26313007840331
- --- Workload:  867738000000.0
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 159 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 121 in the X datas point
 --------------
- --- Configuration:  3330-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8262619084.997563
- --- Energy:  42.07329975259821
- --- Workload:  347637000000.0
+ --- Configuration:  333300-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 193 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 148 in the X datas point
 --------------
- --- Configuration:  3030-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9152396555.037937
- --- Energy:  48.568093302538465
- --- Workload:  444514000000.0
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10583914566.641617
+ --- Energy:  32.1859127423429
+ --- Workload:  340653000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 246 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 166 in the X datas point
 --------------
- --- Configuration:  0330-1011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9121757215.309958
- --- Energy:  48.6433554663716
- --- Workload:  443713000000.0
+ --- Configuration:  222220-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11742671105.396345
+ --- Energy:  36.9581904467489
+ --- Workload:  433988000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 180 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  333333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14508144872.531439
+ --- Energy:  62.5618690617415
+ --- Workload:  907657000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3330-1111'
---- Neighbour  0 in the list of neghbours, And at position 159 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333300-0-1'
+--- Neighbour  0 in the list of neghbours, And at position 148 in the X datas point
 --------------
- --- Configuration:  3330-0101
+ --- Configuration:  333300-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8262619084.997563
- --- Energy:  42.07329975259821
- --- Workload:  347637000000.0
+ --- Energy efficiency:  10583914566.641617
+ --- Energy:  32.1859127423429
+ --- Workload:  340653000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 193 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 63 in the X datas point
 --------------
- --- Configuration:  3030-1101
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9152396555.037937
- --- Energy:  48.568093302538465
- --- Workload:  444514000000.0
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 246 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 49 in the X datas point
 --------------
- --- Configuration:  0330-1011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9121757215.309958
- --- Energy:  48.6433554663716
- --- Workload:  443713000000.0
+ --- Configuration:  303300-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10199294208.840748
+ --- Energy:  33.55309393673303
+ --- Workload:  342218000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 58 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 83 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 166 in the X datas point
 --------------
- --- Configuration:  3330-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9229945635.620207
- --- Energy:  51.28077619994492
- --- Workload:  473319000000.0
+ --- Configuration:  222220-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11742671105.396345
+ --- Energy:  36.9581904467489
+ --- Workload:  433988000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 60 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 234 in the X datas point
 --------------
- --- Configuration:  0330-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7854719115.244439
- --- Energy:  56.794731664850964
- --- Workload:  446108000000.0
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 59 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 306 in the X datas point
 --------------
- --- Configuration:  3330-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9820095844.135439
- --- Energy:  58.230522602615636
- --- Workload:  571832000000.0
+ --- Configuration:  333300-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12877238669.53101
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 144 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 6 in the X datas point
 --------------
- --- Configuration:  3333-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10947566629.6274
- --- Energy:  79.26313007840331
- --- Workload:  867738000000.0
+ --- Configuration:  303303-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  58.54108121624596
+ --- Workload:  751419000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 175 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 180 in the X datas point
 --------------
- --- Configuration:  3333-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11523551835.240866
- --- Energy:  83.54140347554512
- --- Workload:  962694000000.0
+ --- Configuration:  333333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14508144872.531439
+ --- Energy:  62.5618690617415
+ --- Workload:  907657000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 116 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 121 in the X datas point
 --------------
- --- Configuration:  3330-2202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10286076355.602003
- --- Energy:  84.88778487940925
- --- Workload:  873162000000.0
+ --- Configuration:  333300-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 83 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 166 in the X datas point
 --------------
- --- Configuration:  3330-2220
- --- Energy efficiency:  9229945635.620207
- --- Energy:  51.28077619994492
- --- Workload:  473319000000.0
+ --- Configuration:  222220-0-1
+ --- Energy efficiency:  11742671105.396345
+ --- Energy:  36.9581904467489
+ --- Workload:  433988000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (51.28077619994492 mAh)  it is NOT far from the median.
----  Median :51.28077619994492,   the gap is :  10
---- So No we don't romove this configuration '3330-1111'
- --- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1]
---- Computing the list of the 10 first neighbours of '0330-0111'
+--- The energy of the current configuration (36.9581904467489 mAh)  it is NOT far from the median.
+---  Median :36.9581904467489,   the gap is :  10
+--- So No we don't romove this configuration '333300-0-1'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '111111-3-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0330-0111'
---- Neighbour  0 in the list of neghbours, And at position 60 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111111-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  0330-0111
+ --- Configuration:  111111-3-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7854719115.244439
- --- Energy:  56.794731664850964
- --- Workload:  446108000000.0
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 59 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 97 in the X datas point
 --------------
- --- Configuration:  3330-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9820095844.135439
- --- Energy:  58.230522602615636
- --- Workload:  571832000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 106 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  0333-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9607255399.277534
- --- Energy:  65.95120166169613
- --- Workload:  633609000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 159 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  3330-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8262619084.997563
- --- Energy:  42.07329975259821
- --- Workload:  347637000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 246 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 198 in the X datas point
 --------------
- --- Configuration:  0330-1011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9121757215.309958
- --- Energy:  48.6433554663716
- --- Workload:  443713000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 142 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 251 in the X datas point
 --------------
- --- Configuration:  0300-0010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3550266447.4968843
- --- Energy:  34.61491775303547
- --- Workload:  122892000000.0
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 149 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 333 in the X datas point
 --------------
- --- Configuration:  0033-0011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8411277841.329655
- --- Energy:  59.541753106093076
- --- Workload:  500822000000.0
+ --- Configuration:  011111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13434937285.712751
+ --- Energy:  68.27709347003412
+ --- Workload:  917298000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 175 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 366 in the X datas point
 --------------
- --- Configuration:  3333-1111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11523551835.240866
- --- Energy:  83.54140347554512
- --- Workload:  962694000000.0
+ --- Configuration:  111111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14221635658.760386
+ --- Energy:  52.1586628956498
+ --- Workload:  741781000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 180 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 383 in the X datas point
 --------------
- --- Configuration:  3030-0110
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7504014647.836593
- --- Energy:  41.82593528076137
- --- Workload:  313863000000.0
+ --- Configuration:  110111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12988227470.62063
+ --- Energy:  73.0759138749433
+ --- Workload:  949126000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 182 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  3303-0111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10225586667.47108
- --- Energy:  73.36262541667716
- --- Workload:  750176000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0330-0111'
---- Neighbour  0 in the list of neghbours, And at position 142 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111111-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 366 in the X datas point
 --------------
- --- Configuration:  0300-0010
+ --- Configuration:  111111-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3550266447.4968843
- --- Energy:  34.61491775303547
- --- Workload:  122892000000.0
+ --- Energy efficiency:  14221635658.760386
+ --- Energy:  52.1586628956498
+ --- Workload:  741781000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 180 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  3030-0110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7504014647.836593
- --- Energy:  41.82593528076137
- --- Workload:  313863000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 159 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  3330-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8262619084.997563
- --- Energy:  42.07329975259821
- --- Workload:  347637000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 246 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 198 in the X datas point
 --------------
- --- Configuration:  0330-1011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9121757215.309958
- --- Energy:  48.6433554663716
- --- Workload:  443713000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 60 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  0330-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7854719115.244439
- --- Energy:  56.794731664850964
- --- Workload:  446108000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 59 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 333 in the X datas point
 --------------
- --- Configuration:  3330-1111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9820095844.135439
- --- Energy:  58.230522602615636
- --- Workload:  571832000000.0
+ --- Configuration:  011111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13434937285.712751
+ --- Energy:  68.27709347003412
+ --- Workload:  917298000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 149 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 97 in the X datas point
 --------------
- --- Configuration:  0033-0011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8411277841.329655
- --- Energy:  59.541753106093076
- --- Workload:  500822000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 106 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 383 in the X datas point
 --------------
- --- Configuration:  0333-0011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9607255399.277534
- --- Energy:  65.95120166169613
- --- Workload:  633609000000.0
+ --- Configuration:  110111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12988227470.62063
+ --- Energy:  73.0759138749433
+ --- Workload:  949126000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 182 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 251 in the X datas point
 --------------
- --- Configuration:  3303-0111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10225586667.47108
- --- Energy:  73.36262541667716
- --- Workload:  750176000000.0
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 175 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  3333-1111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11523551835.240866
- --- Energy:  83.54140347554512
- --- Workload:  962694000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 60 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  0330-0111
- --- Energy efficiency:  7854719115.244439
- --- Energy:  56.794731664850964
- --- Workload:  446108000000.0
+ --- Configuration:  111111-3-1
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (56.794731664850964 mAh)  it is NOT far from the median.
----  Median :56.794731664850964,   the gap is :  10
---- So No we don't romove this configuration '0330-0111'
- --- remove_aberrant_points: The value [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 0.0, 1, 0, 1, 0]
---- Computing the list of the 10 first neighbours of '0000-1010'
+--- The energy of the current configuration (67.49357382359369 mAh)  it is NOT far from the median.
+---  Median :67.49357382359369,   the gap is :  10
+--- So No we don't romove this configuration '111111-3-1'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '110101-0-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0000-1010'
---- Neighbour  0 in the list of neghbours, And at position 61 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110101-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 60 in the X datas point
 --------------
- --- Configuration:  0000-1010
+ --- Configuration:  110101-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5325891287.907031
- --- Energy:  45.45847467114993
- --- Workload:  242107000000.0
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 7 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 4 in the X datas point
 --------------
- --- Configuration:  1000-1010
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6501654671.113798
- --- Energy:  42.85376093977719
- --- Workload:  278621000000.0
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 54 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 90 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 608 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10844152182.494068
+ --- Energy:  31.249086970467445
+ --- Workload:  338870000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 675 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7533921481.470321
+ --- Energy:  27.536240775049926
+ --- Workload:  207456000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 2 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 76 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 70 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 196 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 220 in the X datas point
 --------------
- --- Configuration:  0000-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9945201937.325336
- --- Energy:  53.14600789669191
- --- Workload:  528549000000.0
+ --- Configuration:  010100-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  3292105202.513851
+ --- Energy:  23.5175293800191
+ --- Workload:  77422300000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 219 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 241 in the X datas point
 --------------
- --- Configuration:  0100-1011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8993129249.25357
- --- Energy:  47.97458475843469
- --- Workload:  431441000000.0
+ --- Configuration:  220202-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14004896111.680643
+ --- Energy:  43.9976841972795
+ --- Workload:  616183000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0000-1010'
---- Neighbour  0 in the list of neghbours, And at position 32 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110101-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 220 in the X datas point
 --------------
- --- Configuration:  0000-0000
+ --- Configuration:  010100-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Energy efficiency:  3292105202.513851
+ --- Energy:  23.5175293800191
+ --- Workload:  77422300000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 60 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 90 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 76 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 4 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 70 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 675 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7533921481.470321
+ --- Energy:  27.536240775049926
+ --- Workload:  207456000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 7 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 608 in the X datas point
 --------------
- --- Configuration:  1000-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6501654671.113798
- --- Energy:  42.85376093977719
- --- Workload:  278621000000.0
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10844152182.494068
+ --- Energy:  31.249086970467445
+ --- Workload:  338870000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 61 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 54 in the X datas point
 --------------
- --- Configuration:  0000-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5325891287.907031
- --- Energy:  45.45847467114993
- --- Workload:  242107000000.0
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 219 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 2 in the X datas point
 --------------
- --- Configuration:  0100-1011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8993129249.25357
- --- Energy:  47.97458475843469
- --- Workload:  431441000000.0
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 196 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 241 in the X datas point
 --------------
- --- Configuration:  0000-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9945201937.325336
- --- Energy:  53.14600789669191
- --- Workload:  528549000000.0
+ --- Configuration:  220202-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14004896111.680643
+ --- Energy:  43.9976841972795
+ --- Workload:  616183000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 75 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 70 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  110011-0-0
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (45.45847467114993 mAh)  is far from the median.
----  Median :35.44774676664167,   the gap is :  10
---- So yes we remove this configuration '0000-1010'
---- remove_aberrant_points: The value [0, 0, 0, 0, 0, 0.0, 1, 0, 1, 0] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '0001-1100'
+--- The energy of the current configuration (27.241716653761866 mAh)  it is NOT far from the median.
+---  Median :27.241716653761866,   the gap is :  10
+--- So No we don't romove this configuration '110101-0-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '003333-1-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0001-1100'
---- Neighbour  0 in the list of neghbours, And at position 62 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '003333-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 61 in the X datas point
 --------------
- --- Configuration:  0001-1100
+ --- Configuration:  003333-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6336774201.724871
- --- Energy:  45.652440385434886
- --- Workload:  289290000000.0
+ --- Energy efficiency:  13753001592.597586
+ --- Energy:  81.48911064839487
+ --- Workload:  1120720000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 13 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 156 in the X datas point
 --------------
- --- Configuration:  0011-1100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 72 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 598 in the X datas point
 --------------
- --- Configuration:  1000-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6448575832.027497
- --- Energy:  42.80059101405426
- --- Workload:  276003000000.0
+ --- Configuration:  003303-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12920497594.203348
+ --- Energy:  80.94736701096696
+ --- Workload:  1045880000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 77 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 56 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 85 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 105 in the X datas point
 --------------
- --- Configuration:  0001-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4385426351.149858
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13446770287.478502
+ --- Energy:  86.2801902841026
+ --- Workload:  1160190000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 99 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 154 in the X datas point
 --------------
- --- Configuration:  0011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7849108733.703288
- --- Energy:  42.07381484773657
- --- Workload:  330242000000.0
+ --- Configuration:  003333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 213 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 270 in the X datas point
 --------------
- --- Configuration:  0002-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4730794158.415373
- --- Energy:  37.456019446944595
- --- Workload:  177197000000.0
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10275897573.963343
+ --- Energy:  24.5924899083227
+ --- Workload:  252710000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 338 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12910472329.630178
+ --- Energy:  89.67295919976871
+ --- Workload:  1157720000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 351 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13323686983.956947
+ --- Energy:  83.3035486563878
+ --- Workload:  1109910000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0001-1100'
---- Neighbour  0 in the list of neghbours, And at position 17 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '003333-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 270 in the X datas point
 --------------
- --- Configuration:  0000-0000
+ --- Configuration:  033033-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Energy efficiency:  10275897573.963343
+ --- Energy:  24.5924899083227
+ --- Workload:  252710000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 56 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 598 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  003303-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12920497594.203348
+ --- Energy:  80.94736701096696
+ --- Workload:  1045880000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 85 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 61 in the X datas point
 --------------
- --- Configuration:  0001-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4385426351.149858
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+ --- Configuration:  003333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13753001592.597586
+ --- Energy:  81.48911064839487
+ --- Workload:  1120720000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 213 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 156 in the X datas point
 --------------
- --- Configuration:  0002-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4730794158.415373
- --- Energy:  37.456019446944595
- --- Workload:  177197000000.0
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 99 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 351 in the X datas point
 --------------
- --- Configuration:  0011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7849108733.703288
- --- Energy:  42.07381484773657
- --- Workload:  330242000000.0
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13323686983.956947
+ --- Energy:  83.3035486563878
+ --- Workload:  1109910000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 77 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 154 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  003333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 72 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 105 in the X datas point
 --------------
- --- Configuration:  1000-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6448575832.027497
- --- Energy:  42.80059101405426
- --- Workload:  276003000000.0
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13446770287.478502
+ --- Energy:  86.2801902841026
+ --- Workload:  1160190000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 13 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 338 in the X datas point
 --------------
- --- Configuration:  0011-1100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12910472329.630178
+ --- Energy:  89.67295919976871
+ --- Workload:  1157720000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 62 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  0001-1100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6336774201.724871
- --- Energy:  45.652440385434886
- --- Workload:  289290000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 213 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 156 in the X datas point
 --------------
- --- Configuration:  0002-1000
- --- Energy efficiency:  4730794158.415373
- --- Energy:  37.456019446944595
- --- Workload:  177197000000.0
+ --- Configuration:  033333-1-2
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (37.456019446944595 mAh)  it is NOT far from the median.
----  Median :37.456019446944595,   the gap is :  10
---- So No we don't romove this configuration '0001-1100'
- --- remove_aberrant_points: The value [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0]
---- Computing the list of the 10 first neighbours of '0002-0020'
+--- The energy of the current configuration (82.6335756822963 mAh)  it is NOT far from the median.
+---  Median :82.6335756822963,   the gap is :  10
+--- So No we don't romove this configuration '003333-1-2'
+ --- remove_aberrant_points: The value [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '333333-2-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0002-0020'
---- Neighbour  0 in the list of neghbours, And at position 63 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333333-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 62 in the X datas point
 --------------
- --- Configuration:  0002-0020
+ --- Configuration:  333333-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4969363871.73078
- --- Energy:  42.2836539731841
- --- Workload:  210123000000.0
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 58 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  0001-0020
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4533975344.242078
- --- Energy:  35.4792605525655
- --- Workload:  160862000000.0
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 12 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 92 in the X datas point
 --------------
- --- Configuration:  0022-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 153 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 117 in the X datas point
 --------------
- --- Configuration:  2002-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7393168712.11001
- --- Energy:  41.1753628489377
- --- Workload:  304417000000.0
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 160 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 135 in the X datas point
 --------------
- --- Configuration:  0001-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9243340173.405062
- --- Energy:  40.84258552984255
- --- Workload:  377523000000.0
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 232 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 160 in the X datas point
 --------------
- --- Configuration:  2002-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9205560158.335634
- --- Energy:  47.19609116514537
- --- Workload:  434467000000.0
+ --- Configuration:  333303-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15150114913.62162
+ --- Energy:  74.9625159265616
+ --- Workload:  1135690000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 235 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 236 in the X datas point
 --------------
- --- Configuration:  0003-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5328502158.043374
- --- Energy:  45.14679945279237
- --- Workload:  240565000000.0
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 6 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 267 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9880837104.519495
+ --- Energy:  25.3623210355619
+ --- Workload:  250600000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 84 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 349 in the X datas point
 --------------
- --- Configuration:  2002-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7263008047.412917
- --- Energy:  41.829225389075674
- --- Workload:  303807000000.0
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14399200556.385109
+ --- Energy:  84.41510028409691
+ --- Workload:  1215510000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 85 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 360 in the X datas point
 --------------
- --- Configuration:  0001-0200
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4385426351.149858
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15049135427.169708
+ --- Energy:  75.0574196537613
+ --- Workload:  1129550000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0002-0020'
---- Neighbour  0 in the list of neghbours, And at position 58 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333333-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 267 in the X datas point
 --------------
- --- Configuration:  0001-0020
+ --- Configuration:  333333-2-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4533975344.242078
- --- Energy:  35.4792605525655
- --- Workload:  160862000000.0
+ --- Energy efficiency:  9880837104.519495
+ --- Energy:  25.3623210355619
+ --- Workload:  250600000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 85 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 160 in the X datas point
 --------------
- --- Configuration:  0001-0200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4385426351.149858
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+ --- Configuration:  333303-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15150114913.62162
+ --- Energy:  74.9625159265616
+ --- Workload:  1135690000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 6 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 360 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15049135427.169708
+ --- Energy:  75.0574196537613
+ --- Workload:  1129550000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 160 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  0001-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9243340173.405062
- --- Energy:  40.84258552984255
- --- Workload:  377523000000.0
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 153 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 62 in the X datas point
 --------------
- --- Configuration:  2002-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7393168712.11001
- --- Energy:  41.1753628489377
- --- Workload:  304417000000.0
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 84 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 92 in the X datas point
 --------------
- --- Configuration:  2002-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7263008047.412917
- --- Energy:  41.829225389075674
- --- Workload:  303807000000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 12 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 135 in the X datas point
 --------------
- --- Configuration:  0022-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 63 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 236 in the X datas point
 --------------
- --- Configuration:  0002-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4969363871.73078
- --- Energy:  42.2836539731841
- --- Workload:  210123000000.0
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 235 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 349 in the X datas point
 --------------
- --- Configuration:  0003-0030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5328502158.043374
- --- Energy:  45.14679945279237
- --- Workload:  240565000000.0
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14399200556.385109
+ --- Energy:  84.41510028409691
+ --- Workload:  1215510000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 232 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 117 in the X datas point
 --------------
- --- Configuration:  2002-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9205560158.335634
- --- Energy:  47.19609116514537
- --- Workload:  434467000000.0
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 153 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 62 in the X datas point
 --------------
- --- Configuration:  2002-0010
- --- Energy efficiency:  7393168712.11001
- --- Energy:  41.1753628489377
- --- Workload:  304417000000.0
+ --- Configuration:  333333-2-1
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (41.1753628489377 mAh)  it is NOT far from the median.
----  Median :41.1753628489377,   the gap is :  10
---- So No we don't romove this configuration '0002-0020'
- --- remove_aberrant_points: The value [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '2022-2220'
+--- The energy of the current configuration (77.59635035177494 mAh)  it is NOT far from the median.
+---  Median :77.59635035177494,   the gap is :  10
+--- So No we don't romove this configuration '333333-2-1'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '333300-1-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2022-2220'
---- Neighbour  0 in the list of neghbours, And at position 64 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333300-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 63 in the X datas point
 --------------
- --- Configuration:  2022-2220
+ --- Configuration:  333300-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 130 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 148 in the X datas point
 --------------
- --- Configuration:  2022-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10578920865.440357
- --- Energy:  50.18755172966964
- --- Workload:  530930000000.0
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10583914566.641617
+ --- Energy:  32.1859127423429
+ --- Workload:  340653000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 243 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 529 in the X datas point
 --------------
- --- Configuration:  0022-2220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10604498852.593224
- --- Energy:  53.16348231202643
- --- Workload:  563772000000.0
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10992187852.093517
+ --- Energy:  31.06062061477282
+ --- Workload:  341424000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 234 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 78 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 261 in the X datas point
 --------------
- --- Configuration:  1001-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9166575000.916658
- --- Energy:  50.735447078258076
- --- Workload:  465069000000.0
+ --- Configuration:  333330-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5609028291.9387045
+ --- Energy:  13.4893048354332
+ --- Workload:  75662100000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 100 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 306 in the X datas point
 --------------
- --- Configuration:  2222-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11468876336.840899
- --- Energy:  53.84120579706395
- --- Workload:  617498000000.0
+ --- Configuration:  333300-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12877238669.53101
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 107 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 58 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 117 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 192 in the X datas point
 --------------
- --- Configuration:  1011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8782098570.274353
- --- Energy:  43.085080854083536
- --- Workload:  378377000000.0
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 124 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 209 in the X datas point
 --------------
- --- Configuration:  0020-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8376542330.856669
- --- Energy:  48.301162810596125
- --- Workload:  404596000000.0
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 125 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 287 in the X datas point
 --------------
- --- Configuration:  2220-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9479212087.891254
- --- Energy:  49.57175430186782
- --- Workload:  469901000000.0
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2022-2220'
---- Neighbour  0 in the list of neghbours, And at position 117 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333300-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 261 in the X datas point
 --------------
- --- Configuration:  1011-2200
+ --- Configuration:  333330-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8782098570.274353
- --- Energy:  43.085080854083536
- --- Workload:  378377000000.0
+ --- Energy efficiency:  5609028291.9387045
+ --- Energy:  13.4893048354332
+ --- Workload:  75662100000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 124 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 529 in the X datas point
 --------------
- --- Configuration:  0020-2220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8376542330.856669
- --- Energy:  48.301162810596125
- --- Workload:  404596000000.0
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10992187852.093517
+ --- Energy:  31.06062061477282
+ --- Workload:  341424000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 125 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 209 in the X datas point
 --------------
- --- Configuration:  2220-2220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9479212087.891254
- --- Energy:  49.57175430186782
- --- Workload:  469901000000.0
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 130 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 148 in the X datas point
 --------------
- --- Configuration:  2022-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10578920865.440357
- --- Energy:  50.18755172966964
- --- Workload:  530930000000.0
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10583914566.641617
+ --- Energy:  32.1859127423429
+ --- Workload:  340653000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 107 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 63 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 78 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 58 in the X datas point
 --------------
- --- Configuration:  1001-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9166575000.916658
- --- Energy:  50.735447078258076
- --- Workload:  465069000000.0
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 243 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 234 in the X datas point
 --------------
- --- Configuration:  0022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10604498852.593224
- --- Energy:  53.16348231202643
- --- Workload:  563772000000.0
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 100 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 287 in the X datas point
 --------------
- --- Configuration:  2222-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11468876336.840899
- --- Energy:  53.84120579706395
- --- Workload:  617498000000.0
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 306 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  333300-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12877238669.53101
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 192 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 107 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 63 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Configuration:  333300-1-0
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (50.66357196918862 mAh)  it is NOT far from the median.
----  Median :50.66357196918862,   the gap is :  10
---- So No we don't romove this configuration '2022-2220'
- --- remove_aberrant_points: The value [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0]
---- Computing the list of the 10 first neighbours of '1000-0030'
+--- The energy of the current configuration (32.97385398783962 mAh)  it is NOT far from the median.
+---  Median :32.97385398783962,   the gap is :  10
+--- So No we don't romove this configuration '333300-1-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0]
+--- Computing the list of the 10 first neighbours of '220020-0-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1000-0030'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220020-0-1'
+--- Neighbour  0 in the list of neghbours, And at position 64 in the X datas point
+--------------
+ --- Configuration:  220020-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10312116840.40865
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 102 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 235 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10228912840.456577
+ --- Energy:  33.4145827544387
+ --- Workload:  341795000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 33 in the X datas point
+--------------
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 42 in the X datas point
+--------------
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 69 in the X datas point
+--------------
+ --- Configuration:  220220-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6218480079.099067
+ --- Energy:  26.274511449565598
+ --- Workload:  163388000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 166 in the X datas point
+--------------
+ --- Configuration:  222220-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11742671105.396345
+ --- Energy:  36.9581904467489
+ --- Workload:  433988000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 250 in the X datas point
+--------------
+ --- Configuration:  100010-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9201917679.644438
+ --- Energy:  32.1912867561494
+ --- Workload:  296221000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 335 in the X datas point
+--------------
+ --- Configuration:  333030-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11193557883.566849
+ --- Energy:  34.531211142434685
+ --- Workload:  386527000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220020-0-1'
+--- Neighbour  0 in the list of neghbours, And at position 69 in the X datas point
+--------------
+ --- Configuration:  220220-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6218480079.099067
+ --- Energy:  26.274511449565598
+ --- Workload:  163388000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 250 in the X datas point
+--------------
+ --- Configuration:  100010-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9201917679.644438
+ --- Energy:  32.1912867561494
+ --- Workload:  296221000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 64 in the X datas point
+--------------
+ --- Configuration:  220020-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10312116840.40865
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 235 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10228912840.456577
+ --- Energy:  33.4145827544387
+ --- Workload:  341795000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 102 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 335 in the X datas point
+--------------
+ --- Configuration:  333030-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11193557883.566849
+ --- Energy:  34.531211142434685
+ --- Workload:  386527000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 166 in the X datas point
+--------------
+ --- Configuration:  222220-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11742671105.396345
+ --- Energy:  36.9581904467489
+ --- Workload:  433988000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 33 in the X datas point
+--------------
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 42 in the X datas point
+--------------
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 235 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Energy efficiency:  10228912840.456577
+ --- Energy:  33.4145827544387
+ --- Workload:  341795000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (33.4145827544387 mAh)  it is NOT far from the median.
+---  Median :33.4145827544387,   the gap is :  10
+--- So No we don't romove this configuration '220020-0-1'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '111111-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111111-1-2'
 --- Neighbour  0 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Configuration:  1000-0030
+ --- Configuration:  111111-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3845281263.097989
- --- Energy:  39.12249647942367
- --- Workload:  150437000000.0
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 161 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 131 in the X datas point
 --------------
- --- Configuration:  1100-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5236287472.182222
- --- Energy:  35.478097414979636
- --- Workload:  185774000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 168 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  2020-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5336236245.851076
- --- Energy:  35.10473595313148
- --- Workload:  187327000000.0
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 218 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  1001-3030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7964637011.668193
- --- Energy:  42.24457921399078
- --- Workload:  336462000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 24 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 85 in the X datas point
 --------------
- --- Configuration:  0000-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 26 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  0000-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7665772326.561901
- --- Energy:  48.682465076838824
- --- Workload:  373189000000.0
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 58 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 111 in the X datas point
 --------------
- --- Configuration:  0001-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4533975344.242078
- --- Energy:  35.4792605525655
- --- Workload:  160862000000.0
+ --- Configuration:  111111-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13419378387.55433
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 108 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 140 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8871225293.637558
- --- Energy:  42.90551410725298
- --- Workload:  380626000000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 127 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 246 in the X datas point
 --------------
- --- Configuration:  2020-3030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7529950377.627011
- --- Energy:  41.87227309237855
- --- Workload:  315295000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13583376120.968113
+ --- Energy:  65.5557580165811
+ --- Workload:  890469000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 146 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 247 in the X datas point
 --------------
- --- Configuration:  2000-0022
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8308684236.764266
- --- Energy:  64.3370683100252
- --- Workload:  534556000000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13225816264.315292
+ --- Energy:  70.9803740450458
+ --- Workload:  938774000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1000-0030'
---- Neighbour  0 in the list of neghbours, And at position 168 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111111-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 111 in the X datas point
 --------------
- --- Configuration:  2020-0030
+ --- Configuration:  111111-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5336236245.851076
- --- Energy:  35.10473595313148
- --- Workload:  187327000000.0
+ --- Energy efficiency:  13419378387.55433
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 161 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  1100-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5236287472.182222
- --- Energy:  35.478097414979636
- --- Workload:  185774000000.0
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 58 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  0001-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4533975344.242078
- --- Energy:  35.4792605525655
- --- Workload:  160862000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 24 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 85 in the X datas point
 --------------
- --- Configuration:  0000-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
 --------------
 --- Neighbour  4 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Configuration:  1000-0030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3845281263.097989
- --- Energy:  39.12249647942367
- --- Workload:  150437000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 127 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 246 in the X datas point
 --------------
- --- Configuration:  2020-3030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7529950377.627011
- --- Energy:  41.87227309237855
- --- Workload:  315295000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13583376120.968113
+ --- Energy:  65.5557580165811
+ --- Workload:  890469000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 218 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 131 in the X datas point
 --------------
- --- Configuration:  1001-3030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7964637011.668193
- --- Energy:  42.24457921399078
- --- Workload:  336462000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 108 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 247 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8871225293.637558
- --- Energy:  42.90551410725298
- --- Workload:  380626000000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13225816264.315292
+ --- Energy:  70.9803740450458
+ --- Workload:  938774000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 26 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 140 in the X datas point
 --------------
- --- Configuration:  0000-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7665772326.561901
- --- Energy:  48.682465076838824
- --- Workload:  373189000000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 146 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  2000-0022
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8308684236.764266
- --- Energy:  64.3370683100252
- --- Workload:  534556000000.0
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
 --------------
 --- Median at position 4 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Configuration:  1000-0030
- --- Energy efficiency:  3845281263.097989
- --- Energy:  39.12249647942367
- --- Workload:  150437000000.0
+ --- Configuration:  111111-1-2
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (39.12249647942367 mAh)  it is NOT far from the median.
----  Median :39.12249647942367,   the gap is :  10
---- So No we don't romove this configuration '1000-0030'
- --- remove_aberrant_points: The value [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '0010-2000'
+--- The energy of the current configuration (65.20383205963783 mAh)  it is NOT far from the median.
+---  Median :65.20383205963783,   the gap is :  10
+--- So No we don't romove this configuration '111111-1-2'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0]
+--- Computing the list of the 10 first neighbours of '101101-0-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0010-2000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101101-0-2'
 --- Neighbour  0 in the list of neghbours, And at position 66 in the X datas point
 --------------
- --- Configuration:  0010-2000
+ --- Configuration:  101101-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Energy efficiency:  11969296360.974827
+ --- Energy:  55.14950525765903
+ --- Workload:  660101000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 76 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 91 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 112 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 111 in the X datas point
 --------------
- --- Configuration:  0020-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4244013818.5089927
- --- Energy:  35.41951635507749
- --- Workload:  150321000000.0
+ --- Configuration:  111111-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13419378387.55433
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 147 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 159 in the X datas point
 --------------
- --- Configuration:  1010-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5000900162.029165
- --- Energy:  35.48607288213239
- --- Workload:  177462000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  69.5925937545452
+ --- Workload:  983338000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 250 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 253 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3452478361.591869
- --- Energy:  34.331593464755564
- --- Workload:  118529000000.0
+ --- Configuration:  101111-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12089851778.417196
+ --- Energy:  58.0655432702143
+ --- Workload:  702004000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 9 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 346 in the X datas point
 --------------
- --- Configuration:  0010-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6532788063.289651
- --- Energy:  42.64544340651106
- --- Workload:  278594000000.0
+ --- Configuration:  011101-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12422560861.231298
+ --- Energy:  53.13375305902614
+ --- Workload:  660057000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 24 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 378 in the X datas point
 --------------
- --- Configuration:  0000-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Configuration:  111101-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11645632713.048117
+ --- Energy:  67.4694443841449
+ --- Workload:  785724000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 405 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  101101-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5642481111.794478
+ --- Energy:  13.362479905568
+ --- Workload:  75397700000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 77 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 16 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 99 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 36 in the X datas point
 --------------
- --- Configuration:  0011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7849108733.703288
- --- Energy:  42.07381484773657
- --- Workload:  330242000000.0
+ --- Configuration:  110001-0-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11533320339.125751
+ --- Energy:  52.516287756608044
+ --- Workload:  605687000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0010-2000'
---- Neighbour  0 in the list of neghbours, And at position 250 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101101-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 405 in the X datas point
 --------------
- --- Configuration:  0000-2000
+ --- Configuration:  101101-1-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3452478361.591869
- --- Energy:  34.331593464755564
- --- Workload:  118529000000.0
+ --- Energy efficiency:  5642481111.794478
+ --- Energy:  13.362479905568
+ --- Workload:  75397700000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 76 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 36 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Configuration:  110001-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11533320339.125751
+ --- Energy:  52.516287756608044
+ --- Workload:  605687000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 112 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 346 in the X datas point
 --------------
- --- Configuration:  0020-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4244013818.5089927
- --- Energy:  35.41951635507749
- --- Workload:  150321000000.0
+ --- Configuration:  011101-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12422560861.231298
+ --- Energy:  53.13375305902614
+ --- Workload:  660057000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 66 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  101101-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11969296360.974827
+ --- Energy:  55.14950525765903
+ --- Workload:  660101000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 147 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 111 in the X datas point
 --------------
- --- Configuration:  1010-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5000900162.029165
- --- Energy:  35.48607288213239
- --- Workload:  177462000000.0
+ --- Configuration:  111111-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13419378387.55433
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 24 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 253 in the X datas point
 --------------
- --- Configuration:  0000-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Configuration:  101111-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12089851778.417196
+ --- Energy:  58.0655432702143
+ --- Workload:  702004000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 91 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 99 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 378 in the X datas point
 --------------
- --- Configuration:  0011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7849108733.703288
- --- Energy:  42.07381484773657
- --- Workload:  330242000000.0
+ --- Configuration:  111101-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11645632713.048117
+ --- Energy:  67.4694443841449
+ --- Workload:  785724000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 77 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 159 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  69.5925937545452
+ --- Workload:  983338000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 9 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 16 in the X datas point
 --------------
- --- Configuration:  0010-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6532788063.289651
- --- Energy:  42.64544340651106
- --- Workload:  278594000000.0
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 147 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 111 in the X datas point
 --------------
- --- Configuration:  1010-2000
- --- Energy efficiency:  5000900162.029165
- --- Energy:  35.48607288213239
- --- Workload:  177462000000.0
+ --- Configuration:  111111-0-2
+ --- Energy efficiency:  13419378387.55433
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (35.48607288213239 mAh)  it is NOT far from the median.
----  Median :35.48607288213239,   the gap is :  10
---- So No we don't romove this configuration '0010-2000'
- --- remove_aberrant_points: The value [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1]
---- Computing the list of the 10 first neighbours of '0110-0002'
+--- The energy of the current configuration (56.046315848522 mAh)  it is NOT far from the median.
+---  Median :56.046315848522,   the gap is :  10
+--- So No we don't romove this configuration '101101-0-2'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '330330-2-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0110-0002'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330330-2-3'
 --- Neighbour  0 in the list of neghbours, And at position 67 in the X datas point
 --------------
- --- Configuration:  0110-0002
+ --- Configuration:  330330-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6145261695.969323
- --- Energy:  51.31617435224532
- --- Workload:  315351000000.0
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 88 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 264 in the X datas point
 --------------
- --- Configuration:  0110-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5821399464.43125
- --- Energy:  36.31061849927073
- --- Workload:  211379000000.0
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5413071485.022031
+ --- Energy:  13.9697963651223
+ --- Workload:  75619700000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 115 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 488 in the X datas point
 --------------
- --- Configuration:  0110-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7487495881.877265
- --- Energy:  41.820066635010036
- --- Workload:  313127000000.0
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14243959136.930027
+ --- Energy:  78.84746341771039
+ --- Workload:  1123100000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 200 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 542 in the X datas point
 --------------
- --- Configuration:  0111-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6254338947.644929
- --- Energy:  35.98594879953233
- --- Workload:  225068000000.0
+ --- Configuration:  330330-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12443165840.025682
+ --- Energy:  76.18345987594073
+ --- Workload:  947963000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 8 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 589 in the X datas point
 --------------
- --- Configuration:  0020-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8089829466.394849
- --- Energy:  66.44909360627778
- --- Workload:  537560000000.0
+ --- Configuration:  330330-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12070676223.42339
+ --- Energy:  73.18295677224415
+ --- Workload:  883368000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 38 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 652 in the X datas point
 --------------
- --- Configuration:  1110-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  2905397356.669485
- --- Energy:  30.668041259477853
- --- Workload:  89102900000.0
+ --- Configuration:  330333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14885870034.445902
+ --- Energy:  87.19607015727797
+ --- Workload:  1297990000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 48 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 17 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 32 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 81 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 87 in the X datas point
 --------------
- --- Configuration:  0000-0001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3321398441.599851
- --- Energy:  35.588916806469584
- --- Workload:  118205000000.0
+ --- Configuration:  330030-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14087701577.399946
+ --- Energy:  72.9096660218277
+ --- Workload:  1027130000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 86 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 163 in the X datas point
 --------------
- --- Configuration:  0220-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5040602049.508794
- --- Energy:  36.67117347490831
- --- Workload:  184845000000.0
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0110-0002'
---- Neighbour  0 in the list of neghbours, And at position 38 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330330-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 264 in the X datas point
 --------------
- --- Configuration:  1110-0000
+ --- Configuration:  333330-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2905397356.669485
- --- Energy:  30.668041259477853
- --- Workload:  89102900000.0
+ --- Energy efficiency:  5413071485.022031
+ --- Energy:  13.9697963651223
+ --- Workload:  75619700000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 81 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 87 in the X datas point
 --------------
- --- Configuration:  0000-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3321398441.599851
- --- Energy:  35.588916806469584
- --- Workload:  118205000000.0
+ --- Configuration:  330030-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14087701577.399946
+ --- Energy:  72.9096660218277
+ --- Workload:  1027130000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 200 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 589 in the X datas point
 --------------
- --- Configuration:  0111-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6254338947.644929
- --- Energy:  35.98594879953233
- --- Workload:  225068000000.0
+ --- Configuration:  330330-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12070676223.42339
+ --- Energy:  73.18295677224415
+ --- Workload:  883368000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 88 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 542 in the X datas point
 --------------
- --- Configuration:  0110-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5821399464.43125
- --- Energy:  36.31061849927073
- --- Workload:  211379000000.0
+ --- Configuration:  330330-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12443165840.025682
+ --- Energy:  76.18345987594073
+ --- Workload:  947963000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 86 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 67 in the X datas point
 --------------
- --- Configuration:  0220-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5040602049.508794
- --- Energy:  36.67117347490831
- --- Workload:  184845000000.0
+ --- Configuration:  330330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 488 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14243959136.930027
+ --- Energy:  78.84746341771039
+ --- Workload:  1123100000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 48 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 163 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 115 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 652 in the X datas point
 --------------
- --- Configuration:  0110-1001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7487495881.877265
- --- Energy:  41.820066635010036
- --- Workload:  313127000000.0
+ --- Configuration:  330333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14885870034.445902
+ --- Energy:  87.19607015727797
+ --- Workload:  1297990000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 67 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 32 in the X datas point
 --------------
- --- Configuration:  0110-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6145261695.969323
- --- Energy:  51.31617435224532
- --- Workload:  315351000000.0
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 8 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 17 in the X datas point
 --------------
- --- Configuration:  0020-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8089829466.394849
- --- Energy:  66.44909360627778
- --- Workload:  537560000000.0
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 86 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 67 in the X datas point
 --------------
- --- Configuration:  0220-0020
- --- Energy efficiency:  5040602049.508794
- --- Energy:  36.67117347490831
- --- Workload:  184845000000.0
+ --- Configuration:  330330-2-3
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (51.31617435224532 mAh)  is far from the median.
----  Median :36.67117347490831,   the gap is :  10
---- So yes we remove this configuration '0110-0002'
---- remove_aberrant_points: The value [0.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '3030-1000'
+--- The energy of the current configuration (78.20736118066493 mAh)  it is NOT far from the median.
+---  Median :78.20736118066493,   the gap is :  10
+--- So No we don't romove this configuration '330330-2-3'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '333333-3-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3030-1000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333333-3-1'
 --- Neighbour  0 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  3030-1000
+ --- Configuration:  333333-3-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 44 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  3000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5326600510.288329
- --- Energy:  36.46450751429702
- --- Workload:  194232000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 140 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 62 in the X datas point
 --------------
- --- Configuration:  2020-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6005284650.492433
- --- Energy:  34.65163368892841
- --- Workload:  208093000000.0
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 150 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 72 in the X datas point
 --------------
- --- Configuration:  3030-1001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8447801037.389967
- --- Energy:  43.884169684615244
- --- Workload:  370724000000.0
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  75.96541207639095
+ --- Workload:  1164630000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 199 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 203 in the X datas point
 --------------
- --- Configuration:  3030-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2117186259.461176
- --- Energy:  28.69675782439391
- --- Workload:  60756400000.0
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14214479437.334045
+ --- Energy:  86.641218027865
+ --- Workload:  1231560000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 215 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 214 in the X datas point
 --------------
- --- Configuration:  3030-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5441732647.675019
- --- Energy:  35.287807273153724
- --- Workload:  192027000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 5 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 251 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 309 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 319 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14109387257.53018
+ --- Energy:  83.8569021514259
+ --- Workload:  1183170000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 476 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15954255957.319174
+ --- Energy:  64.94187940590403
+ --- Workload:  1036100000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3030-1000'
---- Neighbour  0 in the list of neghbours, And at position 199 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333333-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 476 in the X datas point
 --------------
- --- Configuration:  3030-0000
+ --- Configuration:  333333-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2117186259.461176
- --- Energy:  28.69675782439391
- --- Workload:  60756400000.0
+ --- Energy efficiency:  15954255957.319174
+ --- Energy:  64.94187940590403
+ --- Workload:  1036100000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 72 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  75.96541207639095
+ --- Workload:  1164630000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 5 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 62 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 251 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 140 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 319 in the X datas point
 --------------
- --- Configuration:  2020-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6005284650.492433
- --- Energy:  34.65163368892841
- --- Workload:  208093000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14109387257.53018
+ --- Energy:  83.8569021514259
+ --- Workload:  1183170000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 215 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  3030-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5441732647.675019
- --- Energy:  35.287807273153724
- --- Workload:  192027000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 44 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 203 in the X datas point
 --------------
- --- Configuration:  3000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5326600510.288329
- --- Energy:  36.46450751429702
- --- Workload:  194232000000.0
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14214479437.334045
+ --- Energy:  86.641218027865
+ --- Workload:  1231560000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 309 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 150 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 214 in the X datas point
 --------------
- --- Configuration:  3030-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8447801037.389967
- --- Energy:  43.884169684615244
- --- Workload:  370724000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 20 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 251 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  222222-3-1
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (43.625602385234735 mAh)  is far from the median.
----  Median :32.51205394198035,   the gap is :  10
---- So yes we remove this configuration '3030-1000'
---- remove_aberrant_points: The value [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '2000-2000'
+--- The energy of the current configuration (79.3720923830505 mAh)  it is NOT far from the median.
+---  Median :79.3720923830505,   the gap is :  10
+--- So No we don't romove this configuration '333333-3-1'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '220220-0-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2000-2000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220220-0-0'
 --- Neighbour  0 in the list of neghbours, And at position 69 in the X datas point
 --------------
- --- Configuration:  2000-2000
+ --- Configuration:  220220-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Energy efficiency:  6218480079.099067
+ --- Energy:  26.274511449565598
+ --- Workload:  163388000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 642 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  220220-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6051071039.574004
+ --- Energy:  26.957077100488743
+ --- Workload:  163119000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 273 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  330330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5536240228.535996
+ --- Energy:  13.8323700917135
+ --- Workload:  76579500000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 73 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 641 in the X datas point
 --------------
- --- Configuration:  2000-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6539495281.754154
- --- Energy:  42.61363347008094
- --- Workload:  278672000000.0
+ --- Configuration:  222220-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7320161921.981714
+ --- Energy:  28.31277417055063
+ --- Workload:  207254000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 84 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 33 in the X datas point
 --------------
- --- Configuration:  2002-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7263008047.412917
- --- Energy:  41.829225389075674
- --- Workload:  303807000000.0
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 114 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 64 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3742206854.226074
- --- Energy:  34.88131927324178
- --- Workload:  130533000000.0
+ --- Configuration:  220020-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10312116840.40865
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 177 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 90 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5065035050.042546
- --- Energy:  35.13598057141005
- --- Workload:  177965000000.0
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 29 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 166 in the X datas point
 --------------
- --- Configuration:  3000-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Configuration:  222220-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11742671105.396345
+ --- Energy:  36.9581904467489
+ --- Workload:  433988000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 34 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 170 in the X datas point
 --------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Configuration:  330333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11461738424.790365
+ --- Energy:  57.5070787061249
+ --- Workload:  659131000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 41 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 209 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2000-2000'
---- Neighbour  0 in the list of neghbours, And at position 34 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220220-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 273 in the X datas point
 --------------
- --- Configuration:  2000-0000
+ --- Configuration:  330330-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Energy efficiency:  5536240228.535996
+ --- Energy:  13.8323700917135
+ --- Workload:  76579500000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 114 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 69 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3742206854.226074
- --- Energy:  34.88131927324178
- --- Workload:  130533000000.0
+ --- Configuration:  220220-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6218480079.099067
+ --- Energy:  26.274511449565598
+ --- Workload:  163388000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 177 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 90 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5065035050.042546
- --- Energy:  35.13598057141005
- --- Workload:  177965000000.0
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 29 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 642 in the X datas point
 --------------
- --- Configuration:  3000-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Configuration:  220220-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6051071039.574004
+ --- Energy:  26.957077100488743
+ --- Workload:  163119000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 69 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 641 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  222220-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7320161921.981714
+ --- Energy:  28.31277417055063
+ --- Workload:  207254000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 209 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 64 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  220020-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10312116840.40865
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 41 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 166 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  222220-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11742671105.396345
+ --- Energy:  36.9581904467489
+ --- Workload:  433988000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 84 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 33 in the X datas point
 --------------
- --- Configuration:  2002-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7263008047.412917
- --- Energy:  41.829225389075674
- --- Workload:  303807000000.0
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 73 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 170 in the X datas point
 --------------
- --- Configuration:  2000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6539495281.754154
- --- Energy:  42.61363347008094
- --- Workload:  278672000000.0
+ --- Configuration:  330333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11461738424.790365
+ --- Energy:  57.5070787061249
+ --- Workload:  659131000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 69 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 641 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  222220-0-0
+ --- Energy efficiency:  7320161921.981714
+ --- Energy:  28.31277417055063
+ --- Workload:  207254000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (36.241340818491324 mAh)  it is NOT far from the median.
----  Median :36.241340818491324,   the gap is :  10
---- So No we don't romove this configuration '2000-2000'
- --- remove_aberrant_points: The value [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '3000-1100'
+--- The energy of the current configuration (28.31277417055063 mAh)  it is NOT far from the median.
+---  Median :28.31277417055063,   the gap is :  10
+--- So No we don't romove this configuration '220220-0-0'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '110011-0-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3000-1100'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110011-0-0'
 --- Neighbour  0 in the list of neghbours, And at position 70 in the X datas point
 --------------
- --- Configuration:  3000-1100
+ --- Configuration:  110011-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6443423519.784533
- --- Energy:  43.3608751201712
- --- Workload:  279393000000.0
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 90 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 44 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 149 in the X datas point
 --------------
- --- Configuration:  3000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5326600510.288329
- --- Energy:  36.46450751429702
- --- Workload:  194232000000.0
+ --- Configuration:  111011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7219330479.29135
+ --- Energy:  28.6387646642511
+ --- Workload:  206752000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 71 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 359 in the X datas point
 --------------
- --- Configuration:  3000-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6519117311.516021
- --- Energy:  42.79271109577192
- --- Workload:  278971000000.0
+ --- Configuration:  100011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  4992984856.276931
+ --- Energy:  24.1374403681183
+ --- Workload:  120518000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 675 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7533921481.470321
+ --- Energy:  27.536240775049926
+ --- Workload:  207456000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 2 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 60 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 183 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 208 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  111011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11532602089.476847
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 73 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 282 in the X datas point
 --------------
- --- Configuration:  2000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6539495281.754154
- --- Energy:  42.61363347008094
- --- Workload:  278672000000.0
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  24.2773
+ --- Workload:  141737000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3000-1100'
---- Neighbour  0 in the list of neghbours, And at position 18 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110011-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 359 in the X datas point
 --------------
- --- Configuration:  3000-0000
+ --- Configuration:  100011-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Energy efficiency:  4992984856.276931
+ --- Energy:  24.1374403681183
+ --- Workload:  120518000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 282 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  24.2773
+ --- Workload:  141737000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 44 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 60 in the X datas point
 --------------
- --- Configuration:  3000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5326600510.288329
- --- Energy:  36.46450751429702
- --- Workload:  194232000000.0
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 90 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 70 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 73 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 675 in the X datas point
 --------------
- --- Configuration:  2000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6539495281.754154
- --- Energy:  42.61363347008094
- --- Workload:  278672000000.0
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7533921481.470321
+ --- Energy:  27.536240775049926
+ --- Workload:  207456000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 71 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 149 in the X datas point
 --------------
- --- Configuration:  3000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6519117311.516021
- --- Energy:  42.79271109577192
- --- Workload:  278971000000.0
+ --- Configuration:  111011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7219330479.29135
+ --- Energy:  28.6387646642511
+ --- Workload:  206752000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 70 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 208 in the X datas point
 --------------
- --- Configuration:  3000-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6443423519.784533
- --- Energy:  43.3608751201712
- --- Workload:  279393000000.0
+ --- Configuration:  111011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11532602089.476847
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 2 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 183 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 45 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 70 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  110011-0-0
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (36.96583597689362 mAh)  it is NOT far from the median.
----  Median :36.96583597689362,   the gap is :  10
---- So No we don't romove this configuration '3000-1100'
- --- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '3000-2200'
+--- The energy of the current configuration (27.241716653761866 mAh)  it is NOT far from the median.
+---  Median :27.241716653761866,   the gap is :  10
+--- So No we don't romove this configuration '110011-0-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '011111-3-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3000-2200'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011111-3-2'
 --- Neighbour  0 in the list of neghbours, And at position 71 in the X datas point
 --------------
- --- Configuration:  3000-2200
+ --- Configuration:  011111-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6519117311.516021
- --- Energy:  42.79271109577192
- --- Workload:  278971000000.0
+ --- Energy efficiency:  14151777817.088272
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 30 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 271 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6611133148.221605
- --- Energy:  42.19510352720739
- --- Workload:  278957000000.0
+ --- Configuration:  010111-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5520012806.429711
+ --- Energy:  13.6504873016518
+ --- Workload:  75350800000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 333 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  011111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13434937285.712751
+ --- Energy:  68.27709347003412
+ --- Workload:  917298000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 70 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 362 in the X datas point
 --------------
- --- Configuration:  3000-1100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6443423519.784533
- --- Energy:  43.3608751201712
- --- Workload:  279393000000.0
+ --- Configuration:  011111-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14901908189.343645
+ --- Energy:  75.3366281487845
+ --- Workload:  1122660000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 73 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 440 in the X datas point
 --------------
- --- Configuration:  2000-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6539495281.754154
- --- Energy:  42.61363347008094
- --- Workload:  278672000000.0
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13502784274.117321
+ --- Energy:  82.79771486146721
+ --- Workload:  1118000000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 74 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 461 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6473246073.976255
- --- Energy:  42.474892742303716
- --- Workload:  274951000000.0
+ --- Configuration:  011111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12672600823.212149
+ --- Energy:  85.29350021391399
+ --- Workload:  1080890000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 114 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 761 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3742206854.226074
- --- Energy:  34.88131927324178
- --- Workload:  130533000000.0
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6079027355.6231
+ --- Energy:  12.473598223784801
+ --- Workload:  75827400000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 29 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  3000-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 31 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 83 in the X datas point
 --------------
- --- Configuration:  3000-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8224428196.629629
- --- Energy:  49.410116578739654
- --- Workload:  406369000000.0
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3000-2200'
---- Neighbour  0 in the list of neghbours, And at position 114 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011111-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 761 in the X datas point
 --------------
- --- Configuration:  3000-2000
+ --- Configuration:  011011-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3742206854.226074
- --- Energy:  34.88131927324178
- --- Workload:  130533000000.0
+ --- Energy efficiency:  6079027355.6231
+ --- Energy:  12.473598223784801
+ --- Workload:  75827400000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 29 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 271 in the X datas point
 --------------
- --- Configuration:  3000-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Configuration:  010111-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5520012806.429711
+ --- Energy:  13.6504873016518
+ --- Workload:  75350800000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 30 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 333 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6611133148.221605
- --- Energy:  42.19510352720739
- --- Workload:  278957000000.0
+ --- Configuration:  011111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13434937285.712751
+ --- Energy:  68.27709347003412
+ --- Workload:  917298000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 74 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 362 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6473246073.976255
- --- Energy:  42.474892742303716
- --- Workload:  274951000000.0
+ --- Configuration:  011111-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14901908189.343645
+ --- Energy:  75.3366281487845
+ --- Workload:  1122660000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 73 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 440 in the X datas point
 --------------
- --- Configuration:  2000-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6539495281.754154
- --- Energy:  42.61363347008094
- --- Workload:  278672000000.0
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13502784274.117321
+ --- Energy:  82.79771486146721
+ --- Workload:  1118000000000.0
 --------------
 --- Neighbour  6 in the list of neghbours, And at position 71 in the X datas point
 --------------
- --- Configuration:  3000-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6519117311.516021
- --- Energy:  42.79271109577192
- --- Workload:  278971000000.0
+ --- Configuration:  011111-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14151777817.088272
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 70 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 461 in the X datas point
 --------------
- --- Configuration:  3000-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6443423519.784533
- --- Energy:  43.3608751201712
- --- Workload:  279393000000.0
+ --- Configuration:  011111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12672600823.212149
+ --- Energy:  85.29350021391399
+ --- Workload:  1080890000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 31 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 83 in the X datas point
 --------------
- --- Configuration:  3000-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8224428196.629629
- --- Energy:  49.410116578739654
- --- Workload:  406369000000.0
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 74 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 362 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Energy efficiency:  6473246073.976255
- --- Energy:  42.474892742303716
- --- Workload:  274951000000.0
+ --- Configuration:  011111-2-2
+ --- Energy efficiency:  14901908189.343645
+ --- Energy:  75.3366281487845
+ --- Workload:  1122660000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (42.474892742303716 mAh)  it is NOT far from the median.
----  Median :42.474892742303716,   the gap is :  10
---- So No we don't romove this configuration '3000-2200'
- --- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '1000-1100'
+--- The energy of the current configuration (75.3366281487845 mAh)  it is NOT far from the median.
+---  Median :75.3366281487845,   the gap is :  10
+--- So No we don't romove this configuration '011111-3-2'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '303333-3-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1000-1100'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303333-3-1'
 --- Neighbour  0 in the list of neghbours, And at position 72 in the X datas point
 --------------
- --- Configuration:  1000-1100
+ --- Configuration:  303333-3-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6448575832.027497
- --- Energy:  42.80059101405426
- --- Workload:  276003000000.0
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  75.96541207639095
+ --- Workload:  1164630000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 203 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14214479437.334045
+ --- Energy:  86.641218027865
+ --- Workload:  1231560000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 185 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  1000-0100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4407169583.478402
- --- Energy:  34.828482821374045
- --- Workload:  153495000000.0
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 190 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 84 in the X datas point
 --------------
- --- Configuration:  1000-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6563747111.951271
- --- Energy:  40.76551455796704
- --- Workload:  267574000000.0
+ --- Configuration:  003333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13712605724.190134
+ --- Energy:  82.9689480595376
+ --- Workload:  1137720000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 7 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 116 in the X datas point
 --------------
- --- Configuration:  1000-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6501654671.113798
- --- Energy:  42.85376093977719
- --- Workload:  278621000000.0
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 33 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 322 in the X datas point
 --------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Configuration:  303033-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13379358325.974688
+ --- Energy:  87.10137841468074
+ --- Workload:  1165360000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 62 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 15 in the X datas point
 --------------
- --- Configuration:  0001-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6336774201.724871
- --- Energy:  45.652440385434886
- --- Workload:  289290000000.0
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 73 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 62 in the X datas point
 --------------
- --- Configuration:  2000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6539495281.754154
- --- Energy:  42.61363347008094
- --- Workload:  278672000000.0
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 130 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1000-1100'
---- Neighbour  0 in the list of neghbours, And at position 33 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303333-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 15 in the X datas point
 --------------
- --- Configuration:  1000-0000
+ --- Configuration:  303330-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 185 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 130 in the X datas point
 --------------
- --- Configuration:  1000-0100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4407169583.478402
- --- Energy:  34.828482821374045
- --- Workload:  153495000000.0
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 72 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  75.96541207639095
+ --- Workload:  1164630000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 62 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 190 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 84 in the X datas point
 --------------
- --- Configuration:  1000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6563747111.951271
- --- Energy:  40.76551455796704
- --- Workload:  267574000000.0
+ --- Configuration:  003333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13712605724.190134
+ --- Energy:  82.9689480595376
+ --- Workload:  1137720000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 73 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  2000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6539495281.754154
- --- Energy:  42.61363347008094
- --- Workload:  278672000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 72 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 203 in the X datas point
 --------------
- --- Configuration:  1000-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6448575832.027497
- --- Energy:  42.80059101405426
- --- Workload:  276003000000.0
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14214479437.334045
+ --- Energy:  86.641218027865
+ --- Workload:  1231560000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 7 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 322 in the X datas point
 --------------
- --- Configuration:  1000-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6501654671.113798
- --- Energy:  42.85376093977719
- --- Workload:  278621000000.0
+ --- Configuration:  303033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13379358325.974688
+ --- Energy:  87.10137841468074
+ --- Workload:  1165360000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 62 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 116 in the X datas point
 --------------
- --- Configuration:  0001-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6336774201.724871
- --- Energy:  45.652440385434886
- --- Workload:  289290000000.0
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 46 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 62 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  333333-2-1
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (36.86022362180361 mAh)  it is NOT far from the median.
----  Median :36.86022362180361,   the gap is :  10
---- So No we don't romove this configuration '1000-1100'
- --- remove_aberrant_points: The value [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '2000-2200'
+--- The energy of the current configuration (77.59635035177494 mAh)  it is NOT far from the median.
+---  Median :77.59635035177494,   the gap is :  10
+--- So No we don't romove this configuration '303333-3-1'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '101111-3-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2000-2200'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101111-3-0'
 --- Neighbour  0 in the list of neghbours, And at position 73 in the X datas point
 --------------
- --- Configuration:  2000-2200
+ --- Configuration:  101111-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6539495281.754154
- --- Energy:  42.61363347008094
- --- Workload:  278672000000.0
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 69 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 193 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 71 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 366 in the X datas point
 --------------
- --- Configuration:  3000-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6519117311.516021
- --- Energy:  42.79271109577192
- --- Workload:  278971000000.0
+ --- Configuration:  111111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14221635658.760386
+ --- Energy:  52.1586628956498
+ --- Workload:  741781000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 190 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 508 in the X datas point
 --------------
- --- Configuration:  1000-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6563747111.951271
- --- Energy:  40.76551455796704
- --- Workload:  267574000000.0
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 30 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 561 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6611133148.221605
- --- Energy:  42.19510352720739
- --- Workload:  278957000000.0
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12080679610.712181
+ --- Energy:  56.78135936837892
+ --- Workload:  685957000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 632 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11809317315.175327
+ --- Energy:  58.81039857197384
+ --- Workload:  694511000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 41 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 70 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  3000-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6443423519.784533
- --- Energy:  43.3608751201712
- --- Workload:  279393000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 72 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 97 in the X datas point
 --------------
- --- Configuration:  1000-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6448575832.027497
- --- Energy:  42.80059101405426
- --- Workload:  276003000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 74 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 116 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6473246073.976255
- --- Energy:  42.474892742303716
- --- Workload:  274951000000.0
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2000-2200'
---- Neighbour  0 in the list of neghbours, And at position 69 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101111-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 508 in the X datas point
 --------------
- --- Configuration:  2000-2000
+ --- Configuration:  101101-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 366 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  111111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14221635658.760386
+ --- Energy:  52.1586628956498
+ --- Workload:  741781000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 73 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 190 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 41 in the X datas point
 --------------
- --- Configuration:  1000-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6563747111.951271
- --- Energy:  40.76551455796704
- --- Workload:  267574000000.0
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 30 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 561 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6611133148.221605
- --- Energy:  42.19510352720739
- --- Workload:  278957000000.0
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12080679610.712181
+ --- Energy:  56.78135936837892
+ --- Workload:  685957000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 74 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 193 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6473246073.976255
- --- Energy:  42.474892742303716
- --- Workload:  274951000000.0
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 73 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 632 in the X datas point
 --------------
- --- Configuration:  2000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6539495281.754154
- --- Energy:  42.61363347008094
- --- Workload:  278672000000.0
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11809317315.175327
+ --- Energy:  58.81039857197384
+ --- Workload:  694511000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 71 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  3000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6519117311.516021
- --- Energy:  42.79271109577192
- --- Workload:  278971000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 72 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 97 in the X datas point
 --------------
- --- Configuration:  1000-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6448575832.027497
- --- Energy:  42.80059101405426
- --- Workload:  276003000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 70 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 116 in the X datas point
 --------------
- --- Configuration:  3000-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6443423519.784533
- --- Energy:  43.3608751201712
- --- Workload:  279393000000.0
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 30 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 561 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Energy efficiency:  6611133148.221605
- --- Energy:  42.19510352720739
- --- Workload:  278957000000.0
+ --- Configuration:  101101-3-0
+ --- Energy efficiency:  12080679610.712181
+ --- Energy:  56.78135936837892
+ --- Workload:  685957000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (42.19510352720739 mAh)  it is NOT far from the median.
----  Median :42.19510352720739,   the gap is :  10
---- So No we don't romove this configuration '2000-2200'
- --- remove_aberrant_points: The value [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '3000-3300'
+--- The energy of the current configuration (56.78135936837892 mAh)  it is NOT far from the median.
+---  Median :56.78135936837892,   the gap is :  10
+--- So No we don't romove this configuration '101111-3-0'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '222222-2-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3000-3300'
---- Neighbour  0 in the list of neghbours, And at position 30 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222222-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 74 in the X datas point
 --------------
- --- Configuration:  3000-3300
+ --- Configuration:  222222-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6611133148.221605
- --- Energy:  42.19510352720739
- --- Workload:  278957000000.0
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 74 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 98 in the X datas point
 --------------
- --- Configuration:  3000-3300
+ --- Configuration:  222222-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6473246073.976255
- --- Energy:  42.474892742303716
- --- Workload:  274951000000.0
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 29 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 158 in the X datas point
 --------------
- --- Configuration:  3000-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 31 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  3000-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8224428196.629629
- --- Energy:  49.410116578739654
- --- Workload:  406369000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 71 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 30 in the X datas point
 --------------
- --- Configuration:  3000-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6519117311.516021
- --- Energy:  42.79271109577192
- --- Workload:  278971000000.0
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 37 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 103 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 73 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 139 in the X datas point
 --------------
- --- Configuration:  2000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6539495281.754154
- --- Energy:  42.61363347008094
- --- Workload:  278672000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 114 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3742206854.226074
- --- Energy:  34.88131927324178
- --- Workload:  130533000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 120 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 163 in the X datas point
 --------------
- --- Configuration:  3003-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9353836943.914392
- --- Energy:  65.99051868650201
- --- Workload:  617264000000.0
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3000-3300'
---- Neighbour  0 in the list of neghbours, And at position 114 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222222-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 163 in the X datas point
 --------------
- --- Configuration:  3000-2000
+ --- Configuration:  222220-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3742206854.226074
- --- Energy:  34.88131927324178
- --- Workload:  130533000000.0
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 29 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 139 in the X datas point
 --------------
- --- Configuration:  3000-3000
+ --- Configuration:  111111-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 158 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 74 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 30 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6611133148.221605
- --- Energy:  42.19510352720739
- --- Workload:  278957000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 74 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 30 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6473246073.976255
- --- Energy:  42.474892742303716
- --- Workload:  274951000000.0
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 73 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 103 in the X datas point
 --------------
- --- Configuration:  2000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6539495281.754154
- --- Energy:  42.61363347008094
- --- Workload:  278672000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 71 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  3000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6519117311.516021
- --- Energy:  42.79271109577192
- --- Workload:  278971000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 31 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 37 in the X datas point
 --------------
- --- Configuration:  3000-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8224428196.629629
- --- Energy:  49.410116578739654
- --- Workload:  406369000000.0
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 120 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 98 in the X datas point
 --------------
- --- Configuration:  3003-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9353836943.914392
- --- Energy:  65.99051868650201
- --- Workload:  617264000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 30 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Energy efficiency:  6611133148.221605
- --- Energy:  42.19510352720739
- --- Workload:  278957000000.0
+ --- Configuration:  111111-2-3
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (42.19510352720739 mAh)  it is NOT far from the median.
----  Median :42.19510352720739,   the gap is :  10
---- So No we don't romove this configuration '3000-3300'
- --- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '0000-1000'
+--- The energy of the current configuration (84.3646166621502 mAh)  it is NOT far from the median.
+---  Median :84.3646166621502,   the gap is :  10
+--- So No we don't romove this configuration '222222-2-3'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0]
+--- Computing the list of the 10 first neighbours of '022222-0-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0000-1000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '022222-0-3'
 --- Neighbour  0 in the list of neghbours, And at position 75 in the X datas point
 --------------
- --- Configuration:  0000-1000
+ --- Configuration:  022222-0-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 34 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  033333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13280265392.82361
+ --- Energy:  80.89218696331669
+ --- Workload:  1074270000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 232 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 505 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  022222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14246069509.422352
+ --- Energy:  69.37565973641902
+ --- Workload:  988330000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 16 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 61 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 22 in the X datas point
 --------------
- --- Configuration:  0000-1010
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5325891287.907031
- --- Energy:  45.45847467114993
- --- Workload:  242107000000.0
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 76 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 39 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 250 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 105 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3452478361.591869
- --- Energy:  34.331593464755564
- --- Workload:  118529000000.0
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13446770287.478502
+ --- Energy:  86.2801902841026
+ --- Workload:  1160190000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 7 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 142 in the X datas point
 --------------
- --- Configuration:  1000-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6501654671.113798
- --- Energy:  42.85376093977719
- --- Workload:  278621000000.0
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 33 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 169 in the X datas point
 --------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0000-1000'
---- Neighbour  0 in the list of neghbours, And at position 33 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '022222-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 22 in the X datas point
 --------------
- --- Configuration:  1000-0000
+ --- Configuration:  222220-0-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 505 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  022222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14246069509.422352
+ --- Energy:  69.37565973641902
+ --- Workload:  988330000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 75 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 169 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 250 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 232 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3452478361.591869
- --- Energy:  34.331593464755564
- --- Workload:  118529000000.0
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 76 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 142 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 16 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 34 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  033333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13280265392.82361
+ --- Energy:  80.89218696331669
+ --- Workload:  1074270000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 7 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 105 in the X datas point
 --------------
- --- Configuration:  1000-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6501654671.113798
- --- Energy:  42.85376093977719
- --- Workload:  278621000000.0
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13446770287.478502
+ --- Energy:  86.2801902841026
+ --- Workload:  1160190000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 61 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 39 in the X datas point
 --------------
- --- Configuration:  0000-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5325891287.907031
- --- Energy:  45.45847467114993
- --- Workload:  242107000000.0
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 250 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 232 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Energy efficiency:  3452478361.591869
- --- Energy:  34.331593464755564
- --- Workload:  118529000000.0
+ --- Configuration:  222222-0-3
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (34.331593464755564 mAh)  it is NOT far from the median.
----  Median :34.331593464755564,   the gap is :  10
---- So No we don't romove this configuration '0000-1000'
- --- remove_aberrant_points: The value [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '0000-2000'
+--- The energy of the current configuration (77.6487009668172 mAh)  it is NOT far from the median.
+---  Median :77.6487009668172,   the gap is :  10
+--- So No we don't romove this configuration '022222-0-3'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '303033-3-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0000-2000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303033-3-3'
 --- Neighbour  0 in the list of neghbours, And at position 76 in the X datas point
 --------------
- --- Configuration:  0000-2000
+ --- Configuration:  303033-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Energy efficiency:  14925818681.154661
+ --- Energy:  75.15771108741323
+ --- Workload:  1121790000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 250 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 132 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3452478361.591869
- --- Energy:  34.331593464755564
- --- Workload:  118529000000.0
+ --- Configuration:  202022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 24 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 594 in the X datas point
 --------------
- --- Configuration:  0000-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Configuration:  333033-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14885404711.826008
+ --- Energy:  92.65928549142409
+ --- Workload:  1379270000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 9 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 31 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 77 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 53 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 101 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 129 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  303033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14047528407.614323
+ --- Energy:  99.1199512733933
+ --- Workload:  1392390000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 25 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 179 in the X datas point
 --------------
- --- Configuration:  0000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5789616901.049658
- --- Energy:  42.05795824330537
- --- Workload:  243499000000.0
+ --- Configuration:  222022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14657190304.561756
+ --- Energy:  95.6220428328611
+ --- Workload:  1401550000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 191 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0000-2000'
---- Neighbour  0 in the list of neghbours, And at position 32 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303033-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 76 in the X datas point
 --------------
- --- Configuration:  0000-0000
+ --- Configuration:  303033-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Energy efficiency:  14925818681.154661
+ --- Energy:  75.15771108741323
+ --- Workload:  1121790000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 53 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 9 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 250 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 31 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3452478361.591869
- --- Energy:  34.331593464755564
- --- Workload:  118529000000.0
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 76 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 132 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Configuration:  202022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 594 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  333033-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14885404711.826008
+ --- Energy:  92.65928549142409
+ --- Workload:  1379270000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 24 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 179 in the X datas point
 --------------
- --- Configuration:  0000-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Configuration:  222022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14657190304.561756
+ --- Energy:  95.6220428328611
+ --- Workload:  1401550000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 129 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  303033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14047528407.614323
+ --- Energy:  99.1199512733933
+ --- Workload:  1392390000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 25 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 191 in the X datas point
 --------------
- --- Configuration:  0000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5789616901.049658
- --- Energy:  42.05795824330537
- --- Workload:  243499000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 77 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 101 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 76 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 132 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Configuration:  202022-3-3
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (35.40657570372512 mAh)  it is NOT far from the median.
----  Median :35.40657570372512,   the gap is :  10
---- So No we don't romove this configuration '0000-2000'
- --- remove_aberrant_points: The value [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '0000-2200'
+--- The energy of the current configuration (75.15771108741323 mAh)  is far from the median.
+---  Median :90.7376428641244,   the gap is :  10
+--- So yes we remove this configuration '303033-3-3'
+--- remove_aberrant_points: The value [2.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0]
+--- Computing the list of the 10 first neighbours of '333033-0-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0000-2200'
---- Neighbour  0 in the list of neghbours, And at position 77 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333033-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 43 in the X datas point
 --------------
- --- Configuration:  0000-2200
+ --- Configuration:  333033-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 25 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 77 in the X datas point
 --------------
- --- Configuration:  0000-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5789616901.049658
- --- Energy:  42.05795824330537
- --- Workload:  243499000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14045358079.381556
+ --- Energy:  70.47402905804368
+ --- Workload:  989833000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 76 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 189 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13468757197.367126
+ --- Energy:  79.8767027494463
+ --- Workload:  1075840000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 190 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 14 in the X datas point
 --------------
- --- Configuration:  1000-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6563747111.951271
- --- Energy:  40.76551455796704
- --- Workload:  267574000000.0
+ --- Configuration:  333030-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 250 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 401 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3452478361.591869
- --- Energy:  34.331593464755564
- --- Workload:  118529000000.0
+ --- Configuration:  330033-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12619618206.070793
+ --- Energy:  80.8971097844968
+ --- Workload:  1020890000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 9 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 483 in the X datas point
 --------------
- --- Configuration:  0010-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6532788063.289651
- --- Energy:  42.64544340651106
- --- Workload:  278594000000.0
+ --- Configuration:  333333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14751416504.76987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 24 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  0000-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 26 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 105 in the X datas point
 --------------
- --- Configuration:  0000-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7665772326.561901
- --- Energy:  48.682465076838824
- --- Workload:  373189000000.0
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13446770287.478502
+ --- Energy:  86.2801902841026
+ --- Workload:  1160190000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 62 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 142 in the X datas point
 --------------
- --- Configuration:  0001-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6336774201.724871
- --- Energy:  45.652440385434886
- --- Workload:  289290000000.0
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 169 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0000-2200'
---- Neighbour  0 in the list of neghbours, And at position 250 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333033-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 14 in the X datas point
 --------------
- --- Configuration:  0000-2000
+ --- Configuration:  333030-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3452478361.591869
- --- Energy:  34.331593464755564
- --- Workload:  118529000000.0
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 76 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 77 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14045358079.381556
+ --- Energy:  70.47402905804368
+ --- Workload:  989833000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 24 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 169 in the X datas point
 --------------
- --- Configuration:  0000-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 43 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 190 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 483 in the X datas point
 --------------
- --- Configuration:  1000-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6563747111.951271
- --- Energy:  40.76551455796704
- --- Workload:  267574000000.0
+ --- Configuration:  333333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14751416504.76987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 25 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 142 in the X datas point
 --------------
- --- Configuration:  0000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5789616901.049658
- --- Energy:  42.05795824330537
- --- Workload:  243499000000.0
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 77 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 189 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13468757197.367126
+ --- Energy:  79.8767027494463
+ --- Workload:  1075840000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 9 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 401 in the X datas point
 --------------
- --- Configuration:  0010-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6532788063.289651
- --- Energy:  42.64544340651106
- --- Workload:  278594000000.0
+ --- Configuration:  330033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12619618206.070793
+ --- Energy:  80.8971097844968
+ --- Workload:  1020890000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 62 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 105 in the X datas point
 --------------
- --- Configuration:  0001-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6336774201.724871
- --- Energy:  45.652440385434886
- --- Workload:  289290000000.0
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13446770287.478502
+ --- Energy:  86.2801902841026
+ --- Workload:  1160190000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 26 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  0000-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7665772326.561901
- --- Energy:  48.682465076838824
- --- Workload:  373189000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 190 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 483 in the X datas point
 --------------
- --- Configuration:  1000-2200
- --- Energy efficiency:  6563747111.951271
- --- Energy:  40.76551455796704
- --- Workload:  267574000000.0
+ --- Configuration:  333333-0-2
+ --- Energy efficiency:  14751416504.76987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (40.76551455796704 mAh)  it is NOT far from the median.
----  Median :40.76551455796704,   the gap is :  10
---- So No we don't romove this configuration '0000-2200'
- --- remove_aberrant_points: The value [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '1001-2220'
+--- The energy of the current configuration (76.85298501974917 mAh)  it is NOT far from the median.
+---  Median :76.85298501974917,   the gap is :  10
+--- So No we don't romove this configuration '333033-0-2'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '022222-0-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1001-2220'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '022222-0-0'
 --- Neighbour  0 in the list of neghbours, And at position 78 in the X datas point
 --------------
- --- Configuration:  1001-2220
+ --- Configuration:  022222-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9166575000.916658
- --- Energy:  50.735447078258076
- --- Workload:  465069000000.0
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 225 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 152 in the X datas point
 --------------
- --- Configuration:  1001-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9487576019.202854
- --- Energy:  49.10228531809563
- --- Workload:  465862000000.0
+ --- Configuration:  022202-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10890102530.315323
+ --- Energy:  35.8868812091206
+ --- Workload:  390812000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 47 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 230 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  222222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14263788804.637444
+ --- Energy:  41.4528641815209
+ --- Workload:  591275000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 57 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 277 in the X datas point
 --------------
- --- Configuration:  0101-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9185604320.908272
- --- Energy:  48.9191931692468
- --- Workload:  449351000000.0
+ --- Configuration:  033333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10524354935.975086
+ --- Energy:  24.0280687781385
+ --- Workload:  252880000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 356 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  022222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14586168519.839378
+ --- Energy:  45.8860959823931
+ --- Workload:  669302000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 107 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 81 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 117 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 125 in the X datas point
 --------------
- --- Configuration:  1011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8782098570.274353
- --- Energy:  43.085080854083536
- --- Workload:  378377000000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 160 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 128 in the X datas point
 --------------
- --- Configuration:  0001-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9243340173.405062
- --- Energy:  40.84258552984255
- --- Workload:  377523000000.0
+ --- Configuration:  033330-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6111684930.418467
+ --- Energy:  26.7184846004408
+ --- Workload:  163295000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 190 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 183 in the X datas point
 --------------
- --- Configuration:  1000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6563747111.951271
- --- Energy:  40.76551455796704
- --- Workload:  267574000000.0
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 206 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 210 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10558457958.332102
- --- Energy:  49.51707772839275
- --- Workload:  522824000000.0
+ --- Configuration:  033333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1001-2220'
---- Neighbour  0 in the list of neghbours, And at position 47 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '022222-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 277 in the X datas point
 --------------
- --- Configuration:  1001-2000
+ --- Configuration:  033333-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Energy efficiency:  10524354935.975086
+ --- Energy:  24.0280687781385
+ --- Workload:  252880000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 190 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 128 in the X datas point
 --------------
- --- Configuration:  1000-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6563747111.951271
- --- Energy:  40.76551455796704
- --- Workload:  267574000000.0
+ --- Configuration:  033330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6111684930.418467
+ --- Energy:  26.7184846004408
+ --- Workload:  163295000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 160 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 152 in the X datas point
 --------------
- --- Configuration:  0001-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9243340173.405062
- --- Energy:  40.84258552984255
- --- Workload:  377523000000.0
+ --- Configuration:  022202-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10890102530.315323
+ --- Energy:  35.8868812091206
+ --- Workload:  390812000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 117 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 78 in the X datas point
 --------------
- --- Configuration:  1011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8782098570.274353
- --- Energy:  43.085080854083536
- --- Workload:  378377000000.0
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 57 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 183 in the X datas point
 --------------
- --- Configuration:  0101-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9185604320.908272
- --- Energy:  48.9191931692468
- --- Workload:  449351000000.0
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 225 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 230 in the X datas point
 --------------
- --- Configuration:  1001-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9487576019.202854
- --- Energy:  49.10228531809563
- --- Workload:  465862000000.0
+ --- Configuration:  222222-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14263788804.637444
+ --- Energy:  41.4528641815209
+ --- Workload:  591275000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 206 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 356 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10558457958.332102
- --- Energy:  49.51707772839275
- --- Workload:  522824000000.0
+ --- Configuration:  022222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14586168519.839378
+ --- Energy:  45.8860959823931
+ --- Workload:  669302000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 107 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 81 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 78 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 125 in the X datas point
 --------------
- --- Configuration:  1001-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9166575000.916658
- --- Energy:  50.735447078258076
- --- Workload:  465069000000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 210 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  033333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 57 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 183 in the X datas point
 --------------
- --- Configuration:  0101-2220
- --- Energy efficiency:  9185604320.908272
- --- Energy:  48.9191931692468
- --- Workload:  449351000000.0
+ --- Configuration:  222022-0-0
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (48.9191931692468 mAh)  it is NOT far from the median.
----  Median :48.9191931692468,   the gap is :  10
---- So No we don't romove this configuration '1001-2220'
- --- remove_aberrant_points: The value [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '0200-1100'
+--- The energy of the current configuration (39.9085203282099 mAh)  it is NOT far from the median.
+---  Median :39.9085203282099,   the gap is :  10
+--- So No we don't romove this configuration '022222-0-0'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '100101-1-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0200-1100'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '100101-1-3'
 --- Neighbour  0 in the list of neghbours, And at position 79 in the X datas point
 --------------
- --- Configuration:  0200-1100
+ --- Configuration:  100101-1-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6540008502.011052
- --- Energy:  42.722378810206706
- --- Workload:  279405000000.0
+ --- Energy efficiency:  11817746710.23476
+ --- Energy:  69.54756184550816
+ --- Workload:  821895000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 122 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 405 in the X datas point
 --------------
- --- Configuration:  0200-0100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4242843383.922169
- --- Energy:  35.404255909220375
- --- Workload:  150215000000.0
+ --- Configuration:  101101-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5642481111.794478
+ --- Energy:  13.362479905568
+ --- Workload:  75397700000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 226 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 216 in the X datas point
 --------------
- --- Configuration:  0200-1110
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8314487162.431821
- --- Energy:  48.121310145716976
- --- Workload:  400104000000.0
+ --- Configuration:  110100-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11216131488.952671
+ --- Energy:  77.6226342959476
+ --- Workload:  870626000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 239 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 323 in the X datas point
 --------------
- --- Configuration:  0200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4343576935.606472
- --- Energy:  34.69772062521995
- --- Workload:  150712000000.0
+ --- Configuration:  101111-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12292321232.772312
+ --- Energy:  77.79688045119694
+ --- Workload:  956304000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 131 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 468 in the X datas point
 --------------
- --- Configuration:  0020-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6670179627.937381
- --- Energy:  41.85807704041302
- --- Workload:  279201000000.0
+ --- Configuration:  200222-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12966704097.21916
+ --- Energy:  85.45268353263162
+ --- Workload:  1108040000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 174 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 653 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5023055826.242454
- --- Energy:  35.164198939696966
- --- Workload:  176632000000.0
+ --- Configuration:  100111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12648173350.804678
+ --- Energy:  65.36175990721286
+ --- Workload:  826707000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 238 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 747 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5231876778.838105
- --- Energy:  35.35979917082616
- --- Workload:  184998000000.0
+ --- Configuration:  101100-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5792903692.976104
+ --- Energy:  13.162529333531099
+ --- Workload:  76249300000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 773 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  100101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5895600702.755604
+ --- Energy:  12.88737035992497
+ --- Workload:  75978600000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 10 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  101101-2-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 28 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0200-1100'
---- Neighbour  0 in the list of neghbours, And at position 37 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '100101-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 773 in the X datas point
 --------------
- --- Configuration:  2200-0000
+ --- Configuration:  100101-2-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Energy efficiency:  5895600702.755604
+ --- Energy:  12.88737035992497
+ --- Workload:  75978600000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 239 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 747 in the X datas point
 --------------
- --- Configuration:  0200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4343576935.606472
- --- Energy:  34.69772062521995
- --- Workload:  150712000000.0
+ --- Configuration:  101100-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5792903692.976104
+ --- Energy:  13.162529333531099
+ --- Workload:  76249300000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 174 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 405 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5023055826.242454
- --- Energy:  35.164198939696966
- --- Workload:  176632000000.0
+ --- Configuration:  101101-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5642481111.794478
+ --- Energy:  13.362479905568
+ --- Workload:  75397700000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 238 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 653 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5231876778.838105
- --- Energy:  35.35979917082616
- --- Workload:  184998000000.0
+ --- Configuration:  100111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12648173350.804678
+ --- Energy:  65.36175990721286
+ --- Workload:  826707000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 122 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 79 in the X datas point
 --------------
- --- Configuration:  0200-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4242843383.922169
- --- Energy:  35.404255909220375
- --- Workload:  150215000000.0
+ --- Configuration:  100101-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11817746710.23476
+ --- Energy:  69.54756184550816
+ --- Workload:  821895000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 10 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  101101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 131 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 216 in the X datas point
 --------------
- --- Configuration:  0020-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6670179627.937381
- --- Energy:  41.85807704041302
- --- Workload:  279201000000.0
+ --- Configuration:  110100-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11216131488.952671
+ --- Energy:  77.6226342959476
+ --- Workload:  870626000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 79 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 323 in the X datas point
 --------------
- --- Configuration:  0200-1100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6540008502.011052
- --- Energy:  42.722378810206706
- --- Workload:  279405000000.0
+ --- Configuration:  101111-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12292321232.772312
+ --- Energy:  77.79688045119694
+ --- Workload:  956304000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 226 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 468 in the X datas point
 --------------
- --- Configuration:  0200-1110
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8314487162.431821
- --- Energy:  48.121310145716976
- --- Workload:  400104000000.0
+ --- Configuration:  200222-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12966704097.21916
+ --- Energy:  85.45268353263162
+ --- Workload:  1108040000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 28 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 122 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 79 in the X datas point
 --------------
- --- Configuration:  0200-0100
- --- Energy efficiency:  4242843383.922169
- --- Energy:  35.404255909220375
- --- Workload:  150215000000.0
+ --- Configuration:  100101-1-3
+ --- Energy efficiency:  11817746710.23476
+ --- Energy:  69.54756184550816
+ --- Workload:  821895000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (35.404255909220375 mAh)  it is NOT far from the median.
----  Median :35.404255909220375,   the gap is :  10
---- So No we don't romove this configuration '0200-1100'
- --- remove_aberrant_points: The value [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '2002-0100'
+--- The energy of the current configuration (69.54756184550816 mAh)  it is NOT far from the median.
+---  Median :69.54756184550816,   the gap is :  10
+--- So No we don't romove this configuration '100101-1-3'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '110111-1-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2002-0100'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110111-1-2'
 --- Neighbour  0 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  2002-0100
+ --- Configuration:  110111-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7245431755.278297
- --- Energy:  42.016301664202444
- --- Workload:  304426000000.0
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 55 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 246 in the X datas point
 --------------
- --- Configuration:  2002-0101
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8950387999.31977
- --- Energy:  47.4541739001796
- --- Workload:  424732000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13583376120.968113
+ --- Energy:  65.5557580165811
+ --- Workload:  890469000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 34 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 101 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 131 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6807769026.0124855
- --- Energy:  36.74164741869377
- --- Workload:  250128000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 153 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 611 in the X datas point
 --------------
- --- Configuration:  2002-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7393168712.11001
- --- Energy:  41.1753628489377
- --- Workload:  304417000000.0
+ --- Configuration:  010111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13285064266.49839
+ --- Energy:  63.33291473508287
+ --- Workload:  841382000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 185 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 653 in the X datas point
 --------------
- --- Configuration:  1000-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4407169583.478402
- --- Energy:  34.828482821374045
- --- Workload:  153495000000.0
+ --- Configuration:  100111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12648173350.804678
+ --- Energy:  65.36175990721286
+ --- Workload:  826707000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 198 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 2 in the X datas point
 --------------
- --- Configuration:  3033-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8513391564.931638
- --- Energy:  58.43142458623579
- --- Workload:  497450000000.0
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 205 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6759862639.591164
- --- Energy:  36.90475887640218
- --- Workload:  249471000000.0
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 232 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 85 in the X datas point
 --------------
- --- Configuration:  2002-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9205560158.335634
- --- Energy:  47.19609116514537
- --- Workload:  434467000000.0
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 237 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  3003-0110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8436326823.301135
- --- Energy:  59.49080386456649
- --- Workload:  501884000000.0
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2002-0100'
---- Neighbour  0 in the list of neghbours, And at position 34 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110111-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 2 in the X datas point
 --------------
- --- Configuration:  2000-0000
+ --- Configuration:  110111-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 185 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 611 in the X datas point
 --------------
- --- Configuration:  1000-0100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4407169583.478402
- --- Energy:  34.828482821374045
- --- Workload:  153495000000.0
+ --- Configuration:  010111-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13285064266.49839
+ --- Energy:  63.33291473508287
+ --- Workload:  841382000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 101 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6807769026.0124855
- --- Energy:  36.74164741869377
- --- Workload:  250128000000.0
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 205 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6759862639.591164
- --- Energy:  36.90475887640218
- --- Workload:  249471000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 153 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 85 in the X datas point
 --------------
- --- Configuration:  2002-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7393168712.11001
- --- Energy:  41.1753628489377
- --- Workload:  304417000000.0
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 80 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Configuration:  2002-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7245431755.278297
- --- Energy:  42.016301664202444
- --- Workload:  304426000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 232 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 653 in the X datas point
 --------------
- --- Configuration:  2002-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9205560158.335634
- --- Energy:  47.19609116514537
- --- Workload:  434467000000.0
+ --- Configuration:  100111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12648173350.804678
+ --- Energy:  65.36175990721286
+ --- Workload:  826707000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 55 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 246 in the X datas point
 --------------
- --- Configuration:  2002-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8950387999.31977
- --- Energy:  47.4541739001796
- --- Workload:  424732000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13583376120.968113
+ --- Energy:  65.5557580165811
+ --- Workload:  890469000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 198 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 131 in the X datas point
 --------------
- --- Configuration:  3033-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8513391564.931638
- --- Energy:  58.43142458623579
- --- Workload:  497450000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 237 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  3003-0110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8436326823.301135
- --- Energy:  59.49080386456649
- --- Workload:  501884000000.0
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 153 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 85 in the X datas point
 --------------
- --- Configuration:  2002-0010
- --- Energy efficiency:  7393168712.11001
- --- Energy:  41.1753628489377
- --- Workload:  304417000000.0
+ --- Configuration:  011111-1-2
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (41.1753628489377 mAh)  it is NOT far from the median.
----  Median :41.1753628489377,   the gap is :  10
---- So No we don't romove this configuration '2002-0100'
- --- remove_aberrant_points: The value [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1]
---- Computing the list of the 10 first neighbours of '0000-0001'
+--- The energy of the current configuration (64.6497062836685 mAh)  it is NOT far from the median.
+---  Median :64.6497062836685,   the gap is :  10
+--- So No we don't romove this configuration '110111-1-2'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '222222-1-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0000-0001'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222222-1-0'
 --- Neighbour  0 in the list of neghbours, And at position 81 in the X datas point
 --------------
- --- Configuration:  0000-0001
+ --- Configuration:  222222-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3321398441.599851
- --- Energy:  35.588916806469584
- --- Workload:  118205000000.0
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 363 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  16239592451.187845
+ --- Energy:  47.6246847339546
+ --- Workload:  773406000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 155 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 167 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 33 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 192 in the X datas point
 --------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 199 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  222222-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17630558694.77448
+ --- Energy:  55.7442277111113
+ --- Workload:  982802000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 109 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 209 in the X datas point
 --------------
- --- Configuration:  0010-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6657080470.788732
- --- Energy:  41.37346586900227
- --- Workload:  275426000000.0
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 151 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 211 in the X datas point
 --------------
- --- Configuration:  0010-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6634071263.19351
- --- Energy:  41.98663362868059
- --- Workload:  278542000000.0
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 34 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 230 in the X datas point
 --------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Configuration:  222222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14263788804.637444
+ --- Energy:  41.4528641815209
+ --- Workload:  591275000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 356 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  022222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14586168519.839378
+ --- Energy:  45.8860959823931
+ --- Workload:  669302000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0000-0001'
---- Neighbour  0 in the list of neghbours, And at position 34 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222222-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 209 in the X datas point
 --------------
- --- Configuration:  2000-0000
+ --- Configuration:  222220-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 33 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 167 in the X datas point
 --------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 230 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  222222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14263788804.637444
+ --- Energy:  41.4528641815209
+ --- Workload:  591275000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 211 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 155 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 356 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  022222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14586168519.839378
+ --- Energy:  45.8860959823931
+ --- Workload:  669302000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 363 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16239592451.187845
+ --- Energy:  47.6246847339546
+ --- Workload:  773406000000.0
 --------------
 --- Neighbour  7 in the list of neghbours, And at position 81 in the X datas point
 --------------
- --- Configuration:  0000-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3321398441.599851
- --- Energy:  35.588916806469584
- --- Workload:  118205000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 109 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 199 in the X datas point
 --------------
- --- Configuration:  0010-0101
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6657080470.788732
- --- Energy:  41.37346586900227
- --- Workload:  275426000000.0
+ --- Configuration:  222222-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17630558694.77448
+ --- Energy:  55.7442277111113
+ --- Workload:  982802000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 151 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 192 in the X datas point
 --------------
- --- Configuration:  0010-0011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6634071263.19351
- --- Energy:  41.98663362868059
- --- Workload:  278542000000.0
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 36 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 155 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  222022-1-0
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (30.059275323795035 mAh)  it is NOT far from the median.
----  Median :30.059275323795035,   the gap is :  10
---- So No we don't romove this configuration '0000-0001'
- --- remove_aberrant_points: The value [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '0101-0200'
+--- The energy of the current configuration (45.2436589650941 mAh)  it is NOT far from the median.
+---  Median :45.2436589650941,   the gap is :  10
+--- So No we don't romove this configuration '222222-1-0'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '101111-3-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0101-0200'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101111-3-3'
 --- Neighbour  0 in the list of neghbours, And at position 82 in the X datas point
 --------------
- --- Configuration:  0101-0200
+ --- Configuration:  101111-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5549420363.04308
- --- Energy:  37.334916995372765
- --- Workload:  207187000000.0
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 85 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 770 in the X datas point
 --------------
- --- Configuration:  0001-0200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4385426351.149858
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5852539416.852973
+ --- Energy:  12.941299579331238
+ --- Workload:  75739300000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 104 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 9 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4093227346.033253
- --- Energy:  35.39655176899871
- --- Workload:  144886000000.0
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 141 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 83 in the X datas point
 --------------
- --- Configuration:  0202-0200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7512075661.626064
- --- Energy:  40.5630522502661
- --- Workload:  304712000000.0
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 172 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 392 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4197888462.103562
- --- Energy:  35.26956535624208
- --- Workload:  148058000000.0
+ --- Configuration:  001111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12266206111.514534
+ --- Energy:  87.6643983443653
+ --- Workload:  1075310000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 52 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 409 in the X datas point
 --------------
- --- Configuration:  1101-0202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9914340101.522842
- --- Energy:  65.015157087009
- --- Workload:  644582000000.0
+ --- Configuration:  101111-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17713662193.376507
+ --- Energy:  64.82001619850253
+ --- Workload:  1148200000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 57 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  0101-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9185604320.908272
- --- Energy:  48.9191931692468
- --- Workload:  449351000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 103 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 30 in the X datas point
 --------------
- --- Configuration:  0101-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7878296082.123358
- --- Energy:  42.51302006574951
- --- Workload:  334929000000.0
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 160 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 47 in the X datas point
 --------------
- --- Configuration:  0001-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9243340173.405062
- --- Energy:  40.84258552984255
- --- Workload:  377523000000.0
+ --- Configuration:  101110-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14166071691.655617
+ --- Energy:  71.25193400283615
+ --- Workload:  1009360000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 244 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 103 in the X datas point
 --------------
- --- Configuration:  0101-0222
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10233675752.123999
- --- Energy:  84.26690937159533
- --- Workload:  862360000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0101-0200'
---- Neighbour  0 in the list of neghbours, And at position 172 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101111-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 770 in the X datas point
 --------------
- --- Configuration:  0100-0200
+ --- Configuration:  101111-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4197888462.103562
- --- Energy:  35.26956535624208
- --- Workload:  148058000000.0
+ --- Energy efficiency:  5852539416.852973
+ --- Energy:  12.941299579331238
+ --- Workload:  75739300000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 104 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 409 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4093227346.033253
- --- Energy:  35.39655176899871
- --- Workload:  144886000000.0
+ --- Configuration:  101111-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  17713662193.376507
+ --- Energy:  64.82001619850253
+ --- Workload:  1148200000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 85 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 47 in the X datas point
 --------------
- --- Configuration:  0001-0200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4385426351.149858
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+ --- Configuration:  101110-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14166071691.655617
+ --- Energy:  71.25193400283615
+ --- Workload:  1009360000000.0
 --------------
 --- Neighbour  3 in the list of neghbours, And at position 82 in the X datas point
 --------------
- --- Configuration:  0101-0200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5549420363.04308
- --- Energy:  37.334916995372765
- --- Workload:  207187000000.0
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 141 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 9 in the X datas point
 --------------
- --- Configuration:  0202-0200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7512075661.626064
- --- Energy:  40.5630522502661
- --- Workload:  304712000000.0
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 160 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 392 in the X datas point
 --------------
- --- Configuration:  0001-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9243340173.405062
- --- Energy:  40.84258552984255
- --- Workload:  377523000000.0
+ --- Configuration:  001111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12266206111.514534
+ --- Energy:  87.6643983443653
+ --- Workload:  1075310000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 103 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 30 in the X datas point
 --------------
- --- Configuration:  0101-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7878296082.123358
- --- Energy:  42.51302006574951
- --- Workload:  334929000000.0
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 57 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 103 in the X datas point
 --------------
- --- Configuration:  0101-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9185604320.908272
- --- Energy:  48.9191931692468
- --- Workload:  449351000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 52 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  1101-0202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9914340101.522842
- --- Energy:  65.015157087009
- --- Workload:  644582000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 244 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 83 in the X datas point
 --------------
- --- Configuration:  0101-0222
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10233675752.123999
- --- Energy:  84.26690937159533
- --- Workload:  862360000000.0
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 141 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 9 in the X datas point
 --------------
- --- Configuration:  0202-0200
- --- Energy efficiency:  7512075661.626064
- --- Energy:  40.5630522502661
- --- Workload:  304712000000.0
+ --- Configuration:  202222-3-3
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (40.5630522502661 mAh)  it is NOT far from the median.
----  Median :40.5630522502661,   the gap is :  10
---- So No we don't romove this configuration '0101-0200'
- --- remove_aberrant_points: The value [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '3330-2220'
+--- The energy of the current configuration (84.49044180099274 mAh)  it is NOT far from the median.
+---  Median :84.49044180099274,   the gap is :  10
+--- So No we don't romove this configuration '101111-3-3'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '111111-3-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3330-2220'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111111-3-3'
 --- Neighbour  0 in the list of neghbours, And at position 83 in the X datas point
 --------------
- --- Configuration:  3330-2220
+ --- Configuration:  111111-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9229945635.620207
- --- Energy:  51.28077619994492
- --- Workload:  473319000000.0
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 125 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  2220-2220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9479212087.891254
- --- Energy:  49.57175430186782
- --- Workload:  469901000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 59 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 82 in the X datas point
 --------------
- --- Configuration:  3330-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9820095844.135439
- --- Energy:  58.230522602615636
- --- Workload:  571832000000.0
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 116 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 103 in the X datas point
 --------------
- --- Configuration:  3330-2202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10286076355.602003
- --- Energy:  84.88778487940925
- --- Workload:  873162000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 123 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 139 in the X datas point
 --------------
- --- Configuration:  2220-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9571301409.852697
- --- Energy:  49.20594289132612
- --- Workload:  470964000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 234 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  3330-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7804268935.107504
- --- Energy:  38.575829271360156
- --- Workload:  301057000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 164 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  111011-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 263 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  110111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5358769626.493757
+ --- Energy:  14.0838858431668
+ --- Workload:  75472200000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 23 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 342 in the X datas point
 --------------
- --- Configuration:  3333-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 28 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 461 in the X datas point
 --------------
- --- Configuration:  3330-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Configuration:  011111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12672600823.212149
+ --- Energy:  85.29350021391399
+ --- Workload:  1080890000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3330-2220'
---- Neighbour  0 in the list of neghbours, And at position 28 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111111-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 263 in the X datas point
 --------------
- --- Configuration:  3330-3000
+ --- Configuration:  110111-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Energy efficiency:  5358769626.493757
+ --- Energy:  14.0838858431668
+ --- Workload:  75472200000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 234 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 164 in the X datas point
 --------------
- --- Configuration:  3330-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7804268935.107504
- --- Energy:  38.575829271360156
- --- Workload:  301057000000.0
+ --- Configuration:  111011-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 123 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 139 in the X datas point
 --------------
- --- Configuration:  2220-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9571301409.852697
- --- Energy:  49.20594289132612
- --- Workload:  470964000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 82 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 125 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  2220-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9479212087.891254
- --- Energy:  49.57175430186782
- --- Workload:  469901000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 83 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 461 in the X datas point
 --------------
- --- Configuration:  3330-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9229945635.620207
- --- Energy:  51.28077619994492
- --- Workload:  473319000000.0
+ --- Configuration:  011111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12672600823.212149
+ --- Energy:  85.29350021391399
+ --- Workload:  1080890000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 103 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 59 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  3330-1111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9820095844.135439
- --- Energy:  58.230522602615636
- --- Workload:  571832000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 23 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 342 in the X datas point
 --------------
- --- Configuration:  3333-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 116 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 83 in the X datas point
 --------------
- --- Configuration:  3330-2202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10286076355.602003
- --- Energy:  84.88778487940925
- --- Workload:  873162000000.0
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 125 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  2220-2220
- --- Energy efficiency:  9479212087.891254
- --- Energy:  49.57175430186782
- --- Workload:  469901000000.0
+ --- Configuration:  111111-2-3
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (49.57175430186782 mAh)  it is NOT far from the median.
----  Median :49.57175430186782,   the gap is :  10
---- So No we don't romove this configuration '3330-2220'
- --- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '2002-2000'
+--- The energy of the current configuration (100.207122447555 mAh)  is far from the median.
+---  Median :84.3646166621502,   the gap is :  10
+--- So yes we remove this configuration '111111-3-3'
+--- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '003333-3-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2002-2000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '003333-3-1'
 --- Neighbour  0 in the list of neghbours, And at position 84 in the X datas point
 --------------
- --- Configuration:  2002-2000
+ --- Configuration:  003333-3-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7263008047.412917
- --- Energy:  41.829225389075674
- --- Workload:  303807000000.0
+ --- Energy efficiency:  13712605724.190134
+ --- Energy:  82.9689480595376
+ --- Workload:  1137720000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 47 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 72 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  75.96541207639095
+ --- Workload:  1164630000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 69 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 203 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14214479437.334045
+ --- Energy:  86.641218027865
+ --- Workload:  1231560000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 11 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  003330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13704431053.692589
+ --- Energy:  75.87039020058079
+ --- Workload:  1039760000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 73 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 116 in the X datas point
 --------------
- --- Configuration:  2000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6539495281.754154
- --- Energy:  42.61363347008094
- --- Workload:  278672000000.0
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 90 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 173 in the X datas point
 --------------
- --- Configuration:  2002-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8795770993.306417
- --- Energy:  48.71596839606954
- --- Workload:  428493000000.0
+ --- Configuration:  002202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13345451002.843914
+ --- Energy:  76.0798450282377
+ --- Workload:  1015320000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 105 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 322 in the X datas point
 --------------
- --- Configuration:  1101-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6788174999.151478
- --- Energy:  36.70897651674008
- --- Workload:  249187000000.0
+ --- Configuration:  303033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13379358325.974688
+ --- Energy:  87.10137841468074
+ --- Workload:  1165360000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 114 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 389 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3742206854.226074
- --- Energy:  34.88131927324178
- --- Workload:  130533000000.0
+ --- Configuration:  033033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13292286751.84364
+ --- Energy:  89.2614987149264
+ --- Workload:  1186490000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 126 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 467 in the X datas point
 --------------
- --- Configuration:  0002-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5449442794.474265
- --- Energy:  38.132247384977575
- --- Workload:  207799000000.0
+ --- Configuration:  003300-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11503455638.073677
+ --- Energy:  68.68847048358467
+ --- Workload:  790155000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2002-2000'
---- Neighbour  0 in the list of neghbours, And at position 114 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '003333-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 467 in the X datas point
 --------------
- --- Configuration:  3000-2000
+ --- Configuration:  003300-3-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3742206854.226074
- --- Energy:  34.88131927324178
- --- Workload:  130533000000.0
+ --- Energy efficiency:  11503455638.073677
+ --- Energy:  68.68847048358467
+ --- Workload:  790155000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 69 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 105 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 11 in the X datas point
 --------------
- --- Configuration:  1101-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6788174999.151478
- --- Energy:  36.70897651674008
- --- Workload:  249187000000.0
+ --- Configuration:  003330-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13704431053.692589
+ --- Energy:  75.87039020058079
+ --- Workload:  1039760000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 72 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  75.96541207639095
+ --- Workload:  1164630000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 173 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  002202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13345451002.843914
+ --- Energy:  76.0798450282377
+ --- Workload:  1015320000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 126 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 84 in the X datas point
 --------------
- --- Configuration:  0002-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5449442794.474265
- --- Energy:  38.132247384977575
- --- Workload:  207799000000.0
+ --- Configuration:  003333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712605724.190134
+ --- Energy:  82.9689480595376
+ --- Workload:  1137720000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 47 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 203 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14214479437.334045
+ --- Energy:  86.641218027865
+ --- Workload:  1231560000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 84 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 322 in the X datas point
 --------------
- --- Configuration:  2002-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7263008047.412917
- --- Energy:  41.829225389075674
- --- Workload:  303807000000.0
+ --- Configuration:  303033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13379358325.974688
+ --- Energy:  87.10137841468074
+ --- Workload:  1165360000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 73 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 116 in the X datas point
 --------------
- --- Configuration:  2000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6539495281.754154
- --- Energy:  42.61363347008094
- --- Workload:  278672000000.0
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 90 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 389 in the X datas point
 --------------
- --- Configuration:  2002-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8795770993.306417
- --- Energy:  48.71596839606954
- --- Workload:  428493000000.0
+ --- Configuration:  033033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13292286751.84364
+ --- Energy:  89.2614987149264
+ --- Workload:  1186490000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 45 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 173 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  002202-3-1
+ --- Energy efficiency:  13345451002.843914
+ --- Energy:  76.0798450282377
+ --- Workload:  1015320000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (36.96583597689362 mAh)  it is NOT far from the median.
----  Median :36.96583597689362,   the gap is :  10
---- So No we don't romove this configuration '2002-2000'
- --- remove_aberrant_points: The value [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '0001-0200'
+--- The energy of the current configuration (76.0798450282377 mAh)  it is NOT far from the median.
+---  Median :76.0798450282377,   the gap is :  10
+--- So No we don't romove this configuration '003333-3-1'
+ --- remove_aberrant_points: The value [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '011111-1-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0001-0200'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011111-1-2'
 --- Neighbour  0 in the list of neghbours, And at position 85 in the X datas point
 --------------
- --- Configuration:  0001-0200
+ --- Configuration:  011111-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4385426351.149858
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 82 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Configuration:  0101-0200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5549420363.04308
- --- Energy:  37.334916995372765
- --- Workload:  207187000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 160 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 131 in the X datas point
 --------------
- --- Configuration:  0001-0220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9243340173.405062
- --- Energy:  40.84258552984255
- --- Workload:  377523000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 58 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 362 in the X datas point
 --------------
- --- Configuration:  0001-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4533975344.242078
- --- Energy:  35.4792605525655
- --- Workload:  160862000000.0
+ --- Configuration:  011111-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14901908189.343645
+ --- Energy:  75.3366281487845
+ --- Workload:  1122660000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 62 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 453 in the X datas point
 --------------
- --- Configuration:  0001-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6336774201.724871
- --- Energy:  45.652440385434886
- --- Workload:  289290000000.0
+ --- Configuration:  022222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14702487807.961985
+ --- Energy:  79.9871211726851
+ --- Workload:  1176010000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 77 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 528 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  022222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15108433225.257673
+ --- Energy:  77.62624080393333
+ --- Workload:  1172810000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 99 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 611 in the X datas point
 --------------
- --- Configuration:  0011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7849108733.703288
- --- Energy:  42.07381484773657
- --- Workload:  330242000000.0
+ --- Configuration:  010111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13285064266.49839
+ --- Energy:  63.33291473508287
+ --- Workload:  841382000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 104 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4093227346.033253
- --- Energy:  35.39655176899871
- --- Workload:  144886000000.0
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 141 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  0202-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7512075661.626064
- --- Energy:  40.5630522502661
- --- Workload:  304712000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 172 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4197888462.103562
- --- Energy:  35.26956535624208
- --- Workload:  148058000000.0
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0001-0200'
---- Neighbour  0 in the list of neghbours, And at position 172 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011111-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 611 in the X datas point
 --------------
- --- Configuration:  0100-0200
+ --- Configuration:  010111-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4197888462.103562
- --- Energy:  35.26956535624208
- --- Workload:  148058000000.0
+ --- Energy efficiency:  13285064266.49839
+ --- Energy:  63.33291473508287
+ --- Workload:  841382000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 104 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4093227346.033253
- --- Energy:  35.39655176899871
- --- Workload:  144886000000.0
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 58 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  0001-0020
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4533975344.242078
- --- Energy:  35.4792605525655
- --- Workload:  160862000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
 --- Neighbour  3 in the list of neghbours, And at position 85 in the X datas point
 --------------
- --- Configuration:  0001-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4385426351.149858
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 82 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Configuration:  0101-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5549420363.04308
- --- Energy:  37.334916995372765
- --- Workload:  207187000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 141 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 131 in the X datas point
 --------------
- --- Configuration:  0202-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7512075661.626064
- --- Energy:  40.5630522502661
- --- Workload:  304712000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 160 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  0001-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9243340173.405062
- --- Energy:  40.84258552984255
- --- Workload:  377523000000.0
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 99 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 362 in the X datas point
 --------------
- --- Configuration:  0011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7849108733.703288
- --- Energy:  42.07381484773657
- --- Workload:  330242000000.0
+ --- Configuration:  011111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14901908189.343645
+ --- Energy:  75.3366281487845
+ --- Workload:  1122660000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 77 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 528 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  022222-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15108433225.257673
+ --- Energy:  77.62624080393333
+ --- Workload:  1172810000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 62 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 453 in the X datas point
 --------------
- --- Configuration:  0001-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6336774201.724871
- --- Energy:  45.652440385434886
- --- Workload:  289290000000.0
+ --- Configuration:  022222-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14702487807.961985
+ --- Energy:  79.9871211726851
+ --- Workload:  1176010000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 82 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Configuration:  0101-0200
- --- Energy efficiency:  5549420363.04308
- --- Energy:  37.334916995372765
- --- Workload:  207187000000.0
+ --- Configuration:  111111-1-2
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (37.334916995372765 mAh)  it is NOT far from the median.
----  Median :37.334916995372765,   the gap is :  10
---- So No we don't romove this configuration '0001-0200'
- --- remove_aberrant_points: The value [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0]
---- Computing the list of the 10 first neighbours of '0220-0020'
+--- The energy of the current configuration (65.20383205963783 mAh)  it is NOT far from the median.
+---  Median :65.20383205963783,   the gap is :  10
+--- So No we don't romove this configuration '011111-1-2'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '202022-1-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0220-0020'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202022-1-2'
 --- Neighbour  0 in the list of neghbours, And at position 86 in the X datas point
 --------------
- --- Configuration:  0220-0020
+ --- Configuration:  202022-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5040602049.508794
- --- Energy:  36.67117347490831
- --- Workload:  184845000000.0
+ --- Energy efficiency:  14390518375.252914
+ --- Energy:  73.9118250482876
+ --- Workload:  1063630000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 88 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 255 in the X datas point
 --------------
- --- Configuration:  0110-0020
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5821399464.43125
- --- Energy:  36.31061849927073
- --- Workload:  211379000000.0
+ --- Configuration:  101011-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12918694901.766243
+ --- Energy:  64.7867353921133
+ --- Workload:  836960000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 6 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 649 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  202222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14443499197.66362
+ --- Energy:  75.01155662770421
+ --- Workload:  1083430000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 110 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 91 in the X datas point
 --------------
- --- Configuration:  0110-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5194211570.625695
- --- Energy:  35.648662348871625
- --- Workload:  185167000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 155 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 129 in the X datas point
 --------------
- --- Configuration:  0200-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3751444306.0578322
- --- Energy:  34.495214714826176
- --- Workload:  129407000000.0
+ --- Configuration:  303033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14047528407.614323
+ --- Energy:  99.1199512733933
+ --- Workload:  1392390000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 163 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 159 in the X datas point
 --------------
- --- Configuration:  0220-2022
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10070047248.66169
- --- Energy:  83.48428558869355
- --- Workload:  840691000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  69.5925937545452
+ --- Workload:  983338000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 210 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 181 in the X datas point
 --------------
- --- Configuration:  0220-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5281811027.365063
- --- Energy:  35.274079340197716
- --- Workload:  186311000000.0
+ --- Configuration:  202222-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15385988288.185717
+ --- Energy:  91.4259968153942
+ --- Workload:  1406680000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 269 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10478138412.017168
+ --- Energy:  17.9776183946517
+ --- Workload:  188372000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 12 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 274 in the X datas point
 --------------
- --- Configuration:  0022-0030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10520800675.014572
+ --- Energy:  17.8171709875973
+ --- Workload:  187451000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 39 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 406 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3029054692.61153
- --- Energy:  30.508250558695604
- --- Workload:  92411200000.0
+ --- Configuration:  202222-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10660117090.726126
+ --- Energy:  17.65816139009
+ --- Workload:  188238000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0220-0020'
---- Neighbour  0 in the list of neghbours, And at position 39 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202022-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 406 in the X datas point
 --------------
- --- Configuration:  2220-0000
+ --- Configuration:  202222-1-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3029054692.61153
- --- Energy:  30.508250558695604
- --- Workload:  92411200000.0
+ --- Energy efficiency:  10660117090.726126
+ --- Energy:  17.65816139009
+ --- Workload:  188238000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 155 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 274 in the X datas point
 --------------
- --- Configuration:  0200-0010
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3751444306.0578322
- --- Energy:  34.495214714826176
- --- Workload:  129407000000.0
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10520800675.014572
+ --- Energy:  17.8171709875973
+ --- Workload:  187451000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 210 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 269 in the X datas point
 --------------
- --- Configuration:  0220-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5281811027.365063
- --- Energy:  35.274079340197716
- --- Workload:  186311000000.0
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10478138412.017168
+ --- Energy:  17.9776183946517
+ --- Workload:  188372000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 110 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 255 in the X datas point
 --------------
- --- Configuration:  0110-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5194211570.625695
- --- Energy:  35.648662348871625
- --- Workload:  185167000000.0
+ --- Configuration:  101011-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12918694901.766243
+ --- Energy:  64.7867353921133
+ --- Workload:  836960000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 88 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 91 in the X datas point
 --------------
- --- Configuration:  0110-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5821399464.43125
- --- Energy:  36.31061849927073
- --- Workload:  211379000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 86 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 159 in the X datas point
 --------------
- --- Configuration:  0220-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5040602049.508794
- --- Energy:  36.67117347490831
- --- Workload:  184845000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  69.5925937545452
+ --- Workload:  983338000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 6 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 86 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  202022-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14390518375.252914
+ --- Energy:  73.9118250482876
+ --- Workload:  1063630000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 12 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 649 in the X datas point
 --------------
- --- Configuration:  0022-0030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Configuration:  202222-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14443499197.66362
+ --- Energy:  75.01155662770421
+ --- Workload:  1083430000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 181 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  202222-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15385988288.185717
+ --- Energy:  91.4259968153942
+ --- Workload:  1406680000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 163 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 129 in the X datas point
 --------------
- --- Configuration:  0220-2022
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10070047248.66169
- --- Energy:  83.48428558869355
- --- Workload:  840691000000.0
+ --- Configuration:  303033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14047528407.614323
+ --- Energy:  99.1199512733933
+ --- Workload:  1392390000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 88 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 91 in the X datas point
 --------------
- --- Configuration:  0110-0020
- --- Energy efficiency:  5821399464.43125
- --- Energy:  36.31061849927073
- --- Workload:  211379000000.0
+ --- Configuration:  202222-0-2
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (36.31061849927073 mAh)  it is NOT far from the median.
----  Median :36.31061849927073,   the gap is :  10
---- So No we don't romove this configuration '0220-0020'
- --- remove_aberrant_points: The value [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '0303-1000'
+--- The energy of the current configuration (65.8277383833758 mAh)  it is NOT far from the median.
+---  Median :65.8277383833758,   the gap is :  10
+--- So No we don't romove this configuration '202022-1-2'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '330030-2-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0303-1000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330030-2-2'
 --- Neighbour  0 in the list of neghbours, And at position 87 in the X datas point
 --------------
- --- Configuration:  0303-1000
+ --- Configuration:  330030-2-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Energy efficiency:  14087701577.399946
+ --- Energy:  72.9096660218277
+ --- Workload:  1027130000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 231 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 238 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7144898542.440698
- --- Energy:  51.89988274563883
- --- Workload:  370819000000.0
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 469 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  330030-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13326563439.106268
+ --- Energy:  79.44879111187178
+ --- Workload:  1058780000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 56 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 32 in the X datas point
 --------------
- --- Configuration:  0303-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 211 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 42 in the X datas point
 --------------
- --- Configuration:  0303-1001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8479966080.135679
- --- Energy:  59.193870361299275
- --- Workload:  501963000000.0
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 67 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  330330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 14 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 223 in the X datas point
 --------------
- --- Configuration:  3303-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9340120487.55429
- --- Energy:  67.3857084084629
- --- Workload:  629393000000.0
+ --- Configuration:  330033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13767012585.802904
+ --- Energy:  84.777250997072
+ --- Workload:  1167130000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 15 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 242 in the X datas point
 --------------
- --- Configuration:  0003-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  333030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13545491857.12757
+ --- Energy:  82.3838251863148
+ --- Workload:  1115930000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 258 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15312505263.673683
+ --- Energy:  75.3926735584727
+ --- Workload:  1154450000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 92 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 375 in the X datas point
 --------------
- --- Configuration:  0202-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8895689149.038376
- --- Energy:  48.8428586507307
- --- Workload:  434491000000.0
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14663208104.648384
+ --- Energy:  102.002963990619
+ --- Workload:  1495690000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0303-1000'
---- Neighbour  0 in the list of neghbours, And at position 40 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330030-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 42 in the X datas point
 --------------
- --- Configuration:  3300-1000
+ --- Configuration:  220020-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 56 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 238 in the X datas point
 --------------
- --- Configuration:  0303-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 92 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 87 in the X datas point
 --------------
- --- Configuration:  0202-1001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8895689149.038376
- --- Energy:  48.8428586507307
- --- Workload:  434491000000.0
+ --- Configuration:  330030-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14087701577.399946
+ --- Energy:  72.9096660218277
+ --- Workload:  1027130000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 231 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 258 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7144898542.440698
- --- Energy:  51.89988274563883
- --- Workload:  370819000000.0
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15312505263.673683
+ --- Energy:  75.3926735584727
+ --- Workload:  1154450000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 67 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  330330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 87 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 469 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Configuration:  330030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13326563439.106268
+ --- Energy:  79.44879111187178
+ --- Workload:  1058780000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 15 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 242 in the X datas point
 --------------
- --- Configuration:  0003-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  333030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13545491857.12757
+ --- Energy:  82.3838251863148
+ --- Workload:  1115930000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 211 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 223 in the X datas point
 --------------
- --- Configuration:  0303-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8479966080.135679
- --- Energy:  59.193870361299275
- --- Workload:  501963000000.0
+ --- Configuration:  330033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13767012585.802904
+ --- Energy:  84.777250997072
+ --- Workload:  1167130000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 32 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 14 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 375 in the X datas point
 --------------
- --- Configuration:  3303-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9340120487.55429
- --- Energy:  67.3857084084629
- --- Workload:  629393000000.0
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14663208104.648384
+ --- Energy:  102.002963990619
+ --- Workload:  1495690000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 2 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 67 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  330330-2-3
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (53.38267358149647 mAh)  it is NOT far from the median.
----  Median :53.38267358149647,   the gap is :  10
---- So No we don't romove this configuration '0303-1000'
- --- remove_aberrant_points: The value [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0]
---- Computing the list of the 10 first neighbours of '0110-0020'
+--- The energy of the current configuration (78.20736118066493 mAh)  it is NOT far from the median.
+---  Median :78.20736118066493,   the gap is :  10
+--- So No we don't romove this configuration '330030-2-2'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '333330-3-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0110-0020'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333330-3-0'
 --- Neighbour  0 in the list of neghbours, And at position 88 in the X datas point
 --------------
- --- Configuration:  0110-0020
+ --- Configuration:  333330-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5821399464.43125
- --- Energy:  36.31061849927073
- --- Workload:  211379000000.0
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 86 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 15 in the X datas point
 --------------
- --- Configuration:  0220-0020
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5040602049.508794
- --- Energy:  36.67117347490831
- --- Workload:  184845000000.0
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 110 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 25 in the X datas point
 --------------
- --- Configuration:  0110-0010
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5194211570.625695
- --- Energy:  35.648662348871625
- --- Workload:  185167000000.0
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 67 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 171 in the X datas point
 --------------
- --- Configuration:  0110-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6145261695.969323
- --- Energy:  51.31617435224532
- --- Workload:  315351000000.0
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 161 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 309 in the X datas point
 --------------
- --- Configuration:  1100-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5236287472.182222
- --- Energy:  35.478097414979636
- --- Workload:  185774000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 6 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 319 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14109387257.53018
+ --- Energy:  83.8569021514259
+ --- Workload:  1183170000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 38 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 476 in the X datas point
 --------------
- --- Configuration:  1110-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  2905397356.669485
- --- Energy:  30.668041259477853
- --- Workload:  89102900000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15954255957.319174
+ --- Energy:  64.94187940590403
+ --- Workload:  1036100000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 48 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 601 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  333330-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13692590391.635471
+ --- Energy:  45.36592371702859
+ --- Workload:  621177000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 58 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 607 in the X datas point
 --------------
- --- Configuration:  0001-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4533975344.242078
- --- Energy:  35.4792605525655
- --- Workload:  160862000000.0
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12845347158.352303
+ --- Energy:  50.56673738427292
+ --- Workload:  649547000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 619 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11927480916.030533
+ --- Energy:  57.869084231929165
+ --- Workload:  690232000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0110-0020'
---- Neighbour  0 in the list of neghbours, And at position 38 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333330-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 601 in the X datas point
 --------------
- --- Configuration:  1110-0000
+ --- Configuration:  333330-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2905397356.669485
- --- Energy:  30.668041259477853
- --- Workload:  89102900000.0
+ --- Energy efficiency:  13692590391.635471
+ --- Energy:  45.36592371702859
+ --- Workload:  621177000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 161 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 607 in the X datas point
 --------------
- --- Configuration:  1100-0020
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5236287472.182222
- --- Energy:  35.478097414979636
- --- Workload:  185774000000.0
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12845347158.352303
+ --- Energy:  50.56673738427292
+ --- Workload:  649547000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 58 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 25 in the X datas point
 --------------
- --- Configuration:  0001-0020
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4533975344.242078
- --- Energy:  35.4792605525655
- --- Workload:  160862000000.0
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 110 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 171 in the X datas point
 --------------
- --- Configuration:  0110-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5194211570.625695
- --- Energy:  35.648662348871625
- --- Workload:  185167000000.0
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 88 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 15 in the X datas point
 --------------
- --- Configuration:  0110-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5821399464.43125
- --- Energy:  36.31061849927073
- --- Workload:  211379000000.0
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 86 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 619 in the X datas point
 --------------
- --- Configuration:  0220-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5040602049.508794
- --- Energy:  36.67117347490831
- --- Workload:  184845000000.0
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11927480916.030533
+ --- Energy:  57.869084231929165
+ --- Workload:  690232000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 6 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 88 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 476 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15954255957.319174
+ --- Energy:  64.94187940590403
+ --- Workload:  1036100000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 48 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 319 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14109387257.53018
+ --- Energy:  83.8569021514259
+ --- Workload:  1183170000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 67 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 309 in the X datas point
 --------------
- --- Configuration:  0110-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6145261695.969323
- --- Energy:  51.31617435224532
- --- Workload:  315351000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 88 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 15 in the X datas point
 --------------
- --- Configuration:  0110-0020
- --- Energy efficiency:  5821399464.43125
- --- Energy:  36.31061849927073
- --- Workload:  211379000000.0
+ --- Configuration:  303330-3-0
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (36.31061849927073 mAh)  it is NOT far from the median.
----  Median :36.31061849927073,   the gap is :  10
---- So No we don't romove this configuration '0110-0020'
- --- remove_aberrant_points: The value [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '0030-2000'
+--- The energy of the current configuration (52.15820338037457 mAh)  it is NOT far from the median.
+---  Median :52.15820338037457,   the gap is :  10
+--- So No we don't romove this configuration '333330-3-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '111110-1-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0030-2000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111110-1-0'
 --- Neighbour  0 in the list of neghbours, And at position 89 in the X datas point
 --------------
- --- Configuration:  0030-2000
+ --- Configuration:  111110-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4809102669.532892
- --- Energy:  35.93660318178646
- --- Workload:  172823000000.0
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 112 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 141 in the X datas point
 --------------
- --- Configuration:  0020-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4244013818.5089927
- --- Energy:  35.41951635507749
- --- Workload:  150321000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 186 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 417 in the X datas point
 --------------
- --- Configuration:  0030-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6743861400.160503
- --- Energy:  41.3450979000584
- --- Workload:  278825000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11201155959.295
+ --- Energy:  34.4916252352497
+ --- Workload:  386346000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 215 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 3 in the X datas point
 --------------
- --- Configuration:  3030-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5441732647.675019
- --- Energy:  35.287807273153724
- --- Workload:  192027000000.0
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 1 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 167 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 5 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 172 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 209 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 325 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  111110-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14911863431.18995
+ --- Energy:  40.707805921643576
+ --- Workload:  607029000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 102 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 347 in the X datas point
 --------------
- --- Configuration:  0033-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8336042547.16116
- --- Energy:  59.96771726749321
- --- Workload:  499893000000.0
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 114 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 427 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3742206854.226074
- --- Energy:  34.88131927324178
- --- Workload:  130533000000.0
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10275982049.914555
+ --- Energy:  33.06575864579996
+ --- Workload:  339783000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0030-2000'
---- Neighbour  0 in the list of neghbours, And at position 5 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111110-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 3 in the X datas point
 --------------
- --- Configuration:  0030-0000
+ --- Configuration:  101110-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 114 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 172 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3742206854.226074
- --- Energy:  34.88131927324178
- --- Workload:  130533000000.0
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 215 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 209 in the X datas point
 --------------
- --- Configuration:  3030-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5441732647.675019
- --- Energy:  35.287807273153724
- --- Workload:  192027000000.0
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 112 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 89 in the X datas point
 --------------
- --- Configuration:  0020-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4244013818.5089927
- --- Energy:  35.41951635507749
- --- Workload:  150321000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 89 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 427 in the X datas point
 --------------
- --- Configuration:  0030-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4809102669.532892
- --- Energy:  35.93660318178646
- --- Workload:  172823000000.0
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10275982049.914555
+ --- Energy:  33.06575864579996
+ --- Workload:  339783000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 141 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 186 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 417 in the X datas point
 --------------
- --- Configuration:  0030-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6743861400.160503
- --- Energy:  41.3450979000584
- --- Workload:  278825000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11201155959.295
+ --- Energy:  34.4916252352497
+ --- Workload:  386346000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 167 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 1 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 325 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  111110-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14911863431.18995
+ --- Energy:  40.707805921643576
+ --- Workload:  607029000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 102 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 347 in the X datas point
 --------------
- --- Configuration:  0033-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8336042547.16116
- --- Energy:  59.96771726749321
- --- Workload:  499893000000.0
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 89 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 427 in the X datas point
 --------------
- --- Configuration:  0030-2000
- --- Energy efficiency:  4809102669.532892
- --- Energy:  35.93660318178646
- --- Workload:  172823000000.0
+ --- Configuration:  101110-1-0
+ --- Energy efficiency:  10275982049.914555
+ --- Energy:  33.06575864579996
+ --- Workload:  339783000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (35.93660318178646 mAh)  it is NOT far from the median.
----  Median :35.93660318178646,   the gap is :  10
---- So No we don't romove this configuration '0030-2000'
- --- remove_aberrant_points: The value [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1]
---- Computing the list of the 10 first neighbours of '2002-1001'
+--- The energy of the current configuration (33.06575864579996 mAh)  it is NOT far from the median.
+---  Median :33.06575864579996,   the gap is :  10
+--- So No we don't romove this configuration '111110-1-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '110111-0-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2002-1001'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110111-0-0'
 --- Neighbour  0 in the list of neghbours, And at position 90 in the X datas point
 --------------
- --- Configuration:  2002-1001
+ --- Configuration:  110111-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8795770993.306417
- --- Energy:  48.71596839606954
- --- Workload:  428493000000.0
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 135 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 675 in the X datas point
 --------------
- --- Configuration:  2022-1001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10534122128.398308
- --- Energy:  50.34000387088341
- --- Workload:  530288000000.0
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  7533921481.470321
+ --- Energy:  27.536240775049926
+ --- Workload:  207456000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 166 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 2 in the X datas point
 --------------
- --- Configuration:  2000-1001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6591219177.81132
- --- Energy:  41.03159908655608
- --- Workload:  270449000000.0
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 15 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 60 in the X datas point
 --------------
- --- Configuration:  0003-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 55 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 70 in the X datas point
 --------------
- --- Configuration:  2002-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8950387999.31977
- --- Energy:  47.4541739001796
- --- Workload:  424732000000.0
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 84 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 681 in the X datas point
 --------------
- --- Configuration:  2002-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7263008047.412917
- --- Energy:  41.829225389075674
- --- Workload:  303807000000.0
+ --- Configuration:  010111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6257234927.885367
+ --- Energy:  26.08548752567013
+ --- Workload:  163223000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 92 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 767 in the X datas point
 --------------
- --- Configuration:  0202-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8895689149.038376
- --- Energy:  48.8428586507307
- --- Workload:  434491000000.0
+ --- Configuration:  010111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5911528070.891045
+ --- Energy:  12.756494833976223
+ --- Workload:  75410500000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 93 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 4 in the X datas point
 --------------
- --- Configuration:  3003-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9428892010.8998
- --- Energy:  67.46193459835338
- --- Workload:  636090000000.0
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 128 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 33 in the X datas point
 --------------
- --- Configuration:  1001-2002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9165566798.65083
- --- Energy:  65.10994999301121
- --- Workload:  596772000000.0
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 213 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 54 in the X datas point
 --------------
- --- Configuration:  0002-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4730794158.415373
- --- Energy:  37.456019446944595
- --- Workload:  177197000000.0
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2002-1001'
---- Neighbour  0 in the list of neghbours, And at position 213 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110111-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 767 in the X datas point
 --------------
- --- Configuration:  0002-1000
+ --- Configuration:  010111-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4730794158.415373
- --- Energy:  37.456019446944595
- --- Workload:  177197000000.0
+ --- Energy efficiency:  5911528070.891045
+ --- Energy:  12.756494833976223
+ --- Workload:  75410500000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 166 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 681 in the X datas point
 --------------
- --- Configuration:  2000-1001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6591219177.81132
- --- Energy:  41.03159908655608
- --- Workload:  270449000000.0
+ --- Configuration:  010111-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6257234927.885367
+ --- Energy:  26.08548752567013
+ --- Workload:  163223000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 84 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 60 in the X datas point
 --------------
- --- Configuration:  2002-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7263008047.412917
- --- Energy:  41.829225389075674
- --- Workload:  303807000000.0
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 55 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 90 in the X datas point
 --------------
- --- Configuration:  2002-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8950387999.31977
- --- Energy:  47.4541739001796
- --- Workload:  424732000000.0
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 90 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 4 in the X datas point
 --------------
- --- Configuration:  2002-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8795770993.306417
- --- Energy:  48.71596839606954
- --- Workload:  428493000000.0
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 92 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 70 in the X datas point
 --------------
- --- Configuration:  0202-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8895689149.038376
- --- Energy:  48.8428586507307
- --- Workload:  434491000000.0
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 135 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 675 in the X datas point
 --------------
- --- Configuration:  2022-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10534122128.398308
- --- Energy:  50.34000387088341
- --- Workload:  530288000000.0
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7533921481.470321
+ --- Energy:  27.536240775049926
+ --- Workload:  207456000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 15 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 54 in the X datas point
 --------------
- --- Configuration:  0003-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 128 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 2 in the X datas point
 --------------
- --- Configuration:  1001-2002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9165566798.65083
- --- Energy:  65.10994999301121
- --- Workload:  596772000000.0
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 93 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 33 in the X datas point
 --------------
- --- Configuration:  3003-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9428892010.8998
- --- Energy:  67.46193459835338
- --- Workload:  636090000000.0
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 90 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 4 in the X datas point
 --------------
- --- Configuration:  2002-1001
- --- Energy efficiency:  8795770993.306417
- --- Energy:  48.71596839606954
- --- Workload:  428493000000.0
+ --- Configuration:  111101-0-0
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (48.71596839606954 mAh)  it is NOT far from the median.
----  Median :48.71596839606954,   the gap is :  10
---- So No we don't romove this configuration '2002-1001'
- --- remove_aberrant_points: The value [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0]
---- Computing the list of the 10 first neighbours of '0101-2020'
+--- The energy of the current configuration (26.767238609212782 mAh)  it is NOT far from the median.
+---  Median :26.767238609212782,   the gap is :  10
+--- So No we don't romove this configuration '110111-0-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0]
+--- Computing the list of the 10 first neighbours of '202222-0-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0101-2020'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202222-0-2'
 --- Neighbour  0 in the list of neghbours, And at position 91 in the X datas point
 --------------
- --- Configuration:  0101-2020
+ --- Configuration:  202222-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8367150566.874451
- --- Energy:  43.37670883350873
- --- Workload:  362938000000.0
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 57 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 159 in the X datas point
 --------------
- --- Configuration:  0101-2220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9185604320.908272
- --- Energy:  48.9191931692468
- --- Workload:  449351000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  69.5925937545452
+ --- Workload:  983338000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 58 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 16 in the X datas point
 --------------
- --- Configuration:  0001-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4533975344.242078
- --- Energy:  35.4792605525655
- --- Workload:  160862000000.0
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 105 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 169 in the X datas point
 --------------
- --- Configuration:  1101-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6788174999.151478
- --- Energy:  36.70897651674008
- --- Workload:  249187000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 133 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 175 in the X datas point
 --------------
- --- Configuration:  0111-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6681499595.769274
- --- Energy:  37.38840673928198
- --- Workload:  249811000000.0
+ --- Configuration:  202220-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12108149995.762148
+ --- Energy:  54.4639625494408
+ --- Workload:  659458000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 47 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 369 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15203575881.047222
+ --- Energy:  71.7851022973991
+ --- Workload:  1091390000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 50 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 649 in the X datas point
 --------------
- --- Configuration:  0001-2002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8407741848.694279
- --- Energy:  65.1809584910712
- --- Workload:  548023000000.0
+ --- Configuration:  202222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14443499197.66362
+ --- Energy:  75.01155662770421
+ --- Workload:  1083430000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 61 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 66 in the X datas point
 --------------
- --- Configuration:  0000-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5325891287.907031
- --- Energy:  45.45847467114993
- --- Workload:  242107000000.0
+ --- Configuration:  101101-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11969296360.974827
+ --- Energy:  55.14950525765903
+ --- Workload:  660101000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 63 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 86 in the X datas point
 --------------
- --- Configuration:  0002-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4969363871.73078
- --- Energy:  42.2836539731841
- --- Workload:  210123000000.0
+ --- Configuration:  202022-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14390518375.252914
+ --- Energy:  73.9118250482876
+ --- Workload:  1063630000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 76 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 95 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13070067323.916784
+ --- Energy:  83.5550372075793
+ --- Workload:  1092070000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0101-2020'
---- Neighbour  0 in the list of neghbours, And at position 76 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202222-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 175 in the X datas point
 --------------
- --- Configuration:  0000-2000
+ --- Configuration:  202220-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Energy efficiency:  12108149995.762148
+ --- Energy:  54.4639625494408
+ --- Workload:  659458000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 58 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 66 in the X datas point
 --------------
- --- Configuration:  0001-0020
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4533975344.242078
- --- Energy:  35.4792605525655
- --- Workload:  160862000000.0
+ --- Configuration:  101101-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11969296360.974827
+ --- Energy:  55.14950525765903
+ --- Workload:  660101000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 105 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 91 in the X datas point
 --------------
- --- Configuration:  1101-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6788174999.151478
- --- Energy:  36.70897651674008
- --- Workload:  249187000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 133 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 159 in the X datas point
 --------------
- --- Configuration:  0111-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6681499595.769274
- --- Energy:  37.38840673928198
- --- Workload:  249811000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  69.5925937545452
+ --- Workload:  983338000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 47 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 369 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15203575881.047222
+ --- Energy:  71.7851022973991
+ --- Workload:  1091390000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 63 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 169 in the X datas point
 --------------
- --- Configuration:  0002-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4969363871.73078
- --- Energy:  42.2836539731841
- --- Workload:  210123000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 91 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 86 in the X datas point
 --------------
- --- Configuration:  0101-2020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8367150566.874451
- --- Energy:  43.37670883350873
- --- Workload:  362938000000.0
+ --- Configuration:  202022-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14390518375.252914
+ --- Energy:  73.9118250482876
+ --- Workload:  1063630000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 61 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 649 in the X datas point
 --------------
- --- Configuration:  0000-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5325891287.907031
- --- Energy:  45.45847467114993
- --- Workload:  242107000000.0
+ --- Configuration:  202222-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14443499197.66362
+ --- Energy:  75.01155662770421
+ --- Workload:  1083430000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 57 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 16 in the X datas point
 --------------
- --- Configuration:  0101-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9185604320.908272
- --- Energy:  48.9191931692468
- --- Workload:  449351000000.0
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 50 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 95 in the X datas point
 --------------
- --- Configuration:  0001-2002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8407741848.694279
- --- Energy:  65.1809584910712
- --- Workload:  548023000000.0
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13070067323.916784
+ --- Energy:  83.5550372075793
+ --- Workload:  1092070000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 47 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 369 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  222222-0-2
+ --- Energy efficiency:  15203575881.047222
+ --- Energy:  71.7851022973991
+ --- Workload:  1091390000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (39.7073615035878 mAh)  it is NOT far from the median.
----  Median :39.7073615035878,   the gap is :  10
---- So No we don't romove this configuration '0101-2020'
- --- remove_aberrant_points: The value [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1]
---- Computing the list of the 10 first neighbours of '0202-1001'
+--- The energy of the current configuration (71.7851022973991 mAh)  it is NOT far from the median.
+---  Median :71.7851022973991,   the gap is :  10
+--- So No we don't romove this configuration '202222-0-2'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '333333-1-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0202-1001'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333333-1-1'
 --- Neighbour  0 in the list of neghbours, And at position 92 in the X datas point
 --------------
- --- Configuration:  0202-1001
+ --- Configuration:  333333-1-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8895689149.038376
- --- Energy:  48.8428586507307
- --- Workload:  434491000000.0
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 187 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 495 in the X datas point
 --------------
- --- Configuration:  0202-0001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7543867590.03606
- --- Energy:  40.37867051197721
- --- Workload:  304611000000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  16695549968.1115
+ --- Energy:  63.73792434520371
+ --- Workload:  1064140000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 211 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  0303-1001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8479966080.135679
- --- Energy:  59.193870361299275
- --- Workload:  501963000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 15 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 62 in the X datas point
 --------------
- --- Configuration:  0003-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 87 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 180 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Configuration:  333333-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14508144872.531439
+ --- Energy:  62.5618690617415
+ --- Workload:  907657000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 90 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 192 in the X datas point
 --------------
- --- Configuration:  2002-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8795770993.306417
- --- Energy:  48.71596839606954
- --- Workload:  428493000000.0
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 94 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 194 in the X datas point
 --------------
- --- Configuration:  0220-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7282684688.88371
- --- Energy:  43.18443043197562
- --- Workload:  314499000000.0
+ --- Configuration:  333033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14726651262.589447
+ --- Energy:  72.6506326213233
+ --- Workload:  1069900000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 176 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 199 in the X datas point
 --------------
- --- Configuration:  0222-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9969791531.659073
- --- Energy:  42.75164023390624
- --- Workload:  426227000000.0
+ --- Configuration:  222222-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17630558694.77448
+ --- Energy:  55.7442277111113
+ --- Workload:  982802000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 213 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 370 in the X datas point
 --------------
- --- Configuration:  0002-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4730794158.415373
- --- Energy:  37.456019446944595
- --- Workload:  177197000000.0
+ --- Configuration:  303333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15097712394.617968
+ --- Energy:  67.5804517710351
+ --- Workload:  1020310000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 231 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 29 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7144898542.440698
- --- Energy:  51.89988274563883
- --- Workload:  370819000000.0
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0202-1001'
---- Neighbour  0 in the list of neghbours, And at position 213 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333333-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 199 in the X datas point
 --------------
- --- Configuration:  0002-1000
+ --- Configuration:  222222-1-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4730794158.415373
- --- Energy:  37.456019446944595
- --- Workload:  177197000000.0
+ --- Energy efficiency:  17630558694.77448
+ --- Energy:  55.7442277111113
+ --- Workload:  982802000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 187 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 180 in the X datas point
 --------------
- --- Configuration:  0202-0001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7543867590.03606
- --- Energy:  40.37867051197721
- --- Workload:  304611000000.0
+ --- Configuration:  333333-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14508144872.531439
+ --- Energy:  62.5618690617415
+ --- Workload:  907657000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 176 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 495 in the X datas point
 --------------
- --- Configuration:  0222-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9969791531.659073
- --- Energy:  42.75164023390624
- --- Workload:  426227000000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16695549968.1115
+ --- Energy:  63.73792434520371
+ --- Workload:  1064140000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 94 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 370 in the X datas point
 --------------
- --- Configuration:  0220-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7282684688.88371
- --- Energy:  43.18443043197562
- --- Workload:  314499000000.0
+ --- Configuration:  303333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15097712394.617968
+ --- Energy:  67.5804517710351
+ --- Workload:  1020310000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 90 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 192 in the X datas point
 --------------
- --- Configuration:  2002-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8795770993.306417
- --- Energy:  48.71596839606954
- --- Workload:  428493000000.0
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 92 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 194 in the X datas point
 --------------
- --- Configuration:  0202-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8895689149.038376
- --- Energy:  48.8428586507307
- --- Workload:  434491000000.0
+ --- Configuration:  333033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14726651262.589447
+ --- Energy:  72.6506326213233
+ --- Workload:  1069900000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 231 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 62 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7144898542.440698
- --- Energy:  51.89988274563883
- --- Workload:  370819000000.0
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 87 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 92 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 15 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 29 in the X datas point
 --------------
- --- Configuration:  0003-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 211 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  0303-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8479966080.135679
- --- Energy:  59.193870361299275
- --- Workload:  501963000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 90 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 192 in the X datas point
 --------------
- --- Configuration:  2002-1001
- --- Energy efficiency:  8795770993.306417
- --- Energy:  48.71596839606954
- --- Workload:  428493000000.0
+ --- Configuration:  333333-1-0
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (48.71596839606954 mAh)  it is NOT far from the median.
----  Median :48.71596839606954,   the gap is :  10
---- So No we don't romove this configuration '0202-1001'
- --- remove_aberrant_points: The value [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 1, 0.0, 1, 1, 0, 1]
---- Computing the list of the 10 first neighbours of '3003-1101'
+--- The energy of the current configuration (71.0356581632197 mAh)  it is NOT far from the median.
+---  Median :71.0356581632197,   the gap is :  10
+--- So No we don't romove this configuration '333333-1-1'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 0, 1, 0, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '111010-3-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3003-1101'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111010-3-1'
 --- Neighbour  0 in the list of neghbours, And at position 93 in the X datas point
 --------------
- --- Configuration:  3003-1101
+ --- Configuration:  111010-3-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9428892010.8998
- --- Energy:  67.46193459835338
- --- Workload:  636090000000.0
+ --- Energy efficiency:  12785418485.925173
+ --- Energy:  70.2667978545078
+ --- Workload:  898390000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 15 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 470 in the X datas point
 --------------
- --- Configuration:  0003-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  111010-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12158719929.965773
+ --- Energy:  53.41244164848047
+ --- Workload:  649427000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 55 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 19 in the X datas point
 --------------
- --- Configuration:  2002-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8950387999.31977
- --- Energy:  47.4541739001796
- --- Workload:  424732000000.0
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 70 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  3000-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6443423519.784533
- --- Energy:  43.3608751201712
- --- Workload:  279393000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 90 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 41 in the X datas point
 --------------
- --- Configuration:  2002-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8795770993.306417
- --- Energy:  48.71596839606954
- --- Workload:  428493000000.0
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 144 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  3333-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10947566629.6274
- --- Energy:  79.26313007840331
- --- Workload:  867738000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 193 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 97 in the X datas point
 --------------
- --- Configuration:  3030-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9152396555.037937
- --- Energy:  48.568093302538465
- --- Workload:  444514000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 241 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 100 in the X datas point
 --------------
- --- Configuration:  2002-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11245140693.577787
- --- Energy:  59.880442963642075
- --- Workload:  673364000000.0
+ --- Configuration:  011010-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 109 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  011110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11878826466.975676
+ --- Energy:  79.1921814190437
+ --- Workload:  940710000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 186 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  101011-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12908055917.698235
+ --- Energy:  67.8209046191028
+ --- Workload:  875436000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3003-1101'
---- Neighbour  0 in the list of neghbours, And at position 70 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111010-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 19 in the X datas point
 --------------
- --- Configuration:  3000-1100
+ --- Configuration:  111010-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6443423519.784533
- --- Energy:  43.3608751201712
- --- Workload:  279393000000.0
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 55 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 470 in the X datas point
 --------------
- --- Configuration:  2002-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8950387999.31977
- --- Energy:  47.4541739001796
- --- Workload:  424732000000.0
+ --- Configuration:  111010-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12158719929.965773
+ --- Energy:  53.41244164848047
+ --- Workload:  649427000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 193 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 100 in the X datas point
 --------------
- --- Configuration:  3030-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9152396555.037937
- --- Energy:  48.568093302538465
- --- Workload:  444514000000.0
+ --- Configuration:  011010-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 90 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 41 in the X datas point
 --------------
- --- Configuration:  2002-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8795770993.306417
- --- Energy:  48.71596839606954
- --- Workload:  428493000000.0
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 15 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  0003-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 241 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 186 in the X datas point
 --------------
- --- Configuration:  2002-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11245140693.577787
- --- Energy:  59.880442963642075
- --- Workload:  673364000000.0
+ --- Configuration:  101011-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12908055917.698235
+ --- Energy:  67.8209046191028
+ --- Workload:  875436000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 93 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  111010-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12785418485.925173
+ --- Energy:  70.2667978545078
+ --- Workload:  898390000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 93 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 97 in the X datas point
 --------------
- --- Configuration:  3003-1101
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9428892010.8998
- --- Energy:  67.46193459835338
- --- Workload:  636090000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 144 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 109 in the X datas point
 --------------
- --- Configuration:  3333-1101
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10947566629.6274
- --- Energy:  79.26313007840331
- --- Workload:  867738000000.0
+ --- Configuration:  011110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11878826466.975676
+ --- Energy:  79.1921814190437
+ --- Workload:  940710000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 4 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  111011-2-1
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (67.46193459835338 mAh)  is far from the median.
----  Median :49.41467631934382,   the gap is :  10
---- So yes we remove this configuration '3003-1101'
---- remove_aberrant_points: The value [2.0, 1, 0, 0, 1, 0.0, 1, 1, 0, 1] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1]
---- Computing the list of the 10 first neighbours of '0220-1001'
+--- The energy of the current configuration (70.2667978545078 mAh)  is far from the median.
+---  Median :58.70580259207987,   the gap is :  10
+--- So yes we remove this configuration '111010-3-1'
+--- remove_aberrant_points: The value [0.0, 1, 1, 1, 0, 1, 0, 3.0, 1.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '111011-1-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0220-1001'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111011-1-3'
 --- Neighbour  0 in the list of neghbours, And at position 94 in the X datas point
 --------------
- --- Configuration:  0220-1001
+ --- Configuration:  111011-1-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7282684688.88371
- --- Energy:  43.18443043197562
- --- Workload:  314499000000.0
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 115 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 48 in the X datas point
 --------------
- --- Configuration:  0110-1001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7487495881.877265
- --- Energy:  41.820066635010036
- --- Workload:  313127000000.0
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 92 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 140 in the X datas point
 --------------
- --- Configuration:  0202-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8895689149.038376
- --- Energy:  48.8428586507307
- --- Workload:  434491000000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 163 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 247 in the X datas point
 --------------
- --- Configuration:  0220-2022
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10070047248.66169
- --- Energy:  83.48428558869355
- --- Workload:  840691000000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13225816264.315292
+ --- Energy:  70.9803740450458
+ --- Workload:  938774000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 176 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 269 in the X datas point
 --------------
- --- Configuration:  0222-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9969791531.659073
- --- Energy:  42.75164023390624
- --- Workload:  426227000000.0
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10478138412.017168
+ --- Energy:  17.9776183946517
+ --- Workload:  188372000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 210 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 486 in the X datas point
 --------------
- --- Configuration:  0220-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5281811027.365063
- --- Energy:  35.274079340197716
- --- Workload:  186311000000.0
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14236800706.145315
+ --- Energy:  79.66681688807911
+ --- Workload:  1134200000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 239 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 510 in the X datas point
 --------------
- --- Configuration:  0200-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4343576935.606472
- --- Energy:  34.69772062521995
- --- Workload:  150712000000.0
+ --- Configuration:  111011-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11392233458.761824
+ --- Energy:  69.72901800554702
+ --- Workload:  794369000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 246 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 640 in the X datas point
 --------------
- --- Configuration:  0330-1011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9121757215.309958
- --- Energy:  48.6433554663716
- --- Workload:  443713000000.0
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14620310535.395771
+ --- Energy:  81.50438397997827
+ --- Workload:  1191620000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 39 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 706 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3029054692.61153
- --- Energy:  30.508250558695604
- --- Workload:  92411200000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13008417747.124165
+ --- Energy:  74.45417223065692
+ --- Workload:  968531000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 67 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 37 in the X datas point
 --------------
- --- Configuration:  0110-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6145261695.969323
- --- Energy:  51.31617435224532
- --- Workload:  315351000000.0
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0220-1001'
---- Neighbour  0 in the list of neghbours, And at position 39 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111011-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 269 in the X datas point
 --------------
- --- Configuration:  2220-0000
+ --- Configuration:  222022-1-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3029054692.61153
- --- Energy:  30.508250558695604
- --- Workload:  92411200000.0
+ --- Energy efficiency:  10478138412.017168
+ --- Energy:  17.9776183946517
+ --- Workload:  188372000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 239 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 510 in the X datas point
 --------------
- --- Configuration:  0200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4343576935.606472
- --- Energy:  34.69772062521995
- --- Workload:  150712000000.0
+ --- Configuration:  111011-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11392233458.761824
+ --- Energy:  69.72901800554702
+ --- Workload:  794369000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 210 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 247 in the X datas point
 --------------
- --- Configuration:  0220-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5281811027.365063
- --- Energy:  35.274079340197716
- --- Workload:  186311000000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13225816264.315292
+ --- Energy:  70.9803740450458
+ --- Workload:  938774000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 115 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 48 in the X datas point
 --------------
- --- Configuration:  0110-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7487495881.877265
- --- Energy:  41.820066635010036
- --- Workload:  313127000000.0
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 176 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 140 in the X datas point
 --------------
- --- Configuration:  0222-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9969791531.659073
- --- Energy:  42.75164023390624
- --- Workload:  426227000000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 94 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 706 in the X datas point
 --------------
- --- Configuration:  0220-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7282684688.88371
- --- Energy:  43.18443043197562
- --- Workload:  314499000000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13008417747.124165
+ --- Energy:  74.45417223065692
+ --- Workload:  968531000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 246 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 486 in the X datas point
 --------------
- --- Configuration:  0330-1011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9121757215.309958
- --- Energy:  48.6433554663716
- --- Workload:  443713000000.0
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14236800706.145315
+ --- Energy:  79.66681688807911
+ --- Workload:  1134200000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 92 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 94 in the X datas point
 --------------
- --- Configuration:  0202-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8895689149.038376
- --- Energy:  48.8428586507307
- --- Workload:  434491000000.0
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 67 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 640 in the X datas point
 --------------
- --- Configuration:  0110-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6145261695.969323
- --- Energy:  51.31617435224532
- --- Workload:  315351000000.0
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14620310535.395771
+ --- Energy:  81.50438397997827
+ --- Workload:  1191620000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 163 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 37 in the X datas point
 --------------
- --- Configuration:  0220-2022
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10070047248.66169
- --- Energy:  83.48428558869355
- --- Workload:  840691000000.0
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 176 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 140 in the X datas point
 --------------
- --- Configuration:  0222-1000
- --- Energy efficiency:  9969791531.659073
- --- Energy:  42.75164023390624
- --- Workload:  426227000000.0
+ --- Configuration:  111111-1-3
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (42.75164023390624 mAh)  it is NOT far from the median.
----  Median :42.75164023390624,   the gap is :  10
---- So No we don't romove this configuration '0220-1001'
- --- remove_aberrant_points: The value [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1]
---- Computing the list of the 10 first neighbours of '3003-0002'
+--- The energy of the current configuration (81.3667303591789 mAh)  is far from the median.
+---  Median :71.2294033945321,   the gap is :  10
+--- So yes we remove this configuration '111011-1-3'
+--- remove_aberrant_points: The value [0.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0]
+--- Computing the list of the 10 first neighbours of '303333-0-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3003-0002'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303333-0-3'
 --- Neighbour  0 in the list of neghbours, And at position 95 in the X datas point
 --------------
- --- Configuration:  3003-0002
+ --- Configuration:  303333-0-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7595205906.032112
- --- Energy:  65.80063109114849
- --- Workload:  499771000000.0
+ --- Energy efficiency:  13070067323.916784
+ --- Energy:  83.5550372075793
+ --- Workload:  1092070000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 137 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12840398976.87701
+ --- Energy:  86.4225033041374
+ --- Workload:  1109700000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 49 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 16 in the X datas point
 --------------
- --- Configuration:  3000-0202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8354358468.81318
- --- Energy:  64.35822134376
- --- Workload:  537670000000.0
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 136 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 215 in the X datas point
 --------------
- --- Configuration:  0003-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5256269415.345153
- --- Energy:  45.78293727571249
- --- Workload:  240648000000.0
+ --- Configuration:  333333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13585369100.893103
+ --- Energy:  89.0597439439495
+ --- Workload:  1209910000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 207 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 766 in the X datas point
 --------------
- --- Configuration:  3000-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3629843118.1804323
- --- Energy:  34.55029567760096
- --- Workload:  125412000000.0
+ --- Configuration:  303333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10578417278.363646
+ --- Energy:  23.863863929112192
+ --- Workload:  252442000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 15 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 34 in the X datas point
 --------------
- --- Configuration:  0003-1001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  033333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13280265392.82361
+ --- Energy:  80.89218696331669
+ --- Workload:  1074270000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 91 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 99 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 159 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  69.5925937545452
+ --- Workload:  983338000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 55 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 185 in the X datas point
 --------------
- --- Configuration:  2002-0101
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8950387999.31977
- --- Energy:  47.4541739001796
- --- Workload:  424732000000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3003-0002'
---- Neighbour  0 in the list of neghbours, And at position 18 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303333-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 766 in the X datas point
 --------------
- --- Configuration:  3000-0000
+ --- Configuration:  303333-1-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Energy efficiency:  10578417278.363646
+ --- Energy:  23.863863929112192
+ --- Workload:  252442000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 91 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 207 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 159 in the X datas point
 --------------
- --- Configuration:  3000-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3629843118.1804323
- --- Energy:  34.55029567760096
- --- Workload:  125412000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  69.5925937545452
+ --- Workload:  983338000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 16 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 136 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 34 in the X datas point
 --------------
- --- Configuration:  0003-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5256269415.345153
- --- Energy:  45.78293727571249
- --- Workload:  240648000000.0
+ --- Configuration:  033333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13280265392.82361
+ --- Energy:  80.89218696331669
+ --- Workload:  1074270000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 55 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 95 in the X datas point
 --------------
- --- Configuration:  2002-0101
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8950387999.31977
- --- Energy:  47.4541739001796
- --- Workload:  424732000000.0
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13070067323.916784
+ --- Energy:  83.5550372075793
+ --- Workload:  1092070000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 15 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 137 in the X datas point
 --------------
- --- Configuration:  0003-1001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12840398976.87701
+ --- Energy:  86.4225033041374
+ --- Workload:  1109700000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 215 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  333333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13585369100.893103
+ --- Energy:  89.0597439439495
+ --- Workload:  1209910000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 49 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 99 in the X datas point
 --------------
- --- Configuration:  3000-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8354358468.81318
- --- Energy:  64.35822134376
- --- Workload:  537670000000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 95 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 185 in the X datas point
 --------------
- --- Configuration:  3003-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7595205906.032112
- --- Energy:  65.80063109114849
- --- Workload:  499771000000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 136 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 34 in the X datas point
 --------------
- --- Configuration:  0003-0001
- --- Energy efficiency:  5256269415.345153
- --- Energy:  45.78293727571249
- --- Workload:  240648000000.0
+ --- Configuration:  033333-0-3
+ --- Energy efficiency:  13280265392.82361
+ --- Energy:  80.89218696331669
+ --- Workload:  1074270000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (65.80063109114849 mAh)  is far from the median.
----  Median :45.78293727571249,   the gap is :  10
---- So yes we remove this configuration '3003-0002'
---- remove_aberrant_points: The value [2.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1]
---- Computing the list of the 10 first neighbours of '1111-0101'
+--- The energy of the current configuration (80.89218696331669 mAh)  it is NOT far from the median.
+---  Median :80.89218696331669,   the gap is :  10
+--- So No we don't romove this configuration '303333-0-3'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '033033-1-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1111-0101'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033033-1-1'
 --- Neighbour  0 in the list of neghbours, And at position 96 in the X datas point
 --------------
- --- Configuration:  1111-0101
+ --- Configuration:  033033-1-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9080672696.233337
- --- Energy:  45.44863666563364
- --- Workload:  412706000000.0
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 138 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 153 in the X datas point
 --------------
- --- Configuration:  1111-0101
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8622547962.923044
- --- Energy:  48.5763010995366
- --- Workload:  418853000000.0
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 52 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 194 in the X datas point
 --------------
- --- Configuration:  1101-0202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9914340101.522842
- --- Energy:  65.015157087009
- --- Workload:  644582000000.0
+ --- Configuration:  333033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14726651262.589447
+ --- Energy:  72.6506326213233
+ --- Workload:  1069900000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 101 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 270 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6807769026.0124855
- --- Energy:  36.74164741869377
- --- Workload:  250128000000.0
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10275897573.963343
+ --- Energy:  24.5924899083227
+ --- Workload:  252710000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 200 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 351 in the X datas point
 --------------
- --- Configuration:  0111-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6254338947.644929
- --- Energy:  35.98594879953233
- --- Workload:  225068000000.0
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13323686983.956947
+ --- Energy:  83.3035486563878
+ --- Workload:  1109910000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 205 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 459 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6759862639.591164
- --- Energy:  36.90475887640218
- --- Workload:  249471000000.0
+ --- Configuration:  003033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13313575986.569265
+ --- Energy:  58.999551683518746
+ --- Workload:  785495000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 582 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  003033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13451237917.42554
+ --- Energy:  58.6370944765814
+ --- Workload:  788742000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 38 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 57 in the X datas point
 --------------
- --- Configuration:  1110-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  2905397356.669485
- --- Energy:  30.668041259477853
- --- Workload:  89102900000.0
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 48 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 92 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 55 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 114 in the X datas point
 --------------
- --- Configuration:  2002-0101
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8950387999.31977
- --- Energy:  47.4541739001796
- --- Workload:  424732000000.0
+ --- Configuration:  030033-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11607890115.069016
+ --- Energy:  52.6346324100534
+ --- Workload:  610977000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1111-0101'
---- Neighbour  0 in the list of neghbours, And at position 38 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033033-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 270 in the X datas point
 --------------
- --- Configuration:  1110-0000
+ --- Configuration:  033033-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2905397356.669485
- --- Energy:  30.668041259477853
- --- Workload:  89102900000.0
+ --- Energy efficiency:  10275897573.963343
+ --- Energy:  24.5924899083227
+ --- Workload:  252710000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 200 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 114 in the X datas point
 --------------
- --- Configuration:  0111-0001
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6254338947.644929
- --- Energy:  35.98594879953233
- --- Workload:  225068000000.0
+ --- Configuration:  030033-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11607890115.069016
+ --- Energy:  52.6346324100534
+ --- Workload:  610977000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 101 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 57 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6807769026.0124855
- --- Energy:  36.74164741869377
- --- Workload:  250128000000.0
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 205 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 153 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6759862639.591164
- --- Energy:  36.90475887640218
- --- Workload:  249471000000.0
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 48 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 582 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  003033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13451237917.42554
+ --- Energy:  58.6370944765814
+ --- Workload:  788742000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 96 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 459 in the X datas point
 --------------
- --- Configuration:  1111-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9080672696.233337
- --- Energy:  45.44863666563364
- --- Workload:  412706000000.0
+ --- Configuration:  003033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13313575986.569265
+ --- Energy:  58.999551683518746
+ --- Workload:  785495000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 55 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 96 in the X datas point
 --------------
- --- Configuration:  2002-0101
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8950387999.31977
- --- Energy:  47.4541739001796
- --- Workload:  424732000000.0
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 138 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 194 in the X datas point
 --------------
- --- Configuration:  1111-0101
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8622547962.923044
- --- Energy:  48.5763010995366
- --- Workload:  418853000000.0
+ --- Configuration:  333033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14726651262.589447
+ --- Energy:  72.6506326213233
+ --- Workload:  1069900000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 92 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 52 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 351 in the X datas point
 --------------
- --- Configuration:  1101-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9914340101.522842
- --- Energy:  65.015157087009
- --- Workload:  644582000000.0
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13323686983.956947
+ --- Energy:  83.3035486563878
+ --- Workload:  1109910000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 48 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 582 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  003033-1-1
+ --- Energy efficiency:  13451237917.42554
+ --- Energy:  58.6370944765814
+ --- Workload:  788742000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (40.0701934667281 mAh)  it is NOT far from the median.
----  Median :40.0701934667281,   the gap is :  10
---- So No we don't romove this configuration '1111-0101'
- --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '2220-0000'
+--- The energy of the current configuration (58.6370944765814 mAh)  it is NOT far from the median.
+---  Median :58.6370944765814,   the gap is :  10
+--- So No we don't romove this configuration '033033-1-1'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '111111-3-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2220-0000'
---- Neighbour  0 in the list of neghbours, And at position 39 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111111-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  2220-0000
+ --- Configuration:  111111-3-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3029054692.61153
- --- Energy:  30.508250558695604
- --- Workload:  92411200000.0
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
 --- Neighbour  1 in the list of neghbours, And at position 97 in the X datas point
 --------------
- --- Configuration:  2220-0000
+ --- Configuration:  111111-3-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2991522026.5766816
- --- Energy:  30.63396781022152
- --- Workload:  91642100000.0
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 38 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 198 in the X datas point
 --------------
- --- Configuration:  1110-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2905397356.669485
- --- Energy:  30.668041259477853
- --- Workload:  89102900000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 251 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 21 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 333 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  011111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13434937285.712751
+ --- Energy:  68.27709347003412
+ --- Workload:  917298000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 34 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 366 in the X datas point
 --------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Configuration:  111111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14221635658.760386
+ --- Energy:  52.1586628956498
+ --- Workload:  741781000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 383 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  110111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12988227470.62063
+ --- Energy:  73.0759138749433
+ --- Workload:  949126000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 51 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2220-0000'
---- Neighbour  0 in the list of neghbours, And at position 34 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111111-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 366 in the X datas point
 --------------
- --- Configuration:  2000-0000
+ --- Configuration:  111111-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Energy efficiency:  14221635658.760386
+ --- Energy:  52.1586628956498
+ --- Workload:  741781000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 51 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  3300-0000
+ --- Configuration:  111111-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 198 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 39 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 333 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3029054692.61153
- --- Energy:  30.508250558695604
- --- Workload:  92411200000.0
+ --- Configuration:  011111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13434937285.712751
+ --- Energy:  68.27709347003412
+ --- Workload:  917298000000.0
 --------------
 --- Neighbour  6 in the list of neghbours, And at position 97 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2991522026.5766816
- --- Energy:  30.63396781022152
- --- Workload:  91642100000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 38 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 383 in the X datas point
 --------------
- --- Configuration:  1110-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2905397356.669485
- --- Energy:  30.668041259477853
- --- Workload:  89102900000.0
+ --- Configuration:  110111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12988227470.62063
+ --- Energy:  73.0759138749433
+ --- Workload:  949126000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 251 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 21 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 19 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  111111-3-1
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (30.277288658122774 mAh)  it is NOT far from the median.
----  Median :30.277288658122774,   the gap is :  10
---- So No we don't romove this configuration '2220-0000'
- --- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 0, 1.0, 0, 0, 1, 1]
---- Computing the list of the 10 first neighbours of '2020-0022'
+--- The energy of the current configuration (67.49357382359369 mAh)  it is NOT far from the median.
+---  Median :67.49357382359369,   the gap is :  10
+--- So No we don't romove this configuration '111111-3-1'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '222222-2-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2020-0022'
---- Neighbour  0 in the list of neghbours, And at position 98 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222222-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 74 in the X datas point
 --------------
- --- Configuration:  2020-0022
+ --- Configuration:  222222-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8754497623.153894
- --- Energy:  65.93701913313123
- --- Workload:  577244000000.0
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 146 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 98 in the X datas point
 --------------
- --- Configuration:  2000-0022
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8308684236.764266
- --- Energy:  64.3370683100252
- --- Workload:  534556000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 167 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 158 in the X datas point
 --------------
- --- Configuration:  2020-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7467367603.572389
- --- Energy:  42.10385161103808
- --- Workload:  314406000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 168 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  2020-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5336236245.851076
- --- Energy:  35.10473595313148
- --- Workload:  187327000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 6 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 30 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 8 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 37 in the X datas point
 --------------
- --- Configuration:  0020-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8089829466.394849
- --- Energy:  66.44909360627778
- --- Workload:  537560000000.0
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 86 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 103 in the X datas point
 --------------
- --- Configuration:  0220-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5040602049.508794
- --- Energy:  36.67117347490831
- --- Workload:  184845000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 127 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 139 in the X datas point
 --------------
- --- Configuration:  2020-3030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7529950377.627011
- --- Energy:  41.87227309237855
- --- Workload:  315295000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 148 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  3030-2002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8823477508.95583
- --- Energy:  65.30338482528335
- --- Workload:  576204000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 151 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 163 in the X datas point
 --------------
- --- Configuration:  0010-0011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6634071263.19351
- --- Energy:  41.98663362868059
- --- Workload:  278542000000.0
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2020-0022'
---- Neighbour  0 in the list of neghbours, And at position 168 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222222-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 163 in the X datas point
 --------------
- --- Configuration:  2020-0030
+ --- Configuration:  222220-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5336236245.851076
- --- Energy:  35.10473595313148
- --- Workload:  187327000000.0
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 86 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 139 in the X datas point
 --------------
- --- Configuration:  0220-0020
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5040602049.508794
- --- Energy:  36.67117347490831
- --- Workload:  184845000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 6 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 158 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 127 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 74 in the X datas point
 --------------
- --- Configuration:  2020-3030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7529950377.627011
- --- Energy:  41.87227309237855
- --- Workload:  315295000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 151 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  0010-0011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6634071263.19351
- --- Energy:  41.98663362868059
- --- Workload:  278542000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 167 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 30 in the X datas point
 --------------
- --- Configuration:  2020-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7467367603.572389
- --- Energy:  42.10385161103808
- --- Workload:  314406000000.0
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 146 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 103 in the X datas point
 --------------
- --- Configuration:  2000-0022
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8308684236.764266
- --- Energy:  64.3370683100252
- --- Workload:  534556000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 148 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  3030-2002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8823477508.95583
- --- Energy:  65.30338482528335
- --- Workload:  576204000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 98 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 37 in the X datas point
 --------------
- --- Configuration:  2020-0022
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8754497623.153894
- --- Energy:  65.93701913313123
- --- Workload:  577244000000.0
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 8 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 98 in the X datas point
 --------------
- --- Configuration:  0020-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8089829466.394849
- --- Energy:  66.44909360627778
- --- Workload:  537560000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 151 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  0010-0011
- --- Energy efficiency:  6634071263.19351
- --- Energy:  41.98663362868059
- --- Workload:  278542000000.0
+ --- Configuration:  111111-2-3
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (65.93701913313123 mAh)  is far from the median.
----  Median :41.98663362868059,   the gap is :  10
---- So yes we remove this configuration '2020-0022'
---- remove_aberrant_points: The value [1.0, 1, 0, 1, 0, 1.0, 0, 0, 1, 1] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '0011-2200'
+--- The energy of the current configuration (102.719273058889 mAh)  is far from the median.
+---  Median :84.3646166621502,   the gap is :  10
+--- So yes we remove this configuration '222222-2-3'
+--- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '333333-1-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0011-2200'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333333-1-3'
 --- Neighbour  0 in the list of neghbours, And at position 99 in the X datas point
 --------------
- --- Configuration:  0011-2200
+ --- Configuration:  333333-1-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7849108733.703288
- --- Energy:  42.07381484773657
- --- Workload:  330242000000.0
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 13 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 185 in the X datas point
 --------------
- --- Configuration:  0011-1100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 117 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 487 in the X datas point
 --------------
- --- Configuration:  1011-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8782098570.274353
- --- Energy:  43.085080854083536
- --- Workload:  378377000000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14917179817.652395
+ --- Energy:  86.40713429401492
+ --- Workload:  1288950000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 9 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  0010-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6532788063.289651
- --- Energy:  42.64544340651106
- --- Workload:  278594000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 62 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 215 in the X datas point
 --------------
- --- Configuration:  0001-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6336774201.724871
- --- Energy:  45.652440385434886
- --- Workload:  289290000000.0
+ --- Configuration:  333333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13585369100.893103
+ --- Energy:  89.0597439439495
+ --- Workload:  1209910000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 332 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 77 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 475 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14914131885.668266
+ --- Energy:  85.92125075504671
+ --- Workload:  1281440000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 85 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 481 in the X datas point
 --------------
- --- Configuration:  0001-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4385426351.149858
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+ --- Configuration:  333330-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12550389815.107658
+ --- Energy:  74.43416393210141
+ --- Workload:  934178000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 111 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 494 in the X datas point
 --------------
- --- Configuration:  0011-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6806981239.9597025
- --- Energy:  35.94259902860859
- --- Workload:  244660000000.0
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522366622.954342
+ --- Energy:  89.21276593255729
+ --- Workload:  1295580000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 130 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 497 in the X datas point
 --------------
- --- Configuration:  2022-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10578920865.440357
- --- Energy:  50.18755172966964
- --- Workload:  530930000000.0
+ --- Configuration:  033333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14463386659.839949
+ --- Energy:  82.92589585237724
+ --- Workload:  1199390000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0011-2200'
---- Neighbour  0 in the list of neghbours, And at position 111 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333333-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 481 in the X datas point
 --------------
- --- Configuration:  0011-3000
+ --- Configuration:  333330-1-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6806981239.9597025
- --- Energy:  35.94259902860859
- --- Workload:  244660000000.0
+ --- Energy efficiency:  12550389815.107658
+ --- Energy:  74.43416393210141
+ --- Workload:  934178000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 85 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 497 in the X datas point
 --------------
- --- Configuration:  0001-0200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4385426351.149858
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+ --- Configuration:  033333-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14463386659.839949
+ --- Energy:  82.92589585237724
+ --- Workload:  1199390000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 332 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 99 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 475 in the X datas point
 --------------
- --- Configuration:  0011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7849108733.703288
- --- Energy:  42.07381484773657
- --- Workload:  330242000000.0
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14914131885.668266
+ --- Energy:  85.92125075504671
+ --- Workload:  1281440000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 77 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 487 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14917179817.652395
+ --- Energy:  86.40713429401492
+ --- Workload:  1288950000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 9 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 215 in the X datas point
 --------------
- --- Configuration:  0010-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6532788063.289651
- --- Energy:  42.64544340651106
- --- Workload:  278594000000.0
+ --- Configuration:  333333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13585369100.893103
+ --- Energy:  89.0597439439495
+ --- Workload:  1209910000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 117 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 494 in the X datas point
 --------------
- --- Configuration:  1011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8782098570.274353
- --- Energy:  43.085080854083536
- --- Workload:  378377000000.0
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522366622.954342
+ --- Energy:  89.21276593255729
+ --- Workload:  1295580000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 13 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  0011-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 62 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 99 in the X datas point
 --------------
- --- Configuration:  0001-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6336774201.724871
- --- Energy:  45.652440385434886
- --- Workload:  289290000000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 130 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 185 in the X datas point
 --------------
- --- Configuration:  2022-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10578920865.440357
- --- Energy:  50.18755172966964
- --- Workload:  530930000000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 77 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 487 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  333333-1-3
+ --- Energy efficiency:  14917179817.652395
+ --- Energy:  86.40713429401492
+ --- Workload:  1288950000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (42.51731520413714 mAh)  it is NOT far from the median.
----  Median :42.51731520413714,   the gap is :  10
---- So No we don't romove this configuration '0011-2200'
- --- remove_aberrant_points: The value [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '2222-2200'
+--- The energy of the current configuration (86.40713429401492 mAh)  it is NOT far from the median.
+---  Median :86.40713429401492,   the gap is :  10
+--- So No we don't romove this configuration '333333-1-3'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '011010-2-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2222-2200'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011010-2-1'
 --- Neighbour  0 in the list of neghbours, And at position 100 in the X datas point
 --------------
- --- Configuration:  2222-2200
+ --- Configuration:  011010-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  11468876336.840899
- --- Energy:  53.84120579706395
- --- Workload:  617498000000.0
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 130 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 257 in the X datas point
 --------------
- --- Configuration:  2022-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10578920865.440357
- --- Energy:  50.18755172966964
- --- Workload:  530930000000.0
+ --- Configuration:  011110-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 19 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 23 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  3333-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 93 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  111010-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12785418485.925173
+ --- Energy:  70.2667978545078
+ --- Workload:  898390000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 117 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 106 in the X datas point
 --------------
- --- Configuration:  1011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8782098570.274353
- --- Energy:  43.085080854083536
- --- Workload:  378377000000.0
+ --- Configuration:  011110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 125 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 109 in the X datas point
 --------------
- --- Configuration:  2220-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9479212087.891254
- --- Energy:  49.57175430186782
- --- Workload:  469901000000.0
+ --- Configuration:  011110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11878826466.975676
+ --- Energy:  79.1921814190437
+ --- Workload:  940710000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 170 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 196 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11414873580.275099
- --- Energy:  57.359112207692405
- --- Workload:  654747000000.0
+ --- Configuration:  222020-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14254435980.477125
+ --- Energy:  56.5693073110482
+ --- Workload:  806364000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 202 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 212 in the X datas point
 --------------
- --- Configuration:  1111-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9442424814.692413
- --- Energy:  43.80740929766881
- --- Workload:  413650000000.0
+ --- Configuration:  011111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 214 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 329 in the X datas point
 --------------
- --- Configuration:  0222-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10575598076.510221
- --- Energy:  50.06110945250575
- --- Workload:  529426000000.0
+ --- Configuration:  011001-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13549235890.841936
+ --- Energy:  55.62139896793428
+ --- Workload:  753627000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2222-2200'
---- Neighbour  0 in the list of neghbours, And at position 117 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011010-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 106 in the X datas point
 --------------
- --- Configuration:  1011-2200
+ --- Configuration:  011110-1-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8782098570.274353
- --- Energy:  43.085080854083536
- --- Workload:  378377000000.0
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 202 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 19 in the X datas point
 --------------
- --- Configuration:  1111-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9442424814.692413
- --- Energy:  43.80740929766881
- --- Workload:  413650000000.0
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 125 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 100 in the X datas point
 --------------
- --- Configuration:  2220-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9479212087.891254
- --- Energy:  49.57175430186782
- --- Workload:  469901000000.0
+ --- Configuration:  011010-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 214 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 212 in the X datas point
 --------------
- --- Configuration:  0222-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10575598076.510221
- --- Energy:  50.06110945250575
- --- Workload:  529426000000.0
+ --- Configuration:  011111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 130 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 329 in the X datas point
 --------------
- --- Configuration:  2022-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10578920865.440357
- --- Energy:  50.18755172966964
- --- Workload:  530930000000.0
+ --- Configuration:  011001-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13549235890.841936
+ --- Energy:  55.62139896793428
+ --- Workload:  753627000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 100 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 196 in the X datas point
 --------------
- --- Configuration:  2222-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11468876336.840899
- --- Energy:  53.84120579706395
- --- Workload:  617498000000.0
+ --- Configuration:  222020-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14254435980.477125
+ --- Energy:  56.5693073110482
+ --- Workload:  806364000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 257 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  011110-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 170 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11414873580.275099
- --- Energy:  57.359112207692405
- --- Workload:  654747000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 93 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  111010-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12785418485.925173
+ --- Energy:  70.2667978545078
+ --- Workload:  898390000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 23 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 109 in the X datas point
 --------------
- --- Configuration:  3333-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
+ --- Configuration:  011110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11878826466.975676
+ --- Energy:  79.1921814190437
+ --- Workload:  940710000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 130 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 329 in the X datas point
 --------------
- --- Configuration:  2022-2200
- --- Energy efficiency:  10578920865.440357
- --- Energy:  50.18755172966964
- --- Workload:  530930000000.0
+ --- Configuration:  011001-2-1
+ --- Energy efficiency:  13549235890.841936
+ --- Energy:  55.62139896793428
+ --- Workload:  753627000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (50.18755172966964 mAh)  it is NOT far from the median.
----  Median :50.18755172966964,   the gap is :  10
---- So No we don't romove this configuration '2222-2200'
- --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '1011-0100'
+--- The energy of the current configuration (55.62139896793428 mAh)  it is NOT far from the median.
+---  Median :55.62139896793428,   the gap is :  10
+--- So No we don't romove this configuration '011010-2-1'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '333333-3-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1011-0100'
---- Neighbour  0 in the list of neghbours, And at position 101 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333333-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 53 in the X datas point
 --------------
- --- Configuration:  1011-0100
+ --- Configuration:  333333-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6807769026.0124855
- --- Energy:  36.74164741869377
- --- Workload:  250128000000.0
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 205 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 101 in the X datas point
 --------------
- --- Configuration:  1011-0100
+ --- Configuration:  333333-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6759862639.591164
- --- Energy:  36.90475887640218
- --- Workload:  249471000000.0
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 13 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 191 in the X datas point
 --------------
- --- Configuration:  0011-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 53 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 310 in the X datas point
 --------------
- --- Configuration:  0011-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2745412415.8531094
- --- Energy:  29.5448803510097
- --- Workload:  81112900000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  17270333243.662476
+ --- Energy:  123.82321
+ --- Workload:  2138468100000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 80 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  2002-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7245431755.278297
- --- Energy:  42.016301664202444
- --- Workload:  304426000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 96 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  1111-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9080672696.233337
- --- Energy:  45.44863666563364
- --- Workload:  412706000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 117 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 214 in the X datas point
 --------------
- --- Configuration:  1011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8782098570.274353
- --- Energy:  43.085080854083536
- --- Workload:  378377000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 138 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 342 in the X datas point
 --------------
- --- Configuration:  1111-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8622547962.923044
- --- Energy:  48.5763010995366
- --- Workload:  418853000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 185 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 393 in the X datas point
 --------------
- --- Configuration:  1000-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4407169583.478402
- --- Energy:  34.828482821374045
- --- Workload:  153495000000.0
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15121089686.207148
+ --- Energy:  96.9268799133665
+ --- Workload:  1465640000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 201 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 503 in the X datas point
 --------------
- --- Configuration:  0011-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2780233650.836016
- --- Energy:  29.193550568943994
- --- Workload:  81165000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15380805677.362993
+ --- Energy:  101.44390963131458
+ --- Workload:  1560290000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1011-0100'
---- Neighbour  0 in the list of neghbours, And at position 201 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333333-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 53 in the X datas point
 --------------
- --- Configuration:  0011-0000
+ --- Configuration:  333333-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2780233650.836016
- --- Energy:  29.193550568943994
- --- Workload:  81165000000.0
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 53 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  0011-0000
+ --- Configuration:  333333-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2745412415.8531094
- --- Energy:  29.5448803510097
- --- Workload:  81112900000.0
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 185 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 393 in the X datas point
 --------------
- --- Configuration:  1000-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4407169583.478402
- --- Energy:  34.828482821374045
- --- Workload:  153495000000.0
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15121089686.207148
+ --- Energy:  96.9268799133665
+ --- Workload:  1465640000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 101 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6807769026.0124855
- --- Energy:  36.74164741869377
- --- Workload:  250128000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 205 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 342 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6759862639.591164
- --- Energy:  36.90475887640218
- --- Workload:  249471000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 80 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 191 in the X datas point
 --------------
- --- Configuration:  2002-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7245431755.278297
- --- Energy:  42.016301664202444
- --- Workload:  304426000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 117 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 503 in the X datas point
 --------------
- --- Configuration:  1011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8782098570.274353
- --- Energy:  43.085080854083536
- --- Workload:  378377000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15380805677.362993
+ --- Energy:  101.44390963131458
+ --- Workload:  1560290000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 13 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 101 in the X datas point
 --------------
- --- Configuration:  0011-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 96 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 214 in the X datas point
 --------------
- --- Configuration:  1111-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9080672696.233337
- --- Energy:  45.44863666563364
- --- Workload:  412706000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 138 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 310 in the X datas point
 --------------
- --- Configuration:  1111-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8622547962.923044
- --- Energy:  48.5763010995366
- --- Workload:  418853000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17270333243.662476
+ --- Energy:  123.82321
+ --- Workload:  2138468100000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 205 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 342 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Energy efficiency:  6759862639.591164
- --- Energy:  36.90475887640218
- --- Workload:  249471000000.0
+ --- Configuration:  222222-3-3
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (36.90475887640218 mAh)  it is NOT far from the median.
----  Median :36.90475887640218,   the gap is :  10
---- So No we don't romove this configuration '1011-0100'
- --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '0033-2200'
+--- The energy of the current configuration (98.71806225531626 mAh)  it is NOT far from the median.
+---  Median :98.71806225531626,   the gap is :  10
+--- So No we don't romove this configuration '333333-3-3'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0]
+--- Computing the list of the 10 first neighbours of '330030-0-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0033-2200'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330030-0-1'
 --- Neighbour  0 in the list of neghbours, And at position 102 in the X datas point
 --------------
- --- Configuration:  0033-2200
+ --- Configuration:  330030-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8336042547.16116
- --- Energy:  59.96771726749321
- --- Workload:  499893000000.0
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 186 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 235 in the X datas point
 --------------
- --- Configuration:  0030-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6743861400.160503
- --- Energy:  41.3450979000584
- --- Workload:  278825000000.0
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10228912840.456577
+ --- Energy:  33.4145827544387
+ --- Workload:  341795000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 1 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 64 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  220020-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10312116840.40865
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 89 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 335 in the X datas point
 --------------
- --- Configuration:  0030-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4809102669.532892
- --- Energy:  35.93660318178646
- --- Workload:  172823000000.0
+ --- Configuration:  333030-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11193557883.566849
+ --- Energy:  34.531211142434685
+ --- Workload:  386527000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 130 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 14 in the X datas point
 --------------
- --- Configuration:  2022-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10578920865.440357
- --- Energy:  50.18755172966964
- --- Workload:  530930000000.0
+ --- Configuration:  333030-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 134 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 114 in the X datas point
 --------------
- --- Configuration:  0033-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8384408354.2244835
- --- Energy:  59.697236073290554
- --- Workload:  500528000000.0
+ --- Configuration:  030033-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11607890115.069016
+ --- Energy:  52.6346324100534
+ --- Workload:  610977000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 212 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 126 in the X datas point
 --------------
- --- Configuration:  0022-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9258659160.980307
- --- Energy:  46.9330182291436
- --- Workload:  434536000000.0
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 243 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 238 in the X datas point
 --------------
- --- Configuration:  0022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10604498852.593224
- --- Energy:  53.16348231202643
- --- Workload:  563772000000.0
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 23 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 273 in the X datas point
 --------------
- --- Configuration:  3333-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
+ --- Configuration:  330330-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5536240228.535996
+ --- Energy:  13.8323700917135
+ --- Workload:  76579500000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 284 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0033-2200'
---- Neighbour  0 in the list of neghbours, And at position 89 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330030-0-1'
+--- Neighbour  0 in the list of neghbours, And at position 273 in the X datas point
 --------------
- --- Configuration:  0030-2000
+ --- Configuration:  330330-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4809102669.532892
- --- Energy:  35.93660318178646
- --- Workload:  172823000000.0
+ --- Energy efficiency:  5536240228.535996
+ --- Energy:  13.8323700917135
+ --- Workload:  76579500000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 186 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 64 in the X datas point
 --------------
- --- Configuration:  0030-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6743861400.160503
- --- Energy:  41.3450979000584
- --- Workload:  278825000000.0
+ --- Configuration:  220020-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10312116840.40865
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 212 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 235 in the X datas point
 --------------
- --- Configuration:  0022-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9258659160.980307
- --- Energy:  46.9330182291436
- --- Workload:  434536000000.0
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10228912840.456577
+ --- Energy:  33.4145827544387
+ --- Workload:  341795000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 130 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 102 in the X datas point
 --------------
- --- Configuration:  2022-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10578920865.440357
- --- Energy:  50.18755172966964
- --- Workload:  530930000000.0
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 243 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 335 in the X datas point
 --------------
- --- Configuration:  0022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10604498852.593224
- --- Energy:  53.16348231202643
- --- Workload:  563772000000.0
+ --- Configuration:  333030-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11193557883.566849
+ --- Energy:  34.531211142434685
+ --- Workload:  386527000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 1 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 284 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 134 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 114 in the X datas point
 --------------
- --- Configuration:  0033-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8384408354.2244835
- --- Energy:  59.697236073290554
- --- Workload:  500528000000.0
+ --- Configuration:  030033-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11607890115.069016
+ --- Energy:  52.6346324100534
+ --- Workload:  610977000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 102 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 14 in the X datas point
 --------------
- --- Configuration:  0033-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8336042547.16116
- --- Energy:  59.96771726749321
- --- Workload:  499893000000.0
+ --- Configuration:  333030-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 238 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 23 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 126 in the X datas point
 --------------
- --- Configuration:  3333-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 243 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 335 in the X datas point
 --------------
- --- Configuration:  0022-2220
- --- Energy efficiency:  10604498852.593224
- --- Energy:  53.16348231202643
- --- Workload:  563772000000.0
+ --- Configuration:  333030-0-1
+ --- Energy efficiency:  11193557883.566849
+ --- Energy:  34.531211142434685
+ --- Workload:  386527000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (53.16348231202643 mAh)  it is NOT far from the median.
----  Median :53.16348231202643,   the gap is :  10
---- So No we don't romove this configuration '0033-2200'
- --- remove_aberrant_points: The value [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '0101-0330'
+--- The energy of the current configuration (34.531211142434685 mAh)  it is NOT far from the median.
+---  Median :34.531211142434685,   the gap is :  10
+--- So No we don't romove this configuration '330030-0-1'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '111111-2-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0101-0330'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111111-2-3'
 --- Neighbour  0 in the list of neghbours, And at position 103 in the X datas point
 --------------
- --- Configuration:  0101-0330
+ --- Configuration:  111111-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7878296082.123358
- --- Energy:  42.51302006574951
- --- Workload:  334929000000.0
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 57 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 139 in the X datas point
 --------------
- --- Configuration:  0101-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9185604320.908272
- --- Energy:  48.9191931692468
- --- Workload:  449351000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 82 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  0101-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5549420363.04308
- --- Energy:  37.334916995372765
- --- Workload:  207187000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 160 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 48 in the X datas point
 --------------
- --- Configuration:  0001-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9243340173.405062
- --- Energy:  40.84258552984255
- --- Workload:  377523000000.0
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 244 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 74 in the X datas point
 --------------
- --- Configuration:  0101-0222
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10233675752.123999
- --- Energy:  84.26690937159533
- --- Workload:  862360000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 26 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 83 in the X datas point
 --------------
- --- Configuration:  0000-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7665772326.561901
- --- Energy:  48.682465076838824
- --- Workload:  373189000000.0
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 58 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 98 in the X datas point
 --------------
- --- Configuration:  0001-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4533975344.242078
- --- Energy:  35.4792605525655
- --- Workload:  160862000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 85 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  0001-0200
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4385426351.149858
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 91 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 140 in the X datas point
 --------------
- --- Configuration:  0101-2020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8367150566.874451
- --- Energy:  43.37670883350873
- --- Workload:  362938000000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 104 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 158 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4093227346.033253
- --- Energy:  35.39655176899871
- --- Workload:  144886000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0101-0330'
---- Neighbour  0 in the list of neghbours, And at position 104 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111111-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 48 in the X datas point
 --------------
- --- Configuration:  0100-0200
+ --- Configuration:  111011-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4093227346.033253
- --- Energy:  35.39655176899871
- --- Workload:  144886000000.0
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 58 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 140 in the X datas point
 --------------
- --- Configuration:  0001-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4533975344.242078
- --- Energy:  35.4792605525655
- --- Workload:  160862000000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 85 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  0001-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4385426351.149858
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 82 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 139 in the X datas point
 --------------
- --- Configuration:  0101-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5549420363.04308
- --- Energy:  37.334916995372765
- --- Workload:  207187000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 160 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 158 in the X datas point
 --------------
- --- Configuration:  0001-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9243340173.405062
- --- Energy:  40.84258552984255
- --- Workload:  377523000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 103 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 74 in the X datas point
 --------------
- --- Configuration:  0101-0330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7878296082.123358
- --- Energy:  42.51302006574951
- --- Workload:  334929000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 91 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  0101-2020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8367150566.874451
- --- Energy:  43.37670883350873
- --- Workload:  362938000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 26 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 103 in the X datas point
 --------------
- --- Configuration:  0000-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7665772326.561901
- --- Energy:  48.682465076838824
- --- Workload:  373189000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 57 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 83 in the X datas point
 --------------
- --- Configuration:  0101-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9185604320.908272
- --- Energy:  48.9191931692468
- --- Workload:  449351000000.0
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 244 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 98 in the X datas point
 --------------
- --- Configuration:  0101-0222
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10233675752.123999
- --- Energy:  84.26690937159533
- --- Workload:  862360000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 160 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 158 in the X datas point
 --------------
- --- Configuration:  0001-0220
- --- Energy efficiency:  9243340173.405062
- --- Energy:  40.84258552984255
- --- Workload:  377523000000.0
+ --- Configuration:  222222-2-3
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (40.84258552984255 mAh)  it is NOT far from the median.
----  Median :40.84258552984255,   the gap is :  10
---- So No we don't romove this configuration '0101-0330'
- --- remove_aberrant_points: The value [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '0100-0200'
+--- The energy of the current configuration (96.2036865454932 mAh)  is far from the median.
+---  Median :81.9077463484616,   the gap is :  10
+--- So yes we remove this configuration '111111-2-3'
+--- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '111111-2-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0100-0200'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111111-2-2'
 --- Neighbour  0 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  0100-0200
+ --- Configuration:  111111-2-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4093227346.033253
- --- Energy:  35.39655176899871
- --- Workload:  144886000000.0
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 172 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4197888462.103562
- --- Energy:  35.26956535624208
- --- Workload:  148058000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 82 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Configuration:  0101-0200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5549420363.04308
- --- Energy:  37.334916995372765
- --- Workload:  207187000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 77 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 103 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 85 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  0001-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4385426351.149858
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 121 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 131 in the X datas point
 --------------
- --- Configuration:  0110-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5162462701.2069845
- --- Energy:  35.42009012551951
- --- Workload:  182855000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 122 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 139 in the X datas point
 --------------
- --- Configuration:  0200-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4242843383.922169
- --- Energy:  35.404255909220375
- --- Workload:  150215000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 141 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  0202-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7512075661.626064
- --- Energy:  40.5630522502661
- --- Workload:  304712000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 233 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 198 in the X datas point
 --------------
- --- Configuration:  0110-0300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5549728340.797718
- --- Energy:  34.54578297303628
- --- Workload:  191720000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 362 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  011111-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14901908189.343645
+ --- Energy:  75.3366281487845
+ --- Workload:  1122660000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0100-0200'
---- Neighbour  0 in the list of neghbours, And at position 16 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111111-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  0000-0000
+ --- Configuration:  111111-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 233 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  0110-0300
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5549728340.797718
- --- Energy:  34.54578297303628
- --- Workload:  191720000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 172 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 198 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4197888462.103562
- --- Energy:  35.26956535624208
- --- Workload:  148058000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 104 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4093227346.033253
- --- Energy:  35.39655176899871
- --- Workload:  144886000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 122 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 131 in the X datas point
 --------------
- --- Configuration:  0200-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4242843383.922169
- --- Energy:  35.404255909220375
- --- Workload:  150215000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 121 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  0110-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5162462701.2069845
- --- Energy:  35.42009012551951
- --- Workload:  182855000000.0
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 85 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 362 in the X datas point
 --------------
- --- Configuration:  0001-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4385426351.149858
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+ --- Configuration:  011111-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14901908189.343645
+ --- Energy:  75.3366281487845
+ --- Workload:  1122660000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 82 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 139 in the X datas point
 --------------
- --- Configuration:  0101-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5549420363.04308
- --- Energy:  37.334916995372765
- --- Workload:  207187000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 141 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  0202-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7512075661.626064
- --- Energy:  40.5630522502661
- --- Workload:  304712000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 77 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 103 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 122 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 131 in the X datas point
 --------------
- --- Configuration:  0200-0100
- --- Energy efficiency:  4242843383.922169
- --- Energy:  35.404255909220375
- --- Workload:  150215000000.0
+ --- Configuration:  111111-1-2
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (35.404255909220375 mAh)  it is NOT far from the median.
----  Median :35.404255909220375,   the gap is :  10
---- So No we don't romove this configuration '0100-0200'
- --- remove_aberrant_points: The value [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '1101-2000'
+--- The energy of the current configuration (66.3842172994299 mAh)  it is NOT far from the median.
+---  Median :66.3842172994299,   the gap is :  10
+--- So No we don't romove this configuration '111111-2-2'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0]
+--- Computing the list of the 10 first neighbours of '033333-0-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1101-2000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033333-0-2'
 --- Neighbour  0 in the list of neghbours, And at position 105 in the X datas point
 --------------
- --- Configuration:  1101-2000
+ --- Configuration:  033333-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6788174999.151478
- --- Energy:  36.70897651674008
- --- Workload:  249187000000.0
+ --- Energy efficiency:  13446770287.478502
+ --- Energy:  86.2801902841026
+ --- Workload:  1160190000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 47 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 338 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12910472329.630178
+ --- Energy:  89.67295919976871
+ --- Workload:  1157720000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 34 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  033333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13280265392.82361
+ --- Energy:  80.89218696331669
+ --- Workload:  1074270000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 156 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 84 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 483 in the X datas point
 --------------
- --- Configuration:  2002-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7263008047.412917
- --- Energy:  41.829225389075674
- --- Workload:  303807000000.0
+ --- Configuration:  333333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14751416504.76987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 91 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 505 in the X datas point
 --------------
- --- Configuration:  0101-2020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8367150566.874451
- --- Energy:  43.37670883350873
- --- Workload:  362938000000.0
+ --- Configuration:  022222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14246069509.422352
+ --- Energy:  69.37565973641902
+ --- Workload:  988330000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 128 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  1001-2002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9165566798.65083
- --- Energy:  65.10994999301121
- --- Workload:  596772000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 133 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 43 in the X datas point
 --------------
- --- Configuration:  0111-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6681499595.769274
- --- Energy:  37.38840673928198
- --- Workload:  249811000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 165 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 61 in the X datas point
 --------------
- --- Configuration:  1111-2002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10098612955.510561
- --- Energy:  67.2428641168314
- --- Workload:  679060000000.0
+ --- Configuration:  003333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13753001592.597586
+ --- Energy:  81.48911064839487
+ --- Workload:  1120720000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 177 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 75 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5065035050.042546
- --- Energy:  35.13598057141005
- --- Workload:  177965000000.0
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1101-2000'
---- Neighbour  0 in the list of neghbours, And at position 177 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033333-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 505 in the X datas point
 --------------
- --- Configuration:  2200-2000
+ --- Configuration:  022222-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5065035050.042546
- --- Energy:  35.13598057141005
- --- Workload:  177965000000.0
+ --- Energy efficiency:  14246069509.422352
+ --- Energy:  69.37565973641902
+ --- Workload:  988330000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 75 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 105 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 43 in the X datas point
 --------------
- --- Configuration:  1101-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6788174999.151478
- --- Energy:  36.70897651674008
- --- Workload:  249187000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 483 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  333333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14751416504.76987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 133 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 34 in the X datas point
 --------------
- --- Configuration:  0111-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6681499595.769274
- --- Energy:  37.38840673928198
- --- Workload:  249811000000.0
+ --- Configuration:  033333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13280265392.82361
+ --- Energy:  80.89218696331669
+ --- Workload:  1074270000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 47 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 61 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  003333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13753001592.597586
+ --- Energy:  81.48911064839487
+ --- Workload:  1120720000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 84 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 156 in the X datas point
 --------------
- --- Configuration:  2002-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7263008047.412917
- --- Energy:  41.829225389075674
- --- Workload:  303807000000.0
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 91 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 105 in the X datas point
 --------------
- --- Configuration:  0101-2020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8367150566.874451
- --- Energy:  43.37670883350873
- --- Workload:  362938000000.0
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13446770287.478502
+ --- Energy:  86.2801902841026
+ --- Workload:  1160190000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 128 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 338 in the X datas point
 --------------
- --- Configuration:  1001-2002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9165566798.65083
- --- Energy:  65.10994999301121
- --- Workload:  596772000000.0
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12910472329.630178
+ --- Energy:  89.67295919976871
+ --- Workload:  1157720000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 165 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  1111-2002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10098612955.510561
- --- Energy:  67.2428641168314
- --- Workload:  679060000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 133 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 34 in the X datas point
 --------------
- --- Configuration:  0111-2000
- --- Energy efficiency:  6681499595.769274
- --- Energy:  37.38840673928198
- --- Workload:  249811000000.0
+ --- Configuration:  033333-0-3
+ --- Energy efficiency:  13280265392.82361
+ --- Energy:  80.89218696331669
+ --- Workload:  1074270000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (37.38840673928198 mAh)  it is NOT far from the median.
----  Median :37.38840673928198,   the gap is :  10
---- So No we don't romove this configuration '1101-2000'
- --- remove_aberrant_points: The value [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1]
---- Computing the list of the 10 first neighbours of '0333-0011'
+--- The energy of the current configuration (80.89218696331669 mAh)  it is NOT far from the median.
+---  Median :80.89218696331669,   the gap is :  10
+--- So No we don't romove this configuration '033333-0-2'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '011110-1-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0333-0011'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011110-1-1'
 --- Neighbour  0 in the list of neghbours, And at position 106 in the X datas point
 --------------
- --- Configuration:  0333-0011
+ --- Configuration:  011110-1-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9607255399.277534
- --- Energy:  65.95120166169613
- --- Workload:  633609000000.0
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 149 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 257 in the X datas point
 --------------
- --- Configuration:  0033-0011
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8411277841.329655
- --- Energy:  59.541753106093076
- --- Workload:  500822000000.0
+ --- Configuration:  011110-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 60 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 325 in the X datas point
 --------------
- --- Configuration:  0330-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7854719115.244439
- --- Energy:  56.794731664850964
- --- Workload:  446108000000.0
+ --- Configuration:  111110-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14911863431.18995
+ --- Energy:  40.707805921643576
+ --- Workload:  607029000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 188 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 423 in the X datas point
 --------------
- --- Configuration:  0333-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8955437741.79682
- --- Energy:  70.26399021141525
- --- Workload:  629243000000.0
+ --- Configuration:  011100-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12667865046.700085
+ --- Energy:  40.3948990870666
+ --- Workload:  511717000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 189 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  3333-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9681573061.991112
- --- Energy:  64.59775499830239
- --- Workload:  625410000000.0
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 246 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 85 in the X datas point
 --------------
- --- Configuration:  0330-1011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9121757215.309958
- --- Energy:  48.6433554663716
- --- Workload:  443713000000.0
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 89 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 100 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  011010-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 21 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 141 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 56 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 212 in the X datas point
 --------------
- --- Configuration:  0303-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Configuration:  011111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0333-0011'
---- Neighbour  0 in the list of neghbours, And at position 56 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011110-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 89 in the X datas point
 --------------
- --- Configuration:  0303-0000
+ --- Configuration:  111110-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 246 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 141 in the X datas point
 --------------
- --- Configuration:  0330-1011
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9121757215.309958
- --- Energy:  48.6433554663716
- --- Workload:  443713000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 60 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 106 in the X datas point
 --------------
- --- Configuration:  0330-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7854719115.244439
- --- Energy:  56.794731664850964
- --- Workload:  446108000000.0
+ --- Configuration:  011110-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 21 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 423 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  011100-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12667865046.700085
+ --- Energy:  40.3948990870666
+ --- Workload:  511717000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 149 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 325 in the X datas point
 --------------
- --- Configuration:  0033-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8411277841.329655
- --- Energy:  59.541753106093076
- --- Workload:  500822000000.0
+ --- Configuration:  111110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14911863431.18995
+ --- Energy:  40.707805921643576
+ --- Workload:  607029000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 100 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  011010-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 212 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  011111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 189 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 257 in the X datas point
 --------------
- --- Configuration:  3333-0001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9681573061.991112
- --- Energy:  64.59775499830239
- --- Workload:  625410000000.0
+ --- Configuration:  011110-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 106 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  0333-0011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9607255399.277534
- --- Energy:  65.95120166169613
- --- Workload:  633609000000.0
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 188 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 85 in the X datas point
 --------------
- --- Configuration:  0333-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8955437741.79682
- --- Energy:  70.26399021141525
- --- Workload:  629243000000.0
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 149 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 325 in the X datas point
 --------------
- --- Configuration:  0033-0011
- --- Energy efficiency:  8411277841.329655
- --- Energy:  59.541753106093076
- --- Workload:  500822000000.0
+ --- Configuration:  111110-1-1
+ --- Energy efficiency:  14911863431.18995
+ --- Energy:  40.707805921643576
+ --- Workload:  607029000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (59.541753106093076 mAh)  it is NOT far from the median.
----  Median :59.541753106093076,   the gap is :  10
---- So No we don't romove this configuration '0333-0011'
- --- remove_aberrant_points: The value [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '1011-3330'
+--- The energy of the current configuration (40.707805921643576 mAh)  it is NOT far from the median.
+---  Median :40.707805921643576,   the gap is :  10
+--- So No we don't romove this configuration '011110-1-1'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '333033-0-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1011-3330'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333033-0-0'
 --- Neighbour  0 in the list of neghbours, And at position 107 in the X datas point
 --------------
- --- Configuration:  1011-3330
+ --- Configuration:  333033-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 206 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 183 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  10558457958.332102
- --- Energy:  49.51707772839275
- --- Workload:  522824000000.0
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 108 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 308 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8871225293.637558
- --- Energy:  42.90551410725298
- --- Workload:  380626000000.0
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 169 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 385 in the X datas point
 --------------
- --- Configuration:  1111-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10965958375.4152
- --- Energy:  49.989818506242955
- --- Workload:  548186000000.0
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12421881890.262611
+ --- Energy:  63.8914148004144
+ --- Workload:  793652000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 195 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 388 in the X datas point
 --------------
- --- Configuration:  1011-0330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8886756067.432705
- --- Energy:  42.76899541535147
- --- Workload:  380079000000.0
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12210772587.792402
+ --- Energy:  40.0698805124967
+ --- Workload:  489284000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 197 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 590 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8938627384.378855
- --- Energy:  42.547359911496315
- --- Workload:  380315000000.0
+ --- Configuration:  303033-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10435766293.101019
+ --- Energy:  50.121642670795254
+ --- Workload:  523058000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 225 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 153 in the X datas point
 --------------
- --- Configuration:  1001-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9487576019.202854
- --- Energy:  49.10228531809563
- --- Workload:  465862000000.0
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 155 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 78 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 170 in the X datas point
 --------------
- --- Configuration:  1001-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9166575000.916658
- --- Energy:  50.735447078258076
- --- Workload:  465069000000.0
+ --- Configuration:  330333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11461738424.790365
+ --- Energy:  57.5070787061249
+ --- Workload:  659131000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 117 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 180 in the X datas point
 --------------
- --- Configuration:  1011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8782098570.274353
- --- Energy:  43.085080854083536
- --- Workload:  378377000000.0
+ --- Configuration:  333333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14508144872.531439
+ --- Energy:  62.5618690617415
+ --- Workload:  907657000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1011-3330'
---- Neighbour  0 in the list of neghbours, And at position 197 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333033-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 183 in the X datas point
 --------------
- --- Configuration:  1011-3030
+ --- Configuration:  222022-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8938627384.378855
- --- Energy:  42.547359911496315
- --- Workload:  380315000000.0
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 195 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 388 in the X datas point
 --------------
- --- Configuration:  1011-0330
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8886756067.432705
- --- Energy:  42.76899541535147
- --- Workload:  380079000000.0
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12210772587.792402
+ --- Energy:  40.0698805124967
+ --- Workload:  489284000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 108 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 155 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8871225293.637558
- --- Energy:  42.90551410725298
- --- Workload:  380626000000.0
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 117 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 590 in the X datas point
 --------------
- --- Configuration:  1011-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8782098570.274353
- --- Energy:  43.085080854083536
- --- Workload:  378377000000.0
+ --- Configuration:  303033-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10435766293.101019
+ --- Energy:  50.121642670795254
+ --- Workload:  523058000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 225 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 107 in the X datas point
 --------------
- --- Configuration:  1001-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9487576019.202854
- --- Energy:  49.10228531809563
- --- Workload:  465862000000.0
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 206 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 170 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10558457958.332102
- --- Energy:  49.51707772839275
- --- Workload:  522824000000.0
+ --- Configuration:  330333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11461738424.790365
+ --- Energy:  57.5070787061249
+ --- Workload:  659131000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 169 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 153 in the X datas point
 --------------
- --- Configuration:  1111-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10965958375.4152
- --- Energy:  49.989818506242955
- --- Workload:  548186000000.0
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 107 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 180 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Configuration:  333333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14508144872.531439
+ --- Energy:  62.5618690617415
+ --- Workload:  907657000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 78 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 385 in the X datas point
 --------------
- --- Configuration:  1001-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9166575000.916658
- --- Energy:  50.735447078258076
- --- Workload:  465069000000.0
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12421881890.262611
+ --- Energy:  63.8914148004144
+ --- Workload:  793652000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 308 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 225 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 107 in the X datas point
 --------------
- --- Configuration:  1001-3330
- --- Energy efficiency:  9487576019.202854
- --- Energy:  49.10228531809563
- --- Workload:  465862000000.0
+ --- Configuration:  333033-0-0
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (49.10228531809563 mAh)  it is NOT far from the median.
----  Median :49.10228531809563,   the gap is :  10
---- So No we don't romove this configuration '1011-3330'
- --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0]
---- Computing the list of the 10 first neighbours of '1011-3030'
+--- The energy of the current configuration (55.6549041743458 mAh)  it is NOT far from the median.
+---  Median :55.6549041743458,   the gap is :  10
+--- So No we don't romove this configuration '333033-0-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '002200-2-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1011-3030'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '002200-2-2'
 --- Neighbour  0 in the list of neghbours, And at position 108 in the X datas point
 --------------
- --- Configuration:  1011-3030
+ --- Configuration:  002200-2-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8871225293.637558
- --- Energy:  42.90551410725298
- --- Workload:  380626000000.0
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 197 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 600 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8938627384.378855
- --- Energy:  42.547359911496315
- --- Workload:  380315000000.0
+ --- Configuration:  002200-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12812496796.875801
+ --- Energy:  81.66872704524802
+ --- Workload:  1046380000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 107 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 750 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Configuration:  002000-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5682237892.57161
+ --- Energy:  13.395917496938448
+ --- Workload:  76118600000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 206 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 197 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10558457958.332102
- --- Energy:  49.51707772839275
- --- Workload:  522824000000.0
+ --- Configuration:  001101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13985290271.692234
+ --- Energy:  73.251940060295
+ --- Workload:  1024450000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 218 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 224 in the X datas point
 --------------
- --- Configuration:  1001-3030
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7964637011.668193
- --- Energy:  42.24457921399078
- --- Workload:  336462000000.0
+ --- Configuration:  303300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13967533864.285854
+ --- Energy:  72.5489714103032
+ --- Workload:  1013330000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 111 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 233 in the X datas point
 --------------
- --- Configuration:  0011-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6806981239.9597025
- --- Energy:  35.94259902860859
- --- Workload:  244660000000.0
+ --- Configuration:  000200-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 127 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 320 in the X datas point
 --------------
- --- Configuration:  2020-3030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7529950377.627011
- --- Energy:  41.87227309237855
- --- Workload:  315295000000.0
+ --- Configuration:  022202-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15067865666.964005
+ --- Energy:  86.55908372523825
+ --- Workload:  1304260000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 169 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 374 in the X datas point
 --------------
- --- Configuration:  1111-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10965958375.4152
- --- Energy:  49.989818506242955
- --- Workload:  548186000000.0
+ --- Configuration:  022220-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14357811008.1337
+ --- Energy:  74.4883903754354
+ --- Workload:  1069490000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 195 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 444 in the X datas point
 --------------
- --- Configuration:  1011-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8886756067.432705
- --- Energy:  42.76899541535147
- --- Workload:  380079000000.0
+ --- Configuration:  022220-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13985779259.648788
+ --- Energy:  76.30755632960373
+ --- Workload:  1067220000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 225 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 447 in the X datas point
 --------------
- --- Configuration:  1001-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9487576019.202854
- --- Energy:  49.10228531809563
- --- Workload:  465862000000.0
+ --- Configuration:  020200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13423107073.440504
+ --- Energy:  72.91082650802181
+ --- Workload:  978690000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1011-3030'
---- Neighbour  0 in the list of neghbours, And at position 111 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '002200-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 750 in the X datas point
 --------------
- --- Configuration:  0011-3000
+ --- Configuration:  002000-2-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6806981239.9597025
- --- Energy:  35.94259902860859
- --- Workload:  244660000000.0
+ --- Energy efficiency:  5682237892.57161
+ --- Energy:  13.395917496938448
+ --- Workload:  76118600000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 127 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 233 in the X datas point
 --------------
- --- Configuration:  2020-3030
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7529950377.627011
- --- Energy:  41.87227309237855
- --- Workload:  315295000000.0
+ --- Configuration:  000200-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 218 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 108 in the X datas point
 --------------
- --- Configuration:  1001-3030
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7964637011.668193
- --- Energy:  42.24457921399078
- --- Workload:  336462000000.0
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 197 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 224 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8938627384.378855
- --- Energy:  42.547359911496315
- --- Workload:  380315000000.0
+ --- Configuration:  303300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13967533864.285854
+ --- Energy:  72.5489714103032
+ --- Workload:  1013330000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 195 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 447 in the X datas point
 --------------
- --- Configuration:  1011-0330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8886756067.432705
- --- Energy:  42.76899541535147
- --- Workload:  380079000000.0
+ --- Configuration:  020200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13423107073.440504
+ --- Energy:  72.91082650802181
+ --- Workload:  978690000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 108 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 197 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8871225293.637558
- --- Energy:  42.90551410725298
- --- Workload:  380626000000.0
+ --- Configuration:  001101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13985290271.692234
+ --- Energy:  73.251940060295
+ --- Workload:  1024450000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 225 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 374 in the X datas point
 --------------
- --- Configuration:  1001-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9487576019.202854
- --- Energy:  49.10228531809563
- --- Workload:  465862000000.0
+ --- Configuration:  022220-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14357811008.1337
+ --- Energy:  74.4883903754354
+ --- Workload:  1069490000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 206 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 444 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10558457958.332102
- --- Energy:  49.51707772839275
- --- Workload:  522824000000.0
+ --- Configuration:  022220-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13985779259.648788
+ --- Energy:  76.30755632960373
+ --- Workload:  1067220000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 169 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 600 in the X datas point
 --------------
- --- Configuration:  1111-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10965958375.4152
- --- Energy:  49.989818506242955
- --- Workload:  548186000000.0
+ --- Configuration:  002200-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12812496796.875801
+ --- Energy:  81.66872704524802
+ --- Workload:  1046380000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 107 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 320 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Configuration:  022202-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15067865666.964005
+ --- Energy:  86.55908372523825
+ --- Workload:  1304260000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 195 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 447 in the X datas point
 --------------
- --- Configuration:  1011-0330
- --- Energy efficiency:  8886756067.432705
- --- Energy:  42.76899541535147
- --- Workload:  380079000000.0
+ --- Configuration:  020200-2-2
+ --- Energy efficiency:  13423107073.440504
+ --- Energy:  72.91082650802181
+ --- Workload:  978690000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (42.76899541535147 mAh)  it is NOT far from the median.
----  Median :42.76899541535147,   the gap is :  10
---- So No we don't romove this configuration '1011-3030'
- --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1]
---- Computing the list of the 10 first neighbours of '0010-0101'
+--- The energy of the current configuration (72.91082650802181 mAh)  it is NOT far from the median.
+---  Median :72.91082650802181,   the gap is :  10
+--- So No we don't romove this configuration '002200-2-2'
+ --- remove_aberrant_points: The value [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '011110-3-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0010-0101'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011110-3-1'
 --- Neighbour  0 in the list of neghbours, And at position 109 in the X datas point
 --------------
- --- Configuration:  0010-0101
+ --- Configuration:  011110-3-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6657080470.788732
- --- Energy:  41.37346586900227
- --- Workload:  275426000000.0
+ --- Energy efficiency:  11878826466.975676
+ --- Energy:  79.1921814190437
+ --- Workload:  940710000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 8 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 257 in the X datas point
 --------------
- --- Configuration:  0020-0202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8089829466.394849
- --- Energy:  66.44909360627778
- --- Workload:  537560000000.0
+ --- Configuration:  011110-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 333 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  011111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13434937285.712751
+ --- Energy:  68.27709347003412
+ --- Workload:  917298000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 81 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  0000-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3321398441.599851
- --- Energy:  35.588916806469584
- --- Workload:  118205000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 121 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 71 in the X datas point
 --------------
- --- Configuration:  0110-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5162462701.2069845
- --- Energy:  35.42009012551951
- --- Workload:  182855000000.0
+ --- Configuration:  011111-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14151777817.088272
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 151 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 93 in the X datas point
 --------------
- --- Configuration:  0010-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6634071263.19351
- --- Energy:  41.98663362868059
- --- Workload:  278542000000.0
+ --- Configuration:  111010-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12785418485.925173
+ --- Energy:  70.2667978545078
+ --- Workload:  898390000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 203 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 97 in the X datas point
 --------------
- --- Configuration:  0010-0222
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9876153040.867521
- --- Energy:  82.55859277633934
- --- Workload:  815359000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 13 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 100 in the X datas point
 --------------
- --- Configuration:  0011-1100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Configuration:  011010-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 204 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  110110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12597441207.741884
+ --- Energy:  69.8226407220911
+ --- Workload:  879587000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 205 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  222220-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13053432922.324242
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0010-0101'
---- Neighbour  0 in the list of neghbours, And at position 17 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011110-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 100 in the X datas point
 --------------
- --- Configuration:  0000-0000
+ --- Configuration:  011010-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 257 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  011110-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 121 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  0110-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5162462701.2069845
- --- Energy:  35.42009012551951
- --- Workload:  182855000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 81 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 333 in the X datas point
 --------------
- --- Configuration:  0000-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3321398441.599851
- --- Energy:  35.588916806469584
- --- Workload:  118205000000.0
+ --- Configuration:  011111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13434937285.712751
+ --- Energy:  68.27709347003412
+ --- Workload:  917298000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 109 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 204 in the X datas point
 --------------
- --- Configuration:  0010-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6657080470.788732
- --- Energy:  41.37346586900227
- --- Workload:  275426000000.0
+ --- Configuration:  110110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12597441207.741884
+ --- Energy:  69.8226407220911
+ --- Workload:  879587000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 151 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 93 in the X datas point
 --------------
- --- Configuration:  0010-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6634071263.19351
- --- Energy:  41.98663362868059
- --- Workload:  278542000000.0
+ --- Configuration:  111010-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12785418485.925173
+ --- Energy:  70.2667978545078
+ --- Workload:  898390000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 13 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 97 in the X datas point
 --------------
- --- Configuration:  0011-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 205 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  222220-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13053432922.324242
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 8 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 109 in the X datas point
 --------------
- --- Configuration:  0020-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8089829466.394849
- --- Energy:  66.44909360627778
- --- Workload:  537560000000.0
+ --- Configuration:  011110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11878826466.975676
+ --- Energy:  79.1921814190437
+ --- Workload:  940710000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 203 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 71 in the X datas point
 --------------
- --- Configuration:  0010-0222
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9876153040.867521
- --- Energy:  82.55859277633934
- --- Workload:  815359000000.0
+ --- Configuration:  011111-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14151777817.088272
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 109 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 204 in the X datas point
 --------------
- --- Configuration:  0010-0101
- --- Energy efficiency:  6657080470.788732
- --- Energy:  41.37346586900227
- --- Workload:  275426000000.0
+ --- Configuration:  110110-3-1
+ --- Energy efficiency:  12597441207.741884
+ --- Energy:  69.8226407220911
+ --- Workload:  879587000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (41.37346586900227 mAh)  it is NOT far from the median.
----  Median :41.37346586900227,   the gap is :  10
---- So No we don't romove this configuration '0010-0101'
- --- remove_aberrant_points: The value [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0]
---- Computing the list of the 10 first neighbours of '0110-0010'
+--- The energy of the current configuration (69.8226407220911 mAh)  it is NOT far from the median.
+---  Median :69.8226407220911,   the gap is :  10
+--- So No we don't romove this configuration '011110-3-1'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '200202-3-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0110-0010'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '200202-3-0'
 --- Neighbour  0 in the list of neghbours, And at position 110 in the X datas point
 --------------
- --- Configuration:  0110-0010
+ --- Configuration:  200202-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5194211570.625695
- --- Energy:  35.648662348871625
- --- Workload:  185167000000.0
+ --- Energy efficiency:  12373986415.837713
+ --- Energy:  65.7590425822352
+ --- Workload:  813702000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 88 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 480 in the X datas point
 --------------
- --- Configuration:  0110-0020
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5821399464.43125
- --- Energy:  36.31061849927073
- --- Workload:  211379000000.0
+ --- Configuration:  100101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12027441811.236517
+ --- Energy:  49.41931284357229
+ --- Workload:  594388000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 6 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 221 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 38 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 350 in the X datas point
 --------------
- --- Configuration:  1110-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2905397356.669485
- --- Energy:  30.668041259477853
- --- Workload:  89102900000.0
+ --- Configuration:  300300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10880623242.099306
+ --- Energy:  53.6505919747787
+ --- Workload:  583752000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 48 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 367 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  220202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14401834217.605953
+ --- Energy:  75.0091801682557
+ --- Workload:  1080270000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 86 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 386 in the X datas point
 --------------
- --- Configuration:  0220-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5040602049.508794
- --- Energy:  36.67117347490831
- --- Workload:  184845000000.0
+ --- Configuration:  220002-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13567950330.447432
+ --- Energy:  56.7479002567857
+ --- Workload:  769953000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 121 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 397 in the X datas point
 --------------
- --- Configuration:  0110-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5162462701.2069845
- --- Energy:  35.42009012551951
- --- Workload:  182855000000.0
+ --- Configuration:  100101-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12649245282.780205
+ --- Energy:  41.7732349755354
+ --- Workload:  528400000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 151 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 460 in the X datas point
 --------------
- --- Configuration:  0010-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6634071263.19351
- --- Energy:  41.98663362868059
- --- Workload:  278542000000.0
+ --- Configuration:  110101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11763017543.364365
+ --- Energy:  58.12337398418788
+ --- Workload:  683706000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 155 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 508 in the X datas point
 --------------
- --- Configuration:  0200-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3751444306.0578322
- --- Energy:  34.495214714826176
- --- Workload:  129407000000.0
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 509 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  000202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13004797469.786604
+ --- Energy:  45.81348523547173
+ --- Workload:  595795000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0110-0010'
---- Neighbour  0 in the list of neghbours, And at position 16 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '200202-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 397 in the X datas point
 --------------
- --- Configuration:  0000-0000
+ --- Configuration:  100101-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Energy efficiency:  12649245282.780205
+ --- Energy:  41.7732349755354
+ --- Workload:  528400000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 38 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 509 in the X datas point
 --------------
- --- Configuration:  1110-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2905397356.669485
- --- Energy:  30.668041259477853
- --- Workload:  89102900000.0
+ --- Configuration:  000202-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13004797469.786604
+ --- Energy:  45.81348523547173
+ --- Workload:  595795000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 155 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 480 in the X datas point
 --------------
- --- Configuration:  0200-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3751444306.0578322
- --- Energy:  34.495214714826176
- --- Workload:  129407000000.0
+ --- Configuration:  100101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12027441811.236517
+ --- Energy:  49.41931284357229
+ --- Workload:  594388000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 121 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 508 in the X datas point
 --------------
- --- Configuration:  0110-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5162462701.2069845
- --- Energy:  35.42009012551951
- --- Workload:  182855000000.0
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 110 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 350 in the X datas point
 --------------
- --- Configuration:  0110-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5194211570.625695
- --- Energy:  35.648662348871625
- --- Workload:  185167000000.0
+ --- Configuration:  300300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10880623242.099306
+ --- Energy:  53.6505919747787
+ --- Workload:  583752000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 88 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 386 in the X datas point
 --------------
- --- Configuration:  0110-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5821399464.43125
- --- Energy:  36.31061849927073
- --- Workload:  211379000000.0
+ --- Configuration:  220002-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13567950330.447432
+ --- Energy:  56.7479002567857
+ --- Workload:  769953000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 86 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 460 in the X datas point
 --------------
- --- Configuration:  0220-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5040602049.508794
- --- Energy:  36.67117347490831
- --- Workload:  184845000000.0
+ --- Configuration:  110101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11763017543.364365
+ --- Energy:  58.12337398418788
+ --- Workload:  683706000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 6 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 110 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  200202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373986415.837713
+ --- Energy:  65.7590425822352
+ --- Workload:  813702000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 48 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 367 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  220202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14401834217.605953
+ --- Energy:  75.0091801682557
+ --- Workload:  1080270000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 151 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 221 in the X datas point
 --------------
- --- Configuration:  0010-0011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6634071263.19351
- --- Energy:  41.98663362868059
- --- Workload:  278542000000.0
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 110 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 350 in the X datas point
 --------------
- --- Configuration:  0110-0010
- --- Energy efficiency:  5194211570.625695
- --- Energy:  35.648662348871625
- --- Workload:  185167000000.0
+ --- Configuration:  300300-3-0
+ --- Energy efficiency:  10880623242.099306
+ --- Energy:  53.6505919747787
+ --- Workload:  583752000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (35.648662348871625 mAh)  it is NOT far from the median.
----  Median :35.648662348871625,   the gap is :  10
---- So No we don't romove this configuration '0110-0010'
- --- remove_aberrant_points: The value [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '0011-3000'
+--- The energy of the current configuration (65.7590425822352 mAh)  is far from the median.
+---  Median :53.6505919747787,   the gap is :  10
+--- So yes we remove this configuration '200202-3-0'
+--- remove_aberrant_points: The value [1.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0]
+--- Computing the list of the 10 first neighbours of '111111-0-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0011-3000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111111-0-2'
 --- Neighbour  0 in the list of neghbours, And at position 111 in the X datas point
 --------------
- --- Configuration:  0011-3000
+ --- Configuration:  111111-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6806981239.9597025
- --- Energy:  35.94259902860859
- --- Workload:  244660000000.0
+ --- Energy efficiency:  13419378387.55433
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 9 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Configuration:  0010-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6532788063.289651
- --- Energy:  42.64544340651106
- --- Workload:  278594000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 24 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 131 in the X datas point
 --------------
- --- Configuration:  0000-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 169 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 99 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 369 in the X datas point
 --------------
- --- Configuration:  0011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7849108733.703288
- --- Energy:  42.07381484773657
- --- Workload:  330242000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15203575881.047222
+ --- Energy:  71.7851022973991
+ --- Workload:  1091390000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 108 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 2 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8871225293.637558
- --- Energy:  42.90551410725298
- --- Workload:  380626000000.0
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 126 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  0002-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5449442794.474265
- --- Energy:  38.132247384977575
- --- Workload:  207799000000.0
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 133 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 66 in the X datas point
 --------------
- --- Configuration:  0111-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6681499595.769274
- --- Energy:  37.38840673928198
- --- Workload:  249811000000.0
+ --- Configuration:  101101-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11969296360.974827
+ --- Energy:  55.14950525765903
+ --- Workload:  660101000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 197 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8938627384.378855
- --- Energy:  42.547359911496315
- --- Workload:  380315000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 212 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 85 in the X datas point
 --------------
- --- Configuration:  0022-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9258659160.980307
- --- Energy:  46.9330182291436
- --- Workload:  434536000000.0
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0011-3000'
---- Neighbour  0 in the list of neghbours, And at position 24 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111111-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 2 in the X datas point
 --------------
- --- Configuration:  0000-3000
+ --- Configuration:  110111-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 111 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 66 in the X datas point
 --------------
- --- Configuration:  0011-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6806981239.9597025
- --- Energy:  35.94259902860859
- --- Workload:  244660000000.0
+ --- Configuration:  101101-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11969296360.974827
+ --- Energy:  55.14950525765903
+ --- Workload:  660101000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 133 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 111 in the X datas point
 --------------
- --- Configuration:  0111-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6681499595.769274
- --- Energy:  37.38840673928198
- --- Workload:  249811000000.0
+ --- Configuration:  111111-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13419378387.55433
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 126 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  0002-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5449442794.474265
- --- Energy:  38.132247384977575
- --- Workload:  207799000000.0
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 99 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 85 in the X datas point
 --------------
- --- Configuration:  0011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7849108733.703288
- --- Energy:  42.07381484773657
- --- Workload:  330242000000.0
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 197 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8938627384.378855
- --- Energy:  42.547359911496315
- --- Workload:  380315000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 9 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 131 in the X datas point
 --------------
- --- Configuration:  0010-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6532788063.289651
- --- Energy:  42.64544340651106
- --- Workload:  278594000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 108 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 369 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8871225293.637558
- --- Energy:  42.90551410725298
- --- Workload:  380626000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15203575881.047222
+ --- Energy:  71.7851022973991
+ --- Workload:  1091390000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 212 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 169 in the X datas point
 --------------
- --- Configuration:  0022-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9258659160.980307
- --- Energy:  46.9330182291436
- --- Workload:  434536000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 66 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  110111-1-2
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (39.00759503929043 mAh)  it is NOT far from the median.
----  Median :39.00759503929043,   the gap is :  10
---- So No we don't romove this configuration '0011-3000'
- --- remove_aberrant_points: The value [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '0020-2000'
+--- The energy of the current configuration (64.195799103128 mAh)  it is NOT far from the median.
+---  Median :64.195799103128,   the gap is :  10
+--- So No we don't romove this configuration '111111-0-2'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '330033-3-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0020-2000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330033-3-0'
 --- Neighbour  0 in the list of neghbours, And at position 112 in the X datas point
 --------------
- --- Configuration:  0020-2000
+ --- Configuration:  330033-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4244013818.5089927
- --- Energy:  35.41951635507749
- --- Workload:  150321000000.0
+ --- Energy efficiency:  12592000302.208008
+ --- Energy:  83.5387640803202
+ --- Workload:  1051920000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 134 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 89 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 379 in the X datas point
 --------------
- --- Configuration:  0030-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4809102669.532892
- --- Energy:  35.93660318178646
- --- Workload:  172823000000.0
+ --- Configuration:  220022-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14371553521.821047
+ --- Energy:  61.0078855819444
+ --- Workload:  876778000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 210 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 603 in the X datas point
 --------------
- --- Configuration:  0220-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5281811027.365063
- --- Energy:  35.274079340197716
- --- Workload:  186311000000.0
+ --- Configuration:  030033-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12516443477.618721
+ --- Energy:  70.02713675655465
+ --- Workload:  876491000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 69 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 764 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  330030-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5810507722.1647625
+ --- Energy:  13.028609429521124
+ --- Workload:  75702900000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 76 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 171 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 124 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 223 in the X datas point
 --------------
- --- Configuration:  0020-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8376542330.856669
- --- Energy:  48.301162810596125
- --- Workload:  404596000000.0
+ --- Configuration:  330033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13767012585.802904
+ --- Energy:  84.777250997072
+ --- Workload:  1167130000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 131 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 309 in the X datas point
 --------------
- --- Configuration:  0020-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6670179627.937381
- --- Energy:  41.85807704041302
- --- Workload:  279201000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 140 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 315 in the X datas point
 --------------
- --- Configuration:  2020-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6005284650.492433
- --- Energy:  34.65163368892841
- --- Workload:  208093000000.0
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 147 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 319 in the X datas point
 --------------
- --- Configuration:  1010-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5000900162.029165
- --- Energy:  35.48607288213239
- --- Workload:  177462000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14109387257.53018
+ --- Energy:  83.8569021514259
+ --- Workload:  1183170000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0020-2000'
---- Neighbour  0 in the list of neghbours, And at position 140 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330033-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 764 in the X datas point
 --------------
- --- Configuration:  2020-1000
+ --- Configuration:  330030-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6005284650.492433
- --- Energy:  34.65163368892841
- --- Workload:  208093000000.0
+ --- Energy efficiency:  5810507722.1647625
+ --- Energy:  13.028609429521124
+ --- Workload:  75702900000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 210 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 171 in the X datas point
 --------------
- --- Configuration:  0220-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5281811027.365063
- --- Energy:  35.274079340197716
- --- Workload:  186311000000.0
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 76 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 379 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Configuration:  220022-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14371553521.821047
+ --- Energy:  61.0078855819444
+ --- Workload:  876778000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 112 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 134 in the X datas point
 --------------
- --- Configuration:  0020-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4244013818.5089927
- --- Energy:  35.41951635507749
- --- Workload:  150321000000.0
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 147 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 603 in the X datas point
 --------------
- --- Configuration:  1010-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5000900162.029165
- --- Energy:  35.48607288213239
- --- Workload:  177462000000.0
+ --- Configuration:  030033-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12516443477.618721
+ --- Energy:  70.02713675655465
+ --- Workload:  876491000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 89 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 315 in the X datas point
 --------------
- --- Configuration:  0030-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4809102669.532892
- --- Energy:  35.93660318178646
- --- Workload:  172823000000.0
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 69 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 112 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  330033-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12592000302.208008
+ --- Energy:  83.5387640803202
+ --- Workload:  1051920000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 319 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14109387257.53018
+ --- Energy:  83.8569021514259
+ --- Workload:  1183170000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 131 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 223 in the X datas point
 --------------
- --- Configuration:  0020-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6670179627.937381
- --- Energy:  41.85807704041302
- --- Workload:  279201000000.0
+ --- Configuration:  330033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13767012585.802904
+ --- Energy:  84.777250997072
+ --- Workload:  1167130000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 124 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 309 in the X datas point
 --------------
- --- Configuration:  0020-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8376542330.856669
- --- Energy:  48.301162810596125
- --- Workload:  404596000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 147 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 603 in the X datas point
 --------------
- --- Configuration:  1010-2000
- --- Energy efficiency:  5000900162.029165
- --- Energy:  35.48607288213239
- --- Workload:  177462000000.0
+ --- Configuration:  030033-3-0
+ --- Energy efficiency:  12516443477.618721
+ --- Energy:  70.02713675655465
+ --- Workload:  876491000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (35.48607288213239 mAh)  it is NOT far from the median.
----  Median :35.48607288213239,   the gap is :  10
---- So No we don't romove this configuration '0020-2000'
- --- remove_aberrant_points: The value [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 1]
---- Computing the list of the 10 first neighbours of '3303-1011'
+--- The energy of the current configuration (83.5387640803202 mAh)  is far from the median.
+---  Median :70.02713675655465,   the gap is :  10
+--- So yes we remove this configuration '330033-3-0'
+--- remove_aberrant_points: The value [2.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '222202-2-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3303-1011'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222202-2-1'
 --- Neighbour  0 in the list of neghbours, And at position 113 in the X datas point
 --------------
- --- Configuration:  3303-1011
+ --- Configuration:  222202-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  10227751572.005417
- --- Energy:  73.37868558375581
- --- Workload:  750499000000.0
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 14 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 396 in the X datas point
 --------------
- --- Configuration:  3303-1010
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9340120487.55429
- --- Energy:  67.3857084084629
- --- Workload:  629393000000.0
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  16284841418.21427
+ --- Energy:  69.9632088197462
+ --- Workload:  1139340000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 138 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  222202-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15123376505.532131
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 160 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  333303-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15150114913.62162
+ --- Energy:  74.9625159265616
+ --- Workload:  1135690000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 175 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 473 in the X datas point
 --------------
- --- Configuration:  3333-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11523551835.240866
- --- Energy:  83.54140347554512
- --- Workload:  962694000000.0
+ --- Configuration:  222222-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16028749164.501448
+ --- Energy:  76.22620686685552
+ --- Workload:  1221810000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 182 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 18 in the X datas point
 --------------
- --- Configuration:  3303-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10225586667.47108
- --- Energy:  73.36262541667716
- --- Workload:  750176000000.0
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 211 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  0303-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8479966080.135679
- --- Energy:  59.193870361299275
- --- Workload:  501963000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 15 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 38 in the X datas point
 --------------
- --- Configuration:  0003-1001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 50 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 59 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 62 in the X datas point
 --------------
- --- Configuration:  3330-1111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9820095844.135439
- --- Energy:  58.230522602615636
- --- Workload:  571832000000.0
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3303-1011'
---- Neighbour  0 in the list of neghbours, And at position 40 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222202-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 38 in the X datas point
 --------------
- --- Configuration:  3300-1000
+ --- Configuration:  111101-1-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 15 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 18 in the X datas point
 --------------
- --- Configuration:  0003-1001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 59 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  3330-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9820095844.135439
- --- Energy:  58.230522602615636
- --- Workload:  571832000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 211 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 50 in the X datas point
 --------------
- --- Configuration:  0303-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8479966080.135679
- --- Energy:  59.193870361299275
- --- Workload:  501963000000.0
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 396 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16284841418.21427
+ --- Energy:  69.9632088197462
+ --- Workload:  1139340000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 113 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 14 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 160 in the X datas point
 --------------
- --- Configuration:  3303-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9340120487.55429
- --- Energy:  67.3857084084629
- --- Workload:  629393000000.0
+ --- Configuration:  333303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15150114913.62162
+ --- Energy:  74.9625159265616
+ --- Workload:  1135690000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 182 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 473 in the X datas point
 --------------
- --- Configuration:  3303-0111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10225586667.47108
- --- Energy:  73.36262541667716
- --- Workload:  750176000000.0
+ --- Configuration:  222222-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16028749164.501448
+ --- Energy:  76.22620686685552
+ --- Workload:  1221810000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 113 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 62 in the X datas point
 --------------
- --- Configuration:  3303-1011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10227751572.005417
- --- Energy:  73.37868558375581
- --- Workload:  750499000000.0
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 175 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 138 in the X datas point
 --------------
- --- Configuration:  3333-1111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11523551835.240866
- --- Energy:  83.54140347554512
- --- Workload:  962694000000.0
+ --- Configuration:  222202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15123376505.532131
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 11 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 396 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  222202-2-1
+ --- Energy efficiency:  16284841418.21427
+ --- Energy:  69.9632088197462
+ --- Workload:  1139340000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (73.37868558375581 mAh)  is far from the median.
----  Median :59.94594005320708,   the gap is :  10
---- So yes we remove this configuration '3303-1011'
---- remove_aberrant_points: The value [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 1] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '3000-2000'
+--- The energy of the current configuration (69.9632088197462 mAh)  it is NOT far from the median.
+---  Median :69.9632088197462,   the gap is :  10
+--- So No we don't romove this configuration '222202-2-1'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0]
+--- Computing the list of the 10 first neighbours of '030033-0-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3000-2000'
---- Neighbour  0 in the list of neghbours, And at position 45 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '030033-0-1'
+--- Neighbour  0 in the list of neghbours, And at position 114 in the X datas point
 --------------
- --- Configuration:  3000-2000
+ --- Configuration:  030033-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Energy efficiency:  11607890115.069016
+ --- Energy:  52.6346324100534
+ --- Workload:  610977000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 114 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 96 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3742206854.226074
- --- Energy:  34.88131927324178
- --- Workload:  130533000000.0
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 29 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 102 in the X datas point
 --------------
- --- Configuration:  3000-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 41 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 126 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 44 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 235 in the X datas point
 --------------
- --- Configuration:  3000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5326600510.288329
- --- Energy:  36.46450751429702
- --- Workload:  194232000000.0
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10228912840.456577
+ --- Energy:  33.4145827544387
+ --- Workload:  341795000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 69 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 364 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  000033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12689099302.353321
+ --- Energy:  51.3326168675035
+ --- Workload:  651365000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 71 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 401 in the X datas point
 --------------
- --- Configuration:  3000-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6519117311.516021
- --- Energy:  42.79271109577192
- --- Workload:  278971000000.0
+ --- Configuration:  330033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12619618206.070793
+ --- Energy:  80.8971097844968
+ --- Workload:  1020890000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 215 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 521 in the X datas point
 --------------
- --- Configuration:  3030-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5441732647.675019
- --- Energy:  35.287807273153724
- --- Workload:  192027000000.0
+ --- Configuration:  030003-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7055470105.973162
+ --- Energy:  35.8863088610274
+ --- Workload:  253195000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 588 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  330033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14150676402.332033
+ --- Energy:  65.34824041069513
+ --- Workload:  924722000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 709 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  030333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13867452119.154696
+ --- Energy:  66.87351339419763
+ --- Workload:  927365000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3000-2000'
---- Neighbour  0 in the list of neghbours, And at position 18 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '030033-0-1'
+--- Neighbour  0 in the list of neghbours, And at position 235 in the X datas point
 --------------
- --- Configuration:  3000-0000
+ --- Configuration:  330030-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Energy efficiency:  10228912840.456577
+ --- Energy:  33.4145827544387
+ --- Workload:  341795000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 114 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 102 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3742206854.226074
- --- Energy:  34.88131927324178
- --- Workload:  130533000000.0
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 215 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 521 in the X datas point
 --------------
- --- Configuration:  3030-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5441732647.675019
- --- Energy:  35.287807273153724
- --- Workload:  192027000000.0
+ --- Configuration:  030003-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7055470105.973162
+ --- Energy:  35.8863088610274
+ --- Workload:  253195000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 29 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 364 in the X datas point
 --------------
- --- Configuration:  3000-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Configuration:  000033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12689099302.353321
+ --- Energy:  51.3326168675035
+ --- Workload:  651365000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 69 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 114 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  030033-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11607890115.069016
+ --- Energy:  52.6346324100534
+ --- Workload:  610977000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 44 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 588 in the X datas point
 --------------
- --- Configuration:  3000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5326600510.288329
- --- Energy:  36.46450751429702
- --- Workload:  194232000000.0
+ --- Configuration:  330033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14150676402.332033
+ --- Energy:  65.34824041069513
+ --- Workload:  924722000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 96 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 126 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 41 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 709 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  030333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13867452119.154696
+ --- Energy:  66.87351339419763
+ --- Workload:  927365000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 71 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 401 in the X datas point
 --------------
- --- Configuration:  3000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6519117311.516021
- --- Energy:  42.79271109577192
- --- Workload:  278971000000.0
+ --- Configuration:  330033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12619618206.070793
+ --- Energy:  80.8971097844968
+ --- Workload:  1020890000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 69 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 114 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  030033-0-1
+ --- Energy efficiency:  11607890115.069016
+ --- Energy:  52.6346324100534
+ --- Workload:  610977000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (36.241340818491324 mAh)  it is NOT far from the median.
----  Median :36.241340818491324,   the gap is :  10
---- So No we don't romove this configuration '3000-2000'
- --- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1]
---- Computing the list of the 10 first neighbours of '0110-1001'
+--- The energy of the current configuration (52.6346324100534 mAh)  it is NOT far from the median.
+---  Median :52.6346324100534,   the gap is :  10
+--- So No we don't romove this configuration '030033-0-1'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '022222-2-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0110-1001'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '022222-2-0'
 --- Neighbour  0 in the list of neghbours, And at position 115 in the X datas point
 --------------
- --- Configuration:  0110-1001
+ --- Configuration:  022222-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7487495881.877265
- --- Energy:  41.820066635010036
- --- Workload:  313127000000.0
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 94 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 18 in the X datas point
 --------------
- --- Configuration:  0220-1001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7282684688.88371
- --- Energy:  43.18443043197562
- --- Workload:  314499000000.0
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 67 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 345 in the X datas point
 --------------
- --- Configuration:  0110-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6145261695.969323
- --- Energy:  51.31617435224532
- --- Workload:  315351000000.0
+ --- Configuration:  011111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13720451293.083933
+ --- Energy:  45.25936522348479
+ --- Workload:  620979000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 162 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 356 in the X datas point
 --------------
- --- Configuration:  1100-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7522756337.9222145
- --- Energy:  41.562953026807364
- --- Workload:  312668000000.0
+ --- Configuration:  022222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14586168519.839378
+ --- Energy:  45.8860959823931
+ --- Workload:  669302000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 200 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 395 in the X datas point
 --------------
- --- Configuration:  0111-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6254338947.644929
- --- Energy:  35.98594879953233
- --- Workload:  225068000000.0
+ --- Configuration:  222222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  49900697611.75261
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 219 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 740 in the X datas point
 --------------
- --- Configuration:  0100-1011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8993129249.25357
- --- Energy:  47.97458475843469
- --- Workload:  431441000000.0
+ --- Configuration:  020222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11107569030.764635
+ --- Energy:  16.962130007740114
+ --- Workload:  188408000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 247 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 52 in the X datas point
 --------------
- --- Configuration:  1110-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6238497769.737048
- --- Energy:  35.660197143265485
- --- Workload:  222466000000.0
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 38 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 57 in the X datas point
 --------------
- --- Configuration:  1110-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  2905397356.669485
- --- Energy:  30.668041259477853
- --- Workload:  89102900000.0
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 81 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 48 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 145 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0110-1001'
---- Neighbour  0 in the list of neghbours, And at position 38 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '022222-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 740 in the X datas point
 --------------
- --- Configuration:  1110-0000
+ --- Configuration:  020222-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2905397356.669485
- --- Energy:  30.668041259477853
- --- Workload:  89102900000.0
+ --- Energy efficiency:  11107569030.764635
+ --- Energy:  16.962130007740114
+ --- Workload:  188408000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 247 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 395 in the X datas point
 --------------
- --- Configuration:  1110-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6238497769.737048
- --- Energy:  35.660197143265485
- --- Workload:  222466000000.0
+ --- Configuration:  222222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  49900697611.75261
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 200 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 345 in the X datas point
 --------------
- --- Configuration:  0111-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6254338947.644929
- --- Energy:  35.98594879953233
- --- Workload:  225068000000.0
+ --- Configuration:  011111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13720451293.083933
+ --- Energy:  45.25936522348479
+ --- Workload:  620979000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 356 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  022222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14586168519.839378
+ --- Energy:  45.8860959823931
+ --- Workload:  669302000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 48 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 145 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 162 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 81 in the X datas point
 --------------
- --- Configuration:  1100-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7522756337.9222145
- --- Energy:  41.562953026807364
- --- Workload:  312668000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 115 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 18 in the X datas point
 --------------
- --- Configuration:  0110-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7487495881.877265
- --- Energy:  41.820066635010036
- --- Workload:  313127000000.0
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 94 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 115 in the X datas point
 --------------
- --- Configuration:  0220-1001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7282684688.88371
- --- Energy:  43.18443043197562
- --- Workload:  314499000000.0
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 219 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 57 in the X datas point
 --------------
- --- Configuration:  0100-1011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8993129249.25357
- --- Energy:  47.97458475843469
- --- Workload:  431441000000.0
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 67 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 52 in the X datas point
 --------------
- --- Configuration:  0110-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6145261695.969323
- --- Energy:  51.31617435224532
- --- Workload:  315351000000.0
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 48 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 145 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  111111-2-0
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (40.0701934667281 mAh)  it is NOT far from the median.
----  Median :40.0701934667281,   the gap is :  10
---- So No we don't romove this configuration '0110-1001'
- --- remove_aberrant_points: The value [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 1.0, 1, 1, 0, 1]
---- Computing the list of the 10 first neighbours of '3330-2202'
+--- The energy of the current configuration (57.2873551037916 mAh)  is far from the median.
+---  Median :46.3133982052407,   the gap is :  10
+--- So yes we remove this configuration '022222-2-0'
+--- remove_aberrant_points: The value [1.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '202222-3-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3330-2202'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202222-3-1'
 --- Neighbour  0 in the list of neghbours, And at position 116 in the X datas point
 --------------
- --- Configuration:  3330-2202
+ --- Configuration:  202222-3-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  10286076355.602003
- --- Energy:  84.88778487940925
- --- Workload:  873162000000.0
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 248 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 72 in the X datas point
 --------------
- --- Configuration:  3300-2202
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9961846129.324686
- --- Energy:  83.53903174389984
- --- Workload:  832202000000.0
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  75.96541207639095
+ --- Workload:  1164630000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 59 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 130 in the X datas point
 --------------
- --- Configuration:  3330-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9820095844.135439
- --- Energy:  58.230522602615636
- --- Workload:  571832000000.0
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 83 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 203 in the X datas point
 --------------
- --- Configuration:  3330-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9229945635.620207
- --- Energy:  51.28077619994492
- --- Workload:  473319000000.0
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14214479437.334045
+ --- Energy:  86.641218027865
+ --- Workload:  1231560000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 144 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 251 in the X datas point
 --------------
- --- Configuration:  3333-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10947566629.6274
- --- Energy:  79.26313007840331
- --- Workload:  867738000000.0
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 148 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 544 in the X datas point
 --------------
- --- Configuration:  3030-2002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8823477508.95583
- --- Energy:  65.30338482528335
- --- Workload:  576204000000.0
+ --- Configuration:  202022-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14733811592.85764
+ --- Energy:  72.31670560917817
+ --- Workload:  1065500000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 159 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  3330-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8262619084.997563
- --- Energy:  42.07329975259821
- --- Workload:  347637000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 193 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  3030-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9152396555.037937
- --- Energy:  48.568093302538465
- --- Workload:  444514000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 234 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  3330-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7804268935.107504
- --- Energy:  38.575829271360156
- --- Workload:  301057000000.0
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 23 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 73 in the X datas point
 --------------
- --- Configuration:  3333-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3330-2202'
---- Neighbour  0 in the list of neghbours, And at position 234 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202222-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 73 in the X datas point
 --------------
- --- Configuration:  3330-2000
+ --- Configuration:  101111-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7804268935.107504
- --- Energy:  38.575829271360156
- --- Workload:  301057000000.0
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 159 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  3330-0101
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8262619084.997563
- --- Energy:  42.07329975259821
- --- Workload:  347637000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 193 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 130 in the X datas point
 --------------
- --- Configuration:  3030-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9152396555.037937
- --- Energy:  48.568093302538465
- --- Workload:  444514000000.0
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 83 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 544 in the X datas point
 --------------
- --- Configuration:  3330-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9229945635.620207
- --- Energy:  51.28077619994492
- --- Workload:  473319000000.0
+ --- Configuration:  202022-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14733811592.85764
+ --- Energy:  72.31670560917817
+ --- Workload:  1065500000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 59 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  3330-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9820095844.135439
- --- Energy:  58.230522602615636
- --- Workload:  571832000000.0
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 148 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 72 in the X datas point
 --------------
- --- Configuration:  3030-2002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8823477508.95583
- --- Energy:  65.30338482528335
- --- Workload:  576204000000.0
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  75.96541207639095
+ --- Workload:  1164630000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 23 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 251 in the X datas point
 --------------
- --- Configuration:  3333-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 144 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 203 in the X datas point
 --------------
- --- Configuration:  3333-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10947566629.6274
- --- Energy:  79.26313007840331
- --- Workload:  867738000000.0
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14214479437.334045
+ --- Energy:  86.641218027865
+ --- Workload:  1231560000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 248 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 116 in the X datas point
 --------------
- --- Configuration:  3300-2202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9961846129.324686
- --- Energy:  83.53903174389984
- --- Workload:  832202000000.0
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 116 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  3330-2202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10286076355.602003
- --- Energy:  84.88778487940925
- --- Workload:  873162000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 59 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  3330-1111
- --- Energy efficiency:  9820095844.135439
- --- Energy:  58.230522602615636
- --- Workload:  571832000000.0
+ --- Configuration:  333333-3-1
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (84.88778487940925 mAh)  is far from the median.
----  Median :58.230522602615636,   the gap is :  10
---- So yes we remove this configuration '3330-2202'
---- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 1.0, 1, 1, 0, 1] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '1011-2200'
+--- The energy of the current configuration (87.1615988005907 mAh)  is far from the median.
+---  Median :75.13916289414331,   the gap is :  10
+--- So yes we remove this configuration '202222-3-1'
+--- remove_aberrant_points: The value [1.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '333333-2-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1011-2200'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333333-2-2'
 --- Neighbour  0 in the list of neghbours, And at position 117 in the X datas point
 --------------
- --- Configuration:  1011-2200
+ --- Configuration:  333333-2-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8782098570.274353
- --- Energy:  43.085080854083536
- --- Workload:  378377000000.0
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 99 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 267 in the X datas point
 --------------
- --- Configuration:  0011-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7849108733.703288
- --- Energy:  42.07381484773657
- --- Workload:  330242000000.0
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9880837104.519495
+ --- Energy:  25.3623210355619
+ --- Workload:  250600000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 130 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  2022-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10578920865.440357
- --- Energy:  50.18755172966964
- --- Workload:  530930000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 13 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  0011-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 47 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 32 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 62 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 78 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 214 in the X datas point
 --------------
- --- Configuration:  1001-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9166575000.916658
- --- Energy:  50.735447078258076
- --- Workload:  465069000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 100 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 258 in the X datas point
 --------------
- --- Configuration:  2222-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11468876336.840899
- --- Energy:  53.84120579706395
- --- Workload:  617498000000.0
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15312505263.673683
+ --- Energy:  75.3926735584727
+ --- Workload:  1154450000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 101 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 375 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6807769026.0124855
- --- Energy:  36.74164741869377
- --- Workload:  250128000000.0
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14663208104.648384
+ --- Energy:  102.002963990619
+ --- Workload:  1495690000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 107 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 382 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15099786942.006248
+ --- Energy:  97.0033907151468
+ --- Workload:  1464730000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1011-2200'
---- Neighbour  0 in the list of neghbours, And at position 101 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333333-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 267 in the X datas point
 --------------
- --- Configuration:  1011-0100
+ --- Configuration:  333333-2-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6807769026.0124855
- --- Energy:  36.74164741869377
- --- Workload:  250128000000.0
+ --- Energy efficiency:  9880837104.519495
+ --- Energy:  25.3623210355619
+ --- Workload:  250600000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 47 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 258 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15312505263.673683
+ --- Energy:  75.3926735584727
+ --- Workload:  1154450000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 99 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 62 in the X datas point
 --------------
- --- Configuration:  0011-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7849108733.703288
- --- Energy:  42.07381484773657
- --- Workload:  330242000000.0
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 117 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  1011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8782098570.274353
- --- Energy:  43.085080854083536
- --- Workload:  378377000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 13 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 32 in the X datas point
 --------------
- --- Configuration:  0011-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 130 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  2022-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10578920865.440357
- --- Energy:  50.18755172966964
- --- Workload:  530930000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 107 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 382 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15099786942.006248
+ --- Energy:  97.0033907151468
+ --- Workload:  1464730000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 78 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 375 in the X datas point
 --------------
- --- Configuration:  1001-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9166575000.916658
- --- Energy:  50.735447078258076
- --- Workload:  465069000000.0
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14663208104.648384
+ --- Energy:  102.002963990619
+ --- Workload:  1495690000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 100 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 117 in the X datas point
 --------------
- --- Configuration:  2222-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11468876336.840899
- --- Energy:  53.84120579706395
- --- Workload:  617498000000.0
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 214 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 13 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 32 in the X datas point
 --------------
- --- Configuration:  0011-1100
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Configuration:  330333-2-2
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (43.82652071469574 mAh)  it is NOT far from the median.
----  Median :43.82652071469574,   the gap is :  10
---- So No we don't romove this configuration '1011-2200'
- --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '0222-0300'
+--- The energy of the current configuration (102.945501098208 mAh)  is far from the median.
+---  Median :89.99138924115384,   the gap is :  10
+--- So yes we remove this configuration '333333-2-2'
+--- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '111111-2-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0222-0300'
---- Neighbour  0 in the list of neghbours, And at position 118 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111111-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  0222-0300
+ --- Configuration:  111111-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9750580159.519491
- --- Energy:  43.43833566298026
- --- Workload:  423547000000.0
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 214 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  0222-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10575598076.510221
- --- Energy:  50.06110945250575
- --- Workload:  529426000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 141 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 198 in the X datas point
 --------------
- --- Configuration:  0202-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7512075661.626064
- --- Energy:  40.5630522502661
- --- Workload:  304712000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 158 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  2220-0300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6002689204.763734
- --- Energy:  36.30048338737668
- --- Workload:  217901000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 178 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  0330-0300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5127442585.46165
- --- Energy:  35.649584213611206
- --- Workload:  182791000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 212 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 97 in the X datas point
 --------------
- --- Configuration:  0022-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9258659160.980307
- --- Energy:  46.9330182291436
- --- Workload:  434536000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 233 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  0110-0300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5549728340.797718
- --- Energy:  34.54578297303628
- --- Workload:  191720000000.0
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 119 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  101111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 12 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 145 in the X datas point
 --------------
- --- Configuration:  0022-0030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 23 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 212 in the X datas point
 --------------
- --- Configuration:  3333-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
+ --- Configuration:  011111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0222-0300'
---- Neighbour  0 in the list of neghbours, And at position 233 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111111-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 145 in the X datas point
 --------------
- --- Configuration:  0110-0300
+ --- Configuration:  111111-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5549728340.797718
- --- Energy:  34.54578297303628
- --- Workload:  191720000000.0
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 178 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 212 in the X datas point
 --------------
- --- Configuration:  0330-0300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5127442585.46165
- --- Energy:  35.649584213611206
- --- Workload:  182791000000.0
+ --- Configuration:  011111-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 158 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 119 in the X datas point
 --------------
- --- Configuration:  2220-0300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6002689204.763734
- --- Energy:  36.30048338737668
- --- Workload:  217901000000.0
+ --- Configuration:  101111-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 141 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  0202-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7512075661.626064
- --- Energy:  40.5630522502661
- --- Workload:  304712000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 12 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  0022-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 118 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  0222-0300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9750580159.519491
- --- Energy:  43.43833566298026
- --- Workload:  423547000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 212 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 198 in the X datas point
 --------------
- --- Configuration:  0022-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9258659160.980307
- --- Energy:  46.9330182291436
- --- Workload:  434536000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 214 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  0222-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10575598076.510221
- --- Energy:  50.06110945250575
- --- Workload:  529426000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 97 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 23 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  3333-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 12 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  0022-0030
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Configuration:  111111-2-1
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (42.05401520354165 mAh)  it is NOT far from the median.
----  Median :42.05401520354165,   the gap is :  10
---- So No we don't romove this configuration '0222-0300'
- --- remove_aberrant_points: The value [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 1, 1, 1.0, 1, 0, 1, 1]
---- Computing the list of the 10 first neighbours of '0011-2022'
+--- The energy of the current configuration (58.6922029582491 mAh)  it is NOT far from the median.
+---  Median :58.6922029582491,   the gap is :  10
+--- So No we don't romove this configuration '111111-2-1'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '101111-2-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0011-2022'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101111-2-1'
 --- Neighbour  0 in the list of neghbours, And at position 119 in the X datas point
 --------------
- --- Configuration:  0011-2022
+ --- Configuration:  101111-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  10199970420.085781
- --- Energy:  84.69065283515172
- --- Workload:  863842000000.0
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 50 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  0001-2002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8407741848.694279
- --- Energy:  65.1809584910712
- --- Workload:  548023000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 223 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  0011-0222
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10205779124.487032
- --- Energy:  84.56198872402297
- --- Workload:  863021000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 130 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 58 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 198 in the X datas point
 --------------
- --- Configuration:  0001-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4533975344.242078
- --- Energy:  35.4792605525655
- --- Workload:  160862000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 455 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  101111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14337534230.862976
+ --- Energy:  42.54593968589113
+ --- Workload:  610004000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 91 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 541 in the X datas point
 --------------
- --- Configuration:  0101-2020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8367150566.874451
- --- Energy:  43.37670883350873
- --- Workload:  362938000000.0
+ --- Configuration:  101101-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14119886306.675457
+ --- Energy:  56.83939361137568
+ --- Workload:  802566000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 99 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 0 in the X datas point
 --------------
- --- Configuration:  0011-2200
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7849108733.703288
- --- Energy:  42.07381484773657
- --- Workload:  330242000000.0
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 108 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 10 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8871225293.637558
- --- Energy:  42.90551410725298
- --- Workload:  380626000000.0
+ --- Configuration:  101101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 111 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  0011-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6806981239.9597025
- --- Energy:  35.94259902860859
- --- Workload:  244660000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0011-2022'
---- Neighbour  0 in the list of neghbours, And at position 58 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101111-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 0 in the X datas point
 --------------
- --- Configuration:  0001-0020
+ --- Configuration:  101111-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4533975344.242078
- --- Energy:  35.4792605525655
- --- Workload:  160862000000.0
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 111 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 455 in the X datas point
 --------------
- --- Configuration:  0011-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6806981239.9597025
- --- Energy:  35.94259902860859
- --- Workload:  244660000000.0
+ --- Configuration:  101111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14337534230.862976
+ --- Energy:  42.54593968589113
+ --- Workload:  610004000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 541 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  101101-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14119886306.675457
+ --- Energy:  56.83939361137568
+ --- Workload:  802566000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 99 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 119 in the X datas point
 --------------
- --- Configuration:  0011-2200
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7849108733.703288
- --- Energy:  42.07381484773657
- --- Workload:  330242000000.0
+ --- Configuration:  101111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 108 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8871225293.637558
- --- Energy:  42.90551410725298
- --- Workload:  380626000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 91 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  0101-2020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8367150566.874451
- --- Energy:  43.37670883350873
- --- Workload:  362938000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 50 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 198 in the X datas point
 --------------
- --- Configuration:  0001-2002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8407741848.694279
- --- Energy:  65.1809584910712
- --- Workload:  548023000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 223 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 130 in the X datas point
 --------------
- --- Configuration:  0011-0222
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10205779124.487032
- --- Energy:  84.56198872402297
- --- Workload:  863021000000.0
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 119 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 10 in the X datas point
 --------------
- --- Configuration:  0011-2022
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10199970420.085781
- --- Energy:  84.69065283515172
- --- Workload:  863842000000.0
+ --- Configuration:  101101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 108 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Energy efficiency:  8871225293.637558
- --- Energy:  42.90551410725298
- --- Workload:  380626000000.0
+ --- Configuration:  111111-2-1
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (84.69065283515172 mAh)  is far from the median.
----  Median :42.90551410725298,   the gap is :  10
---- So yes we remove this configuration '0011-2022'
---- remove_aberrant_points: The value [0.0, 0, 0, 1, 1, 1.0, 1, 0, 1, 1] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '3003-3330'
+--- The energy of the current configuration (58.45814541687684 mAh)  it is NOT far from the median.
+---  Median :58.45814541687684,   the gap is :  10
+--- So No we don't romove this configuration '101111-2-1'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0]
+--- Computing the list of the 10 first neighbours of '100110-0-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3003-3330'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '100110-0-2'
 --- Neighbour  0 in the list of neghbours, And at position 120 in the X datas point
 --------------
- --- Configuration:  3003-3330
+ --- Configuration:  100110-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9353836943.914392
- --- Energy:  65.99051868650201
- --- Workload:  617264000000.0
+ --- Energy efficiency:  11691120593.908926
+ --- Energy:  51.630790443296
+ --- Workload:  603622000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 31 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 35 in the X datas point
 --------------
- --- Configuration:  3000-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8224428196.629629
- --- Energy:  49.410116578739654
- --- Workload:  406369000000.0
+ --- Configuration:  110110-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11308622485.386433
+ --- Energy:  64.13091227501518
+ --- Workload:  725232000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 30 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 123 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6611133148.221605
- --- Energy:  42.19510352720739
- --- Workload:  278957000000.0
+ --- Configuration:  010110-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11607229911.367193
+ --- Energy:  52.6902862777189
+ --- Workload:  611588000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 74 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 157 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6473246073.976255
- --- Energy:  42.474892742303716
- --- Workload:  274951000000.0
+ --- Configuration:  100000-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10075333266.836134
+ --- Energy:  50.7096930689716
+ --- Workload:  510917000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 183 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 175 in the X datas point
 --------------
- --- Configuration:  3003-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8528930131.004368
- --- Energy:  58.99281399223083
- --- Workload:  503147000000.0
+ --- Configuration:  202220-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12108149995.762148
+ --- Energy:  54.4639625494408
+ --- Workload:  659458000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 204 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 200 in the X datas point
 --------------
- --- Configuration:  0002-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9147875405.936972
- --- Energy:  51.28673303694986
- --- Workload:  469163000000.0
+ --- Configuration:  101110-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10569718390.992908
+ --- Energy:  73.6624240556838
+ --- Workload:  778591000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 23 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 250 in the X datas point
 --------------
- --- Configuration:  3333-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
+ --- Configuration:  100010-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9201917679.644438
+ --- Energy:  32.1912867561494
+ --- Workload:  296221000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 29 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 328 in the X datas point
 --------------
- --- Configuration:  3000-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Configuration:  000100-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10298586930.887213
+ --- Energy:  49.6365268588524
+ --- Workload:  511186000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 653 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  100111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12648173350.804678
+ --- Energy:  65.36175990721286
+ --- Workload:  826707000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 71 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 2 in the X datas point
 --------------
- --- Configuration:  3000-2200
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6519117311.516021
- --- Energy:  42.79271109577192
- --- Workload:  278971000000.0
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3003-3330'
---- Neighbour  0 in the list of neghbours, And at position 29 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '100110-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 250 in the X datas point
 --------------
- --- Configuration:  3000-3000
+ --- Configuration:  100010-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Energy efficiency:  9201917679.644438
+ --- Energy:  32.1912867561494
+ --- Workload:  296221000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 30 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 2 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6611133148.221605
- --- Energy:  42.19510352720739
- --- Workload:  278957000000.0
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 74 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 328 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6473246073.976255
- --- Energy:  42.474892742303716
- --- Workload:  274951000000.0
+ --- Configuration:  000100-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10298586930.887213
+ --- Energy:  49.6365268588524
+ --- Workload:  511186000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 71 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 157 in the X datas point
 --------------
- --- Configuration:  3000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6519117311.516021
- --- Energy:  42.79271109577192
- --- Workload:  278971000000.0
+ --- Configuration:  100000-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10075333266.836134
+ --- Energy:  50.7096930689716
+ --- Workload:  510917000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 31 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 120 in the X datas point
 --------------
- --- Configuration:  3000-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8224428196.629629
- --- Energy:  49.410116578739654
- --- Workload:  406369000000.0
+ --- Configuration:  100110-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11691120593.908926
+ --- Energy:  51.630790443296
+ --- Workload:  603622000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 204 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 123 in the X datas point
 --------------
- --- Configuration:  0002-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9147875405.936972
- --- Energy:  51.28673303694986
- --- Workload:  469163000000.0
+ --- Configuration:  010110-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11607229911.367193
+ --- Energy:  52.6902862777189
+ --- Workload:  611588000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 183 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 175 in the X datas point
 --------------
- --- Configuration:  3003-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8528930131.004368
- --- Energy:  58.99281399223083
- --- Workload:  503147000000.0
+ --- Configuration:  202220-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12108149995.762148
+ --- Energy:  54.4639625494408
+ --- Workload:  659458000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 35 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  110110-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11308622485.386433
+ --- Energy:  64.13091227501518
+ --- Workload:  725232000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 120 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 653 in the X datas point
 --------------
- --- Configuration:  3003-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9353836943.914392
- --- Energy:  65.99051868650201
- --- Workload:  617264000000.0
+ --- Configuration:  100111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12648173350.804678
+ --- Energy:  65.36175990721286
+ --- Workload:  826707000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 23 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 200 in the X datas point
 --------------
- --- Configuration:  3333-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
+ --- Configuration:  101110-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  10569718390.992908
+ --- Energy:  73.6624240556838
+ --- Workload:  778591000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 31 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 120 in the X datas point
 --------------
- --- Configuration:  3000-3330
- --- Energy efficiency:  8224428196.629629
- --- Energy:  49.410116578739654
- --- Workload:  406369000000.0
+ --- Configuration:  100110-0-2
+ --- Energy efficiency:  11691120593.908926
+ --- Energy:  51.630790443296
+ --- Workload:  603622000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (65.99051868650201 mAh)  is far from the median.
----  Median :49.410116578739654,   the gap is :  10
---- So yes we remove this configuration '3003-3330'
---- remove_aberrant_points: The value [2.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '0110-0100'
+--- The energy of the current configuration (51.630790443296 mAh)  it is NOT far from the median.
+---  Median :51.630790443296,   the gap is :  10
+--- So No we don't romove this configuration '100110-0-2'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '333300-1-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0110-0100'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333300-1-2'
 --- Neighbour  0 in the list of neghbours, And at position 121 in the X datas point
 --------------
- --- Configuration:  0110-0100
+ --- Configuration:  333300-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5162462701.2069845
- --- Energy:  35.42009012551951
- --- Workload:  182855000000.0
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 38 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 29 in the X datas point
 --------------
- --- Configuration:  1110-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2905397356.669485
- --- Energy:  30.668041259477853
- --- Workload:  89102900000.0
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 48 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 234 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 104 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 334 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4093227346.033253
- --- Energy:  35.39655176899871
- --- Workload:  144886000000.0
+ --- Configuration:  333300-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14628566078.695833
+ --- Energy:  73.5143630448687
+ --- Workload:  1075410000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 109 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 376 in the X datas point
 --------------
- --- Configuration:  0010-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6657080470.788732
- --- Energy:  41.37346586900227
- --- Workload:  275426000000.0
+ --- Configuration:  222200-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13164009072.635054
+ --- Energy:  63.2881080327642
+ --- Workload:  833125000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 110 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 454 in the X datas point
 --------------
- --- Configuration:  0110-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5194211570.625695
- --- Energy:  35.648662348871625
- --- Workload:  185167000000.0
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13293134893.415646
+ --- Energy:  66.54311678610547
+ --- Workload:  884567000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 122 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 626 in the X datas point
 --------------
- --- Configuration:  0200-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4242843383.922169
- --- Energy:  35.404255909220375
- --- Workload:  150215000000.0
+ --- Configuration:  330300-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12797903191.541098
+ --- Energy:  61.958674038002826
+ --- Workload:  792941000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 172 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 663 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4197888462.103562
- --- Energy:  35.26956535624208
- --- Workload:  148058000000.0
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13587842685.392525
+ --- Energy:  64.90106538269521
+ --- Workload:  881865000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 13 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  0011-1100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 56 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0110-0100'
---- Neighbour  0 in the list of neghbours, And at position 16 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333300-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 234 in the X datas point
 --------------
- --- Configuration:  0000-0000
+ --- Configuration:  333300-1-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 38 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 626 in the X datas point
 --------------
- --- Configuration:  1110-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2905397356.669485
- --- Energy:  30.668041259477853
- --- Workload:  89102900000.0
+ --- Configuration:  330300-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12797903191.541098
+ --- Energy:  61.958674038002826
+ --- Workload:  792941000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 172 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 121 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4197888462.103562
- --- Energy:  35.26956535624208
- --- Workload:  148058000000.0
+ --- Configuration:  333300-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 104 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 376 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4093227346.033253
- --- Energy:  35.39655176899871
- --- Workload:  144886000000.0
+ --- Configuration:  222200-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13164009072.635054
+ --- Energy:  63.2881080327642
+ --- Workload:  833125000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 122 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 56 in the X datas point
 --------------
- --- Configuration:  0200-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4242843383.922169
- --- Energy:  35.404255909220375
- --- Workload:  150215000000.0
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 121 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 663 in the X datas point
 --------------
- --- Configuration:  0110-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5162462701.2069845
- --- Energy:  35.42009012551951
- --- Workload:  182855000000.0
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13587842685.392525
+ --- Energy:  64.90106538269521
+ --- Workload:  881865000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 110 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 454 in the X datas point
 --------------
- --- Configuration:  0110-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5194211570.625695
- --- Energy:  35.648662348871625
- --- Workload:  185167000000.0
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13293134893.415646
+ --- Energy:  66.54311678610547
+ --- Workload:  884567000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 48 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 334 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  333300-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14628566078.695833
+ --- Energy:  73.5143630448687
+ --- Workload:  1075410000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 109 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 29 in the X datas point
 --------------
- --- Configuration:  0010-0101
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6657080470.788732
- --- Energy:  41.37346586900227
- --- Workload:  275426000000.0
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 13 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  0011-1100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 122 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 56 in the X datas point
 --------------
- --- Configuration:  0200-0100
- --- Energy efficiency:  4242843383.922169
- --- Energy:  35.404255909220375
- --- Workload:  150215000000.0
+ --- Configuration:  303330-1-2
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (35.404255909220375 mAh)  it is NOT far from the median.
----  Median :35.404255909220375,   the gap is :  10
---- So No we don't romove this configuration '0110-0100'
- --- remove_aberrant_points: The value [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '0200-0100'
+--- The energy of the current configuration (64.30775539783755 mAh)  it is NOT far from the median.
+---  Median :64.30775539783755,   the gap is :  10
+--- So No we don't romove this configuration '333300-1-2'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 0, 1, 0, 0, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '000300-2-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0200-0100'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000300-2-3'
 --- Neighbour  0 in the list of neghbours, And at position 122 in the X datas point
 --------------
- --- Configuration:  0200-0100
+ --- Configuration:  000300-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4242843383.922169
- --- Energy:  35.404255909220375
- --- Workload:  150215000000.0
+ --- Energy efficiency:  11063476697.552206
+ --- Energy:  90.2662722413003
+ --- Workload:  998659000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 79 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 520 in the X datas point
 --------------
- --- Configuration:  0200-1100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6540008502.011052
- --- Energy:  42.722378810206706
- --- Workload:  279405000000.0
+ --- Configuration:  030300-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13386827094.402565
+ --- Energy:  73.31275563806082
+ --- Workload:  981425000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 436 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  030300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13468630213.370039
+ --- Energy:  72.31426635370143
+ --- Workload:  973974000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 565 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  020200-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12356571100.945772
+ --- Energy:  82.47916412519714
+ --- Workload:  1019160000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 104 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 659 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4093227346.033253
- --- Energy:  35.39655176899871
- --- Workload:  144886000000.0
+ --- Configuration:  000333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14157668288.66353
+ --- Energy:  78.13433738304217
+ --- Workload:  1106200000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 121 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 17 in the X datas point
 --------------
- --- Configuration:  0110-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5162462701.2069845
- --- Energy:  35.42009012551951
- --- Workload:  182855000000.0
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 141 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 67 in the X datas point
 --------------
- --- Configuration:  0202-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7512075661.626064
- --- Energy:  40.5630522502661
- --- Workload:  304712000000.0
+ --- Configuration:  330330-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 155 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 108 in the X datas point
 --------------
- --- Configuration:  0200-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3751444306.0578322
- --- Energy:  34.495214714826176
- --- Workload:  129407000000.0
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 171 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 133 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7192278369.94203
- --- Energy:  51.67993691242756
- --- Workload:  371696000000.0
+ --- Configuration:  303300-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12321431651.786486
+ --- Energy:  75.3849371705881
+ --- Workload:  928850000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 172 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 154 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4197888462.103562
- --- Energy:  35.26956535624208
- --- Workload:  148058000000.0
+ --- Configuration:  003333-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0200-0100'
---- Neighbour  0 in the list of neghbours, And at position 37 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000300-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 108 in the X datas point
 --------------
- --- Configuration:  2200-0000
+ --- Configuration:  002200-2-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 155 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 436 in the X datas point
 --------------
- --- Configuration:  0200-0010
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3751444306.0578322
- --- Energy:  34.495214714826176
- --- Workload:  129407000000.0
+ --- Configuration:  030300-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13468630213.370039
+ --- Energy:  72.31426635370143
+ --- Workload:  973974000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 172 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 520 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4197888462.103562
- --- Energy:  35.26956535624208
- --- Workload:  148058000000.0
+ --- Configuration:  030300-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13386827094.402565
+ --- Energy:  73.31275563806082
+ --- Workload:  981425000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 104 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 133 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4093227346.033253
- --- Energy:  35.39655176899871
- --- Workload:  144886000000.0
+ --- Configuration:  303300-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12321431651.786486
+ --- Energy:  75.3849371705881
+ --- Workload:  928850000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 122 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 659 in the X datas point
 --------------
- --- Configuration:  0200-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4242843383.922169
- --- Energy:  35.404255909220375
- --- Workload:  150215000000.0
+ --- Configuration:  000333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14157668288.66353
+ --- Energy:  78.13433738304217
+ --- Workload:  1106200000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 121 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 67 in the X datas point
 --------------
- --- Configuration:  0110-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5162462701.2069845
- --- Energy:  35.42009012551951
- --- Workload:  182855000000.0
+ --- Configuration:  330330-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 141 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 565 in the X datas point
 --------------
- --- Configuration:  0202-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7512075661.626064
- --- Energy:  40.5630522502661
- --- Workload:  304712000000.0
+ --- Configuration:  020200-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12356571100.945772
+ --- Energy:  82.47916412519714
+ --- Workload:  1019160000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 79 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 154 in the X datas point
 --------------
- --- Configuration:  0200-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6540008502.011052
- --- Energy:  42.722378810206706
- --- Workload:  279405000000.0
+ --- Configuration:  003333-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 171 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 122 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7192278369.94203
- --- Energy:  51.67993691242756
- --- Workload:  371696000000.0
+ --- Configuration:  000300-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11063476697.552206
+ --- Energy:  90.2662722413003
+ --- Workload:  998659000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 17 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 122 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 659 in the X datas point
 --------------
- --- Configuration:  0200-0100
- --- Energy efficiency:  4242843383.922169
- --- Energy:  35.404255909220375
- --- Workload:  150215000000.0
+ --- Configuration:  000333-2-3
+ --- Energy efficiency:  14157668288.66353
+ --- Energy:  78.13433738304217
+ --- Workload:  1106200000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (35.404255909220375 mAh)  it is NOT far from the median.
----  Median :35.404255909220375,   the gap is :  10
---- So No we don't romove this configuration '0200-0100'
- --- remove_aberrant_points: The value [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '2220-3330'
+--- The energy of the current configuration (90.2662722413003 mAh)  is far from the median.
+---  Median :78.13433738304217,   the gap is :  10
+--- So yes we remove this configuration '000300-2-3'
+--- remove_aberrant_points: The value [2.0, 0, 0, 0, 1, 0, 0, 2.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0]
+--- Computing the list of the 10 first neighbours of '010110-0-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2220-3330'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '010110-0-2'
 --- Neighbour  0 in the list of neghbours, And at position 123 in the X datas point
 --------------
- --- Configuration:  2220-3330
+ --- Configuration:  010110-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9571301409.852697
- --- Energy:  49.20594289132612
- --- Workload:  470964000000.0
+ --- Energy efficiency:  11607229911.367193
+ --- Energy:  52.6902862777189
+ --- Workload:  611588000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 125 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 35 in the X datas point
 --------------
- --- Configuration:  2220-2220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9479212087.891254
- --- Energy:  49.57175430186782
- --- Workload:  469901000000.0
+ --- Configuration:  110110-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11308622485.386433
+ --- Energy:  64.13091227501518
+ --- Workload:  725232000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 132 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 120 in the X datas point
 --------------
- --- Configuration:  1110-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9413093613.215984
- --- Energy:  49.7061517933472
- --- Workload:  467887000000.0
+ --- Configuration:  100110-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11691120593.908926
+ --- Energy:  51.630790443296
+ --- Workload:  603622000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 152 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 328 in the X datas point
 --------------
- --- Configuration:  2220-0330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8252186829.509821
- --- Energy:  42.07453960416718
- --- Workload:  347206000000.0
+ --- Configuration:  000100-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10298586930.887213
+ --- Energy:  49.6365268588524
+ --- Workload:  511186000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 222 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 611 in the X datas point
 --------------
- --- Configuration:  1110-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8963143553.707155
- --- Energy:  52.92171748044021
- --- Workload:  474343000000.0
+ --- Configuration:  010111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13285064266.49839
+ --- Energy:  63.33291473508287
+ --- Workload:  841382000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 83 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 2 in the X datas point
 --------------
- --- Configuration:  3330-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9229945635.620207
- --- Energy:  51.28077619994492
- --- Workload:  473319000000.0
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 127 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  2020-3030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7529950377.627011
- --- Energy:  41.87227309237855
- --- Workload:  315295000000.0
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 143 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  0200-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8906781623.528154
- --- Energy:  47.48626285009536
- --- Workload:  422949000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 158 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 85 in the X datas point
 --------------
- --- Configuration:  2220-0300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6002689204.763734
- --- Energy:  36.30048338737668
- --- Workload:  217901000000.0
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 169 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 106 in the X datas point
 --------------
- --- Configuration:  1111-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10965958375.4152
- --- Energy:  49.989818506242955
- --- Workload:  548186000000.0
+ --- Configuration:  011110-1-1
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2220-3330'
---- Neighbour  0 in the list of neghbours, And at position 158 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '010110-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 2 in the X datas point
 --------------
- --- Configuration:  2220-0300
+ --- Configuration:  110111-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6002689204.763734
- --- Energy:  36.30048338737668
- --- Workload:  217901000000.0
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 127 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 106 in the X datas point
 --------------
- --- Configuration:  2020-3030
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7529950377.627011
- --- Energy:  41.87227309237855
- --- Workload:  315295000000.0
+ --- Configuration:  011110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 152 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 328 in the X datas point
 --------------
- --- Configuration:  2220-0330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8252186829.509821
- --- Energy:  42.07453960416718
- --- Workload:  347206000000.0
+ --- Configuration:  000100-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10298586930.887213
+ --- Energy:  49.6365268588524
+ --- Workload:  511186000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 143 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 120 in the X datas point
 --------------
- --- Configuration:  0200-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8906781623.528154
- --- Energy:  47.48626285009536
- --- Workload:  422949000000.0
+ --- Configuration:  100110-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11691120593.908926
+ --- Energy:  51.630790443296
+ --- Workload:  603622000000.0
 --------------
 --- Neighbour  4 in the list of neghbours, And at position 123 in the X datas point
 --------------
- --- Configuration:  2220-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9571301409.852697
- --- Energy:  49.20594289132612
- --- Workload:  470964000000.0
+ --- Configuration:  010110-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11607229911.367193
+ --- Energy:  52.6902862777189
+ --- Workload:  611588000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 125 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 611 in the X datas point
 --------------
- --- Configuration:  2220-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9479212087.891254
- --- Energy:  49.57175430186782
- --- Workload:  469901000000.0
+ --- Configuration:  010111-1-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13285064266.49839
+ --- Energy:  63.33291473508287
+ --- Workload:  841382000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 132 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  1110-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9413093613.215984
- --- Energy:  49.7061517933472
- --- Workload:  467887000000.0
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 169 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 35 in the X datas point
 --------------
- --- Configuration:  1111-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10965958375.4152
- --- Energy:  49.989818506242955
- --- Workload:  548186000000.0
+ --- Configuration:  110110-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11308622485.386433
+ --- Energy:  64.13091227501518
+ --- Workload:  725232000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 83 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  3330-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9229945635.620207
- --- Energy:  51.28077619994492
- --- Workload:  473319000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 222 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 85 in the X datas point
 --------------
- --- Configuration:  1110-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8963143553.707155
- --- Energy:  52.92171748044021
- --- Workload:  474343000000.0
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
 --------------
 --------------
 --- Median at position 4 in the list of neghbours, And at position 123 in the X datas point
 --------------
- --- Configuration:  2220-3330
- --- Energy efficiency:  9571301409.852697
- --- Energy:  49.20594289132612
- --- Workload:  470964000000.0
+ --- Configuration:  010110-0-2
+ --- Energy efficiency:  11607229911.367193
+ --- Energy:  52.6902862777189
+ --- Workload:  611588000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (49.20594289132612 mAh)  it is NOT far from the median.
----  Median :49.20594289132612,   the gap is :  10
---- So No we don't romove this configuration '2220-3330'
- --- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '0020-2220'
+--- The energy of the current configuration (52.6902862777189 mAh)  it is NOT far from the median.
+---  Median :52.6902862777189,   the gap is :  10
+--- So No we don't romove this configuration '010110-0-2'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '222220-1-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0020-2220'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222220-1-2'
 --- Neighbour  0 in the list of neghbours, And at position 124 in the X datas point
 --------------
- --- Configuration:  0020-2220
+ --- Configuration:  222220-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8376542330.856669
- --- Energy:  48.301162810596125
- --- Workload:  404596000000.0
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 243 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  0022-2220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10604498852.593224
- --- Energy:  53.16348231202643
- --- Workload:  563772000000.0
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 162 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12976463290.882996
+ --- Energy:  64.768131410946
+ --- Workload:  840461000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 112 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 245 in the X datas point
 --------------
- --- Configuration:  0020-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4244013818.5089927
- --- Energy:  35.41951635507749
- --- Workload:  150321000000.0
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13277356000.435497
+ --- Energy:  63.3971718133292
+ --- Workload:  841747000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 125 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 274 in the X datas point
 --------------
- --- Configuration:  2220-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9479212087.891254
- --- Energy:  49.57175430186782
- --- Workload:  469901000000.0
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10520800675.014572
+ --- Energy:  17.8171709875973
+ --- Workload:  187451000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 131 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 376 in the X datas point
 --------------
- --- Configuration:  0020-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6670179627.937381
- --- Energy:  41.85807704041302
- --- Workload:  279201000000.0
+ --- Configuration:  222200-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13164009072.635054
+ --- Energy:  63.2881080327642
+ --- Workload:  833125000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 167 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 429 in the X datas point
 --------------
- --- Configuration:  2020-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7467367603.572389
- --- Energy:  42.10385161103808
- --- Workload:  314406000000.0
+ --- Configuration:  222220-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14754441824.711329
+ --- Energy:  76.06186087808521
+ --- Workload:  1122250000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 170 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 454 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11414873580.275099
- --- Energy:  57.359112207692405
- --- Workload:  654747000000.0
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13293134893.415646
+ --- Energy:  66.54311678610547
+ --- Workload:  884567000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 186 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 530 in the X datas point
 --------------
- --- Configuration:  0030-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6743861400.160503
- --- Energy:  41.3450979000584
- --- Workload:  278825000000.0
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15452391953.012367
+ --- Energy:  81.35830423904434
+ --- Workload:  1257180000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 192 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 663 in the X datas point
 --------------
- --- Configuration:  0020-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10017249703.99027
- --- Energy:  53.486611373072236
- --- Workload:  535789000000.0
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13587842685.392525
+ --- Energy:  64.90106538269521
+ --- Workload:  881865000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0020-2220'
---- Neighbour  0 in the list of neghbours, And at position 112 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222220-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 274 in the X datas point
 --------------
- --- Configuration:  0020-2000
+ --- Configuration:  222222-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4244013818.5089927
- --- Energy:  35.41951635507749
- --- Workload:  150321000000.0
+ --- Energy efficiency:  10520800675.014572
+ --- Energy:  17.8171709875973
+ --- Workload:  187451000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 186 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 376 in the X datas point
 --------------
- --- Configuration:  0030-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6743861400.160503
- --- Energy:  41.3450979000584
- --- Workload:  278825000000.0
+ --- Configuration:  222200-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13164009072.635054
+ --- Energy:  63.2881080327642
+ --- Workload:  833125000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 131 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 245 in the X datas point
 --------------
- --- Configuration:  0020-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6670179627.937381
- --- Energy:  41.85807704041302
- --- Workload:  279201000000.0
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13277356000.435497
+ --- Energy:  63.3971718133292
+ --- Workload:  841747000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 167 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  2020-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7467367603.572389
- --- Energy:  42.10385161103808
- --- Workload:  314406000000.0
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
 --- Neighbour  4 in the list of neghbours, And at position 124 in the X datas point
 --------------
- --- Configuration:  0020-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8376542330.856669
- --- Energy:  48.301162810596125
- --- Workload:  404596000000.0
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 125 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 162 in the X datas point
 --------------
- --- Configuration:  2220-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9479212087.891254
- --- Energy:  49.57175430186782
- --- Workload:  469901000000.0
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12976463290.882996
+ --- Energy:  64.768131410946
+ --- Workload:  840461000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 243 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 663 in the X datas point
 --------------
- --- Configuration:  0022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10604498852.593224
- --- Energy:  53.16348231202643
- --- Workload:  563772000000.0
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13587842685.392525
+ --- Energy:  64.90106538269521
+ --- Workload:  881865000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 192 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 454 in the X datas point
 --------------
- --- Configuration:  0020-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10017249703.99027
- --- Energy:  53.486611373072236
- --- Workload:  535789000000.0
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13293134893.415646
+ --- Energy:  66.54311678610547
+ --- Workload:  884567000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 170 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 429 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11414873580.275099
- --- Energy:  57.359112207692405
- --- Workload:  654747000000.0
+ --- Configuration:  222220-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14754441824.711329
+ --- Energy:  76.06186087808521
+ --- Workload:  1122250000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 530 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15452391953.012367
+ --- Energy:  81.35830423904434
+ --- Workload:  1257180000000.0
 --------------
 --------------
 --- Median at position 4 in the list of neghbours, And at position 124 in the X datas point
 --------------
- --- Configuration:  0020-2220
- --- Energy efficiency:  8376542330.856669
- --- Energy:  48.301162810596125
- --- Workload:  404596000000.0
+ --- Configuration:  222220-1-2
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (48.301162810596125 mAh)  it is NOT far from the median.
----  Median :48.301162810596125,   the gap is :  10
---- So No we don't romove this configuration '0020-2220'
- --- remove_aberrant_points: The value [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '2220-2220'
+--- The energy of the current configuration (64.6001284096528 mAh)  it is NOT far from the median.
+---  Median :64.6001284096528,   the gap is :  10
+--- So No we don't romove this configuration '222220-1-2'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0]
+--- Computing the list of the 10 first neighbours of '222222-0-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2220-2220'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222222-0-1'
 --- Neighbour  0 in the list of neghbours, And at position 125 in the X datas point
 --------------
- --- Configuration:  2220-2220
+ --- Configuration:  222222-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9479212087.891254
- --- Energy:  49.57175430186782
- --- Workload:  469901000000.0
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 83 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 489 in the X datas point
 --------------
- --- Configuration:  3330-2220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9229945635.620207
- --- Energy:  51.28077619994492
- --- Workload:  473319000000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15673416162.11328
+ --- Energy:  52.24843908649111
+ --- Workload:  818911000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 123 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 33 in the X datas point
 --------------
- --- Configuration:  2220-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9571301409.852697
- --- Energy:  49.20594289132612
- --- Workload:  470964000000.0
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 166 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  222220-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11742671105.396345
+ --- Energy:  36.9581904467489
+ --- Workload:  433988000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 169 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 100 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 180 in the X datas point
 --------------
- --- Configuration:  2222-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11468876336.840899
- --- Energy:  53.84120579706395
- --- Workload:  617498000000.0
+ --- Configuration:  333333-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14508144872.531439
+ --- Energy:  62.5618690617415
+ --- Workload:  907657000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 124 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 199 in the X datas point
 --------------
- --- Configuration:  0020-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8376542330.856669
- --- Energy:  48.301162810596125
- --- Workload:  404596000000.0
+ --- Configuration:  222222-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17630558694.77448
+ --- Energy:  55.7442277111113
+ --- Workload:  982802000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 132 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 230 in the X datas point
 --------------
- --- Configuration:  1110-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9413093613.215984
- --- Energy:  49.7061517933472
- --- Workload:  467887000000.0
+ --- Configuration:  222222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14263788804.637444
+ --- Energy:  41.4528641815209
+ --- Workload:  591275000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 152 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 262 in the X datas point
 --------------
- --- Configuration:  2220-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8252186829.509821
- --- Energy:  42.07453960416718
- --- Workload:  347206000000.0
+ --- Configuration:  222202-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10269365455.90848
+ --- Energy:  18.3191369059882
+ --- Workload:  188126000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 167 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 369 in the X datas point
 --------------
- --- Configuration:  2020-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7467367603.572389
- --- Energy:  42.10385161103808
- --- Workload:  314406000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15203575881.047222
+ --- Energy:  71.7851022973991
+ --- Workload:  1091390000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2220-2220'
---- Neighbour  0 in the list of neghbours, And at position 152 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222222-0-1'
+--- Neighbour  0 in the list of neghbours, And at position 262 in the X datas point
 --------------
- --- Configuration:  2220-0330
+ --- Configuration:  222202-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8252186829.509821
- --- Energy:  42.07453960416718
- --- Workload:  347206000000.0
+ --- Energy efficiency:  10269365455.90848
+ --- Energy:  18.3191369059882
+ --- Workload:  188126000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 167 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 166 in the X datas point
 --------------
- --- Configuration:  2020-0220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7467367603.572389
- --- Energy:  42.10385161103808
- --- Workload:  314406000000.0
+ --- Configuration:  222220-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11742671105.396345
+ --- Energy:  36.9581904467489
+ --- Workload:  433988000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 124 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 230 in the X datas point
 --------------
- --- Configuration:  0020-2220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8376542330.856669
- --- Energy:  48.301162810596125
- --- Workload:  404596000000.0
+ --- Configuration:  222222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14263788804.637444
+ --- Energy:  41.4528641815209
+ --- Workload:  591275000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 123 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 33 in the X datas point
 --------------
- --- Configuration:  2220-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9571301409.852697
- --- Energy:  49.20594289132612
- --- Workload:  470964000000.0
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
 --------------
 --- Neighbour  4 in the list of neghbours, And at position 125 in the X datas point
 --------------
- --- Configuration:  2220-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9479212087.891254
- --- Energy:  49.57175430186782
- --- Workload:  469901000000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 132 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 489 in the X datas point
 --------------
- --- Configuration:  1110-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9413093613.215984
- --- Energy:  49.7061517933472
- --- Workload:  467887000000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15673416162.11328
+ --- Energy:  52.24843908649111
+ --- Workload:  818911000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 83 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 199 in the X datas point
 --------------
- --- Configuration:  3330-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9229945635.620207
- --- Energy:  51.28077619994492
- --- Workload:  473319000000.0
+ --- Configuration:  222222-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17630558694.77448
+ --- Energy:  55.7442277111113
+ --- Workload:  982802000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 100 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 180 in the X datas point
 --------------
- --- Configuration:  2222-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11468876336.840899
- --- Energy:  53.84120579706395
- --- Workload:  617498000000.0
+ --- Configuration:  333333-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14508144872.531439
+ --- Energy:  62.5618690617415
+ --- Workload:  907657000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 369 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15203575881.047222
+ --- Energy:  71.7851022973991
+ --- Workload:  1091390000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 169 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
 --------------
 --------------
 --- Median at position 4 in the list of neghbours, And at position 125 in the X datas point
 --------------
- --- Configuration:  2220-2220
- --- Energy efficiency:  9479212087.891254
- --- Energy:  49.57175430186782
- --- Workload:  469901000000.0
+ --- Configuration:  222222-0-1
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (49.57175430186782 mAh)  it is NOT far from the median.
----  Median :49.57175430186782,   the gap is :  10
---- So No we don't romove this configuration '2220-2220'
- --- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '0002-3000'
+--- The energy of the current configuration (52.1245882760953 mAh)  it is NOT far from the median.
+---  Median :52.1245882760953,   the gap is :  10
+--- So No we don't romove this configuration '222222-0-1'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0]
+--- Computing the list of the 10 first neighbours of '330333-0-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0002-3000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330333-0-1'
 --- Neighbour  0 in the list of neghbours, And at position 126 in the X datas point
 --------------
- --- Configuration:  0002-3000
+ --- Configuration:  330333-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5449442794.474265
- --- Energy:  38.132247384977575
- --- Workload:  207799000000.0
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 1 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 33 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 24 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 170 in the X datas point
 --------------
- --- Configuration:  0000-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Configuration:  330333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11461738424.790365
+ --- Energy:  57.5070787061249
+ --- Workload:  659131000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 84 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 180 in the X datas point
 --------------
- --- Configuration:  2002-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7263008047.412917
- --- Energy:  41.829225389075674
- --- Workload:  303807000000.0
+ --- Configuration:  333333-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14508144872.531439
+ --- Energy:  62.5618690617415
+ --- Workload:  907657000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 111 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 92 in the X datas point
 --------------
- --- Configuration:  0011-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6806981239.9597025
- --- Energy:  35.94259902860859
- --- Workload:  244660000000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 204 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 102 in the X datas point
 --------------
- --- Configuration:  0002-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9147875405.936972
- --- Energy:  51.28673303694986
- --- Workload:  469163000000.0
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 212 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 114 in the X datas point
 --------------
- --- Configuration:  0022-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9258659160.980307
- --- Energy:  46.9330182291436
- --- Workload:  434536000000.0
+ --- Configuration:  030033-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11607890115.069016
+ --- Energy:  52.6346324100534
+ --- Workload:  610977000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 12 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 125 in the X datas point
 --------------
- --- Configuration:  0022-0030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 25 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 235 in the X datas point
 --------------
- --- Configuration:  0000-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5789616901.049658
- --- Energy:  42.05795824330537
- --- Workload:  243499000000.0
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10228912840.456577
+ --- Energy:  33.4145827544387
+ --- Workload:  341795000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 29 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 241 in the X datas point
 --------------
- --- Configuration:  3000-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Configuration:  220202-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14004896111.680643
+ --- Energy:  43.9976841972795
+ --- Workload:  616183000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0002-3000'
---- Neighbour  0 in the list of neghbours, And at position 24 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330333-0-1'
+--- Neighbour  0 in the list of neghbours, And at position 235 in the X datas point
 --------------
- --- Configuration:  0000-3000
+ --- Configuration:  330030-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Energy efficiency:  10228912840.456577
+ --- Energy:  33.4145827544387
+ --- Workload:  341795000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 111 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 102 in the X datas point
 --------------
- --- Configuration:  0011-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6806981239.9597025
- --- Energy:  35.94259902860859
- --- Workload:  244660000000.0
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 29 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 241 in the X datas point
 --------------
- --- Configuration:  3000-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Configuration:  220202-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14004896111.680643
+ --- Energy:  43.9976841972795
+ --- Workload:  616183000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 126 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 33 in the X datas point
 --------------
- --- Configuration:  0002-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5449442794.474265
- --- Energy:  38.132247384977575
- --- Workload:  207799000000.0
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 84 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 125 in the X datas point
 --------------
- --- Configuration:  2002-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7263008047.412917
- --- Energy:  41.829225389075674
- --- Workload:  303807000000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 12 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 114 in the X datas point
 --------------
- --- Configuration:  0022-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Configuration:  030033-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11607890115.069016
+ --- Energy:  52.6346324100534
+ --- Workload:  610977000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 25 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 170 in the X datas point
 --------------
- --- Configuration:  0000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5789616901.049658
- --- Energy:  42.05795824330537
- --- Workload:  243499000000.0
+ --- Configuration:  330333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11461738424.790365
+ --- Energy:  57.5070787061249
+ --- Workload:  659131000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 212 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 180 in the X datas point
 --------------
- --- Configuration:  0022-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9258659160.980307
- --- Energy:  46.9330182291436
- --- Workload:  434536000000.0
+ --- Configuration:  333333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14508144872.531439
+ --- Energy:  62.5618690617415
+ --- Workload:  907657000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 204 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 126 in the X datas point
 --------------
- --- Configuration:  0002-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9147875405.936972
- --- Energy:  51.28673303694986
- --- Workload:  469163000000.0
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 1 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 92 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 84 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 125 in the X datas point
 --------------
- --- Configuration:  2002-2000
- --- Energy efficiency:  7263008047.412917
- --- Energy:  41.829225389075674
- --- Workload:  303807000000.0
+ --- Configuration:  222222-0-1
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (41.829225389075674 mAh)  it is NOT far from the median.
----  Median :41.829225389075674,   the gap is :  10
---- So No we don't romove this configuration '0002-3000'
- --- remove_aberrant_points: The value [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0]
---- Computing the list of the 10 first neighbours of '2020-3030'
+--- The energy of the current configuration (65.8461101285994 mAh)  is far from the median.
+---  Median :52.1245882760953,   the gap is :  10
+--- So yes we remove this configuration '330333-0-1'
+--- remove_aberrant_points: The value [2.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0]
+--- Computing the list of the 10 first neighbours of '033030-0-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2020-3030'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033030-0-3'
 --- Neighbour  0 in the list of neghbours, And at position 127 in the X datas point
 --------------
- --- Configuration:  2020-3030
+ --- Configuration:  033030-0-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7529950377.627011
- --- Energy:  41.87227309237855
- --- Workload:  315295000000.0
+ --- Energy efficiency:  10395312961.292013
+ --- Energy:  67.1483257685157
+ --- Workload:  698028000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 168 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 14 in the X datas point
 --------------
- --- Configuration:  2020-0030
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5336236245.851076
- --- Energy:  35.10473595313148
- --- Workload:  187327000000.0
+ --- Configuration:  333030-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 108 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 34 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8871225293.637558
- --- Energy:  42.90551410725298
- --- Workload:  380626000000.0
+ --- Configuration:  033333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13280265392.82361
+ --- Energy:  80.89218696331669
+ --- Workload:  1074270000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 123 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 365 in the X datas point
 --------------
- --- Configuration:  2220-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9571301409.852697
- --- Energy:  49.20594289132612
- --- Workload:  470964000000.0
+ --- Configuration:  033030-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12790717009.223387
+ --- Energy:  62.0291609855632
+ --- Workload:  793397000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 197 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 491 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8938627384.378855
- --- Energy:  42.547359911496315
- --- Workload:  380315000000.0
+ --- Configuration:  033033-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13084073019.59471
+ --- Energy:  87.73797792788814
+ --- Workload:  1147970000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 12 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 22 in the X datas point
 --------------
- --- Configuration:  0022-0030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 28 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 39 in the X datas point
 --------------
- --- Configuration:  3330-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 29 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 43 in the X datas point
 --------------
- --- Configuration:  3000-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 31 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 75 in the X datas point
 --------------
- --- Configuration:  3000-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8224428196.629629
- --- Energy:  49.410116578739654
- --- Workload:  406369000000.0
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 77 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14045358079.381556
+ --- Energy:  70.47402905804368
+ --- Workload:  989833000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2020-3030'
---- Neighbour  0 in the list of neghbours, And at position 168 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033030-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 14 in the X datas point
 --------------
- --- Configuration:  2020-0030
+ --- Configuration:  333030-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5336236245.851076
- --- Energy:  35.10473595313148
- --- Workload:  187327000000.0
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 29 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 365 in the X datas point
 --------------
- --- Configuration:  3000-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Configuration:  033030-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12790717009.223387
+ --- Energy:  62.0291609855632
+ --- Workload:  793397000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 28 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 127 in the X datas point
 --------------
- --- Configuration:  3330-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Configuration:  033030-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10395312961.292013
+ --- Energy:  67.1483257685157
+ --- Workload:  698028000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 127 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 22 in the X datas point
 --------------
- --- Configuration:  2020-3030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7529950377.627011
- --- Energy:  41.87227309237855
- --- Workload:  315295000000.0
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 12 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 77 in the X datas point
 --------------
- --- Configuration:  0022-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14045358079.381556
+ --- Energy:  70.47402905804368
+ --- Workload:  989833000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 197 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 75 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8938627384.378855
- --- Energy:  42.547359911496315
- --- Workload:  380315000000.0
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 108 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 43 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8871225293.637558
- --- Energy:  42.90551410725298
- --- Workload:  380626000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 123 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 34 in the X datas point
 --------------
- --- Configuration:  2220-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9571301409.852697
- --- Energy:  49.20594289132612
- --- Workload:  470964000000.0
+ --- Configuration:  033333-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13280265392.82361
+ --- Energy:  80.89218696331669
+ --- Workload:  1074270000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 31 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 39 in the X datas point
 --------------
- --- Configuration:  3000-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8224428196.629629
- --- Energy:  49.410116578739654
- --- Workload:  406369000000.0
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 491 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  033033-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13084073019.59471
+ --- Energy:  87.73797792788814
+ --- Workload:  1147970000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 12 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 77 in the X datas point
 --------------
- --- Configuration:  0022-0030
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Configuration:  333033-0-2
+ --- Energy efficiency:  14045358079.381556
+ --- Energy:  70.47402905804368
+ --- Workload:  989833000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (42.05401520354165 mAh)  it is NOT far from the median.
----  Median :42.05401520354165,   the gap is :  10
---- So No we don't romove this configuration '2020-3030'
- --- remove_aberrant_points: The value [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 1]
---- Computing the list of the 10 first neighbours of '1001-2002'
+--- The energy of the current configuration (70.47402905804368 mAh)  it is NOT far from the median.
+---  Median :70.47402905804368,   the gap is :  10
+--- So No we don't romove this configuration '033030-0-3'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '033330-0-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1001-2002'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033330-0-0'
 --- Neighbour  0 in the list of neghbours, And at position 128 in the X datas point
 --------------
- --- Configuration:  1001-2002
+ --- Configuration:  033330-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9165566798.65083
- --- Energy:  65.10994999301121
- --- Workload:  596772000000.0
+ --- Energy efficiency:  6111684930.418467
+ --- Energy:  26.7184846004408
+ --- Workload:  163295000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 47 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 277 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  033333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10524354935.975086
+ --- Energy:  24.0280687781385
+ --- Workload:  252880000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 50 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 307 in the X datas point
 --------------
- --- Configuration:  0001-2002
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8407741848.694279
- --- Energy:  65.1809584910712
- --- Workload:  548023000000.0
+ --- Configuration:  333330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16232147970.356508
+ --- Energy:  56.82057
+ --- Workload:  922319899999.9999
 --------------
---- Neighbour  3 in the list of neghbours, And at position 54 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 557 in the X datas point
 --------------
- --- Configuration:  1001-0002
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7043096708.760907
- --- Energy:  47.6050128004243
- --- Workload:  335286000000.0
+ --- Configuration:  033030-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5054436278.721834
+ --- Energy:  23.84502806404063
+ --- Workload:  120523000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 84 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 78 in the X datas point
 --------------
- --- Configuration:  2002-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7263008047.412917
- --- Energy:  41.829225389075674
- --- Workload:  303807000000.0
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 90 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 210 in the X datas point
 --------------
- --- Configuration:  2002-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8795770993.306417
- --- Energy:  48.71596839606954
- --- Workload:  428493000000.0
+ --- Configuration:  033333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 105 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 261 in the X datas point
 --------------
- --- Configuration:  1101-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6788174999.151478
- --- Energy:  36.70897651674008
- --- Workload:  249187000000.0
+ --- Configuration:  333330-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5609028291.9387045
+ --- Energy:  13.4893048354332
+ --- Workload:  75662100000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 165 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 273 in the X datas point
 --------------
- --- Configuration:  1111-2002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10098612955.510561
- --- Energy:  67.2428641168314
- --- Workload:  679060000000.0
+ --- Configuration:  330330-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5536240228.535996
+ --- Energy:  13.8323700917135
+ --- Workload:  76579500000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 245 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 306 in the X datas point
 --------------
- --- Configuration:  1011-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7793442597.398549
- --- Energy:  48.497409609038264
- --- Workload:  377963000000.0
+ --- Configuration:  333300-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12877238669.53101
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 308 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1001-2002'
---- Neighbour  0 in the list of neghbours, And at position 105 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033330-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 261 in the X datas point
 --------------
- --- Configuration:  1101-2000
+ --- Configuration:  333330-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6788174999.151478
- --- Energy:  36.70897651674008
- --- Workload:  249187000000.0
+ --- Energy efficiency:  5609028291.9387045
+ --- Energy:  13.4893048354332
+ --- Workload:  75662100000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 273 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  330330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5536240228.535996
+ --- Energy:  13.8323700917135
+ --- Workload:  76579500000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 47 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 557 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  033030-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5054436278.721834
+ --- Energy:  23.84502806404063
+ --- Workload:  120523000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 84 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 277 in the X datas point
 --------------
- --- Configuration:  2002-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7263008047.412917
- --- Energy:  41.829225389075674
- --- Workload:  303807000000.0
+ --- Configuration:  033333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10524354935.975086
+ --- Energy:  24.0280687781385
+ --- Workload:  252880000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 54 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 128 in the X datas point
 --------------
- --- Configuration:  1001-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7043096708.760907
- --- Energy:  47.6050128004243
- --- Workload:  335286000000.0
+ --- Configuration:  033330-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6111684930.418467
+ --- Energy:  26.7184846004408
+ --- Workload:  163295000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 245 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 78 in the X datas point
 --------------
- --- Configuration:  1011-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7793442597.398549
- --- Energy:  48.497409609038264
- --- Workload:  377963000000.0
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 90 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 306 in the X datas point
 --------------
- --- Configuration:  2002-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8795770993.306417
- --- Energy:  48.71596839606954
- --- Workload:  428493000000.0
+ --- Configuration:  333300-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12877238669.53101
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 128 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 307 in the X datas point
 --------------
- --- Configuration:  1001-2002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9165566798.65083
- --- Energy:  65.10994999301121
- --- Workload:  596772000000.0
+ --- Configuration:  333330-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16232147970.356508
+ --- Energy:  56.82057
+ --- Workload:  922319899999.9999
 --------------
---- Neighbour  8 in the list of neghbours, And at position 50 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 210 in the X datas point
 --------------
- --- Configuration:  0001-2002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8407741848.694279
- --- Energy:  65.1809584910712
- --- Workload:  548023000000.0
+ --- Configuration:  033333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 165 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 308 in the X datas point
 --------------
- --- Configuration:  1111-2002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10098612955.510561
- --- Energy:  67.2428641168314
- --- Workload:  679060000000.0
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 54 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 128 in the X datas point
 --------------
- --- Configuration:  1001-0002
- --- Energy efficiency:  7043096708.760907
- --- Energy:  47.6050128004243
- --- Workload:  335286000000.0
+ --- Configuration:  033330-0-0
+ --- Energy efficiency:  6111684930.418467
+ --- Energy:  26.7184846004408
+ --- Workload:  163295000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (65.10994999301121 mAh)  is far from the median.
----  Median :47.6050128004243,   the gap is :  10
---- So yes we remove this configuration '1001-2002'
---- remove_aberrant_points: The value [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 1] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 1, 2.0, 0, 0, 1, 0]
---- Computing the list of the 10 first neighbours of '0333-0030'
+--- The energy of the current configuration (26.7184846004408 mAh)  it is NOT far from the median.
+---  Median :26.7184846004408,   the gap is :  10
+--- So No we don't romove this configuration '033330-0-0'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 0, 1, 1, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '303033-2-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0333-0030'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303033-2-2'
 --- Neighbour  0 in the list of neghbours, And at position 129 in the X datas point
 --------------
- --- Configuration:  0333-0030
+ --- Configuration:  303033-2-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8477809334.068076
- --- Energy:  58.764018507515395
- --- Workload:  498189000000.0
+ --- Energy efficiency:  14047528407.614323
+ --- Energy:  99.1199512733933
+ --- Workload:  1392390000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 12 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 258 in the X datas point
 --------------
- --- Configuration:  0022-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15312505263.673683
+ --- Energy:  75.3926735584727
+ --- Workload:  1154450000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 154 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 375 in the X datas point
 --------------
- --- Configuration:  3330-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6057595619.146848
- --- Energy:  36.12486526516549
- --- Workload:  218830000000.0
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14663208104.648384
+ --- Energy:  102.002963990619
+ --- Workload:  1495690000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 228 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 31 in the X datas point
 --------------
- --- Configuration:  0333-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8547519937.090253
- --- Energy:  58.44164899316907
- --- Workload:  499532000000.0
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 235 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 76 in the X datas point
 --------------
- --- Configuration:  0003-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5328502158.043374
- --- Energy:  45.14679945279237
- --- Workload:  240565000000.0
+ --- Configuration:  303033-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14925818681.154661
+ --- Energy:  75.15771108741323
+ --- Workload:  1121790000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 1 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 86 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  202022-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14390518375.252914
+ --- Energy:  73.9118250482876
+ --- Workload:  1063630000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 22 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 117 in the X datas point
 --------------
- --- Configuration:  3333-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9400881802.713095
- --- Energy:  66.34289826476824
- --- Workload:  623684000000.0
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 86 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 135 in the X datas point
 --------------
- --- Configuration:  0220-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5040602049.508794
- --- Energy:  36.67117347490831
- --- Workload:  184845000000.0
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 118 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 181 in the X datas point
 --------------
- --- Configuration:  0222-0300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9750580159.519491
- --- Energy:  43.43833566298026
- --- Workload:  423547000000.0
+ --- Configuration:  202222-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15385988288.185717
+ --- Energy:  91.4259968153942
+ --- Workload:  1406680000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 134 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 187 in the X datas point
 --------------
- --- Configuration:  0033-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8384408354.2244835
- --- Energy:  59.697236073290554
- --- Workload:  500528000000.0
+ --- Configuration:  033033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14361976380.293646
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0333-0030'
---- Neighbour  0 in the list of neghbours, And at position 154 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303033-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 86 in the X datas point
 --------------
- --- Configuration:  3330-0030
+ --- Configuration:  202022-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6057595619.146848
- --- Energy:  36.12486526516549
- --- Workload:  218830000000.0
+ --- Energy efficiency:  14390518375.252914
+ --- Energy:  73.9118250482876
+ --- Workload:  1063630000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 86 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 76 in the X datas point
 --------------
- --- Configuration:  0220-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5040602049.508794
- --- Energy:  36.67117347490831
- --- Workload:  184845000000.0
+ --- Configuration:  303033-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14925818681.154661
+ --- Energy:  75.15771108741323
+ --- Workload:  1121790000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 12 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 258 in the X datas point
 --------------
- --- Configuration:  0022-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15312505263.673683
+ --- Energy:  75.3926735584727
+ --- Workload:  1154450000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 118 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 135 in the X datas point
 --------------
- --- Configuration:  0222-0300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9750580159.519491
- --- Energy:  43.43833566298026
- --- Workload:  423547000000.0
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 235 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 31 in the X datas point
 --------------
- --- Configuration:  0003-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5328502158.043374
- --- Energy:  45.14679945279237
- --- Workload:  240565000000.0
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 1 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 181 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  202222-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15385988288.185717
+ --- Energy:  91.4259968153942
+ --- Workload:  1406680000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 228 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 187 in the X datas point
 --------------
- --- Configuration:  0333-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8547519937.090253
- --- Energy:  58.44164899316907
- --- Workload:  499532000000.0
+ --- Configuration:  033033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14361976380.293646
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
 --------------
 --- Neighbour  7 in the list of neghbours, And at position 129 in the X datas point
 --------------
- --- Configuration:  0333-0030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8477809334.068076
- --- Energy:  58.764018507515395
- --- Workload:  498189000000.0
+ --- Configuration:  303033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14047528407.614323
+ --- Energy:  99.1199512733933
+ --- Workload:  1392390000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 134 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 375 in the X datas point
 --------------
- --- Configuration:  0033-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8384408354.2244835
- --- Energy:  59.697236073290554
- --- Workload:  500528000000.0
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14663208104.648384
+ --- Energy:  102.002963990619
+ --- Workload:  1495690000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 22 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 117 in the X datas point
 --------------
- --- Configuration:  3333-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9400881802.713095
- --- Energy:  66.34289826476824
- --- Workload:  623684000000.0
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 235 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 31 in the X datas point
 --------------
- --- Configuration:  0003-0030
- --- Energy efficiency:  5328502158.043374
- --- Energy:  45.14679945279237
- --- Workload:  240565000000.0
+ --- Configuration:  300033-3-2
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (58.764018507515395 mAh)  is far from the median.
----  Median :45.14679945279237,   the gap is :  10
---- So yes we remove this configuration '0333-0030'
---- remove_aberrant_points: The value [2.0, 0, 1, 1, 1, 2.0, 0, 0, 1, 0] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '2022-2200'
+--- The energy of the current configuration (99.1199512733933 mAh)  is far from the median.
+---  Median :85.35681971478988,   the gap is :  10
+--- So yes we remove this configuration '303033-2-2'
+--- remove_aberrant_points: The value [2.0, 1, 0, 1, 0, 1, 1, 2.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '202222-2-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2022-2200'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202222-2-1'
 --- Neighbour  0 in the list of neghbours, And at position 130 in the X datas point
 --------------
- --- Configuration:  2022-2200
+ --- Configuration:  202222-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  10578920865.440357
- --- Energy:  50.18755172966964
- --- Workload:  530930000000.0
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 116 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 100 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 119 in the X datas point
 --------------
- --- Configuration:  2222-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  11468876336.840899
- --- Energy:  53.84120579706395
- --- Workload:  617498000000.0
+ --- Configuration:  101111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 117 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 181 in the X datas point
 --------------
- --- Configuration:  1011-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8782098570.274353
- --- Energy:  43.085080854083536
- --- Workload:  378377000000.0
+ --- Configuration:  202222-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15385988288.185717
+ --- Energy:  91.4259968153942
+ --- Workload:  1406680000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 73 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 390 in the X datas point
 --------------
- --- Configuration:  2000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6539495281.754154
- --- Energy:  42.61363347008094
- --- Workload:  278672000000.0
+ --- Configuration:  200222-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15542938143.76907
+ --- Energy:  66.2043614748613
+ --- Workload:  1029010000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 84 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 473 in the X datas point
 --------------
- --- Configuration:  2002-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7263008047.412917
- --- Energy:  41.829225389075674
- --- Workload:  303807000000.0
+ --- Configuration:  222222-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16028749164.501448
+ --- Energy:  76.22620686685552
+ --- Workload:  1221810000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 99 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 523 in the X datas point
 --------------
- --- Configuration:  0011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7849108733.703288
- --- Energy:  42.07381484773657
- --- Workload:  330242000000.0
+ --- Configuration:  202220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14224386857.804495
+ --- Energy:  56.254266540548315
+ --- Workload:  800182000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 102 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 583 in the X datas point
 --------------
- --- Configuration:  0033-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8336042547.16116
- --- Energy:  59.96771726749321
- --- Workload:  499893000000.0
+ --- Configuration:  202222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15282668231.611895
+ --- Energy:  59.2169275668937
+ --- Workload:  904992000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 212 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  0022-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9258659160.980307
- --- Energy:  46.9330182291436
- --- Workload:  434536000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 230 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 50 in the X datas point
 --------------
- --- Configuration:  2020-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7567673924.06596
- --- Energy:  41.73681879685515
- --- Workload:  315850000000.0
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2022-2200'
---- Neighbour  0 in the list of neghbours, And at position 230 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202222-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 523 in the X datas point
 --------------
- --- Configuration:  2020-1100
+ --- Configuration:  202220-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7567673924.06596
- --- Energy:  41.73681879685515
- --- Workload:  315850000000.0
+ --- Energy efficiency:  14224386857.804495
+ --- Energy:  56.254266540548315
+ --- Workload:  800182000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 84 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 119 in the X datas point
 --------------
- --- Configuration:  2002-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7263008047.412917
- --- Energy:  41.829225389075674
- --- Workload:  303807000000.0
+ --- Configuration:  101111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 99 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  0011-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7849108733.703288
- --- Energy:  42.07381484773657
- --- Workload:  330242000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 73 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 50 in the X datas point
 --------------
- --- Configuration:  2000-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6539495281.754154
- --- Energy:  42.61363347008094
- --- Workload:  278672000000.0
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 117 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 583 in the X datas point
 --------------
- --- Configuration:  1011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8782098570.274353
- --- Energy:  43.085080854083536
- --- Workload:  378377000000.0
+ --- Configuration:  202222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15282668231.611895
+ --- Energy:  59.2169275668937
+ --- Workload:  904992000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 212 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 390 in the X datas point
 --------------
- --- Configuration:  0022-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9258659160.980307
- --- Energy:  46.9330182291436
- --- Workload:  434536000000.0
+ --- Configuration:  200222-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15542938143.76907
+ --- Energy:  66.2043614748613
+ --- Workload:  1029010000000.0
 --------------
 --- Neighbour  6 in the list of neghbours, And at position 130 in the X datas point
 --------------
- --- Configuration:  2022-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10578920865.440357
- --- Energy:  50.18755172966964
- --- Workload:  530930000000.0
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 100 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 473 in the X datas point
 --------------
- --- Configuration:  2222-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11468876336.840899
- --- Energy:  53.84120579706395
- --- Workload:  617498000000.0
+ --- Configuration:  222222-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16028749164.501448
+ --- Energy:  76.22620686685552
+ --- Workload:  1221810000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 102 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 116 in the X datas point
 --------------
- --- Configuration:  0033-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8336042547.16116
- --- Energy:  59.96771726749321
- --- Workload:  499893000000.0
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 181 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  202222-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15385988288.185717
+ --- Energy:  91.4259968153942
+ --- Workload:  1406680000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 117 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 583 in the X datas point
 --------------
- --- Configuration:  1011-2200
- --- Energy efficiency:  8782098570.274353
- --- Energy:  43.085080854083536
- --- Workload:  378377000000.0
+ --- Configuration:  202222-2-0
+ --- Energy efficiency:  15282668231.611895
+ --- Energy:  59.2169275668937
+ --- Workload:  904992000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (43.085080854083536 mAh)  it is NOT far from the median.
----  Median :43.085080854083536,   the gap is :  10
---- So No we don't romove this configuration '2022-2200'
- --- remove_aberrant_points: The value [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '0020-1100'
+--- The energy of the current configuration (71.5812859564726 mAh)  is far from the median.
+---  Median :59.2169275668937,   the gap is :  10
+--- So yes we remove this configuration '202222-2-1'
+--- remove_aberrant_points: The value [1.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '111111-1-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0020-1100'
---- Neighbour  0 in the list of neghbours, And at position 131 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111111-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Configuration:  0020-1100
+ --- Configuration:  111111-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6670179627.937381
- --- Energy:  41.85807704041302
- --- Workload:  279201000000.0
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 230 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 131 in the X datas point
 --------------
- --- Configuration:  2020-1100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7567673924.06596
- --- Energy:  41.73681879685515
- --- Workload:  315850000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 13 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  0011-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 79 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  0200-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6540008502.011052
- --- Energy:  42.722378810206706
- --- Workload:  279405000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 112 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 85 in the X datas point
 --------------
- --- Configuration:  0020-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4244013818.5089927
- --- Energy:  35.41951635507749
- --- Workload:  150321000000.0
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 124 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  0020-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8376542330.856669
- --- Energy:  48.301162810596125
- --- Workload:  404596000000.0
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 140 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 111 in the X datas point
 --------------
- --- Configuration:  2020-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6005284650.492433
- --- Energy:  34.65163368892841
- --- Workload:  208093000000.0
+ --- Configuration:  111111-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13419378387.55433
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 186 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 140 in the X datas point
 --------------
- --- Configuration:  0030-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6743861400.160503
- --- Energy:  41.3450979000584
- --- Workload:  278825000000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 192 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 246 in the X datas point
 --------------
- --- Configuration:  0020-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10017249703.99027
- --- Energy:  53.486611373072236
- --- Workload:  535789000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13583376120.968113
+ --- Energy:  65.5557580165811
+ --- Workload:  890469000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 5 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 247 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13225816264.315292
+ --- Energy:  70.9803740450458
+ --- Workload:  938774000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0020-1100'
---- Neighbour  0 in the list of neghbours, And at position 5 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111111-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 111 in the X datas point
 --------------
- --- Configuration:  0030-0000
+ --- Configuration:  111111-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Energy efficiency:  13419378387.55433
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 140 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  2020-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6005284650.492433
- --- Energy:  34.65163368892841
- --- Workload:  208093000000.0
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 112 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  0020-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4244013818.5089927
- --- Energy:  35.41951635507749
- --- Workload:  150321000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 186 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 85 in the X datas point
 --------------
- --- Configuration:  0030-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6743861400.160503
- --- Energy:  41.3450979000584
- --- Workload:  278825000000.0
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 230 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Configuration:  2020-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7567673924.06596
- --- Energy:  41.73681879685515
- --- Workload:  315850000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 131 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 246 in the X datas point
 --------------
- --- Configuration:  0020-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6670179627.937381
- --- Energy:  41.85807704041302
- --- Workload:  279201000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13583376120.968113
+ --- Energy:  65.5557580165811
+ --- Workload:  890469000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 79 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 131 in the X datas point
 --------------
- --- Configuration:  0200-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6540008502.011052
- --- Energy:  42.722378810206706
- --- Workload:  279405000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 13 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 247 in the X datas point
 --------------
- --- Configuration:  0011-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13225816264.315292
+ --- Energy:  70.9803740450458
+ --- Workload:  938774000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 124 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 140 in the X datas point
 --------------
- --- Configuration:  0020-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8376542330.856669
- --- Energy:  48.301162810596125
- --- Workload:  404596000000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 192 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  0020-1111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10017249703.99027
- --- Energy:  53.486611373072236
- --- Workload:  535789000000.0
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 230 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Configuration:  2020-1100
- --- Energy efficiency:  7567673924.06596
- --- Energy:  41.73681879685515
- --- Workload:  315850000000.0
+ --- Configuration:  111111-1-2
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (41.73681879685515 mAh)  it is NOT far from the median.
----  Median :41.73681879685515,   the gap is :  10
---- So No we don't romove this configuration '0020-1100'
- --- remove_aberrant_points: The value [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '1110-3330'
+--- The energy of the current configuration (65.20383205963783 mAh)  it is NOT far from the median.
+---  Median :65.20383205963783,   the gap is :  10
+--- So No we don't romove this configuration '111111-1-2'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '202022-3-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1110-3330'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202022-3-3'
 --- Neighbour  0 in the list of neghbours, And at position 132 in the X datas point
 --------------
- --- Configuration:  1110-3330
+ --- Configuration:  202022-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9413093613.215984
- --- Energy:  49.7061517933472
- --- Workload:  467887000000.0
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 222 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 9 in the X datas point
+--------------
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 76 in the X datas point
+--------------
+ --- Configuration:  303033-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14925818681.154661
+ --- Energy:  75.15771108741323
+ --- Workload:  1121790000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 179 in the X datas point
+--------------
+ --- Configuration:  222022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14657190304.561756
+ --- Energy:  95.6220428328611
+ --- Workload:  1401550000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 705 in the X datas point
+--------------
+ --- Configuration:  202020-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11739583174.359812
+ --- Energy:  83.50940706004823
+ --- Workload:  980366000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 30 in the X datas point
+--------------
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
 --------------
- --- Configuration:  1110-3330
+--- Neighbour  8 in the list of neghbours, And at position 82 in the X datas point
+--------------
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 164 in the X datas point
+--------------
+ --- Configuration:  111011-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202022-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 76 in the X datas point
+--------------
+ --- Configuration:  303033-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8963143553.707155
- --- Energy:  52.92171748044021
- --- Workload:  474343000000.0
+ --- Energy efficiency:  14925818681.154661
+ --- Energy:  75.15771108741323
+ --- Workload:  1121790000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 123 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 164 in the X datas point
 --------------
- --- Configuration:  2220-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9571301409.852697
- --- Energy:  49.20594289132612
- --- Workload:  470964000000.0
+ --- Configuration:  111011-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 169 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 82 in the X datas point
 --------------
- --- Configuration:  1111-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10965958375.4152
- --- Energy:  49.989818506242955
- --- Workload:  548186000000.0
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 217 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 705 in the X datas point
 --------------
- --- Configuration:  1100-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9132169894.888725
- --- Energy:  48.617857913878716
- --- Workload:  443986000000.0
+ --- Configuration:  202020-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11739583174.359812
+ --- Energy:  83.50940706004823
+ --- Workload:  980366000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 107 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 9 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 125 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 132 in the X datas point
 --------------
- --- Configuration:  2220-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9479212087.891254
- --- Energy:  49.57175430186782
- --- Workload:  469901000000.0
+ --- Configuration:  202022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 152 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 30 in the X datas point
 --------------
- --- Configuration:  2220-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8252186829.509821
- --- Energy:  42.07453960416718
- --- Workload:  347206000000.0
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 202 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 179 in the X datas point
 --------------
- --- Configuration:  1111-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9442424814.692413
- --- Energy:  43.80740929766881
- --- Workload:  413650000000.0
+ --- Configuration:  222022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14657190304.561756
+ --- Energy:  95.6220428328611
+ --- Workload:  1401550000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 206 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10558457958.332102
- --- Energy:  49.51707772839275
- --- Workload:  522824000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1110-3330'
---- Neighbour  0 in the list of neghbours, And at position 152 in the X datas point
 --------------
- --- Configuration:  2220-0330
+--- Median at position 4 in the list of neghbours, And at position 9 in the X datas point
+--------------
+ --- Configuration:  202222-3-3
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (84.49044180099274 mAh)  it is NOT far from the median.
+---  Median :84.49044180099274,   the gap is :  10
+--- So No we don't romove this configuration '202022-3-3'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '303300-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303300-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 133 in the X datas point
+--------------
+ --- Configuration:  303300-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8252186829.509821
- --- Energy:  42.07453960416718
- --- Workload:  347206000000.0
+ --- Energy efficiency:  12321431651.786486
+ --- Energy:  75.3849371705881
+ --- Workload:  928850000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 202 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 224 in the X datas point
+--------------
+ --- Configuration:  303300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13967533864.285854
+ --- Energy:  72.5489714103032
+ --- Workload:  1013330000000.0
 --------------
- --- Configuration:  1111-3300
+--- Neighbour  2 in the list of neghbours, And at position 317 in the X datas point
+--------------
+ --- Configuration:  300000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13175045908.951681
+ --- Energy:  96.57158
+ --- Workload:  1272335000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 443 in the X datas point
+--------------
+ --- Configuration:  303330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11997960346.741053
+ --- Energy:  94.73104953565642
+ --- Workload:  1136580000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 570 in the X datas point
+--------------
+ --- Configuration:  202000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  76.35579765249746
+ --- Workload:  935898000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 637 in the X datas point
+--------------
+ --- Configuration:  202200-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13767808660.50236
+ --- Energy:  75.38525435820448
+ --- Workload:  1037890000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 658 in the X datas point
+--------------
+ --- Configuration:  003000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12284333175.684391
+ --- Energy:  71.49261933404156
+ --- Workload:  878239000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 717 in the X datas point
+--------------
+ --- Configuration:  333300-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12977490542.653767
+ --- Energy:  88.00551228316039
+ --- Workload:  1142090000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 9 in the X datas point
+--------------
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 11 in the X datas point
+--------------
+ --- Configuration:  003330-3-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13704431053.692589
+ --- Energy:  75.87039020058079
+ --- Workload:  1039760000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303300-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 658 in the X datas point
+--------------
+ --- Configuration:  003000-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9442424814.692413
- --- Energy:  43.80740929766881
- --- Workload:  413650000000.0
+ --- Energy efficiency:  12284333175.684391
+ --- Energy:  71.49261933404156
+ --- Workload:  878239000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 217 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 224 in the X datas point
 --------------
- --- Configuration:  1100-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9132169894.888725
- --- Energy:  48.617857913878716
- --- Workload:  443986000000.0
+ --- Configuration:  303300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13967533864.285854
+ --- Energy:  72.5489714103032
+ --- Workload:  1013330000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 123 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 133 in the X datas point
 --------------
- --- Configuration:  2220-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9571301409.852697
- --- Energy:  49.20594289132612
- --- Workload:  470964000000.0
+ --- Configuration:  303300-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12321431651.786486
+ --- Energy:  75.3849371705881
+ --- Workload:  928850000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 206 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 637 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10558457958.332102
- --- Energy:  49.51707772839275
- --- Workload:  522824000000.0
+ --- Configuration:  202200-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13767808660.50236
+ --- Energy:  75.38525435820448
+ --- Workload:  1037890000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 125 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 11 in the X datas point
 --------------
- --- Configuration:  2220-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9479212087.891254
- --- Energy:  49.57175430186782
- --- Workload:  469901000000.0
+ --- Configuration:  003330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13704431053.692589
+ --- Energy:  75.87039020058079
+ --- Workload:  1039760000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 132 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 570 in the X datas point
 --------------
- --- Configuration:  1110-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9413093613.215984
- --- Energy:  49.7061517933472
- --- Workload:  467887000000.0
+ --- Configuration:  202000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  76.35579765249746
+ --- Workload:  935898000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 169 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 9 in the X datas point
 --------------
- --- Configuration:  1111-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10965958375.4152
- --- Energy:  49.989818506242955
- --- Workload:  548186000000.0
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 107 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 717 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Configuration:  333300-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12977490542.653767
+ --- Energy:  88.00551228316039
+ --- Workload:  1142090000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 222 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 443 in the X datas point
 --------------
- --- Configuration:  1110-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8963143553.707155
- --- Energy:  52.92171748044021
- --- Workload:  474343000000.0
+ --- Configuration:  303330-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11997960346.741053
+ --- Energy:  94.73104953565642
+ --- Workload:  1136580000000.0
 --------------
+--- Neighbour  9 in the list of neghbours, And at position 317 in the X datas point
 --------------
---- Median at position 4 in the list of neghbours, And at position 206 in the X datas point
+ --- Configuration:  300000-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13175045908.951681
+ --- Energy:  96.57158
+ --- Workload:  1272335000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 11 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Energy efficiency:  10558457958.332102
- --- Energy:  49.51707772839275
- --- Workload:  522824000000.0
+ --- Configuration:  003330-3-2
+ --- Energy efficiency:  13704431053.692589
+ --- Energy:  75.87039020058079
+ --- Workload:  1039760000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (49.51707772839275 mAh)  it is NOT far from the median.
----  Median :49.51707772839275,   the gap is :  10
---- So No we don't romove this configuration '1110-3330'
- --- remove_aberrant_points: The value [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '0111-2000'
+--- The energy of the current configuration (75.87039020058079 mAh)  it is NOT far from the median.
+---  Median :75.87039020058079,   the gap is :  10
+--- So No we don't romove this configuration '303300-3-3'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '330333-3-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0111-2000'
---- Neighbour  0 in the list of neghbours, And at position 133 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330333-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 134 in the X datas point
 --------------
- --- Configuration:  0111-2000
+ --- Configuration:  330333-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6681499595.769274
- --- Energy:  37.38840673928198
- --- Workload:  249811000000.0
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 48 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 112 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  330033-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12592000302.208008
+ --- Energy:  83.5387640803202
+ --- Workload:  1051920000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 171 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 91 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 309 in the X datas point
 --------------
- --- Configuration:  0101-2020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8367150566.874451
- --- Energy:  43.37670883350873
- --- Workload:  362938000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 99 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 319 in the X datas point
 --------------
- --- Configuration:  0011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7849108733.703288
- --- Energy:  42.07381484773657
- --- Workload:  330242000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14109387257.53018
+ --- Energy:  83.8569021514259
+ --- Workload:  1183170000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 105 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 465 in the X datas point
 --------------
- --- Configuration:  1101-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6788174999.151478
- --- Energy:  36.70897651674008
- --- Workload:  249187000000.0
+ --- Configuration:  330333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13912636987.301937
+ --- Energy:  77.38792641178887
+ --- Workload:  1076670000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 111 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 476 in the X datas point
 --------------
- --- Configuration:  0011-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6806981239.9597025
- --- Energy:  35.94259902860859
- --- Workload:  244660000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15954255957.319174
+ --- Energy:  64.94187940590403
+ --- Workload:  1036100000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 165 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 619 in the X datas point
 --------------
- --- Configuration:  1111-2002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10098612955.510561
- --- Energy:  67.2428641168314
- --- Workload:  679060000000.0
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11927480916.030533
+ --- Energy:  57.869084231929165
+ --- Workload:  690232000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 176 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 52 in the X datas point
 --------------
- --- Configuration:  0222-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9969791531.659073
- --- Energy:  42.75164023390624
- --- Workload:  426227000000.0
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 210 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  0220-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5281811027.365063
- --- Energy:  35.274079340197716
- --- Workload:  186311000000.0
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0111-2000'
---- Neighbour  0 in the list of neghbours, And at position 210 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330333-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 171 in the X datas point
 --------------
- --- Configuration:  0220-2000
+ --- Configuration:  330330-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5281811027.365063
- --- Energy:  35.274079340197716
- --- Workload:  186311000000.0
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 111 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 619 in the X datas point
 --------------
- --- Configuration:  0011-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6806981239.9597025
- --- Energy:  35.94259902860859
- --- Workload:  244660000000.0
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11927480916.030533
+ --- Energy:  57.869084231929165
+ --- Workload:  690232000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 105 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 52 in the X datas point
 --------------
- --- Configuration:  1101-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6788174999.151478
- --- Energy:  36.70897651674008
- --- Workload:  249187000000.0
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 133 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 476 in the X datas point
 --------------
- --- Configuration:  0111-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6681499595.769274
- --- Energy:  37.38840673928198
- --- Workload:  249811000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15954255957.319174
+ --- Energy:  64.94187940590403
+ --- Workload:  1036100000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 134 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 48 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 99 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 465 in the X datas point
 --------------
- --- Configuration:  0011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7849108733.703288
- --- Energy:  42.07381484773657
- --- Workload:  330242000000.0
+ --- Configuration:  330333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13912636987.301937
+ --- Energy:  77.38792641178887
+ --- Workload:  1076670000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 176 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 112 in the X datas point
 --------------
- --- Configuration:  0222-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9969791531.659073
- --- Energy:  42.75164023390624
- --- Workload:  426227000000.0
+ --- Configuration:  330033-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12592000302.208008
+ --- Energy:  83.5387640803202
+ --- Workload:  1051920000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 91 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 319 in the X datas point
 --------------
- --- Configuration:  0101-2020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8367150566.874451
- --- Energy:  43.37670883350873
- --- Workload:  362938000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14109387257.53018
+ --- Energy:  83.8569021514259
+ --- Workload:  1183170000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 165 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 309 in the X datas point
 --------------
- --- Configuration:  1111-2002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10098612955.510561
- --- Energy:  67.2428641168314
- --- Workload:  679060000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 66 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 134 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  330333-3-0
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (39.00759503929043 mAh)  it is NOT far from the median.
----  Median :39.00759503929043,   the gap is :  10
---- So No we don't romove this configuration '0111-2000'
- --- remove_aberrant_points: The value [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '0033-0220'
+--- The energy of the current configuration (69.1154876227722 mAh)  it is NOT far from the median.
+---  Median :69.1154876227722,   the gap is :  10
+--- So No we don't romove this configuration '330333-3-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '333033-2-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0033-0220'
---- Neighbour  0 in the list of neghbours, And at position 134 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333033-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 135 in the X datas point
 --------------
- --- Configuration:  0033-0220
+ --- Configuration:  333033-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8384408354.2244835
- --- Energy:  59.697236073290554
- --- Workload:  500528000000.0
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 102 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 62 in the X datas point
 --------------
- --- Configuration:  0033-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8336042547.16116
- --- Energy:  59.96771726749321
- --- Workload:  499893000000.0
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 183 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 194 in the X datas point
 --------------
- --- Configuration:  3003-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8528930131.004368
- --- Energy:  58.99281399223083
- --- Workload:  503147000000.0
+ --- Configuration:  333033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14726651262.589447
+ --- Energy:  72.6506326213233
+ --- Workload:  1069900000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 243 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 223 in the X datas point
 --------------
- --- Configuration:  0022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10604498852.593224
- --- Energy:  53.16348231202643
- --- Workload:  563772000000.0
+ --- Configuration:  330033-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13767012585.802904
+ --- Energy:  84.777250997072
+ --- Workload:  1167130000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 258 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15312505263.673683
+ --- Energy:  75.3926735584727
+ --- Workload:  1154450000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 12 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 375 in the X datas point
 --------------
- --- Configuration:  0022-0030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14663208104.648384
+ --- Energy:  102.002963990619
+ --- Workload:  1495690000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 63 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 574 in the X datas point
 --------------
- --- Configuration:  0002-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4969363871.73078
- --- Energy:  42.2836539731841
- --- Workload:  210123000000.0
+ --- Configuration:  333033-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14444312840.70523
+ --- Energy:  70.98779227993477
+ --- Workload:  1025370000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 57 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 124 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  0020-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8376542330.856669
- --- Energy:  48.301162810596125
- --- Workload:  404596000000.0
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 129 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 92 in the X datas point
 --------------
- --- Configuration:  0333-0030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8477809334.068076
- --- Energy:  58.764018507515395
- --- Workload:  498189000000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0033-0220'
---- Neighbour  0 in the list of neghbours, And at position 12 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333033-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 57 in the X datas point
 --------------
- --- Configuration:  0022-0030
+ --- Configuration:  033033-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 63 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 574 in the X datas point
 --------------
- --- Configuration:  0002-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4969363871.73078
- --- Energy:  42.2836539731841
- --- Workload:  210123000000.0
+ --- Configuration:  333033-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14444312840.70523
+ --- Energy:  70.98779227993477
+ --- Workload:  1025370000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 124 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 194 in the X datas point
 --------------
- --- Configuration:  0020-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8376542330.856669
- --- Energy:  48.301162810596125
- --- Workload:  404596000000.0
+ --- Configuration:  333033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14726651262.589447
+ --- Energy:  72.6506326213233
+ --- Workload:  1069900000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 243 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  0022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10604498852.593224
- --- Energy:  53.16348231202643
- --- Workload:  563772000000.0
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 258 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15312505263.673683
+ --- Energy:  75.3926735584727
+ --- Workload:  1154450000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 129 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 62 in the X datas point
 --------------
- --- Configuration:  0333-0030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8477809334.068076
- --- Energy:  58.764018507515395
- --- Workload:  498189000000.0
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 183 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 92 in the X datas point
 --------------
- --- Configuration:  3003-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8528930131.004368
- --- Energy:  58.99281399223083
- --- Workload:  503147000000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 134 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 135 in the X datas point
 --------------
- --- Configuration:  0033-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8384408354.2244835
- --- Energy:  59.697236073290554
- --- Workload:  500528000000.0
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 102 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 223 in the X datas point
 --------------
- --- Configuration:  0033-2200
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8336042547.16116
- --- Energy:  59.96771726749321
- --- Workload:  499893000000.0
+ --- Configuration:  330033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13767012585.802904
+ --- Energy:  84.777250997072
+ --- Workload:  1167130000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 375 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14663208104.648384
+ --- Energy:  102.002963990619
+ --- Workload:  1495690000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 3 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 258 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  333033-2-2
+ --- Energy efficiency:  15312505263.673683
+ --- Energy:  75.3926735584727
+ --- Workload:  1154450000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (54.74622776577034 mAh)  it is NOT far from the median.
----  Median :54.74622776577034,   the gap is :  10
---- So No we don't romove this configuration '0033-0220'
- --- remove_aberrant_points: The value [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1]
---- Computing the list of the 10 first neighbours of '2022-1001'
+--- The energy of the current configuration (75.3926735584727 mAh)  it is NOT far from the median.
+---  Median :75.3926735584727,   the gap is :  10
+--- So No we don't romove this configuration '333033-2-1'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '222020-1-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2022-1001'
---- Neighbour  0 in the list of neghbours, And at position 135 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222020-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 136 in the X datas point
 --------------
- --- Configuration:  2022-1001
+ --- Configuration:  222020-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  10534122128.398308
- --- Energy:  50.34000387088341
- --- Workload:  530288000000.0
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 90 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 661 in the X datas point
 --------------
- --- Configuration:  2002-1001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8795770993.306417
- --- Energy:  48.71596839606954
- --- Workload:  428493000000.0
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10742142391.394255
+ --- Energy:  31.721882777468608
+ --- Workload:  340761000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 140 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 155 in the X datas point
 --------------
- --- Configuration:  2020-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6005284650.492433
- --- Energy:  34.65163368892841
- --- Workload:  208093000000.0
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 150 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 209 in the X datas point
 --------------
- --- Configuration:  3030-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8447801037.389967
- --- Energy:  43.884169684615244
- --- Workload:  370724000000.0
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 166 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 248 in the X datas point
 --------------
- --- Configuration:  2000-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6591219177.81132
- --- Energy:  41.03159908655608
- --- Workload:  270449000000.0
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 15 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 724 in the X datas point
 --------------
- --- Configuration:  0003-1001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  222020-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5766580360.18061
+ --- Energy:  28.13171207069184
+ --- Workload:  162224000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 55 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 19 in the X datas point
 --------------
- --- Configuration:  2002-0101
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8950387999.31977
- --- Energy:  47.4541739001796
- --- Workload:  424732000000.0
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 81 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 84 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 89 in the X datas point
 --------------
- --- Configuration:  2002-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7263008047.412917
- --- Energy:  41.829225389075674
- --- Workload:  303807000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 92 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 141 in the X datas point
 --------------
- --- Configuration:  0202-1001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8895689149.038376
- --- Energy:  48.8428586507307
- --- Workload:  434491000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2022-1001'
---- Neighbour  0 in the list of neghbours, And at position 140 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222020-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 724 in the X datas point
 --------------
- --- Configuration:  2020-1000
+ --- Configuration:  222020-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6005284650.492433
- --- Energy:  34.65163368892841
- --- Workload:  208093000000.0
+ --- Energy efficiency:  5766580360.18061
+ --- Energy:  28.13171207069184
+ --- Workload:  162224000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 166 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 661 in the X datas point
 --------------
- --- Configuration:  2000-1001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6591219177.81132
- --- Energy:  41.03159908655608
- --- Workload:  270449000000.0
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10742142391.394255
+ --- Energy:  31.721882777468608
+ --- Workload:  340761000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 84 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 209 in the X datas point
 --------------
- --- Configuration:  2002-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7263008047.412917
- --- Energy:  41.829225389075674
- --- Workload:  303807000000.0
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 89 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 150 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 136 in the X datas point
 --------------
- --- Configuration:  3030-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8447801037.389967
- --- Energy:  43.884169684615244
- --- Workload:  370724000000.0
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 55 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 141 in the X datas point
 --------------
- --- Configuration:  2002-0101
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8950387999.31977
- --- Energy:  47.4541739001796
- --- Workload:  424732000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 90 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 19 in the X datas point
 --------------
- --- Configuration:  2002-1001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8795770993.306417
- --- Energy:  48.71596839606954
- --- Workload:  428493000000.0
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 92 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 155 in the X datas point
 --------------
- --- Configuration:  0202-1001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8895689149.038376
- --- Energy:  48.8428586507307
- --- Workload:  434491000000.0
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 135 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 248 in the X datas point
 --------------
- --- Configuration:  2022-1001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10534122128.398308
- --- Energy:  50.34000387088341
- --- Workload:  530288000000.0
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 15 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 81 in the X datas point
 --------------
- --- Configuration:  0003-1001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 150 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 136 in the X datas point
 --------------
- --- Configuration:  3030-1001
- --- Energy efficiency:  8447801037.389967
- --- Energy:  43.884169684615244
- --- Workload:  370724000000.0
+ --- Configuration:  222020-1-0
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (43.884169684615244 mAh)  it is NOT far from the median.
----  Median :43.884169684615244,   the gap is :  10
---- So No we don't romove this configuration '2022-1001'
- --- remove_aberrant_points: The value [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1]
---- Computing the list of the 10 first neighbours of '0003-0001'
+--- The energy of the current configuration (32.3911267160719 mAh)  it is NOT far from the median.
+---  Median :32.3911267160719,   the gap is :  10
+--- So No we don't romove this configuration '222020-1-0'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0]
+--- Computing the list of the 10 first neighbours of '303333-0-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0003-0001'
---- Neighbour  0 in the list of neghbours, And at position 136 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303333-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 95 in the X datas point
 --------------
- --- Configuration:  0003-0001
+ --- Configuration:  303333-0-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5256269415.345153
- --- Energy:  45.78293727571249
- --- Workload:  240648000000.0
+ --- Energy efficiency:  13070067323.916784
+ --- Energy:  83.5550372075793
+ --- Workload:  1092070000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 15 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 137 in the X datas point
 --------------
- --- Configuration:  0003-1001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12840398976.87701
+ --- Energy:  86.4225033041374
+ --- Workload:  1109700000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 16 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 56 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 215 in the X datas point
 --------------
- --- Configuration:  0303-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Configuration:  333333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13585369100.893103
+ --- Energy:  89.0597439439495
+ --- Workload:  1209910000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 95 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 766 in the X datas point
 --------------
- --- Configuration:  3003-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7595205906.032112
- --- Energy:  65.80063109114849
- --- Workload:  499771000000.0
+ --- Configuration:  303333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10578417278.363646
+ --- Energy:  23.863863929112192
+ --- Workload:  252442000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 149 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 34 in the X datas point
 --------------
- --- Configuration:  0033-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8411277841.329655
- --- Energy:  59.541753106093076
- --- Workload:  500822000000.0
+ --- Configuration:  033333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13280265392.82361
+ --- Energy:  80.89218696331669
+ --- Workload:  1074270000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 187 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 91 in the X datas point
 --------------
- --- Configuration:  0202-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7543867590.03606
- --- Energy:  40.37867051197721
- --- Workload:  304611000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 207 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 99 in the X datas point
 --------------
- --- Configuration:  3000-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3629843118.1804323
- --- Energy:  34.55029567760096
- --- Workload:  125412000000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 211 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 159 in the X datas point
 --------------
- --- Configuration:  0303-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8479966080.135679
- --- Energy:  59.193870361299275
- --- Workload:  501963000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  69.5925937545452
+ --- Workload:  983338000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 185 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0003-0001'
---- Neighbour  0 in the list of neghbours, And at position 207 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303333-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 766 in the X datas point
 --------------
- --- Configuration:  3000-0001
+ --- Configuration:  303333-1-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3629843118.1804323
- --- Energy:  34.55029567760096
- --- Workload:  125412000000.0
+ --- Energy efficiency:  10578417278.363646
+ --- Energy:  23.863863929112192
+ --- Workload:  252442000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 187 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 91 in the X datas point
 --------------
- --- Configuration:  0202-0001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7543867590.03606
- --- Energy:  40.37867051197721
- --- Workload:  304611000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 56 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 159 in the X datas point
 --------------
- --- Configuration:  0303-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  69.5925937545452
+ --- Workload:  983338000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 136 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 16 in the X datas point
 --------------
- --- Configuration:  0003-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5256269415.345153
- --- Energy:  45.78293727571249
- --- Workload:  240648000000.0
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 34 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  033333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13280265392.82361
+ --- Energy:  80.89218696331669
+ --- Workload:  1074270000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 15 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 95 in the X datas point
 --------------
- --- Configuration:  0003-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13070067323.916784
+ --- Energy:  83.5550372075793
+ --- Workload:  1092070000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 211 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 137 in the X datas point
 --------------
- --- Configuration:  0303-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8479966080.135679
- --- Energy:  59.193870361299275
- --- Workload:  501963000000.0
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12840398976.87701
+ --- Energy:  86.4225033041374
+ --- Workload:  1109700000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 149 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 215 in the X datas point
 --------------
- --- Configuration:  0033-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8411277841.329655
- --- Energy:  59.541753106093076
- --- Workload:  500822000000.0
+ --- Configuration:  333333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13585369100.893103
+ --- Energy:  89.0597439439495
+ --- Workload:  1209910000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 99 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 95 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 185 in the X datas point
 --------------
- --- Configuration:  3003-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7595205906.032112
- --- Energy:  65.80063109114849
- --- Workload:  499771000000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 2 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 34 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  033333-0-3
+ --- Energy efficiency:  13280265392.82361
+ --- Energy:  80.89218696331669
+ --- Workload:  1074270000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (53.38267358149647 mAh)  it is NOT far from the median.
----  Median :53.38267358149647,   the gap is :  10
---- So No we don't romove this configuration '0003-0001'
- --- remove_aberrant_points: The value [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0]
---- Computing the list of the 10 first neighbours of '3033-1010'
+--- The energy of the current configuration (80.89218696331669 mAh)  it is NOT far from the median.
+---  Median :80.89218696331669,   the gap is :  10
+--- So No we don't romove this configuration '303333-0-3'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '222202-3-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3033-1010'
---- Neighbour  0 in the list of neghbours, And at position 137 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222202-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 138 in the X datas point
 --------------
- --- Configuration:  3033-1010
+ --- Configuration:  222202-3-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9521179864.608822
- --- Energy:  66.3571751425295
- --- Workload:  631797000000.0
+ --- Energy efficiency:  15123376505.532131
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 14 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 113 in the X datas point
 --------------
- --- Configuration:  3303-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9340120487.55429
- --- Energy:  67.3857084084629
- --- Workload:  629393000000.0
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 221 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 229 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 251 in the X datas point
 --------------
- --- Configuration:  3333-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9705063131.435669
- --- Energy:  64.55329768339193
- --- Workload:  626491000000.0
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 249 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 272 in the X datas point
 --------------
- --- Configuration:  3030-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5246589716.684155
- --- Energy:  35.71821214035277
- --- Workload:  187399000000.0
+ --- Configuration:  222202-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 367 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  220202-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14401834217.605953
+ --- Energy:  75.0091801682557
+ --- Workload:  1080270000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 396 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16284841418.21427
+ --- Energy:  69.9632088197462
+ --- Workload:  1139340000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 21 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 688 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  022202-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14474880292.739979
+ --- Energy:  72.83305131515111
+ --- Workload:  1054250000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 44 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 12 in the X datas point
 --------------
- --- Configuration:  3000-1000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5326600510.288329
- --- Energy:  36.46450751429702
- --- Workload:  194232000000.0
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3033-1010'
---- Neighbour  0 in the list of neghbours, And at position 249 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222202-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 272 in the X datas point
 --------------
- --- Configuration:  3030-0010
+ --- Configuration:  222202-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5246589716.684155
- --- Energy:  35.71821214035277
- --- Workload:  187399000000.0
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 44 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 396 in the X datas point
 --------------
- --- Configuration:  3000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5326600510.288329
- --- Energy:  36.46450751429702
- --- Workload:  194232000000.0
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16284841418.21427
+ --- Energy:  69.9632088197462
+ --- Workload:  1139340000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 113 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 688 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  022202-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14474880292.739979
+ --- Energy:  72.83305131515111
+ --- Workload:  1054250000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 21 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 367 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  220202-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14401834217.605953
+ --- Energy:  75.0091801682557
+ --- Workload:  1080270000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 221 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 138 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  222202-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15123376505.532131
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 229 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 251 in the X datas point
 --------------
- --- Configuration:  3333-1000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9705063131.435669
- --- Energy:  64.55329768339193
- --- Workload:  626491000000.0
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 137 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 12 in the X datas point
 --------------
- --- Configuration:  3033-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9521179864.608822
- --- Energy:  66.3571751425295
- --- Workload:  631797000000.0
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 14 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  3303-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9340120487.55429
- --- Energy:  67.3857084084629
- --- Workload:  629393000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 21 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 367 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  220202-3-1
+ --- Energy efficiency:  14401834217.605953
+ --- Energy:  75.0091801682557
+ --- Workload:  1080270000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (59.045602086542516 mAh)  it is NOT far from the median.
----  Median :59.045602086542516,   the gap is :  10
---- So No we don't romove this configuration '3033-1010'
- --- remove_aberrant_points: The value [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1]
---- Computing the list of the 10 first neighbours of '1111-0101'
+--- The energy of the current configuration (75.0091801682557 mAh)  it is NOT far from the median.
+---  Median :75.0091801682557,   the gap is :  10
+--- So No we don't romove this configuration '222202-3-1'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '111111-2-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1111-0101'
---- Neighbour  0 in the list of neghbours, And at position 96 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111111-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 103 in the X datas point
 --------------
- --- Configuration:  1111-0101
+ --- Configuration:  111111-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9080672696.233337
- --- Energy:  45.44863666563364
- --- Workload:  412706000000.0
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 138 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 139 in the X datas point
 --------------
- --- Configuration:  1111-0101
+ --- Configuration:  111111-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8622547962.923044
- --- Energy:  48.5763010995366
- --- Workload:  418853000000.0
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 52 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  1101-0202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9914340101.522842
- --- Energy:  65.015157087009
- --- Workload:  644582000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 101 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 48 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6807769026.0124855
- --- Energy:  36.74164741869377
- --- Workload:  250128000000.0
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 200 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 74 in the X datas point
 --------------
- --- Configuration:  0111-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6254338947.644929
- --- Energy:  35.98594879953233
- --- Workload:  225068000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 205 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 83 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6759862639.591164
- --- Energy:  36.90475887640218
- --- Workload:  249471000000.0
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 98 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 38 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  1110-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  2905397356.669485
- --- Energy:  30.668041259477853
- --- Workload:  89102900000.0
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 48 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 140 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 55 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 158 in the X datas point
 --------------
- --- Configuration:  2002-0101
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8950387999.31977
- --- Energy:  47.4541739001796
- --- Workload:  424732000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1111-0101'
---- Neighbour  0 in the list of neghbours, And at position 38 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111111-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 48 in the X datas point
 --------------
- --- Configuration:  1110-0000
+ --- Configuration:  111011-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2905397356.669485
- --- Energy:  30.668041259477853
- --- Workload:  89102900000.0
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 200 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 140 in the X datas point
 --------------
- --- Configuration:  0111-0001
+ --- Configuration:  111111-1-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6254338947.644929
- --- Energy:  35.98594879953233
- --- Workload:  225068000000.0
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 101 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6807769026.0124855
- --- Energy:  36.74164741869377
- --- Workload:  250128000000.0
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 205 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 139 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6759862639.591164
- --- Energy:  36.90475887640218
- --- Workload:  249471000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 48 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 158 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 96 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 74 in the X datas point
 --------------
- --- Configuration:  1111-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9080672696.233337
- --- Energy:  45.44863666563364
- --- Workload:  412706000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 55 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  2002-0101
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8950387999.31977
- --- Energy:  47.4541739001796
- --- Workload:  424732000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 138 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 103 in the X datas point
 --------------
- --- Configuration:  1111-0101
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8622547962.923044
- --- Energy:  48.5763010995366
- --- Workload:  418853000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 83 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 52 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 98 in the X datas point
 --------------
- --- Configuration:  1101-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9914340101.522842
- --- Energy:  65.015157087009
- --- Workload:  644582000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 48 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 158 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  222222-2-3
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (40.0701934667281 mAh)  it is NOT far from the median.
----  Median :40.0701934667281,   the gap is :  10
---- So No we don't romove this configuration '1111-0101'
- --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '0100-3000'
+--- The energy of the current configuration (81.9077463484616 mAh)  it is NOT far from the median.
+---  Median :81.9077463484616,   the gap is :  10
+--- So No we don't romove this configuration '111111-2-3'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '111111-1-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0100-3000'
---- Neighbour  0 in the list of neghbours, And at position 139 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111111-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 140 in the X datas point
 --------------
- --- Configuration:  0100-3000
+ --- Configuration:  111111-1-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4292324465.390988
- --- Energy:  34.94046355190528
- --- Workload:  149976000000.0
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 24 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 247 in the X datas point
 --------------
- --- Configuration:  0000-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13225816264.315292
+ --- Energy:  70.9803740450458
+ --- Workload:  938774000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 191 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 706 in the X datas point
 --------------
- --- Configuration:  1100-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5338401255.591975
- --- Energy:  35.023609845408956
- --- Workload:  186970000000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13008417747.124165
+ --- Energy:  74.45417223065692
+ --- Workload:  968531000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 25 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Configuration:  0000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5789616901.049658
- --- Energy:  42.05795824330537
- --- Workload:  243499000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 76 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 94 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 250 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 103 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3452478361.591869
- --- Energy:  34.331593464755564
- --- Workload:  118529000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 9 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 131 in the X datas point
 --------------
- --- Configuration:  0010-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6532788063.289651
- --- Energy:  42.64544340651106
- --- Workload:  278594000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 26 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 139 in the X datas point
 --------------
- --- Configuration:  0000-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7665772326.561901
- --- Energy:  48.682465076838824
- --- Workload:  373189000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 323 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  101111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12292321232.772312
+ --- Energy:  77.79688045119694
+ --- Workload:  956304000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0100-3000'
---- Neighbour  0 in the list of neghbours, And at position 250 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111111-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Configuration:  0000-2000
+ --- Configuration:  111111-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3452478361.591869
- --- Energy:  34.331593464755564
- --- Workload:  118529000000.0
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 139 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 131 in the X datas point
 --------------
- --- Configuration:  0100-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4292324465.390988
- --- Energy:  34.94046355190528
- --- Workload:  149976000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 191 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 247 in the X datas point
 --------------
- --- Configuration:  1100-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5338401255.591975
- --- Energy:  35.023609845408956
- --- Workload:  186970000000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13225816264.315292
+ --- Energy:  70.9803740450458
+ --- Workload:  938774000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 76 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 140 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 24 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 706 in the X datas point
 --------------
- --- Configuration:  0000-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13008417747.124165
+ --- Energy:  74.45417223065692
+ --- Workload:  968531000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 323 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  101111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12292321232.772312
+ --- Energy:  77.79688045119694
+ --- Workload:  956304000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 139 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 25 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 94 in the X datas point
 --------------
- --- Configuration:  0000-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5789616901.049658
- --- Energy:  42.05795824330537
- --- Workload:  243499000000.0
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 9 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  0010-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6532788063.289651
- --- Energy:  42.64544340651106
- --- Workload:  278594000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 26 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 103 in the X datas point
 --------------
- --- Configuration:  0000-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7665772326.561901
- --- Energy:  48.682465076838824
- --- Workload:  373189000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 24 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 706 in the X datas point
 --------------
- --- Configuration:  0000-3000
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Configuration:  111111-1-3
+ --- Energy efficiency:  13008417747.124165
+ --- Energy:  74.45417223065692
+ --- Workload:  968531000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (35.59789292409111 mAh)  it is NOT far from the median.
----  Median :35.59789292409111,   the gap is :  10
---- So No we don't romove this configuration '0100-3000'
- --- remove_aberrant_points: The value [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '2020-1000'
+--- The energy of the current configuration (74.45417223065692 mAh)  it is NOT far from the median.
+---  Median :74.45417223065692,   the gap is :  10
+--- So No we don't romove this configuration '111111-1-3'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '111110-1-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2020-1000'
---- Neighbour  0 in the list of neghbours, And at position 140 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111110-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 89 in the X datas point
 --------------
- --- Configuration:  2020-1000
+ --- Configuration:  111110-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6005284650.492433
- --- Energy:  34.65163368892841
- --- Workload:  208093000000.0
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 141 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 230 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 417 in the X datas point
 --------------
- --- Configuration:  2020-1100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7567673924.06596
- --- Energy:  41.73681879685515
- --- Workload:  315850000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11201155959.295
+ --- Energy:  34.4916252352497
+ --- Workload:  386346000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 34 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 3 in the X datas point
 --------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 39 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 167 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3029054692.61153
- --- Energy:  30.508250558695604
- --- Workload:  92411200000.0
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 44 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 172 in the X datas point
 --------------
- --- Configuration:  3000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5326600510.288329
- --- Energy:  36.46450751429702
- --- Workload:  194232000000.0
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 209 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 69 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 325 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  111110-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14911863431.18995
+ --- Energy:  40.707805921643576
+ --- Workload:  607029000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 97 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 347 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2991522026.5766816
- --- Energy:  30.63396781022152
- --- Workload:  91642100000.0
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 112 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 427 in the X datas point
 --------------
- --- Configuration:  0020-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4244013818.5089927
- --- Energy:  35.41951635507749
- --- Workload:  150321000000.0
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10275982049.914555
+ --- Energy:  33.06575864579996
+ --- Workload:  339783000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2020-1000'
---- Neighbour  0 in the list of neghbours, And at position 34 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111110-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 3 in the X datas point
 --------------
- --- Configuration:  2000-0000
+ --- Configuration:  101110-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 39 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 172 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3029054692.61153
- --- Energy:  30.508250558695604
- --- Workload:  92411200000.0
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 97 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 209 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2991522026.5766816
- --- Energy:  30.63396781022152
- --- Workload:  91642100000.0
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 140 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 89 in the X datas point
 --------------
- --- Configuration:  2020-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6005284650.492433
- --- Energy:  34.65163368892841
- --- Workload:  208093000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 112 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 427 in the X datas point
 --------------
- --- Configuration:  0020-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4244013818.5089927
- --- Energy:  35.41951635507749
- --- Workload:  150321000000.0
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10275982049.914555
+ --- Energy:  33.06575864579996
+ --- Workload:  339783000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 69 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 141 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 44 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 417 in the X datas point
 --------------
- --- Configuration:  3000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5326600510.288329
- --- Energy:  36.46450751429702
- --- Workload:  194232000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11201155959.295
+ --- Energy:  34.4916252352497
+ --- Workload:  386346000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 167 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 230 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 325 in the X datas point
 --------------
- --- Configuration:  2020-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7567673924.06596
- --- Energy:  41.73681879685515
- --- Workload:  315850000000.0
+ --- Configuration:  111110-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14911863431.18995
+ --- Energy:  40.707805921643576
+ --- Workload:  607029000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 347 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 112 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 427 in the X datas point
 --------------
- --- Configuration:  0020-2000
- --- Energy efficiency:  4244013818.5089927
- --- Energy:  35.41951635507749
- --- Workload:  150321000000.0
+ --- Configuration:  101110-1-0
+ --- Energy efficiency:  10275982049.914555
+ --- Energy:  33.06575864579996
+ --- Workload:  339783000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (35.41951635507749 mAh)  it is NOT far from the median.
----  Median :35.41951635507749,   the gap is :  10
---- So No we don't romove this configuration '2020-1000'
- --- remove_aberrant_points: The value [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '0202-0200'
+--- The energy of the current configuration (33.06575864579996 mAh)  it is NOT far from the median.
+---  Median :33.06575864579996,   the gap is :  10
+--- So No we don't romove this configuration '111110-1-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0]
+--- Computing the list of the 10 first neighbours of '222022-0-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0202-0200'
---- Neighbour  0 in the list of neghbours, And at position 141 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222022-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 142 in the X datas point
 --------------
- --- Configuration:  0202-0200
+ --- Configuration:  222022-0-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7512075661.626064
- --- Energy:  40.5630522502661
- --- Workload:  304712000000.0
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 82 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 232 in the X datas point
 --------------
- --- Configuration:  0101-0200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5549420363.04308
- --- Energy:  37.334916995372765
- --- Workload:  207187000000.0
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 269 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10478138412.017168
+ --- Energy:  17.9776183946517
+ --- Workload:  188372000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 85 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 510 in the X datas point
 --------------
- --- Configuration:  0001-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4385426351.149858
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+ --- Configuration:  111011-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11392233458.761824
+ --- Energy:  69.72901800554702
+ --- Workload:  794369000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 104 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 640 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4093227346.033253
- --- Energy:  35.39655176899871
- --- Workload:  144886000000.0
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14620310535.395771
+ --- Energy:  81.50438397997827
+ --- Workload:  1191620000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 118 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 16 in the X datas point
 --------------
- --- Configuration:  0222-0300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9750580159.519491
- --- Energy:  43.43833566298026
- --- Workload:  423547000000.0
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 122 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 22 in the X datas point
 --------------
- --- Configuration:  0200-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4242843383.922169
- --- Energy:  35.404255909220375
- --- Workload:  150215000000.0
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 171 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 39 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7192278369.94203
- --- Energy:  51.67993691242756
- --- Workload:  371696000000.0
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 172 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 43 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4197888462.103562
- --- Energy:  35.26956535624208
- --- Workload:  148058000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 75 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0202-0200'
---- Neighbour  0 in the list of neghbours, And at position 172 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222022-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 269 in the X datas point
 --------------
- --- Configuration:  0100-0200
+ --- Configuration:  222022-1-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4197888462.103562
- --- Energy:  35.26956535624208
- --- Workload:  148058000000.0
+ --- Energy efficiency:  10478138412.017168
+ --- Energy:  17.9776183946517
+ --- Workload:  188372000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 104 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 22 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4093227346.033253
- --- Energy:  35.39655176899871
- --- Workload:  144886000000.0
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 122 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 510 in the X datas point
 --------------
- --- Configuration:  0200-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4242843383.922169
- --- Energy:  35.404255909220375
- --- Workload:  150215000000.0
+ --- Configuration:  111011-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11392233458.761824
+ --- Energy:  69.72901800554702
+ --- Workload:  794369000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 85 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 75 in the X datas point
 --------------
- --- Configuration:  0001-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4385426351.149858
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 82 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 43 in the X datas point
 --------------
- --- Configuration:  0101-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5549420363.04308
- --- Energy:  37.334916995372765
- --- Workload:  207187000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 141 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 232 in the X datas point
 --------------
- --- Configuration:  0202-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7512075661.626064
- --- Energy:  40.5630522502661
- --- Workload:  304712000000.0
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 118 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 142 in the X datas point
 --------------
- --- Configuration:  0222-0300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9750580159.519491
- --- Energy:  43.43833566298026
- --- Workload:  423547000000.0
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 171 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 16 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7192278369.94203
- --- Energy:  51.67993691242756
- --- Workload:  371696000000.0
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 640 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14620310535.395771
+ --- Energy:  81.50438397997827
+ --- Workload:  1191620000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 39 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 82 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 43 in the X datas point
 --------------
- --- Configuration:  0101-0200
- --- Energy efficiency:  5549420363.04308
- --- Energy:  37.334916995372765
- --- Workload:  207187000000.0
+ --- Configuration:  333033-0-2
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (37.334916995372765 mAh)  it is NOT far from the median.
----  Median :37.334916995372765,   the gap is :  10
---- So No we don't romove this configuration '0202-0200'
- --- remove_aberrant_points: The value [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0]
---- Computing the list of the 10 first neighbours of '0300-0010'
+--- The energy of the current configuration (72.52828772049172 mAh)  it is NOT far from the median.
+---  Median :72.52828772049172,   the gap is :  10
+--- So No we don't romove this configuration '222022-0-3'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0]
+--- Computing the list of the 10 first neighbours of '220020-0-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0300-0010'
---- Neighbour  0 in the list of neghbours, And at position 142 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220020-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 143 in the X datas point
 --------------
- --- Configuration:  0300-0010
+ --- Configuration:  220020-0-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3550266447.4968843
- --- Energy:  34.61491775303547
- --- Workload:  122892000000.0
+ --- Energy efficiency:  10684388505.734846
+ --- Energy:  63.3690752564047
+ --- Workload:  677060000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 155 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 237 in the X datas point
 --------------
- --- Configuration:  0200-0010
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3751444306.0578322
- --- Energy:  34.495214714826176
- --- Workload:  129407000000.0
+ --- Configuration:  110010-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10831501906.88591
+ --- Energy:  62.4324044343125
+ --- Workload:  676237000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 179 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 22 in the X datas point
 --------------
- --- Configuration:  0300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1047552602.8539523
- --- Energy:  28.209089181571862
- --- Workload:  29550500000.0
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 35 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  110110-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11308622485.386433
+ --- Energy:  64.13091227501518
+ --- Workload:  725232000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 42 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 51 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 142 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 56 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 352 in the X datas point
 --------------
- --- Configuration:  0303-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11831169215.2977
+ --- Energy:  61.61278385319
+ --- Workload:  728951000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 482 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  220222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13826458587.682562
+ --- Energy:  73.62693555372604
+ --- Workload:  1018000000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 5 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 615 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12670208412.258175
+ --- Energy:  62.229672314345905
+ --- Workload:  788463000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 6 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 14 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  333030-0-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0300-0010'
---- Neighbour  0 in the list of neghbours, And at position 179 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220020-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 14 in the X datas point
 --------------
- --- Configuration:  0300-0000
+ --- Configuration:  333030-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1047552602.8539523
- --- Energy:  28.209089181571862
- --- Workload:  29550500000.0
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 51 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 352 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11831169215.2977
+ --- Energy:  61.61278385319
+ --- Workload:  728951000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 5 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 615 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12670208412.258175
+ --- Energy:  62.229672314345905
+ --- Workload:  788463000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 42 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 155 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 237 in the X datas point
 --------------
- --- Configuration:  0200-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3751444306.0578322
- --- Energy:  34.495214714826176
- --- Workload:  129407000000.0
+ --- Configuration:  110010-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10831501906.88591
+ --- Energy:  62.4324044343125
+ --- Workload:  676237000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 142 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 143 in the X datas point
 --------------
- --- Configuration:  0300-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3550266447.4968843
- --- Energy:  34.61491775303547
- --- Workload:  122892000000.0
+ --- Configuration:  220020-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10684388505.734846
+ --- Energy:  63.3690752564047
+ --- Workload:  677060000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 6 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 35 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  110110-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11308622485.386433
+ --- Energy:  64.13091227501518
+ --- Workload:  725232000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 56 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 22 in the X datas point
 --------------
- --- Configuration:  0303-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 482 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  220222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13826458587.682562
+ --- Energy:  73.62693555372604
+ --- Workload:  1018000000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 142 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 155 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 237 in the X datas point
 --------------
- --- Configuration:  0200-0010
- --- Energy efficiency:  3751444306.0578322
- --- Energy:  34.495214714826176
- --- Workload:  129407000000.0
+ --- Configuration:  110010-0-3
+ --- Energy efficiency:  10831501906.88591
+ --- Energy:  62.4324044343125
+ --- Workload:  676237000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (34.495214714826176 mAh)  it is NOT far from the median.
----  Median :34.495214714826176,   the gap is :  10
---- So No we don't romove this configuration '0300-0010'
- --- remove_aberrant_points: The value [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '0200-3330'
+--- The energy of the current configuration (62.4324044343125 mAh)  it is NOT far from the median.
+---  Median :62.4324044343125,   the gap is :  10
+--- So No we don't romove this configuration '220020-0-3'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '033330-3-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0200-3330'
---- Neighbour  0 in the list of neghbours, And at position 143 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033330-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 144 in the X datas point
 --------------
- --- Configuration:  0200-3330
+ --- Configuration:  033330-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8906781623.528154
- --- Energy:  47.48626285009536
- --- Workload:  422949000000.0
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 26 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 11 in the X datas point
 --------------
- --- Configuration:  0000-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7665772326.561901
- --- Energy:  48.682465076838824
- --- Workload:  373189000000.0
+ --- Configuration:  003330-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13704431053.692589
+ --- Energy:  75.87039020058079
+ --- Workload:  1039760000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 123 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 260 in the X datas point
 --------------
- --- Configuration:  2220-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9571301409.852697
- --- Energy:  49.20594289132612
- --- Workload:  470964000000.0
+ --- Configuration:  033030-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7104290991.759023
+ --- Energy:  16.3307947163033
+ --- Workload:  116019000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 204 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  0002-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9147875405.936972
- --- Energy:  51.28673303694986
- --- Workload:  469163000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 217 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 151 in the X datas point
 --------------
- --- Configuration:  1100-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9132169894.888725
- --- Energy:  48.617857913878716
- --- Workload:  443986000000.0
+ --- Configuration:  033033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14103636340.557686
+ --- Energy:  92.8249833568298
+ --- Workload:  1309170000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 242 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 182 in the X datas point
 --------------
- --- Configuration:  2200-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7549106940.648921
- --- Energy:  41.72057827645338
- --- Workload:  314953000000.0
+ --- Configuration:  030330-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13025293818.065302
+ --- Energy:  75.2120882234259
+ --- Workload:  979660000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 25 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 214 in the X datas point
 --------------
- --- Configuration:  0000-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5789616901.049658
- --- Energy:  42.05795824330537
- --- Workload:  243499000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 31 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 242 in the X datas point
 --------------
- --- Configuration:  3000-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8224428196.629629
- --- Energy:  49.410116578739654
- --- Workload:  406369000000.0
+ --- Configuration:  333030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13545491857.12757
+ --- Energy:  82.3838251863148
+ --- Workload:  1115930000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 57 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 374 in the X datas point
 --------------
- --- Configuration:  0101-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9185604320.908272
- --- Energy:  48.9191931692468
- --- Workload:  449351000000.0
+ --- Configuration:  022220-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14357811008.1337
+ --- Energy:  74.4883903754354
+ --- Workload:  1069490000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 103 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 393 in the X datas point
 --------------
- --- Configuration:  0101-0330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7878296082.123358
- --- Energy:  42.51302006574951
- --- Workload:  334929000000.0
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15121089686.207148
+ --- Energy:  96.9268799133665
+ --- Workload:  1465640000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0200-3330'
---- Neighbour  0 in the list of neghbours, And at position 242 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033330-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 260 in the X datas point
 --------------
- --- Configuration:  2200-3300
+ --- Configuration:  033030-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7549106940.648921
- --- Energy:  41.72057827645338
- --- Workload:  314953000000.0
+ --- Energy efficiency:  7104290991.759023
+ --- Energy:  16.3307947163033
+ --- Workload:  116019000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 25 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 374 in the X datas point
 --------------
- --- Configuration:  0000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5789616901.049658
- --- Energy:  42.05795824330537
- --- Workload:  243499000000.0
+ --- Configuration:  022220-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14357811008.1337
+ --- Energy:  74.4883903754354
+ --- Workload:  1069490000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 103 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 182 in the X datas point
 --------------
- --- Configuration:  0101-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7878296082.123358
- --- Energy:  42.51302006574951
- --- Workload:  334929000000.0
+ --- Configuration:  030330-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13025293818.065302
+ --- Energy:  75.2120882234259
+ --- Workload:  979660000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 143 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 11 in the X datas point
 --------------
- --- Configuration:  0200-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8906781623.528154
- --- Energy:  47.48626285009536
- --- Workload:  422949000000.0
+ --- Configuration:  003330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13704431053.692589
+ --- Energy:  75.87039020058079
+ --- Workload:  1039760000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 217 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 144 in the X datas point
 --------------
- --- Configuration:  1100-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9132169894.888725
- --- Energy:  48.617857913878716
- --- Workload:  443986000000.0
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 26 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 242 in the X datas point
 --------------
- --- Configuration:  0000-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7665772326.561901
- --- Energy:  48.682465076838824
- --- Workload:  373189000000.0
+ --- Configuration:  333030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13545491857.12757
+ --- Energy:  82.3838251863148
+ --- Workload:  1115930000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 57 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  0101-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9185604320.908272
- --- Energy:  48.9191931692468
- --- Workload:  449351000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 123 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 151 in the X datas point
 --------------
- --- Configuration:  2220-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9571301409.852697
- --- Energy:  49.20594289132612
- --- Workload:  470964000000.0
+ --- Configuration:  033033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14103636340.557686
+ --- Energy:  92.8249833568298
+ --- Workload:  1309170000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 31 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 393 in the X datas point
 --------------
- --- Configuration:  3000-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8224428196.629629
- --- Energy:  49.410116578739654
- --- Workload:  406369000000.0
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15121089686.207148
+ --- Energy:  96.9268799133665
+ --- Workload:  1465640000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 204 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 214 in the X datas point
 --------------
- --- Configuration:  0002-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9147875405.936972
- --- Energy:  51.28673303694986
- --- Workload:  469163000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 217 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 144 in the X datas point
 --------------
- --- Configuration:  1100-3330
- --- Energy efficiency:  9132169894.888725
- --- Energy:  48.617857913878716
- --- Workload:  443986000000.0
+ --- Configuration:  033330-3-2
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (48.617857913878716 mAh)  it is NOT far from the median.
----  Median :48.617857913878716,   the gap is :  10
---- So No we don't romove this configuration '0200-3330'
- --- remove_aberrant_points: The value [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 0.0, 1, 1, 0, 1]
---- Computing the list of the 10 first neighbours of '3333-1101'
+--- The energy of the current configuration (79.7127969833484 mAh)  it is NOT far from the median.
+---  Median :79.7127969833484,   the gap is :  10
+--- So No we don't romove this configuration '033330-3-2'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '111111-2-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3333-1101'
---- Neighbour  0 in the list of neghbours, And at position 144 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111111-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 145 in the X datas point
 --------------
- --- Configuration:  3333-1101
+ --- Configuration:  111111-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  10947566629.6274
- --- Energy:  79.26313007840331
- --- Workload:  867738000000.0
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 175 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 265 in the X datas point
 --------------
- --- Configuration:  3333-1111
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  11523551835.240866
- --- Energy:  83.54140347554512
- --- Workload:  962694000000.0
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5524617696.455405
+ --- Energy:  13.7189335182749
+ --- Workload:  75791800000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 59 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  3330-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9820095844.135439
- --- Energy:  58.230522602615636
- --- Workload:  571832000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 93 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  3003-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9428892010.8998
- --- Energy:  67.46193459835338
- --- Workload:  636090000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 116 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 167 in the X datas point
 --------------
- --- Configuration:  3330-2202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10286076355.602003
- --- Energy:  84.88778487940925
- --- Workload:  873162000000.0
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 159 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 198 in the X datas point
 --------------
- --- Configuration:  3330-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8262619084.997563
- --- Energy:  42.07329975259821
- --- Workload:  347637000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 189 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 213 in the X datas point
 --------------
- --- Configuration:  3333-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9681573061.991112
- --- Energy:  64.59775499830239
- --- Workload:  625410000000.0
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13997917109.93404
+ --- Energy:  44.3851855395692
+ --- Workload:  621300000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 193 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 217 in the X datas point
 --------------
- --- Configuration:  3030-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9152396555.037937
- --- Energy:  48.568093302538465
- --- Workload:  444514000000.0
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13731963066.512136
+ --- Energy:  45.342545639677
+ --- Workload:  622642000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 229 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 345 in the X datas point
 --------------
- --- Configuration:  3333-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9705063131.435669
- --- Energy:  64.55329768339193
- --- Workload:  626491000000.0
+ --- Configuration:  011111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13720451293.083933
+ --- Energy:  45.25936522348479
+ --- Workload:  620979000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 347 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3333-1101'
---- Neighbour  0 in the list of neghbours, And at position 159 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111111-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 265 in the X datas point
 --------------
- --- Configuration:  3330-0101
+ --- Configuration:  111111-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8262619084.997563
- --- Energy:  42.07329975259821
- --- Workload:  347637000000.0
+ --- Energy efficiency:  5524617696.455405
+ --- Energy:  13.7189335182749
+ --- Workload:  75791800000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 193 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 167 in the X datas point
 --------------
- --- Configuration:  3030-1101
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9152396555.037937
- --- Energy:  48.568093302538465
- --- Workload:  444514000000.0
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 59 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 213 in the X datas point
 --------------
- --- Configuration:  3330-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9820095844.135439
- --- Energy:  58.230522602615636
- --- Workload:  571832000000.0
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13997917109.93404
+ --- Energy:  44.3851855395692
+ --- Workload:  621300000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 347 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 229 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 345 in the X datas point
 --------------
- --- Configuration:  3333-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9705063131.435669
- --- Energy:  64.55329768339193
- --- Workload:  626491000000.0
+ --- Configuration:  011111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13720451293.083933
+ --- Energy:  45.25936522348479
+ --- Workload:  620979000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 189 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 217 in the X datas point
 --------------
- --- Configuration:  3333-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9681573061.991112
- --- Energy:  64.59775499830239
- --- Workload:  625410000000.0
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13731963066.512136
+ --- Energy:  45.342545639677
+ --- Workload:  622642000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 93 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 145 in the X datas point
 --------------
- --- Configuration:  3003-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9428892010.8998
- --- Energy:  67.46193459835338
- --- Workload:  636090000000.0
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 144 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  3333-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10947566629.6274
- --- Energy:  79.26313007840331
- --- Workload:  867738000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 175 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  3333-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11523551835.240866
- --- Energy:  83.54140347554512
- --- Workload:  962694000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 116 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 198 in the X datas point
 --------------
- --- Configuration:  3330-2202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10286076355.602003
- --- Energy:  84.88778487940925
- --- Workload:  873162000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 229 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 345 in the X datas point
 --------------
- --- Configuration:  3333-1000
- --- Energy efficiency:  9705063131.435669
- --- Energy:  64.55329768339193
- --- Workload:  626491000000.0
+ --- Configuration:  011111-2-0
+ --- Energy efficiency:  13720451293.083933
+ --- Energy:  45.25936522348479
+ --- Workload:  620979000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (79.26313007840331 mAh)  is far from the median.
----  Median :64.55329768339193,   the gap is :  10
---- So yes we remove this configuration '3333-1101'
---- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 0.0, 1, 1, 0, 1] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 2.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '3333-3000'
+--- The energy of the current configuration (45.25936522348479 mAh)  it is NOT far from the median.
+---  Median :45.25936522348479,   the gap is :  10
+--- So No we don't romove this configuration '111111-2-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '111101-1-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3333-3000'
---- Neighbour  0 in the list of neghbours, And at position 22 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111101-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 38 in the X datas point
 --------------
- --- Configuration:  3333-3000
+ --- Configuration:  111101-1-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9400881802.713095
- --- Energy:  66.34289826476824
- --- Workload:  623684000000.0
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 145 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 146 in the X datas point
 --------------
- --- Configuration:  3333-3000
+ --- Configuration:  111101-1-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9639669166.554203
- --- Energy:  64.97706889442466
- --- Workload:  626356000000.0
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 23 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 341 in the X datas point
 --------------
- --- Configuration:  3333-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16077609838.211012
+ --- Energy:  40.36593190681932
+ --- Workload:  648988000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 28 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 490 in the X datas point
 --------------
- --- Configuration:  3330-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929324771.852247
+ --- Energy:  40.838573735993684
+ --- Workload:  650531000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 228 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 4 in the X datas point
 --------------
- --- Configuration:  0333-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8547519937.090253
- --- Energy:  58.44164899316907
- --- Workload:  499532000000.0
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 1 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 54 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 234 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Configuration:  3330-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7804268935.107504
- --- Energy:  38.575829271360156
- --- Workload:  301057000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 29 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 113 in the X datas point
 --------------
- --- Configuration:  3000-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 41 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3333-3000'
---- Neighbour  0 in the list of neghbours, And at position 29 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111101-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 4 in the X datas point
 --------------
- --- Configuration:  3000-3000
+ --- Configuration:  111101-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 54 in the X datas point
 --------------
- --- Configuration:  3300-3000
+ --- Configuration:  110101-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 41 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 341 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16077609838.211012
+ --- Energy:  40.36593190681932
+ --- Workload:  648988000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 28 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 490 in the X datas point
 --------------
- --- Configuration:  3330-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929324771.852247
+ --- Energy:  40.838573735993684
+ --- Workload:  650531000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 234 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 146 in the X datas point
 --------------
- --- Configuration:  3330-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7804268935.107504
- --- Energy:  38.575829271360156
- --- Workload:  301057000000.0
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 1 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 38 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 228 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  0333-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8547519937.090253
- --- Energy:  58.44164899316907
- --- Workload:  499532000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 145 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  3333-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9639669166.554203
- --- Energy:  64.97706889442466
- --- Workload:  626356000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 22 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Configuration:  3333-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9400881802.713095
- --- Energy:  66.34289826476824
- --- Workload:  623684000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 23 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 113 in the X datas point
 --------------
- --- Configuration:  3333-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 234 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 146 in the X datas point
 --------------
- --- Configuration:  3330-2000
- --- Energy efficiency:  7804268935.107504
- --- Energy:  38.575829271360156
- --- Workload:  301057000000.0
+ --- Configuration:  111101-1-1
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (64.97706889442466 mAh)  is far from the median.
----  Median :38.575829271360156,   the gap is :  10
---- So yes we remove this configuration '3333-3000'
---- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 2.0, 1, 0, 0, 0] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 0, 1.0, 0, 0, 1, 1]
---- Computing the list of the 10 first neighbours of '2000-0022'
+--- The energy of the current configuration (41.1716606409971 mAh)  it is NOT far from the median.
+---  Median :41.1716606409971,   the gap is :  10
+--- So No we don't romove this configuration '111101-1-1'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '111111-2-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2000-0022'
---- Neighbour  0 in the list of neghbours, And at position 146 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111111-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 103 in the X datas point
 --------------
- --- Configuration:  2000-0022
+ --- Configuration:  111111-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8308684236.764266
- --- Energy:  64.3370683100252
- --- Workload:  534556000000.0
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 98 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 139 in the X datas point
 --------------
- --- Configuration:  2020-0022
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8754497623.153894
- --- Energy:  65.93701913313123
- --- Workload:  577244000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 164 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  3000-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6788774083.176061
- --- Energy:  41.16379423683102
- --- Workload:  279451000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 173 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 48 in the X datas point
 --------------
- --- Configuration:  2200-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6207016411.351391
- --- Energy:  47.115411060327354
- --- Workload:  292447000000.0
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 34 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 74 in the X datas point
 --------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 49 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 83 in the X datas point
 --------------
- --- Configuration:  3000-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8354358468.81318
- --- Energy:  64.35822134376
- --- Workload:  537670000000.0
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 54 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 98 in the X datas point
 --------------
- --- Configuration:  1001-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7043096708.760907
- --- Energy:  47.6050128004243
- --- Workload:  335286000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 63 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  0002-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4969363871.73078
- --- Energy:  42.2836539731841
- --- Workload:  210123000000.0
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 65 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 140 in the X datas point
 --------------
- --- Configuration:  1000-0030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3845281263.097989
- --- Energy:  39.12249647942367
- --- Workload:  150437000000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 69 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 158 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2000-0022'
---- Neighbour  0 in the list of neghbours, And at position 34 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111111-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 48 in the X datas point
 --------------
- --- Configuration:  2000-0000
+ --- Configuration:  111011-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 69 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 140 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 65 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  1000-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3845281263.097989
- --- Energy:  39.12249647942367
- --- Workload:  150437000000.0
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 164 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 139 in the X datas point
 --------------
- --- Configuration:  3000-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6788774083.176061
- --- Energy:  41.16379423683102
- --- Workload:  279451000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 63 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 158 in the X datas point
 --------------
- --- Configuration:  0002-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4969363871.73078
- --- Energy:  42.2836539731841
- --- Workload:  210123000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 173 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 74 in the X datas point
 --------------
- --- Configuration:  2200-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6207016411.351391
- --- Energy:  47.115411060327354
- --- Workload:  292447000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 54 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  1001-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7043096708.760907
- --- Energy:  47.6050128004243
- --- Workload:  335286000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 146 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 103 in the X datas point
 --------------
- --- Configuration:  2000-0022
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8308684236.764266
- --- Energy:  64.3370683100252
- --- Workload:  534556000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 49 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 83 in the X datas point
 --------------
- --- Configuration:  3000-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8354358468.81318
- --- Energy:  64.35822134376
- --- Workload:  537670000000.0
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
 --------------
 --- Neighbour  9 in the list of neghbours, And at position 98 in the X datas point
 --------------
- --- Configuration:  2020-0022
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8754497623.153894
- --- Energy:  65.93701913313123
- --- Workload:  577244000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 63 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 158 in the X datas point
 --------------
- --- Configuration:  0002-0020
- --- Energy efficiency:  4969363871.73078
- --- Energy:  42.2836539731841
- --- Workload:  210123000000.0
+ --- Configuration:  222222-2-3
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (64.3370683100252 mAh)  is far from the median.
----  Median :42.2836539731841,   the gap is :  10
---- So yes we remove this configuration '2000-0022'
---- remove_aberrant_points: The value [1.0, 1, 0, 0, 0, 1.0, 0, 0, 1, 1] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '1010-2000'
+--- The energy of the current configuration (81.9077463484616 mAh)  it is NOT far from the median.
+---  Median :81.9077463484616,   the gap is :  10
+--- So No we don't romove this configuration '111111-2-3'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '333300-1-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1010-2000'
---- Neighbour  0 in the list of neghbours, And at position 147 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333300-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 63 in the X datas point
 --------------
- --- Configuration:  1010-2000
+ --- Configuration:  333300-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5000900162.029165
- --- Energy:  35.48607288213239
- --- Workload:  177462000000.0
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 148 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10583914566.641617
+ --- Energy:  32.1859127423429
+ --- Workload:  340653000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 529 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10992187852.093517
+ --- Energy:  31.06062061477282
+ --- Workload:  341424000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 47 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 234 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 69 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 261 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  333330-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5609028291.9387045
+ --- Energy:  13.4893048354332
+ --- Workload:  75662100000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 76 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 306 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Configuration:  333300-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12877238669.53101
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 112 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 58 in the X datas point
 --------------
- --- Configuration:  0020-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4244013818.5089927
- --- Energy:  35.41951635507749
- --- Workload:  150321000000.0
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 117 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 192 in the X datas point
 --------------
- --- Configuration:  1011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8782098570.274353
- --- Energy:  43.085080854083536
- --- Workload:  378377000000.0
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 140 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 209 in the X datas point
 --------------
- --- Configuration:  2020-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6005284650.492433
- --- Energy:  34.65163368892841
- --- Workload:  208093000000.0
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 190 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 287 in the X datas point
 --------------
- --- Configuration:  1000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6563747111.951271
- --- Energy:  40.76551455796704
- --- Workload:  267574000000.0
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1010-2000'
---- Neighbour  0 in the list of neghbours, And at position 140 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333300-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 261 in the X datas point
 --------------
- --- Configuration:  2020-1000
+ --- Configuration:  333330-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6005284650.492433
- --- Energy:  34.65163368892841
- --- Workload:  208093000000.0
+ --- Energy efficiency:  5609028291.9387045
+ --- Energy:  13.4893048354332
+ --- Workload:  75662100000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 76 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 529 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10992187852.093517
+ --- Energy:  31.06062061477282
+ --- Workload:  341424000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 112 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 209 in the X datas point
 --------------
- --- Configuration:  0020-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4244013818.5089927
- --- Energy:  35.41951635507749
- --- Workload:  150321000000.0
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 147 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 148 in the X datas point
 --------------
- --- Configuration:  1010-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5000900162.029165
- --- Energy:  35.48607288213239
- --- Workload:  177462000000.0
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10583914566.641617
+ --- Energy:  32.1859127423429
+ --- Workload:  340653000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 69 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 63 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 58 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 234 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 47 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 287 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 190 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 306 in the X datas point
 --------------
- --- Configuration:  1000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6563747111.951271
- --- Energy:  40.76551455796704
- --- Workload:  267574000000.0
+ --- Configuration:  333300-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12877238669.53101
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 117 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 192 in the X datas point
 --------------
- --- Configuration:  1011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8782098570.274353
- --- Energy:  43.085080854083536
- --- Workload:  378377000000.0
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 69 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 63 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  333300-1-0
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (36.241340818491324 mAh)  it is NOT far from the median.
----  Median :36.241340818491324,   the gap is :  10
---- So No we don't romove this configuration '1010-2000'
- --- remove_aberrant_points: The value [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 1]
---- Computing the list of the 10 first neighbours of '3030-2002'
+--- The energy of the current configuration (32.97385398783962 mAh)  it is NOT far from the median.
+---  Median :32.97385398783962,   the gap is :  10
+--- So No we don't romove this configuration '333300-1-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '111011-0-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3030-2002'
---- Neighbour  0 in the list of neghbours, And at position 148 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111011-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 149 in the X datas point
 --------------
- --- Configuration:  3030-2002
+ --- Configuration:  111011-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8823477508.95583
- --- Energy:  65.30338482528335
- --- Workload:  576204000000.0
+ --- Energy efficiency:  7219330479.29135
+ --- Energy:  28.6387646642511
+ --- Workload:  206752000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 150 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 70 in the X datas point
 --------------
- --- Configuration:  3030-1001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8447801037.389967
- --- Energy:  43.884169684615244
- --- Workload:  370724000000.0
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 215 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 183 in the X datas point
 --------------
- --- Configuration:  3030-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5441732647.675019
- --- Energy:  35.287807273153724
- --- Workload:  192027000000.0
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 208 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  111011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11532602089.476847
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 388 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12210772587.792402
+ --- Energy:  40.0698805124967
+ --- Workload:  489284000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 89 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 765 in the X datas point
 --------------
- --- Configuration:  0030-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4809102669.532892
- --- Energy:  35.93660318178646
- --- Workload:  172823000000.0
+ --- Configuration:  011011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6266331626.802354
+ --- Energy:  12.105878961419078
+ --- Workload:  75859500000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 114 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 4 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3742206854.226074
- --- Energy:  34.88131927324178
- --- Workload:  130533000000.0
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 116 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 90 in the X datas point
 --------------
- --- Configuration:  3330-2202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10286076355.602003
- --- Energy:  84.88778487940925
- --- Workload:  873162000000.0
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 193 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 155 in the X datas point
 --------------
- --- Configuration:  3030-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9152396555.037937
- --- Energy:  48.568093302538465
- --- Workload:  444514000000.0
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 234 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 167 in the X datas point
 --------------
- --- Configuration:  3330-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7804268935.107504
- --- Energy:  38.575829271360156
- --- Workload:  301057000000.0
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3030-2002'
---- Neighbour  0 in the list of neghbours, And at position 114 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111011-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 765 in the X datas point
 --------------
- --- Configuration:  3000-2000
+ --- Configuration:  011011-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3742206854.226074
- --- Energy:  34.88131927324178
- --- Workload:  130533000000.0
+ --- Energy efficiency:  6266331626.802354
+ --- Energy:  12.105878961419078
+ --- Workload:  75859500000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 215 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 90 in the X datas point
 --------------
- --- Configuration:  3030-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5441732647.675019
- --- Energy:  35.287807273153724
- --- Workload:  192027000000.0
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 89 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 4 in the X datas point
 --------------
- --- Configuration:  0030-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4809102669.532892
- --- Energy:  35.93660318178646
- --- Workload:  172823000000.0
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 70 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 234 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 149 in the X datas point
 --------------
- --- Configuration:  3330-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7804268935.107504
- --- Energy:  38.575829271360156
- --- Workload:  301057000000.0
+ --- Configuration:  111011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7219330479.29135
+ --- Energy:  28.6387646642511
+ --- Workload:  206752000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 208 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  111011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11532602089.476847
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 150 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 167 in the X datas point
 --------------
- --- Configuration:  3030-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8447801037.389967
- --- Energy:  43.884169684615244
- --- Workload:  370724000000.0
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 193 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 183 in the X datas point
 --------------
- --- Configuration:  3030-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9152396555.037937
- --- Energy:  48.568093302538465
- --- Workload:  444514000000.0
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 148 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 388 in the X datas point
 --------------
- --- Configuration:  3030-2002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8823477508.95583
- --- Energy:  65.30338482528335
- --- Workload:  576204000000.0
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12210772587.792402
+ --- Energy:  40.0698805124967
+ --- Workload:  489284000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 116 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 155 in the X datas point
 --------------
- --- Configuration:  3330-2202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10286076355.602003
- --- Energy:  84.88778487940925
- --- Workload:  873162000000.0
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 234 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 149 in the X datas point
 --------------
- --- Configuration:  3330-2000
- --- Energy efficiency:  7804268935.107504
- --- Energy:  38.575829271360156
- --- Workload:  301057000000.0
+ --- Configuration:  111011-0-0
+ --- Energy efficiency:  7219330479.29135
+ --- Energy:  28.6387646642511
+ --- Workload:  206752000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (65.30338482528335 mAh)  is far from the median.
----  Median :38.575829271360156,   the gap is :  10
---- So yes we remove this configuration '3030-2002'
---- remove_aberrant_points: The value [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 1] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1]
---- Computing the list of the 10 first neighbours of '0033-0011'
+--- The energy of the current configuration (28.6387646642511 mAh)  it is NOT far from the median.
+---  Median :28.6387646642511,   the gap is :  10
+--- So No we don't romove this configuration '111011-0-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '220202-1-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0033-0011'
---- Neighbour  0 in the list of neghbours, And at position 149 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220202-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 150 in the X datas point
 --------------
- --- Configuration:  0033-0011
+ --- Configuration:  220202-1-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8411277841.329655
- --- Energy:  59.541753106093076
- --- Workload:  500822000000.0
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 106 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 581 in the X datas point
 --------------
- --- Configuration:  0333-0011
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9607255399.277534
- --- Energy:  65.95120166169613
- --- Workload:  633609000000.0
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15557640279.352987
+ --- Energy:  50.470000516399516
+ --- Workload:  785194000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 136 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 165 in the X datas point
 --------------
- --- Configuration:  0003-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5256269415.345153
- --- Energy:  45.78293727571249
- --- Workload:  240648000000.0
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 5 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 241 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  220202-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14004896111.680643
+ --- Energy:  43.9976841972795
+ --- Workload:  616183000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 6 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 318 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  330303-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14023081992.960411
+ --- Energy:  66.12237864852598
+ --- Workload:  927239000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 15 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 33 in the X datas point
 --------------
- --- Configuration:  0003-1001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 60 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 38 in the X datas point
 --------------
- --- Configuration:  0330-0111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7854719115.244439
- --- Energy:  56.794731664850964
- --- Workload:  446108000000.0
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 134 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 54 in the X datas point
 --------------
- --- Configuration:  0033-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8384408354.2244835
- --- Energy:  59.697236073290554
- --- Workload:  500528000000.0
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 137 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 113 in the X datas point
 --------------
- --- Configuration:  3033-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9521179864.608822
- --- Energy:  66.3571751425295
- --- Workload:  631797000000.0
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 157 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 146 in the X datas point
 --------------
- --- Configuration:  0022-1111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11384996168.94879
- --- Energy:  60.652013004669556
- --- Workload:  690523000000.0
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0033-0011'
---- Neighbour  0 in the list of neghbours, And at position 5 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220202-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 54 in the X datas point
 --------------
- --- Configuration:  0030-0000
+ --- Configuration:  110101-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 6 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 146 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 136 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 38 in the X datas point
 --------------
- --- Configuration:  0003-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5256269415.345153
- --- Energy:  45.78293727571249
- --- Workload:  240648000000.0
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 15 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 241 in the X datas point
 --------------
- --- Configuration:  0003-1001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  220202-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14004896111.680643
+ --- Energy:  43.9976841972795
+ --- Workload:  616183000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 60 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 33 in the X datas point
 --------------
- --- Configuration:  0330-0111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7854719115.244439
- --- Energy:  56.794731664850964
- --- Workload:  446108000000.0
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 149 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 150 in the X datas point
 --------------
- --- Configuration:  0033-0011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8411277841.329655
- --- Energy:  59.541753106093076
- --- Workload:  500822000000.0
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 134 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 581 in the X datas point
 --------------
- --- Configuration:  0033-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8384408354.2244835
- --- Energy:  59.697236073290554
- --- Workload:  500528000000.0
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15557640279.352987
+ --- Energy:  50.470000516399516
+ --- Workload:  785194000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 157 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 318 in the X datas point
 --------------
- --- Configuration:  0022-1111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11384996168.94879
- --- Energy:  60.652013004669556
- --- Workload:  690523000000.0
+ --- Configuration:  330303-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14023081992.960411
+ --- Energy:  66.12237864852598
+ --- Workload:  927239000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 106 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 113 in the X datas point
 --------------
- --- Configuration:  0333-0011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9607255399.277534
- --- Energy:  65.95120166169613
- --- Workload:  633609000000.0
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 137 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 165 in the X datas point
 --------------
- --- Configuration:  3033-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9521179864.608822
- --- Energy:  66.3571751425295
- --- Workload:  631797000000.0
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 60 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 33 in the X datas point
 --------------
- --- Configuration:  0330-0111
- --- Energy efficiency:  7854719115.244439
- --- Energy:  56.794731664850964
- --- Workload:  446108000000.0
+ --- Configuration:  220222-0-1
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (56.794731664850964 mAh)  it is NOT far from the median.
----  Median :56.794731664850964,   the gap is :  10
---- So No we don't romove this configuration '0033-0011'
- --- remove_aberrant_points: The value [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1]
---- Computing the list of the 10 first neighbours of '3030-1001'
+--- The energy of the current configuration (48.32825169162293 mAh)  it is NOT far from the median.
+---  Median :48.32825169162293,   the gap is :  10
+--- So No we don't romove this configuration '220202-1-1'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '033033-3-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3030-1001'
---- Neighbour  0 in the list of neghbours, And at position 150 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033033-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 151 in the X datas point
 --------------
- --- Configuration:  3030-1001
+ --- Configuration:  033033-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8447801037.389967
- --- Energy:  43.884169684615244
- --- Workload:  370724000000.0
+ --- Energy efficiency:  14103636340.557686
+ --- Energy:  92.8249833568298
+ --- Workload:  1309170000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 187 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  033033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14361976380.293646
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 148 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 260 in the X datas point
 --------------
- --- Configuration:  3030-2002
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8823477508.95583
- --- Energy:  65.30338482528335
- --- Workload:  576204000000.0
+ --- Configuration:  033030-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7104290991.759023
+ --- Energy:  16.3307947163033
+ --- Workload:  116019000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 193 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 389 in the X datas point
 --------------
- --- Configuration:  3030-1101
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9152396555.037937
- --- Energy:  48.568093302538465
- --- Workload:  444514000000.0
+ --- Configuration:  033033-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13292286751.84364
+ --- Energy:  89.2614987149264
+ --- Workload:  1186490000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 44 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  3000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5326600510.288329
- --- Energy:  36.46450751429702
- --- Workload:  194232000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 135 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 144 in the X datas point
 --------------
- --- Configuration:  2022-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10534122128.398308
- --- Energy:  50.34000387088341
- --- Workload:  530288000000.0
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 140 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 214 in the X datas point
 --------------
- --- Configuration:  2020-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6005284650.492433
- --- Energy:  34.65163368892841
- --- Workload:  208093000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 166 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 242 in the X datas point
 --------------
- --- Configuration:  2000-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6591219177.81132
- --- Energy:  41.03159908655608
- --- Workload:  270449000000.0
+ --- Configuration:  333030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13545491857.12757
+ --- Energy:  82.3838251863148
+ --- Workload:  1115930000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 199 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 258 in the X datas point
 --------------
- --- Configuration:  3030-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2117186259.461176
- --- Energy:  28.69675782439391
- --- Workload:  60756400000.0
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15312505263.673683
+ --- Energy:  75.3926735584727
+ --- Workload:  1154450000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 207 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 375 in the X datas point
 --------------
- --- Configuration:  3000-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3629843118.1804323
- --- Energy:  34.55029567760096
- --- Workload:  125412000000.0
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14663208104.648384
+ --- Energy:  102.002963990619
+ --- Workload:  1495690000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3030-1001'
---- Neighbour  0 in the list of neghbours, And at position 199 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033033-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 260 in the X datas point
 --------------
- --- Configuration:  3030-0000
+ --- Configuration:  033030-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2117186259.461176
- --- Energy:  28.69675782439391
- --- Workload:  60756400000.0
+ --- Energy efficiency:  7104290991.759023
+ --- Energy:  16.3307947163033
+ --- Workload:  116019000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 207 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 258 in the X datas point
 --------------
- --- Configuration:  3000-0001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3629843118.1804323
- --- Energy:  34.55029567760096
- --- Workload:  125412000000.0
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15312505263.673683
+ --- Energy:  75.3926735584727
+ --- Workload:  1154450000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 140 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 144 in the X datas point
 --------------
- --- Configuration:  2020-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6005284650.492433
- --- Energy:  34.65163368892841
- --- Workload:  208093000000.0
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 44 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 242 in the X datas point
 --------------
- --- Configuration:  3000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5326600510.288329
- --- Energy:  36.46450751429702
- --- Workload:  194232000000.0
+ --- Configuration:  333030-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13545491857.12757
+ --- Energy:  82.3838251863148
+ --- Workload:  1115930000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 166 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  2000-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6591219177.81132
- --- Energy:  41.03159908655608
- --- Workload:  270449000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 389 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  033033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13292286751.84364
+ --- Energy:  89.2614987149264
+ --- Workload:  1186490000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 150 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 151 in the X datas point
 --------------
- --- Configuration:  3030-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8447801037.389967
- --- Energy:  43.884169684615244
- --- Workload:  370724000000.0
+ --- Configuration:  033033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14103636340.557686
+ --- Energy:  92.8249833568298
+ --- Workload:  1309170000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 193 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 187 in the X datas point
 --------------
- --- Configuration:  3030-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9152396555.037937
- --- Energy:  48.568093302538465
- --- Workload:  444514000000.0
+ --- Configuration:  033033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14361976380.293646
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 135 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 375 in the X datas point
 --------------
- --- Configuration:  2022-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10534122128.398308
- --- Energy:  50.34000387088341
- --- Workload:  530288000000.0
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14663208104.648384
+ --- Energy:  102.002963990619
+ --- Workload:  1495690000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 148 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 214 in the X datas point
 --------------
- --- Configuration:  3030-2002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8823477508.95583
- --- Energy:  65.30338482528335
- --- Workload:  576204000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 166 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  2000-1001
- --- Energy efficiency:  6591219177.81132
- --- Energy:  41.03159908655608
- --- Workload:  270449000000.0
+ --- Configuration:  333333-3-2
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (41.03159908655608 mAh)  it is NOT far from the median.
----  Median :41.03159908655608,   the gap is :  10
---- So No we don't romove this configuration '3030-1001'
- --- remove_aberrant_points: The value [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1]
---- Computing the list of the 10 first neighbours of '0010-0011'
+--- The energy of the current configuration (85.51534231485796 mAh)  it is NOT far from the median.
+---  Median :85.51534231485796,   the gap is :  10
+--- So No we don't romove this configuration '033033-3-2'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '022202-0-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0010-0011'
---- Neighbour  0 in the list of neghbours, And at position 151 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '022202-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 152 in the X datas point
 --------------
- --- Configuration:  0010-0011
+ --- Configuration:  022202-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6634071263.19351
- --- Energy:  41.98663362868059
- --- Workload:  278542000000.0
+ --- Energy efficiency:  10890102530.315323
+ --- Energy:  35.8868812091206
+ --- Workload:  390812000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 6 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 78 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 424 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  033303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10135460428.628622
+ --- Energy:  51.680919654150905
+ --- Workload:  523810000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 81 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 4 in the X datas point
 --------------
- --- Configuration:  0000-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3321398441.599851
- --- Energy:  35.588916806469584
- --- Workload:  118205000000.0
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 109 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 230 in the X datas point
 --------------
- --- Configuration:  0010-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6657080470.788732
- --- Energy:  41.37346586900227
- --- Workload:  275426000000.0
+ --- Configuration:  222222-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14263788804.637444
+ --- Energy:  41.4528641815209
+ --- Workload:  591275000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 110 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 262 in the X datas point
 --------------
- --- Configuration:  0110-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5194211570.625695
- --- Energy:  35.648662348871625
- --- Workload:  185167000000.0
+ --- Configuration:  222202-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10269365455.90848
+ --- Energy:  18.3191369059882
+ --- Workload:  188126000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 203 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 277 in the X datas point
 --------------
- --- Configuration:  0010-0222
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9876153040.867521
- --- Energy:  82.55859277633934
- --- Workload:  815359000000.0
+ --- Configuration:  033333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10524354935.975086
+ --- Energy:  24.0280687781385
+ --- Workload:  252880000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 208 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 356 in the X datas point
 --------------
- --- Configuration:  1011-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8737821661.059898
- --- Energy:  42.79354542763764
- --- Workload:  373921000000.0
+ --- Configuration:  022222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14586168519.839378
+ --- Energy:  45.8860959823931
+ --- Workload:  669302000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 550 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  333303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11588412051.484997
+ --- Energy:  56.880158834189615
+ --- Workload:  659151000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 587 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  222002-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11068387136.763205
+ --- Energy:  35.22248964071155
+ --- Workload:  389856000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0010-0011'
---- Neighbour  0 in the list of neghbours, And at position 17 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '022202-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 262 in the X datas point
 --------------
- --- Configuration:  0000-0000
+ --- Configuration:  222202-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Energy efficiency:  10269365455.90848
+ --- Energy:  18.3191369059882
+ --- Workload:  188126000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 277 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  033333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10524354935.975086
+ --- Energy:  24.0280687781385
+ --- Workload:  252880000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 81 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 4 in the X datas point
 --------------
- --- Configuration:  0000-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3321398441.599851
- --- Energy:  35.588916806469584
- --- Workload:  118205000000.0
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 110 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 587 in the X datas point
 --------------
- --- Configuration:  0110-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5194211570.625695
- --- Energy:  35.648662348871625
- --- Workload:  185167000000.0
+ --- Configuration:  222002-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11068387136.763205
+ --- Energy:  35.22248964071155
+ --- Workload:  389856000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 6 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 152 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  022202-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10890102530.315323
+ --- Energy:  35.8868812091206
+ --- Workload:  390812000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 109 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 78 in the X datas point
 --------------
- --- Configuration:  0010-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6657080470.788732
- --- Energy:  41.37346586900227
- --- Workload:  275426000000.0
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 151 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 230 in the X datas point
 --------------
- --- Configuration:  0010-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6634071263.19351
- --- Energy:  41.98663362868059
- --- Workload:  278542000000.0
+ --- Configuration:  222222-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14263788804.637444
+ --- Energy:  41.4528641815209
+ --- Workload:  591275000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 208 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 356 in the X datas point
 --------------
- --- Configuration:  1011-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8737821661.059898
- --- Energy:  42.79354542763764
- --- Workload:  373921000000.0
+ --- Configuration:  022222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14586168519.839378
+ --- Energy:  45.8860959823931
+ --- Workload:  669302000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 424 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  033303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10135460428.628622
+ --- Energy:  51.680919654150905
+ --- Workload:  523810000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 203 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 550 in the X datas point
 --------------
- --- Configuration:  0010-0222
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9876153040.867521
- --- Energy:  82.55859277633934
- --- Workload:  815359000000.0
+ --- Configuration:  333303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11588412051.484997
+ --- Energy:  56.880158834189615
+ --- Workload:  659151000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 6 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 152 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  022202-0-0
+ --- Energy efficiency:  10890102530.315323
+ --- Energy:  35.8868812091206
+ --- Workload:  390812000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (36.82601141845538 mAh)  it is NOT far from the median.
----  Median :36.82601141845538,   the gap is :  10
---- So No we don't romove this configuration '0010-0011'
- --- remove_aberrant_points: The value [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '2220-0330'
+--- The energy of the current configuration (35.8868812091206 mAh)  it is NOT far from the median.
+---  Median :35.8868812091206,   the gap is :  10
+--- So No we don't romove this configuration '022202-0-0'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '033033-1-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2220-0330'
---- Neighbour  0 in the list of neghbours, And at position 152 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033033-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 153 in the X datas point
 --------------
- --- Configuration:  2220-0330
+ --- Configuration:  033033-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8252186829.509821
- --- Energy:  42.07453960416718
- --- Workload:  347206000000.0
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 123 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 57 in the X datas point
 --------------
- --- Configuration:  2220-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9571301409.852697
- --- Energy:  49.20594289132612
- --- Workload:  470964000000.0
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 158 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 96 in the X datas point
 --------------
- --- Configuration:  2220-0300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6002689204.763734
- --- Energy:  36.30048338737668
- --- Workload:  217901000000.0
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 210 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  033333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 125 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 107 in the X datas point
 --------------
- --- Configuration:  2220-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9479212087.891254
- --- Energy:  49.57175430186782
- --- Workload:  469901000000.0
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 132 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 155 in the X datas point
 --------------
- --- Configuration:  1110-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9413093613.215984
- --- Energy:  49.7061517933472
- --- Workload:  467887000000.0
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 154 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 192 in the X datas point
 --------------
- --- Configuration:  3330-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6057595619.146848
- --- Energy:  36.12486526516549
- --- Workload:  218830000000.0
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 156 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 194 in the X datas point
 --------------
- --- Configuration:  2022-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10619025470.794495
- --- Energy:  49.81557674440745
- --- Workload:  528993000000.0
+ --- Configuration:  333033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14726651262.589447
+ --- Energy:  72.6506326213233
+ --- Workload:  1069900000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 167 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 277 in the X datas point
 --------------
- --- Configuration:  2020-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7467367603.572389
- --- Energy:  42.10385161103808
- --- Workload:  314406000000.0
+ --- Configuration:  033333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10524354935.975086
+ --- Energy:  24.0280687781385
+ --- Workload:  252880000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 168 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 356 in the X datas point
 --------------
- --- Configuration:  2020-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5336236245.851076
- --- Energy:  35.10473595313148
- --- Workload:  187327000000.0
+ --- Configuration:  022222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14586168519.839378
+ --- Energy:  45.8860959823931
+ --- Workload:  669302000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2220-0330'
---- Neighbour  0 in the list of neghbours, And at position 168 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033033-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 277 in the X datas point
 --------------
- --- Configuration:  2020-0030
+ --- Configuration:  033333-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5336236245.851076
- --- Energy:  35.10473595313148
- --- Workload:  187327000000.0
+ --- Energy efficiency:  10524354935.975086
+ --- Energy:  24.0280687781385
+ --- Workload:  252880000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 154 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 155 in the X datas point
 --------------
- --- Configuration:  3330-0030
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6057595619.146848
- --- Energy:  36.12486526516549
- --- Workload:  218830000000.0
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 158 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 356 in the X datas point
 --------------
- --- Configuration:  2220-0300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6002689204.763734
- --- Energy:  36.30048338737668
- --- Workload:  217901000000.0
+ --- Configuration:  022222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14586168519.839378
+ --- Energy:  45.8860959823931
+ --- Workload:  669302000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 152 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 107 in the X datas point
 --------------
- --- Configuration:  2220-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8252186829.509821
- --- Energy:  42.07453960416718
- --- Workload:  347206000000.0
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 167 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 57 in the X datas point
 --------------
- --- Configuration:  2020-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7467367603.572389
- --- Energy:  42.10385161103808
- --- Workload:  314406000000.0
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 123 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 153 in the X datas point
 --------------
- --- Configuration:  2220-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9571301409.852697
- --- Energy:  49.20594289132612
- --- Workload:  470964000000.0
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 125 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 210 in the X datas point
 --------------
- --- Configuration:  2220-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9479212087.891254
- --- Energy:  49.57175430186782
- --- Workload:  469901000000.0
+ --- Configuration:  033333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 132 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 96 in the X datas point
 --------------
- --- Configuration:  1110-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9413093613.215984
- --- Energy:  49.7061517933472
- --- Workload:  467887000000.0
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 156 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 192 in the X datas point
 --------------
- --- Configuration:  2022-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10619025470.794495
- --- Energy:  49.81557674440745
- --- Workload:  528993000000.0
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 194 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  333033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14726651262.589447
+ --- Energy:  72.6506326213233
+ --- Workload:  1069900000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 167 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 57 in the X datas point
 --------------
- --- Configuration:  2020-0220
- --- Energy efficiency:  7467367603.572389
- --- Energy:  42.10385161103808
- --- Workload:  314406000000.0
+ --- Configuration:  033033-2-0
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (42.10385161103808 mAh)  it is NOT far from the median.
----  Median :42.10385161103808,   the gap is :  10
---- So No we don't romove this configuration '2220-0330'
- --- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0]
---- Computing the list of the 10 first neighbours of '2002-0010'
+--- The energy of the current configuration (57.4797738276827 mAh)  it is NOT far from the median.
+---  Median :57.4797738276827,   the gap is :  10
+--- So No we don't romove this configuration '033033-1-0'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '003333-2-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2002-0010'
---- Neighbour  0 in the list of neghbours, And at position 153 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '003333-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 154 in the X datas point
 --------------
- --- Configuration:  2002-0010
+ --- Configuration:  003333-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7393168712.11001
- --- Energy:  41.1753628489377
- --- Workload:  304417000000.0
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 34 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 407 in the X datas point
 --------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Configuration:  303333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8563403439.062821
+ --- Energy:  105.00109687320945
+ --- Workload:  899168000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 63 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 656 in the X datas point
 --------------
- --- Configuration:  0002-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4969363871.73078
- --- Energy:  42.2836539731841
- --- Workload:  210123000000.0
+ --- Configuration:  003333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14264907898.62215
+ --- Energy:  85.34158691455114
+ --- Workload:  1217390000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 80 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 659 in the X datas point
 --------------
- --- Configuration:  2002-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7245431755.278297
- --- Energy:  42.016301664202444
- --- Workload:  304426000000.0
+ --- Configuration:  000333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14157668288.66353
+ --- Energy:  78.13433738304217
+ --- Workload:  1106200000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 232 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 17 in the X datas point
 --------------
- --- Configuration:  2002-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9205560158.335634
- --- Energy:  47.19609116514537
- --- Workload:  434467000000.0
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 237 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 30 in the X datas point
 --------------
- --- Configuration:  3003-0110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8436326823.301135
- --- Energy:  59.49080386456649
- --- Workload:  501884000000.0
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 6 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 61 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  003333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13753001592.597586
+ --- Energy:  81.48911064839487
+ --- Workload:  1120720000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 7 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 393 in the X datas point
 --------------
- --- Configuration:  1000-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6501654671.113798
- --- Energy:  42.85376093977719
- --- Workload:  278621000000.0
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15121089686.207148
+ --- Energy:  96.9268799133665
+ --- Workload:  1465640000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 14 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 439 in the X datas point
 --------------
- --- Configuration:  3303-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9340120487.55429
- --- Energy:  67.3857084084629
- --- Workload:  629393000000.0
+ --- Configuration:  033330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12476170514.317654
+ --- Energy:  89.40162859050163
+ --- Workload:  1115390000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 443 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  303330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11997960346.741053
+ --- Energy:  94.73104953565642
+ --- Workload:  1136580000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2002-0010'
---- Neighbour  0 in the list of neghbours, And at position 34 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '003333-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 659 in the X datas point
 --------------
- --- Configuration:  2000-0000
+ --- Configuration:  000333-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Energy efficiency:  14157668288.66353
+ --- Energy:  78.13433738304217
+ --- Workload:  1106200000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 61 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  003333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13753001592.597586
+ --- Energy:  81.48911064839487
+ --- Workload:  1120720000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 6 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 154 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  003333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 153 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 656 in the X datas point
 --------------
- --- Configuration:  2002-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7393168712.11001
- --- Energy:  41.1753628489377
- --- Workload:  304417000000.0
+ --- Configuration:  003333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14264907898.62215
+ --- Energy:  85.34158691455114
+ --- Workload:  1217390000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 80 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 439 in the X datas point
 --------------
- --- Configuration:  2002-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7245431755.278297
- --- Energy:  42.016301664202444
- --- Workload:  304426000000.0
+ --- Configuration:  033330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12476170514.317654
+ --- Energy:  89.40162859050163
+ --- Workload:  1115390000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 63 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 17 in the X datas point
 --------------
- --- Configuration:  0002-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4969363871.73078
- --- Energy:  42.2836539731841
- --- Workload:  210123000000.0
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 7 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 30 in the X datas point
 --------------
- --- Configuration:  1000-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6501654671.113798
- --- Energy:  42.85376093977719
- --- Workload:  278621000000.0
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 232 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 443 in the X datas point
 --------------
- --- Configuration:  2002-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9205560158.335634
- --- Energy:  47.19609116514537
- --- Workload:  434467000000.0
+ --- Configuration:  303330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11997960346.741053
+ --- Energy:  94.73104953565642
+ --- Workload:  1136580000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 237 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 393 in the X datas point
 --------------
- --- Configuration:  3003-0110
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8436326823.301135
- --- Energy:  59.49080386456649
- --- Workload:  501884000000.0
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15121089686.207148
+ --- Energy:  96.9268799133665
+ --- Workload:  1465640000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 14 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 407 in the X datas point
 --------------
- --- Configuration:  3303-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9340120487.55429
- --- Energy:  67.3857084084629
- --- Workload:  629393000000.0
+ --- Configuration:  303333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8563403439.062821
+ --- Energy:  105.00109687320945
+ --- Workload:  899168000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 80 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 439 in the X datas point
 --------------
- --- Configuration:  2002-0100
- --- Energy efficiency:  7245431755.278297
- --- Energy:  42.016301664202444
- --- Workload:  304426000000.0
+ --- Configuration:  033330-2-3
+ --- Energy efficiency:  12476170514.317654
+ --- Energy:  89.40162859050163
+ --- Workload:  1115390000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (42.016301664202444 mAh)  it is NOT far from the median.
----  Median :42.016301664202444,   the gap is :  10
---- So No we don't romove this configuration '2002-0010'
- --- remove_aberrant_points: The value [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0]
---- Computing the list of the 10 first neighbours of '3330-0030'
+--- The energy of the current configuration (89.40162859050163 mAh)  it is NOT far from the median.
+---  Median :89.40162859050163,   the gap is :  10
+--- So No we don't romove this configuration '003333-2-3'
+ --- remove_aberrant_points: The value [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '222022-1-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3330-0030'
---- Neighbour  0 in the list of neghbours, And at position 154 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222022-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 155 in the X datas point
 --------------
- --- Configuration:  3330-0030
+ --- Configuration:  222022-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6057595619.146848
- --- Energy:  36.12486526516549
- --- Workload:  218830000000.0
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 28 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 81 in the X datas point
 --------------
- --- Configuration:  3330-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 129 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 136 in the X datas point
 --------------
- --- Configuration:  0333-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8477809334.068076
- --- Energy:  58.764018507515395
- --- Workload:  498189000000.0
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 152 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 183 in the X datas point
 --------------
- --- Configuration:  2220-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8252186829.509821
- --- Energy:  42.07453960416718
- --- Workload:  347206000000.0
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 168 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 208 in the X datas point
 --------------
- --- Configuration:  2020-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5336236245.851076
- --- Energy:  35.10473595313148
- --- Workload:  187327000000.0
+ --- Configuration:  111011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11532602089.476847
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 22 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 225 in the X datas point
 --------------
- --- Configuration:  3333-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9400881802.713095
- --- Energy:  66.34289826476824
- --- Workload:  623684000000.0
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15528046758.0544
+ --- Energy:  58.262720853322
+ --- Workload:  904706000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 363 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16239592451.187845
+ --- Energy:  47.6246847339546
+ --- Workload:  773406000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 83 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 388 in the X datas point
 --------------
- --- Configuration:  3330-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9229945635.620207
- --- Energy:  51.28077619994492
- --- Workload:  473319000000.0
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12210772587.792402
+ --- Energy:  40.0698805124967
+ --- Workload:  489284000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 86 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 478 in the X datas point
 --------------
- --- Configuration:  0220-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5040602049.508794
- --- Energy:  36.67117347490831
- --- Workload:  184845000000.0
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15859321474.790024
+ --- Energy:  57.21047710637256
+ --- Workload:  907319000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 123 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 556 in the X datas point
 --------------
- --- Configuration:  2220-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9571301409.852697
- --- Energy:  49.20594289132612
- --- Workload:  470964000000.0
+ --- Configuration:  222002-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13717835106.13489
+ --- Energy:  41.48623715392385
+ --- Workload:  569101000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3330-0030'
---- Neighbour  0 in the list of neghbours, And at position 168 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222022-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 136 in the X datas point
 --------------
- --- Configuration:  2020-0030
+ --- Configuration:  222020-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5336236245.851076
- --- Energy:  35.10473595313148
- --- Workload:  187327000000.0
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 154 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 208 in the X datas point
 --------------
- --- Configuration:  3330-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6057595619.146848
- --- Energy:  36.12486526516549
- --- Workload:  218830000000.0
+ --- Configuration:  111011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11532602089.476847
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 86 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 183 in the X datas point
 --------------
- --- Configuration:  0220-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5040602049.508794
- --- Energy:  36.67117347490831
- --- Workload:  184845000000.0
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 388 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12210772587.792402
+ --- Energy:  40.0698805124967
+ --- Workload:  489284000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 28 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 556 in the X datas point
 --------------
- --- Configuration:  3330-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Configuration:  222002-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13717835106.13489
+ --- Energy:  41.48623715392385
+ --- Workload:  569101000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 152 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 155 in the X datas point
 --------------
- --- Configuration:  2220-0330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8252186829.509821
- --- Energy:  42.07453960416718
- --- Workload:  347206000000.0
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 123 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 363 in the X datas point
 --------------
- --- Configuration:  2220-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9571301409.852697
- --- Energy:  49.20594289132612
- --- Workload:  470964000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16239592451.187845
+ --- Energy:  47.6246847339546
+ --- Workload:  773406000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 83 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 81 in the X datas point
 --------------
- --- Configuration:  3330-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9229945635.620207
- --- Energy:  51.28077619994492
- --- Workload:  473319000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 129 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 478 in the X datas point
 --------------
- --- Configuration:  0333-0030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8477809334.068076
- --- Energy:  58.764018507515395
- --- Workload:  498189000000.0
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15859321474.790024
+ --- Energy:  57.21047710637256
+ --- Workload:  907319000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 22 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 225 in the X datas point
 --------------
- --- Configuration:  3333-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9400881802.713095
- --- Energy:  66.34289826476824
- --- Workload:  623684000000.0
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15528046758.0544
+ --- Energy:  58.262720853322
+ --- Workload:  904706000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 28 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 556 in the X datas point
 --------------
- --- Configuration:  3330-3000
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Configuration:  222002-1-0
+ --- Energy efficiency:  13717835106.13489
+ --- Energy:  41.48623715392385
+ --- Workload:  569101000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (37.40635012737015 mAh)  it is NOT far from the median.
----  Median :37.40635012737015,   the gap is :  10
---- So No we don't romove this configuration '3330-0030'
- --- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0]
---- Computing the list of the 10 first neighbours of '0200-0010'
+--- The energy of the current configuration (41.48623715392385 mAh)  it is NOT far from the median.
+---  Median :41.48623715392385,   the gap is :  10
+--- So No we don't romove this configuration '222022-1-0'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '033333-1-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0200-0010'
---- Neighbour  0 in the list of neghbours, And at position 155 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033333-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 156 in the X datas point
 --------------
- --- Configuration:  0200-0010
+ --- Configuration:  033333-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3751444306.0578322
- --- Energy:  34.495214714826176
- --- Workload:  129407000000.0
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 142 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  0300-0010
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3550266447.4968843
- --- Energy:  34.61491775303547
- --- Workload:  122892000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 6 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 61 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  003333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13753001592.597586
+ --- Energy:  81.48911064839487
+ --- Workload:  1120720000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 105 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13446770287.478502
+ --- Energy:  86.2801902841026
+ --- Workload:  1160190000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 86 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 270 in the X datas point
 --------------
- --- Configuration:  0220-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5040602049.508794
- --- Energy:  36.67117347490831
- --- Workload:  184845000000.0
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10275897573.963343
+ --- Energy:  24.5924899083227
+ --- Workload:  252710000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 110 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 338 in the X datas point
 --------------
- --- Configuration:  0110-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5194211570.625695
- --- Energy:  35.648662348871625
- --- Workload:  185167000000.0
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12910472329.630178
+ --- Energy:  89.67295919976871
+ --- Workload:  1157720000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 122 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 351 in the X datas point
 --------------
- --- Configuration:  0200-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4242843383.922169
- --- Energy:  35.404255909220375
- --- Workload:  150215000000.0
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13323686983.956947
+ --- Energy:  83.3035486563878
+ --- Workload:  1109910000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 179 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 453 in the X datas point
 --------------
- --- Configuration:  0300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1047552602.8539523
- --- Energy:  28.209089181571862
- --- Workload:  29550500000.0
+ --- Configuration:  022222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14702487807.961985
+ --- Energy:  79.9871211726851
+ --- Workload:  1176010000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 226 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 497 in the X datas point
 --------------
- --- Configuration:  0200-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8314487162.431821
- --- Energy:  48.121310145716976
- --- Workload:  400104000000.0
+ --- Configuration:  033333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14463386659.839949
+ --- Energy:  82.92589585237724
+ --- Workload:  1199390000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 239 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 528 in the X datas point
 --------------
- --- Configuration:  0200-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4343576935.606472
- --- Energy:  34.69772062521995
- --- Workload:  150712000000.0
+ --- Configuration:  022222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15108433225.257673
+ --- Energy:  77.62624080393333
+ --- Workload:  1172810000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0200-0010'
---- Neighbour  0 in the list of neghbours, And at position 179 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033333-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 270 in the X datas point
 --------------
- --- Configuration:  0300-0000
+ --- Configuration:  033033-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1047552602.8539523
- --- Energy:  28.209089181571862
- --- Workload:  29550500000.0
+ --- Energy efficiency:  10275897573.963343
+ --- Energy:  24.5924899083227
+ --- Workload:  252710000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 528 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  022222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15108433225.257673
+ --- Energy:  77.62624080393333
+ --- Workload:  1172810000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 155 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 453 in the X datas point
 --------------
- --- Configuration:  0200-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3751444306.0578322
- --- Energy:  34.495214714826176
- --- Workload:  129407000000.0
+ --- Configuration:  022222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14702487807.961985
+ --- Energy:  79.9871211726851
+ --- Workload:  1176010000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 142 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 61 in the X datas point
 --------------
- --- Configuration:  0300-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3550266447.4968843
- --- Energy:  34.61491775303547
- --- Workload:  122892000000.0
+ --- Configuration:  003333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13753001592.597586
+ --- Energy:  81.48911064839487
+ --- Workload:  1120720000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 239 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 156 in the X datas point
 --------------
- --- Configuration:  0200-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4343576935.606472
- --- Energy:  34.69772062521995
- --- Workload:  150712000000.0
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 122 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 497 in the X datas point
 --------------
- --- Configuration:  0200-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4242843383.922169
- --- Energy:  35.404255909220375
- --- Workload:  150215000000.0
+ --- Configuration:  033333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14463386659.839949
+ --- Energy:  82.92589585237724
+ --- Workload:  1199390000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 110 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 351 in the X datas point
 --------------
- --- Configuration:  0110-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5194211570.625695
- --- Energy:  35.648662348871625
- --- Workload:  185167000000.0
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13323686983.956947
+ --- Energy:  83.3035486563878
+ --- Workload:  1109910000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 86 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 105 in the X datas point
 --------------
- --- Configuration:  0220-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5040602049.508794
- --- Energy:  36.67117347490831
- --- Workload:  184845000000.0
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13446770287.478502
+ --- Energy:  86.2801902841026
+ --- Workload:  1160190000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 6 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 338 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12910472329.630178
+ --- Energy:  89.67295919976871
+ --- Workload:  1157720000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 226 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  0200-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8314487162.431821
- --- Energy:  48.121310145716976
- --- Workload:  400104000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 239 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 156 in the X datas point
 --------------
- --- Configuration:  0200-1000
- --- Energy efficiency:  4343576935.606472
- --- Energy:  34.69772062521995
- --- Workload:  150712000000.0
+ --- Configuration:  033333-1-2
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (34.69772062521995 mAh)  it is NOT far from the median.
----  Median :34.69772062521995,   the gap is :  10
---- So No we don't romove this configuration '0200-0010'
- --- remove_aberrant_points: The value [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '2022-0330'
+--- The energy of the current configuration (82.6335756822963 mAh)  it is NOT far from the median.
+---  Median :82.6335756822963,   the gap is :  10
+--- So No we don't romove this configuration '033333-1-2'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0]
+--- Computing the list of the 10 first neighbours of '100000-0-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2022-0330'
---- Neighbour  0 in the list of neghbours, And at position 156 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '100000-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 157 in the X datas point
 --------------
- --- Configuration:  2022-0330
+ --- Configuration:  100000-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  10619025470.794495
- --- Energy:  49.81557674440745
- --- Workload:  528993000000.0
+ --- Energy efficiency:  10075333266.836134
+ --- Energy:  50.7096930689716
+ --- Workload:  510917000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 195 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 36 in the X datas point
 --------------
- --- Configuration:  1011-0330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8886756067.432705
- --- Energy:  42.76899541535147
- --- Workload:  380079000000.0
+ --- Configuration:  110001-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11533320339.125751
+ --- Energy:  52.516287756608044
+ --- Workload:  605687000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 120 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  100110-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11691120593.908926
+ --- Energy:  51.630790443296
+ --- Workload:  603622000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 12 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 250 in the X datas point
 --------------
- --- Configuration:  0022-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Configuration:  100010-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9201917679.644438
+ --- Energy:  32.1912867561494
+ --- Workload:  296221000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 296 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  000000-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 107 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 328 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Configuration:  000100-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10298586930.887213
+ --- Energy:  49.6365268588524
+ --- Workload:  511186000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 152 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 408 in the X datas point
 --------------
- --- Configuration:  2220-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8252186829.509821
- --- Energy:  42.07453960416718
- --- Workload:  347206000000.0
+ --- Configuration:  000000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16089483270.155294
+ --- Energy:  39.92204534168386
+ --- Workload:  642325000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 167 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 558 in the X datas point
 --------------
- --- Configuration:  2020-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7467367603.572389
- --- Energy:  42.10385161103808
- --- Workload:  314406000000.0
+ --- Configuration:  110000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12516412145.425688
+ --- Energy:  59.318332001781286
+ --- Workload:  742453000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 168 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 697 in the X datas point
 --------------
- --- Configuration:  2020-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5336236245.851076
- --- Energy:  35.10473595313148
- --- Workload:  187327000000.0
+ --- Configuration:  200000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11743484714.680296
+ --- Energy:  59.21002058329076
+ --- Workload:  695332000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 206 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 710 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10558457958.332102
- --- Energy:  49.51707772839275
- --- Workload:  522824000000.0
+ --- Configuration:  101000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11887652176.807428
+ --- Energy:  62.71395189420631
+ --- Workload:  745522000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2022-0330'
---- Neighbour  0 in the list of neghbours, And at position 168 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '100000-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 250 in the X datas point
 --------------
- --- Configuration:  2020-0030
+ --- Configuration:  100010-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5336236245.851076
- --- Energy:  35.10473595313148
- --- Workload:  187327000000.0
+ --- Energy efficiency:  9201917679.644438
+ --- Energy:  32.1912867561494
+ --- Workload:  296221000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 12 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 408 in the X datas point
 --------------
- --- Configuration:  0022-0030
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Configuration:  000000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16089483270.155294
+ --- Energy:  39.92204534168386
+ --- Workload:  642325000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 152 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 328 in the X datas point
 --------------
- --- Configuration:  2220-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8252186829.509821
- --- Energy:  42.07453960416718
- --- Workload:  347206000000.0
+ --- Configuration:  000100-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10298586930.887213
+ --- Energy:  49.6365268588524
+ --- Workload:  511186000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 167 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 157 in the X datas point
 --------------
- --- Configuration:  2020-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7467367603.572389
- --- Energy:  42.10385161103808
- --- Workload:  314406000000.0
+ --- Configuration:  100000-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10075333266.836134
+ --- Energy:  50.7096930689716
+ --- Workload:  510917000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 195 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 120 in the X datas point
 --------------
- --- Configuration:  1011-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8886756067.432705
- --- Energy:  42.76899541535147
- --- Workload:  380079000000.0
+ --- Configuration:  100110-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11691120593.908926
+ --- Energy:  51.630790443296
+ --- Workload:  603622000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 206 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 36 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10558457958.332102
- --- Energy:  49.51707772839275
- --- Workload:  522824000000.0
+ --- Configuration:  110001-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11533320339.125751
+ --- Energy:  52.516287756608044
+ --- Workload:  605687000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 156 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 697 in the X datas point
 --------------
- --- Configuration:  2022-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10619025470.794495
- --- Energy:  49.81557674440745
- --- Workload:  528993000000.0
+ --- Configuration:  200000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11743484714.680296
+ --- Energy:  59.21002058329076
+ --- Workload:  695332000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 107 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 558 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Configuration:  110000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12516412145.425688
+ --- Energy:  59.318332001781286
+ --- Workload:  742453000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 710 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  101000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11887652176.807428
+ --- Energy:  62.71395189420631
+ --- Workload:  745522000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 296 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  000000-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 195 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 120 in the X datas point
 --------------
- --- Configuration:  1011-0330
- --- Energy efficiency:  8886756067.432705
- --- Energy:  42.76899541535147
- --- Workload:  380079000000.0
+ --- Configuration:  100110-0-2
+ --- Energy efficiency:  11691120593.908926
+ --- Energy:  51.630790443296
+ --- Workload:  603622000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (42.76899541535147 mAh)  it is NOT far from the median.
----  Median :42.76899541535147,   the gap is :  10
---- So No we don't romove this configuration '2022-0330'
- --- remove_aberrant_points: The value [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1]
---- Computing the list of the 10 first neighbours of '0022-1111'
+--- The energy of the current configuration (51.630790443296 mAh)  it is NOT far from the median.
+---  Median :51.630790443296,   the gap is :  10
+--- So No we don't romove this configuration '100000-0-2'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '222222-2-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0022-1111'
---- Neighbour  0 in the list of neghbours, And at position 157 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222222-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 74 in the X datas point
 --------------
- --- Configuration:  0022-1111
+ --- Configuration:  222222-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  11384996168.94879
- --- Energy:  60.652013004669556
- --- Workload:  690523000000.0
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 209 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 98 in the X datas point
 --------------
- --- Configuration:  0022-1111
+ --- Configuration:  222222-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  11525411226.672567
- --- Energy:  59.99293901124158
- --- Workload:  691443000000.0
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 192 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 158 in the X datas point
 --------------
- --- Configuration:  0020-1111
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10017249703.99027
- --- Energy:  53.486611373072236
- --- Workload:  535789000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 194 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 30 in the X datas point
 --------------
- --- Configuration:  0002-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9116518219.361662
- --- Energy:  51.19519895467268
- --- Workload:  466724000000.0
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 241 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 37 in the X datas point
 --------------
- --- Configuration:  2002-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11245140693.577787
- --- Energy:  59.880442963642075
- --- Workload:  673364000000.0
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 243 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 103 in the X datas point
 --------------
- --- Configuration:  0022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10604498852.593224
- --- Energy:  53.16348231202643
- --- Workload:  563772000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 251 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 139 in the X datas point
 --------------
- --- Configuration:  0222-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11528294469.531294
- --- Energy:  56.93002977667585
- --- Workload:  656306000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 13 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  0011-1100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 163 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0022-1111'
---- Neighbour  0 in the list of neghbours, And at position 13 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222222-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 163 in the X datas point
 --------------
- --- Configuration:  0011-1100
+ --- Configuration:  222220-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 139 in the X datas point
 --------------
- --- Configuration:  0011-0111
+ --- Configuration:  111111-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 194 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 158 in the X datas point
 --------------
- --- Configuration:  0002-0111
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9116518219.361662
- --- Energy:  51.19519895467268
- --- Workload:  466724000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 243 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 74 in the X datas point
 --------------
- --- Configuration:  0022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10604498852.593224
- --- Energy:  53.16348231202643
- --- Workload:  563772000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 192 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  0020-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10017249703.99027
- --- Energy:  53.486611373072236
- --- Workload:  535789000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 251 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 30 in the X datas point
 --------------
- --- Configuration:  0222-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11528294469.531294
- --- Energy:  56.93002977667585
- --- Workload:  656306000000.0
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 241 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 103 in the X datas point
 --------------
- --- Configuration:  2002-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11245140693.577787
- --- Energy:  59.880442963642075
- --- Workload:  673364000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 209 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  0022-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11525411226.672567
- --- Energy:  59.99293901124158
- --- Workload:  691443000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 37 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 157 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 98 in the X datas point
 --------------
- --- Configuration:  0022-1111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11384996168.94879
- --- Energy:  60.652013004669556
- --- Workload:  690523000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 192 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  0020-1111
- --- Energy efficiency:  10017249703.99027
- --- Energy:  53.486611373072236
- --- Workload:  535789000000.0
+ --- Configuration:  111111-2-3
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (53.486611373072236 mAh)  it is NOT far from the median.
----  Median :53.486611373072236,   the gap is :  10
---- So No we don't romove this configuration '0022-1111'
- --- remove_aberrant_points: The value [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '2220-0300'
+--- The energy of the current configuration (84.3646166621502 mAh)  it is NOT far from the median.
+---  Median :84.3646166621502,   the gap is :  10
+--- So No we don't romove this configuration '222222-2-3'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0]
+--- Computing the list of the 10 first neighbours of '202222-0-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2220-0300'
---- Neighbour  0 in the list of neghbours, And at position 158 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202222-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 91 in the X datas point
 --------------
- --- Configuration:  2220-0300
+ --- Configuration:  202222-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6002689204.763734
- --- Energy:  36.30048338737668
- --- Workload:  217901000000.0
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 152 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 159 in the X datas point
 --------------
- --- Configuration:  2220-0330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8252186829.509821
- --- Energy:  42.07453960416718
- --- Workload:  347206000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  69.5925937545452
+ --- Workload:  983338000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 118 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 16 in the X datas point
 --------------
- --- Configuration:  0222-0300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9750580159.519491
- --- Energy:  43.43833566298026
- --- Workload:  423547000000.0
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 123 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 169 in the X datas point
 --------------
- --- Configuration:  2220-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9571301409.852697
- --- Energy:  49.20594289132612
- --- Workload:  470964000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 178 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 175 in the X datas point
 --------------
- --- Configuration:  0330-0300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5127442585.46165
- --- Energy:  35.649584213611206
- --- Workload:  182791000000.0
+ --- Configuration:  202220-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12108149995.762148
+ --- Energy:  54.4639625494408
+ --- Workload:  659458000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 233 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 369 in the X datas point
 --------------
- --- Configuration:  0110-0300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5549728340.797718
- --- Energy:  34.54578297303628
- --- Workload:  191720000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15203575881.047222
+ --- Energy:  71.7851022973991
+ --- Workload:  1091390000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 242 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 649 in the X datas point
 --------------
- --- Configuration:  2200-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7549106940.648921
- --- Energy:  41.72057827645338
- --- Workload:  314953000000.0
+ --- Configuration:  202222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14443499197.66362
+ --- Energy:  75.01155662770421
+ --- Workload:  1083430000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 66 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  101101-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11969296360.974827
+ --- Energy:  55.14950525765903
+ --- Workload:  660101000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 23 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 86 in the X datas point
 --------------
- --- Configuration:  3333-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
+ --- Configuration:  202022-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14390518375.252914
+ --- Energy:  73.9118250482876
+ --- Workload:  1063630000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 28 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 95 in the X datas point
 --------------
- --- Configuration:  3330-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13070067323.916784
+ --- Energy:  83.5550372075793
+ --- Workload:  1092070000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2220-0300'
---- Neighbour  0 in the list of neghbours, And at position 233 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202222-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 175 in the X datas point
 --------------
- --- Configuration:  0110-0300
+ --- Configuration:  202220-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5549728340.797718
- --- Energy:  34.54578297303628
- --- Workload:  191720000000.0
+ --- Energy efficiency:  12108149995.762148
+ --- Energy:  54.4639625494408
+ --- Workload:  659458000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 178 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 66 in the X datas point
 --------------
- --- Configuration:  0330-0300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5127442585.46165
- --- Energy:  35.649584213611206
- --- Workload:  182791000000.0
+ --- Configuration:  101101-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11969296360.974827
+ --- Energy:  55.14950525765903
+ --- Workload:  660101000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 158 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 91 in the X datas point
 --------------
- --- Configuration:  2220-0300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6002689204.763734
- --- Energy:  36.30048338737668
- --- Workload:  217901000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 28 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 159 in the X datas point
 --------------
- --- Configuration:  3330-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  69.5925937545452
+ --- Workload:  983338000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 242 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 369 in the X datas point
 --------------
- --- Configuration:  2200-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7549106940.648921
- --- Energy:  41.72057827645338
- --- Workload:  314953000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15203575881.047222
+ --- Energy:  71.7851022973991
+ --- Workload:  1091390000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 152 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 169 in the X datas point
 --------------
- --- Configuration:  2220-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8252186829.509821
- --- Energy:  42.07453960416718
- --- Workload:  347206000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 118 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 86 in the X datas point
 --------------
- --- Configuration:  0222-0300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9750580159.519491
- --- Energy:  43.43833566298026
- --- Workload:  423547000000.0
+ --- Configuration:  202022-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14390518375.252914
+ --- Energy:  73.9118250482876
+ --- Workload:  1063630000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 123 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 649 in the X datas point
 --------------
- --- Configuration:  2220-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9571301409.852697
- --- Energy:  49.20594289132612
- --- Workload:  470964000000.0
+ --- Configuration:  202222-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14443499197.66362
+ --- Energy:  75.01155662770421
+ --- Workload:  1083430000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 16 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 23 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 95 in the X datas point
 --------------
- --- Configuration:  3333-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13070067323.916784
+ --- Energy:  83.5550372075793
+ --- Workload:  1092070000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 242 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 369 in the X datas point
 --------------
- --- Configuration:  2200-3300
- --- Energy efficiency:  7549106940.648921
- --- Energy:  41.72057827645338
- --- Workload:  314953000000.0
+ --- Configuration:  222222-0-2
+ --- Energy efficiency:  15203575881.047222
+ --- Energy:  71.7851022973991
+ --- Workload:  1091390000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (41.72057827645338 mAh)  it is NOT far from the median.
----  Median :41.72057827645338,   the gap is :  10
---- So No we don't romove this configuration '2220-0300'
- --- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 0.0, 0, 1, 0, 1]
---- Computing the list of the 10 first neighbours of '3330-0101'
+--- The energy of the current configuration (71.7851022973991 mAh)  it is NOT far from the median.
+---  Median :71.7851022973991,   the gap is :  10
+--- So No we don't romove this configuration '202222-0-2'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '333303-2-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3330-0101'
---- Neighbour  0 in the list of neghbours, And at position 159 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333303-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 160 in the X datas point
 --------------
- --- Configuration:  3330-0101
+ --- Configuration:  333303-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8262619084.997563
- --- Energy:  42.07329975259821
- --- Workload:  347637000000.0
+ --- Energy efficiency:  15150114913.62162
+ --- Energy:  74.9625159265616
+ --- Workload:  1135690000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 227 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 62 in the X datas point
 --------------
- --- Configuration:  3300-0101
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7514502990.77219
- --- Energy:  41.92637824781065
- --- Workload:  315055000000.0
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 113 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 59 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 396 in the X datas point
 --------------
- --- Configuration:  3330-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9820095844.135439
- --- Energy:  58.230522602615636
- --- Workload:  571832000000.0
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16284841418.21427
+ --- Energy:  69.9632088197462
+ --- Workload:  1139340000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 60 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 518 in the X datas point
 --------------
- --- Configuration:  0330-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7854719115.244439
- --- Energy:  56.794731664850964
- --- Workload:  446108000000.0
+ --- Configuration:  303303-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14789355213.691393
+ --- Energy:  71.90443674396933
+ --- Workload:  1063420000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 116 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 715 in the X datas point
 --------------
- --- Configuration:  3330-2202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10286076355.602003
- --- Energy:  84.88778487940925
- --- Workload:  873162000000.0
+ --- Configuration:  333303-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14664670316.214285
+ --- Energy:  99.6674290491051
+ --- Workload:  1461590000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 144 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 29 in the X datas point
 --------------
- --- Configuration:  3333-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10947566629.6274
- --- Energy:  79.26313007840331
- --- Workload:  867738000000.0
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 189 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  3333-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9681573061.991112
- --- Energy:  64.59775499830239
- --- Workload:  625410000000.0
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 193 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 92 in the X datas point
 --------------
- --- Configuration:  3030-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9152396555.037937
- --- Energy:  48.568093302538465
- --- Workload:  444514000000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 117 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3330-0101'
---- Neighbour  0 in the list of neghbours, And at position 20 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333303-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 396 in the X datas point
 --------------
- --- Configuration:  3330-0000
+ --- Configuration:  222202-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Energy efficiency:  16284841418.21427
+ --- Energy:  69.9632088197462
+ --- Workload:  1139340000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 227 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 113 in the X datas point
 --------------
- --- Configuration:  3300-0101
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7514502990.77219
- --- Energy:  41.92637824781065
- --- Workload:  315055000000.0
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 159 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 518 in the X datas point
 --------------
- --- Configuration:  3330-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8262619084.997563
- --- Energy:  42.07329975259821
- --- Workload:  347637000000.0
+ --- Configuration:  303303-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14789355213.691393
+ --- Energy:  71.90443674396933
+ --- Workload:  1063420000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 193 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 160 in the X datas point
 --------------
- --- Configuration:  3030-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9152396555.037937
- --- Energy:  48.568093302538465
- --- Workload:  444514000000.0
+ --- Configuration:  333303-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15150114913.62162
+ --- Energy:  74.9625159265616
+ --- Workload:  1135690000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 60 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  0330-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7854719115.244439
- --- Energy:  56.794731664850964
- --- Workload:  446108000000.0
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 59 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 62 in the X datas point
 --------------
- --- Configuration:  3330-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9820095844.135439
- --- Energy:  58.230522602615636
- --- Workload:  571832000000.0
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 92 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 189 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 29 in the X datas point
 --------------
- --- Configuration:  3333-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9681573061.991112
- --- Energy:  64.59775499830239
- --- Workload:  625410000000.0
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 144 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 715 in the X datas point
 --------------
- --- Configuration:  3333-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10947566629.6274
- --- Energy:  79.26313007840331
- --- Workload:  867738000000.0
+ --- Configuration:  333303-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14664670316.214285
+ --- Energy:  99.6674290491051
+ --- Workload:  1461590000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 116 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 117 in the X datas point
 --------------
- --- Configuration:  3330-2202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10286076355.602003
- --- Energy:  84.88778487940925
- --- Workload:  873162000000.0
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 60 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  0330-0111
- --- Energy efficiency:  7854719115.244439
- --- Energy:  56.794731664850964
- --- Workload:  446108000000.0
+ --- Configuration:  333333-3-1
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (42.07329975259821 mAh)  is far from the median.
----  Median :56.794731664850964,   the gap is :  10
---- So yes we remove this configuration '3330-0101'
---- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 0.0, 0, 1, 0, 1] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '0001-0220'
+--- The energy of the current configuration (75.13916289414331 mAh)  it is NOT far from the median.
+---  Median :75.13916289414331,   the gap is :  10
+--- So No we don't romove this configuration '333303-2-1'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '303333-2-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0001-0220'
---- Neighbour  0 in the list of neghbours, And at position 160 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303333-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 161 in the X datas point
 --------------
- --- Configuration:  0001-0220
+ --- Configuration:  303333-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9243340173.405062
- --- Energy:  40.84258552984255
- --- Workload:  377523000000.0
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 58 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 236 in the X datas point
 --------------
- --- Configuration:  0001-0020
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4533975344.242078
- --- Energy:  35.4792605525655
- --- Workload:  160862000000.0
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 85 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 349 in the X datas point
 --------------
- --- Configuration:  0001-0200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4385426351.149858
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14399200556.385109
+ --- Energy:  84.41510028409691
+ --- Workload:  1215510000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 57 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 360 in the X datas point
 --------------
- --- Configuration:  0101-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9185604320.908272
- --- Energy:  48.9191931692468
- --- Workload:  449351000000.0
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15049135427.169708
+ --- Energy:  75.0574196537613
+ --- Workload:  1129550000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 63 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 492 in the X datas point
 --------------
- --- Configuration:  0002-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4969363871.73078
- --- Energy:  42.2836539731841
- --- Workload:  210123000000.0
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13042179713.411142
+ --- Energy:  64.25089221017343
+ --- Workload:  837972000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 78 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 583 in the X datas point
 --------------
- --- Configuration:  1001-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9166575000.916658
- --- Energy:  50.735447078258076
- --- Workload:  465069000000.0
+ --- Configuration:  202222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15282668231.611895
+ --- Energy:  59.2169275668937
+ --- Workload:  904992000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 82 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 591 in the X datas point
 --------------
- --- Configuration:  0101-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5549420363.04308
- --- Energy:  37.334916995372765
- --- Workload:  207187000000.0
+ --- Configuration:  003333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13285505513.484787
+ --- Energy:  70.52682283226056
+ --- Workload:  936985000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 103 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 614 in the X datas point
 --------------
- --- Configuration:  0101-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7878296082.123358
- --- Energy:  42.51302006574951
- --- Workload:  334929000000.0
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13034495793.116482
+ --- Energy:  64.35007047679922
+ --- Workload:  838771000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 223 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 15 in the X datas point
 --------------
- --- Configuration:  0011-0222
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10205779124.487032
- --- Energy:  84.56198872402297
- --- Workload:  863021000000.0
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 232 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 62 in the X datas point
 --------------
- --- Configuration:  2002-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9205560158.335634
- --- Energy:  47.19609116514537
- --- Workload:  434467000000.0
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0001-0220'
---- Neighbour  0 in the list of neghbours, And at position 58 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303333-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 15 in the X datas point
 --------------
- --- Configuration:  0001-0020
+ --- Configuration:  303330-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4533975344.242078
- --- Energy:  35.4792605525655
- --- Workload:  160862000000.0
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 85 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 583 in the X datas point
 --------------
- --- Configuration:  0001-0200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4385426351.149858
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+ --- Configuration:  202222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15282668231.611895
+ --- Energy:  59.2169275668937
+ --- Workload:  904992000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 82 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 161 in the X datas point
 --------------
- --- Configuration:  0101-0200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5549420363.04308
- --- Energy:  37.334916995372765
- --- Workload:  207187000000.0
+ --- Configuration:  303333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 160 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 492 in the X datas point
 --------------
- --- Configuration:  0001-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9243340173.405062
- --- Energy:  40.84258552984255
- --- Workload:  377523000000.0
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13042179713.411142
+ --- Energy:  64.25089221017343
+ --- Workload:  837972000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 63 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 614 in the X datas point
 --------------
- --- Configuration:  0002-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4969363871.73078
- --- Energy:  42.2836539731841
- --- Workload:  210123000000.0
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13034495793.116482
+ --- Energy:  64.35007047679922
+ --- Workload:  838771000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 103 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 591 in the X datas point
 --------------
- --- Configuration:  0101-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7878296082.123358
- --- Energy:  42.51302006574951
- --- Workload:  334929000000.0
+ --- Configuration:  003333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13285505513.484787
+ --- Energy:  70.52682283226056
+ --- Workload:  936985000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 232 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 360 in the X datas point
 --------------
- --- Configuration:  2002-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9205560158.335634
- --- Energy:  47.19609116514537
- --- Workload:  434467000000.0
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15049135427.169708
+ --- Energy:  75.0574196537613
+ --- Workload:  1129550000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 57 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 62 in the X datas point
 --------------
- --- Configuration:  0101-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9185604320.908272
- --- Energy:  48.9191931692468
- --- Workload:  449351000000.0
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 78 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 236 in the X datas point
 --------------
- --- Configuration:  1001-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9166575000.916658
- --- Energy:  50.735447078258076
- --- Workload:  465069000000.0
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 223 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 349 in the X datas point
 --------------
- --- Configuration:  0011-0222
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10205779124.487032
- --- Energy:  84.56198872402297
- --- Workload:  863021000000.0
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14399200556.385109
+ --- Energy:  84.41510028409691
+ --- Workload:  1215510000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 63 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 614 in the X datas point
 --------------
- --- Configuration:  0002-0020
- --- Energy efficiency:  4969363871.73078
- --- Energy:  42.2836539731841
- --- Workload:  210123000000.0
+ --- Configuration:  303333-1-0
+ --- Energy efficiency:  13034495793.116482
+ --- Energy:  64.35007047679922
+ --- Workload:  838771000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (42.2836539731841 mAh)  it is NOT far from the median.
----  Median :42.2836539731841,   the gap is :  10
---- So No we don't romove this configuration '0001-0220'
- --- remove_aberrant_points: The value [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0]
---- Computing the list of the 10 first neighbours of '1100-0020'
+--- The energy of the current configuration (64.35007047679922 mAh)  it is NOT far from the median.
+---  Median :64.35007047679922,   the gap is :  10
+--- So No we don't romove this configuration '303333-2-0'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '220220-1-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1100-0020'
---- Neighbour  0 in the list of neghbours, And at position 161 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220220-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 162 in the X datas point
 --------------
- --- Configuration:  1100-0020
+ --- Configuration:  220220-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5236287472.182222
- --- Energy:  35.478097414979636
- --- Workload:  185774000000.0
+ --- Energy efficiency:  12976463290.882996
+ --- Energy:  64.768131410946
+ --- Workload:  840461000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 245 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13277356000.435497
+ --- Energy:  63.3971718133292
+ --- Workload:  841747000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 65 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 42 in the X datas point
 --------------
- --- Configuration:  1000-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3845281263.097989
- --- Energy:  39.12249647942367
- --- Workload:  150437000000.0
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 88 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 124 in the X datas point
 --------------
- --- Configuration:  0110-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5821399464.43125
- --- Energy:  36.31061849927073
- --- Workload:  211379000000.0
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 216 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 615 in the X datas point
 --------------
- --- Configuration:  1100-0110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7524397860.061248
- --- Energy:  41.9385253841261
- --- Workload:  315563000000.0
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12670208412.258175
+ --- Energy:  62.229672314345905
+ --- Workload:  788463000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 221 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2083511299.9235353
- --- Energy:  29.12766521649349
- --- Workload:  60687800000.0
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 224 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  1100-0222
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10065860928.052246
- --- Energy:  83.39866371497797
- --- Workload:  839479000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 7 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 165 in the X datas point
 --------------
- --- Configuration:  1000-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6501654671.113798
- --- Energy:  42.85376093977719
- --- Workload:  278621000000.0
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 33 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 238 in the X datas point
 --------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 246 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13583376120.968113
+ --- Energy:  65.5557580165811
+ --- Workload:  890469000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1100-0020'
---- Neighbour  0 in the list of neghbours, And at position 221 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220220-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 615 in the X datas point
 --------------
- --- Configuration:  1100-0000
+ --- Configuration:  220020-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2083511299.9235353
- --- Energy:  29.12766521649349
- --- Workload:  60687800000.0
+ --- Energy efficiency:  12670208412.258175
+ --- Energy:  62.229672314345905
+ --- Workload:  788463000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 33 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 42 in the X datas point
 --------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 238 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 245 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13277356000.435497
+ --- Energy:  63.3971718133292
+ --- Workload:  841747000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 161 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  1100-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5236287472.182222
- --- Energy:  35.478097414979636
- --- Workload:  185774000000.0
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 88 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  0110-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5821399464.43125
- --- Energy:  36.31061849927073
- --- Workload:  211379000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 65 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 124 in the X datas point
 --------------
- --- Configuration:  1000-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3845281263.097989
- --- Energy:  39.12249647942367
- --- Workload:  150437000000.0
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 216 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 162 in the X datas point
 --------------
- --- Configuration:  1100-0110
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7524397860.061248
- --- Energy:  41.9385253841261
- --- Workload:  315563000000.0
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12976463290.882996
+ --- Energy:  64.768131410946
+ --- Workload:  840461000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 7 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 246 in the X datas point
 --------------
- --- Configuration:  1000-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6501654671.113798
- --- Energy:  42.85376093977719
- --- Workload:  278621000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13583376120.968113
+ --- Energy:  65.5557580165811
+ --- Workload:  890469000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 224 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 165 in the X datas point
 --------------
- --- Configuration:  1100-0222
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10065860928.052246
- --- Energy:  83.39866371497797
- --- Workload:  839479000000.0
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 161 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  1100-0020
- --- Energy efficiency:  5236287472.182222
- --- Energy:  35.478097414979636
- --- Workload:  185774000000.0
+ --- Configuration:  111110-1-2
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (35.478097414979636 mAh)  it is NOT far from the median.
----  Median :35.478097414979636,   the gap is :  10
---- So No we don't romove this configuration '1100-0020'
- --- remove_aberrant_points: The value [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1]
---- Computing the list of the 10 first neighbours of '1100-1001'
+--- The energy of the current configuration (63.44082042960884 mAh)  it is NOT far from the median.
+---  Median :63.44082042960884,   the gap is :  10
+--- So No we don't romove this configuration '220220-1-2'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '222220-2-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1100-1001'
---- Neighbour  0 in the list of neghbours, And at position 162 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222220-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 163 in the X datas point
 --------------
- --- Configuration:  1100-1001
+ --- Configuration:  222220-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7522756337.9222145
- --- Energy:  41.562953026807364
- --- Workload:  312668000000.0
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 176 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  83.7034659994173
+ --- Workload:  1150120000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 181 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 13 in the X datas point
 --------------
- --- Configuration:  1100-1011
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9277212383.22309
- --- Energy:  48.61244404745341
- --- Workload:  450987000000.0
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 44 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  222220-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14471780028.94356
+ --- Energy:  72.03533813993924
+ --- Workload:  1042480000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 74 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 115 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 98 in the X datas point
 --------------
- --- Configuration:  0110-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7487495881.877265
- --- Energy:  41.820066635010036
- --- Workload:  313127000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 166 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 158 in the X datas point
 --------------
- --- Configuration:  2000-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6591219177.81132
- --- Energy:  41.03159908655608
- --- Workload:  270449000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 174 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 264 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5023055826.242454
- --- Energy:  35.164198939696966
- --- Workload:  176632000000.0
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5413071485.022031
+ --- Energy:  13.9697963651223
+ --- Workload:  75619700000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 219 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 429 in the X datas point
 --------------
- --- Configuration:  0100-1011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8993129249.25357
- --- Energy:  47.97458475843469
- --- Workload:  431441000000.0
+ --- Configuration:  222220-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14754441824.711329
+ --- Energy:  76.06186087808521
+ --- Workload:  1122250000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 221 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 488 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2083511299.9235353
- --- Energy:  29.12766521649349
- --- Workload:  60687800000.0
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14243959136.930027
+ --- Energy:  78.84746341771039
+ --- Workload:  1123100000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1100-1001'
---- Neighbour  0 in the list of neghbours, And at position 221 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222220-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 264 in the X datas point
 --------------
- --- Configuration:  1100-0000
+ --- Configuration:  333330-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2083511299.9235353
- --- Energy:  29.12766521649349
- --- Workload:  60687800000.0
+ --- Energy efficiency:  5413071485.022031
+ --- Energy:  13.9697963651223
+ --- Workload:  75619700000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 44 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  222220-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14471780028.94356
+ --- Energy:  72.03533813993924
+ --- Workload:  1042480000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 174 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 429 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5023055826.242454
- --- Energy:  35.164198939696966
- --- Workload:  176632000000.0
+ --- Configuration:  222220-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14754441824.711329
+ --- Energy:  76.06186087808521
+ --- Workload:  1122250000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 13 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 488 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14243959136.930027
+ --- Energy:  78.84746341771039
+ --- Workload:  1123100000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 166 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 163 in the X datas point
 --------------
- --- Configuration:  2000-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6591219177.81132
- --- Energy:  41.03159908655608
- --- Workload:  270449000000.0
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 162 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 158 in the X datas point
 --------------
- --- Configuration:  1100-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7522756337.9222145
- --- Energy:  41.562953026807364
- --- Workload:  312668000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 115 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 176 in the X datas point
 --------------
- --- Configuration:  0110-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7487495881.877265
- --- Energy:  41.820066635010036
- --- Workload:  313127000000.0
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  83.7034659994173
+ --- Workload:  1150120000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 219 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 74 in the X datas point
 --------------
- --- Configuration:  0100-1011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8993129249.25357
- --- Energy:  47.97458475843469
- --- Workload:  431441000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 181 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 98 in the X datas point
 --------------
- --- Configuration:  1100-1011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9277212383.22309
- --- Energy:  48.61244404745341
- --- Workload:  450987000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 46 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 488 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  333330-2-3
+ --- Energy efficiency:  14243959136.930027
+ --- Energy:  78.84746341771039
+ --- Workload:  1123100000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (36.86022362180361 mAh)  it is NOT far from the median.
----  Median :36.86022362180361,   the gap is :  10
---- So No we don't romove this configuration '1100-1001'
- --- remove_aberrant_points: The value [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 0, 1.0, 1, 0, 1, 1]
---- Computing the list of the 10 first neighbours of '0220-2022'
+--- The energy of the current configuration (78.84746341771039 mAh)  it is NOT far from the median.
+---  Median :78.84746341771039,   the gap is :  10
+--- So No we don't romove this configuration '222220-2-3'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '111011-3-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0220-2022'
---- Neighbour  0 in the list of neghbours, And at position 163 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111011-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 164 in the X datas point
 --------------
- --- Configuration:  0220-2022
+ --- Configuration:  111011-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  10070047248.66169
- --- Energy:  83.48428558869355
- --- Workload:  840691000000.0
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 86 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 48 in the X datas point
 --------------
- --- Configuration:  0220-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5040602049.508794
- --- Energy:  36.67117347490831
- --- Workload:  184845000000.0
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 94 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 83 in the X datas point
 --------------
- --- Configuration:  0220-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7282684688.88371
- --- Energy:  43.18443043197562
- --- Workload:  314499000000.0
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 210 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 179 in the X datas point
 --------------
- --- Configuration:  0220-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5281811027.365063
- --- Energy:  35.274079340197716
- --- Workload:  186311000000.0
+ --- Configuration:  222022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14657190304.561756
+ --- Energy:  95.6220428328611
+ --- Workload:  1401550000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 246 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 479 in the X datas point
 --------------
- --- Configuration:  0330-1011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9121757215.309958
- --- Energy:  48.6433554663716
- --- Workload:  443713000000.0
+ --- Configuration:  111010-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13018731350.667341
+ --- Energy:  78.8194837737248
+ --- Workload:  1026130000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 67 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 486 in the X datas point
 --------------
- --- Configuration:  0110-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6145261695.969323
- --- Energy:  51.31617435224532
- --- Workload:  315351000000.0
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14236800706.145315
+ --- Energy:  79.66681688807911
+ --- Workload:  1134200000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 88 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  0110-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5821399464.43125
- --- Energy:  36.31061849927073
- --- Workload:  211379000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 98 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 26 in the X datas point
 --------------
- --- Configuration:  2020-0022
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8754497623.153894
- --- Energy:  65.93701913313123
- --- Workload:  577244000000.0
+ --- Configuration:  110011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 112 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 37 in the X datas point
 --------------
- --- Configuration:  0020-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4244013818.5089927
- --- Energy:  35.41951635507749
- --- Workload:  150321000000.0
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 115 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 82 in the X datas point
 --------------
- --- Configuration:  0110-1001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7487495881.877265
- --- Energy:  41.820066635010036
- --- Workload:  313127000000.0
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0220-2022'
---- Neighbour  0 in the list of neghbours, And at position 210 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111011-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 48 in the X datas point
 --------------
- --- Configuration:  0220-2000
+ --- Configuration:  111011-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5281811027.365063
- --- Energy:  35.274079340197716
- --- Workload:  186311000000.0
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 112 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 164 in the X datas point
 --------------
- --- Configuration:  0020-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4244013818.5089927
- --- Energy:  35.41951635507749
- --- Workload:  150321000000.0
+ --- Configuration:  111011-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 88 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 479 in the X datas point
 --------------
- --- Configuration:  0110-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5821399464.43125
- --- Energy:  36.31061849927073
- --- Workload:  211379000000.0
+ --- Configuration:  111010-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13018731350.667341
+ --- Energy:  78.8194837737248
+ --- Workload:  1026130000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 86 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 486 in the X datas point
 --------------
- --- Configuration:  0220-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5040602049.508794
- --- Energy:  36.67117347490831
- --- Workload:  184845000000.0
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14236800706.145315
+ --- Energy:  79.66681688807911
+ --- Workload:  1134200000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 115 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 26 in the X datas point
 --------------
- --- Configuration:  0110-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7487495881.877265
- --- Energy:  41.820066635010036
- --- Workload:  313127000000.0
+ --- Configuration:  110011-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 94 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 82 in the X datas point
 --------------
- --- Configuration:  0220-1001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7282684688.88371
- --- Energy:  43.18443043197562
- --- Workload:  314499000000.0
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 246 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 179 in the X datas point
 --------------
- --- Configuration:  0330-1011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9121757215.309958
- --- Energy:  48.6433554663716
- --- Workload:  443713000000.0
+ --- Configuration:  222022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14657190304.561756
+ --- Energy:  95.6220428328611
+ --- Workload:  1401550000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 67 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  0110-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6145261695.969323
- --- Energy:  51.31617435224532
- --- Workload:  315351000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 98 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 37 in the X datas point
 --------------
- --- Configuration:  2020-0022
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8754497623.153894
- --- Energy:  65.93701913313123
- --- Workload:  577244000000.0
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 163 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 83 in the X datas point
 --------------
- --- Configuration:  0220-2022
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10070047248.66169
- --- Energy:  83.48428558869355
- --- Workload:  840691000000.0
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 115 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 26 in the X datas point
 --------------
- --- Configuration:  0110-1001
- --- Energy efficiency:  7487495881.877265
- --- Energy:  41.820066635010036
- --- Workload:  313127000000.0
+ --- Configuration:  110011-3-2
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (83.48428558869355 mAh)  is far from the median.
----  Median :41.820066635010036,   the gap is :  10
---- So yes we remove this configuration '0220-2022'
---- remove_aberrant_points: The value [1.0, 0, 1, 1, 0, 1.0, 1, 0, 1, 1] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1]
---- Computing the list of the 10 first neighbours of '3000-0011'
+--- The energy of the current configuration (81.77773921998886 mAh)  it is NOT far from the median.
+---  Median :81.77773921998886,   the gap is :  10
+--- So No we don't romove this configuration '111011-3-3'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '220202-1-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3000-0011'
---- Neighbour  0 in the list of neghbours, And at position 164 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220202-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 165 in the X datas point
 --------------
- --- Configuration:  3000-0011
+ --- Configuration:  220202-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6788774083.176061
- --- Energy:  41.16379423683102
- --- Workload:  279451000000.0
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 207 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 150 in the X datas point
 --------------
- --- Configuration:  3000-0001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3629843118.1804323
- --- Energy:  34.55029567760096
- --- Workload:  125412000000.0
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 195 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14933352448.024466
+ --- Energy:  78.5356318543746
+ --- Workload:  1172800000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 252 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14598327031.722164
+ --- Energy:  75.2161891555095
+ --- Workload:  1098030000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 146 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 514 in the X datas point
 --------------
- --- Configuration:  2000-0022
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8308684236.764266
- --- Energy:  64.3370683100252
- --- Workload:  534556000000.0
+ --- Configuration:  330303-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13657246808.30142
+ --- Energy:  82.00779235048205
+ --- Workload:  1120000000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 249 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 581 in the X datas point
 --------------
- --- Configuration:  3030-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5246589716.684155
- --- Energy:  35.71821214035277
- --- Workload:  187399000000.0
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15557640279.352987
+ --- Energy:  50.470000516399516
+ --- Workload:  785194000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 29 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 162 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12976463290.882996
+ --- Energy:  64.768131410946
+ --- Workload:  840461000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 34 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 241 in the X datas point
 --------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Configuration:  220202-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14004896111.680643
+ --- Energy:  43.9976841972795
+ --- Workload:  616183000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3000-0011'
---- Neighbour  0 in the list of neghbours, And at position 34 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220202-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 241 in the X datas point
 --------------
- --- Configuration:  2000-0000
+ --- Configuration:  220202-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Energy efficiency:  14004896111.680643
+ --- Energy:  43.9976841972795
+ --- Workload:  616183000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 150 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 581 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15557640279.352987
+ --- Energy:  50.470000516399516
+ --- Workload:  785194000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 207 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 162 in the X datas point
 --------------
- --- Configuration:  3000-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3629843118.1804323
- --- Energy:  34.55029567760096
- --- Workload:  125412000000.0
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12976463290.882996
+ --- Energy:  64.768131410946
+ --- Workload:  840461000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 249 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 252 in the X datas point
 --------------
- --- Configuration:  3030-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5246589716.684155
- --- Energy:  35.71821214035277
- --- Workload:  187399000000.0
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14598327031.722164
+ --- Energy:  75.2161891555095
+ --- Workload:  1098030000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 164 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 165 in the X datas point
 --------------
- --- Configuration:  3000-0011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6788774083.176061
- --- Energy:  41.16379423683102
- --- Workload:  279451000000.0
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 195 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14933352448.024466
+ --- Energy:  78.5356318543746
+ --- Workload:  1172800000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 514 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  330303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13657246808.30142
+ --- Energy:  82.00779235048205
+ --- Workload:  1120000000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 146 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 29 in the X datas point
 --------------
- --- Configuration:  2000-0022
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8308684236.764266
- --- Energy:  64.3370683100252
- --- Workload:  534556000000.0
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 207 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 162 in the X datas point
 --------------
- --- Configuration:  3000-0001
- --- Energy efficiency:  3629843118.1804323
- --- Energy:  34.55029567760096
- --- Workload:  125412000000.0
+ --- Configuration:  220220-1-2
+ --- Energy efficiency:  12976463290.882996
+ --- Energy:  64.768131410946
+ --- Workload:  840461000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (34.55029567760096 mAh)  it is NOT far from the median.
----  Median :34.55029567760096,   the gap is :  10
---- So No we don't romove this configuration '3000-0011'
- --- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1.0, 1, 0, 0, 1]
---- Computing the list of the 10 first neighbours of '1111-2002'
+--- The energy of the current configuration (75.6785562491319 mAh)  is far from the median.
+---  Median :64.768131410946,   the gap is :  10
+--- So yes we remove this configuration '220202-1-2'
+--- remove_aberrant_points: The value [1.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0]
+--- Computing the list of the 10 first neighbours of '222220-0-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1111-2002'
---- Neighbour  0 in the list of neghbours, And at position 165 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222220-0-1'
+--- Neighbour  0 in the list of neghbours, And at position 166 in the X datas point
 --------------
- --- Configuration:  1111-2002
+ --- Configuration:  222220-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  10098612955.510561
- --- Energy:  67.2428641168314
- --- Workload:  679060000000.0
+ --- Energy efficiency:  11742671105.396345
+ --- Energy:  36.9581904467489
+ --- Workload:  433988000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 105 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 125 in the X datas point
 --------------
- --- Configuration:  1101-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6788174999.151478
- --- Energy:  36.70897651674008
- --- Workload:  249187000000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 128 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 372 in the X datas point
 --------------
- --- Configuration:  1001-2002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9165566798.65083
- --- Energy:  65.10994999301121
- --- Workload:  596772000000.0
+ --- Configuration:  022220-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11478960786.722055
+ --- Energy:  33.8887834603504
+ --- Workload:  389008000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 133 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 489 in the X datas point
 --------------
- --- Configuration:  0111-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6681499595.769274
- --- Energy:  37.38840673928198
- --- Workload:  249811000000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15673416162.11328
+ --- Energy:  52.24843908649111
+ --- Workload:  818911000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 245 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 641 in the X datas point
 --------------
- --- Configuration:  1011-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7793442597.398549
- --- Energy:  48.497409609038264
- --- Workload:  377963000000.0
+ --- Configuration:  222220-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7320161921.981714
+ --- Energy:  28.31277417055063
+ --- Workload:  207254000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 47 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 33 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 50 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 58 in the X datas point
 --------------
- --- Configuration:  0001-2002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8407741848.694279
- --- Energy:  65.1809584910712
- --- Workload:  548023000000.0
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 52 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 64 in the X datas point
 --------------
- --- Configuration:  1101-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9914340101.522842
- --- Energy:  65.015157087009
- --- Workload:  644582000000.0
+ --- Configuration:  220020-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10312116840.40865
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 54 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 69 in the X datas point
 --------------
- --- Configuration:  1001-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7043096708.760907
- --- Energy:  47.6050128004243
- --- Workload:  335286000000.0
+ --- Configuration:  220220-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6218480079.099067
+ --- Energy:  26.274511449565598
+ --- Workload:  163388000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 67 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 124 in the X datas point
 --------------
- --- Configuration:  0110-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6145261695.969323
- --- Energy:  51.31617435224532
- --- Workload:  315351000000.0
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1111-2002'
---- Neighbour  0 in the list of neghbours, And at position 105 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222220-0-1'
+--- Neighbour  0 in the list of neghbours, And at position 69 in the X datas point
 --------------
- --- Configuration:  1101-2000
+ --- Configuration:  220220-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6788174999.151478
- --- Energy:  36.70897651674008
- --- Workload:  249187000000.0
+ --- Energy efficiency:  6218480079.099067
+ --- Energy:  26.274511449565598
+ --- Workload:  163388000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 133 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 641 in the X datas point
 --------------
- --- Configuration:  0111-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6681499595.769274
- --- Energy:  37.38840673928198
- --- Workload:  249811000000.0
+ --- Configuration:  222220-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7320161921.981714
+ --- Energy:  28.31277417055063
+ --- Workload:  207254000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 47 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 64 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  220020-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10312116840.40865
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 54 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 372 in the X datas point
 --------------
- --- Configuration:  1001-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7043096708.760907
- --- Energy:  47.6050128004243
- --- Workload:  335286000000.0
+ --- Configuration:  022220-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11478960786.722055
+ --- Energy:  33.8887834603504
+ --- Workload:  389008000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 245 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 58 in the X datas point
 --------------
- --- Configuration:  1011-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7793442597.398549
- --- Energy:  48.497409609038264
- --- Workload:  377963000000.0
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 67 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 166 in the X datas point
 --------------
- --- Configuration:  0110-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6145261695.969323
- --- Energy:  51.31617435224532
- --- Workload:  315351000000.0
+ --- Configuration:  222220-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11742671105.396345
+ --- Energy:  36.9581904467489
+ --- Workload:  433988000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 52 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 33 in the X datas point
 --------------
- --- Configuration:  1101-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9914340101.522842
- --- Energy:  65.015157087009
- --- Workload:  644582000000.0
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 128 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 125 in the X datas point
 --------------
- --- Configuration:  1001-2002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9165566798.65083
- --- Energy:  65.10994999301121
- --- Workload:  596772000000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 50 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 489 in the X datas point
 --------------
- --- Configuration:  0001-2002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8407741848.694279
- --- Energy:  65.1809584910712
- --- Workload:  548023000000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15673416162.11328
+ --- Energy:  52.24843908649111
+ --- Workload:  818911000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 165 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 124 in the X datas point
 --------------
- --- Configuration:  1111-2002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10098612955.510561
- --- Energy:  67.2428641168314
- --- Workload:  679060000000.0
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 245 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 58 in the X datas point
 --------------
- --- Configuration:  1011-0002
- --- Energy efficiency:  7793442597.398549
- --- Energy:  48.497409609038264
- --- Workload:  377963000000.0
+ --- Configuration:  333300-0-1
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (67.2428641168314 mAh)  is far from the median.
----  Median :48.497409609038264,   the gap is :  10
---- So yes we remove this configuration '1111-2002'
---- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1.0, 1, 0, 0, 1] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1]
---- Computing the list of the 10 first neighbours of '2000-1001'
+--- The energy of the current configuration (35.64181472293627 mAh)  it is NOT far from the median.
+---  Median :35.64181472293627,   the gap is :  10
+--- So No we don't romove this configuration '222220-0-1'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '111111-1-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2000-1001'
---- Neighbour  0 in the list of neghbours, And at position 166 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111111-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 167 in the X datas point
 --------------
- --- Configuration:  2000-1001
+ --- Configuration:  111111-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6591219177.81132
- --- Energy:  41.03159908655608
- --- Workload:  270449000000.0
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 90 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 0 in the X datas point
 --------------
- --- Configuration:  2002-1001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8795770993.306417
- --- Energy:  48.71596839606954
- --- Workload:  428493000000.0
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 34 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 81 in the X datas point
 --------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 44 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 89 in the X datas point
 --------------
- --- Configuration:  3000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5326600510.288329
- --- Energy:  36.46450751429702
- --- Workload:  194232000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 141 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 69 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 145 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 135 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 208 in the X datas point
 --------------
- --- Configuration:  2022-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10534122128.398308
- --- Energy:  50.34000387088341
- --- Workload:  530288000000.0
+ --- Configuration:  111011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11532602089.476847
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 140 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 265 in the X datas point
 --------------
- --- Configuration:  2020-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6005284650.492433
- --- Energy:  34.65163368892841
- --- Workload:  208093000000.0
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5524617696.455405
+ --- Energy:  13.7189335182749
+ --- Workload:  75791800000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 150 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 341 in the X datas point
 --------------
- --- Configuration:  3030-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8447801037.389967
- --- Energy:  43.884169684615244
- --- Workload:  370724000000.0
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16077609838.211012
+ --- Energy:  40.36593190681932
+ --- Workload:  648988000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 162 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 363 in the X datas point
 --------------
- --- Configuration:  1100-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7522756337.9222145
- --- Energy:  41.562953026807364
- --- Workload:  312668000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16239592451.187845
+ --- Energy:  47.6246847339546
+ --- Workload:  773406000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2000-1001'
---- Neighbour  0 in the list of neghbours, And at position 34 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111111-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 265 in the X datas point
 --------------
- --- Configuration:  2000-0000
+ --- Configuration:  111111-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Energy efficiency:  5524617696.455405
+ --- Energy:  13.7189335182749
+ --- Workload:  75791800000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 140 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 89 in the X datas point
 --------------
- --- Configuration:  2020-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6005284650.492433
- --- Energy:  34.65163368892841
- --- Workload:  208093000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 69 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 208 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  111011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11532602089.476847
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 44 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 141 in the X datas point
 --------------
- --- Configuration:  3000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5326600510.288329
- --- Energy:  36.46450751429702
- --- Workload:  194232000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 167 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 166 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 0 in the X datas point
 --------------
- --- Configuration:  2000-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6591219177.81132
- --- Energy:  41.03159908655608
- --- Workload:  270449000000.0
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 162 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 341 in the X datas point
 --------------
- --- Configuration:  1100-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7522756337.9222145
- --- Energy:  41.562953026807364
- --- Workload:  312668000000.0
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16077609838.211012
+ --- Energy:  40.36593190681932
+ --- Workload:  648988000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 150 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 145 in the X datas point
 --------------
- --- Configuration:  3030-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8447801037.389967
- --- Energy:  43.884169684615244
- --- Workload:  370724000000.0
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 90 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 363 in the X datas point
 --------------
- --- Configuration:  2002-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8795770993.306417
- --- Energy:  48.71596839606954
- --- Workload:  428493000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16239592451.187845
+ --- Energy:  47.6246847339546
+ --- Workload:  773406000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 135 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 81 in the X datas point
 --------------
- --- Configuration:  2022-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10534122128.398308
- --- Energy:  50.34000387088341
- --- Workload:  530288000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 46 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 167 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  111111-1-0
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (36.86022362180361 mAh)  it is NOT far from the median.
----  Median :36.86022362180361,   the gap is :  10
---- So No we don't romove this configuration '2000-1001'
- --- remove_aberrant_points: The value [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '2020-0220'
+--- The energy of the current configuration (34.5550819751672 mAh)  it is NOT far from the median.
+---  Median :34.5550819751672,   the gap is :  10
+--- So No we don't romove this configuration '111111-1-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '033300-2-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2020-0220'
---- Neighbour  0 in the list of neghbours, And at position 167 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033300-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 168 in the X datas point
 --------------
- --- Configuration:  2020-0220
+ --- Configuration:  033300-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7467367603.572389
- --- Energy:  42.10385161103808
- --- Workload:  314406000000.0
+ --- Energy efficiency:  13694709322.947266
+ --- Energy:  55.1474477747145
+ --- Workload:  755228000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 45 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  030300-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 160 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  333303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15150114913.62162
+ --- Energy:  74.9625159265616
+ --- Workload:  1135690000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 98 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 234 in the X datas point
 --------------
- --- Configuration:  2020-0022
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8754497623.153894
- --- Energy:  65.93701913313123
- --- Workload:  577244000000.0
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 124 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 334 in the X datas point
 --------------
- --- Configuration:  0020-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8376542330.856669
- --- Energy:  48.301162810596125
- --- Workload:  404596000000.0
+ --- Configuration:  333300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14628566078.695833
+ --- Energy:  73.5143630448687
+ --- Workload:  1075410000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 125 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 422 in the X datas point
 --------------
- --- Configuration:  2220-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9479212087.891254
- --- Energy:  49.57175430186782
- --- Workload:  469901000000.0
+ --- Configuration:  033000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 152 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 436 in the X datas point
 --------------
- --- Configuration:  2220-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8252186829.509821
- --- Energy:  42.07453960416718
- --- Workload:  347206000000.0
+ --- Configuration:  030300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13468630213.370039
+ --- Energy:  72.31426635370143
+ --- Workload:  973974000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 156 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 467 in the X datas point
 --------------
- --- Configuration:  2022-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10619025470.794495
- --- Energy:  49.81557674440745
- --- Workload:  528993000000.0
+ --- Configuration:  003300-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11503455638.073677
+ --- Energy:  68.68847048358467
+ --- Workload:  790155000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 168 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 624 in the X datas point
 --------------
- --- Configuration:  2020-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5336236245.851076
- --- Energy:  35.10473595313148
- --- Workload:  187327000000.0
+ --- Configuration:  033333-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15076589072.48824
+ --- Energy:  79.64660959429389
+ --- Workload:  1200800000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 180 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 689 in the X datas point
 --------------
- --- Configuration:  3030-0110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7504014647.836593
- --- Energy:  41.82593528076137
- --- Workload:  313863000000.0
+ --- Configuration:  022200-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12524265764.919533
+ --- Energy:  42.174782341496964
+ --- Workload:  528208000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2020-0220'
---- Neighbour  0 in the list of neghbours, And at position 168 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033300-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 234 in the X datas point
 --------------
- --- Configuration:  2020-0030
+ --- Configuration:  333300-1-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5336236245.851076
- --- Energy:  35.10473595313148
- --- Workload:  187327000000.0
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 180 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 45 in the X datas point
 --------------
- --- Configuration:  3030-0110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7504014647.836593
- --- Energy:  41.82593528076137
- --- Workload:  313863000000.0
+ --- Configuration:  030300-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 152 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 689 in the X datas point
 --------------
- --- Configuration:  2220-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8252186829.509821
- --- Energy:  42.07453960416718
- --- Workload:  347206000000.0
+ --- Configuration:  022200-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12524265764.919533
+ --- Energy:  42.174782341496964
+ --- Workload:  528208000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 167 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 422 in the X datas point
 --------------
- --- Configuration:  2020-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7467367603.572389
- --- Energy:  42.10385161103808
- --- Workload:  314406000000.0
+ --- Configuration:  033000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 124 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 168 in the X datas point
 --------------
- --- Configuration:  0020-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8376542330.856669
- --- Energy:  48.301162810596125
- --- Workload:  404596000000.0
+ --- Configuration:  033300-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13694709322.947266
+ --- Energy:  55.1474477747145
+ --- Workload:  755228000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 125 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 467 in the X datas point
 --------------
- --- Configuration:  2220-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9479212087.891254
- --- Energy:  49.57175430186782
- --- Workload:  469901000000.0
+ --- Configuration:  003300-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11503455638.073677
+ --- Energy:  68.68847048358467
+ --- Workload:  790155000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 156 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 436 in the X datas point
 --------------
- --- Configuration:  2022-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10619025470.794495
- --- Energy:  49.81557674440745
- --- Workload:  528993000000.0
+ --- Configuration:  030300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13468630213.370039
+ --- Energy:  72.31426635370143
+ --- Workload:  973974000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 334 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  333300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14628566078.695833
+ --- Energy:  73.5143630448687
+ --- Workload:  1075410000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 160 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  333303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15150114913.62162
+ --- Energy:  74.9625159265616
+ --- Workload:  1135690000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 98 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 624 in the X datas point
 --------------
- --- Configuration:  2020-0022
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8754497623.153894
- --- Energy:  65.93701913313123
- --- Workload:  577244000000.0
+ --- Configuration:  033333-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15076589072.48824
+ --- Energy:  79.64660959429389
+ --- Workload:  1200800000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 124 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 168 in the X datas point
 --------------
- --- Configuration:  0020-2220
- --- Energy efficiency:  8376542330.856669
- --- Energy:  48.301162810596125
- --- Workload:  404596000000.0
+ --- Configuration:  033300-2-1
+ --- Energy efficiency:  13694709322.947266
+ --- Energy:  55.1474477747145
+ --- Workload:  755228000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (48.301162810596125 mAh)  it is NOT far from the median.
----  Median :48.301162810596125,   the gap is :  10
---- So No we don't romove this configuration '2020-0220'
- --- remove_aberrant_points: The value [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0]
---- Computing the list of the 10 first neighbours of '2020-0030'
+--- The energy of the current configuration (55.1474477747145 mAh)  it is NOT far from the median.
+---  Median :55.1474477747145,   the gap is :  10
+--- So No we don't romove this configuration '033300-2-1'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0]
+--- Computing the list of the 10 first neighbours of '222222-0-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2020-0030'
---- Neighbour  0 in the list of neghbours, And at position 168 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222222-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 169 in the X datas point
 --------------
- --- Configuration:  2020-0030
+ --- Configuration:  222222-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5336236245.851076
- --- Energy:  35.10473595313148
- --- Workload:  187327000000.0
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 127 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 369 in the X datas point
 --------------
- --- Configuration:  2020-3030
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7529950377.627011
- --- Energy:  41.87227309237855
- --- Workload:  315295000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15203575881.047222
+ --- Energy:  71.7851022973991
+ --- Workload:  1091390000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 12 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 91 in the X datas point
 --------------
- --- Configuration:  0022-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 65 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 111 in the X datas point
 --------------
- --- Configuration:  1000-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3845281263.097989
- --- Energy:  39.12249647942367
- --- Workload:  150437000000.0
+ --- Configuration:  111111-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13419378387.55433
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 98 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 125 in the X datas point
 --------------
- --- Configuration:  2020-0022
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8754497623.153894
- --- Energy:  65.93701913313123
- --- Workload:  577244000000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 152 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 159 in the X datas point
 --------------
- --- Configuration:  2220-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8252186829.509821
- --- Energy:  42.07453960416718
- --- Workload:  347206000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  69.5925937545452
+ --- Workload:  983338000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 154 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 232 in the X datas point
 --------------
- --- Configuration:  3330-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6057595619.146848
- --- Energy:  36.12486526516549
- --- Workload:  218830000000.0
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 156 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 274 in the X datas point
 --------------
- --- Configuration:  2022-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10619025470.794495
- --- Energy:  49.81557674440745
- --- Workload:  528993000000.0
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10520800675.014572
+ --- Energy:  17.8171709875973
+ --- Workload:  187451000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 167 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 483 in the X datas point
 --------------
- --- Configuration:  2020-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7467367603.572389
- --- Energy:  42.10385161103808
- --- Workload:  314406000000.0
+ --- Configuration:  333333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14751416504.76987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 86 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 489 in the X datas point
 --------------
- --- Configuration:  0220-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5040602049.508794
- --- Energy:  36.67117347490831
- --- Workload:  184845000000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15673416162.11328
+ --- Energy:  52.24843908649111
+ --- Workload:  818911000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2020-0030'
---- Neighbour  0 in the list of neghbours, And at position 168 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222222-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 274 in the X datas point
 --------------
- --- Configuration:  2020-0030
+ --- Configuration:  222222-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5336236245.851076
- --- Energy:  35.10473595313148
- --- Workload:  187327000000.0
+ --- Energy efficiency:  10520800675.014572
+ --- Energy:  17.8171709875973
+ --- Workload:  187451000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 154 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 125 in the X datas point
 --------------
- --- Configuration:  3330-0030
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6057595619.146848
- --- Energy:  36.12486526516549
- --- Workload:  218830000000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 86 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 489 in the X datas point
 --------------
- --- Configuration:  0220-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5040602049.508794
- --- Energy:  36.67117347490831
- --- Workload:  184845000000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15673416162.11328
+ --- Energy:  52.24843908649111
+ --- Workload:  818911000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 65 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 111 in the X datas point
 --------------
- --- Configuration:  1000-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3845281263.097989
- --- Energy:  39.12249647942367
- --- Workload:  150437000000.0
+ --- Configuration:  111111-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13419378387.55433
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 127 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 91 in the X datas point
 --------------
- --- Configuration:  2020-3030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7529950377.627011
- --- Energy:  41.87227309237855
- --- Workload:  315295000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 12 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 159 in the X datas point
 --------------
- --- Configuration:  0022-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  69.5925937545452
+ --- Workload:  983338000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 152 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 369 in the X datas point
 --------------
- --- Configuration:  2220-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8252186829.509821
- --- Energy:  42.07453960416718
- --- Workload:  347206000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15203575881.047222
+ --- Energy:  71.7851022973991
+ --- Workload:  1091390000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 167 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 169 in the X datas point
 --------------
- --- Configuration:  2020-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7467367603.572389
- --- Energy:  42.10385161103808
- --- Workload:  314406000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 156 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 483 in the X datas point
 --------------
- --- Configuration:  2022-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10619025470.794495
- --- Energy:  49.81557674440745
- --- Workload:  528993000000.0
+ --- Configuration:  333333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14751416504.76987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 98 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 232 in the X datas point
 --------------
- --- Configuration:  2020-0022
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8754497623.153894
- --- Energy:  65.93701913313123
- --- Workload:  577244000000.0
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 127 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 91 in the X datas point
 --------------
- --- Configuration:  2020-3030
- --- Energy efficiency:  7529950377.627011
- --- Energy:  41.87227309237855
- --- Workload:  315295000000.0
+ --- Configuration:  202222-0-2
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (41.87227309237855 mAh)  it is NOT far from the median.
----  Median :41.87227309237855,   the gap is :  10
---- So No we don't romove this configuration '2020-0030'
- --- remove_aberrant_points: The value [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '1111-3330'
+--- The energy of the current configuration (65.8277383833758 mAh)  it is NOT far from the median.
+---  Median :65.8277383833758,   the gap is :  10
+--- So No we don't romove this configuration '222222-0-2'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '330333-0-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1111-3330'
---- Neighbour  0 in the list of neghbours, And at position 169 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330333-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 170 in the X datas point
 --------------
- --- Configuration:  1111-3330
+ --- Configuration:  330333-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  10965958375.4152
- --- Energy:  49.989818506242955
- --- Workload:  548186000000.0
+ --- Energy efficiency:  11461738424.790365
+ --- Energy:  57.5070787061249
+ --- Workload:  659131000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 107 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 126 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 132 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 259 in the X datas point
 --------------
- --- Configuration:  1110-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9413093613.215984
- --- Energy:  49.7061517933472
- --- Workload:  467887000000.0
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 202 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 273 in the X datas point
 --------------
- --- Configuration:  1111-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9442424814.692413
- --- Energy:  43.80740929766881
- --- Workload:  413650000000.0
+ --- Configuration:  330330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5536240228.535996
+ --- Energy:  13.8323700917135
+ --- Workload:  76579500000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 206 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 308 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10558457958.332102
- --- Energy:  49.51707772839275
- --- Workload:  522824000000.0
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 222 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 377 in the X datas point
 --------------
- --- Configuration:  1110-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8963143553.707155
- --- Energy:  52.92171748044021
- --- Workload:  474343000000.0
+ --- Configuration:  300333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10542740269.050732
+ --- Energy:  49.5215662037853
+ --- Workload:  522093000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 108 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 385 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8871225293.637558
- --- Energy:  42.90551410725298
- --- Workload:  380626000000.0
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12421881890.262611
+ --- Energy:  63.8914148004144
+ --- Workload:  793652000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 123 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 771 in the X datas point
 --------------
- --- Configuration:  2220-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9571301409.852697
- --- Energy:  49.20594289132612
- --- Workload:  470964000000.0
+ --- Configuration:  330333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10314063225.207571
+ --- Energy:  24.401835984242894
+ --- Workload:  251682000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 195 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 33 in the X datas point
 --------------
- --- Configuration:  1011-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8886756067.432705
- --- Energy:  42.76899541535147
- --- Workload:  380079000000.0
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 197 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 69 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8938627384.378855
- --- Energy:  42.547359911496315
- --- Workload:  380315000000.0
+ --- Configuration:  220220-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6218480079.099067
+ --- Energy:  26.274511449565598
+ --- Workload:  163388000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1111-3330'
---- Neighbour  0 in the list of neghbours, And at position 197 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330333-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 273 in the X datas point
 --------------
- --- Configuration:  1011-3030
+ --- Configuration:  330330-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8938627384.378855
- --- Energy:  42.547359911496315
- --- Workload:  380315000000.0
+ --- Energy efficiency:  5536240228.535996
+ --- Energy:  13.8323700917135
+ --- Workload:  76579500000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 195 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 771 in the X datas point
 --------------
- --- Configuration:  1011-0330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8886756067.432705
- --- Energy:  42.76899541535147
- --- Workload:  380079000000.0
+ --- Configuration:  330333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10314063225.207571
+ --- Energy:  24.401835984242894
+ --- Workload:  251682000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 108 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 69 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8871225293.637558
- --- Energy:  42.90551410725298
- --- Workload:  380626000000.0
+ --- Configuration:  220220-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6218480079.099067
+ --- Energy:  26.274511449565598
+ --- Workload:  163388000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 202 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 259 in the X datas point
 --------------
- --- Configuration:  1111-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9442424814.692413
- --- Energy:  43.80740929766881
- --- Workload:  413650000000.0
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 123 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 33 in the X datas point
 --------------
- --- Configuration:  2220-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9571301409.852697
- --- Energy:  49.20594289132612
- --- Workload:  470964000000.0
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 206 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 377 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10558457958.332102
- --- Energy:  49.51707772839275
- --- Workload:  522824000000.0
+ --- Configuration:  300333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10542740269.050732
+ --- Energy:  49.5215662037853
+ --- Workload:  522093000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 132 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 170 in the X datas point
 --------------
- --- Configuration:  1110-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9413093613.215984
- --- Energy:  49.7061517933472
- --- Workload:  467887000000.0
+ --- Configuration:  330333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11461738424.790365
+ --- Energy:  57.5070787061249
+ --- Workload:  659131000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 169 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 385 in the X datas point
 --------------
- --- Configuration:  1111-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10965958375.4152
- --- Energy:  49.989818506242955
- --- Workload:  548186000000.0
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12421881890.262611
+ --- Energy:  63.8914148004144
+ --- Workload:  793652000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 107 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 308 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 222 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 126 in the X datas point
 --------------
- --- Configuration:  1110-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8963143553.707155
- --- Energy:  52.92171748044021
- --- Workload:  474343000000.0
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 123 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 33 in the X datas point
 --------------
- --- Configuration:  2220-3330
- --- Energy efficiency:  9571301409.852697
- --- Energy:  49.20594289132612
- --- Workload:  470964000000.0
+ --- Configuration:  220222-0-1
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (49.20594289132612 mAh)  it is NOT far from the median.
----  Median :49.20594289132612,   the gap is :  10
---- So No we don't romove this configuration '1111-3330'
- --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '0222-2220'
+--- The energy of the current configuration (48.32825169162293 mAh)  it is NOT far from the median.
+---  Median :48.32825169162293,   the gap is :  10
+--- So No we don't romove this configuration '330333-0-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '330330-3-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0222-2220'
---- Neighbour  0 in the list of neghbours, And at position 170 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330330-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 171 in the X datas point
 --------------
- --- Configuration:  0222-2220
+ --- Configuration:  330330-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  11414873580.275099
- --- Energy:  57.359112207692405
- --- Workload:  654747000000.0
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 236 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 619 in the X datas point
 --------------
- --- Configuration:  0222-2220
+ --- Configuration:  330330-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  11529065350.201126
- --- Energy:  56.827789322012976
- --- Workload:  655171000000.0
+ --- Energy efficiency:  11927480916.030533
+ --- Energy:  57.869084231929165
+ --- Workload:  690232000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 243 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 88 in the X datas point
 --------------
- --- Configuration:  0022-2220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10604498852.593224
- --- Energy:  53.16348231202643
- --- Workload:  563772000000.0
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 251 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 134 in the X datas point
 --------------
- --- Configuration:  0222-1110
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  11528294469.531294
- --- Energy:  56.93002977667585
- --- Workload:  656306000000.0
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 178 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  030330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11742271237.07176
+ --- Energy:  50.8317348445158
+ --- Workload:  596880000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 57 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 764 in the X datas point
 --------------
- --- Configuration:  0101-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9185604320.908272
- --- Energy:  48.9191931692468
- --- Workload:  449351000000.0
+ --- Configuration:  330030-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5810507722.1647625
+ --- Energy:  13.028609429521124
+ --- Workload:  75702900000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 15 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 100 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 25 in the X datas point
 --------------
- --- Configuration:  2222-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11468876336.840899
- --- Energy:  53.84120579706395
- --- Workload:  617498000000.0
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 124 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 112 in the X datas point
 --------------
- --- Configuration:  0020-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8376542330.856669
- --- Energy:  48.301162810596125
- --- Workload:  404596000000.0
+ --- Configuration:  330033-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12592000302.208008
+ --- Energy:  83.5387640803202
+ --- Workload:  1051920000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 125 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 309 in the X datas point
 --------------
- --- Configuration:  2220-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9479212087.891254
- --- Energy:  49.57175430186782
- --- Workload:  469901000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0222-2220'
---- Neighbour  0 in the list of neghbours, And at position 124 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330330-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 764 in the X datas point
 --------------
- --- Configuration:  0020-2220
+ --- Configuration:  330030-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8376542330.856669
- --- Energy:  48.301162810596125
- --- Workload:  404596000000.0
+ --- Energy efficiency:  5810507722.1647625
+ --- Energy:  13.028609429521124
+ --- Workload:  75702900000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 57 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 178 in the X datas point
 --------------
- --- Configuration:  0101-2220
+ --- Configuration:  030330-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9185604320.908272
- --- Energy:  48.9191931692468
- --- Workload:  449351000000.0
+ --- Energy efficiency:  11742271237.07176
+ --- Energy:  50.8317348445158
+ --- Workload:  596880000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 125 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 25 in the X datas point
 --------------
- --- Configuration:  2220-2220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9479212087.891254
- --- Energy:  49.57175430186782
- --- Workload:  469901000000.0
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 243 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 171 in the X datas point
 --------------
- --- Configuration:  0022-2220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10604498852.593224
- --- Energy:  53.16348231202643
- --- Workload:  563772000000.0
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 100 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 15 in the X datas point
 --------------
- --- Configuration:  2222-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11468876336.840899
- --- Energy:  53.84120579706395
- --- Workload:  617498000000.0
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 619 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11927480916.030533
+ --- Energy:  57.869084231929165
+ --- Workload:  690232000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 236 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 88 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11529065350.201126
- --- Energy:  56.827789322012976
- --- Workload:  655171000000.0
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 251 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 134 in the X datas point
 --------------
- --- Configuration:  0222-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11528294469.531294
- --- Energy:  56.93002977667585
- --- Workload:  656306000000.0
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 170 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 112 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11414873580.275099
- --- Energy:  57.359112207692405
- --- Workload:  654747000000.0
+ --- Configuration:  330033-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12592000302.208008
+ --- Energy:  83.5387640803202
+ --- Workload:  1051920000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 309 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 100 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 15 in the X datas point
 --------------
- --- Configuration:  2222-2200
- --- Energy efficiency:  11468876336.840899
- --- Energy:  53.84120579706395
- --- Workload:  617498000000.0
+ --- Configuration:  303330-3-0
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (53.84120579706395 mAh)  it is NOT far from the median.
----  Median :53.84120579706395,   the gap is :  10
---- So No we don't romove this configuration '0222-2220'
- --- remove_aberrant_points: The value [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '0303-0100'
+--- The energy of the current configuration (52.15820338037457 mAh)  it is NOT far from the median.
+---  Median :52.15820338037457,   the gap is :  10
+--- So No we don't romove this configuration '330330-3-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '101110-1-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0303-0100'
---- Neighbour  0 in the list of neghbours, And at position 2 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101110-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 3 in the X datas point
 --------------
- --- Configuration:  0303-0100
+ --- Configuration:  101110-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 171 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 172 in the X datas point
 --------------
- --- Configuration:  0303-0100
+ --- Configuration:  101110-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7192278369.94203
- --- Energy:  51.67993691242756
- --- Workload:  371696000000.0
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 56 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 427 in the X datas point
 --------------
- --- Configuration:  0303-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10275982049.914555
+ --- Energy:  33.06575864579996
+ --- Workload:  339783000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 87 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 0 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 122 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 89 in the X datas point
 --------------
- --- Configuration:  0200-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4242843383.922169
- --- Energy:  35.404255909220375
- --- Workload:  150215000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
 --------------
 --- Neighbour  5 in the list of neghbours, And at position 141 in the X datas point
 --------------
- --- Configuration:  0202-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7512075661.626064
- --- Energy:  40.5630522502661
- --- Workload:  304712000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 179 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 417 in the X datas point
 --------------
- --- Configuration:  0300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1047552602.8539523
- --- Energy:  28.209089181571862
- --- Workload:  29550500000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11201155959.295
+ --- Energy:  34.4916252352497
+ --- Workload:  386346000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 231 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 167 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7144898542.440698
- --- Energy:  51.89988274563883
- --- Workload:  370819000000.0
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 209 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 211 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0303-0100'
---- Neighbour  0 in the list of neghbours, And at position 179 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101110-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 3 in the X datas point
 --------------
- --- Configuration:  0300-0000
+ --- Configuration:  101110-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1047552602.8539523
- --- Energy:  28.209089181571862
- --- Workload:  29550500000.0
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 122 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 172 in the X datas point
 --------------
- --- Configuration:  0200-0100
+ --- Configuration:  101110-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4242843383.922169
- --- Energy:  35.404255909220375
- --- Workload:  150215000000.0
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 141 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 209 in the X datas point
 --------------
- --- Configuration:  0202-0200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7512075661.626064
- --- Energy:  40.5630522502661
- --- Workload:  304712000000.0
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 56 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 89 in the X datas point
 --------------
- --- Configuration:  0303-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 171 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 427 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7192278369.94203
- --- Energy:  51.67993691242756
- --- Workload:  371696000000.0
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10275982049.914555
+ --- Energy:  33.06575864579996
+ --- Workload:  339783000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 231 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 141 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7144898542.440698
- --- Energy:  51.89988274563883
- --- Workload:  370819000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 417 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11201155959.295
+ --- Energy:  34.4916252352497
+ --- Workload:  386346000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 87 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 167 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 0 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 211 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 171 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 427 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Energy efficiency:  7192278369.94203
- --- Energy:  51.67993691242756
- --- Workload:  371696000000.0
+ --- Configuration:  101110-1-0
+ --- Energy efficiency:  10275982049.914555
+ --- Energy:  33.06575864579996
+ --- Workload:  339783000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (51.67993691242756 mAh)  it is NOT far from the median.
----  Median :51.67993691242756,   the gap is :  10
---- So No we don't romove this configuration '0303-0100'
- --- remove_aberrant_points: The value [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '0100-0200'
+--- The energy of the current configuration (33.06575864579996 mAh)  it is NOT far from the median.
+---  Median :33.06575864579996,   the gap is :  10
+--- So No we don't romove this configuration '101110-1-0'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '002202-3-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0100-0200'
---- Neighbour  0 in the list of neghbours, And at position 104 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '002202-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 173 in the X datas point
 --------------
- --- Configuration:  0100-0200
+ --- Configuration:  002202-3-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4093227346.033253
- --- Energy:  35.39655176899871
- --- Workload:  144886000000.0
+ --- Energy efficiency:  13345451002.843914
+ --- Energy:  76.0798450282377
+ --- Workload:  1015320000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 172 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 560 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4197888462.103562
- --- Energy:  35.26956535624208
- --- Workload:  148058000000.0
+ --- Configuration:  002202-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12755215926.672813
+ --- Energy:  62.95852732602467
+ --- Workload:  803050000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 82 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 688 in the X datas point
 --------------
- --- Configuration:  0101-0200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5549420363.04308
- --- Energy:  37.334916995372765
- --- Workload:  207187000000.0
+ --- Configuration:  022202-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14474880292.739979
+ --- Energy:  72.83305131515111
+ --- Workload:  1054250000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 77 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 84 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  003333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712605724.190134
+ --- Energy:  82.9689480595376
+ --- Workload:  1137720000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 85 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 116 in the X datas point
 --------------
- --- Configuration:  0001-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4385426351.149858
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 121 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 138 in the X datas point
 --------------
- --- Configuration:  0110-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5162462701.2069845
- --- Energy:  35.42009012551951
- --- Workload:  182855000000.0
+ --- Configuration:  222202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15123376505.532131
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 122 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 467 in the X datas point
 --------------
- --- Configuration:  0200-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4242843383.922169
- --- Energy:  35.404255909220375
- --- Workload:  150215000000.0
+ --- Configuration:  003300-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11503455638.073677
+ --- Energy:  68.68847048358467
+ --- Workload:  790155000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 141 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 543 in the X datas point
 --------------
- --- Configuration:  0202-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7512075661.626064
- --- Energy:  40.5630522502661
- --- Workload:  304712000000.0
+ --- Configuration:  022222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15333190223.557913
+ --- Energy:  75.06196238428772
+ --- Workload:  1150940000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 233 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 568 in the X datas point
 --------------
- --- Configuration:  0110-0300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5549728340.797718
- --- Energy:  34.54578297303628
- --- Workload:  191720000000.0
+ --- Configuration:  002022-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13394465674.67254
+ --- Energy:  75.26763933992237
+ --- Workload:  1008170000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 600 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  002200-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12812496796.875801
+ --- Energy:  81.66872704524802
+ --- Workload:  1046380000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0100-0200'
---- Neighbour  0 in the list of neghbours, And at position 16 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '002202-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 560 in the X datas point
 --------------
- --- Configuration:  0000-0000
+ --- Configuration:  002202-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Energy efficiency:  12755215926.672813
+ --- Energy:  62.95852732602467
+ --- Workload:  803050000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 233 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 467 in the X datas point
 --------------
- --- Configuration:  0110-0300
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5549728340.797718
- --- Energy:  34.54578297303628
- --- Workload:  191720000000.0
+ --- Configuration:  003300-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11503455638.073677
+ --- Energy:  68.68847048358467
+ --- Workload:  790155000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 172 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 688 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4197888462.103562
- --- Energy:  35.26956535624208
- --- Workload:  148058000000.0
+ --- Configuration:  022202-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14474880292.739979
+ --- Energy:  72.83305131515111
+ --- Workload:  1054250000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 104 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 543 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4093227346.033253
- --- Energy:  35.39655176899871
- --- Workload:  144886000000.0
+ --- Configuration:  022222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15333190223.557913
+ --- Energy:  75.06196238428772
+ --- Workload:  1150940000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 122 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 568 in the X datas point
 --------------
- --- Configuration:  0200-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4242843383.922169
- --- Energy:  35.404255909220375
- --- Workload:  150215000000.0
+ --- Configuration:  002022-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13394465674.67254
+ --- Energy:  75.26763933992237
+ --- Workload:  1008170000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 121 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 173 in the X datas point
 --------------
- --- Configuration:  0110-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5162462701.2069845
- --- Energy:  35.42009012551951
- --- Workload:  182855000000.0
+ --- Configuration:  002202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13345451002.843914
+ --- Energy:  76.0798450282377
+ --- Workload:  1015320000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 85 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 138 in the X datas point
 --------------
- --- Configuration:  0001-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4385426351.149858
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+ --- Configuration:  222202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15123376505.532131
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 82 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 600 in the X datas point
 --------------
- --- Configuration:  0101-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5549420363.04308
- --- Energy:  37.334916995372765
- --- Workload:  207187000000.0
+ --- Configuration:  002200-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12812496796.875801
+ --- Energy:  81.66872704524802
+ --- Workload:  1046380000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 141 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 84 in the X datas point
 --------------
- --- Configuration:  0202-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7512075661.626064
- --- Energy:  40.5630522502661
- --- Workload:  304712000000.0
+ --- Configuration:  003333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712605724.190134
+ --- Energy:  82.9689480595376
+ --- Workload:  1137720000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 77 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 116 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 122 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 568 in the X datas point
 --------------
- --- Configuration:  0200-0100
- --- Energy efficiency:  4242843383.922169
- --- Energy:  35.404255909220375
- --- Workload:  150215000000.0
+ --- Configuration:  002022-3-1
+ --- Energy efficiency:  13394465674.67254
+ --- Energy:  75.26763933992237
+ --- Workload:  1008170000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (35.404255909220375 mAh)  it is NOT far from the median.
----  Median :35.404255909220375,   the gap is :  10
---- So No we don't romove this configuration '0100-0200'
- --- remove_aberrant_points: The value [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 0, 1.0, 0, 0, 0, 1]
---- Computing the list of the 10 first neighbours of '2200-0002'
+--- The energy of the current configuration (75.26763933992237 mAh)  it is NOT far from the median.
+---  Median :75.26763933992237,   the gap is :  10
+--- So No we don't romove this configuration '002202-3-1'
+ --- remove_aberrant_points: The value [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '220022-2-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2200-0002'
---- Neighbour  0 in the list of neghbours, And at position 173 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220022-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 174 in the X datas point
 --------------
- --- Configuration:  2200-0002
+ --- Configuration:  220022-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6207016411.351391
- --- Energy:  47.115411060327354
- --- Workload:  292447000000.0
+ --- Energy efficiency:  15248016614.238901
+ --- Energy:  67.2323504939425
+ --- Workload:  1025160000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 223 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  330033-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13767012585.802904
+ --- Energy:  84.777250997072
+ --- Workload:  1167130000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 146 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 52 in the X datas point
 --------------
- --- Configuration:  2000-0022
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8308684236.764266
- --- Energy:  64.3370683100252
- --- Workload:  534556000000.0
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 177 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 135 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5065035050.042546
- --- Energy:  35.13598057141005
- --- Workload:  177965000000.0
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 196 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  222020-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14254435980.477125
+ --- Energy:  56.5693073110482
+ --- Workload:  806364000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 201 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  300033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13490088157.726112
+ --- Energy:  75.6622282738419
+ --- Workload:  1020690000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 34 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 225 in the X datas point
 --------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15528046758.0544
+ --- Energy:  58.262720853322
+ --- Workload:  904706000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 343 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  220022-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14662090139.59776
+ --- Energy:  91.26660104513866
+ --- Workload:  1338160000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 39 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 379 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3029054692.61153
- --- Energy:  30.508250558695604
- --- Workload:  92411200000.0
+ --- Configuration:  220022-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14371553521.821047
+ --- Energy:  61.0078855819444
+ --- Workload:  876778000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2200-0002'
---- Neighbour  0 in the list of neghbours, And at position 34 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220022-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 196 in the X datas point
 --------------
- --- Configuration:  2000-0000
+ --- Configuration:  222020-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Energy efficiency:  14254435980.477125
+ --- Energy:  56.5693073110482
+ --- Workload:  806364000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 225 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15528046758.0544
+ --- Energy:  58.262720853322
+ --- Workload:  904706000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 52 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 39 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 379 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3029054692.61153
- --- Energy:  30.508250558695604
- --- Workload:  92411200000.0
+ --- Configuration:  220022-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14371553521.821047
+ --- Energy:  61.0078855819444
+ --- Workload:  876778000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 177 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 174 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5065035050.042546
- --- Energy:  35.13598057141005
- --- Workload:  177965000000.0
+ --- Configuration:  220022-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15248016614.238901
+ --- Energy:  67.2323504939425
+ --- Workload:  1025160000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 201 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  300033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13490088157.726112
+ --- Energy:  75.6622282738419
+ --- Workload:  1020690000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 173 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 135 in the X datas point
 --------------
- --- Configuration:  2200-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6207016411.351391
- --- Energy:  47.115411060327354
- --- Workload:  292447000000.0
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 223 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  330033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13767012585.802904
+ --- Energy:  84.777250997072
+ --- Workload:  1167130000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 146 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 343 in the X datas point
 --------------
- --- Configuration:  2000-0022
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8308684236.764266
- --- Energy:  64.3370683100252
- --- Workload:  534556000000.0
+ --- Configuration:  220022-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14662090139.59776
+ --- Energy:  91.26660104513866
+ --- Workload:  1338160000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 39 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 379 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Energy efficiency:  3029054692.61153
- --- Energy:  30.508250558695604
- --- Workload:  92411200000.0
+ --- Configuration:  220022-3-0
+ --- Energy efficiency:  14371553521.821047
+ --- Energy:  61.0078855819444
+ --- Workload:  876778000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (47.115411060327354 mAh)  is far from the median.
----  Median :30.508250558695604,   the gap is :  10
---- So yes we remove this configuration '2200-0002'
---- remove_aberrant_points: The value [1.0, 1, 1, 0, 0, 1.0, 0, 0, 0, 1] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '2200-1000'
+--- The energy of the current configuration (61.0078855819444 mAh)  it is NOT far from the median.
+---  Median :61.0078855819444,   the gap is :  10
+--- So No we don't romove this configuration '220022-2-1'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 1, 1, 0, 0.0, 2.0]
+--- Computing the list of the 10 first neighbours of '202220-0-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2200-1000'
---- Neighbour  0 in the list of neghbours, And at position 174 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202220-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 175 in the X datas point
 --------------
- --- Configuration:  2200-1000
+ --- Configuration:  202220-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5023055826.242454
- --- Energy:  35.164198939696966
- --- Workload:  176632000000.0
+ --- Energy efficiency:  12108149995.762148
+ --- Energy:  54.4639625494408
+ --- Workload:  659458000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 238 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 91 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5231876778.838105
- --- Energy:  35.35979917082616
- --- Workload:  184998000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 159 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  69.5925937545452
+ --- Workload:  983338000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 16 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 22 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 56 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 177 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 120 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5065035050.042546
- --- Energy:  35.13598057141005
- --- Workload:  177965000000.0
+ --- Configuration:  100110-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11691120593.908926
+ --- Energy:  51.630790443296
+ --- Workload:  603622000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 239 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 124 in the X datas point
 --------------
- --- Configuration:  0200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4343576935.606472
- --- Energy:  34.69772062521995
- --- Workload:  150712000000.0
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 166 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  222220-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11742671105.396345
+ --- Energy:  36.9581904467489
+ --- Workload:  433988000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 34 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 169 in the X datas point
 --------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2200-1000'
---- Neighbour  0 in the list of neghbours, And at position 34 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202220-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 166 in the X datas point
 --------------
- --- Configuration:  2000-0000
+ --- Configuration:  222220-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Energy efficiency:  11742671105.396345
+ --- Energy:  36.9581904467489
+ --- Workload:  433988000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 120 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  100110-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11691120593.908926
+ --- Energy:  51.630790443296
+ --- Workload:  603622000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 175 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  202220-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12108149995.762148
+ --- Energy:  54.4639625494408
+ --- Workload:  659458000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 239 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 56 in the X datas point
 --------------
- --- Configuration:  0200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4343576935.606472
- --- Energy:  34.69772062521995
- --- Workload:  150712000000.0
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 177 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 124 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5065035050.042546
- --- Energy:  35.13598057141005
- --- Workload:  177965000000.0
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 174 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 91 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5023055826.242454
- --- Energy:  35.164198939696966
- --- Workload:  176632000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 238 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 22 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5231876778.838105
- --- Energy:  35.35979917082616
- --- Workload:  184998000000.0
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 159 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  69.5925937545452
+ --- Workload:  983338000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 169 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 16 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 177 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 124 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Energy efficiency:  5065035050.042546
- --- Energy:  35.13598057141005
- --- Workload:  177965000000.0
+ --- Configuration:  222220-1-2
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (35.13598057141005 mAh)  it is NOT far from the median.
----  Median :35.13598057141005,   the gap is :  10
---- So No we don't romove this configuration '2200-1000'
- --- remove_aberrant_points: The value [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 0.0, 1, 1, 1, 1]
---- Computing the list of the 10 first neighbours of '3333-1111'
+--- The energy of the current configuration (54.4639625494408 mAh)  is far from the median.
+---  Median :64.6001284096528,   the gap is :  10
+--- So yes we remove this configuration '202220-0-2'
+--- remove_aberrant_points: The value [1.0, 1, 0, 1, 1, 1, 0, 0.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '222220-2-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3333-1111'
---- Neighbour  0 in the list of neghbours, And at position 175 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222220-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 163 in the X datas point
 --------------
- --- Configuration:  3333-1111
+ --- Configuration:  222220-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  11523551835.240866
- --- Energy:  83.54140347554512
- --- Workload:  962694000000.0
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 59 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 176 in the X datas point
 --------------
- --- Configuration:  3330-1111
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9820095844.135439
- --- Energy:  58.230522602615636
- --- Workload:  571832000000.0
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  83.7034659994173
+ --- Workload:  1150120000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 144 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 13 in the X datas point
 --------------
- --- Configuration:  3333-1101
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10947566629.6274
- --- Energy:  79.26313007840331
- --- Workload:  867738000000.0
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 113 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 44 in the X datas point
 --------------
- --- Configuration:  3303-1011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10227751572.005417
- --- Energy:  73.37868558375581
- --- Workload:  750499000000.0
+ --- Configuration:  222220-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14471780028.94356
+ --- Energy:  72.03533813993924
+ --- Workload:  1042480000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 182 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 74 in the X datas point
 --------------
- --- Configuration:  3303-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10225586667.47108
- --- Energy:  73.36262541667716
- --- Workload:  750176000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 14 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 98 in the X datas point
 --------------
- --- Configuration:  3303-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9340120487.55429
- --- Energy:  67.3857084084629
- --- Workload:  629393000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 60 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 158 in the X datas point
 --------------
- --- Configuration:  0330-0111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7854719115.244439
- --- Energy:  56.794731664850964
- --- Workload:  446108000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 83 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 264 in the X datas point
 --------------
- --- Configuration:  3330-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9229945635.620207
- --- Energy:  51.28077619994492
- --- Workload:  473319000000.0
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5413071485.022031
+ --- Energy:  13.9697963651223
+ --- Workload:  75619700000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 93 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 429 in the X datas point
 --------------
- --- Configuration:  3003-1101
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9428892010.8998
- --- Energy:  67.46193459835338
- --- Workload:  636090000000.0
+ --- Configuration:  222220-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14754441824.711329
+ --- Energy:  76.06186087808521
+ --- Workload:  1122250000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 106 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 488 in the X datas point
 --------------
- --- Configuration:  0333-0011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9607255399.277534
- --- Energy:  65.95120166169613
- --- Workload:  633609000000.0
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14243959136.930027
+ --- Energy:  78.84746341771039
+ --- Workload:  1123100000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3333-1111'
---- Neighbour  0 in the list of neghbours, And at position 83 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222220-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 264 in the X datas point
 --------------
- --- Configuration:  3330-2220
+ --- Configuration:  333330-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9229945635.620207
- --- Energy:  51.28077619994492
- --- Workload:  473319000000.0
+ --- Energy efficiency:  5413071485.022031
+ --- Energy:  13.9697963651223
+ --- Workload:  75619700000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 60 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 44 in the X datas point
 --------------
- --- Configuration:  0330-0111
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7854719115.244439
- --- Energy:  56.794731664850964
- --- Workload:  446108000000.0
+ --- Configuration:  222220-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14471780028.94356
+ --- Energy:  72.03533813993924
+ --- Workload:  1042480000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 59 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 429 in the X datas point
 --------------
- --- Configuration:  3330-1111
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9820095844.135439
- --- Energy:  58.230522602615636
- --- Workload:  571832000000.0
+ --- Configuration:  222220-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14754441824.711329
+ --- Energy:  76.06186087808521
+ --- Workload:  1122250000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 106 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 13 in the X datas point
 --------------
- --- Configuration:  0333-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9607255399.277534
- --- Energy:  65.95120166169613
- --- Workload:  633609000000.0
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 14 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 488 in the X datas point
 --------------
- --- Configuration:  3303-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9340120487.55429
- --- Energy:  67.3857084084629
- --- Workload:  629393000000.0
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14243959136.930027
+ --- Energy:  78.84746341771039
+ --- Workload:  1123100000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 93 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 163 in the X datas point
 --------------
- --- Configuration:  3003-1101
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9428892010.8998
- --- Energy:  67.46193459835338
- --- Workload:  636090000000.0
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 182 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 158 in the X datas point
 --------------
- --- Configuration:  3303-0111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10225586667.47108
- --- Energy:  73.36262541667716
- --- Workload:  750176000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 113 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 176 in the X datas point
 --------------
- --- Configuration:  3303-1011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10227751572.005417
- --- Energy:  73.37868558375581
- --- Workload:  750499000000.0
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  83.7034659994173
+ --- Workload:  1150120000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 144 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 74 in the X datas point
 --------------
- --- Configuration:  3333-1101
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10947566629.6274
- --- Energy:  79.26313007840331
- --- Workload:  867738000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 175 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 98 in the X datas point
 --------------
- --- Configuration:  3333-1111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11523551835.240866
- --- Energy:  83.54140347554512
- --- Workload:  962694000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 14 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 488 in the X datas point
 --------------
- --- Configuration:  3303-1010
- --- Energy efficiency:  9340120487.55429
- --- Energy:  67.3857084084629
- --- Workload:  629393000000.0
+ --- Configuration:  333330-2-3
+ --- Energy efficiency:  14243959136.930027
+ --- Energy:  78.84746341771039
+ --- Workload:  1123100000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (83.54140347554512 mAh)  is far from the median.
----  Median :67.3857084084629,   the gap is :  10
---- So yes we remove this configuration '3333-1111'
---- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 0.0, 1, 1, 1, 1] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '0222-1000'
+--- The energy of the current configuration (78.84746341771039 mAh)  it is NOT far from the median.
+---  Median :78.84746341771039,   the gap is :  10
+--- So No we don't romove this configuration '222220-2-3'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0]
+--- Computing the list of the 10 first neighbours of '222002-0-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0222-1000'
---- Neighbour  0 in the list of neghbours, And at position 176 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222002-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 177 in the X datas point
 --------------
- --- Configuration:  0222-1000
+ --- Configuration:  222002-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9969791531.659073
- --- Energy:  42.75164023390624
- --- Workload:  426227000000.0
+ --- Energy efficiency:  13620192752.96784
+ --- Energy:  65.1406964237598
+ --- Workload:  887229000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 48 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 664 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  222002-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13972451913.80674
+ --- Energy:  76.4325894344246
+ --- Workload:  1067950000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 87 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 36 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Configuration:  110001-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11533320339.125751
+ --- Energy:  52.516287756608044
+ --- Workload:  605687000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 92 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 43 in the X datas point
 --------------
- --- Configuration:  0202-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8895689149.038376
- --- Energy:  48.8428586507307
- --- Workload:  434491000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 94 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 77 in the X datas point
 --------------
- --- Configuration:  0220-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7282684688.88371
- --- Energy:  43.18443043197562
- --- Workload:  314499000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14045358079.381556
+ --- Energy:  70.47402905804368
+ --- Workload:  989833000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 133 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 142 in the X datas point
 --------------
- --- Configuration:  0111-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6681499595.769274
- --- Energy:  37.38840673928198
- --- Workload:  249811000000.0
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 210 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 169 in the X datas point
 --------------
- --- Configuration:  0220-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5281811027.365063
- --- Energy:  35.274079340197716
- --- Workload:  186311000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 213 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 189 in the X datas point
 --------------
- --- Configuration:  0002-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4730794158.415373
- --- Energy:  37.456019446944595
- --- Workload:  177197000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13468757197.367126
+ --- Energy:  79.8767027494463
+ --- Workload:  1075840000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 229 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 195 in the X datas point
 --------------
- --- Configuration:  3333-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9705063131.435669
- --- Energy:  64.55329768339193
- --- Workload:  626491000000.0
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14933352448.024466
+ --- Energy:  78.5356318543746
+ --- Workload:  1172800000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 231 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 249 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7144898542.440698
- --- Energy:  51.89988274563883
- --- Workload:  370819000000.0
+ --- Configuration:  333303-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13695515814.21211
+ --- Energy:  75.8036384393518
+ --- Workload:  1038170000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0222-1000'
---- Neighbour  0 in the list of neghbours, And at position 210 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222002-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 36 in the X datas point
 --------------
- --- Configuration:  0220-2000
+ --- Configuration:  110001-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5281811027.365063
- --- Energy:  35.274079340197716
- --- Workload:  186311000000.0
+ --- Energy efficiency:  11533320339.125751
+ --- Energy:  52.516287756608044
+ --- Workload:  605687000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 133 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 177 in the X datas point
 --------------
- --- Configuration:  0111-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6681499595.769274
- --- Energy:  37.38840673928198
- --- Workload:  249811000000.0
+ --- Configuration:  222002-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13620192752.96784
+ --- Energy:  65.1406964237598
+ --- Workload:  887229000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 213 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 77 in the X datas point
 --------------
- --- Configuration:  0002-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4730794158.415373
- --- Energy:  37.456019446944595
- --- Workload:  177197000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14045358079.381556
+ --- Energy:  70.47402905804368
+ --- Workload:  989833000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 48 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 169 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 176 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 43 in the X datas point
 --------------
- --- Configuration:  0222-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9969791531.659073
- --- Energy:  42.75164023390624
- --- Workload:  426227000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 94 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 249 in the X datas point
 --------------
- --- Configuration:  0220-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7282684688.88371
- --- Energy:  43.18443043197562
- --- Workload:  314499000000.0
+ --- Configuration:  333303-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13695515814.21211
+ --- Energy:  75.8036384393518
+ --- Workload:  1038170000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 92 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 664 in the X datas point
 --------------
- --- Configuration:  0202-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8895689149.038376
- --- Energy:  48.8428586507307
- --- Workload:  434491000000.0
+ --- Configuration:  222002-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13972451913.80674
+ --- Energy:  76.4325894344246
+ --- Workload:  1067950000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 231 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 195 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7144898542.440698
- --- Energy:  51.89988274563883
- --- Workload:  370819000000.0
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14933352448.024466
+ --- Energy:  78.5356318543746
+ --- Workload:  1172800000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 87 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 142 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 229 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 189 in the X datas point
 --------------
- --- Configuration:  3333-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9705063131.435669
- --- Energy:  64.55329768339193
- --- Workload:  626491000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13468757197.367126
+ --- Energy:  79.8767027494463
+ --- Workload:  1075840000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 176 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 43 in the X datas point
 --------------
- --- Configuration:  0222-1000
- --- Energy efficiency:  9969791531.659073
- --- Energy:  42.75164023390624
- --- Workload:  426227000000.0
+ --- Configuration:  333033-0-2
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (42.75164023390624 mAh)  it is NOT far from the median.
----  Median :42.75164023390624,   the gap is :  10
---- So No we don't romove this configuration '0222-1000'
- --- remove_aberrant_points: The value [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '2200-2000'
+--- The energy of the current configuration (72.52828772049172 mAh)  it is NOT far from the median.
+---  Median :72.52828772049172,   the gap is :  10
+--- So No we don't romove this configuration '222002-0-2'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '030330-3-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2200-2000'
---- Neighbour  0 in the list of neghbours, And at position 43 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '030330-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 178 in the X datas point
 --------------
- --- Configuration:  2200-2000
+ --- Configuration:  030330-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Energy efficiency:  11742271237.07176
+ --- Energy:  50.8317348445158
+ --- Workload:  596880000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 177 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 171 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5065035050.042546
- --- Energy:  35.13598057141005
- --- Workload:  177965000000.0
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 41 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 564 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  030300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11625825142.93952
+ --- Energy:  47.58862500100224
+ --- Workload:  553257000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 69 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 619 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11927480916.030533
+ --- Energy:  57.869084231929165
+ --- Workload:  690232000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 174 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 651 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5023055826.242454
- --- Energy:  35.164198939696966
- --- Workload:  176632000000.0
+ --- Configuration:  030300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11668883754.580038
+ --- Energy:  47.396418468531486
+ --- Workload:  553063000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 238 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 728 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5231876778.838105
- --- Energy:  35.35979917082616
- --- Workload:  184998000000.0
+ --- Configuration:  030330-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11775636443.710691
+ --- Energy:  72.65400201940935
+ --- Workload:  855547000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 45 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  030300-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 88 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 134 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 602 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  020222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14237408791.59993
+ --- Energy:  62.53995293576916
+ --- Workload:  890407000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2200-2000'
---- Neighbour  0 in the list of neghbours, And at position 37 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '030330-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 45 in the X datas point
 --------------
- --- Configuration:  2200-0000
+ --- Configuration:  030300-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 177 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 651 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5065035050.042546
- --- Energy:  35.13598057141005
- --- Workload:  177965000000.0
+ --- Configuration:  030300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11668883754.580038
+ --- Energy:  47.396418468531486
+ --- Workload:  553063000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 174 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 564 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5023055826.242454
- --- Energy:  35.164198939696966
- --- Workload:  176632000000.0
+ --- Configuration:  030300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11625825142.93952
+ --- Energy:  47.58862500100224
+ --- Workload:  553257000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 238 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 178 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5231876778.838105
- --- Energy:  35.35979917082616
- --- Workload:  184998000000.0
+ --- Configuration:  030330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11742271237.07176
+ --- Energy:  50.8317348445158
+ --- Workload:  596880000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 69 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 171 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 619 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11927480916.030533
+ --- Energy:  57.869084231929165
+ --- Workload:  690232000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 88 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 602 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  020222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14237408791.59993
+ --- Energy:  62.53995293576916
+ --- Workload:  890407000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 134 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 41 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 728 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  030330-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11775636443.710691
+ --- Energy:  72.65400201940935
+ --- Workload:  855547000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 69 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 171 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  330330-3-0
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (36.241340818491324 mAh)  it is NOT far from the median.
----  Median :36.241340818491324,   the gap is :  10
---- So No we don't romove this configuration '2200-2000'
- --- remove_aberrant_points: The value [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '0330-0300'
+--- The energy of the current configuration (51.7596710203295 mAh)  it is NOT far from the median.
+---  Median :51.7596710203295,   the gap is :  10
+--- So No we don't romove this configuration '030330-3-0'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '222022-3-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0330-0300'
---- Neighbour  0 in the list of neghbours, And at position 178 in the X datas point
---------------
- --- Configuration:  0330-0300
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5127442585.46165
- --- Energy:  35.649584213611206
- --- Workload:  182791000000.0
---------------
---- Neighbour  1 in the list of neghbours, And at position 118 in the X datas point
---------------
- --- Configuration:  0222-0300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9750580159.519491
- --- Energy:  43.43833566298026
- --- Workload:  423547000000.0
---------------
---- Neighbour  2 in the list of neghbours, And at position 158 in the X datas point
---------------
- --- Configuration:  2220-0300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6002689204.763734
- --- Energy:  36.30048338737668
- --- Workload:  217901000000.0
---------------
---- Neighbour  3 in the list of neghbours, And at position 23 in the X datas point
---------------
- --- Configuration:  3333-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
---------------
---- Neighbour  4 in the list of neghbours, And at position 28 in the X datas point
---------------
- --- Configuration:  3330-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
---------------
---- Neighbour  5 in the list of neghbours, And at position 129 in the X datas point
---------------
- --- Configuration:  0333-0030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8477809334.068076
- --- Energy:  58.764018507515395
- --- Workload:  498189000000.0
---------------
---- Neighbour  6 in the list of neghbours, And at position 152 in the X datas point
---------------
- --- Configuration:  2220-0330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8252186829.509821
- --- Energy:  42.07453960416718
- --- Workload:  347206000000.0
---------------
---- Neighbour  7 in the list of neghbours, And at position 154 in the X datas point
---------------
- --- Configuration:  3330-0030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6057595619.146848
- --- Energy:  36.12486526516549
- --- Workload:  218830000000.0
---------------
---- Neighbour  8 in the list of neghbours, And at position 186 in the X datas point
---------------
- --- Configuration:  0030-2200
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6743861400.160503
- --- Energy:  41.3450979000584
- --- Workload:  278825000000.0
---------------
---- Neighbour  9 in the list of neghbours, And at position 214 in the X datas point
---------------
- --- Configuration:  0222-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10575598076.510221
- --- Energy:  50.06110945250575
- --- Workload:  529426000000.0
---------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0330-0300'
---- Neighbour  0 in the list of neghbours, And at position 178 in the X datas point
---------------
- --- Configuration:  0330-0300
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5127442585.46165
- --- Energy:  35.649584213611206
- --- Workload:  182791000000.0
---------------
---- Neighbour  1 in the list of neghbours, And at position 154 in the X datas point
---------------
- --- Configuration:  3330-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6057595619.146848
- --- Energy:  36.12486526516549
- --- Workload:  218830000000.0
---------------
---- Neighbour  2 in the list of neghbours, And at position 158 in the X datas point
---------------
- --- Configuration:  2220-0300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6002689204.763734
- --- Energy:  36.30048338737668
- --- Workload:  217901000000.0
---------------
---- Neighbour  3 in the list of neghbours, And at position 28 in the X datas point
---------------
- --- Configuration:  3330-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
---------------
---- Neighbour  4 in the list of neghbours, And at position 186 in the X datas point
---------------
- --- Configuration:  0030-2200
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6743861400.160503
- --- Energy:  41.3450979000584
- --- Workload:  278825000000.0
---------------
---- Neighbour  5 in the list of neghbours, And at position 152 in the X datas point
---------------
- --- Configuration:  2220-0330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8252186829.509821
- --- Energy:  42.07453960416718
- --- Workload:  347206000000.0
---------------
---- Neighbour  6 in the list of neghbours, And at position 118 in the X datas point
---------------
- --- Configuration:  0222-0300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9750580159.519491
- --- Energy:  43.43833566298026
- --- Workload:  423547000000.0
---------------
---- Neighbour  7 in the list of neghbours, And at position 214 in the X datas point
---------------
- --- Configuration:  0222-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10575598076.510221
- --- Energy:  50.06110945250575
- --- Workload:  529426000000.0
---------------
---- Neighbour  8 in the list of neghbours, And at position 129 in the X datas point
---------------
- --- Configuration:  0333-0030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8477809334.068076
- --- Energy:  58.764018507515395
- --- Workload:  498189000000.0
---------------
---- Neighbour  9 in the list of neghbours, And at position 23 in the X datas point
---------------
- --- Configuration:  3333-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
---------------
---------------
---- Median at position 4 in the list of neghbours, And at position 186 in the X datas point
---------------
- --- Configuration:  0030-2200
- --- Energy efficiency:  6743861400.160503
- --- Energy:  41.3450979000584
- --- Workload:  278825000000.0
---------------
---- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (41.3450979000584 mAh)  it is NOT far from the median.
----  Median :41.3450979000584,   the gap is :  10
---- So No we don't romove this configuration '0330-0300'
- --- remove_aberrant_points: The value [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '0300-0000'
-*** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
- ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
-*** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
-  ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
-
- [[0.52921334]
-  [1.        ]
-  [0.48322508]
-  ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
-
- [[0.76130039]
-  [0.48322508]
-  [1.        ]
-  ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
-
- ...
-
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
-  ...
-  [1.        ]
-  [0.44123317]
-  [0.57957828]]
-
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
-  ...
-  [0.44123317]
-  [1.        ]
-  [0.52921334]]
-
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
-  ...
-  [0.57957828]
-  [0.52921334]
-  [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0300-0000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222022-3-3'
 --- Neighbour  0 in the list of neghbours, And at position 179 in the X datas point
 --------------
- --- Configuration:  0300-0000
+ --- Configuration:  222022-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1047552602.8539523
- --- Energy:  28.209089181571862
- --- Workload:  29550500000.0
+ --- Energy efficiency:  14657190304.561756
+ --- Energy:  95.6220428328611
+ --- Workload:  1401550000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 51 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 37 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 56 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 132 in the X datas point
 --------------
- --- Configuration:  0303-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Configuration:  202022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 142 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 164 in the X datas point
 --------------
- --- Configuration:  0300-0010
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3550266447.4968843
- --- Energy:  34.61491775303547
- --- Workload:  122892000000.0
+ --- Configuration:  111011-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 342 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 5 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 357 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 458 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  220022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13202208993.60881
+ --- Energy:  95.35824625251036
+ --- Workload:  1258940000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 504 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  022022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14551380926.049883
+ --- Energy:  88.0748025631995
+ --- Workload:  1281610000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 594 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  333033-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14885404711.826008
+ --- Energy:  92.65928549142409
+ --- Workload:  1379270000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0300-0000'
---- Neighbour  0 in the list of neghbours, And at position 179 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222022-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 164 in the X datas point
 --------------
- --- Configuration:  0300-0000
+ --- Configuration:  111011-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1047552602.8539523
- --- Energy:  28.209089181571862
- --- Workload:  29550500000.0
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 51 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 357 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 504 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  022022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14551380926.049883
+ --- Energy:  88.0748025631995
+ --- Workload:  1281610000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 132 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  202022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 5 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 594 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  333033-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14885404711.826008
+ --- Energy:  92.65928549142409
+ --- Workload:  1379270000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 458 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  220022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13202208993.60881
+ --- Energy:  95.35824625251036
+ --- Workload:  1258940000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 179 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  222022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14657190304.561756
+ --- Energy:  95.6220428328611
+ --- Workload:  1401550000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 142 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  0300-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3550266447.4968843
- --- Energy:  34.61491775303547
- --- Workload:  122892000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 56 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 37 in the X datas point
 --------------
- --- Configuration:  0303-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 342 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 5 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 594 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  333033-3-3
+ --- Energy efficiency:  14885404711.826008
+ --- Energy:  92.65928549142409
+ --- Workload:  1379270000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (29.623247258891045 mAh)  it is NOT far from the median.
----  Median :29.623247258891045,   the gap is :  10
---- So No we don't romove this configuration '0300-0000'
- --- remove_aberrant_points: The value [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '3030-0110'
+--- The energy of the current configuration (92.65928549142409 mAh)  it is NOT far from the median.
+---  Median :92.65928549142409,   the gap is :  10
+--- So No we don't romove this configuration '222022-3-3'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0]
+--- Computing the list of the 10 first neighbours of '333333-0-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3030-0110'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333333-0-1'
 --- Neighbour  0 in the list of neghbours, And at position 180 in the X datas point
 --------------
- --- Configuration:  3030-0110
+ --- Configuration:  333333-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7504014647.836593
- --- Energy:  41.82593528076137
- --- Workload:  313863000000.0
+ --- Energy efficiency:  14508144872.531439
+ --- Energy:  62.5618690617415
+ --- Workload:  907657000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 249 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 92 in the X datas point
 --------------
- --- Configuration:  3030-0010
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5246589716.684155
- --- Energy:  35.71821214035277
- --- Workload:  187399000000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 125 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 167 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 126 in the X datas point
 --------------
- --- Configuration:  2020-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7467367603.572389
- --- Energy:  42.10385161103808
- --- Workload:  314406000000.0
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 198 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 308 in the X datas point
 --------------
- --- Configuration:  3033-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8513391564.931638
- --- Energy:  58.43142458623579
- --- Workload:  497450000000.0
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 199 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 385 in the X datas point
 --------------
- --- Configuration:  3030-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2117186259.461176
- --- Energy:  28.69675782439391
- --- Workload:  60756400000.0
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12421881890.262611
+ --- Energy:  63.8914148004144
+ --- Workload:  793652000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 237 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 483 in the X datas point
 --------------
- --- Configuration:  3003-0110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8436326823.301135
- --- Energy:  59.49080386456649
- --- Workload:  501884000000.0
+ --- Configuration:  333333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14751416504.76987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 5 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 489 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15673416162.11328
+ --- Energy:  52.24843908649111
+ --- Workload:  818911000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 6 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 495 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16695549968.1115
+ --- Energy:  63.73792434520371
+ --- Workload:  1064140000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 6 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  303303-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  58.54108121624596
+ --- Workload:  751419000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3030-0110'
---- Neighbour  0 in the list of neghbours, And at position 199 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333333-0-1'
+--- Neighbour  0 in the list of neghbours, And at position 125 in the X datas point
 --------------
- --- Configuration:  3030-0000
+ --- Configuration:  222222-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2117186259.461176
- --- Energy:  28.69675782439391
- --- Workload:  60756400000.0
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 489 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15673416162.11328
+ --- Energy:  52.24843908649111
+ --- Workload:  818911000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 5 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 6 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  303303-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  58.54108121624596
+ --- Workload:  751419000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 249 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 180 in the X datas point
 --------------
- --- Configuration:  3030-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5246589716.684155
- --- Energy:  35.71821214035277
- --- Workload:  187399000000.0
+ --- Configuration:  333333-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14508144872.531439
+ --- Energy:  62.5618690617415
+ --- Workload:  907657000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 6 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 495 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16695549968.1115
+ --- Energy:  63.73792434520371
+ --- Workload:  1064140000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 180 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 385 in the X datas point
 --------------
- --- Configuration:  3030-0110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7504014647.836593
- --- Energy:  41.82593528076137
- --- Workload:  313863000000.0
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12421881890.262611
+ --- Energy:  63.8914148004144
+ --- Workload:  793652000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 167 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 308 in the X datas point
 --------------
- --- Configuration:  2020-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7467367603.572389
- --- Energy:  42.10385161103808
- --- Workload:  314406000000.0
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 126 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 198 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 483 in the X datas point
 --------------
- --- Configuration:  3033-0100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8513391564.931638
- --- Energy:  58.43142458623579
- --- Workload:  497450000000.0
+ --- Configuration:  333333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14751416504.76987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 237 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 92 in the X datas point
 --------------
- --- Configuration:  3003-0110
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8436326823.301135
- --- Energy:  59.49080386456649
- --- Workload:  501884000000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 6 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 495 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  333333-1-1
+ --- Energy efficiency:  16695549968.1115
+ --- Energy:  63.73792434520371
+ --- Workload:  1064140000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (36.82601141845538 mAh)  it is NOT far from the median.
----  Median :36.82601141845538,   the gap is :  10
---- So No we don't romove this configuration '3030-0110'
- --- remove_aberrant_points: The value [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1]
---- Computing the list of the 10 first neighbours of '1100-1011'
+--- The energy of the current configuration (63.73792434520371 mAh)  it is NOT far from the median.
+---  Median :63.73792434520371,   the gap is :  10
+--- So No we don't romove this configuration '333333-0-1'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '202222-2-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1100-1011'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202222-2-2'
 --- Neighbour  0 in the list of neghbours, And at position 181 in the X datas point
 --------------
- --- Configuration:  1100-1011
+ --- Configuration:  202222-2-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9277212383.22309
- --- Energy:  48.61244404745341
- --- Workload:  450987000000.0
+ --- Energy efficiency:  15385988288.185717
+ --- Energy:  91.4259968153942
+ --- Workload:  1406680000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 162 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 30 in the X datas point
 --------------
- --- Configuration:  1100-1001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7522756337.9222145
- --- Energy:  41.562953026807364
- --- Workload:  312668000000.0
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 219 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 130 in the X datas point
 --------------
- --- Configuration:  0100-1011
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8993129249.25357
- --- Energy:  47.97458475843469
- --- Workload:  431441000000.0
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 7 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 554 in the X datas point
 --------------
- --- Configuration:  1000-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6501654671.113798
- --- Energy:  42.85376093977719
- --- Workload:  278621000000.0
+ --- Configuration:  222222-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16070659475.582241
+ --- Energy:  93.5530302681106
+ --- Workload:  1503460000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 649 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  202222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14443499197.66362
+ --- Energy:  75.01155662770421
+ --- Workload:  1083430000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 9 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 10 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  101101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 61 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 13 in the X datas point
 --------------
- --- Configuration:  0000-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5325891287.907031
- --- Energy:  45.45847467114993
- --- Workload:  242107000000.0
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 115 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  0110-1001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7487495881.877265
- --- Energy:  41.820066635010036
- --- Workload:  313127000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 161 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 28 in the X datas point
 --------------
- --- Configuration:  1100-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5236287472.182222
- --- Energy:  35.478097414979636
- --- Workload:  185774000000.0
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1100-1011'
---- Neighbour  0 in the list of neghbours, And at position 36 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202222-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 130 in the X datas point
 --------------
- --- Configuration:  1100-0000
+ --- Configuration:  202222-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 161 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 649 in the X datas point
 --------------
- --- Configuration:  1100-0020
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5236287472.182222
- --- Energy:  35.478097414979636
- --- Workload:  185774000000.0
+ --- Configuration:  202222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14443499197.66362
+ --- Energy:  75.01155662770421
+ --- Workload:  1083430000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 10 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  101101-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 13 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 162 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 9 in the X datas point
 --------------
- --- Configuration:  1100-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7522756337.9222145
- --- Energy:  41.562953026807364
- --- Workload:  312668000000.0
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 115 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 181 in the X datas point
 --------------
- --- Configuration:  0110-1001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7487495881.877265
- --- Energy:  41.820066635010036
- --- Workload:  313127000000.0
+ --- Configuration:  202222-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15385988288.185717
+ --- Energy:  91.4259968153942
+ --- Workload:  1406680000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 7 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 30 in the X datas point
 --------------
- --- Configuration:  1000-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6501654671.113798
- --- Energy:  42.85376093977719
- --- Workload:  278621000000.0
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 61 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 28 in the X datas point
 --------------
- --- Configuration:  0000-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5325891287.907031
- --- Energy:  45.45847467114993
- --- Workload:  242107000000.0
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 219 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 554 in the X datas point
 --------------
- --- Configuration:  0100-1011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8993129249.25357
- --- Energy:  47.97458475843469
- --- Workload:  431441000000.0
+ --- Configuration:  222222-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16070659475.582241
+ --- Energy:  93.5530302681106
+ --- Workload:  1503460000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 181 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  1100-1011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9277212383.22309
- --- Energy:  48.61244404745341
- --- Workload:  450987000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 162 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 9 in the X datas point
 --------------
- --- Configuration:  1100-1001
- --- Energy efficiency:  7522756337.9222145
- --- Energy:  41.562953026807364
- --- Workload:  312668000000.0
+ --- Configuration:  202222-3-3
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (41.562953026807364 mAh)  it is NOT far from the median.
----  Median :41.562953026807364,   the gap is :  10
---- So No we don't romove this configuration '1100-1011'
- --- remove_aberrant_points: The value [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 1, 0.0, 0, 1, 1, 1]
---- Computing the list of the 10 first neighbours of '3303-0111'
+--- The energy of the current configuration (84.49044180099274 mAh)  it is NOT far from the median.
+---  Median :84.49044180099274,   the gap is :  10
+--- So No we don't romove this configuration '202222-2-2'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '030330-3-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3303-0111'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '030330-3-3'
 --- Neighbour  0 in the list of neghbours, And at position 182 in the X datas point
 --------------
- --- Configuration:  3303-0111
+ --- Configuration:  030330-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  10225586667.47108
- --- Energy:  73.36262541667716
- --- Workload:  750176000000.0
+ --- Energy efficiency:  13025293818.065302
+ --- Energy:  75.2120882234259
+ --- Workload:  979660000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 542 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  330330-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12443165840.025682
+ --- Energy:  76.18345987594073
+ --- Workload:  947963000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 113 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 17 in the X datas point
 --------------
- --- Configuration:  3303-1011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10227751572.005417
- --- Energy:  73.37868558375581
- --- Workload:  750499000000.0
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 175 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 67 in the X datas point
 --------------
- --- Configuration:  3333-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11523551835.240866
- --- Energy:  83.54140347554512
- --- Workload:  962694000000.0
+ --- Configuration:  330330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 227 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 144 in the X datas point
 --------------
- --- Configuration:  3300-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7514502990.77219
- --- Energy:  41.92637824781065
- --- Workload:  315055000000.0
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 237 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 393 in the X datas point
 --------------
- --- Configuration:  3003-0110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8436326823.301135
- --- Energy:  59.49080386456649
- --- Workload:  501884000000.0
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15121089686.207148
+ --- Energy:  96.9268799133665
+ --- Workload:  1465640000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 439 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  033330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12476170514.317654
+ --- Energy:  89.40162859050163
+ --- Workload:  1115390000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 14 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 520 in the X datas point
 --------------
- --- Configuration:  3303-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9340120487.55429
- --- Energy:  67.3857084084629
- --- Workload:  629393000000.0
+ --- Configuration:  030300-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13386827094.402565
+ --- Energy:  73.31275563806082
+ --- Workload:  981425000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 55 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 586 in the X datas point
 --------------
- --- Configuration:  2002-0101
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8950387999.31977
- --- Energy:  47.4541739001796
- --- Workload:  424732000000.0
+ --- Configuration:  030000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11233026896.3596
+ --- Energy:  80.04278396859557
+ --- Workload:  899123000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 59 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 692 in the X datas point
 --------------
- --- Configuration:  3330-1111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9820095844.135439
- --- Energy:  58.230522602615636
- --- Workload:  571832000000.0
+ --- Configuration:  033030-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11937034530.259785
+ --- Energy:  76.02625566802186
+ --- Workload:  907528000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3303-0111'
---- Neighbour  0 in the list of neghbours, And at position 227 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '030330-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 520 in the X datas point
 --------------
- --- Configuration:  3300-0101
+ --- Configuration:  030300-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7514502990.77219
- --- Energy:  41.92637824781065
- --- Workload:  315055000000.0
+ --- Energy efficiency:  13386827094.402565
+ --- Energy:  73.31275563806082
+ --- Workload:  981425000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 55 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 182 in the X datas point
 --------------
- --- Configuration:  2002-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8950387999.31977
- --- Energy:  47.4541739001796
- --- Workload:  424732000000.0
+ --- Configuration:  030330-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13025293818.065302
+ --- Energy:  75.2120882234259
+ --- Workload:  979660000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 692 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  033030-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11937034530.259785
+ --- Energy:  76.02625566802186
+ --- Workload:  907528000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 59 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 542 in the X datas point
 --------------
- --- Configuration:  3330-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9820095844.135439
- --- Energy:  58.230522602615636
- --- Workload:  571832000000.0
+ --- Configuration:  330330-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12443165840.025682
+ --- Energy:  76.18345987594073
+ --- Workload:  947963000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 237 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 67 in the X datas point
 --------------
- --- Configuration:  3003-0110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8436326823.301135
- --- Energy:  59.49080386456649
- --- Workload:  501884000000.0
+ --- Configuration:  330330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 144 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 14 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 586 in the X datas point
 --------------
- --- Configuration:  3303-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9340120487.55429
- --- Energy:  67.3857084084629
- --- Workload:  629393000000.0
+ --- Configuration:  030000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11233026896.3596
+ --- Energy:  80.04278396859557
+ --- Workload:  899123000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 182 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 439 in the X datas point
 --------------
- --- Configuration:  3303-0111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10225586667.47108
- --- Energy:  73.36262541667716
- --- Workload:  750176000000.0
+ --- Configuration:  033330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12476170514.317654
+ --- Energy:  89.40162859050163
+ --- Workload:  1115390000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 113 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 17 in the X datas point
 --------------
- --- Configuration:  3303-1011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10227751572.005417
- --- Energy:  73.37868558375581
- --- Workload:  750499000000.0
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 175 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 393 in the X datas point
 --------------
- --- Configuration:  3333-1111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11523551835.240866
- --- Energy:  83.54140347554512
- --- Workload:  962694000000.0
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15121089686.207148
+ --- Energy:  96.9268799133665
+ --- Workload:  1465640000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 237 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 67 in the X datas point
 --------------
- --- Configuration:  3003-0110
- --- Energy efficiency:  8436326823.301135
- --- Energy:  59.49080386456649
- --- Workload:  501884000000.0
+ --- Configuration:  330330-2-3
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (73.36262541667716 mAh)  is far from the median.
----  Median :59.49080386456649,   the gap is :  10
---- So yes we remove this configuration '3303-0111'
---- remove_aberrant_points: The value [2.0, 1, 1, 0, 1, 0.0, 0, 1, 1, 1] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '3003-0220'
+--- The energy of the current configuration (78.20736118066493 mAh)  it is NOT far from the median.
+---  Median :78.20736118066493,   the gap is :  10
+--- So No we don't romove this configuration '030330-3-3'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '222022-0-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3003-0220'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222022-0-0'
 --- Neighbour  0 in the list of neghbours, And at position 183 in the X datas point
 --------------
- --- Configuration:  3003-0220
+ --- Configuration:  222022-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8528930131.004368
- --- Energy:  58.99281399223083
- --- Workload:  503147000000.0
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 232 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 388 in the X datas point
 --------------
- --- Configuration:  2002-0220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9205560158.335634
- --- Energy:  47.19609116514537
- --- Workload:  434467000000.0
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12210772587.792402
+ --- Energy:  40.0698805124967
+ --- Workload:  489284000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 237 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 107 in the X datas point
 --------------
- --- Configuration:  3003-0110
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8436326823.301135
- --- Energy:  59.49080386456649
- --- Workload:  501884000000.0
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 120 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 149 in the X datas point
 --------------
- --- Configuration:  3003-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9353836943.914392
- --- Energy:  65.99051868650201
- --- Workload:  617264000000.0
+ --- Configuration:  111011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7219330479.29135
+ --- Energy:  28.6387646642511
+ --- Workload:  206752000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 134 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 155 in the X datas point
 --------------
- --- Configuration:  0033-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8384408354.2244835
- --- Energy:  59.697236073290554
- --- Workload:  500528000000.0
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 230 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  222222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14263788804.637444
+ --- Energy:  41.4528641815209
+ --- Workload:  591275000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 587 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  222002-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11068387136.763205
+ --- Energy:  35.22248964071155
+ --- Workload:  389856000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 31 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 724 in the X datas point
 --------------
- --- Configuration:  3000-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8224428196.629629
- --- Energy:  49.410116578739654
- --- Workload:  406369000000.0
+ --- Configuration:  222020-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5766580360.18061
+ --- Energy:  28.13171207069184
+ --- Workload:  162224000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 49 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 70 in the X datas point
 --------------
- --- Configuration:  3000-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8354358468.81318
- --- Energy:  64.35822134376
- --- Workload:  537670000000.0
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 63 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 78 in the X datas point
 --------------
- --- Configuration:  0002-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4969363871.73078
- --- Energy:  42.2836539731841
- --- Workload:  210123000000.0
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3003-0220'
---- Neighbour  0 in the list of neghbours, And at position 63 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222022-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 70 in the X datas point
 --------------
- --- Configuration:  0002-0020
+ --- Configuration:  110011-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4969363871.73078
- --- Energy:  42.2836539731841
- --- Workload:  210123000000.0
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 232 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 724 in the X datas point
 --------------
- --- Configuration:  2002-0220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9205560158.335634
- --- Energy:  47.19609116514537
- --- Workload:  434467000000.0
+ --- Configuration:  222020-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5766580360.18061
+ --- Energy:  28.13171207069184
+ --- Workload:  162224000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 31 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 149 in the X datas point
 --------------
- --- Configuration:  3000-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8224428196.629629
- --- Energy:  49.410116578739654
- --- Workload:  406369000000.0
+ --- Configuration:  111011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7219330479.29135
+ --- Energy:  28.6387646642511
+ --- Workload:  206752000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 587 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  222002-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11068387136.763205
+ --- Energy:  35.22248964071155
+ --- Workload:  389856000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 78 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
 --------------
 --- Neighbour  5 in the list of neghbours, And at position 183 in the X datas point
 --------------
- --- Configuration:  3003-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8528930131.004368
- --- Energy:  58.99281399223083
- --- Workload:  503147000000.0
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 237 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 388 in the X datas point
 --------------
- --- Configuration:  3003-0110
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8436326823.301135
- --- Energy:  59.49080386456649
- --- Workload:  501884000000.0
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12210772587.792402
+ --- Energy:  40.0698805124967
+ --- Workload:  489284000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 134 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 230 in the X datas point
 --------------
- --- Configuration:  0033-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8384408354.2244835
- --- Energy:  59.697236073290554
- --- Workload:  500528000000.0
+ --- Configuration:  222222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14263788804.637444
+ --- Energy:  41.4528641815209
+ --- Workload:  591275000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 49 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 155 in the X datas point
 --------------
- --- Configuration:  3000-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8354358468.81318
- --- Energy:  64.35822134376
- --- Workload:  537670000000.0
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 120 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 107 in the X datas point
 --------------
- --- Configuration:  3003-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9353836943.914392
- --- Energy:  65.99051868650201
- --- Workload:  617264000000.0
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 3 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 78 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  022222-0-0
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (54.74622776577034 mAh)  it is NOT far from the median.
----  Median :54.74622776577034,   the gap is :  10
---- So No we don't romove this configuration '3003-0220'
- --- remove_aberrant_points: The value [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 0, 1.0, 0, 1, 0, 1]
---- Computing the list of the 10 first neighbours of '1000-0202'
+--- The energy of the current configuration (39.76219318534942 mAh)  it is NOT far from the median.
+---  Median :39.76219318534942,   the gap is :  10
+--- So No we don't romove this configuration '222022-0-0'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '222000-1-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1000-0202'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222000-1-1'
 --- Neighbour  0 in the list of neghbours, And at position 184 in the X datas point
 --------------
- --- Configuration:  1000-0202
+ --- Configuration:  222000-1-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8327920185.212945
- --- Energy:  64.17430044494624
- --- Workload:  534437000000.0
+ --- Energy efficiency:  13569165428.480322
+ --- Energy:  37.8409560260374
+ --- Workload:  513470000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 52 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 136 in the X datas point
 --------------
- --- Configuration:  1101-0202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9914340101.522842
- --- Energy:  65.015157087009
- --- Workload:  644582000000.0
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 54 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 196 in the X datas point
 --------------
- --- Configuration:  1001-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7043096708.760907
- --- Energy:  47.6050128004243
- --- Workload:  335286000000.0
+ --- Configuration:  222020-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14254435980.477125
+ --- Energy:  56.5693073110482
+ --- Workload:  806364000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 185 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 234 in the X datas point
 --------------
- --- Configuration:  1000-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4407169583.478402
- --- Energy:  34.828482821374045
- --- Workload:  153495000000.0
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 190 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 286 in the X datas point
 --------------
- --- Configuration:  1000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6563747111.951271
- --- Energy:  40.76551455796704
- --- Workload:  267574000000.0
+ --- Configuration:  222000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12705257909.722488
+ --- Energy:  32.11143
+ --- Workload:  407984000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 224 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 376 in the X datas point
 --------------
- --- Configuration:  1100-0222
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10065860928.052246
- --- Energy:  83.39866371497797
- --- Workload:  839479000000.0
+ --- Configuration:  222200-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13164009072.635054
+ --- Energy:  63.2881080327642
+ --- Workload:  833125000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 8 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 449 in the X datas point
 --------------
- --- Configuration:  0020-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8089829466.394849
- --- Energy:  66.44909360627778
- --- Workload:  537560000000.0
+ --- Configuration:  202000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12043389925.222591
+ --- Energy:  61.77677173928621
+ --- Workload:  744002000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 33 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 450 in the X datas point
 --------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Configuration:  200000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11138350566.21805
+ --- Energy:  37.46453250408571
+ --- Workload:  417293000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 55 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 556 in the X datas point
 --------------
- --- Configuration:  2002-0101
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8950387999.31977
- --- Energy:  47.4541739001796
- --- Workload:  424732000000.0
+ --- Configuration:  222002-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13717835106.13489
+ --- Energy:  41.48623715392385
+ --- Workload:  569101000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 72 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 628 in the X datas point
 --------------
- --- Configuration:  1000-1100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6448575832.027497
- --- Energy:  42.80059101405426
- --- Workload:  276003000000.0
+ --- Configuration:  111000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9668281269.638697
+ --- Energy:  30.617996362116138
+ --- Workload:  296022000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1000-0202'
---- Neighbour  0 in the list of neghbours, And at position 33 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222000-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 628 in the X datas point
 --------------
- --- Configuration:  1000-0000
+ --- Configuration:  111000-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Energy efficiency:  9668281269.638697
+ --- Energy:  30.617996362116138
+ --- Workload:  296022000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 185 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 286 in the X datas point
 --------------
- --- Configuration:  1000-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4407169583.478402
- --- Energy:  34.828482821374045
- --- Workload:  153495000000.0
+ --- Configuration:  222000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12705257909.722488
+ --- Energy:  32.11143
+ --- Workload:  407984000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 190 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 136 in the X datas point
 --------------
- --- Configuration:  1000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6563747111.951271
- --- Energy:  40.76551455796704
- --- Workload:  267574000000.0
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 72 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 450 in the X datas point
 --------------
- --- Configuration:  1000-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6448575832.027497
- --- Energy:  42.80059101405426
- --- Workload:  276003000000.0
+ --- Configuration:  200000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11138350566.21805
+ --- Energy:  37.46453250408571
+ --- Workload:  417293000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 55 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 184 in the X datas point
 --------------
- --- Configuration:  2002-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8950387999.31977
- --- Energy:  47.4541739001796
- --- Workload:  424732000000.0
+ --- Configuration:  222000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13569165428.480322
+ --- Energy:  37.8409560260374
+ --- Workload:  513470000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 54 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 234 in the X datas point
 --------------
- --- Configuration:  1001-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7043096708.760907
- --- Energy:  47.6050128004243
- --- Workload:  335286000000.0
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 184 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 556 in the X datas point
 --------------
- --- Configuration:  1000-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8327920185.212945
- --- Energy:  64.17430044494624
- --- Workload:  534437000000.0
+ --- Configuration:  222002-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13717835106.13489
+ --- Energy:  41.48623715392385
+ --- Workload:  569101000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 52 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 196 in the X datas point
 --------------
- --- Configuration:  1101-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9914340101.522842
- --- Energy:  65.015157087009
- --- Workload:  644582000000.0
+ --- Configuration:  222020-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14254435980.477125
+ --- Energy:  56.5693073110482
+ --- Workload:  806364000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 8 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 449 in the X datas point
 --------------
- --- Configuration:  0020-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8089829466.394849
- --- Energy:  66.44909360627778
- --- Workload:  537560000000.0
+ --- Configuration:  202000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12043389925.222591
+ --- Energy:  61.77677173928621
+ --- Workload:  744002000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 224 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 376 in the X datas point
 --------------
- --- Configuration:  1100-0222
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10065860928.052246
- --- Energy:  83.39866371497797
- --- Workload:  839479000000.0
+ --- Configuration:  222200-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13164009072.635054
+ --- Energy:  63.2881080327642
+ --- Workload:  833125000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 55 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 184 in the X datas point
 --------------
- --- Configuration:  2002-0101
- --- Energy efficiency:  8950387999.31977
- --- Energy:  47.4541739001796
- --- Workload:  424732000000.0
+ --- Configuration:  222000-1-1
+ --- Energy efficiency:  13569165428.480322
+ --- Energy:  37.8409560260374
+ --- Workload:  513470000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (64.17430044494624 mAh)  is far from the median.
----  Median :47.4541739001796,   the gap is :  10
---- So yes we remove this configuration '1000-0202'
---- remove_aberrant_points: The value [0.0, 1, 0, 0, 0, 1.0, 0, 1, 0, 1] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '1000-0100'
+--- The energy of the current configuration (37.8409560260374 mAh)  it is NOT far from the median.
+---  Median :37.8409560260374,   the gap is :  10
+--- So No we don't romove this configuration '222000-1-1'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '333333-1-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1000-0100'
---- Neighbour  0 in the list of neghbours, And at position 185 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333333-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 99 in the X datas point
 --------------
- --- Configuration:  1000-0100
+ --- Configuration:  333333-1-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4407169583.478402
- --- Energy:  34.828482821374045
- --- Workload:  153495000000.0
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 33 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 185 in the X datas point
 --------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 72 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 487 in the X datas point
 --------------
- --- Configuration:  1000-1100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6448575832.027497
- --- Energy:  42.80059101405426
- --- Workload:  276003000000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14917179817.652395
+ --- Energy:  86.40713429401492
+ --- Workload:  1288950000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 215 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  333333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13585369100.893103
+ --- Energy:  89.0597439439495
+ --- Workload:  1209910000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 332 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 34 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 475 in the X datas point
 --------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14914131885.668266
+ --- Energy:  85.92125075504671
+ --- Workload:  1281440000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 481 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  333330-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12550389815.107658
+ --- Energy:  74.43416393210141
+ --- Workload:  934178000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 494 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522366622.954342
+ --- Energy:  89.21276593255729
+ --- Workload:  1295580000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 80 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 497 in the X datas point
 --------------
- --- Configuration:  2002-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7245431755.278297
- --- Energy:  42.016301664202444
- --- Workload:  304426000000.0
+ --- Configuration:  033333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14463386659.839949
+ --- Energy:  82.92589585237724
+ --- Workload:  1199390000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1000-0100'
---- Neighbour  0 in the list of neghbours, And at position 34 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333333-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 481 in the X datas point
 --------------
- --- Configuration:  2000-0000
+ --- Configuration:  333330-1-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Energy efficiency:  12550389815.107658
+ --- Energy:  74.43416393210141
+ --- Workload:  934178000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 33 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 497 in the X datas point
 --------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Configuration:  033333-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14463386659.839949
+ --- Energy:  82.92589585237724
+ --- Workload:  1199390000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 332 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 475 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14914131885.668266
+ --- Energy:  85.92125075504671
+ --- Workload:  1281440000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 487 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14917179817.652395
+ --- Energy:  86.40713429401492
+ --- Workload:  1288950000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 215 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  333333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13585369100.893103
+ --- Energy:  89.0597439439495
+ --- Workload:  1209910000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 185 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 494 in the X datas point
 --------------
- --- Configuration:  1000-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4407169583.478402
- --- Energy:  34.828482821374045
- --- Workload:  153495000000.0
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522366622.954342
+ --- Energy:  89.21276593255729
+ --- Workload:  1295580000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 80 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 99 in the X datas point
 --------------
- --- Configuration:  2002-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7245431755.278297
- --- Energy:  42.016301664202444
- --- Workload:  304426000000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 72 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 185 in the X datas point
 --------------
- --- Configuration:  1000-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6448575832.027497
- --- Energy:  42.80059101405426
- --- Workload:  276003000000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 36 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 487 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  333333-1-3
+ --- Energy efficiency:  14917179817.652395
+ --- Energy:  86.40713429401492
+ --- Workload:  1288950000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (30.059275323795035 mAh)  it is NOT far from the median.
----  Median :30.059275323795035,   the gap is :  10
---- So No we don't romove this configuration '1000-0100'
- --- remove_aberrant_points: The value [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '0030-2200'
+--- The energy of the current configuration (97.3671383278909 mAh)  is far from the median.
+---  Median :86.40713429401492,   the gap is :  10
+--- So yes we remove this configuration '333333-1-3'
+--- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '101011-3-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0030-2200'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101011-3-1'
 --- Neighbour  0 in the list of neghbours, And at position 186 in the X datas point
 --------------
- --- Configuration:  0030-2200
+ --- Configuration:  101011-3-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6743861400.160503
- --- Energy:  41.3450979000584
- --- Workload:  278825000000.0
+ --- Energy efficiency:  12908055917.698235
+ --- Energy:  67.8209046191028
+ --- Workload:  875436000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 89 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 193 in the X datas point
 --------------
- --- Configuration:  0030-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4809102669.532892
- --- Energy:  35.93660318178646
- --- Workload:  172823000000.0
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 102 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 544 in the X datas point
 --------------
- --- Configuration:  0033-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8336042547.16116
- --- Energy:  59.96771726749321
- --- Workload:  499893000000.0
+ --- Configuration:  202022-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14733811592.85764
+ --- Energy:  72.31670560917817
+ --- Workload:  1065500000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 71 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 549 in the X datas point
 --------------
- --- Configuration:  3000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6519117311.516021
- --- Energy:  42.79271109577192
- --- Workload:  278971000000.0
+ --- Configuration:  101011-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13990494857.793615
+ --- Energy:  77.57621667528683
+ --- Workload:  1085330000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 112 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  0020-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4244013818.5089927
- --- Energy:  35.41951635507749
- --- Workload:  150321000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 124 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 41 in the X datas point
 --------------
- --- Configuration:  0020-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8376542330.856669
- --- Energy:  48.301162810596125
- --- Workload:  404596000000.0
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 131 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  0020-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6670179627.937381
- --- Energy:  41.85807704041302
- --- Workload:  279201000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 215 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 73 in the X datas point
 --------------
- --- Configuration:  3030-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5441732647.675019
- --- Energy:  35.287807273153724
- --- Workload:  192027000000.0
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 1 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 93 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  111010-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12785418485.925173
+ --- Energy:  70.2667978545078
+ --- Workload:  898390000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 5 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 97 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0030-2200'
---- Neighbour  0 in the list of neghbours, And at position 5 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101011-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 73 in the X datas point
 --------------
- --- Configuration:  0030-0000
+ --- Configuration:  101111-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 215 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 41 in the X datas point
 --------------
- --- Configuration:  3030-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5441732647.675019
- --- Energy:  35.287807273153724
- --- Workload:  192027000000.0
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 112 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 193 in the X datas point
 --------------
- --- Configuration:  0020-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4244013818.5089927
- --- Energy:  35.41951635507749
- --- Workload:  150321000000.0
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 89 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  0030-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4809102669.532892
- --- Energy:  35.93660318178646
- --- Workload:  172823000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 186 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  0030-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6743861400.160503
- --- Energy:  41.3450979000584
- --- Workload:  278825000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 131 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 186 in the X datas point
 --------------
- --- Configuration:  0020-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6670179627.937381
- --- Energy:  41.85807704041302
- --- Workload:  279201000000.0
+ --- Configuration:  101011-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12908055917.698235
+ --- Energy:  67.8209046191028
+ --- Workload:  875436000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 71 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 93 in the X datas point
 --------------
- --- Configuration:  3000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6519117311.516021
- --- Energy:  42.79271109577192
- --- Workload:  278971000000.0
+ --- Configuration:  111010-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12785418485.925173
+ --- Energy:  70.2667978545078
+ --- Workload:  898390000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 124 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 97 in the X datas point
 --------------
- --- Configuration:  0020-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8376542330.856669
- --- Energy:  48.301162810596125
- --- Workload:  404596000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 1 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 544 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  202022-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14733811592.85764
+ --- Energy:  72.31670560917817
+ --- Workload:  1065500000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 102 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 549 in the X datas point
 --------------
- --- Configuration:  0033-2200
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8336042547.16116
- --- Energy:  59.96771726749321
- --- Workload:  499893000000.0
+ --- Configuration:  101011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13990494857.793615
+ --- Energy:  77.57621667528683
+ --- Workload:  1085330000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 186 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  0030-2200
- --- Energy efficiency:  6743861400.160503
- --- Energy:  41.3450979000584
- --- Workload:  278825000000.0
+ --- Configuration:  111111-3-1
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (41.3450979000584 mAh)  it is NOT far from the median.
----  Median :41.3450979000584,   the gap is :  10
---- So No we don't romove this configuration '0030-2200'
- --- remove_aberrant_points: The value [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1]
---- Computing the list of the 10 first neighbours of '0202-0001'
+--- The energy of the current configuration (67.49357382359369 mAh)  it is NOT far from the median.
+---  Median :67.49357382359369,   the gap is :  10
+--- So No we don't romove this configuration '101011-3-1'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '033033-2-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0202-0001'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033033-2-2'
 --- Neighbour  0 in the list of neghbours, And at position 187 in the X datas point
 --------------
- --- Configuration:  0202-0001
+ --- Configuration:  033033-2-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7543867590.03606
- --- Energy:  40.37867051197721
- --- Workload:  304611000000.0
+ --- Energy efficiency:  14361976380.293646
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 92 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 151 in the X datas point
 --------------
- --- Configuration:  0202-1001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8895689149.038376
- --- Energy:  48.8428586507307
- --- Workload:  434491000000.0
+ --- Configuration:  033033-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14103636340.557686
+ --- Energy:  92.8249833568298
+ --- Workload:  1309170000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 258 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15312505263.673683
+ --- Energy:  75.3926735584727
+ --- Workload:  1154450000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 56 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 270 in the X datas point
 --------------
- --- Configuration:  0303-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10275897573.963343
+ --- Energy:  24.5924899083227
+ --- Workload:  252710000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 136 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 351 in the X datas point
 --------------
- --- Configuration:  0003-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5256269415.345153
- --- Energy:  45.78293727571249
- --- Workload:  240648000000.0
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13323686983.956947
+ --- Energy:  83.3035486563878
+ --- Workload:  1109910000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 200 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 375 in the X datas point
 --------------
- --- Configuration:  0111-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6254338947.644929
- --- Energy:  35.98594879953233
- --- Workload:  225068000000.0
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14663208104.648384
+ --- Energy:  102.002963990619
+ --- Workload:  1495690000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 211 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 96 in the X datas point
 --------------
- --- Configuration:  0303-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8479966080.135679
- --- Energy:  59.193870361299275
- --- Workload:  501963000000.0
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 117 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 15 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 129 in the X datas point
 --------------
- --- Configuration:  0003-1001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  303033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14047528407.614323
+ --- Energy:  99.1199512733933
+ --- Workload:  1392390000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 135 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0202-0001'
---- Neighbour  0 in the list of neghbours, And at position 37 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033033-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 270 in the X datas point
 --------------
- --- Configuration:  2200-0000
+ --- Configuration:  033033-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Energy efficiency:  10275897573.963343
+ --- Energy:  24.5924899083227
+ --- Workload:  252710000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 200 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 96 in the X datas point
 --------------
- --- Configuration:  0111-0001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6254338947.644929
- --- Energy:  35.98594879953233
- --- Workload:  225068000000.0
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 187 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 258 in the X datas point
 --------------
- --- Configuration:  0202-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7543867590.03606
- --- Energy:  40.37867051197721
- --- Workload:  304611000000.0
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15312505263.673683
+ --- Energy:  75.3926735584727
+ --- Workload:  1154450000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 56 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 135 in the X datas point
 --------------
- --- Configuration:  0303-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 136 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 351 in the X datas point
 --------------
- --- Configuration:  0003-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5256269415.345153
- --- Energy:  45.78293727571249
- --- Workload:  240648000000.0
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13323686983.956947
+ --- Energy:  83.3035486563878
+ --- Workload:  1109910000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 92 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 151 in the X datas point
 --------------
- --- Configuration:  0202-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8895689149.038376
- --- Energy:  48.8428586507307
- --- Workload:  434491000000.0
+ --- Configuration:  033033-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14103636340.557686
+ --- Energy:  92.8249833568298
+ --- Workload:  1309170000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 187 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  033033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14361976380.293646
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 15 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 129 in the X datas point
 --------------
- --- Configuration:  0003-1001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  303033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14047528407.614323
+ --- Energy:  99.1199512733933
+ --- Workload:  1392390000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 211 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 375 in the X datas point
 --------------
- --- Configuration:  0303-1001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8479966080.135679
- --- Energy:  59.193870361299275
- --- Workload:  501963000000.0
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14663208104.648384
+ --- Energy:  102.002963990619
+ --- Workload:  1495690000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 117 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 136 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 351 in the X datas point
 --------------
- --- Configuration:  0003-0001
- --- Energy efficiency:  5256269415.345153
- --- Energy:  45.78293727571249
- --- Workload:  240648000000.0
+ --- Configuration:  033033-1-2
+ --- Energy efficiency:  13323686983.956947
+ --- Energy:  83.3035486563878
+ --- Workload:  1109910000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (45.78293727571249 mAh)  it is NOT far from the median.
----  Median :45.78293727571249,   the gap is :  10
---- So No we don't romove this configuration '0202-0001'
- --- remove_aberrant_points: The value [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 1, 1.0, 0, 0, 0, 1]
---- Computing the list of the 10 first neighbours of '0333-0002'
+--- The energy of the current configuration (94.0135655715655 mAh)  is far from the median.
+---  Median :83.3035486563878,   the gap is :  10
+--- So yes we remove this configuration '033033-2-2'
+--- remove_aberrant_points: The value [2.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '330303-3-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0333-0002'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330303-3-1'
 --- Neighbour  0 in the list of neghbours, And at position 188 in the X datas point
 --------------
- --- Configuration:  0333-0002
+ --- Configuration:  330303-3-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8955437741.79682
- --- Energy:  70.26399021141525
- --- Workload:  629243000000.0
+ --- Energy efficiency:  14509155276.979774
+ --- Energy:  74.9403190398345
+ --- Workload:  1087320000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 220 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 367 in the X datas point
 --------------
- --- Configuration:  0330-0002
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6611526535.36175
- --- Energy:  47.579797377976384
- --- Workload:  314575000000.0
+ --- Configuration:  220202-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14401834217.605953
+ --- Energy:  75.0091801682557
+ --- Workload:  1080270000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 106 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 604 in the X datas point
 --------------
- --- Configuration:  0333-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9607255399.277534
- --- Energy:  65.95120166169613
- --- Workload:  633609000000.0
+ --- Configuration:  330003-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13533264764.791859
+ --- Energy:  73.38859474562628
+ --- Workload:  993187000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 189 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 12 in the X datas point
 --------------
- --- Configuration:  3333-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9681573061.991112
- --- Energy:  64.59775499830239
- --- Workload:  625410000000.0
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 21 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 134 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 56 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 138 in the X datas point
 --------------
- --- Configuration:  0303-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Configuration:  222202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15123376505.532131
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 95 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 160 in the X datas point
 --------------
- --- Configuration:  3003-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7595205906.032112
- --- Energy:  65.80063109114849
- --- Workload:  499771000000.0
+ --- Configuration:  333303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15150114913.62162
+ --- Energy:  74.9625159265616
+ --- Workload:  1135690000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 129 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 485 in the X datas point
 --------------
- --- Configuration:  0333-0030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8477809334.068076
- --- Energy:  58.764018507515395
- --- Workload:  498189000000.0
+ --- Configuration:  333003-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14748327170.99063
+ --- Energy:  71.45892509072699
+ --- Workload:  1053900000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 136 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 577 in the X datas point
 --------------
- --- Configuration:  0003-0001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5256269415.345153
- --- Energy:  45.78293727571249
- --- Workload:  240648000000.0
+ --- Configuration:  330303-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14185463588.042788
+ --- Energy:  62.03120341832688
+ --- Workload:  879941000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0333-0002'
---- Neighbour  0 in the list of neghbours, And at position 56 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330303-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 577 in the X datas point
 --------------
- --- Configuration:  0303-0000
+ --- Configuration:  330303-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Energy efficiency:  14185463588.042788
+ --- Energy:  62.03120341832688
+ --- Workload:  879941000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 136 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 134 in the X datas point
 --------------
- --- Configuration:  0003-0001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5256269415.345153
- --- Energy:  45.78293727571249
- --- Workload:  240648000000.0
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 220 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 485 in the X datas point
 --------------
- --- Configuration:  0330-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6611526535.36175
- --- Energy:  47.579797377976384
- --- Workload:  314575000000.0
+ --- Configuration:  333003-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14748327170.99063
+ --- Energy:  71.45892509072699
+ --- Workload:  1053900000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 129 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 604 in the X datas point
 --------------
- --- Configuration:  0333-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8477809334.068076
- --- Energy:  58.764018507515395
- --- Workload:  498189000000.0
+ --- Configuration:  330003-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13533264764.791859
+ --- Energy:  73.38859474562628
+ --- Workload:  993187000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 21 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 188 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  330303-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14509155276.979774
+ --- Energy:  74.9403190398345
+ --- Workload:  1087320000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 160 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  333303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15150114913.62162
+ --- Energy:  74.9625159265616
+ --- Workload:  1135690000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 189 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 367 in the X datas point
 --------------
- --- Configuration:  3333-0001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9681573061.991112
- --- Energy:  64.59775499830239
- --- Workload:  625410000000.0
+ --- Configuration:  220202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14401834217.605953
+ --- Energy:  75.0091801682557
+ --- Workload:  1080270000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 95 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  3003-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7595205906.032112
- --- Energy:  65.80063109114849
- --- Workload:  499771000000.0
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 106 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 138 in the X datas point
 --------------
- --- Configuration:  0333-0011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9607255399.277534
- --- Energy:  65.95120166169613
- --- Workload:  633609000000.0
+ --- Configuration:  222202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15123376505.532131
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 188 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 12 in the X datas point
 --------------
- --- Configuration:  0333-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8955437741.79682
- --- Energy:  70.26399021141525
- --- Workload:  629243000000.0
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 21 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 188 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  330303-3-1
+ --- Energy efficiency:  14509155276.979774
+ --- Energy:  74.9403190398345
+ --- Workload:  1087320000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (70.26399021141525 mAh)  is far from the median.
----  Median :59.045602086542516,   the gap is :  10
---- So yes we remove this configuration '0333-0002'
---- remove_aberrant_points: The value [2.0, 0, 1, 1, 1, 1.0, 0, 0, 0, 1] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1]
---- Computing the list of the 10 first neighbours of '3333-0001'
+--- The energy of the current configuration (74.9403190398345 mAh)  it is NOT far from the median.
+---  Median :74.9403190398345,   the gap is :  10
+--- So No we don't romove this configuration '330303-3-1'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0]
+--- Computing the list of the 10 first neighbours of '333033-0-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3333-0001'
---- Neighbour  0 in the list of neghbours, And at position 189 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333033-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 43 in the X datas point
 --------------
- --- Configuration:  3333-0001
+ --- Configuration:  333033-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9681573061.991112
- --- Energy:  64.59775499830239
- --- Workload:  625410000000.0
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 77 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14045358079.381556
+ --- Energy:  70.47402905804368
+ --- Workload:  989833000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 21 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 189 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13468757197.367126
+ --- Energy:  79.8767027494463
+ --- Workload:  1075840000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 14 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  333030-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 106 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 401 in the X datas point
 --------------
- --- Configuration:  0333-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9607255399.277534
- --- Energy:  65.95120166169613
- --- Workload:  633609000000.0
+ --- Configuration:  330033-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12619618206.070793
+ --- Energy:  80.8971097844968
+ --- Workload:  1020890000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 144 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 483 in the X datas point
 --------------
- --- Configuration:  3333-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10947566629.6274
- --- Energy:  79.26313007840331
- --- Workload:  867738000000.0
+ --- Configuration:  333333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14751416504.76987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 159 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  3330-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8262619084.997563
- --- Energy:  42.07329975259821
- --- Workload:  347637000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 188 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 105 in the X datas point
 --------------
- --- Configuration:  0333-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8955437741.79682
- --- Energy:  70.26399021141525
- --- Workload:  629243000000.0
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13446770287.478502
+ --- Energy:  86.2801902841026
+ --- Workload:  1160190000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 229 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 142 in the X datas point
 --------------
- --- Configuration:  3333-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9705063131.435669
- --- Energy:  64.55329768339193
- --- Workload:  626491000000.0
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 169 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3333-0001'
---- Neighbour  0 in the list of neghbours, And at position 19 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333033-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 14 in the X datas point
 --------------
- --- Configuration:  3300-0000
+ --- Configuration:  333030-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 77 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14045358079.381556
+ --- Energy:  70.47402905804368
+ --- Workload:  989833000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 159 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 169 in the X datas point
 --------------
- --- Configuration:  3330-0101
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8262619084.997563
- --- Energy:  42.07329975259821
- --- Workload:  347637000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 21 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 43 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 483 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  333333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14751416504.76987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 229 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 142 in the X datas point
 --------------
- --- Configuration:  3333-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9705063131.435669
- --- Energy:  64.55329768339193
- --- Workload:  626491000000.0
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
 --------------
 --- Neighbour  6 in the list of neghbours, And at position 189 in the X datas point
 --------------
- --- Configuration:  3333-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9681573061.991112
- --- Energy:  64.59775499830239
- --- Workload:  625410000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13468757197.367126
+ --- Energy:  79.8767027494463
+ --- Workload:  1075840000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 106 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 401 in the X datas point
 --------------
- --- Configuration:  0333-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9607255399.277534
- --- Energy:  65.95120166169613
- --- Workload:  633609000000.0
+ --- Configuration:  330033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12619618206.070793
+ --- Energy:  80.8971097844968
+ --- Workload:  1020890000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 188 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 105 in the X datas point
 --------------
- --- Configuration:  0333-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8955437741.79682
- --- Energy:  70.26399021141525
- --- Workload:  629243000000.0
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13446770287.478502
+ --- Energy:  86.2801902841026
+ --- Workload:  1160190000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 144 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  3333-1101
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10947566629.6274
- --- Energy:  79.26313007840331
- --- Workload:  867738000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 11 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 483 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  333333-0-2
+ --- Energy efficiency:  14751416504.76987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (59.94594005320708 mAh)  it is NOT far from the median.
----  Median :59.94594005320708,   the gap is :  10
---- So No we don't romove this configuration '3333-0001'
- --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '1000-2200'
+--- The energy of the current configuration (76.85298501974917 mAh)  it is NOT far from the median.
+---  Median :76.85298501974917,   the gap is :  10
+--- So No we don't romove this configuration '333033-0-2'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '030033-2-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1000-2200'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '030033-2-3'
 --- Neighbour  0 in the list of neghbours, And at position 190 in the X datas point
 --------------
- --- Configuration:  1000-2200
+ --- Configuration:  030033-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6563747111.951271
- --- Energy:  40.76551455796704
- --- Workload:  267574000000.0
+ --- Energy efficiency:  13852123045.63859
+ --- Energy:  89.776899533513
+ --- Workload:  1243600000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 72 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 17 in the X datas point
 --------------
- --- Configuration:  1000-1100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6448575832.027497
- --- Energy:  42.80059101405426
- --- Workload:  276003000000.0
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 73 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 187 in the X datas point
 --------------
- --- Configuration:  2000-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6539495281.754154
- --- Energy:  42.61363347008094
- --- Workload:  278672000000.0
+ --- Configuration:  033033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14361976380.293646
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 77 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 336 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193940322.997305
+ --- Energy:  98.08558334376599
+ --- Workload:  1392220000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 25 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 354 in the X datas point
 --------------
- --- Configuration:  0000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5789616901.049658
- --- Energy:  42.05795824330537
- --- Workload:  243499000000.0
+ --- Configuration:  330033-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13506559460.602041
+ --- Energy:  80.9473075242288
+ --- Workload:  1093320000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 355 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  333033-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15017968999.908392
+ --- Energy:  80.1899268231783
+ --- Workload:  1204290000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 47 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 491 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  033033-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13084073019.59471
+ --- Energy:  87.73797792788814
+ --- Workload:  1147970000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 69 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 606 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  020002-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13321042451.498085
+ --- Energy:  83.10239746504709
+ --- Workload:  1107010000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 76 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 639 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Configuration:  330033-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14337678127.72864
+ --- Energy:  96.1514888870947
+ --- Workload:  1378590000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 78 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 652 in the X datas point
 --------------
- --- Configuration:  1001-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9166575000.916658
- --- Energy:  50.735447078258076
- --- Workload:  465069000000.0
+ --- Configuration:  330333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14885870034.445902
+ --- Energy:  87.19607015727797
+ --- Workload:  1297990000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1000-2200'
---- Neighbour  0 in the list of neghbours, And at position 76 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '030033-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 355 in the X datas point
 --------------
- --- Configuration:  0000-2000
+ --- Configuration:  333033-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Energy efficiency:  15017968999.908392
+ --- Energy:  80.1899268231783
+ --- Workload:  1204290000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 69 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 354 in the X datas point
 --------------
- --- Configuration:  2000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4153496621.1304984
- --- Energy:  36.241340818491324
- --- Workload:  150528000000.0
+ --- Configuration:  330033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13506559460.602041
+ --- Energy:  80.9473075242288
+ --- Workload:  1093320000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 606 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  020002-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13321042451.498085
+ --- Energy:  83.10239746504709
+ --- Workload:  1107010000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 47 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 652 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  330333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14885870034.445902
+ --- Energy:  87.19607015727797
+ --- Workload:  1297990000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 190 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 491 in the X datas point
 --------------
- --- Configuration:  1000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6563747111.951271
- --- Energy:  40.76551455796704
- --- Workload:  267574000000.0
+ --- Configuration:  033033-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13084073019.59471
+ --- Energy:  87.73797792788814
+ --- Workload:  1147970000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 25 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 190 in the X datas point
 --------------
- --- Configuration:  0000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5789616901.049658
- --- Energy:  42.05795824330537
- --- Workload:  243499000000.0
+ --- Configuration:  030033-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13852123045.63859
+ --- Energy:  89.776899533513
+ --- Workload:  1243600000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 77 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 17 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 73 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 187 in the X datas point
 --------------
- --- Configuration:  2000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6539495281.754154
- --- Energy:  42.61363347008094
- --- Workload:  278672000000.0
+ --- Configuration:  033033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14361976380.293646
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 72 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 639 in the X datas point
 --------------
- --- Configuration:  1000-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6448575832.027497
- --- Energy:  42.80059101405426
- --- Workload:  276003000000.0
+ --- Configuration:  330033-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14337678127.72864
+ --- Energy:  96.1514888870947
+ --- Workload:  1378590000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 78 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 336 in the X datas point
 --------------
- --- Configuration:  1001-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9166575000.916658
- --- Energy:  50.735447078258076
- --- Workload:  465069000000.0
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193940322.997305
+ --- Energy:  98.08558334376599
+ --- Workload:  1392220000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 190 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 491 in the X datas point
 --------------
- --- Configuration:  1000-2200
- --- Energy efficiency:  6563747111.951271
- --- Energy:  40.76551455796704
- --- Workload:  267574000000.0
+ --- Configuration:  033033-1-3
+ --- Energy efficiency:  13084073019.59471
+ --- Energy:  87.73797792788814
+ --- Workload:  1147970000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (40.76551455796704 mAh)  it is NOT far from the median.
----  Median :40.76551455796704,   the gap is :  10
---- So No we don't romove this configuration '1000-2200'
- --- remove_aberrant_points: The value [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '1100-3000'
+--- The energy of the current configuration (87.73797792788814 mAh)  it is NOT far from the median.
+---  Median :87.73797792788814,   the gap is :  10
+--- So No we don't romove this configuration '030033-2-3'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '333333-3-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1100-3000'
---- Neighbour  0 in the list of neghbours, And at position 191 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333333-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 53 in the X datas point
 --------------
- --- Configuration:  1100-3000
+ --- Configuration:  333333-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5338401255.591975
- --- Energy:  35.023609845408956
- --- Workload:  186970000000.0
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 139 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 101 in the X datas point
 --------------
- --- Configuration:  0100-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4292324465.390988
- --- Energy:  34.94046355190528
- --- Workload:  149976000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 24 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 191 in the X datas point
 --------------
- --- Configuration:  0000-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 310 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  17270333243.662476
+ --- Energy:  123.82321
+ --- Workload:  2138468100000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 105 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  1101-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6788174999.151478
- --- Energy:  36.70897651674008
- --- Workload:  249187000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 177 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5065035050.042546
- --- Energy:  35.13598057141005
- --- Workload:  177965000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 217 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 214 in the X datas point
 --------------
- --- Configuration:  1100-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9132169894.888725
- --- Energy:  48.617857913878716
- --- Workload:  443986000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 242 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 342 in the X datas point
 --------------
- --- Configuration:  2200-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7549106940.648921
- --- Energy:  41.72057827645338
- --- Workload:  314953000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 25 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 393 in the X datas point
 --------------
- --- Configuration:  0000-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5789616901.049658
- --- Energy:  42.05795824330537
- --- Workload:  243499000000.0
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15121089686.207148
+ --- Energy:  96.9268799133665
+ --- Workload:  1465640000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 47 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 503 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15380805677.362993
+ --- Energy:  101.44390963131458
+ --- Workload:  1560290000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1100-3000'
---- Neighbour  0 in the list of neghbours, And at position 139 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333333-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 53 in the X datas point
 --------------
- --- Configuration:  0100-3000
+ --- Configuration:  333333-3-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4292324465.390988
- --- Energy:  34.94046355190528
- --- Workload:  149976000000.0
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 191 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  1100-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5338401255.591975
- --- Energy:  35.023609845408956
- --- Workload:  186970000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 177 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 393 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5065035050.042546
- --- Energy:  35.13598057141005
- --- Workload:  177965000000.0
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15121089686.207148
+ --- Energy:  96.9268799133665
+ --- Workload:  1465640000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 24 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  0000-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 105 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 342 in the X datas point
 --------------
- --- Configuration:  1101-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6788174999.151478
- --- Energy:  36.70897651674008
- --- Workload:  249187000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 191 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 47 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 503 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15380805677.362993
+ --- Energy:  101.44390963131458
+ --- Workload:  1560290000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 242 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 101 in the X datas point
 --------------
- --- Configuration:  2200-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7549106940.648921
- --- Energy:  41.72057827645338
- --- Workload:  314953000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 25 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 214 in the X datas point
 --------------
- --- Configuration:  0000-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5789616901.049658
- --- Energy:  42.05795824330537
- --- Workload:  243499000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 217 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 310 in the X datas point
 --------------
- --- Configuration:  1100-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9132169894.888725
- --- Energy:  48.617857913878716
- --- Workload:  443986000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17270333243.662476
+ --- Energy:  123.82321
+ --- Workload:  2138468100000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 105 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 342 in the X datas point
 --------------
- --- Configuration:  1101-2000
- --- Energy efficiency:  6788174999.151478
- --- Energy:  36.70897651674008
- --- Workload:  249187000000.0
+ --- Configuration:  222222-3-3
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (36.70897651674008 mAh)  it is NOT far from the median.
----  Median :36.70897651674008,   the gap is :  10
---- So No we don't romove this configuration '1100-3000'
- --- remove_aberrant_points: The value [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1]
---- Computing the list of the 10 first neighbours of '0020-1111'
+--- The energy of the current configuration (98.71806225531626 mAh)  it is NOT far from the median.
+---  Median :98.71806225531626,   the gap is :  10
+--- So No we don't romove this configuration '333333-3-3'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '333333-1-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0020-1111'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333333-1-0'
 --- Neighbour  0 in the list of neghbours, And at position 192 in the X datas point
 --------------
- --- Configuration:  0020-1111
+ --- Configuration:  333333-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  10017249703.99027
- --- Energy:  53.486611373072236
- --- Workload:  535789000000.0
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 157 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 81 in the X datas point
 --------------
- --- Configuration:  0022-1111
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  11384996168.94879
- --- Energy:  60.652013004669556
- --- Workload:  690523000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 209 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 92 in the X datas point
 --------------
- --- Configuration:  0022-1111
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  11525411226.672567
- --- Energy:  59.99293901124158
- --- Workload:  691443000000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 124 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 210 in the X datas point
 --------------
- --- Configuration:  0020-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8376542330.856669
- --- Energy:  48.301162810596125
- --- Workload:  404596000000.0
+ --- Configuration:  033333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 131 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 236 in the X datas point
 --------------
- --- Configuration:  0020-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6670179627.937381
- --- Energy:  41.85807704041302
- --- Workload:  279201000000.0
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 196 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 261 in the X datas point
 --------------
- --- Configuration:  0000-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9945201937.325336
- --- Energy:  53.14600789669191
- --- Workload:  528549000000.0
+ --- Configuration:  333330-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5609028291.9387045
+ --- Energy:  13.4893048354332
+ --- Workload:  75662100000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 6 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 308 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 8 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 349 in the X datas point
 --------------
- --- Configuration:  0020-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8089829466.394849
- --- Energy:  66.44909360627778
- --- Workload:  537560000000.0
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14399200556.385109
+ --- Energy:  84.41510028409691
+ --- Workload:  1215510000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 360 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15049135427.169708
+ --- Energy:  75.0574196537613
+ --- Workload:  1129550000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 59 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 363 in the X datas point
 --------------
- --- Configuration:  3330-1111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9820095844.135439
- --- Energy:  58.230522602615636
- --- Workload:  571832000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16239592451.187845
+ --- Energy:  47.6246847339546
+ --- Workload:  773406000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0020-1111'
---- Neighbour  0 in the list of neghbours, And at position 6 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333333-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 261 in the X datas point
 --------------
- --- Configuration:  0020-0010
+ --- Configuration:  333330-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Energy efficiency:  5609028291.9387045
+ --- Energy:  13.4893048354332
+ --- Workload:  75662100000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 131 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 363 in the X datas point
 --------------
- --- Configuration:  0020-1100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6670179627.937381
- --- Energy:  41.85807704041302
- --- Workload:  279201000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16239592451.187845
+ --- Energy:  47.6246847339546
+ --- Workload:  773406000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 124 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 81 in the X datas point
 --------------
- --- Configuration:  0020-2220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8376542330.856669
- --- Energy:  48.301162810596125
- --- Workload:  404596000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 210 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  033333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 196 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 308 in the X datas point
 --------------
- --- Configuration:  0000-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9945201937.325336
- --- Energy:  53.14600789669191
- --- Workload:  528549000000.0
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
 --------------
 --- Neighbour  5 in the list of neghbours, And at position 192 in the X datas point
 --------------
- --- Configuration:  0020-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10017249703.99027
- --- Energy:  53.486611373072236
- --- Workload:  535789000000.0
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 59 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 360 in the X datas point
 --------------
- --- Configuration:  3330-1111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9820095844.135439
- --- Energy:  58.230522602615636
- --- Workload:  571832000000.0
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15049135427.169708
+ --- Energy:  75.0574196537613
+ --- Workload:  1129550000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 209 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 92 in the X datas point
 --------------
- --- Configuration:  0022-1111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11525411226.672567
- --- Energy:  59.99293901124158
- --- Workload:  691443000000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 157 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 236 in the X datas point
 --------------
- --- Configuration:  0022-1111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11384996168.94879
- --- Energy:  60.652013004669556
- --- Workload:  690523000000.0
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 8 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 349 in the X datas point
 --------------
- --- Configuration:  0020-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8089829466.394849
- --- Energy:  66.44909360627778
- --- Workload:  537560000000.0
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14399200556.385109
+ --- Energy:  84.41510028409691
+ --- Workload:  1215510000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 196 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 308 in the X datas point
 --------------
- --- Configuration:  0000-1111
- --- Energy efficiency:  9945201937.325336
- --- Energy:  53.14600789669191
- --- Workload:  528549000000.0
+ --- Configuration:  333333-0-0
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (53.14600789669191 mAh)  it is NOT far from the median.
----  Median :53.14600789669191,   the gap is :  10
---- So No we don't romove this configuration '0020-1111'
- --- remove_aberrant_points: The value [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1]
---- Computing the list of the 10 first neighbours of '3030-1101'
+--- The energy of the current configuration (64.35313 mAh)  it is NOT far from the median.
+---  Median :64.35313,   the gap is :  10
+--- So No we don't romove this configuration '333333-1-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '101011-3-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3030-1101'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101011-3-0'
 --- Neighbour  0 in the list of neghbours, And at position 193 in the X datas point
 --------------
- --- Configuration:  3030-1101
+ --- Configuration:  101011-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9152396555.037937
- --- Energy:  48.568093302538465
- --- Workload:  444514000000.0
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 150 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 41 in the X datas point
 --------------
- --- Configuration:  3030-1001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8447801037.389967
- --- Energy:  43.884169684615244
- --- Workload:  370724000000.0
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 59 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 73 in the X datas point
 --------------
- --- Configuration:  3330-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9820095844.135439
- --- Energy:  58.230522602615636
- --- Workload:  571832000000.0
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 186 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  101011-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12908055917.698235
+ --- Energy:  67.8209046191028
+ --- Workload:  875436000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 70 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 276 in the X datas point
 --------------
- --- Configuration:  3000-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6443423519.784533
- --- Energy:  43.3608751201712
- --- Workload:  279393000000.0
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5303154846.818372
+ --- Energy:  14.4399767950293
+ --- Workload:  76577300000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 93 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 567 in the X datas point
 --------------
- --- Configuration:  3003-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9428892010.8998
- --- Energy:  67.46193459835338
- --- Workload:  636090000000.0
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11472757936.280302
+ --- Energy:  54.89700632647969
+ --- Workload:  629820000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 116 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 657 in the X datas point
 --------------
- --- Configuration:  3330-2202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10286076355.602003
- --- Energy:  84.88778487940925
- --- Workload:  873162000000.0
+ --- Configuration:  202022-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14577046981.822424
+ --- Energy:  55.92467118019403
+ --- Workload:  815217000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 144 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 753 in the X datas point
 --------------
- --- Configuration:  3333-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10947566629.6274
- --- Energy:  79.26313007840331
- --- Workload:  867738000000.0
+ --- Configuration:  101010-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5716180219.729967
+ --- Energy:  13.04299789746687
+ --- Workload:  74556000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 148 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 366 in the X datas point
 --------------
- --- Configuration:  3030-2002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8823477508.95583
- --- Energy:  65.30338482528335
- --- Workload:  576204000000.0
+ --- Configuration:  111111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14221635658.760386
+ --- Energy:  52.1586628956498
+ --- Workload:  741781000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 159 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 381 in the X datas point
 --------------
- --- Configuration:  3330-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8262619084.997563
- --- Energy:  42.07329975259821
- --- Workload:  347637000000.0
+ --- Configuration:  111001-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12484488023.630638
+ --- Energy:  53.0720402291821
+ --- Workload:  662577000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3030-1101'
---- Neighbour  0 in the list of neghbours, And at position 159 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101011-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 753 in the X datas point
 --------------
- --- Configuration:  3330-0101
+ --- Configuration:  101010-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8262619084.997563
- --- Energy:  42.07329975259821
- --- Workload:  347637000000.0
+ --- Energy efficiency:  5716180219.729967
+ --- Energy:  13.04299789746687
+ --- Workload:  74556000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 70 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 276 in the X datas point
 --------------
- --- Configuration:  3000-1100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6443423519.784533
- --- Energy:  43.3608751201712
- --- Workload:  279393000000.0
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5303154846.818372
+ --- Energy:  14.4399767950293
+ --- Workload:  76577300000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 366 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  111111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14221635658.760386
+ --- Energy:  52.1586628956498
+ --- Workload:  741781000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 150 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 381 in the X datas point
 --------------
- --- Configuration:  3030-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8447801037.389967
- --- Energy:  43.884169684615244
- --- Workload:  370724000000.0
+ --- Configuration:  111001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12484488023.630638
+ --- Energy:  53.0720402291821
+ --- Workload:  662577000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 193 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 73 in the X datas point
 --------------
- --- Configuration:  3030-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9152396555.037937
- --- Energy:  48.568093302538465
- --- Workload:  444514000000.0
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 59 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 567 in the X datas point
 --------------
- --- Configuration:  3330-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9820095844.135439
- --- Energy:  58.230522602615636
- --- Workload:  571832000000.0
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11472757936.280302
+ --- Energy:  54.89700632647969
+ --- Workload:  629820000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 148 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 657 in the X datas point
 --------------
- --- Configuration:  3030-2002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8823477508.95583
- --- Energy:  65.30338482528335
- --- Workload:  576204000000.0
+ --- Configuration:  202022-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14577046981.822424
+ --- Energy:  55.92467118019403
+ --- Workload:  815217000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 93 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 41 in the X datas point
 --------------
- --- Configuration:  3003-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9428892010.8998
- --- Energy:  67.46193459835338
- --- Workload:  636090000000.0
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 144 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 193 in the X datas point
 --------------
- --- Configuration:  3333-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10947566629.6274
- --- Energy:  79.26313007840331
- --- Workload:  867738000000.0
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 116 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 186 in the X datas point
 --------------
- --- Configuration:  3330-2202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10286076355.602003
- --- Energy:  84.88778487940925
- --- Workload:  873162000000.0
+ --- Configuration:  101011-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12908055917.698235
+ --- Energy:  67.8209046191028
+ --- Workload:  875436000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 193 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 73 in the X datas point
 --------------
- --- Configuration:  3030-1101
- --- Energy efficiency:  9152396555.037937
- --- Energy:  48.568093302538465
- --- Workload:  444514000000.0
+ --- Configuration:  101111-3-0
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (48.568093302538465 mAh)  it is NOT far from the median.
----  Median :48.568093302538465,   the gap is :  10
---- So No we don't romove this configuration '3030-1101'
- --- remove_aberrant_points: The value [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1]
---- Computing the list of the 10 first neighbours of '0002-0111'
+--- The energy of the current configuration (53.93709917505446 mAh)  it is NOT far from the median.
+---  Median :53.93709917505446,   the gap is :  10
+--- So No we don't romove this configuration '101011-3-0'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '333033-1-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0002-0111'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333033-1-1'
 --- Neighbour  0 in the list of neghbours, And at position 194 in the X datas point
 --------------
- --- Configuration:  0002-0111
+ --- Configuration:  333033-1-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9116518219.361662
- --- Energy:  51.19519895467268
- --- Workload:  466724000000.0
+ --- Energy efficiency:  14726651262.589447
+ --- Energy:  72.6506326213233
+ --- Workload:  1069900000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 92 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 55 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 96 in the X datas point
 --------------
- --- Configuration:  2002-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8950387999.31977
- --- Energy:  47.4541739001796
- --- Workload:  424732000000.0
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 157 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 135 in the X datas point
 --------------
- --- Configuration:  0022-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11384996168.94879
- --- Energy:  60.652013004669556
- --- Workload:  690523000000.0
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 209 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 495 in the X datas point
 --------------
- --- Configuration:  0022-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11525411226.672567
- --- Energy:  59.99293901124158
- --- Workload:  691443000000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16695549968.1115
+ --- Energy:  63.73792434520371
+ --- Workload:  1064140000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 241 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 588 in the X datas point
 --------------
- --- Configuration:  2002-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11245140693.577787
- --- Energy:  59.880442963642075
- --- Workload:  673364000000.0
+ --- Configuration:  330033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14150676402.332033
+ --- Energy:  65.34824041069513
+ --- Workload:  924722000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 63 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  0002-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4969363871.73078
- --- Energy:  42.2836539731841
- --- Workload:  210123000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 80 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 43 in the X datas point
 --------------
- --- Configuration:  2002-0100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7245431755.278297
- --- Energy:  42.016301664202444
- --- Workload:  304426000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 136 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 62 in the X datas point
 --------------
- --- Configuration:  0003-0001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5256269415.345153
- --- Energy:  45.78293727571249
- --- Workload:  240648000000.0
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 149 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 77 in the X datas point
 --------------
- --- Configuration:  0033-0011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8411277841.329655
- --- Energy:  59.541753106093076
- --- Workload:  500822000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14045358079.381556
+ --- Energy:  70.47402905804368
+ --- Workload:  989833000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0002-0111'
---- Neighbour  0 in the list of neghbours, And at position 80 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333033-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 495 in the X datas point
 --------------
- --- Configuration:  2002-0100
+ --- Configuration:  333333-1-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7245431755.278297
- --- Energy:  42.016301664202444
- --- Workload:  304426000000.0
+ --- Energy efficiency:  16695549968.1115
+ --- Energy:  63.73792434520371
+ --- Workload:  1064140000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 63 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 588 in the X datas point
 --------------
- --- Configuration:  0002-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4969363871.73078
- --- Energy:  42.2836539731841
- --- Workload:  210123000000.0
+ --- Configuration:  330033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14150676402.332033
+ --- Energy:  65.34824041069513
+ --- Workload:  924722000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 136 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 96 in the X datas point
 --------------
- --- Configuration:  0003-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5256269415.345153
- --- Energy:  45.78293727571249
- --- Workload:  240648000000.0
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 55 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 77 in the X datas point
 --------------
- --- Configuration:  2002-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8950387999.31977
- --- Energy:  47.4541739001796
- --- Workload:  424732000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14045358079.381556
+ --- Energy:  70.47402905804368
+ --- Workload:  989833000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 43 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
 --------------
 --- Neighbour  5 in the list of neghbours, And at position 194 in the X datas point
 --------------
- --- Configuration:  0002-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9116518219.361662
- --- Energy:  51.19519895467268
- --- Workload:  466724000000.0
+ --- Configuration:  333033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14726651262.589447
+ --- Energy:  72.6506326213233
+ --- Workload:  1069900000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 149 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 62 in the X datas point
 --------------
- --- Configuration:  0033-0011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8411277841.329655
- --- Energy:  59.541753106093076
- --- Workload:  500822000000.0
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 241 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 92 in the X datas point
 --------------
- --- Configuration:  2002-1111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11245140693.577787
- --- Energy:  59.880442963642075
- --- Workload:  673364000000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 209 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 135 in the X datas point
 --------------
- --- Configuration:  0022-1111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11525411226.672567
- --- Energy:  59.99293901124158
- --- Workload:  691443000000.0
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 157 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  0022-1111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11384996168.94879
- --- Energy:  60.652013004669556
- --- Workload:  690523000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 10 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 43 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  333033-0-2
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (50.74428137607953 mAh)  it is NOT far from the median.
----  Median :50.74428137607953,   the gap is :  10
---- So No we don't romove this configuration '0002-0111'
- --- remove_aberrant_points: The value [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '1011-0330'
+--- The energy of the current configuration (72.52828772049172 mAh)  it is NOT far from the median.
+---  Median :72.52828772049172,   the gap is :  10
+--- So No we don't romove this configuration '333033-1-1'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '222202-1-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1011-0330'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222202-1-2'
 --- Neighbour  0 in the list of neghbours, And at position 195 in the X datas point
 --------------
- --- Configuration:  1011-0330
+ --- Configuration:  222202-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8886756067.432705
- --- Energy:  42.76899541535147
- --- Workload:  380079000000.0
+ --- Energy efficiency:  14933352448.024466
+ --- Energy:  78.5356318543746
+ --- Workload:  1172800000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 107 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 252 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14598327031.722164
+ --- Energy:  75.2161891555095
+ --- Workload:  1098030000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 156 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 29 in the X datas point
 --------------
- --- Configuration:  2022-0330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10619025470.794495
- --- Energy:  49.81557674440745
- --- Workload:  528993000000.0
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 206 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 165 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10558457958.332102
- --- Energy:  49.51707772839275
- --- Workload:  522824000000.0
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 108 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 274 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8871225293.637558
- --- Energy:  42.90551410725298
- --- Workload:  380626000000.0
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10520800675.014572
+ --- Energy:  17.8171709875973
+ --- Workload:  187451000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 169 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 376 in the X datas point
 --------------
- --- Configuration:  1111-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10965958375.4152
- --- Energy:  49.989818506242955
- --- Workload:  548186000000.0
+ --- Configuration:  222200-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13164009072.635054
+ --- Energy:  63.2881080327642
+ --- Workload:  833125000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 197 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 394 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8938627384.378855
- --- Energy:  42.547359911496315
- --- Workload:  380315000000.0
+ --- Configuration:  222202-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14354884321.164698
+ --- Energy:  82.7028685460665
+ --- Workload:  1187190000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 225 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 530 in the X datas point
 --------------
- --- Configuration:  1001-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9487576019.202854
- --- Energy:  49.10228531809563
- --- Workload:  465862000000.0
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15452391953.012367
+ --- Energy:  81.35830423904434
+ --- Workload:  1257180000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 664 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  222002-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13972451913.80674
+ --- Energy:  76.4325894344246
+ --- Workload:  1067950000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 12 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  0022-0030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1011-0330'
---- Neighbour  0 in the list of neghbours, And at position 12 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222202-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 274 in the X datas point
 --------------
- --- Configuration:  0022-0030
+ --- Configuration:  222222-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Energy efficiency:  10520800675.014572
+ --- Energy:  17.8171709875973
+ --- Workload:  187451000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 197 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 376 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8938627384.378855
- --- Energy:  42.547359911496315
- --- Workload:  380315000000.0
+ --- Configuration:  222200-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13164009072.635054
+ --- Energy:  63.2881080327642
+ --- Workload:  833125000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 195 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 252 in the X datas point
 --------------
- --- Configuration:  1011-0330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8886756067.432705
- --- Energy:  42.76899541535147
- --- Workload:  380079000000.0
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14598327031.722164
+ --- Energy:  75.2161891555095
+ --- Workload:  1098030000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 108 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 165 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8871225293.637558
- --- Energy:  42.90551410725298
- --- Workload:  380626000000.0
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 225 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 664 in the X datas point
 --------------
- --- Configuration:  1001-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9487576019.202854
- --- Energy:  49.10228531809563
- --- Workload:  465862000000.0
+ --- Configuration:  222002-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13972451913.80674
+ --- Energy:  76.4325894344246
+ --- Workload:  1067950000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 206 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 195 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10558457958.332102
- --- Energy:  49.51707772839275
- --- Workload:  522824000000.0
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14933352448.024466
+ --- Energy:  78.5356318543746
+ --- Workload:  1172800000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 156 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 530 in the X datas point
 --------------
- --- Configuration:  2022-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10619025470.794495
- --- Energy:  49.81557674440745
- --- Workload:  528993000000.0
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15452391953.012367
+ --- Energy:  81.35830423904434
+ --- Workload:  1257180000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 169 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 394 in the X datas point
 --------------
- --- Configuration:  1111-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10965958375.4152
- --- Energy:  49.989818506242955
- --- Workload:  548186000000.0
+ --- Configuration:  222202-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14354884321.164698
+ --- Energy:  82.7028685460665
+ --- Workload:  1187190000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 107 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 29 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 225 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 664 in the X datas point
 --------------
- --- Configuration:  1001-3330
- --- Energy efficiency:  9487576019.202854
- --- Energy:  49.10228531809563
- --- Workload:  465862000000.0
+ --- Configuration:  222002-1-2
+ --- Energy efficiency:  13972451913.80674
+ --- Energy:  76.4325894344246
+ --- Workload:  1067950000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (49.10228531809563 mAh)  it is NOT far from the median.
----  Median :49.10228531809563,   the gap is :  10
---- So No we don't romove this configuration '1011-0330'
- --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1]
---- Computing the list of the 10 first neighbours of '0000-1111'
+--- The energy of the current configuration (76.4325894344246 mAh)  it is NOT far from the median.
+---  Median :76.4325894344246,   the gap is :  10
+--- So No we don't romove this configuration '222202-1-2'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '222020-2-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0000-1111'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222020-2-1'
 --- Neighbour  0 in the list of neghbours, And at position 196 in the X datas point
 --------------
- --- Configuration:  0000-1111
+ --- Configuration:  222020-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9945201937.325336
- --- Energy:  53.14600789669191
- --- Workload:  528549000000.0
+ --- Energy efficiency:  14254435980.477125
+ --- Energy:  56.5693073110482
+ --- Workload:  806364000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 61 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 50 in the X datas point
 --------------
- --- Configuration:  0000-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5325891287.907031
- --- Energy:  45.45847467114993
- --- Workload:  242107000000.0
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 192 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 248 in the X datas point
 --------------
- --- Configuration:  0020-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10017249703.99027
- --- Energy:  53.486611373072236
- --- Workload:  535789000000.0
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 219 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 745 in the X datas point
 --------------
- --- Configuration:  0100-1011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8993129249.25357
- --- Energy:  47.97458475843469
- --- Workload:  431441000000.0
+ --- Configuration:  222020-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5816929591.88422
+ --- Energy:  13.02862273430083
+ --- Workload:  75786600000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 7 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 19 in the X datas point
 --------------
- --- Configuration:  1000-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6501654671.113798
- --- Energy:  42.85376093977719
- --- Workload:  278621000000.0
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 62 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 93 in the X datas point
 --------------
- --- Configuration:  0001-1100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6336774201.724871
- --- Energy:  45.652440385434886
- --- Workload:  289290000000.0
+ --- Configuration:  111010-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12785418485.925173
+ --- Energy:  70.2667978545078
+ --- Workload:  898390000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 72 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 100 in the X datas point
 --------------
- --- Configuration:  1000-1100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6448575832.027497
- --- Energy:  42.80059101405426
- --- Workload:  276003000000.0
+ --- Configuration:  011010-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 135 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 77 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 136 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0000-1111'
---- Neighbour  0 in the list of neghbours, And at position 75 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222020-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 745 in the X datas point
 --------------
- --- Configuration:  0000-1000
+ --- Configuration:  222020-2-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Energy efficiency:  5816929591.88422
+ --- Energy:  13.02862273430083
+ --- Workload:  75786600000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 77 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 136 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 72 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 19 in the X datas point
 --------------
- --- Configuration:  1000-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6448575832.027497
- --- Energy:  42.80059101405426
- --- Workload:  276003000000.0
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 7 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 248 in the X datas point
 --------------
- --- Configuration:  1000-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6501654671.113798
- --- Energy:  42.85376093977719
- --- Workload:  278621000000.0
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 61 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 100 in the X datas point
 --------------
- --- Configuration:  0000-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5325891287.907031
- --- Energy:  45.45847467114993
- --- Workload:  242107000000.0
+ --- Configuration:  011010-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 62 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 196 in the X datas point
 --------------
- --- Configuration:  0001-1100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6336774201.724871
- --- Energy:  45.652440385434886
- --- Workload:  289290000000.0
+ --- Configuration:  222020-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14254435980.477125
+ --- Energy:  56.5693073110482
+ --- Workload:  806364000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 219 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 50 in the X datas point
 --------------
- --- Configuration:  0100-1011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8993129249.25357
- --- Energy:  47.97458475843469
- --- Workload:  431441000000.0
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 196 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 93 in the X datas point
 --------------
- --- Configuration:  0000-1111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9945201937.325336
- --- Energy:  53.14600789669191
- --- Workload:  528549000000.0
+ --- Configuration:  111010-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12785418485.925173
+ --- Energy:  70.2667978545078
+ --- Workload:  898390000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 192 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 135 in the X datas point
 --------------
- --- Configuration:  0020-1111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10017249703.99027
- --- Energy:  53.486611373072236
- --- Workload:  535789000000.0
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 61 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 100 in the X datas point
 --------------
- --- Configuration:  0000-1010
- --- Energy efficiency:  5325891287.907031
- --- Energy:  45.45847467114993
- --- Workload:  242107000000.0
+ --- Configuration:  011010-2-1
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (45.45847467114993 mAh)  it is NOT far from the median.
----  Median :45.45847467114993,   the gap is :  10
---- So No we don't romove this configuration '0000-1111'
- --- remove_aberrant_points: The value [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0]
---- Computing the list of the 10 first neighbours of '1011-3030'
+--- The energy of the current configuration (54.7592147928153 mAh)  it is NOT far from the median.
+---  Median :54.7592147928153,   the gap is :  10
+--- So No we don't romove this configuration '222020-2-1'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '001101-2-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1011-3030'
---- Neighbour  0 in the list of neghbours, And at position 108 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '001101-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 197 in the X datas point
 --------------
- --- Configuration:  1011-3030
+ --- Configuration:  001101-2-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8871225293.637558
- --- Energy:  42.90551410725298
- --- Workload:  380626000000.0
+ --- Energy efficiency:  13985290271.692234
+ --- Energy:  73.251940060295
+ --- Workload:  1024450000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 197 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 10 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8938627384.378855
- --- Energy:  42.547359911496315
- --- Workload:  380315000000.0
+ --- Configuration:  101101-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 107 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 108 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 206 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 256 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10558457958.332102
- --- Energy:  49.51707772839275
- --- Workload:  522824000000.0
+ --- Configuration:  001011-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13559965557.687483
+ --- Energy:  73.393325791739
+ --- Workload:  995211000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 218 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 320 in the X datas point
 --------------
- --- Configuration:  1001-3030
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7964637011.668193
- --- Energy:  42.24457921399078
- --- Workload:  336462000000.0
+ --- Configuration:  022202-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15067865666.964005
+ --- Energy:  86.55908372523825
+ --- Workload:  1304260000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 111 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 362 in the X datas point
 --------------
- --- Configuration:  0011-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6806981239.9597025
- --- Energy:  35.94259902860859
- --- Workload:  244660000000.0
+ --- Configuration:  011111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14901908189.343645
+ --- Energy:  75.3366281487845
+ --- Workload:  1122660000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 127 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 416 in the X datas point
 --------------
- --- Configuration:  2020-3030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7529950377.627011
- --- Energy:  41.87227309237855
- --- Workload:  315295000000.0
+ --- Configuration:  101101-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13340679600.900229
+ --- Energy:  83.02798102049613
+ --- Workload:  1107650000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 169 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 516 in the X datas point
 --------------
- --- Configuration:  1111-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10965958375.4152
- --- Energy:  49.989818506242955
- --- Workload:  548186000000.0
+ --- Configuration:  022202-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14984708105.378462
+ --- Energy:  87.20829086123818
+ --- Workload:  1306790000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 195 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 541 in the X datas point
 --------------
- --- Configuration:  1011-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8886756067.432705
- --- Energy:  42.76899541535147
- --- Workload:  380079000000.0
+ --- Configuration:  101101-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14119886306.675457
+ --- Energy:  56.83939361137568
+ --- Workload:  802566000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 225 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 559 in the X datas point
 --------------
- --- Configuration:  1001-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9487576019.202854
- --- Energy:  49.10228531809563
- --- Workload:  465862000000.0
+ --- Configuration:  001101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13683428410.355072
+ --- Energy:  37.45828346692664
+ --- Workload:  512558000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1011-3030'
---- Neighbour  0 in the list of neghbours, And at position 111 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '001101-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 559 in the X datas point
 --------------
- --- Configuration:  0011-3000
+ --- Configuration:  001101-1-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6806981239.9597025
- --- Energy:  35.94259902860859
- --- Workload:  244660000000.0
+ --- Energy efficiency:  13683428410.355072
+ --- Energy:  37.45828346692664
+ --- Workload:  512558000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 127 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 541 in the X datas point
 --------------
- --- Configuration:  2020-3030
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7529950377.627011
- --- Energy:  41.87227309237855
- --- Workload:  315295000000.0
+ --- Configuration:  101101-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14119886306.675457
+ --- Energy:  56.83939361137568
+ --- Workload:  802566000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 218 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 108 in the X datas point
 --------------
- --- Configuration:  1001-3030
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7964637011.668193
- --- Energy:  42.24457921399078
- --- Workload:  336462000000.0
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
 --------------
 --- Neighbour  3 in the list of neghbours, And at position 197 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8938627384.378855
- --- Energy:  42.547359911496315
- --- Workload:  380315000000.0
+ --- Configuration:  001101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13985290271.692234
+ --- Energy:  73.251940060295
+ --- Workload:  1024450000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 195 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 256 in the X datas point
 --------------
- --- Configuration:  1011-0330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8886756067.432705
- --- Energy:  42.76899541535147
- --- Workload:  380079000000.0
+ --- Configuration:  001011-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13559965557.687483
+ --- Energy:  73.393325791739
+ --- Workload:  995211000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 108 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 10 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8871225293.637558
- --- Energy:  42.90551410725298
- --- Workload:  380626000000.0
+ --- Configuration:  101101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 225 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 362 in the X datas point
 --------------
- --- Configuration:  1001-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9487576019.202854
- --- Energy:  49.10228531809563
- --- Workload:  465862000000.0
+ --- Configuration:  011111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14901908189.343645
+ --- Energy:  75.3366281487845
+ --- Workload:  1122660000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 206 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 416 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10558457958.332102
- --- Energy:  49.51707772839275
- --- Workload:  522824000000.0
+ --- Configuration:  101101-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13340679600.900229
+ --- Energy:  83.02798102049613
+ --- Workload:  1107650000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 169 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 320 in the X datas point
 --------------
- --- Configuration:  1111-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10965958375.4152
- --- Energy:  49.989818506242955
- --- Workload:  548186000000.0
+ --- Configuration:  022202-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15067865666.964005
+ --- Energy:  86.55908372523825
+ --- Workload:  1304260000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 107 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 516 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Configuration:  022202-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14984708105.378462
+ --- Energy:  87.20829086123818
+ --- Workload:  1306790000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 195 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 256 in the X datas point
 --------------
- --- Configuration:  1011-0330
- --- Energy efficiency:  8886756067.432705
- --- Energy:  42.76899541535147
- --- Workload:  380079000000.0
+ --- Configuration:  001011-2-2
+ --- Energy efficiency:  13559965557.687483
+ --- Energy:  73.393325791739
+ --- Workload:  995211000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (42.76899541535147 mAh)  it is NOT far from the median.
----  Median :42.76899541535147,   the gap is :  10
---- So No we don't romove this configuration '1011-3030'
- --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '3033-0100'
+--- The energy of the current configuration (73.393325791739 mAh)  it is NOT far from the median.
+---  Median :73.393325791739,   the gap is :  10
+--- So No we don't romove this configuration '001101-2-2'
+ --- remove_aberrant_points: The value [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '111111-2-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3033-0100'
---- Neighbour  0 in the list of neghbours, And at position 198 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111111-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  3033-0100
+ --- Configuration:  111111-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8513391564.931638
- --- Energy:  58.43142458623579
- --- Workload:  497450000000.0
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 21 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 80 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 198 in the X datas point
 --------------
- --- Configuration:  2002-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7245431755.278297
- --- Energy:  42.016301664202444
- --- Workload:  304426000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 180 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  3030-0110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7504014647.836593
- --- Energy:  41.82593528076137
- --- Workload:  313863000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 199 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  3030-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2117186259.461176
- --- Energy:  28.69675782439391
- --- Workload:  60756400000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 237 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 97 in the X datas point
 --------------
- --- Configuration:  3003-0110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8436326823.301135
- --- Energy:  59.49080386456649
- --- Workload:  501884000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 5 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 119 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  101111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 145 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 212 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  011111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3033-0100'
---- Neighbour  0 in the list of neghbours, And at position 199 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111111-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 145 in the X datas point
 --------------
- --- Configuration:  3030-0000
+ --- Configuration:  111111-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2117186259.461176
- --- Energy:  28.69675782439391
- --- Workload:  60756400000.0
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 212 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  011111-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 5 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 119 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  101111-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 180 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  3030-0110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7504014647.836593
- --- Energy:  41.82593528076137
- --- Workload:  313863000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 80 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  2002-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7245431755.278297
- --- Energy:  42.016301664202444
- --- Workload:  304426000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 198 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 198 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  3033-0100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8513391564.931638
- --- Energy:  58.43142458623579
- --- Workload:  497450000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 21 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 97 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 237 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  3003-0110
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8436326823.301135
- --- Energy:  59.49080386456649
- --- Workload:  501884000000.0
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 180 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  3030-0110
- --- Energy efficiency:  7504014647.836593
- --- Energy:  41.82593528076137
- --- Workload:  313863000000.0
+ --- Configuration:  111111-2-1
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (58.43142458623579 mAh)  is far from the median.
----  Median :41.82593528076137,   the gap is :  10
---- So yes we remove this configuration '3033-0100'
---- remove_aberrant_points: The value [2.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '3030-0000'
+--- The energy of the current configuration (58.6922029582491 mAh)  it is NOT far from the median.
+---  Median :58.6922029582491,   the gap is :  10
+--- So No we don't romove this configuration '111111-2-1'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '222222-1-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3030-0000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222222-1-1'
 --- Neighbour  0 in the list of neghbours, And at position 199 in the X datas point
 --------------
- --- Configuration:  3030-0000
+ --- Configuration:  222222-1-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2117186259.461176
- --- Energy:  28.69675782439391
- --- Workload:  60756400000.0
+ --- Energy efficiency:  17630558694.77448
+ --- Energy:  55.7442277111113
+ --- Workload:  982802000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 5 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 81 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 92 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 125 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 274 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10520800675.014572
+ --- Energy:  17.8171709875973
+ --- Workload:  187451000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 275 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  022222-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10571673834.261526
+ --- Energy:  17.8136328789872
+ --- Workload:  188320000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 249 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 341 in the X datas point
 --------------
- --- Configuration:  3030-0010
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5246589716.684155
- --- Energy:  35.71821214035277
- --- Workload:  187399000000.0
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16077609838.211012
+ --- Energy:  40.36593190681932
+ --- Workload:  648988000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 363 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16239592451.187845
+ --- Energy:  47.6246847339546
+ --- Workload:  773406000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 21 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 473 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  222222-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16028749164.501448
+ --- Energy:  76.22620686685552
+ --- Workload:  1221810000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 34 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 489 in the X datas point
 --------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15673416162.11328
+ --- Energy:  52.24843908649111
+ --- Workload:  818911000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3030-0000'
---- Neighbour  0 in the list of neghbours, And at position 199 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222222-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 275 in the X datas point
 --------------
- --- Configuration:  3030-0000
+ --- Configuration:  022222-1-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2117186259.461176
- --- Energy:  28.69675782439391
- --- Workload:  60756400000.0
+ --- Energy efficiency:  10571673834.261526
+ --- Energy:  17.8136328789872
+ --- Workload:  188320000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 34 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 274 in the X datas point
 --------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10520800675.014572
+ --- Energy:  17.8171709875973
+ --- Workload:  187451000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 341 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16077609838.211012
+ --- Energy:  40.36593190681932
+ --- Workload:  648988000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 363 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16239592451.187845
+ --- Energy:  47.6246847339546
+ --- Workload:  773406000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 5 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 81 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 125 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 489 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15673416162.11328
+ --- Energy:  52.24843908649111
+ --- Workload:  818911000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 249 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 199 in the X datas point
 --------------
- --- Configuration:  3030-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5246589716.684155
- --- Energy:  35.71821214035277
- --- Workload:  187399000000.0
+ --- Configuration:  222222-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17630558694.77448
+ --- Energy:  55.7442277111113
+ --- Workload:  982802000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 473 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  222222-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16028749164.501448
+ --- Energy:  76.22620686685552
+ --- Workload:  1221810000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 21 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 92 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 5 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 81 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  222222-1-0
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (29.623247258891045 mAh)  it is NOT far from the median.
----  Median :29.623247258891045,   the gap is :  10
---- So No we don't romove this configuration '3030-0000'
- --- remove_aberrant_points: The value [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1]
---- Computing the list of the 10 first neighbours of '0111-0001'
+--- The energy of the current configuration (48.4114598927455 mAh)  it is NOT far from the median.
+---  Median :48.4114598927455,   the gap is :  10
+--- So No we don't romove this configuration '222222-1-1'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 1, 0, 0.0, 3.0]
+--- Computing the list of the 10 first neighbours of '101110-0-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0111-0001'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101110-0-3'
 --- Neighbour  0 in the list of neghbours, And at position 200 in the X datas point
 --------------
- --- Configuration:  0111-0001
+ --- Configuration:  101110-0-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6254338947.644929
- --- Energy:  35.98594879953233
- --- Workload:  225068000000.0
+ --- Energy efficiency:  10569718390.992908
+ --- Energy:  73.6624240556838
+ --- Workload:  778591000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 48 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 253 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  101111-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12089851778.417196
+ --- Energy:  58.0655432702143
+ --- Workload:  702004000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 53 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 16 in the X datas point
 --------------
- --- Configuration:  0011-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2745412415.8531094
- --- Energy:  29.5448803510097
- --- Workload:  81112900000.0
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 67 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 22 in the X datas point
 --------------
- --- Configuration:  0110-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6145261695.969323
- --- Energy:  51.31617435224532
- --- Workload:  315351000000.0
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 96 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 35 in the X datas point
 --------------
- --- Configuration:  1111-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9080672696.233337
- --- Energy:  45.44863666563364
- --- Workload:  412706000000.0
+ --- Configuration:  110110-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11308622485.386433
+ --- Energy:  64.13091227501518
+ --- Workload:  725232000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 115 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 120 in the X datas point
 --------------
- --- Configuration:  0110-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7487495881.877265
- --- Energy:  41.820066635010036
- --- Workload:  313127000000.0
+ --- Configuration:  100110-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11691120593.908926
+ --- Energy:  51.630790443296
+ --- Workload:  603622000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 138 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 175 in the X datas point
 --------------
- --- Configuration:  1111-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8622547962.923044
- --- Energy:  48.5763010995366
- --- Workload:  418853000000.0
+ --- Configuration:  202220-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12108149995.762148
+ --- Energy:  54.4639625494408
+ --- Workload:  659458000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 187 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 323 in the X datas point
 --------------
- --- Configuration:  0202-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7543867590.03606
- --- Energy:  40.37867051197721
- --- Workload:  304611000000.0
+ --- Configuration:  101111-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12292321232.772312
+ --- Energy:  77.79688045119694
+ --- Workload:  956304000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 201 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 352 in the X datas point
 --------------
- --- Configuration:  0011-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2780233650.836016
- --- Energy:  29.193550568943994
- --- Workload:  81165000000.0
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11831169215.2977
+ --- Energy:  61.61278385319
+ --- Workload:  728951000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 747 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  101100-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5792903692.976104
+ --- Energy:  13.162529333531099
+ --- Workload:  76249300000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0111-0001'
---- Neighbour  0 in the list of neghbours, And at position 201 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101110-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 747 in the X datas point
 --------------
- --- Configuration:  0011-0000
+ --- Configuration:  101100-1-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2780233650.836016
- --- Energy:  29.193550568943994
- --- Workload:  81165000000.0
+ --- Energy efficiency:  5792903692.976104
+ --- Energy:  13.162529333531099
+ --- Workload:  76249300000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 53 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 120 in the X datas point
 --------------
- --- Configuration:  0011-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2745412415.8531094
- --- Energy:  29.5448803510097
- --- Workload:  81112900000.0
+ --- Configuration:  100110-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11691120593.908926
+ --- Energy:  51.630790443296
+ --- Workload:  603622000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 200 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 175 in the X datas point
 --------------
- --- Configuration:  0111-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6254338947.644929
- --- Energy:  35.98594879953233
- --- Workload:  225068000000.0
+ --- Configuration:  202220-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12108149995.762148
+ --- Energy:  54.4639625494408
+ --- Workload:  659458000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 48 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 253 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  101111-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12089851778.417196
+ --- Energy:  58.0655432702143
+ --- Workload:  702004000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 187 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 352 in the X datas point
 --------------
- --- Configuration:  0202-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7543867590.03606
- --- Energy:  40.37867051197721
- --- Workload:  304611000000.0
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11831169215.2977
+ --- Energy:  61.61278385319
+ --- Workload:  728951000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 115 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 35 in the X datas point
 --------------
- --- Configuration:  0110-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7487495881.877265
- --- Energy:  41.820066635010036
- --- Workload:  313127000000.0
+ --- Configuration:  110110-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11308622485.386433
+ --- Energy:  64.13091227501518
+ --- Workload:  725232000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 96 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 22 in the X datas point
 --------------
- --- Configuration:  1111-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9080672696.233337
- --- Energy:  45.44863666563364
- --- Workload:  412706000000.0
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 138 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 200 in the X datas point
 --------------
- --- Configuration:  1111-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8622547962.923044
- --- Energy:  48.5763010995366
- --- Workload:  418853000000.0
+ --- Configuration:  101110-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10569718390.992908
+ --- Energy:  73.6624240556838
+ --- Workload:  778591000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 323 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  101111-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12292321232.772312
+ --- Energy:  77.79688045119694
+ --- Workload:  956304000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 67 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 16 in the X datas point
 --------------
- --- Configuration:  0110-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6145261695.969323
- --- Energy:  51.31617435224532
- --- Workload:  315351000000.0
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 187 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 352 in the X datas point
 --------------
- --- Configuration:  0202-0001
- --- Energy efficiency:  7543867590.03606
- --- Energy:  40.37867051197721
- --- Workload:  304611000000.0
+ --- Configuration:  222220-0-3
+ --- Energy efficiency:  11831169215.2977
+ --- Energy:  61.61278385319
+ --- Workload:  728951000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (40.37867051197721 mAh)  it is NOT far from the median.
----  Median :40.37867051197721,   the gap is :  10
---- So No we don't romove this configuration '0111-0001'
- --- remove_aberrant_points: The value [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '0011-0000'
+--- The energy of the current configuration (73.6624240556838 mAh)  is far from the median.
+---  Median :61.61278385319,   the gap is :  10
+--- So yes we remove this configuration '101110-0-3'
+--- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 1, 0, 0.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '300033-2-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0011-0000'
---- Neighbour  0 in the list of neghbours, And at position 53 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '300033-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 201 in the X datas point
 --------------
- --- Configuration:  0011-0000
+ --- Configuration:  300033-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2745412415.8531094
- --- Energy:  29.5448803510097
- --- Workload:  81112900000.0
+ --- Energy efficiency:  13490088157.726112
+ --- Energy:  75.6622282738419
+ --- Workload:  1020690000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 201 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 223 in the X datas point
 --------------
- --- Configuration:  0011-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2780233650.836016
- --- Energy:  29.193550568943994
- --- Workload:  81165000000.0
+ --- Configuration:  330033-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13767012585.802904
+ --- Energy:  84.777250997072
+ --- Workload:  1167130000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 48 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 31 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 13 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 129 in the X datas point
 --------------
- --- Configuration:  0011-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Configuration:  303033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14047528407.614323
+ --- Energy:  99.1199512733933
+ --- Workload:  1392390000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 135 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 174 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  220022-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15248016614.238901
+ --- Energy:  67.2323504939425
+ --- Workload:  1025160000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 322 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  303033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13379358325.974688
+ --- Energy:  87.10137841468074
+ --- Workload:  1165360000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 101 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 364 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6807769026.0124855
- --- Energy:  36.74164741869377
- --- Workload:  250128000000.0
+ --- Configuration:  000033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12689099302.353321
+ --- Energy:  51.3326168675035
+ --- Workload:  651365000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 200 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 390 in the X datas point
 --------------
- --- Configuration:  0111-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6254338947.644929
- --- Energy:  35.98594879953233
- --- Workload:  225068000000.0
+ --- Configuration:  200222-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15542938143.76907
+ --- Energy:  66.2043614748613
+ --- Workload:  1029010000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 205 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 588 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6759862639.591164
- --- Energy:  36.90475887640218
- --- Workload:  249471000000.0
+ --- Configuration:  330033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14150676402.332033
+ --- Energy:  65.34824041069513
+ --- Workload:  924722000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0011-0000'
---- Neighbour  0 in the list of neghbours, And at position 201 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '300033-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 364 in the X datas point
 --------------
- --- Configuration:  0011-0000
+ --- Configuration:  000033-1-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2780233650.836016
- --- Energy:  29.193550568943994
- --- Workload:  81165000000.0
+ --- Energy efficiency:  12689099302.353321
+ --- Energy:  51.3326168675035
+ --- Workload:  651365000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 53 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 588 in the X datas point
 --------------
- --- Configuration:  0011-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2745412415.8531094
- --- Energy:  29.5448803510097
- --- Workload:  81112900000.0
+ --- Configuration:  330033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14150676402.332033
+ --- Energy:  65.34824041069513
+ --- Workload:  924722000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 390 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  200222-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15542938143.76907
+ --- Energy:  66.2043614748613
+ --- Workload:  1029010000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 174 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  220022-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15248016614.238901
+ --- Energy:  67.2323504939425
+ --- Workload:  1025160000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 201 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  300033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13490088157.726112
+ --- Energy:  75.6622282738419
+ --- Workload:  1020690000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 200 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 135 in the X datas point
 --------------
- --- Configuration:  0111-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6254338947.644929
- --- Energy:  35.98594879953233
- --- Workload:  225068000000.0
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 101 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 223 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6807769026.0124855
- --- Energy:  36.74164741869377
- --- Workload:  250128000000.0
+ --- Configuration:  330033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13767012585.802904
+ --- Energy:  84.777250997072
+ --- Workload:  1167130000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 205 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 31 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6759862639.591164
- --- Energy:  36.90475887640218
- --- Workload:  249471000000.0
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 48 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 322 in the X datas point
 --------------
- --- Configuration:  0111-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3139835723.7949314
- --- Energy:  40.0701934667281
- --- Workload:  125814000000.0
+ --- Configuration:  303033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13379358325.974688
+ --- Energy:  87.10137841468074
+ --- Workload:  1165360000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 13 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 129 in the X datas point
 --------------
- --- Configuration:  0011-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Configuration:  303033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14047528407.614323
+ --- Energy:  99.1199512733933
+ --- Workload:  1392390000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 16 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 201 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  300033-2-1
+ --- Energy efficiency:  13490088157.726112
+ --- Energy:  75.6622282738419
+ --- Workload:  1020690000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (30.299284062105812 mAh)  it is NOT far from the median.
----  Median :30.299284062105812,   the gap is :  10
---- So No we don't romove this configuration '0011-0000'
- --- remove_aberrant_points: The value [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '1111-3300'
+--- The energy of the current configuration (75.6622282738419 mAh)  it is NOT far from the median.
+---  Median :75.6622282738419,   the gap is :  10
+--- So No we don't romove this configuration '300033-2-1'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '111101-2-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1111-3300'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111101-2-3'
 --- Neighbour  0 in the list of neghbours, And at position 202 in the X datas point
 --------------
- --- Configuration:  1111-3300
+ --- Configuration:  111101-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9442424814.692413
- --- Energy:  43.80740929766881
- --- Workload:  413650000000.0
+ --- Energy efficiency:  12740395334.46723
+ --- Energy:  93.4131245697236
+ --- Workload:  1190120000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 169 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 103 in the X datas point
 --------------
- --- Configuration:  1111-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10965958375.4152
- --- Energy:  49.989818506242955
- --- Workload:  548186000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 100 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 139 in the X datas point
 --------------
- --- Configuration:  2222-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11468876336.840899
- --- Energy:  53.84120579706395
- --- Workload:  617498000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 107 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 117 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 10 in the X datas point
 --------------
- --- Configuration:  1011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8782098570.274353
- --- Energy:  43.085080854083536
- --- Workload:  378377000000.0
+ --- Configuration:  101101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 132 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 28 in the X datas point
 --------------
- --- Configuration:  1110-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9413093613.215984
- --- Energy:  49.7061517933472
- --- Workload:  467887000000.0
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 206 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 48 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10558457958.332102
- --- Energy:  49.51707772839275
- --- Workload:  522824000000.0
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 214 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 74 in the X datas point
 --------------
- --- Configuration:  0222-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10575598076.510221
- --- Energy:  50.06110945250575
- --- Workload:  529426000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 222 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 83 in the X datas point
 --------------
- --- Configuration:  1110-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8963143553.707155
- --- Energy:  52.92171748044021
- --- Workload:  474343000000.0
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 9 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 98 in the X datas point
 --------------
- --- Configuration:  0010-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6532788063.289651
- --- Energy:  42.64544340651106
- --- Workload:  278594000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1111-3300'
---- Neighbour  0 in the list of neghbours, And at position 9 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111101-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 48 in the X datas point
 --------------
- --- Configuration:  0010-3300
+ --- Configuration:  111011-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6532788063.289651
- --- Energy:  42.64544340651106
- --- Workload:  278594000000.0
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 117 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 10 in the X datas point
 --------------
- --- Configuration:  1011-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8782098570.274353
- --- Energy:  43.085080854083536
- --- Workload:  378377000000.0
+ --- Configuration:  101101-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 202 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 139 in the X datas point
 --------------
- --- Configuration:  1111-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9442424814.692413
- --- Energy:  43.80740929766881
- --- Workload:  413650000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 206 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 74 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10558457958.332102
- --- Energy:  49.51707772839275
- --- Workload:  522824000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 132 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  1110-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9413093613.215984
- --- Energy:  49.7061517933472
- --- Workload:  467887000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 169 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 28 in the X datas point
 --------------
- --- Configuration:  1111-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10965958375.4152
- --- Energy:  49.989818506242955
- --- Workload:  548186000000.0
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 214 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 202 in the X datas point
 --------------
- --- Configuration:  0222-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10575598076.510221
- --- Energy:  50.06110945250575
- --- Workload:  529426000000.0
+ --- Configuration:  111101-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12740395334.46723
+ --- Energy:  93.4131245697236
+ --- Workload:  1190120000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 107 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 103 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 222 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 83 in the X datas point
 --------------
- --- Configuration:  1110-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8963143553.707155
- --- Energy:  52.92171748044021
- --- Workload:  474343000000.0
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 100 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 98 in the X datas point
 --------------
- --- Configuration:  2222-2200
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11468876336.840899
- --- Energy:  53.84120579706395
- --- Workload:  617498000000.0
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 132 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  1110-3330
- --- Energy efficiency:  9413093613.215984
- --- Energy:  49.7061517933472
- --- Workload:  467887000000.0
+ --- Configuration:  111111-2-3
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (49.7061517933472 mAh)  it is NOT far from the median.
----  Median :49.7061517933472,   the gap is :  10
---- So No we don't romove this configuration '1111-3300'
- --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 1, 0, 1.0, 0, 1, 1, 1]
---- Computing the list of the 10 first neighbours of '0010-0222'
+--- The energy of the current configuration (84.3646166621502 mAh)  it is NOT far from the median.
+---  Median :84.3646166621502,   the gap is :  10
+--- So No we don't romove this configuration '111101-2-3'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '303333-3-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0010-0222'
---- Neighbour  0 in the list of neghbours, And at position 203 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303333-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 72 in the X datas point
 --------------
- --- Configuration:  0010-0222
+ --- Configuration:  303333-3-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9876153040.867521
- --- Energy:  82.55859277633934
- --- Workload:  815359000000.0
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  75.96541207639095
+ --- Workload:  1164630000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 223 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 203 in the X datas point
 --------------
- --- Configuration:  0011-0222
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10205779124.487032
- --- Energy:  84.56198872402297
- --- Workload:  863021000000.0
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14214479437.334045
+ --- Energy:  86.641218027865
+ --- Workload:  1231560000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 8 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  0020-0202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8089829466.394849
- --- Energy:  66.44909360627778
- --- Workload:  537560000000.0
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 84 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  003333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13712605724.190134
+ --- Energy:  82.9689480595376
+ --- Workload:  1137720000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 109 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 116 in the X datas point
 --------------
- --- Configuration:  0010-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6657080470.788732
- --- Energy:  41.37346586900227
- --- Workload:  275426000000.0
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 151 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 322 in the X datas point
 --------------
- --- Configuration:  0010-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6634071263.19351
- --- Energy:  41.98663362868059
- --- Workload:  278542000000.0
+ --- Configuration:  303033-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13379358325.974688
+ --- Energy:  87.10137841468074
+ --- Workload:  1165360000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 67 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  0110-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6145261695.969323
- --- Energy:  51.31617435224532
- --- Workload:  315351000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 88 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 15 in the X datas point
 --------------
- --- Configuration:  0110-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5821399464.43125
- --- Energy:  36.31061849927073
- --- Workload:  211379000000.0
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 98 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 62 in the X datas point
 --------------
- --- Configuration:  2020-0022
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8754497623.153894
- --- Energy:  65.93701913313123
- --- Workload:  577244000000.0
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 119 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 130 in the X datas point
 --------------
- --- Configuration:  0011-2022
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10199970420.085781
- --- Energy:  84.69065283515172
- --- Workload:  863842000000.0
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0010-0222'
---- Neighbour  0 in the list of neghbours, And at position 88 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303333-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 15 in the X datas point
 --------------
- --- Configuration:  0110-0020
+ --- Configuration:  303330-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5821399464.43125
- --- Energy:  36.31061849927073
- --- Workload:  211379000000.0
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 109 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 130 in the X datas point
 --------------
- --- Configuration:  0010-0101
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6657080470.788732
- --- Energy:  41.37346586900227
- --- Workload:  275426000000.0
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 151 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  0010-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6634071263.19351
- --- Energy:  41.98663362868059
- --- Workload:  278542000000.0
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 72 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  75.96541207639095
+ --- Workload:  1164630000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 67 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 62 in the X datas point
 --------------
- --- Configuration:  0110-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6145261695.969323
- --- Energy:  51.31617435224532
- --- Workload:  315351000000.0
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 98 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 84 in the X datas point
 --------------
- --- Configuration:  2020-0022
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8754497623.153894
- --- Energy:  65.93701913313123
- --- Workload:  577244000000.0
+ --- Configuration:  003333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13712605724.190134
+ --- Energy:  82.9689480595376
+ --- Workload:  1137720000000.0
 --------------
 --- Neighbour  6 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  0020-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8089829466.394849
- --- Energy:  66.44909360627778
- --- Workload:  537560000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
 --- Neighbour  7 in the list of neghbours, And at position 203 in the X datas point
 --------------
- --- Configuration:  0010-0222
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9876153040.867521
- --- Energy:  82.55859277633934
- --- Workload:  815359000000.0
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14214479437.334045
+ --- Energy:  86.641218027865
+ --- Workload:  1231560000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 223 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 322 in the X datas point
 --------------
- --- Configuration:  0011-0222
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10205779124.487032
- --- Energy:  84.56198872402297
- --- Workload:  863021000000.0
+ --- Configuration:  303033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13379358325.974688
+ --- Energy:  87.10137841468074
+ --- Workload:  1165360000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 119 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 116 in the X datas point
 --------------
- --- Configuration:  0011-2022
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10199970420.085781
- --- Energy:  84.69065283515172
- --- Workload:  863842000000.0
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 67 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 62 in the X datas point
 --------------
- --- Configuration:  0110-0002
- --- Energy efficiency:  6145261695.969323
- --- Energy:  51.31617435224532
- --- Workload:  315351000000.0
+ --- Configuration:  333333-2-1
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (82.55859277633934 mAh)  is far from the median.
----  Median :51.31617435224532,   the gap is :  10
---- So yes we remove this configuration '0010-0222'
---- remove_aberrant_points: The value [0.0, 0, 0, 1, 0, 1.0, 0, 1, 1, 1] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '0002-3330'
+--- The energy of the current configuration (77.59635035177494 mAh)  it is NOT far from the median.
+---  Median :77.59635035177494,   the gap is :  10
+--- So No we don't romove this configuration '303333-3-1'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '110110-3-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0002-3330'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110110-3-1'
 --- Neighbour  0 in the list of neghbours, And at position 204 in the X datas point
 --------------
- --- Configuration:  0002-3330
+ --- Configuration:  110110-3-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9147875405.936972
- --- Energy:  51.28673303694986
- --- Workload:  469163000000.0
+ --- Energy efficiency:  12597441207.741884
+ --- Energy:  69.8226407220911
+ --- Workload:  879587000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 26 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 623 in the X datas point
 --------------
- --- Configuration:  0000-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7665772326.561901
- --- Energy:  48.682465076838824
- --- Workload:  373189000000.0
+ --- Configuration:  110110-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12940377211.995731
+ --- Energy:  67.57287611693334
+ --- Workload:  874419000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 120 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 383 in the X datas point
 --------------
- --- Configuration:  3003-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9353836943.914392
- --- Energy:  65.99051868650201
- --- Workload:  617264000000.0
+ --- Configuration:  110111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12988227470.62063
+ --- Energy:  73.0759138749433
+ --- Workload:  949126000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 126 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 680 in the X datas point
 --------------
- --- Configuration:  0002-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5449442794.474265
- --- Energy:  38.132247384977575
- --- Workload:  207799000000.0
+ --- Configuration:  220220-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12953334317.786741
+ --- Energy:  68.45824901392889
+ --- Workload:  886763000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 143 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 46 in the X datas point
 --------------
- --- Configuration:  0200-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8906781623.528154
- --- Energy:  47.48626285009536
- --- Workload:  422949000000.0
+ --- Configuration:  220220-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 212 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  0022-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9258659160.980307
- --- Energy:  46.9330182291436
- --- Workload:  434536000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 225 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 93 in the X datas point
 --------------
- --- Configuration:  1001-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9487576019.202854
- --- Energy:  49.10228531809563
- --- Workload:  465862000000.0
+ --- Configuration:  111010-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12785418485.925173
+ --- Energy:  70.2667978545078
+ --- Workload:  898390000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 243 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 97 in the X datas point
 --------------
- --- Configuration:  0022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10604498852.593224
- --- Energy:  53.16348231202643
- --- Workload:  563772000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 12 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 109 in the X datas point
 --------------
- --- Configuration:  0022-0030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Configuration:  011110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11878826466.975676
+ --- Energy:  79.1921814190437
+ --- Workload:  940710000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 25 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 205 in the X datas point
 --------------
- --- Configuration:  0000-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5789616901.049658
- --- Energy:  42.05795824330537
- --- Workload:  243499000000.0
+ --- Configuration:  222220-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13053432922.324242
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0002-3330'
---- Neighbour  0 in the list of neghbours, And at position 126 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110110-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  0002-3000
+ --- Configuration:  111111-3-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5449442794.474265
- --- Energy:  38.132247384977575
- --- Workload:  207799000000.0
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 12 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 623 in the X datas point
 --------------
- --- Configuration:  0022-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Configuration:  110110-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12940377211.995731
+ --- Energy:  67.57287611693334
+ --- Workload:  874419000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 25 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 680 in the X datas point
 --------------
- --- Configuration:  0000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5789616901.049658
- --- Energy:  42.05795824330537
- --- Workload:  243499000000.0
+ --- Configuration:  220220-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12953334317.786741
+ --- Energy:  68.45824901392889
+ --- Workload:  886763000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 212 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 204 in the X datas point
 --------------
- --- Configuration:  0022-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9258659160.980307
- --- Energy:  46.9330182291436
- --- Workload:  434536000000.0
+ --- Configuration:  110110-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12597441207.741884
+ --- Energy:  69.8226407220911
+ --- Workload:  879587000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 143 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 93 in the X datas point
 --------------
- --- Configuration:  0200-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8906781623.528154
- --- Energy:  47.48626285009536
- --- Workload:  422949000000.0
+ --- Configuration:  111010-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12785418485.925173
+ --- Energy:  70.2667978545078
+ --- Workload:  898390000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 26 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 97 in the X datas point
 --------------
- --- Configuration:  0000-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7665772326.561901
- --- Energy:  48.682465076838824
- --- Workload:  373189000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 225 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 205 in the X datas point
 --------------
- --- Configuration:  1001-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9487576019.202854
- --- Energy:  49.10228531809563
- --- Workload:  465862000000.0
+ --- Configuration:  222220-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13053432922.324242
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 204 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 383 in the X datas point
 --------------
- --- Configuration:  0002-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9147875405.936972
- --- Energy:  51.28673303694986
- --- Workload:  469163000000.0
+ --- Configuration:  110111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12988227470.62063
+ --- Energy:  73.0759138749433
+ --- Workload:  949126000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 243 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 46 in the X datas point
 --------------
- --- Configuration:  0022-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10604498852.593224
- --- Energy:  53.16348231202643
- --- Workload:  563772000000.0
+ --- Configuration:  220220-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 120 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 109 in the X datas point
 --------------
- --- Configuration:  3003-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9353836943.914392
- --- Energy:  65.99051868650201
- --- Workload:  617264000000.0
+ --- Configuration:  011110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11878826466.975676
+ --- Energy:  79.1921814190437
+ --- Workload:  940710000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 143 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 93 in the X datas point
 --------------
- --- Configuration:  0200-3330
- --- Energy efficiency:  8906781623.528154
- --- Energy:  47.48626285009536
- --- Workload:  422949000000.0
+ --- Configuration:  111010-3-1
+ --- Energy efficiency:  12785418485.925173
+ --- Energy:  70.2667978545078
+ --- Workload:  898390000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (47.48626285009536 mAh)  it is NOT far from the median.
----  Median :47.48626285009536,   the gap is :  10
---- So No we don't romove this configuration '0002-3330'
- --- remove_aberrant_points: The value [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '1011-0100'
+--- The energy of the current configuration (70.2667978545078 mAh)  it is NOT far from the median.
+---  Median :70.2667978545078,   the gap is :  10
+--- So No we don't romove this configuration '110110-3-1'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '222220-3-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1011-0100'
---- Neighbour  0 in the list of neghbours, And at position 101 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222220-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 205 in the X datas point
 --------------
- --- Configuration:  1011-0100
+ --- Configuration:  222220-3-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6807769026.0124855
- --- Energy:  36.74164741869377
- --- Workload:  250128000000.0
+ --- Energy efficiency:  13053432922.324242
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 205 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 50 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6759862639.591164
- --- Energy:  36.90475887640218
- --- Workload:  249471000000.0
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 13 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 251 in the X datas point
 --------------
- --- Configuration:  0011-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 53 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 680 in the X datas point
 --------------
- --- Configuration:  0011-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2745412415.8531094
- --- Energy:  29.5448803510097
- --- Workload:  81112900000.0
+ --- Configuration:  220220-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12953334317.786741
+ --- Energy:  68.45824901392889
+ --- Workload:  886763000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 80 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 727 in the X datas point
 --------------
- --- Configuration:  2002-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7245431755.278297
- --- Energy:  42.016301664202444
- --- Workload:  304426000000.0
+ --- Configuration:  333330-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12377325235.262009
+ --- Energy:  77.91783871145545
+ --- Workload:  964415000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 96 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  1111-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9080672696.233337
- --- Energy:  45.44863666563364
- --- Workload:  412706000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 117 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 46 in the X datas point
 --------------
- --- Configuration:  1011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8782098570.274353
- --- Energy:  43.085080854083536
- --- Workload:  378377000000.0
+ --- Configuration:  220220-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 138 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  1111-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8622547962.923044
- --- Energy:  48.5763010995366
- --- Workload:  418853000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 185 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  1000-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4407169583.478402
- --- Energy:  34.828482821374045
- --- Workload:  153495000000.0
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 201 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 88 in the X datas point
 --------------
- --- Configuration:  0011-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2780233650.836016
- --- Energy:  29.193550568943994
- --- Workload:  81165000000.0
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1011-0100'
---- Neighbour  0 in the list of neghbours, And at position 201 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222220-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 88 in the X datas point
 --------------
- --- Configuration:  0011-0000
+ --- Configuration:  333330-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2780233650.836016
- --- Energy:  29.193550568943994
- --- Workload:  81165000000.0
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 53 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 50 in the X datas point
 --------------
- --- Configuration:  0011-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2745412415.8531094
- --- Energy:  29.5448803510097
- --- Workload:  81112900000.0
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 185 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  1000-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4407169583.478402
- --- Energy:  34.828482821374045
- --- Workload:  153495000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 101 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 680 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6807769026.0124855
- --- Energy:  36.74164741869377
- --- Workload:  250128000000.0
+ --- Configuration:  220220-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12953334317.786741
+ --- Energy:  68.45824901392889
+ --- Workload:  886763000000.0
 --------------
 --- Neighbour  4 in the list of neghbours, And at position 205 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6759862639.591164
- --- Energy:  36.90475887640218
- --- Workload:  249471000000.0
+ --- Configuration:  222220-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13053432922.324242
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 80 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  2002-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7245431755.278297
- --- Energy:  42.016301664202444
- --- Workload:  304426000000.0
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 117 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 46 in the X datas point
 --------------
- --- Configuration:  1011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8782098570.274353
- --- Energy:  43.085080854083536
- --- Workload:  378377000000.0
+ --- Configuration:  220220-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 13 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 727 in the X datas point
 --------------
- --- Configuration:  0011-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Configuration:  333330-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12377325235.262009
+ --- Energy:  77.91783871145545
+ --- Workload:  964415000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 96 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 251 in the X datas point
 --------------
- --- Configuration:  1111-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9080672696.233337
- --- Energy:  45.44863666563364
- --- Workload:  412706000000.0
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 138 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  1111-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8622547962.923044
- --- Energy:  48.5763010995366
- --- Workload:  418853000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
 --------------
 --- Median at position 4 in the list of neghbours, And at position 205 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Energy efficiency:  6759862639.591164
- --- Energy:  36.90475887640218
- --- Workload:  249471000000.0
+ --- Configuration:  222220-3-1
+ --- Energy efficiency:  13053432922.324242
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (36.90475887640218 mAh)  it is NOT far from the median.
----  Median :36.90475887640218,   the gap is :  10
---- So No we don't romove this configuration '1011-0100'
- --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '1011-3330'
+--- The energy of the current configuration (72.5120663430038 mAh)  it is NOT far from the median.
+---  Median :72.5120663430038,   the gap is :  10
+--- So No we don't romove this configuration '222220-3-1'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '110110-2-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1011-3330'
---- Neighbour  0 in the list of neghbours, And at position 107 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110110-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 206 in the X datas point
 --------------
- --- Configuration:  1011-3330
+ --- Configuration:  110110-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Energy efficiency:  13517367790.004988
+ --- Energy:  42.6214864172658
+ --- Workload:  576130000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 206 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 213 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  10558457958.332102
- --- Energy:  49.51707772839275
- --- Workload:  522824000000.0
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13997917109.93404
+ --- Energy:  44.3851855395692
+ --- Workload:  621300000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 108 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 217 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8871225293.637558
- --- Energy:  42.90551410725298
- --- Workload:  380626000000.0
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13731963066.512136
+ --- Energy:  45.342545639677
+ --- Workload:  622642000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 169 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 347 in the X datas point
 --------------
- --- Configuration:  1111-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10965958375.4152
- --- Energy:  49.989818506242955
- --- Workload:  548186000000.0
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 195 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 500 in the X datas point
 --------------
- --- Configuration:  1011-0330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8886756067.432705
- --- Energy:  42.76899541535147
- --- Workload:  380079000000.0
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13526400151.49568
+ --- Energy:  45.93145920255071
+ --- Workload:  621287000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 197 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 716 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8938627384.378855
- --- Energy:  42.547359911496315
- --- Workload:  380315000000.0
+ --- Configuration:  010110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11786670689.850264
+ --- Energy:  44.887978162079634
+ --- Workload:  529080000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 225 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 19 in the X datas point
 --------------
- --- Configuration:  1001-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9487576019.202854
- --- Energy:  49.10228531809563
- --- Workload:  465862000000.0
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 52 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 78 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 89 in the X datas point
 --------------
- --- Configuration:  1001-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9166575000.916658
- --- Energy:  50.735447078258076
- --- Workload:  465069000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 117 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 141 in the X datas point
 --------------
- --- Configuration:  1011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8782098570.274353
- --- Energy:  43.085080854083536
- --- Workload:  378377000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1011-3330'
---- Neighbour  0 in the list of neghbours, And at position 197 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110110-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 89 in the X datas point
 --------------
- --- Configuration:  1011-3030
+ --- Configuration:  111110-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8938627384.378855
- --- Energy:  42.547359911496315
- --- Workload:  380315000000.0
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 195 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 141 in the X datas point
 --------------
- --- Configuration:  1011-0330
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8886756067.432705
- --- Energy:  42.76899541535147
- --- Workload:  380079000000.0
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 108 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 206 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8871225293.637558
- --- Energy:  42.90551410725298
- --- Workload:  380626000000.0
+ --- Configuration:  110110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13517367790.004988
+ --- Energy:  42.6214864172658
+ --- Workload:  576130000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 117 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 19 in the X datas point
 --------------
- --- Configuration:  1011-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8782098570.274353
- --- Energy:  43.085080854083536
- --- Workload:  378377000000.0
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 225 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 213 in the X datas point
 --------------
- --- Configuration:  1001-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9487576019.202854
- --- Energy:  49.10228531809563
- --- Workload:  465862000000.0
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13997917109.93404
+ --- Energy:  44.3851855395692
+ --- Workload:  621300000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 206 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 716 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10558457958.332102
- --- Energy:  49.51707772839275
- --- Workload:  522824000000.0
+ --- Configuration:  010110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11786670689.850264
+ --- Energy:  44.887978162079634
+ --- Workload:  529080000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 169 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 347 in the X datas point
 --------------
- --- Configuration:  1111-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10965958375.4152
- --- Energy:  49.989818506242955
- --- Workload:  548186000000.0
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 107 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 217 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13731963066.512136
+ --- Energy:  45.342545639677
+ --- Workload:  622642000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 78 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 500 in the X datas point
 --------------
- --- Configuration:  1001-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9166575000.916658
- --- Energy:  50.735447078258076
- --- Workload:  465069000000.0
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13526400151.49568
+ --- Energy:  45.93145920255071
+ --- Workload:  621287000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 52 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 225 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 213 in the X datas point
 --------------
- --- Configuration:  1001-3330
- --- Energy efficiency:  9487576019.202854
- --- Energy:  49.10228531809563
- --- Workload:  465862000000.0
+ --- Configuration:  110111-2-0
+ --- Energy efficiency:  13997917109.93404
+ --- Energy:  44.3851855395692
+ --- Workload:  621300000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (49.10228531809563 mAh)  it is NOT far from the median.
----  Median :49.10228531809563,   the gap is :  10
---- So No we don't romove this configuration '1011-3330'
- --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1]
---- Computing the list of the 10 first neighbours of '3000-0001'
+--- The energy of the current configuration (44.3851855395692 mAh)  it is NOT far from the median.
+---  Median :44.3851855395692,   the gap is :  10
+--- So No we don't romove this configuration '110110-2-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '000022-2-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3000-0001'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000022-2-2'
 --- Neighbour  0 in the list of neghbours, And at position 207 in the X datas point
 --------------
- --- Configuration:  3000-0001
+ --- Configuration:  000022-2-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3629843118.1804323
- --- Energy:  34.55029567760096
- --- Workload:  125412000000.0
+ --- Energy efficiency:  14281185109.865158
+ --- Energy:  76.4971891147909
+ --- Workload:  1092470000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 536 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  000022-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13874571102.320799
+ --- Energy:  80.16963008427506
+ --- Workload:  1112320000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 687 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  000222-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14429639634.179775
+ --- Energy:  82.81499880951421
+ --- Workload:  1194990000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 164 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 759 in the X datas point
 --------------
- --- Configuration:  3000-0011
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6788774083.176061
- --- Energy:  41.16379423683102
- --- Workload:  279451000000.0
+ --- Configuration:  000022-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10913492022.783005
+ --- Energy:  17.236925200640222
+ --- Workload:  188115000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 256 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  001011-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13559965557.687483
+ --- Energy:  73.393325791739
+ --- Workload:  995211000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 421 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  000022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  79.5806220896002
+ --- Workload:  975425000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 34 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 519 in the X datas point
 --------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Configuration:  200022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14287673738.112658
+ --- Energy:  84.52879791585856
+ --- Workload:  1207720000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 44 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 592 in the X datas point
 --------------
- --- Configuration:  3000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5326600510.288329
- --- Energy:  36.46450751429702
- --- Workload:  194232000000.0
+ --- Configuration:  020222-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14904373539.371391
+ --- Energy:  87.53002178089183
+ --- Workload:  1304580000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 49 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 625 in the X datas point
 --------------
- --- Configuration:  3000-0202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8354358468.81318
- --- Energy:  64.35822134376
- --- Workload:  537670000000.0
+ --- Configuration:  000222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13901728679.961353
+ --- Energy:  85.57933287675009
+ --- Workload:  1189700000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 51 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 676 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Configuration:  002022-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14639037922.427738
+ --- Energy:  63.03819652563211
+ --- Workload:  922819000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3000-0001'
---- Neighbour  0 in the list of neghbours, And at position 34 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000022-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 759 in the X datas point
 --------------
- --- Configuration:  2000-0000
+ --- Configuration:  000022-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Energy efficiency:  10913492022.783005
+ --- Energy:  17.236925200640222
+ --- Workload:  188115000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 51 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 676 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Configuration:  002022-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14639037922.427738
+ --- Energy:  63.03819652563211
+ --- Workload:  922819000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 256 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  001011-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13559965557.687483
+ --- Energy:  73.393325791739
+ --- Workload:  995211000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 207 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  000022-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14281185109.865158
+ --- Energy:  76.4971891147909
+ --- Workload:  1092470000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 421 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  000022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  79.5806220896002
+ --- Workload:  975425000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 207 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 536 in the X datas point
 --------------
- --- Configuration:  3000-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3629843118.1804323
- --- Energy:  34.55029567760096
- --- Workload:  125412000000.0
+ --- Configuration:  000022-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13874571102.320799
+ --- Energy:  80.16963008427506
+ --- Workload:  1112320000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 44 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 687 in the X datas point
 --------------
- --- Configuration:  3000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5326600510.288329
- --- Energy:  36.46450751429702
- --- Workload:  194232000000.0
+ --- Configuration:  000222-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14429639634.179775
+ --- Energy:  82.81499880951421
+ --- Workload:  1194990000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 164 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 519 in the X datas point
 --------------
- --- Configuration:  3000-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6788774083.176061
- --- Energy:  41.16379423683102
- --- Workload:  279451000000.0
+ --- Configuration:  200022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14287673738.112658
+ --- Energy:  84.52879791585856
+ --- Workload:  1207720000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 625 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  000222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13901728679.961353
+ --- Energy:  85.57933287675009
+ --- Workload:  1189700000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 49 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 592 in the X datas point
 --------------
- --- Configuration:  3000-0202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8354358468.81318
- --- Energy:  64.35822134376
- --- Workload:  537670000000.0
+ --- Configuration:  020222-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14904373539.371391
+ --- Energy:  87.53002178089183
+ --- Workload:  1304580000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 19 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 421 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  000022-3-3
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  79.5806220896002
+ --- Workload:  975425000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (30.277288658122774 mAh)  it is NOT far from the median.
----  Median :30.277288658122774,   the gap is :  10
---- So No we don't romove this configuration '3000-0001'
- --- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1]
---- Computing the list of the 10 first neighbours of '1011-0011'
+--- The energy of the current configuration (79.5806220896002 mAh)  it is NOT far from the median.
+---  Median :79.5806220896002,   the gap is :  10
+--- So No we don't romove this configuration '000022-2-2'
+ --- remove_aberrant_points: The value [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '111011-1-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1011-0011'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111011-1-0'
 --- Neighbour  0 in the list of neghbours, And at position 208 in the X datas point
 --------------
- --- Configuration:  1011-0011
+ --- Configuration:  111011-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8737821661.059898
- --- Energy:  42.79354542763764
- --- Workload:  373921000000.0
+ --- Energy efficiency:  11532602089.476847
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 149 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  111011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7219330479.29135
+ --- Energy:  28.6387646642511
+ --- Workload:  206752000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 151 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 155 in the X datas point
 --------------
- --- Configuration:  0010-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6634071263.19351
- --- Energy:  41.98663362868059
- --- Workload:  278542000000.0
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 245 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 167 in the X datas point
 --------------
- --- Configuration:  1011-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7793442597.398549
- --- Energy:  48.497409609038264
- --- Workload:  377963000000.0
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 53 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 218 in the X datas point
 --------------
- --- Configuration:  0011-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  2745412415.8531094
- --- Energy:  29.5448803510097
- --- Workload:  81112900000.0
+ --- Configuration:  011011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 54 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 243 in the X datas point
 --------------
- --- Configuration:  1001-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7043096708.760907
- --- Energy:  47.6050128004243
- --- Workload:  335286000000.0
+ --- Configuration:  111011-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14576855743.06251
+ --- Energy:  41.794008855435
+ --- Workload:  609225000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 96 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 404 in the X datas point
 --------------
- --- Configuration:  1111-0101
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9080672696.233337
- --- Energy:  45.44863666563364
- --- Workload:  412706000000.0
+ --- Configuration:  111011-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7611972109.73419
+ --- Energy:  14.9822385679116
+ --- Workload:  114044000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 98 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 442 in the X datas point
 --------------
- --- Configuration:  2020-0022
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8754497623.153894
- --- Energy:  65.93701913313123
- --- Workload:  577244000000.0
+ --- Configuration:  101011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10229007008.915602
+ --- Energy:  33.39150595873643
+ --- Workload:  341562000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 101 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 703 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6807769026.0124855
- --- Energy:  36.74164741869377
- --- Workload:  250128000000.0
+ --- Configuration:  111001-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10720963342.88214
+ --- Energy:  31.78714877872434
+ --- Workload:  340789000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 119 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 0 in the X datas point
 --------------
- --- Configuration:  0011-2022
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10199970420.085781
- --- Energy:  84.69065283515172
- --- Workload:  863842000000.0
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1011-0011'
---- Neighbour  0 in the list of neghbours, And at position 53 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111011-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 404 in the X datas point
 --------------
- --- Configuration:  0011-0000
+ --- Configuration:  111011-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2745412415.8531094
- --- Energy:  29.5448803510097
- --- Workload:  81112900000.0
+ --- Energy efficiency:  7611972109.73419
+ --- Energy:  14.9822385679116
+ --- Workload:  114044000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 101 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 149 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6807769026.0124855
- --- Energy:  36.74164741869377
- --- Workload:  250128000000.0
+ --- Configuration:  111011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7219330479.29135
+ --- Energy:  28.6387646642511
+ --- Workload:  206752000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 151 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 218 in the X datas point
 --------------
- --- Configuration:  0010-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6634071263.19351
- --- Energy:  41.98663362868059
- --- Workload:  278542000000.0
+ --- Configuration:  011011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 208 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 703 in the X datas point
 --------------
- --- Configuration:  1011-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8737821661.059898
- --- Energy:  42.79354542763764
- --- Workload:  373921000000.0
+ --- Configuration:  111001-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10720963342.88214
+ --- Energy:  31.78714877872434
+ --- Workload:  340789000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 96 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 442 in the X datas point
 --------------
- --- Configuration:  1111-0101
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9080672696.233337
- --- Energy:  45.44863666563364
- --- Workload:  412706000000.0
+ --- Configuration:  101011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10229007008.915602
+ --- Energy:  33.39150595873643
+ --- Workload:  341562000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 54 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 208 in the X datas point
 --------------
- --- Configuration:  1001-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7043096708.760907
- --- Energy:  47.6050128004243
- --- Workload:  335286000000.0
+ --- Configuration:  111011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11532602089.476847
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 245 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 167 in the X datas point
 --------------
- --- Configuration:  1011-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7793442597.398549
- --- Energy:  48.497409609038264
- --- Workload:  377963000000.0
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 0 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 98 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 243 in the X datas point
 --------------
- --- Configuration:  2020-0022
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8754497623.153894
- --- Energy:  65.93701913313123
- --- Workload:  577244000000.0
+ --- Configuration:  111011-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14576855743.06251
+ --- Energy:  41.794008855435
+ --- Workload:  609225000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 119 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 155 in the X datas point
 --------------
- --- Configuration:  0011-2022
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10199970420.085781
- --- Energy:  84.69065283515172
- --- Workload:  863842000000.0
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 96 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 442 in the X datas point
 --------------
- --- Configuration:  1111-0101
- --- Energy efficiency:  9080672696.233337
- --- Energy:  45.44863666563364
- --- Workload:  412706000000.0
+ --- Configuration:  101011-1-0
+ --- Energy efficiency:  10229007008.915602
+ --- Energy:  33.39150595873643
+ --- Workload:  341562000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (45.44863666563364 mAh)  it is NOT far from the median.
----  Median :45.44863666563364,   the gap is :  10
---- So No we don't romove this configuration '1011-0011'
- --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1]
---- Computing the list of the 10 first neighbours of '0022-1111'
+--- The energy of the current configuration (33.39150595873643 mAh)  it is NOT far from the median.
+---  Median :33.39150595873643,   the gap is :  10
+--- So No we don't romove this configuration '111011-1-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '222220-1-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0022-1111'
---- Neighbour  0 in the list of neghbours, And at position 157 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222220-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 209 in the X datas point
+--------------
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 81 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 89 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 136 in the X datas point
 --------------
- --- Configuration:  0022-1111
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 141 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 261 in the X datas point
+--------------
+ --- Configuration:  333330-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5609028291.9387045
+ --- Energy:  13.4893048354332
+ --- Workload:  75662100000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 363 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16239592451.187845
+ --- Energy:  47.6246847339546
+ --- Workload:  773406000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 400 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13861550830.306894
+ --- Energy:  44.8724765340684
+ --- Workload:  622002000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 417 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11201155959.295
+ --- Energy:  34.4916252352497
+ --- Workload:  386346000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 566 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13883393379.009699
+ --- Energy:  44.42888788986695
+ --- Workload:  616824000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222220-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 261 in the X datas point
+--------------
+ --- Configuration:  333330-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  11384996168.94879
- --- Energy:  60.652013004669556
- --- Workload:  690523000000.0
+ --- Energy efficiency:  5609028291.9387045
+ --- Energy:  13.4893048354332
+ --- Workload:  75662100000.0
 --------------
 --- Neighbour  1 in the list of neghbours, And at position 209 in the X datas point
 --------------
- --- Configuration:  0022-1111
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 89 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 136 in the X datas point
+--------------
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 141 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 417 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11201155959.295
+ --- Energy:  34.4916252352497
+ --- Workload:  386346000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 566 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13883393379.009699
+ --- Energy:  44.42888788986695
+ --- Workload:  616824000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 400 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13861550830.306894
+ --- Energy:  44.8724765340684
+ --- Workload:  622002000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 363 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16239592451.187845
+ --- Energy:  47.6246847339546
+ --- Workload:  773406000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 81 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 141 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (33.5555977111976 mAh)  it is NOT far from the median.
+---  Median :33.5555977111976,   the gap is :  10
+--- So No we don't romove this configuration '222220-1-0'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '033333-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033333-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 210 in the X datas point
+--------------
+ --- Configuration:  033333-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  11525411226.672567
- --- Energy:  59.99293901124158
- --- Workload:  691443000000.0
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 153 in the X datas point
+--------------
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
 --------------
 --- Neighbour  2 in the list of neghbours, And at position 192 in the X datas point
 --------------
- --- Configuration:  0020-1111
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10017249703.99027
- --- Energy:  53.486611373072236
- --- Workload:  535789000000.0
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 277 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  033333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10524354935.975086
+ --- Energy:  24.0280687781385
+ --- Workload:  252880000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 194 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 356 in the X datas point
 --------------
- --- Configuration:  0002-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9116518219.361662
- --- Energy:  51.19519895467268
- --- Workload:  466724000000.0
+ --- Configuration:  022222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14586168519.839378
+ --- Energy:  45.8860959823931
+ --- Workload:  669302000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 241 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 572 in the X datas point
 --------------
- --- Configuration:  2002-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11245140693.577787
- --- Energy:  59.880442963642075
- --- Workload:  673364000000.0
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12236502220.313328
+ --- Energy:  57.33723345336789
+ --- Workload:  701607000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 243 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 736 in the X datas point
 --------------
- --- Configuration:  0022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10604498852.593224
- --- Energy:  53.16348231202643
- --- Workload:  563772000000.0
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10537108006.410776
+ --- Energy:  25.752705265432734
+ --- Workload:  271359000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 251 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 57 in the X datas point
 --------------
- --- Configuration:  0222-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11528294469.531294
- --- Energy:  56.93002977667585
- --- Workload:  656306000000.0
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 13 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 78 in the X datas point
 --------------
- --- Configuration:  0011-1100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 81 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0022-1111'
---- Neighbour  0 in the list of neghbours, And at position 13 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033333-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 277 in the X datas point
 --------------
- --- Configuration:  0011-1100
+ --- Configuration:  033333-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7650055845.407672
- --- Energy:  43.82652071469574
- --- Workload:  335276000000.0
+ --- Energy efficiency:  10524354935.975086
+ --- Energy:  24.0280687781385
+ --- Workload:  252880000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 736 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10537108006.410776
+ --- Energy:  25.752705265432734
+ --- Workload:  271359000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 194 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 78 in the X datas point
 --------------
- --- Configuration:  0002-0111
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9116518219.361662
- --- Energy:  51.19519895467268
- --- Workload:  466724000000.0
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 243 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 356 in the X datas point
 --------------
- --- Configuration:  0022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10604498852.593224
- --- Energy:  53.16348231202643
- --- Workload:  563772000000.0
+ --- Configuration:  022222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14586168519.839378
+ --- Energy:  45.8860959823931
+ --- Workload:  669302000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 192 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 81 in the X datas point
 --------------
- --- Configuration:  0020-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10017249703.99027
- --- Energy:  53.486611373072236
- --- Workload:  535789000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 251 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 572 in the X datas point
 --------------
- --- Configuration:  0222-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11528294469.531294
- --- Energy:  56.93002977667585
- --- Workload:  656306000000.0
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12236502220.313328
+ --- Energy:  57.33723345336789
+ --- Workload:  701607000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 241 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 57 in the X datas point
 --------------
- --- Configuration:  2002-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11245140693.577787
- --- Energy:  59.880442963642075
- --- Workload:  673364000000.0
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 209 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 153 in the X datas point
 --------------
- --- Configuration:  0022-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11525411226.672567
- --- Energy:  59.99293901124158
- --- Workload:  691443000000.0
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 210 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  033333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 157 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 192 in the X datas point
 --------------
- --- Configuration:  0022-1111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11384996168.94879
- --- Energy:  60.652013004669556
- --- Workload:  690523000000.0
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 192 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 81 in the X datas point
 --------------
- --- Configuration:  0020-1111
- --- Energy efficiency:  10017249703.99027
- --- Energy:  53.486611373072236
- --- Workload:  535789000000.0
+ --- Configuration:  222222-1-0
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (53.486611373072236 mAh)  it is NOT far from the median.
----  Median :53.486611373072236,   the gap is :  10
---- So No we don't romove this configuration '0022-1111'
- --- remove_aberrant_points: The value [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '0220-2000'
+--- The energy of the current configuration (62.5543914533039 mAh)  is far from the median.
+---  Median :48.4114598927455,   the gap is :  10
+--- So yes we remove this configuration '033333-1-0'
+--- remove_aberrant_points: The value [2.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '202222-1-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0220-2000'
---- Neighbour  0 in the list of neghbours, And at position 210 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202222-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 211 in the X datas point
 --------------
- --- Configuration:  0220-2000
+ --- Configuration:  202222-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5281811027.365063
- --- Energy:  35.274079340197716
- --- Workload:  186311000000.0
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 112 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 358 in the X datas point
 --------------
- --- Configuration:  0020-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4244013818.5089927
- --- Energy:  35.41951635507749
- --- Workload:  150321000000.0
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14821951309.889946
+ --- Energy:  45.1609465048481
+ --- Workload:  669373000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 0 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 81 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 86 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 363 in the X datas point
 --------------
- --- Configuration:  0220-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5040602049.508794
- --- Energy:  36.67117347490831
- --- Workload:  184845000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16239592451.187845
+ --- Energy:  47.6246847339546
+ --- Workload:  773406000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 89 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 492 in the X datas point
 --------------
- --- Configuration:  0030-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4809102669.532892
- --- Energy:  35.93660318178646
- --- Workload:  172823000000.0
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13042179713.411142
+ --- Energy:  64.25089221017343
+ --- Workload:  837972000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 94 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 583 in the X datas point
 --------------
- --- Configuration:  0220-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7282684688.88371
- --- Energy:  43.18443043197562
- --- Workload:  314499000000.0
+ --- Configuration:  202222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15282668231.611895
+ --- Energy:  59.2169275668937
+ --- Workload:  904992000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 133 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 614 in the X datas point
 --------------
- --- Configuration:  0111-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6681499595.769274
- --- Energy:  37.38840673928198
- --- Workload:  249811000000.0
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13034495793.116482
+ --- Energy:  64.35007047679922
+ --- Workload:  838771000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 163 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 644 in the X datas point
 --------------
- --- Configuration:  0220-2022
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10070047248.66169
- --- Energy:  83.48428558869355
- --- Workload:  840691000000.0
+ --- Configuration:  202202-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13769969898.845802
+ --- Energy:  41.393349766173586
+ --- Workload:  569985000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 176 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 3 in the X datas point
 --------------
- --- Configuration:  0222-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9969791531.659073
- --- Energy:  42.75164023390624
- --- Workload:  426227000000.0
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0220-2000'
---- Neighbour  0 in the list of neghbours, And at position 210 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202222-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 3 in the X datas point
 --------------
- --- Configuration:  0220-2000
+ --- Configuration:  101110-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5281811027.365063
- --- Energy:  35.274079340197716
- --- Workload:  186311000000.0
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 112 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 0 in the X datas point
 --------------
- --- Configuration:  0020-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4244013818.5089927
- --- Energy:  35.41951635507749
- --- Workload:  150321000000.0
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 89 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 644 in the X datas point
 --------------
- --- Configuration:  0030-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4809102669.532892
- --- Energy:  35.93660318178646
- --- Workload:  172823000000.0
+ --- Configuration:  202202-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13769969898.845802
+ --- Energy:  41.393349766173586
+ --- Workload:  569985000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 86 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 211 in the X datas point
 --------------
- --- Configuration:  0220-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5040602049.508794
- --- Energy:  36.67117347490831
- --- Workload:  184845000000.0
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 358 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14821951309.889946
+ --- Energy:  45.1609465048481
+ --- Workload:  669373000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 133 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 363 in the X datas point
 --------------
- --- Configuration:  0111-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6681499595.769274
- --- Energy:  37.38840673928198
- --- Workload:  249811000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16239592451.187845
+ --- Energy:  47.6246847339546
+ --- Workload:  773406000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 81 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 176 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 583 in the X datas point
 --------------
- --- Configuration:  0222-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9969791531.659073
- --- Energy:  42.75164023390624
- --- Workload:  426227000000.0
+ --- Configuration:  202222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15282668231.611895
+ --- Energy:  59.2169275668937
+ --- Workload:  904992000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 94 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 492 in the X datas point
 --------------
- --- Configuration:  0220-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7282684688.88371
- --- Energy:  43.18443043197562
- --- Workload:  314499000000.0
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13042179713.411142
+ --- Energy:  64.25089221017343
+ --- Workload:  837972000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 163 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 614 in the X datas point
 --------------
- --- Configuration:  0220-2022
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10070047248.66169
- --- Energy:  83.48428558869355
- --- Workload:  840691000000.0
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13034495793.116482
+ --- Energy:  64.35007047679922
+ --- Workload:  838771000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 43 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 358 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  202222-1-0
+ --- Energy efficiency:  14821951309.889946
+ --- Energy:  45.1609465048481
+ --- Workload:  669373000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (36.93355197432356 mAh)  it is NOT far from the median.
----  Median :36.93355197432356,   the gap is :  10
---- So No we don't romove this configuration '0220-2000'
- --- remove_aberrant_points: The value [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1]
---- Computing the list of the 10 first neighbours of '0303-1001'
+--- The energy of the current configuration (45.1609465048481 mAh)  it is NOT far from the median.
+---  Median :45.1609465048481,   the gap is :  10
+--- So No we don't romove this configuration '202222-1-0'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '011111-2-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0303-1001'
---- Neighbour  0 in the list of neghbours, And at position 211 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011111-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 212 in the X datas point
 --------------
- --- Configuration:  0303-1001
+ --- Configuration:  011111-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8479966080.135679
- --- Energy:  59.193870361299275
- --- Workload:  501963000000.0
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 15 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  0003-1001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 87 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 92 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 198 in the X datas point
 --------------
- --- Configuration:  0202-1001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8895689149.038376
- --- Energy:  48.8428586507307
- --- Workload:  434491000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 231 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 257 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7144898542.440698
- --- Energy:  51.89988274563883
- --- Workload:  370819000000.0
+ --- Configuration:  011110-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 333 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  011111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13434937285.712751
+ --- Energy:  68.27709347003412
+ --- Workload:  917298000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 345 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  011111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13720451293.083933
+ --- Energy:  45.25936522348479
+ --- Workload:  620979000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 56 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 362 in the X datas point
 --------------
- --- Configuration:  0303-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Configuration:  011111-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14901908189.343645
+ --- Energy:  75.3366281487845
+ --- Workload:  1122660000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 113 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 726 in the X datas point
 --------------
- --- Configuration:  3303-1011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10227751572.005417
- --- Energy:  73.37868558375581
- --- Workload:  750499000000.0
+ --- Configuration:  010111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14055841045.304787
+ --- Energy:  57.13542391806448
+ --- Workload:  803087000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 136 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  0003-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5256269415.345153
- --- Energy:  45.78293727571249
- --- Workload:  240648000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0303-1001'
---- Neighbour  0 in the list of neghbours, And at position 56 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011111-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 345 in the X datas point
 --------------
- --- Configuration:  0303-0000
+ --- Configuration:  011111-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Energy efficiency:  13720451293.083933
+ --- Energy:  45.25936522348479
+ --- Workload:  620979000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 136 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 212 in the X datas point
 --------------
- --- Configuration:  0003-0001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5256269415.345153
- --- Energy:  45.78293727571249
- --- Workload:  240648000000.0
+ --- Configuration:  011111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 92 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 726 in the X datas point
 --------------
- --- Configuration:  0202-1001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8895689149.038376
- --- Energy:  48.8428586507307
- --- Workload:  434491000000.0
+ --- Configuration:  010111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14055841045.304787
+ --- Energy:  57.13542391806448
+ --- Workload:  803087000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 231 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 257 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7144898542.440698
- --- Energy:  51.89988274563883
- --- Workload:  370819000000.0
+ --- Configuration:  011110-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 87 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 15 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  0003-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 211 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  0303-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8479966080.135679
- --- Energy:  59.193870361299275
- --- Workload:  501963000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 198 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 333 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  011111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13434937285.712751
+ --- Energy:  68.27709347003412
+ --- Workload:  917298000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 113 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 362 in the X datas point
 --------------
- --- Configuration:  3303-1011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10227751572.005417
- --- Energy:  73.37868558375581
- --- Workload:  750499000000.0
+ --- Configuration:  011111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14901908189.343645
+ --- Energy:  75.3366281487845
+ --- Workload:  1122660000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 87 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Configuration:  111111-2-1
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (53.6166443408558 mAh)  it is NOT far from the median.
----  Median :53.6166443408558,   the gap is :  10
---- So No we don't romove this configuration '0303-1001'
- --- remove_aberrant_points: The value [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '0022-3300'
+--- The energy of the current configuration (58.45814541687684 mAh)  it is NOT far from the median.
+---  Median :58.45814541687684,   the gap is :  10
+--- So No we don't romove this configuration '011111-2-1'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '110111-2-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0022-3300'
---- Neighbour  0 in the list of neghbours, And at position 212 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110111-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 213 in the X datas point
 --------------
- --- Configuration:  0022-3300
+ --- Configuration:  110111-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9258659160.980307
- --- Energy:  46.9330182291436
- --- Workload:  434536000000.0
+ --- Energy efficiency:  13997917109.93404
+ --- Energy:  44.3851855395692
+ --- Workload:  621300000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 214 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 217 in the X datas point
 --------------
- --- Configuration:  0222-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10575598076.510221
- --- Energy:  50.06110945250575
- --- Workload:  529426000000.0
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13731963066.512136
+ --- Energy:  45.342545639677
+ --- Workload:  622642000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 1 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 52 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 9 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 145 in the X datas point
 --------------
- --- Configuration:  0010-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6532788063.289651
- --- Energy:  42.64544340651106
- --- Workload:  278594000000.0
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 99 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 206 in the X datas point
 --------------
- --- Configuration:  0011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7849108733.703288
- --- Energy:  42.07381484773657
- --- Workload:  330242000000.0
+ --- Configuration:  110110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13517367790.004988
+ --- Energy:  42.6214864172658
+ --- Workload:  576130000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 102 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 265 in the X datas point
 --------------
- --- Configuration:  0033-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8336042547.16116
- --- Energy:  59.96771726749321
- --- Workload:  499893000000.0
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5524617696.455405
+ --- Energy:  13.7189335182749
+ --- Workload:  75791800000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 111 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 595 in the X datas point
 --------------
- --- Configuration:  0011-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6806981239.9597025
- --- Energy:  35.94259902860859
- --- Workload:  244660000000.0
+ --- Configuration:  110101-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12809509780.060719
+ --- Energy:  44.94678636770851
+ --- Workload:  575746000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 118 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  0222-0300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9750580159.519491
- --- Energy:  43.43833566298026
- --- Workload:  423547000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 126 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 54 in the X datas point
 --------------
- --- Configuration:  0002-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5449442794.474265
- --- Energy:  38.132247384977575
- --- Workload:  207799000000.0
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 130 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  2022-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10578920865.440357
- --- Energy:  50.18755172966964
- --- Workload:  530930000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0022-3300'
---- Neighbour  0 in the list of neghbours, And at position 111 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110111-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 265 in the X datas point
 --------------
- --- Configuration:  0011-3000
+ --- Configuration:  111111-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6806981239.9597025
- --- Energy:  35.94259902860859
- --- Workload:  244660000000.0
+ --- Energy efficiency:  5524617696.455405
+ --- Energy:  13.7189335182749
+ --- Workload:  75791800000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 126 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 54 in the X datas point
 --------------
- --- Configuration:  0002-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5449442794.474265
- --- Energy:  38.132247384977575
- --- Workload:  207799000000.0
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 99 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 206 in the X datas point
 --------------
- --- Configuration:  0011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7849108733.703288
- --- Energy:  42.07381484773657
- --- Workload:  330242000000.0
+ --- Configuration:  110110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13517367790.004988
+ --- Energy:  42.6214864172658
+ --- Workload:  576130000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 9 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 213 in the X datas point
 --------------
- --- Configuration:  0010-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6532788063.289651
- --- Energy:  42.64544340651106
- --- Workload:  278594000000.0
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13997917109.93404
+ --- Energy:  44.3851855395692
+ --- Workload:  621300000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 118 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 595 in the X datas point
 --------------
- --- Configuration:  0222-0300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9750580159.519491
- --- Energy:  43.43833566298026
- --- Workload:  423547000000.0
+ --- Configuration:  110101-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12809509780.060719
+ --- Energy:  44.94678636770851
+ --- Workload:  575746000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 212 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 217 in the X datas point
 --------------
- --- Configuration:  0022-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9258659160.980307
- --- Energy:  46.9330182291436
- --- Workload:  434536000000.0
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13731963066.512136
+ --- Energy:  45.342545639677
+ --- Workload:  622642000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 214 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 145 in the X datas point
 --------------
- --- Configuration:  0222-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10575598076.510221
- --- Energy:  50.06110945250575
- --- Workload:  529426000000.0
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 130 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  2022-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10578920865.440357
- --- Energy:  50.18755172966964
- --- Workload:  530930000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 1 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 52 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 102 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  0033-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8336042547.16116
- --- Energy:  59.96771726749321
- --- Workload:  499893000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 118 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 595 in the X datas point
 --------------
- --- Configuration:  0222-0300
- --- Energy efficiency:  9750580159.519491
- --- Energy:  43.43833566298026
- --- Workload:  423547000000.0
+ --- Configuration:  110101-2-0
+ --- Energy efficiency:  12809509780.060719
+ --- Energy:  44.94678636770851
+ --- Workload:  575746000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (43.43833566298026 mAh)  it is NOT far from the median.
----  Median :43.43833566298026,   the gap is :  10
---- So No we don't romove this configuration '0022-3300'
- --- remove_aberrant_points: The value [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '0002-1000'
+--- The energy of the current configuration (44.94678636770851 mAh)  it is NOT far from the median.
+---  Median :44.94678636770851,   the gap is :  10
+--- So No we don't romove this configuration '110111-2-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '333333-3-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0002-1000'
---- Neighbour  0 in the list of neghbours, And at position 213 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333333-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  0002-1000
+ --- Configuration:  333333-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4730794158.415373
- --- Energy:  37.456019446944595
- --- Workload:  177197000000.0
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 15 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 214 in the X datas point
 --------------
- --- Configuration:  0003-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 62 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 503 in the X datas point
 --------------
- --- Configuration:  0001-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6336774201.724871
- --- Energy:  45.652440385434886
- --- Workload:  289290000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15380805677.362993
+ --- Energy:  101.44390963131458
+ --- Workload:  1560290000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 84 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 53 in the X datas point
 --------------
- --- Configuration:  2002-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7263008047.412917
- --- Energy:  41.829225389075674
- --- Workload:  303807000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 87 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 90 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 101 in the X datas point
 --------------
- --- Configuration:  2002-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8795770993.306417
- --- Energy:  48.71596839606954
- --- Workload:  428493000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 92 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 117 in the X datas point
 --------------
- --- Configuration:  0202-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8895689149.038376
- --- Energy:  48.8428586507307
- --- Workload:  434491000000.0
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 176 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 191 in the X datas point
 --------------
- --- Configuration:  0222-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9969791531.659073
- --- Energy:  42.75164023390624
- --- Workload:  426227000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 231 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 240 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7144898542.440698
- --- Energy:  51.89988274563883
- --- Workload:  370819000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15595928215.061611
+ --- Energy:  95.9288937521245
+ --- Workload:  1496100000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0002-1000'
---- Neighbour  0 in the list of neghbours, And at position 75 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333333-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  0000-1000
+ --- Configuration:  333333-3-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 213 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 53 in the X datas point
 --------------
- --- Configuration:  0002-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4730794158.415373
- --- Energy:  37.456019446944595
- --- Workload:  177197000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 84 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  2002-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7263008047.412917
- --- Energy:  41.829225389075674
- --- Workload:  303807000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 176 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 240 in the X datas point
 --------------
- --- Configuration:  0222-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9969791531.659073
- --- Energy:  42.75164023390624
- --- Workload:  426227000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15595928215.061611
+ --- Energy:  95.9288937521245
+ --- Workload:  1496100000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 62 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 191 in the X datas point
 --------------
- --- Configuration:  0001-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6336774201.724871
- --- Energy:  45.652440385434886
- --- Workload:  289290000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 90 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 503 in the X datas point
 --------------
- --- Configuration:  2002-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8795770993.306417
- --- Energy:  48.71596839606954
- --- Workload:  428493000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15380805677.362993
+ --- Energy:  101.44390963131458
+ --- Workload:  1560290000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 92 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  0202-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8895689149.038376
- --- Energy:  48.8428586507307
- --- Workload:  434491000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 231 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 117 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7144898542.440698
- --- Energy:  51.89988274563883
- --- Workload:  370819000000.0
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 87 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 101 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 15 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 214 in the X datas point
 --------------
- --- Configuration:  0003-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 62 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 191 in the X datas point
 --------------
- --- Configuration:  0001-1100
- --- Energy efficiency:  6336774201.724871
- --- Energy:  45.652440385434886
- --- Workload:  289290000000.0
+ --- Configuration:  333333-3-3
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (45.652440385434886 mAh)  it is NOT far from the median.
----  Median :45.652440385434886,   the gap is :  10
---- So No we don't romove this configuration '0002-1000'
- --- remove_aberrant_points: The value [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '0222-3300'
+--- The energy of the current configuration (112.252246650916 mAh)  is far from the median.
+---  Median :99.8453916327805,   the gap is :  10
+--- So yes we remove this configuration '333333-3-2'
+--- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0]
+--- Computing the list of the 10 first neighbours of '333333-0-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0222-3300'
---- Neighbour  0 in the list of neghbours, And at position 214 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333333-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 215 in the X datas point
 --------------
- --- Configuration:  0222-3300
+ --- Configuration:  333333-0-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  10575598076.510221
- --- Energy:  50.06110945250575
- --- Workload:  529426000000.0
+ --- Energy efficiency:  13585369100.893103
+ --- Energy:  89.0597439439495
+ --- Workload:  1209910000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 118 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 34 in the X datas point
 --------------
- --- Configuration:  0222-0300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9750580159.519491
- --- Energy:  43.43833566298026
- --- Workload:  423547000000.0
+ --- Configuration:  033333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13280265392.82361
+ --- Energy:  80.89218696331669
+ --- Workload:  1074270000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 212 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 95 in the X datas point
 --------------
- --- Configuration:  0022-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9258659160.980307
- --- Energy:  46.9330182291436
- --- Workload:  434536000000.0
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13070067323.916784
+ --- Energy:  83.5550372075793
+ --- Workload:  1092070000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 23 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 99 in the X datas point
 --------------
- --- Configuration:  3333-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 100 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 137 in the X datas point
 --------------
- --- Configuration:  2222-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11468876336.840899
- --- Energy:  53.84120579706395
- --- Workload:  617498000000.0
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12840398976.87701
+ --- Energy:  86.4225033041374
+ --- Workload:  1109700000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 170 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 185 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11414873580.275099
- --- Energy:  57.359112207692405
- --- Workload:  654747000000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 202 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 232 in the X datas point
 --------------
- --- Configuration:  1111-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9442424814.692413
- --- Energy:  43.80740929766881
- --- Workload:  413650000000.0
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 228 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 340 in the X datas point
 --------------
- --- Configuration:  0333-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8547519937.090253
- --- Energy:  58.44164899316907
- --- Workload:  499532000000.0
+ --- Configuration:  330333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12362391133.693079
+ --- Energy:  92.82346734847745
+ --- Workload:  1147520000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 236 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 483 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11529065350.201126
- --- Energy:  56.827789322012976
- --- Workload:  655171000000.0
+ --- Configuration:  333333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14751416504.76987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 1 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 487 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14917179817.652395
+ --- Energy:  86.40713429401492
+ --- Workload:  1288950000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0222-3300'
---- Neighbour  0 in the list of neghbours, And at position 118 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333333-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 483 in the X datas point
 --------------
- --- Configuration:  0222-0300
+ --- Configuration:  333333-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9750580159.519491
- --- Energy:  43.43833566298026
- --- Workload:  423547000000.0
+ --- Energy efficiency:  14751416504.76987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 202 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 232 in the X datas point
 --------------
- --- Configuration:  1111-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9442424814.692413
- --- Energy:  43.80740929766881
- --- Workload:  413650000000.0
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 212 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 34 in the X datas point
 --------------
- --- Configuration:  0022-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9258659160.980307
- --- Energy:  46.9330182291436
- --- Workload:  434536000000.0
+ --- Configuration:  033333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13280265392.82361
+ --- Energy:  80.89218696331669
+ --- Workload:  1074270000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 214 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 95 in the X datas point
 --------------
- --- Configuration:  0222-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10575598076.510221
- --- Energy:  50.06110945250575
- --- Workload:  529426000000.0
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13070067323.916784
+ --- Energy:  83.5550372075793
+ --- Workload:  1092070000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 1 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 487 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14917179817.652395
+ --- Energy:  86.40713429401492
+ --- Workload:  1288950000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 100 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 137 in the X datas point
 --------------
- --- Configuration:  2222-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11468876336.840899
- --- Energy:  53.84120579706395
- --- Workload:  617498000000.0
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12840398976.87701
+ --- Energy:  86.4225033041374
+ --- Workload:  1109700000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 236 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 215 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11529065350.201126
- --- Energy:  56.827789322012976
- --- Workload:  655171000000.0
+ --- Configuration:  333333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13585369100.893103
+ --- Energy:  89.0597439439495
+ --- Workload:  1209910000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 170 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 99 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11414873580.275099
- --- Energy:  57.359112207692405
- --- Workload:  654747000000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 228 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 340 in the X datas point
 --------------
- --- Configuration:  0333-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8547519937.090253
- --- Energy:  58.44164899316907
- --- Workload:  499532000000.0
+ --- Configuration:  330333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12362391133.693079
+ --- Energy:  92.82346734847745
+ --- Workload:  1147520000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 23 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 185 in the X datas point
 --------------
- --- Configuration:  3333-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 1 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 487 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  333333-1-3
+ --- Energy efficiency:  14917179817.652395
+ --- Energy:  86.40713429401492
+ --- Workload:  1288950000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (53.35616382684589 mAh)  it is NOT far from the median.
----  Median :53.35616382684589,   the gap is :  10
---- So No we don't romove this configuration '0222-3300'
- --- remove_aberrant_points: The value [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '3030-2000'
+--- The energy of the current configuration (86.40713429401492 mAh)  it is NOT far from the median.
+---  Median :86.40713429401492,   the gap is :  10
+--- So No we don't romove this configuration '333333-0-3'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 1, 0, 0, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '110100-1-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3030-2000'
---- Neighbour  0 in the list of neghbours, And at position 215 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110100-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 216 in the X datas point
 --------------
- --- Configuration:  3030-2000
+ --- Configuration:  110100-1-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5441732647.675019
- --- Energy:  35.287807273153724
- --- Workload:  192027000000.0
+ --- Energy efficiency:  11216131488.952671
+ --- Energy:  77.6226342959476
+ --- Workload:  870626000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 35 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  110110-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11308622485.386433
+ --- Energy:  64.13091227501518
+ --- Workload:  725232000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 79 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  100101-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11817746710.23476
+ --- Energy:  69.54756184550816
+ --- Workload:  821895000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 89 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 373 in the X datas point
 --------------
- --- Configuration:  0030-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4809102669.532892
- --- Energy:  35.93660318178646
- --- Workload:  172823000000.0
+ --- Configuration:  222200-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11496525749.918375
+ --- Energy:  80.2428888615872
+ --- Workload:  922514000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 114 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 558 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3742206854.226074
- --- Energy:  34.88131927324178
- --- Workload:  130533000000.0
+ --- Configuration:  110000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12516412145.425688
+ --- Energy:  59.318332001781286
+ --- Workload:  742453000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 148 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 693 in the X datas point
 --------------
- --- Configuration:  3030-2002
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8823477508.95583
- --- Energy:  65.30338482528335
- --- Workload:  576204000000.0
+ --- Configuration:  110100-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13984468848.896416
+ --- Energy:  73.46366427282355
+ --- Workload:  1027350000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 234 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 747 in the X datas point
 --------------
- --- Configuration:  3330-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7804268935.107504
- --- Energy:  38.575829271360156
- --- Workload:  301057000000.0
+ --- Configuration:  101100-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5792903692.976104
+ --- Energy:  13.162529333531099
+ --- Workload:  76249300000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 28 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  3330-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 29 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  3000-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 41 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 140 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3030-2000'
---- Neighbour  0 in the list of neghbours, And at position 114 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110100-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 747 in the X datas point
 --------------
- --- Configuration:  3000-2000
+ --- Configuration:  101100-1-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3742206854.226074
- --- Energy:  34.88131927324178
- --- Workload:  130533000000.0
+ --- Energy efficiency:  5792903692.976104
+ --- Energy:  13.162529333531099
+ --- Workload:  76249300000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 215 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 558 in the X datas point
 --------------
- --- Configuration:  3030-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5441732647.675019
- --- Energy:  35.287807273153724
- --- Workload:  192027000000.0
+ --- Configuration:  110000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12516412145.425688
+ --- Energy:  59.318332001781286
+ --- Workload:  742453000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 89 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  0030-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4809102669.532892
- --- Energy:  35.93660318178646
- --- Workload:  172823000000.0
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 29 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 35 in the X datas point
 --------------
- --- Configuration:  3000-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4149980287.5936337
- --- Energy:  36.1860248822606
- --- Workload:  150171000000.0
+ --- Configuration:  110110-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11308622485.386433
+ --- Energy:  64.13091227501518
+ --- Workload:  725232000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 41 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 79 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  100101-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11817746710.23476
+ --- Energy:  69.54756184550816
+ --- Workload:  821895000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 28 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 140 in the X datas point
 --------------
- --- Configuration:  3330-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 234 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 693 in the X datas point
 --------------
- --- Configuration:  3330-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7804268935.107504
- --- Energy:  38.575829271360156
- --- Workload:  301057000000.0
+ --- Configuration:  110100-2-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13984468848.896416
+ --- Energy:  73.46366427282355
+ --- Workload:  1027350000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 216 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  110100-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11216131488.952671
+ --- Energy:  77.6226342959476
+ --- Workload:  870626000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 148 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 373 in the X datas point
 --------------
- --- Configuration:  3030-2002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8823477508.95583
- --- Energy:  65.30338482528335
- --- Workload:  576204000000.0
+ --- Configuration:  222200-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11496525749.918375
+ --- Energy:  80.2428888615872
+ --- Workload:  922514000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 45 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  110111-1-2
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (36.96583597689362 mAh)  it is NOT far from the median.
----  Median :36.96583597689362,   the gap is :  10
---- So No we don't romove this configuration '3030-2000'
- --- remove_aberrant_points: The value [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '1100-0110'
+--- The energy of the current configuration (77.6226342959476 mAh)  is far from the median.
+---  Median :64.195799103128,   the gap is :  10
+--- So yes we remove this configuration '110100-1-3'
+--- remove_aberrant_points: The value [0.0, 1, 1, 0, 1, 0, 0, 1.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '110111-2-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1100-0110'
---- Neighbour  0 in the list of neghbours, And at position 216 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110111-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 213 in the X datas point
 --------------
- --- Configuration:  1100-0110
+ --- Configuration:  110111-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7524397860.061248
- --- Energy:  41.9385253841261
- --- Workload:  315563000000.0
+ --- Energy efficiency:  13997917109.93404
+ --- Energy:  44.3851855395692
+ --- Workload:  621300000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 217 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13731963066.512136
+ --- Energy:  45.342545639677
+ --- Workload:  622642000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 161 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 52 in the X datas point
 --------------
- --- Configuration:  1100-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5236287472.182222
- --- Energy:  35.478097414979636
- --- Workload:  185774000000.0
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 185 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 145 in the X datas point
 --------------
- --- Configuration:  1000-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4407169583.478402
- --- Energy:  34.828482821374045
- --- Workload:  153495000000.0
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 221 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 206 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2083511299.9235353
- --- Energy:  29.12766521649349
- --- Workload:  60687800000.0
+ --- Configuration:  110110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13517367790.004988
+ --- Energy:  42.6214864172658
+ --- Workload:  576130000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 224 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 265 in the X datas point
 --------------
- --- Configuration:  1100-0222
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10065860928.052246
- --- Energy:  83.39866371497797
- --- Workload:  839479000000.0
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5524617696.455405
+ --- Energy:  13.7189335182749
+ --- Workload:  75791800000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 240 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 595 in the X datas point
 --------------
- --- Configuration:  1101-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9910704551.9866
- --- Energy:  49.880002810073556
- --- Workload:  494348000000.0
+ --- Configuration:  110101-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12809509780.060719
+ --- Energy:  44.94678636770851
+ --- Workload:  575746000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 7 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  1000-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6501654671.113798
- --- Energy:  42.85376093977719
- --- Workload:  278621000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 33 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 54 in the X datas point
 --------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1100-0110'
---- Neighbour  0 in the list of neghbours, And at position 221 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110111-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 265 in the X datas point
 --------------
- --- Configuration:  1100-0000
+ --- Configuration:  111111-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2083511299.9235353
- --- Energy:  29.12766521649349
- --- Workload:  60687800000.0
+ --- Energy efficiency:  5524617696.455405
+ --- Energy:  13.7189335182749
+ --- Workload:  75791800000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 33 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 54 in the X datas point
 --------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 206 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  110110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13517367790.004988
+ --- Energy:  42.6214864172658
+ --- Workload:  576130000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 213 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13997917109.93404
+ --- Energy:  44.3851855395692
+ --- Workload:  621300000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 185 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 595 in the X datas point
 --------------
- --- Configuration:  1000-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4407169583.478402
- --- Energy:  34.828482821374045
- --- Workload:  153495000000.0
+ --- Configuration:  110101-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12809509780.060719
+ --- Energy:  44.94678636770851
+ --- Workload:  575746000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 161 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 217 in the X datas point
 --------------
- --- Configuration:  1100-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5236287472.182222
- --- Energy:  35.478097414979636
- --- Workload:  185774000000.0
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13731963066.512136
+ --- Energy:  45.342545639677
+ --- Workload:  622642000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 216 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 145 in the X datas point
 --------------
- --- Configuration:  1100-0110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7524397860.061248
- --- Energy:  41.9385253841261
- --- Workload:  315563000000.0
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 7 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  1000-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6501654671.113798
- --- Energy:  42.85376093977719
- --- Workload:  278621000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 240 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 52 in the X datas point
 --------------
- --- Configuration:  1101-1110
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9910704551.9866
- --- Energy:  49.880002810073556
- --- Workload:  494348000000.0
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 224 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  1100-0222
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10065860928.052246
- --- Energy:  83.39866371497797
- --- Workload:  839479000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 185 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 595 in the X datas point
 --------------
- --- Configuration:  1000-0100
- --- Energy efficiency:  4407169583.478402
- --- Energy:  34.828482821374045
- --- Workload:  153495000000.0
+ --- Configuration:  110101-2-0
+ --- Energy efficiency:  12809509780.060719
+ --- Energy:  44.94678636770851
+ --- Workload:  575746000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (34.828482821374045 mAh)  it is NOT far from the median.
----  Median :34.828482821374045,   the gap is :  10
---- So No we don't romove this configuration '1100-0110'
- --- remove_aberrant_points: The value [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '1100-3330'
+--- The energy of the current configuration (44.94678636770851 mAh)  it is NOT far from the median.
+---  Median :44.94678636770851,   the gap is :  10
+--- So No we don't romove this configuration '110111-2-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '011011-1-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1100-3330'
---- Neighbour  0 in the list of neghbours, And at position 217 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011011-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 218 in the X datas point
 --------------
- --- Configuration:  1100-3330
+ --- Configuration:  011011-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9132169894.888725
- --- Energy:  48.617857913878716
- --- Workload:  443986000000.0
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 132 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 208 in the X datas point
 --------------
- --- Configuration:  1110-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9413093613.215984
- --- Energy:  49.7061517933472
- --- Workload:  467887000000.0
+ --- Configuration:  111011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11532602089.476847
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 222 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 337 in the X datas point
 --------------
- --- Configuration:  1110-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8963143553.707155
- --- Energy:  52.92171748044021
- --- Workload:  474343000000.0
+ --- Configuration:  001011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9632519385.445263
+ --- Energy:  30.734807722364668
+ --- Workload:  296054000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 26 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 585 in the X datas point
 --------------
- --- Configuration:  0000-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7665772326.561901
- --- Energy:  48.682465076838824
- --- Workload:  373189000000.0
+ --- Configuration:  010011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9783204195.037958
+ --- Energy:  30.276377856940353
+ --- Workload:  296200000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 123 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 696 in the X datas point
 --------------
- --- Configuration:  2220-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9571301409.852697
- --- Energy:  49.20594289132612
- --- Workload:  470964000000.0
+ --- Configuration:  010011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9422317701.708267
+ --- Energy:  31.27446828861957
+ --- Workload:  294678000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 143 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 704 in the X datas point
 --------------
- --- Configuration:  0200-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8906781623.528154
- --- Energy:  47.48626285009536
- --- Workload:  422949000000.0
+ --- Configuration:  011111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11754748918.563099
+ --- Energy:  32.64170010691823
+ --- Workload:  383695000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 169 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 765 in the X datas point
 --------------
- --- Configuration:  1111-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10965958375.4152
- --- Energy:  49.989818506242955
- --- Workload:  548186000000.0
+ --- Configuration:  011011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6266331626.802354
+ --- Energy:  12.105878961419078
+ --- Workload:  75859500000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 191 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 149 in the X datas point
 --------------
- --- Configuration:  1100-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5338401255.591975
- --- Energy:  35.023609845408956
- --- Workload:  186970000000.0
+ --- Configuration:  111011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7219330479.29135
+ --- Energy:  28.6387646642511
+ --- Workload:  206752000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 225 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 155 in the X datas point
 --------------
- --- Configuration:  1001-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9487576019.202854
- --- Energy:  49.10228531809563
- --- Workload:  465862000000.0
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 242 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 167 in the X datas point
 --------------
- --- Configuration:  2200-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7549106940.648921
- --- Energy:  41.72057827645338
- --- Workload:  314953000000.0
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1100-3330'
---- Neighbour  0 in the list of neghbours, And at position 191 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011011-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 765 in the X datas point
 --------------
- --- Configuration:  1100-3000
+ --- Configuration:  011011-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5338401255.591975
- --- Energy:  35.023609845408956
- --- Workload:  186970000000.0
+ --- Energy efficiency:  6266331626.802354
+ --- Energy:  12.105878961419078
+ --- Workload:  75859500000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 242 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 149 in the X datas point
 --------------
- --- Configuration:  2200-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7549106940.648921
- --- Energy:  41.72057827645338
- --- Workload:  314953000000.0
+ --- Configuration:  111011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7219330479.29135
+ --- Energy:  28.6387646642511
+ --- Workload:  206752000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 143 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 585 in the X datas point
 --------------
- --- Configuration:  0200-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8906781623.528154
- --- Energy:  47.48626285009536
- --- Workload:  422949000000.0
+ --- Configuration:  010011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9783204195.037958
+ --- Energy:  30.276377856940353
+ --- Workload:  296200000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 217 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 337 in the X datas point
 --------------
- --- Configuration:  1100-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9132169894.888725
- --- Energy:  48.617857913878716
- --- Workload:  443986000000.0
+ --- Configuration:  001011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9632519385.445263
+ --- Energy:  30.734807722364668
+ --- Workload:  296054000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 26 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 696 in the X datas point
 --------------
- --- Configuration:  0000-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7665772326.561901
- --- Energy:  48.682465076838824
- --- Workload:  373189000000.0
+ --- Configuration:  010011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9422317701.708267
+ --- Energy:  31.27446828861957
+ --- Workload:  294678000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 225 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 218 in the X datas point
 --------------
- --- Configuration:  1001-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9487576019.202854
- --- Energy:  49.10228531809563
- --- Workload:  465862000000.0
+ --- Configuration:  011011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 123 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 704 in the X datas point
 --------------
- --- Configuration:  2220-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9571301409.852697
- --- Energy:  49.20594289132612
- --- Workload:  470964000000.0
+ --- Configuration:  011111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11754748918.563099
+ --- Energy:  32.64170010691823
+ --- Workload:  383695000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 132 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 208 in the X datas point
 --------------
- --- Configuration:  1110-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9413093613.215984
- --- Energy:  49.7061517933472
- --- Workload:  467887000000.0
+ --- Configuration:  111011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11532602089.476847
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 169 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 167 in the X datas point
 --------------
- --- Configuration:  1111-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10965958375.4152
- --- Energy:  49.989818506242955
- --- Workload:  548186000000.0
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 222 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 155 in the X datas point
 --------------
- --- Configuration:  1110-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8963143553.707155
- --- Energy:  52.92171748044021
- --- Workload:  474343000000.0
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 26 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 696 in the X datas point
 --------------
- --- Configuration:  0000-3330
- --- Energy efficiency:  7665772326.561901
- --- Energy:  48.682465076838824
- --- Workload:  373189000000.0
+ --- Configuration:  010011-1-0
+ --- Energy efficiency:  9422317701.708267
+ --- Energy:  31.27446828861957
+ --- Workload:  294678000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (48.682465076838824 mAh)  it is NOT far from the median.
----  Median :48.682465076838824,   the gap is :  10
---- So No we don't romove this configuration '1100-3330'
- --- remove_aberrant_points: The value [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0]
---- Computing the list of the 10 first neighbours of '1001-3030'
+--- The energy of the current configuration (31.27446828861957 mAh)  it is NOT far from the median.
+---  Median :31.27446828861957,   the gap is :  10
+--- So No we don't romove this configuration '011011-1-0'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 1, 1, 1, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '100111-3-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1001-3030'
---- Neighbour  0 in the list of neghbours, And at position 218 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '100111-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 219 in the X datas point
 --------------
- --- Configuration:  1001-3030
+ --- Configuration:  100111-3-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7964637011.668193
- --- Energy:  42.24457921399078
- --- Workload:  336462000000.0
+ --- Energy efficiency:  11605101602.664532
+ --- Energy:  80.0526614822044
+ --- Workload:  929019000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 108 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 383 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8871225293.637558
- --- Energy:  42.90551410725298
- --- Workload:  380626000000.0
+ --- Configuration:  110111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12988227470.62063
+ --- Energy:  73.0759138749433
+ --- Workload:  949126000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 197 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8938627384.378855
- --- Energy:  42.547359911496315
- --- Workload:  380315000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 225 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 73 in the X datas point
 --------------
- --- Configuration:  1001-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9487576019.202854
- --- Energy:  49.10228531809563
- --- Workload:  465862000000.0
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 47 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 97 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 65 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 116 in the X datas point
 --------------
- --- Configuration:  1000-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3845281263.097989
- --- Energy:  39.12249647942367
- --- Workload:  150437000000.0
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 78 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 119 in the X datas point
 --------------
- --- Configuration:  1001-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9166575000.916658
- --- Energy:  50.735447078258076
- --- Workload:  465069000000.0
+ --- Configuration:  101111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 107 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 186 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Configuration:  101011-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12908055917.698235
+ --- Energy:  67.8209046191028
+ --- Workload:  875436000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 206 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 204 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10558457958.332102
- --- Energy:  49.51707772839275
- --- Workload:  522824000000.0
+ --- Configuration:  110110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12597441207.741884
+ --- Energy:  69.8226407220911
+ --- Workload:  879587000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 24 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 227 in the X datas point
 --------------
- --- Configuration:  0000-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Configuration:  000111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12035490253.659992
+ --- Energy:  49.4404352153497
+ --- Workload:  595040000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1001-3030'
---- Neighbour  0 in the list of neghbours, And at position 24 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '100111-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 227 in the X datas point
 --------------
- --- Configuration:  0000-3000
+ --- Configuration:  000111-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Energy efficiency:  12035490253.659992
+ --- Energy:  49.4404352153497
+ --- Workload:  595040000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 65 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 73 in the X datas point
 --------------
- --- Configuration:  1000-0030
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3845281263.097989
- --- Energy:  39.12249647942367
- --- Workload:  150437000000.0
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 47 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 119 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  101111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 218 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  1001-3030
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7964637011.668193
- --- Energy:  42.24457921399078
- --- Workload:  336462000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 197 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 186 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8938627384.378855
- --- Energy:  42.547359911496315
- --- Workload:  380315000000.0
+ --- Configuration:  101011-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12908055917.698235
+ --- Energy:  67.8209046191028
+ --- Workload:  875436000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 108 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 204 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8871225293.637558
- --- Energy:  42.90551410725298
- --- Workload:  380626000000.0
+ --- Configuration:  110110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12597441207.741884
+ --- Energy:  69.8226407220911
+ --- Workload:  879587000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 225 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 97 in the X datas point
 --------------
- --- Configuration:  1001-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9487576019.202854
- --- Energy:  49.10228531809563
- --- Workload:  465862000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 206 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 383 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10558457958.332102
- --- Energy:  49.51707772839275
- --- Workload:  522824000000.0
+ --- Configuration:  110111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12988227470.62063
+ --- Energy:  73.0759138749433
+ --- Workload:  949126000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 107 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 219 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Configuration:  100111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11605101602.664532
+ --- Energy:  80.0526614822044
+ --- Workload:  929019000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 78 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 116 in the X datas point
 --------------
- --- Configuration:  1001-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9166575000.916658
- --- Energy:  50.735447078258076
- --- Workload:  465069000000.0
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 197 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 186 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Energy efficiency:  8938627384.378855
- --- Energy:  42.547359911496315
- --- Workload:  380315000000.0
+ --- Configuration:  101011-3-1
+ --- Energy efficiency:  12908055917.698235
+ --- Energy:  67.8209046191028
+ --- Workload:  875436000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (42.547359911496315 mAh)  it is NOT far from the median.
----  Median :42.547359911496315,   the gap is :  10
---- So No we don't romove this configuration '1001-3030'
- --- remove_aberrant_points: The value [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1]
---- Computing the list of the 10 first neighbours of '0100-1011'
+--- The energy of the current configuration (80.0526614822044 mAh)  is far from the median.
+---  Median :67.8209046191028,   the gap is :  10
+--- So yes we remove this configuration '100111-3-1'
+--- remove_aberrant_points: The value [0.0, 1, 0, 0, 1, 1, 1, 3.0, 1.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '010100-0-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0100-1011'
---- Neighbour  0 in the list of neghbours, And at position 219 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '010100-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 220 in the X datas point
 --------------
- --- Configuration:  0100-1011
+ --- Configuration:  010100-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8993129249.25357
- --- Energy:  47.97458475843469
- --- Workload:  431441000000.0
+ --- Energy efficiency:  3292105202.513851
+ --- Energy:  23.5175293800191
+ --- Workload:  77422300000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 181 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 683 in the X datas point
 --------------
- --- Configuration:  1100-1011
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9277212383.22309
- --- Energy:  48.61244404745341
- --- Workload:  450987000000.0
+ --- Configuration:  010100-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8609853115.905842
+ --- Energy:  29.1448725037754
+ --- Workload:  250933000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 61 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 60 in the X datas point
 --------------
- --- Configuration:  0000-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5325891287.907031
- --- Energy:  45.45847467114993
- --- Workload:  242107000000.0
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 115 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 278 in the X datas point
 --------------
- --- Configuration:  0110-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7487495881.877265
- --- Energy:  41.820066635010036
- --- Workload:  313127000000.0
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 162 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 282 in the X datas point
 --------------
- --- Configuration:  1100-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7522756337.9222145
- --- Energy:  41.562953026807364
- --- Workload:  312668000000.0
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  24.2773
+ --- Workload:  141737000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 196 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 302 in the X datas point
 --------------
- --- Configuration:  0000-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9945201937.325336
- --- Energy:  53.14600789669191
- --- Workload:  528549000000.0
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 7 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 464 in the X datas point
 --------------
- --- Configuration:  1000-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6501654671.113798
- --- Energy:  42.85376093977719
- --- Workload:  278621000000.0
+ --- Configuration:  010110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9252662453.621029
+ --- Energy:  32.02904675461461
+ --- Workload:  296355000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 513 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  010000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7423574302.555194
+ --- Energy:  27.86299512820046
+ --- Workload:  206843000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 515 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  3211871075.4950294
+ --- Energy:  23.98412276526465
+ --- Workload:  77034000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 81 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 668 in the X datas point
 --------------
- --- Configuration:  0000-0001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3321398441.599851
- --- Energy:  35.588916806469584
- --- Workload:  118205000000.0
+ --- Configuration:  001100-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  3284525287.5601892
+ --- Energy:  23.657962241570964
+ --- Workload:  77705200000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0100-1011'
---- Neighbour  0 in the list of neghbours, And at position 75 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '010100-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 278 in the X datas point
 --------------
- --- Configuration:  0000-1000
+ --- Configuration:  000000-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 81 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 302 in the X datas point
 --------------
- --- Configuration:  0000-0001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3321398441.599851
- --- Energy:  35.588916806469584
- --- Workload:  118205000000.0
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 220 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  010100-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  3292105202.513851
+ --- Energy:  23.5175293800191
+ --- Workload:  77422300000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 162 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 668 in the X datas point
 --------------
- --- Configuration:  1100-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7522756337.9222145
- --- Energy:  41.562953026807364
- --- Workload:  312668000000.0
+ --- Configuration:  001100-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  3284525287.5601892
+ --- Energy:  23.657962241570964
+ --- Workload:  77705200000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 115 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 515 in the X datas point
 --------------
- --- Configuration:  0110-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7487495881.877265
- --- Energy:  41.820066635010036
- --- Workload:  313127000000.0
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  3211871075.4950294
+ --- Energy:  23.98412276526465
+ --- Workload:  77034000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 7 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 282 in the X datas point
 --------------
- --- Configuration:  1000-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6501654671.113798
- --- Energy:  42.85376093977719
- --- Workload:  278621000000.0
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  24.2773
+ --- Workload:  141737000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 61 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 60 in the X datas point
 --------------
- --- Configuration:  0000-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5325891287.907031
- --- Energy:  45.45847467114993
- --- Workload:  242107000000.0
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 219 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 513 in the X datas point
 --------------
- --- Configuration:  0100-1011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8993129249.25357
- --- Energy:  47.97458475843469
- --- Workload:  431441000000.0
+ --- Configuration:  010000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7423574302.555194
+ --- Energy:  27.86299512820046
+ --- Workload:  206843000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 181 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 683 in the X datas point
 --------------
- --- Configuration:  1100-1011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9277212383.22309
- --- Energy:  48.61244404745341
- --- Workload:  450987000000.0
+ --- Configuration:  010100-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8609853115.905842
+ --- Energy:  29.1448725037754
+ --- Workload:  250933000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 196 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 464 in the X datas point
 --------------
- --- Configuration:  0000-1111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9945201937.325336
- --- Energy:  53.14600789669191
- --- Workload:  528549000000.0
+ --- Configuration:  010110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9252662453.621029
+ --- Energy:  32.02904675461461
+ --- Workload:  296355000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 115 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 515 in the X datas point
 --------------
- --- Configuration:  0110-1001
- --- Energy efficiency:  7487495881.877265
- --- Energy:  41.820066635010036
- --- Workload:  313127000000.0
+ --- Configuration:  110000-0-0
+ --- Energy efficiency:  3211871075.4950294
+ --- Energy:  23.98412276526465
+ --- Workload:  77034000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (41.820066635010036 mAh)  it is NOT far from the median.
----  Median :41.820066635010036,   the gap is :  10
---- So No we don't romove this configuration '0100-1011'
- --- remove_aberrant_points: The value [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1]
---- Computing the list of the 10 first neighbours of '0330-0002'
+--- The energy of the current configuration (23.98412276526465 mAh)  it is NOT far from the median.
+---  Median :23.98412276526465,   the gap is :  10
+--- So No we don't romove this configuration '010100-0-0'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '222202-3-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0330-0002'
---- Neighbour  0 in the list of neghbours, And at position 220 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222202-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 221 in the X datas point
 --------------
- --- Configuration:  0330-0002
+ --- Configuration:  222202-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6611526535.36175
- --- Energy:  47.579797377976384
- --- Workload:  314575000000.0
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 188 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 138 in the X datas point
 --------------
- --- Configuration:  0333-0002
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8955437741.79682
- --- Energy:  70.26399021141525
- --- Workload:  629243000000.0
+ --- Configuration:  222202-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15123376505.532131
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 5 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 222 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 8 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 239 in the X datas point
 --------------
- --- Configuration:  0020-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8089829466.394849
- --- Energy:  66.44909360627778
- --- Workload:  537560000000.0
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 751 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  222002-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11099222610.448364
+ --- Energy:  16.982170959553237
+ --- Workload:  188489000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 60 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 18 in the X datas point
 --------------
- --- Configuration:  0330-0111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7854719115.244439
- --- Energy:  56.794731664850964
- --- Workload:  446108000000.0
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 86 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 25 in the X datas point
 --------------
- --- Configuration:  0220-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5040602049.508794
- --- Energy:  36.67117347490831
- --- Workload:  184845000000.0
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 89 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 110 in the X datas point
 --------------
- --- Configuration:  0030-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4809102669.532892
- --- Energy:  35.93660318178646
- --- Workload:  172823000000.0
+ --- Configuration:  200202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373986415.837713
+ --- Energy:  65.7590425822352
+ --- Workload:  813702000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 94 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 113 in the X datas point
 --------------
- --- Configuration:  0220-1001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7282684688.88371
- --- Energy:  43.18443043197562
- --- Workload:  314499000000.0
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 106 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 251 in the X datas point
 --------------
- --- Configuration:  0333-0011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9607255399.277534
- --- Energy:  65.95120166169613
- --- Workload:  633609000000.0
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0330-0002'
---- Neighbour  0 in the list of neghbours, And at position 5 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222202-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 751 in the X datas point
 --------------
- --- Configuration:  0030-0000
+ --- Configuration:  222002-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Energy efficiency:  11099222610.448364
+ --- Energy:  16.982170959553237
+ --- Workload:  188489000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 25 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 89 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 18 in the X datas point
 --------------
- --- Configuration:  0030-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4809102669.532892
- --- Energy:  35.93660318178646
- --- Workload:  172823000000.0
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 86 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 110 in the X datas point
 --------------
- --- Configuration:  0220-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5040602049.508794
- --- Energy:  36.67117347490831
- --- Workload:  184845000000.0
+ --- Configuration:  200202-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12373986415.837713
+ --- Energy:  65.7590425822352
+ --- Workload:  813702000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 94 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 239 in the X datas point
 --------------
- --- Configuration:  0220-1001
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7282684688.88371
- --- Energy:  43.18443043197562
- --- Workload:  314499000000.0
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 220 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 113 in the X datas point
 --------------
- --- Configuration:  0330-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6611526535.36175
- --- Energy:  47.579797377976384
- --- Workload:  314575000000.0
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 60 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 222 in the X datas point
 --------------
- --- Configuration:  0330-0111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7854719115.244439
- --- Energy:  56.794731664850964
- --- Workload:  446108000000.0
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 106 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 221 in the X datas point
 --------------
- --- Configuration:  0333-0011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9607255399.277534
- --- Energy:  65.95120166169613
- --- Workload:  633609000000.0
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 8 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 138 in the X datas point
 --------------
- --- Configuration:  0020-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8089829466.394849
- --- Energy:  66.44909360627778
- --- Workload:  537560000000.0
+ --- Configuration:  222202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15123376505.532131
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 188 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 251 in the X datas point
 --------------
- --- Configuration:  0333-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8955437741.79682
- --- Energy:  70.26399021141525
- --- Workload:  629243000000.0
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 94 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 239 in the X datas point
 --------------
- --- Configuration:  0220-1001
- --- Energy efficiency:  7282684688.88371
- --- Energy:  43.18443043197562
- --- Workload:  314499000000.0
+ --- Configuration:  222222-3-0
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (43.18443043197562 mAh)  it is NOT far from the median.
----  Median :43.18443043197562,   the gap is :  10
---- So No we don't romove this configuration '0330-0002'
- --- remove_aberrant_points: The value [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '1100-0000'
+--- The energy of the current configuration (68.8022036229322 mAh)  it is NOT far from the median.
+---  Median :68.8022036229322,   the gap is :  10
+--- So No we don't romove this configuration '222202-3-0'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '222222-3-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1100-0000'
---- Neighbour  0 in the list of neghbours, And at position 36 in the X datas point
---------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
---------------
---- Neighbour  1 in the list of neghbours, And at position 221 in the X datas point
---------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2083511299.9235353
- --- Energy:  29.12766521649349
- --- Workload:  60687800000.0
---------------
---- Neighbour  2 in the list of neghbours, And at position 33 in the X datas point
---------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
---------------
---- Neighbour  3 in the list of neghbours, And at position 37 in the X datas point
---------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
---------------
---- Neighbour  4 in the list of neghbours, And at position 38 in the X datas point
---------------
- --- Configuration:  1110-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2905397356.669485
- --- Energy:  30.668041259477853
- --- Workload:  89102900000.0
---------------
---- Neighbour  5 in the list of neghbours, And at position 42 in the X datas point
---------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
---------------
---- Neighbour  6 in the list of neghbours, And at position 16 in the X datas point
---------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
---------------
---- Neighbour  7 in the list of neghbours, And at position 17 in the X datas point
---------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
---------------
---- Neighbour  8 in the list of neghbours, And at position 32 in the X datas point
---------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
---------------
---- Neighbour  9 in the list of neghbours, And at position 34 in the X datas point
---------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
---------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1100-0000'
---- Neighbour  0 in the list of neghbours, And at position 34 in the X datas point
---------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
---------------
---- Neighbour  1 in the list of neghbours, And at position 221 in the X datas point
---------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2083511299.9235353
- --- Energy:  29.12766521649349
- --- Workload:  60687800000.0
---------------
---- Neighbour  2 in the list of neghbours, And at position 33 in the X datas point
---------------
- --- Configuration:  1000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  997516184.7000968
- --- Energy:  29.543907709942122
- --- Workload:  29470600000.0
---------------
---- Neighbour  3 in the list of neghbours, And at position 32 in the X datas point
---------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
---------------
---- Neighbour  4 in the list of neghbours, And at position 17 in the X datas point
---------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
---------------
---- Neighbour  5 in the list of neghbours, And at position 36 in the X datas point
---------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
---------------
---- Neighbour  6 in the list of neghbours, And at position 37 in the X datas point
---------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
---------------
---- Neighbour  7 in the list of neghbours, And at position 16 in the X datas point
---------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
---------------
---- Neighbour  8 in the list of neghbours, And at position 38 in the X datas point
---------------
- --- Configuration:  1110-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2905397356.669485
- --- Energy:  30.668041259477853
- --- Workload:  89102900000.0
---------------
---- Neighbour  9 in the list of neghbours, And at position 42 in the X datas point
---------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
---------------
---------------
---- Median at position 4 in the list of neghbours, And at position 17 in the X datas point
---------------
- --- Configuration:  0000-0000
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
---------------
---- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (30.027102694886654 mAh)  it is NOT far from the median.
----  Median :30.027102694886654,   the gap is :  10
---- So No we don't romove this configuration '1100-0000'
- --- remove_aberrant_points: The value [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '1110-3330'
-*** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
- ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
-*** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
-  ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
-
- [[0.52921334]
-  [1.        ]
-  [0.48322508]
-  ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
-
- [[0.76130039]
-  [0.48322508]
-  [1.        ]
-  ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
-
- ...
-
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
-  ...
-  [1.        ]
-  [0.44123317]
-  [0.57957828]]
-
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
-  ...
-  [0.44123317]
-  [1.        ]
-  [0.52921334]]
-
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
-  ...
-  [0.57957828]
-  [0.52921334]
-  [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1110-3330'
---- Neighbour  0 in the list of neghbours, And at position 132 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222222-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 222 in the X datas point
 --------------
- --- Configuration:  1110-3330
+ --- Configuration:  222222-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9413093613.215984
- --- Energy:  49.7061517933472
- --- Workload:  467887000000.0
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 222 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 239 in the X datas point
 --------------
- --- Configuration:  1110-3330
+ --- Configuration:  222222-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8963143553.707155
- --- Energy:  52.92171748044021
- --- Workload:  474343000000.0
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 123 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 221 in the X datas point
 --------------
- --- Configuration:  2220-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9571301409.852697
- --- Energy:  49.20594289132612
- --- Workload:  470964000000.0
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 169 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 251 in the X datas point
 --------------
- --- Configuration:  1111-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10965958375.4152
- --- Energy:  49.989818506242955
- --- Workload:  548186000000.0
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 217 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 309 in the X datas point
 --------------
- --- Configuration:  1100-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9132169894.888725
- --- Energy:  48.617857913878716
- --- Workload:  443986000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 107 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 319 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14109387257.53018
+ --- Energy:  83.8569021514259
+ --- Workload:  1183170000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 125 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 366 in the X datas point
 --------------
- --- Configuration:  2220-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9479212087.891254
- --- Energy:  49.57175430186782
- --- Workload:  469901000000.0
+ --- Configuration:  111111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14221635658.760386
+ --- Energy:  52.1586628956498
+ --- Workload:  741781000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 152 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 395 in the X datas point
 --------------
- --- Configuration:  2220-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8252186829.509821
- --- Energy:  42.07453960416718
- --- Workload:  347206000000.0
+ --- Configuration:  222222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  49900697611.75261
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 202 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 476 in the X datas point
 --------------
- --- Configuration:  1111-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9442424814.692413
- --- Energy:  43.80740929766881
- --- Workload:  413650000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15954255957.319174
+ --- Energy:  64.94187940590403
+ --- Workload:  1036100000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 206 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 41 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10558457958.332102
- --- Energy:  49.51707772839275
- --- Workload:  522824000000.0
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1110-3330'
---- Neighbour  0 in the list of neghbours, And at position 152 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222222-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 395 in the X datas point
 --------------
- --- Configuration:  2220-0330
+ --- Configuration:  222222-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8252186829.509821
- --- Energy:  42.07453960416718
- --- Workload:  347206000000.0
+ --- Energy efficiency:  49900697611.75261
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 202 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 366 in the X datas point
 --------------
- --- Configuration:  1111-3300
+ --- Configuration:  111111-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9442424814.692413
- --- Energy:  43.80740929766881
- --- Workload:  413650000000.0
+ --- Energy efficiency:  14221635658.760386
+ --- Energy:  52.1586628956498
+ --- Workload:  741781000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 217 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 41 in the X datas point
 --------------
- --- Configuration:  1100-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9132169894.888725
- --- Energy:  48.617857913878716
- --- Workload:  443986000000.0
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 123 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 476 in the X datas point
 --------------
- --- Configuration:  2220-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9571301409.852697
- --- Energy:  49.20594289132612
- --- Workload:  470964000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15954255957.319174
+ --- Energy:  64.94187940590403
+ --- Workload:  1036100000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 206 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 239 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10558457958.332102
- --- Energy:  49.51707772839275
- --- Workload:  522824000000.0
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 125 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 222 in the X datas point
 --------------
- --- Configuration:  2220-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9479212087.891254
- --- Energy:  49.57175430186782
- --- Workload:  469901000000.0
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 132 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 221 in the X datas point
 --------------
- --- Configuration:  1110-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9413093613.215984
- --- Energy:  49.7061517933472
- --- Workload:  467887000000.0
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 169 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 251 in the X datas point
 --------------
- --- Configuration:  1111-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10965958375.4152
- --- Energy:  49.989818506242955
- --- Workload:  548186000000.0
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 107 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 319 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14109387257.53018
+ --- Energy:  83.8569021514259
+ --- Workload:  1183170000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 222 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 309 in the X datas point
 --------------
- --- Configuration:  1110-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8963143553.707155
- --- Energy:  52.92171748044021
- --- Workload:  474343000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 206 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 239 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Energy efficiency:  10558457958.332102
- --- Energy:  49.51707772839275
- --- Workload:  522824000000.0
+ --- Configuration:  222222-3-0
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (49.51707772839275 mAh)  it is NOT far from the median.
----  Median :49.51707772839275,   the gap is :  10
---- So No we don't romove this configuration '1110-3330'
- --- remove_aberrant_points: The value [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 1]
---- Computing the list of the 10 first neighbours of '0011-0222'
+--- The energy of the current configuration (68.8022036229322 mAh)  it is NOT far from the median.
+---  Median :68.8022036229322,   the gap is :  10
+--- So No we don't romove this configuration '222222-3-0'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '330033-2-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0011-0222'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330033-2-1'
 --- Neighbour  0 in the list of neghbours, And at position 223 in the X datas point
 --------------
- --- Configuration:  0011-0222
+ --- Configuration:  330033-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  10205779124.487032
- --- Energy:  84.56198872402297
- --- Workload:  863021000000.0
+ --- Energy efficiency:  13767012585.802904
+ --- Energy:  84.777250997072
+ --- Workload:  1167130000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 135 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 203 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 174 in the X datas point
 --------------
- --- Configuration:  0010-0222
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9876153040.867521
- --- Energy:  82.55859277633934
- --- Workload:  815359000000.0
+ --- Configuration:  220022-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15248016614.238901
+ --- Energy:  67.2323504939425
+ --- Workload:  1025160000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 119 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 201 in the X datas point
 --------------
- --- Configuration:  0011-2022
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10199970420.085781
- --- Energy:  84.69065283515172
- --- Workload:  863842000000.0
+ --- Configuration:  300033-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13490088157.726112
+ --- Energy:  75.6622282738419
+ --- Workload:  1020690000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 160 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 588 in the X datas point
 --------------
- --- Configuration:  0001-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9243340173.405062
- --- Energy:  40.84258552984255
- --- Workload:  377523000000.0
+ --- Configuration:  330033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14150676402.332033
+ --- Energy:  65.34824041069513
+ --- Workload:  924722000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 244 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 32 in the X datas point
 --------------
- --- Configuration:  0101-0222
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10233675752.123999
- --- Energy:  84.26690937159533
- --- Workload:  862360000000.0
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 8 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 62 in the X datas point
 --------------
- --- Configuration:  0020-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8089829466.394849
- --- Energy:  66.44909360627778
- --- Workload:  537560000000.0
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 58 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 87 in the X datas point
 --------------
- --- Configuration:  0001-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4533975344.242078
- --- Energy:  35.4792605525655
- --- Workload:  160862000000.0
+ --- Configuration:  330030-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14087701577.399946
+ --- Energy:  72.9096660218277
+ --- Workload:  1027130000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 85 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 112 in the X datas point
 --------------
- --- Configuration:  0001-0200
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4385426351.149858
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+ --- Configuration:  330033-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12592000302.208008
+ --- Energy:  83.5387640803202
+ --- Workload:  1051920000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 99 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 194 in the X datas point
 --------------
- --- Configuration:  0011-2200
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  7849108733.703288
- --- Energy:  42.07381484773657
- --- Workload:  330242000000.0
+ --- Configuration:  333033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14726651262.589447
+ --- Energy:  72.6506326213233
+ --- Workload:  1069900000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0011-0222'
---- Neighbour  0 in the list of neghbours, And at position 58 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330033-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 588 in the X datas point
 --------------
- --- Configuration:  0001-0020
+ --- Configuration:  330033-1-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4533975344.242078
- --- Energy:  35.4792605525655
- --- Workload:  160862000000.0
+ --- Energy efficiency:  14150676402.332033
+ --- Energy:  65.34824041069513
+ --- Workload:  924722000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 85 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 174 in the X datas point
 --------------
- --- Configuration:  0001-0200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4385426351.149858
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+ --- Configuration:  220022-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15248016614.238901
+ --- Energy:  67.2323504939425
+ --- Workload:  1025160000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 160 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 194 in the X datas point
 --------------
- --- Configuration:  0001-0220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9243340173.405062
- --- Energy:  40.84258552984255
- --- Workload:  377523000000.0
+ --- Configuration:  333033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14726651262.589447
+ --- Energy:  72.6506326213233
+ --- Workload:  1069900000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 99 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 87 in the X datas point
 --------------
- --- Configuration:  0011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7849108733.703288
- --- Energy:  42.07381484773657
- --- Workload:  330242000000.0
+ --- Configuration:  330030-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14087701577.399946
+ --- Energy:  72.9096660218277
+ --- Workload:  1027130000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 201 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  300033-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13490088157.726112
+ --- Energy:  75.6622282738419
+ --- Workload:  1020690000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 8 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 62 in the X datas point
 --------------
- --- Configuration:  0020-0202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8089829466.394849
- --- Energy:  66.44909360627778
- --- Workload:  537560000000.0
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 203 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 135 in the X datas point
 --------------
- --- Configuration:  0010-0222
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9876153040.867521
- --- Energy:  82.55859277633934
- --- Workload:  815359000000.0
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 244 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 112 in the X datas point
 --------------
- --- Configuration:  0101-0222
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10233675752.123999
- --- Energy:  84.26690937159533
- --- Workload:  862360000000.0
+ --- Configuration:  330033-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12592000302.208008
+ --- Energy:  83.5387640803202
+ --- Workload:  1051920000000.0
 --------------
 --- Neighbour  8 in the list of neghbours, And at position 223 in the X datas point
 --------------
- --- Configuration:  0011-0222
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10205779124.487032
- --- Energy:  84.56198872402297
- --- Workload:  863021000000.0
+ --- Configuration:  330033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13767012585.802904
+ --- Energy:  84.777250997072
+ --- Workload:  1167130000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 119 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 32 in the X datas point
 --------------
- --- Configuration:  0011-2022
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10199970420.085781
- --- Energy:  84.69065283515172
- --- Workload:  863842000000.0
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 10 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 201 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  300033-2-1
+ --- Energy efficiency:  13490088157.726112
+ --- Energy:  75.6622282738419
+ --- Workload:  1020690000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (84.56198872402297 mAh)  is far from the median.
----  Median :50.74428137607953,   the gap is :  10
---- So yes we remove this configuration '0011-0222'
---- remove_aberrant_points: The value [0.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 1] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 0, 1.0, 0, 1, 1, 1]
---- Computing the list of the 10 first neighbours of '1100-0222'
+--- The energy of the current configuration (75.6622282738419 mAh)  it is NOT far from the median.
+---  Median :75.6622282738419,   the gap is :  10
+--- So No we don't romove this configuration '330033-2-1'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '303300-2-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1100-0222'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303300-2-2'
 --- Neighbour  0 in the list of neghbours, And at position 224 in the X datas point
 --------------
- --- Configuration:  1100-0222
+ --- Configuration:  303300-2-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  10065860928.052246
- --- Energy:  83.39866371497797
- --- Workload:  839479000000.0
+ --- Energy efficiency:  13967533864.285854
+ --- Energy:  72.5489714103032
+ --- Workload:  1013330000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 52 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 334 in the X datas point
 --------------
- --- Configuration:  1101-0202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9914340101.522842
- --- Energy:  65.015157087009
- --- Workload:  644582000000.0
+ --- Configuration:  333300-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14628566078.695833
+ --- Energy:  73.5143630448687
+ --- Workload:  1075410000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 161 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 56 in the X datas point
 --------------
- --- Configuration:  1100-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5236287472.182222
- --- Energy:  35.478097414979636
- --- Workload:  185774000000.0
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 184 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 108 in the X datas point
 --------------
- --- Configuration:  1000-0202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8327920185.212945
- --- Energy:  64.17430044494624
- --- Workload:  534437000000.0
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 216 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 121 in the X datas point
 --------------
- --- Configuration:  1100-0110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7524397860.061248
- --- Energy:  41.9385253841261
- --- Workload:  315563000000.0
+ --- Configuration:  333300-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 244 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 133 in the X datas point
 --------------
- --- Configuration:  0101-0222
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10233675752.123999
- --- Energy:  84.26690937159533
- --- Workload:  862360000000.0
+ --- Configuration:  303300-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12321431651.786486
+ --- Energy:  75.3849371705881
+ --- Workload:  928850000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 104 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 443 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4093227346.033253
- --- Energy:  35.39655176899871
- --- Workload:  144886000000.0
+ --- Configuration:  303330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11997960346.741053
+ --- Energy:  94.73104953565642
+ --- Workload:  1136580000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 146 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 472 in the X datas point
 --------------
- --- Configuration:  2000-0022
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8308684236.764266
- --- Energy:  64.3370683100252
- --- Workload:  534556000000.0
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885591061.0119
+ --- Energy:  50.17401859858811
+ --- Workload:  696696000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 172 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 518 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4197888462.103562
- --- Energy:  35.26956535624208
- --- Workload:  148058000000.0
+ --- Configuration:  303303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14789355213.691393
+ --- Energy:  71.90443674396933
+ --- Workload:  1063420000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 173 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 637 in the X datas point
 --------------
- --- Configuration:  2200-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6207016411.351391
- --- Energy:  47.115411060327354
- --- Workload:  292447000000.0
+ --- Configuration:  202200-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13767808660.50236
+ --- Energy:  75.38525435820448
+ --- Workload:  1037890000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1100-0222'
---- Neighbour  0 in the list of neghbours, And at position 172 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303300-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 472 in the X datas point
 --------------
- --- Configuration:  0100-0200
+ --- Configuration:  303000-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4197888462.103562
- --- Energy:  35.26956535624208
- --- Workload:  148058000000.0
+ --- Energy efficiency:  13885591061.0119
+ --- Energy:  50.17401859858811
+ --- Workload:  696696000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 104 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 121 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4093227346.033253
- --- Energy:  35.39655176899871
- --- Workload:  144886000000.0
+ --- Configuration:  333300-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 161 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 56 in the X datas point
 --------------
- --- Configuration:  1100-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5236287472.182222
- --- Energy:  35.478097414979636
- --- Workload:  185774000000.0
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 216 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 108 in the X datas point
 --------------
- --- Configuration:  1100-0110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7524397860.061248
- --- Energy:  41.9385253841261
- --- Workload:  315563000000.0
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 173 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 518 in the X datas point
 --------------
- --- Configuration:  2200-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6207016411.351391
- --- Energy:  47.115411060327354
- --- Workload:  292447000000.0
+ --- Configuration:  303303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14789355213.691393
+ --- Energy:  71.90443674396933
+ --- Workload:  1063420000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 184 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 224 in the X datas point
 --------------
- --- Configuration:  1000-0202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8327920185.212945
- --- Energy:  64.17430044494624
- --- Workload:  534437000000.0
+ --- Configuration:  303300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13967533864.285854
+ --- Energy:  72.5489714103032
+ --- Workload:  1013330000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 146 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 334 in the X datas point
 --------------
- --- Configuration:  2000-0022
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8308684236.764266
- --- Energy:  64.3370683100252
- --- Workload:  534556000000.0
+ --- Configuration:  333300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14628566078.695833
+ --- Energy:  73.5143630448687
+ --- Workload:  1075410000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 52 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 133 in the X datas point
 --------------
- --- Configuration:  1101-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9914340101.522842
- --- Energy:  65.015157087009
- --- Workload:  644582000000.0
+ --- Configuration:  303300-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12321431651.786486
+ --- Energy:  75.3849371705881
+ --- Workload:  928850000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 224 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 637 in the X datas point
 --------------
- --- Configuration:  1100-0222
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10065860928.052246
- --- Energy:  83.39866371497797
- --- Workload:  839479000000.0
+ --- Configuration:  202200-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13767808660.50236
+ --- Energy:  75.38525435820448
+ --- Workload:  1037890000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 244 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 443 in the X datas point
 --------------
- --- Configuration:  0101-0222
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10233675752.123999
- --- Energy:  84.26690937159533
- --- Workload:  862360000000.0
+ --- Configuration:  303330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11997960346.741053
+ --- Energy:  94.73104953565642
+ --- Workload:  1136580000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 173 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 518 in the X datas point
 --------------
- --- Configuration:  2200-0002
- --- Energy efficiency:  6207016411.351391
- --- Energy:  47.115411060327354
- --- Workload:  292447000000.0
+ --- Configuration:  303303-2-1
+ --- Energy efficiency:  14789355213.691393
+ --- Energy:  71.90443674396933
+ --- Workload:  1063420000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (83.39866371497797 mAh)  is far from the median.
----  Median :47.115411060327354,   the gap is :  10
---- So yes we remove this configuration '1100-0222'
---- remove_aberrant_points: The value [0.0, 1, 1, 0, 0, 1.0, 0, 1, 1, 1] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '1001-3330'
+--- The energy of the current configuration (71.90443674396933 mAh)  it is NOT far from the median.
+---  Median :71.90443674396933,   the gap is :  10
+--- So No we don't romove this configuration '303300-2-2'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '222022-2-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1001-3330'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222022-2-0'
 --- Neighbour  0 in the list of neghbours, And at position 225 in the X datas point
 --------------
- --- Configuration:  1001-3330
+ --- Configuration:  222022-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9487576019.202854
- --- Energy:  49.10228531809563
- --- Workload:  465862000000.0
+ --- Energy efficiency:  15528046758.0544
+ --- Energy:  58.262720853322
+ --- Workload:  904706000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 78 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 478 in the X datas point
 --------------
- --- Configuration:  1001-2220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9166575000.916658
- --- Energy:  50.735447078258076
- --- Workload:  465069000000.0
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15859321474.790024
+ --- Energy:  57.21047710637256
+ --- Workload:  907319000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 107 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 155 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 206 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 248 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10558457958.332102
- --- Energy:  49.51707772839275
- --- Workload:  522824000000.0
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 218 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 395 in the X datas point
 --------------
- --- Configuration:  1001-3030
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7964637011.668193
- --- Energy:  42.24457921399078
- --- Workload:  336462000000.0
+ --- Configuration:  222222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  49900697611.75261
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 26 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 404 in the X datas point
 --------------
- --- Configuration:  0000-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7665772326.561901
- --- Energy:  48.682465076838824
- --- Workload:  373189000000.0
+ --- Configuration:  111011-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7611972109.73419
+ --- Energy:  14.9822385679116
+ --- Workload:  114044000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 108 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 574 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8871225293.637558
- --- Energy:  42.90551410725298
- --- Workload:  380626000000.0
+ --- Configuration:  333033-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14444312840.70523
+ --- Energy:  70.98779227993477
+ --- Workload:  1025370000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 169 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 732 in the X datas point
 --------------
- --- Configuration:  1111-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10965958375.4152
- --- Energy:  49.989818506242955
- --- Workload:  548186000000.0
+ --- Configuration:  222002-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14681722283.47763
+ --- Energy:  54.8681089022372
+ --- Workload:  805558000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 195 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 19 in the X datas point
 --------------
- --- Configuration:  1011-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8886756067.432705
- --- Energy:  42.76899541535147
- --- Workload:  380079000000.0
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 197 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8938627384.378855
- --- Energy:  42.547359911496315
- --- Workload:  380315000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1001-3330'
---- Neighbour  0 in the list of neghbours, And at position 218 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222022-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 404 in the X datas point
 --------------
- --- Configuration:  1001-3030
+ --- Configuration:  111011-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7964637011.668193
- --- Energy:  42.24457921399078
- --- Workload:  336462000000.0
+ --- Energy efficiency:  7611972109.73419
+ --- Energy:  14.9822385679116
+ --- Workload:  114044000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 197 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 395 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8938627384.378855
- --- Energy:  42.547359911496315
- --- Workload:  380315000000.0
+ --- Configuration:  222222-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  49900697611.75261
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 195 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 19 in the X datas point
 --------------
- --- Configuration:  1011-0330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8886756067.432705
- --- Energy:  42.76899541535147
- --- Workload:  380079000000.0
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 108 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 155 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8871225293.637558
- --- Energy:  42.90551410725298
- --- Workload:  380626000000.0
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 26 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 248 in the X datas point
 --------------
- --- Configuration:  0000-3330
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7665772326.561901
- --- Energy:  48.682465076838824
- --- Workload:  373189000000.0
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 225 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 732 in the X datas point
 --------------
- --- Configuration:  1001-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9487576019.202854
- --- Energy:  49.10228531809563
- --- Workload:  465862000000.0
+ --- Configuration:  222002-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14681722283.47763
+ --- Energy:  54.8681089022372
+ --- Workload:  805558000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 206 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 478 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10558457958.332102
- --- Energy:  49.51707772839275
- --- Workload:  522824000000.0
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15859321474.790024
+ --- Energy:  57.21047710637256
+ --- Workload:  907319000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 169 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 225 in the X datas point
 --------------
- --- Configuration:  1111-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10965958375.4152
- --- Energy:  49.989818506242955
- --- Workload:  548186000000.0
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15528046758.0544
+ --- Energy:  58.262720853322
+ --- Workload:  904706000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 107 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10000990098.019703
- --- Energy:  50.66357196918862
- --- Workload:  506686000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 78 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 574 in the X datas point
 --------------
- --- Configuration:  1001-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9166575000.916658
- --- Energy:  50.735447078258076
- --- Workload:  465069000000.0
+ --- Configuration:  333033-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14444312840.70523
+ --- Energy:  70.98779227993477
+ --- Workload:  1025370000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 26 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 248 in the X datas point
 --------------
- --- Configuration:  0000-3330
- --- Energy efficiency:  7665772326.561901
- --- Energy:  48.682465076838824
- --- Workload:  373189000000.0
+ --- Configuration:  222020-2-0
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (48.682465076838824 mAh)  it is NOT far from the median.
----  Median :48.682465076838824,   the gap is :  10
---- So No we don't romove this configuration '1001-3330'
- --- remove_aberrant_points: The value [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 0, 0, 0.0, 1, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '0200-1110'
+--- The energy of the current configuration (58.262720853322 mAh)  is far from the median.
+---  Median :45.3072604814401,   the gap is :  10
+--- So yes we remove this configuration '222022-2-0'
+--- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '220222-3-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0200-1110'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220222-3-2'
 --- Neighbour  0 in the list of neghbours, And at position 226 in the X datas point
 --------------
- --- Configuration:  0200-1110
+ --- Configuration:  220222-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8314487162.431821
- --- Energy:  48.121310145716976
- --- Workload:  400104000000.0
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 79 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 471 in the X datas point
 --------------
- --- Configuration:  0200-1100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6540008502.011052
- --- Energy:  42.722378810206706
- --- Workload:  279405000000.0
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14772139744.44198
+ --- Energy:  98.66003637723567
+ --- Workload:  1457420000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 122 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 12 in the X datas point
 --------------
- --- Configuration:  0200-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4242843383.922169
- --- Energy:  35.404255909220375
- --- Workload:  150215000000.0
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 155 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  0200-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3751444306.0578322
- --- Energy:  34.495214714826176
- --- Workload:  129407000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 239 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 46 in the X datas point
 --------------
- --- Configuration:  0200-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4343576935.606472
- --- Energy:  34.69772062521995
- --- Workload:  150712000000.0
+ --- Configuration:  220220-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 251 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 240 in the X datas point
 --------------
- --- Configuration:  0222-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11528294469.531294
- --- Energy:  56.93002977667585
- --- Workload:  656306000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15595928215.061611
+ --- Energy:  95.9288937521245
+ --- Workload:  1496100000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 326 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  220222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14253216951.065857
+ --- Energy:  99.56004804973213
+ --- Workload:  1419050000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 330 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15386698506.874779
+ --- Energy:  100.44256053548322
+ --- Workload:  1545480000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 57 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 343 in the X datas point
 --------------
- --- Configuration:  0101-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9185604320.908272
- --- Energy:  48.9191931692468
- --- Workload:  449351000000.0
+ --- Configuration:  220022-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14662090139.59776
+ --- Energy:  91.26660104513866
+ --- Workload:  1338160000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 61 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 499 in the X datas point
 --------------
- --- Configuration:  0000-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5325891287.907031
- --- Energy:  45.45847467114993
- --- Workload:  242107000000.0
+ --- Configuration:  200222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14770830563.8026
+ --- Energy:  89.22173143973053
+ --- Workload:  1317880000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0200-1110'
---- Neighbour  0 in the list of neghbours, And at position 155 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220222-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 46 in the X datas point
 --------------
- --- Configuration:  0200-0010
+ --- Configuration:  220220-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3751444306.0578322
- --- Energy:  34.495214714826176
- --- Workload:  129407000000.0
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 239 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 12 in the X datas point
 --------------
- --- Configuration:  0200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4343576935.606472
- --- Energy:  34.69772062521995
- --- Workload:  150712000000.0
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 122 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 499 in the X datas point
 --------------
- --- Configuration:  0200-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4242843383.922169
- --- Energy:  35.404255909220375
- --- Workload:  150215000000.0
+ --- Configuration:  200222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14770830563.8026
+ --- Energy:  89.22173143973053
+ --- Workload:  1317880000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 79 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 343 in the X datas point
 --------------
- --- Configuration:  0200-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6540008502.011052
- --- Energy:  42.722378810206706
- --- Workload:  279405000000.0
+ --- Configuration:  220022-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14662090139.59776
+ --- Energy:  91.26660104513866
+ --- Workload:  1338160000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 61 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 240 in the X datas point
 --------------
- --- Configuration:  0000-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5325891287.907031
- --- Energy:  45.45847467114993
- --- Workload:  242107000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15595928215.061611
+ --- Energy:  95.9288937521245
+ --- Workload:  1496100000000.0
 --------------
 --- Neighbour  5 in the list of neghbours, And at position 226 in the X datas point
 --------------
- --- Configuration:  0200-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8314487162.431821
- --- Energy:  48.121310145716976
- --- Workload:  400104000000.0
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 57 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 471 in the X datas point
 --------------
- --- Configuration:  0101-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9185604320.908272
- --- Energy:  48.9191931692468
- --- Workload:  449351000000.0
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14772139744.44198
+ --- Energy:  98.66003637723567
+ --- Workload:  1457420000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 326 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  220222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14253216951.065857
+ --- Energy:  99.56004804973213
+ --- Workload:  1419050000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 251 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 330 in the X datas point
 --------------
- --- Configuration:  0222-1110
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11528294469.531294
- --- Energy:  56.93002977667585
- --- Workload:  656306000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15386698506.874779
+ --- Energy:  100.44256053548322
+ --- Workload:  1545480000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 61 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 240 in the X datas point
 --------------
- --- Configuration:  0000-1010
- --- Energy efficiency:  5325891287.907031
- --- Energy:  45.45847467114993
- --- Workload:  242107000000.0
+ --- Configuration:  222222-3-2
+ --- Energy efficiency:  15595928215.061611
+ --- Energy:  95.9288937521245
+ --- Workload:  1496100000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (45.45847467114993 mAh)  it is NOT far from the median.
----  Median :45.45847467114993,   the gap is :  10
---- So No we don't romove this configuration '0200-1110'
- --- remove_aberrant_points: The value [1.0, 0, 1, 0, 0, 0.0, 1, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 0, 0.0, 0, 1, 0, 1]
---- Computing the list of the 10 first neighbours of '3300-0101'
+--- The energy of the current configuration (95.9288937521245 mAh)  it is NOT far from the median.
+---  Median :95.9288937521245,   the gap is :  10
+--- So No we don't romove this configuration '220222-3-2'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '000111-3-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3300-0101'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000111-3-0'
 --- Neighbour  0 in the list of neghbours, And at position 227 in the X datas point
 --------------
- --- Configuration:  3300-0101
+ --- Configuration:  000111-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7514502990.77219
- --- Energy:  41.92637824781065
- --- Workload:  315055000000.0
+ --- Energy efficiency:  12035490253.659992
+ --- Energy:  49.4404352153497
+ --- Workload:  595040000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 159 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 501 in the X datas point
 --------------
- --- Configuration:  3330-0101
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8262619084.997563
- --- Energy:  42.07329975259821
- --- Workload:  347637000000.0
+ --- Configuration:  000011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10884176040.66328
+ --- Energy:  53.28388273452391
+ --- Workload:  579951000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 73 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 219 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  100111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11605101602.664532
+ --- Energy:  80.0526614822044
+ --- Workload:  929019000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 49 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 361 in the X datas point
 --------------
- --- Configuration:  3000-0202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8354358468.81318
- --- Energy:  64.35822134376
- --- Workload:  537670000000.0
+ --- Configuration:  010101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12300183518.7381
+ --- Energy:  48.5955323771484
+ --- Workload:  597734000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 51 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 438 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Configuration:  000110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10984846404.38515
+ --- Energy:  74.34214040531062
+ --- Workload:  816637000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 182 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 477 in the X datas point
 --------------
- --- Configuration:  3303-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10225586667.47108
- --- Energy:  73.36262541667716
- --- Workload:  750176000000.0
+ --- Configuration:  000001-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10565988294.998167
+ --- Energy:  47.261265478697936
+ --- Workload:  499362000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 207 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 480 in the X datas point
 --------------
- --- Configuration:  3000-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3629843118.1804323
- --- Energy:  34.55029567760096
- --- Workload:  125412000000.0
+ --- Configuration:  100101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12027441811.236517
+ --- Energy:  49.41931284357229
+ --- Workload:  594388000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 248 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 602 in the X datas point
 --------------
- --- Configuration:  3300-2202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9961846129.324686
- --- Energy:  83.53903174389984
- --- Workload:  832202000000.0
+ --- Configuration:  020222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14237408791.59993
+ --- Energy:  62.53995293576916
+ --- Workload:  890407000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 655 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  001101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11963267981.988104
+ --- Energy:  50.131704402498926
+ --- Workload:  599739000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3300-0101'
---- Neighbour  0 in the list of neghbours, And at position 51 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000111-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 477 in the X datas point
 --------------
- --- Configuration:  3300-0000
+ --- Configuration:  000001-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  29.0248902377268
- --- Workload:  60227600000.0
+ --- Energy efficiency:  10565988294.998167
+ --- Energy:  47.261265478697936
+ --- Workload:  499362000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 361 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  010101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12300183518.7381
+ --- Energy:  48.5955323771484
+ --- Workload:  597734000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 207 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 480 in the X datas point
 --------------
- --- Configuration:  3000-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3629843118.1804323
- --- Energy:  34.55029567760096
- --- Workload:  125412000000.0
+ --- Configuration:  100101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12027441811.236517
+ --- Energy:  49.41931284357229
+ --- Workload:  594388000000.0
 --------------
 --- Neighbour  3 in the list of neghbours, And at position 227 in the X datas point
 --------------
- --- Configuration:  3300-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7514502990.77219
- --- Energy:  41.92637824781065
- --- Workload:  315055000000.0
+ --- Configuration:  000111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12035490253.659992
+ --- Energy:  49.4404352153497
+ --- Workload:  595040000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 159 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 655 in the X datas point
 --------------
- --- Configuration:  3330-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8262619084.997563
- --- Energy:  42.07329975259821
- --- Workload:  347637000000.0
+ --- Configuration:  001101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11963267981.988104
+ --- Energy:  50.131704402498926
+ --- Workload:  599739000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 501 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  000011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10884176040.66328
+ --- Energy:  53.28388273452391
+ --- Workload:  579951000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 11 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 73 in the X datas point
 --------------
- --- Configuration:  3303-0001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8321129010.784183
- --- Energy:  59.94594005320708
- --- Workload:  498819000000.0
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 49 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 602 in the X datas point
 --------------
- --- Configuration:  3000-0202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8354358468.81318
- --- Energy:  64.35822134376
- --- Workload:  537670000000.0
+ --- Configuration:  020222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14237408791.59993
+ --- Energy:  62.53995293576916
+ --- Workload:  890407000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 182 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 438 in the X datas point
 --------------
- --- Configuration:  3303-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10225586667.47108
- --- Energy:  73.36262541667716
- --- Workload:  750176000000.0
+ --- Configuration:  000110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10984846404.38515
+ --- Energy:  74.34214040531062
+ --- Workload:  816637000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 248 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 219 in the X datas point
 --------------
- --- Configuration:  3300-2202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9961846129.324686
- --- Energy:  83.53903174389984
- --- Workload:  832202000000.0
+ --- Configuration:  100111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11605101602.664532
+ --- Energy:  80.0526614822044
+ --- Workload:  929019000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 159 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 655 in the X datas point
 --------------
- --- Configuration:  3330-0101
- --- Energy efficiency:  8262619084.997563
- --- Energy:  42.07329975259821
- --- Workload:  347637000000.0
+ --- Configuration:  001101-3-0
+ --- Energy efficiency:  11963267981.988104
+ --- Energy:  50.131704402498926
+ --- Workload:  599739000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (42.07329975259821 mAh)  it is NOT far from the median.
----  Median :42.07329975259821,   the gap is :  10
---- So No we don't romove this configuration '3300-0101'
- --- remove_aberrant_points: The value [2.0, 1, 1, 0, 0, 0.0, 0, 1, 0, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 1, 2.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '0333-3000'
+--- The energy of the current configuration (50.131704402498926 mAh)  it is NOT far from the median.
+---  Median :50.131704402498926,   the gap is :  10
+--- So No we don't romove this configuration '000111-3-0'
+ --- remove_aberrant_points: The value [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '111001-2-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0333-3000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111001-2-2'
 --- Neighbour  0 in the list of neghbours, And at position 228 in the X datas point
 --------------
- --- Configuration:  0333-3000
+ --- Configuration:  111001-2-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8547519937.090253
- --- Energy:  58.44164899316907
- --- Workload:  499532000000.0
+ --- Energy efficiency:  14359934633.577549
+ --- Energy:  74.8645087621987
+ --- Workload:  1075050000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 1 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 502 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  111001-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13236319932.441824
+ --- Energy:  63.39311214039606
+ --- Workload:  839092000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 22 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 10 in the X datas point
 --------------
- --- Configuration:  3333-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9400881802.713095
- --- Energy:  66.34289826476824
- --- Workload:  623684000000.0
+ --- Configuration:  101101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 145 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  3333-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9639669166.554203
- --- Energy:  64.97706889442466
- --- Workload:  626356000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 23 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 48 in the X datas point
 --------------
- --- Configuration:  3333-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 28 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  3330-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 129 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 202 in the X datas point
 --------------
- --- Configuration:  0333-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8477809334.068076
- --- Energy:  58.764018507515395
- --- Workload:  498189000000.0
+ --- Configuration:  111101-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12740395334.46723
+ --- Energy:  93.4131245697236
+ --- Workload:  1190120000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 214 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 268 in the X datas point
 --------------
- --- Configuration:  0222-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10575598076.510221
- --- Energy:  50.06110945250575
- --- Workload:  529426000000.0
+ --- Configuration:  222002-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10402709697.822088
+ --- Energy:  18.1188341516786
+ --- Workload:  188485000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 329 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  011001-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13549235890.841936
+ --- Energy:  55.62139896793428
+ --- Workload:  753627000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 89 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 484 in the X datas point
 --------------
- --- Configuration:  0030-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4809102669.532892
- --- Energy:  35.93660318178646
- --- Workload:  172823000000.0
+ --- Configuration:  111101-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14396443502.597118
+ --- Energy:  78.98892594686254
+ --- Workload:  1137160000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0333-3000'
---- Neighbour  0 in the list of neghbours, And at position 89 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111001-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 268 in the X datas point
 --------------
- --- Configuration:  0030-2000
+ --- Configuration:  222002-2-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4809102669.532892
- --- Energy:  35.93660318178646
- --- Workload:  172823000000.0
+ --- Energy efficiency:  10402709697.822088
+ --- Energy:  18.1188341516786
+ --- Workload:  188485000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 329 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  011001-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13549235890.841936
+ --- Energy:  55.62139896793428
+ --- Workload:  753627000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 28 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  3330-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 214 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 502 in the X datas point
 --------------
- --- Configuration:  0222-3300
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10575598076.510221
- --- Energy:  50.06110945250575
- --- Workload:  529426000000.0
+ --- Configuration:  111001-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13236319932.441824
+ --- Energy:  63.39311214039606
+ --- Workload:  839092000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 1 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 48 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 228 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  0333-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8547519937.090253
- --- Energy:  58.44164899316907
- --- Workload:  499532000000.0
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 129 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 228 in the X datas point
 --------------
- --- Configuration:  0333-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8477809334.068076
- --- Energy:  58.764018507515395
- --- Workload:  498189000000.0
+ --- Configuration:  111001-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14359934633.577549
+ --- Energy:  74.8645087621987
+ --- Workload:  1075050000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 145 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 10 in the X datas point
 --------------
- --- Configuration:  3333-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9639669166.554203
- --- Energy:  64.97706889442466
- --- Workload:  626356000000.0
+ --- Configuration:  101101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 22 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 484 in the X datas point
 --------------
- --- Configuration:  3333-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9400881802.713095
- --- Energy:  66.34289826476824
- --- Workload:  623684000000.0
+ --- Configuration:  111101-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14396443502.597118
+ --- Energy:  78.98892594686254
+ --- Workload:  1137160000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 23 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 202 in the X datas point
 --------------
- --- Configuration:  3333-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9963434196.49885
- --- Energy:  75.09852863759252
- --- Workload:  748237000000.0
+ --- Configuration:  111101-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12740395334.46723
+ --- Energy:  93.4131245697236
+ --- Workload:  1190120000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 1 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 48 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  111011-2-3
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (53.35616382684589 mAh)  it is NOT far from the median.
----  Median :53.35616382684589,   the gap is :  10
---- So No we don't romove this configuration '0333-3000'
- --- remove_aberrant_points: The value [2.0, 0, 1, 1, 1, 2.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 0.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '3333-1000'
+--- The energy of the current configuration (71.21791539618593 mAh)  it is NOT far from the median.
+---  Median :71.21791539618593,   the gap is :  10
+--- So No we don't romove this configuration '111001-2-2'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '020220-2-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3333-1000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '020220-2-1'
 --- Neighbour  0 in the list of neghbours, And at position 229 in the X datas point
 --------------
- --- Configuration:  3333-1000
+ --- Configuration:  020220-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9705063131.435669
- --- Energy:  64.55329768339193
- --- Workload:  626491000000.0
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 21 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 631 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13940157691.063803
+ --- Energy:  53.671785048668475
+ --- Workload:  748193000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 14 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 743 in the X datas point
 --------------
- --- Configuration:  3303-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9340120487.55429
- --- Energy:  67.3857084084629
- --- Workload:  629393000000.0
+ --- Configuration:  020220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5955429565.134533
+ --- Energy:  12.724500572380222
+ --- Workload:  75779900000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 50 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 233 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  000200-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 257 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  011110-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 87 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 374 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Configuration:  022220-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14357811008.1337
+ --- Energy:  74.4883903754354
+ --- Workload:  1069490000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 137 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 403 in the X datas point
 --------------
- --- Configuration:  3033-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9521179864.608822
- --- Energy:  66.3571751425295
- --- Workload:  631797000000.0
+ --- Configuration:  010100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 144 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 444 in the X datas point
 --------------
- --- Configuration:  3333-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10947566629.6274
- --- Energy:  79.26313007840331
- --- Workload:  867738000000.0
+ --- Configuration:  022220-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13985779259.648788
+ --- Energy:  76.30755632960373
+ --- Workload:  1067220000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 176 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 447 in the X datas point
 --------------
- --- Configuration:  0222-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9969791531.659073
- --- Energy:  42.75164023390624
- --- Workload:  426227000000.0
+ --- Configuration:  020200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13423107073.440504
+ --- Energy:  72.91082650802181
+ --- Workload:  978690000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3333-1000'
---- Neighbour  0 in the list of neghbours, And at position 20 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '020220-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 743 in the X datas point
 --------------
- --- Configuration:  3330-0000
+ --- Configuration:  020220-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Energy efficiency:  5955429565.134533
+ --- Energy:  12.724500572380222
+ --- Workload:  75779900000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 403 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  010100-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 176 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 631 in the X datas point
 --------------
- --- Configuration:  0222-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9969791531.659073
- --- Energy:  42.75164023390624
- --- Workload:  426227000000.0
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13940157691.063803
+ --- Energy:  53.671785048668475
+ --- Workload:  748193000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 233 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  000200-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 87 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 229 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 21 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 257 in the X datas point
 --------------
- --- Configuration:  3333-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8296551953.00833
- --- Energy:  59.045602086542516
- --- Workload:  489874000000.0
+ --- Configuration:  011110-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 229 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 50 in the X datas point
 --------------
- --- Configuration:  3333-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9705063131.435669
- --- Energy:  64.55329768339193
- --- Workload:  626491000000.0
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 137 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 447 in the X datas point
 --------------
- --- Configuration:  3033-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9521179864.608822
- --- Energy:  66.3571751425295
- --- Workload:  631797000000.0
+ --- Configuration:  020200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13423107073.440504
+ --- Energy:  72.91082650802181
+ --- Workload:  978690000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 14 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 374 in the X datas point
 --------------
- --- Configuration:  3303-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9340120487.55429
- --- Energy:  67.3857084084629
- --- Workload:  629393000000.0
+ --- Configuration:  022220-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14357811008.1337
+ --- Energy:  74.4883903754354
+ --- Workload:  1069490000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 144 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 444 in the X datas point
 --------------
- --- Configuration:  3333-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10947566629.6274
- --- Energy:  79.26313007840331
- --- Workload:  867738000000.0
+ --- Configuration:  022220-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13985779259.648788
+ --- Energy:  76.30755632960373
+ --- Workload:  1067220000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 87 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 229 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Configuration:  020220-2-1
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (64.55329768339193 mAh)  is far from the median.
----  Median :53.6166443408558,   the gap is :  10
---- So yes we remove this configuration '3333-1000'
---- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 0.0, 1, 0, 0, 0] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '2020-1100'
+--- The energy of the current configuration (55.3938120911074 mAh)  it is NOT far from the median.
+---  Median :55.3938120911074,   the gap is :  10
+--- So No we don't romove this configuration '020220-2-1'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '222222-0-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2020-1100'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222222-0-0'
 --- Neighbour  0 in the list of neghbours, And at position 230 in the X datas point
 --------------
- --- Configuration:  2020-1100
+ --- Configuration:  222222-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7567673924.06596
- --- Energy:  41.73681879685515
- --- Workload:  315850000000.0
+ --- Energy efficiency:  14263788804.637444
+ --- Energy:  41.4528641815209
+ --- Workload:  591275000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 131 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 78 in the X datas point
 --------------
- --- Configuration:  0020-1100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6670179627.937381
- --- Energy:  41.85807704041302
- --- Workload:  279201000000.0
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 140 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 81 in the X datas point
 --------------
- --- Configuration:  2020-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6005284650.492433
- --- Energy:  34.65163368892841
- --- Workload:  208093000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 125 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 70 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 183 in the X datas point
 --------------
- --- Configuration:  3000-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6443423519.784533
- --- Energy:  43.3608751201712
- --- Workload:  279393000000.0
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 72 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 308 in the X datas point
 --------------
- --- Configuration:  1000-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6448575832.027497
- --- Energy:  42.80059101405426
- --- Workload:  276003000000.0
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 73 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 363 in the X datas point
 --------------
- --- Configuration:  2000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6539495281.754154
- --- Energy:  42.61363347008094
- --- Workload:  278672000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16239592451.187845
+ --- Energy:  47.6246847339546
+ --- Workload:  773406000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 130 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 385 in the X datas point
 --------------
- --- Configuration:  2022-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10578920865.440357
- --- Energy:  50.18755172966964
- --- Workload:  530930000000.0
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12421881890.262611
+ --- Energy:  63.8914148004144
+ --- Workload:  793652000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 193 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 388 in the X datas point
 --------------
- --- Configuration:  3030-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9152396555.037937
- --- Energy:  48.568093302538465
- --- Workload:  444514000000.0
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12210772587.792402
+ --- Energy:  40.0698805124967
+ --- Workload:  489284000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 489 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15673416162.11328
+ --- Energy:  52.24843908649111
+ --- Workload:  818911000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2020-1100'
---- Neighbour  0 in the list of neghbours, And at position 140 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222222-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 78 in the X datas point
 --------------
- --- Configuration:  2020-1000
+ --- Configuration:  022222-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6005284650.492433
- --- Energy:  34.65163368892841
- --- Workload:  208093000000.0
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 230 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 183 in the X datas point
 --------------
- --- Configuration:  2020-1100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7567673924.06596
- --- Energy:  41.73681879685515
- --- Workload:  315850000000.0
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 131 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 388 in the X datas point
 --------------
- --- Configuration:  0020-1100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6670179627.937381
- --- Energy:  41.85807704041302
- --- Workload:  279201000000.0
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12210772587.792402
+ --- Energy:  40.0698805124967
+ --- Workload:  489284000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 73 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 230 in the X datas point
 --------------
- --- Configuration:  2000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6539495281.754154
- --- Energy:  42.61363347008094
- --- Workload:  278672000000.0
+ --- Configuration:  222222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14263788804.637444
+ --- Energy:  41.4528641815209
+ --- Workload:  591275000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 72 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 363 in the X datas point
 --------------
- --- Configuration:  1000-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6448575832.027497
- --- Energy:  42.80059101405426
- --- Workload:  276003000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16239592451.187845
+ --- Energy:  47.6246847339546
+ --- Workload:  773406000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 70 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 81 in the X datas point
 --------------
- --- Configuration:  3000-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6443423519.784533
- --- Energy:  43.3608751201712
- --- Workload:  279393000000.0
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 125 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 193 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 489 in the X datas point
 --------------
- --- Configuration:  3030-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9152396555.037937
- --- Energy:  48.568093302538465
- --- Workload:  444514000000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15673416162.11328
+ --- Energy:  52.24843908649111
+ --- Workload:  818911000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 385 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12421881890.262611
+ --- Energy:  63.8914148004144
+ --- Workload:  793652000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 130 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 308 in the X datas point
 --------------
- --- Configuration:  2022-2200
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10578920865.440357
- --- Energy:  50.18755172966964
- --- Workload:  530930000000.0
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 72 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 363 in the X datas point
 --------------
- --- Configuration:  1000-1100
- --- Energy efficiency:  6448575832.027497
- --- Energy:  42.80059101405426
- --- Workload:  276003000000.0
+ --- Configuration:  222222-1-0
+ --- Energy efficiency:  16239592451.187845
+ --- Energy:  47.6246847339546
+ --- Workload:  773406000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (42.80059101405426 mAh)  it is NOT far from the median.
----  Median :42.80059101405426,   the gap is :  10
---- So No we don't romove this configuration '2020-1100'
- --- remove_aberrant_points: The value [1.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '0303-1000'
+--- The energy of the current configuration (47.6246847339546 mAh)  it is NOT far from the median.
+---  Median :47.6246847339546,   the gap is :  10
+--- So No we don't romove this configuration '222222-0-0'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '300333-3-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0303-1000'
---- Neighbour  0 in the list of neghbours, And at position 87 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '300333-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 231 in the X datas point
 --------------
- --- Configuration:  0303-1000
+ --- Configuration:  300333-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Energy efficiency:  13826764467.980669
+ --- Energy:  100.311184339352
+ --- Workload:  1386980000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 231 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 412 in the X datas point
 --------------
- --- Configuration:  0303-1000
+ --- Configuration:  300333-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7144898542.440698
- --- Energy:  51.89988274563883
- --- Workload:  370819000000.0
+ --- Energy efficiency:  14000308006.776148
+ --- Energy:  97.0043167849163
+ --- Workload:  1358090000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 31 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 56 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 499 in the X datas point
 --------------
- --- Configuration:  0303-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Configuration:  200222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14770830563.8026
+ --- Energy:  89.22173143973053
+ --- Workload:  1317880000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 211 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  0303-1001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8479966080.135679
- --- Energy:  59.193870361299275
- --- Workload:  501963000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 32 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 14 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 72 in the X datas point
 --------------
- --- Configuration:  3303-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9340120487.55429
- --- Energy:  67.3857084084629
- --- Workload:  629393000000.0
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  75.96541207639095
+ --- Workload:  1164630000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 15 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 203 in the X datas point
 --------------
- --- Configuration:  0003-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14214479437.334045
+ --- Energy:  86.641218027865
+ --- Workload:  1231560000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 214 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 92 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 226 in the X datas point
 --------------
- --- Configuration:  0202-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8895689149.038376
- --- Energy:  48.8428586507307
- --- Workload:  434491000000.0
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0303-1000'
---- Neighbour  0 in the list of neghbours, And at position 40 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '300333-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 72 in the X datas point
 --------------
- --- Configuration:  3300-1000
+ --- Configuration:  303333-3-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  75.96541207639095
+ --- Workload:  1164630000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 56 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 31 in the X datas point
 --------------
- --- Configuration:  0303-0000
+ --- Configuration:  300033-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5363512027.675722
- --- Energy:  45.0383665719169
- --- Workload:  241564000000.0
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 92 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  0202-1001
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8895689149.038376
- --- Energy:  48.8428586507307
- --- Workload:  434491000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 231 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 203 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7144898542.440698
- --- Energy:  51.89988274563883
- --- Workload:  370819000000.0
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14214479437.334045
+ --- Energy:  86.641218027865
+ --- Workload:  1231560000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 499 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  200222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14770830563.8026
+ --- Energy:  89.22173143973053
+ --- Workload:  1317880000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 87 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 32 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 15 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 412 in the X datas point
 --------------
- --- Configuration:  0003-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6806147312.252427
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  300333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14000308006.776148
+ --- Energy:  97.0043167849163
+ --- Workload:  1358090000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 211 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 226 in the X datas point
 --------------
- --- Configuration:  0303-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8479966080.135679
- --- Energy:  59.193870361299275
- --- Workload:  501963000000.0
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 231 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  300333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13826764467.980669
+ --- Energy:  100.311184339352
+ --- Workload:  1386980000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 14 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 214 in the X datas point
 --------------
- --- Configuration:  3303-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9340120487.55429
- --- Energy:  67.3857084084629
- --- Workload:  629393000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 2 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 499 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  200222-3-2
+ --- Energy efficiency:  14770830563.8026
+ --- Energy:  89.22173143973053
+ --- Workload:  1317880000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (53.38267358149647 mAh)  it is NOT far from the median.
----  Median :53.38267358149647,   the gap is :  10
---- So No we don't romove this configuration '0303-1000'
- --- remove_aberrant_points: The value [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '2002-0220'
+--- The energy of the current configuration (100.311184339352 mAh)  is far from the median.
+---  Median :89.22173143973053,   the gap is :  10
+--- So yes we remove this configuration '300333-3-2'
+--- remove_aberrant_points: The value [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0]
+--- Computing the list of the 10 first neighbours of '222222-0-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2002-0220'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222222-0-3'
 --- Neighbour  0 in the list of neghbours, And at position 232 in the X datas point
 --------------
- --- Configuration:  2002-0220
+ --- Configuration:  222222-0-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9205560158.335634
- --- Energy:  47.19609116514537
- --- Workload:  434467000000.0
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 183 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 16 in the X datas point
 --------------
- --- Configuration:  3003-0220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8528930131.004368
- --- Energy:  58.99281399223083
- --- Workload:  503147000000.0
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 22 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 63 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 75 in the X datas point
 --------------
- --- Configuration:  0002-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4969363871.73078
- --- Energy:  42.2836539731841
- --- Workload:  210123000000.0
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 142 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 78 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 169 in the X datas point
 --------------
- --- Configuration:  1001-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9166575000.916658
- --- Energy:  50.735447078258076
- --- Workload:  465069000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 80 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 215 in the X datas point
 --------------
- --- Configuration:  2002-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7245431755.278297
- --- Energy:  42.016301664202444
- --- Workload:  304426000000.0
+ --- Configuration:  333333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13585369100.893103
+ --- Energy:  89.0597439439495
+ --- Workload:  1209910000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 153 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 332 in the X datas point
 --------------
- --- Configuration:  2002-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7393168712.11001
- --- Energy:  41.1753628489377
- --- Workload:  304417000000.0
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 156 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 352 in the X datas point
 --------------
- --- Configuration:  2022-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10619025470.794495
- --- Energy:  49.81557674440745
- --- Workload:  528993000000.0
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11831169215.2977
+ --- Energy:  61.61278385319
+ --- Workload:  728951000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 160 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 369 in the X datas point
 --------------
- --- Configuration:  0001-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9243340173.405062
- --- Energy:  40.84258552984255
- --- Workload:  377523000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15203575881.047222
+ --- Energy:  71.7851022973991
+ --- Workload:  1091390000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2002-0220'
---- Neighbour  0 in the list of neghbours, And at position 160 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222222-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 352 in the X datas point
 --------------
- --- Configuration:  0001-0220
+ --- Configuration:  222220-0-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9243340173.405062
- --- Energy:  40.84258552984255
- --- Workload:  377523000000.0
+ --- Energy efficiency:  11831169215.2977
+ --- Energy:  61.61278385319
+ --- Workload:  728951000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 153 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 22 in the X datas point
 --------------
- --- Configuration:  2002-0010
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7393168712.11001
- --- Energy:  41.1753628489377
- --- Workload:  304417000000.0
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 80 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 75 in the X datas point
 --------------
- --- Configuration:  2002-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7245431755.278297
- --- Energy:  42.016301664202444
- --- Workload:  304426000000.0
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 63 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 369 in the X datas point
 --------------
- --- Configuration:  0002-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4969363871.73078
- --- Energy:  42.2836539731841
- --- Workload:  210123000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15203575881.047222
+ --- Energy:  71.7851022973991
+ --- Workload:  1091390000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 232 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 169 in the X datas point
 --------------
- --- Configuration:  2002-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9205560158.335634
- --- Energy:  47.19609116514537
- --- Workload:  434467000000.0
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 156 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 232 in the X datas point
 --------------
- --- Configuration:  2022-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10619025470.794495
- --- Energy:  49.81557674440745
- --- Workload:  528993000000.0
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 78 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 142 in the X datas point
 --------------
- --- Configuration:  1001-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9166575000.916658
- --- Energy:  50.735447078258076
- --- Workload:  465069000000.0
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 16 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 183 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 332 in the X datas point
 --------------
- --- Configuration:  3003-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8528930131.004368
- --- Energy:  58.99281399223083
- --- Workload:  503147000000.0
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 215 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  333333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13585369100.893103
+ --- Energy:  89.0597439439495
+ --- Workload:  1209910000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 232 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 169 in the X datas point
 --------------
- --- Configuration:  2002-0220
- --- Energy efficiency:  9205560158.335634
- --- Energy:  47.19609116514537
- --- Workload:  434467000000.0
+ --- Configuration:  222222-0-2
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (47.19609116514537 mAh)  it is NOT far from the median.
----  Median :47.19609116514537,   the gap is :  10
---- So No we don't romove this configuration '2002-0220'
- --- remove_aberrant_points: The value [1.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '0110-0300'
+--- The energy of the current configuration (72.3253528074643 mAh)  it is NOT far from the median.
+---  Median :72.3253528074643,   the gap is :  10
+--- So No we don't romove this configuration '222222-0-3'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '000200-2-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0110-0300'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000200-2-1'
 --- Neighbour  0 in the list of neghbours, And at position 233 in the X datas point
 --------------
- --- Configuration:  0110-0300
+ --- Configuration:  000200-2-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5549728340.797718
- --- Energy:  34.54578297303628
- --- Workload:  191720000000.0
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 9 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 613 in the X datas point
 --------------
- --- Configuration:  0010-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6532788063.289651
- --- Energy:  42.64544340651106
- --- Workload:  278594000000.0
+ --- Configuration:  000100-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12336586491.191061
+ --- Energy:  52.305660553812594
+ --- Workload:  645273000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 104 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 723 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4093227346.033253
- --- Energy:  35.39655176899871
- --- Workload:  144886000000.0
+ --- Configuration:  200200-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12643455810.489769
+ --- Energy:  55.917443124663876
+ --- Workload:  706990000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 118 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 108 in the X datas point
 --------------
- --- Configuration:  0222-0300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9750580159.519491
- --- Energy:  43.43833566298026
- --- Workload:  423547000000.0
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 158 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 229 in the X datas point
 --------------
- --- Configuration:  2220-0300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6002689204.763734
- --- Energy:  36.30048338737668
- --- Workload:  217901000000.0
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 172 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 403 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4197888462.103562
- --- Energy:  35.26956535624208
- --- Workload:  148058000000.0
+ --- Configuration:  010100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 25 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 447 in the X datas point
 --------------
- --- Configuration:  0000-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5789616901.049658
- --- Energy:  42.05795824330537
- --- Workload:  243499000000.0
+ --- Configuration:  020200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13423107073.440504
+ --- Energy:  72.91082650802181
+ --- Workload:  978690000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 67 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 509 in the X datas point
 --------------
- --- Configuration:  0110-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6145261695.969323
- --- Energy:  51.31617435224532
- --- Workload:  315351000000.0
+ --- Configuration:  000202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13004797469.786604
+ --- Energy:  45.81348523547173
+ --- Workload:  595795000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 82 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 539 in the X datas point
 --------------
- --- Configuration:  0101-0200
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5549420363.04308
- --- Energy:  37.334916995372765
- --- Workload:  207187000000.0
+ --- Configuration:  020200-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12611406007.821594
+ --- Energy:  35.941505988108695
+ --- Workload:  453273000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 88 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 575 in the X datas point
 --------------
- --- Configuration:  0110-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5821399464.43125
- --- Energy:  36.31061849927073
- --- Workload:  211379000000.0
+ --- Configuration:  020200-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11852174933.361147
+ --- Energy:  40.672301388671954
+ --- Workload:  482055000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0110-0300'
---- Neighbour  0 in the list of neghbours, And at position 233 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000200-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 539 in the X datas point
 --------------
- --- Configuration:  0110-0300
+ --- Configuration:  020200-1-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5549728340.797718
- --- Energy:  34.54578297303628
- --- Workload:  191720000000.0
+ --- Energy efficiency:  12611406007.821594
+ --- Energy:  35.941505988108695
+ --- Workload:  453273000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 172 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 575 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4197888462.103562
- --- Energy:  35.26956535624208
- --- Workload:  148058000000.0
+ --- Configuration:  020200-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11852174933.361147
+ --- Energy:  40.672301388671954
+ --- Workload:  482055000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 104 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 509 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4093227346.033253
- --- Energy:  35.39655176899871
- --- Workload:  144886000000.0
+ --- Configuration:  000202-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13004797469.786604
+ --- Energy:  45.81348523547173
+ --- Workload:  595795000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 158 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 613 in the X datas point
 --------------
- --- Configuration:  2220-0300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6002689204.763734
- --- Energy:  36.30048338737668
- --- Workload:  217901000000.0
+ --- Configuration:  000100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12336586491.191061
+ --- Energy:  52.305660553812594
+ --- Workload:  645273000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 88 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 403 in the X datas point
 --------------
- --- Configuration:  0110-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5821399464.43125
- --- Energy:  36.31061849927073
- --- Workload:  211379000000.0
+ --- Configuration:  010100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 82 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 233 in the X datas point
 --------------
- --- Configuration:  0101-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5549420363.04308
- --- Energy:  37.334916995372765
- --- Workload:  207187000000.0
+ --- Configuration:  000200-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 25 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 229 in the X datas point
 --------------
- --- Configuration:  0000-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5789616901.049658
- --- Energy:  42.05795824330537
- --- Workload:  243499000000.0
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 9 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 723 in the X datas point
 --------------
- --- Configuration:  0010-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6532788063.289651
- --- Energy:  42.64544340651106
- --- Workload:  278594000000.0
+ --- Configuration:  200200-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12643455810.489769
+ --- Energy:  55.917443124663876
+ --- Workload:  706990000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 118 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 108 in the X datas point
 --------------
- --- Configuration:  0222-0300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9750580159.519491
- --- Energy:  43.43833566298026
- --- Workload:  423547000000.0
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 67 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 447 in the X datas point
 --------------
- --- Configuration:  0110-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6145261695.969323
- --- Energy:  51.31617435224532
- --- Workload:  315351000000.0
+ --- Configuration:  020200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13423107073.440504
+ --- Energy:  72.91082650802181
+ --- Workload:  978690000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 88 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 403 in the X datas point
 --------------
- --- Configuration:  0110-0020
- --- Energy efficiency:  5821399464.43125
- --- Energy:  36.31061849927073
- --- Workload:  211379000000.0
+ --- Configuration:  010100-2-1
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (36.31061849927073 mAh)  it is NOT far from the median.
----  Median :36.31061849927073,   the gap is :  10
---- So No we don't romove this configuration '0110-0300'
- --- remove_aberrant_points: The value [0.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 1.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '3330-2000'
+--- The energy of the current configuration (52.3623981374209 mAh)  it is NOT far from the median.
+---  Median :52.3623981374209,   the gap is :  10
+--- So No we don't romove this configuration '000200-2-1'
+ --- remove_aberrant_points: The value [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '333300-1-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3330-2000'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333300-1-1'
 --- Neighbour  0 in the list of neghbours, And at position 234 in the X datas point
 --------------
- --- Configuration:  3330-2000
+ --- Configuration:  333300-1-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7804268935.107504
- --- Energy:  38.575829271360156
- --- Workload:  301057000000.0
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 28 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 58 in the X datas point
 --------------
- --- Configuration:  3330-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 41 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 63 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 215 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 121 in the X datas point
 --------------
- --- Configuration:  3030-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5441732647.675019
- --- Energy:  35.287807273153724
- --- Workload:  192027000000.0
+ --- Configuration:  333300-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 148 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10583914566.641617
+ --- Energy:  32.1859127423429
+ --- Workload:  340653000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 22 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 529 in the X datas point
 --------------
- --- Configuration:  3333-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9400881802.713095
- --- Energy:  66.34289826476824
- --- Workload:  623684000000.0
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10992187852.093517
+ --- Energy:  31.06062061477282
+ --- Workload:  341424000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 29 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 49 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  303300-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10199294208.840748
+ --- Energy:  33.55309393673303
+ --- Workload:  342218000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 92 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 160 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  333303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15150114913.62162
+ --- Energy:  74.9625159265616
+ --- Workload:  1135690000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3330-2000'
---- Neighbour  0 in the list of neghbours, And at position 20 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333300-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 529 in the X datas point
 --------------
- --- Configuration:  3330-0000
+ --- Configuration:  333300-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Energy efficiency:  10992187852.093517
+ --- Energy:  31.06062061477282
+ --- Workload:  341424000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 215 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 148 in the X datas point
 --------------
- --- Configuration:  3030-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5441732647.675019
- --- Energy:  35.287807273153724
- --- Workload:  192027000000.0
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10583914566.641617
+ --- Energy:  32.1859127423429
+ --- Workload:  340653000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 63 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 49 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  303300-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10199294208.840748
+ --- Energy:  33.55309393673303
+ --- Workload:  342218000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 58 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 45 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 234 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 41 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 121 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  333300-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 28 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 160 in the X datas point
 --------------
- --- Configuration:  3330-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5822958761.806049
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Configuration:  333303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15150114913.62162
+ --- Energy:  74.9625159265616
+ --- Workload:  1135690000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 234 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 92 in the X datas point
 --------------
- --- Configuration:  3330-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7804268935.107504
- --- Energy:  38.575829271360156
- --- Workload:  301057000000.0
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 22 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 29 in the X datas point
 --------------
- --- Configuration:  3333-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9400881802.713095
- --- Energy:  66.34289826476824
- --- Workload:  623684000000.0
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 43 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 58 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  333300-0-1
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (36.93355197432356 mAh)  it is NOT far from the median.
----  Median :36.93355197432356,   the gap is :  10
---- So No we don't romove this configuration '3330-2000'
- --- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 1.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 0, 1, 2.0, 0, 0, 1, 0]
---- Computing the list of the 10 first neighbours of '0003-0030'
+--- The energy of the current configuration (35.64181472293627 mAh)  it is NOT far from the median.
+---  Median :35.64181472293627,   the gap is :  10
+--- So No we don't romove this configuration '333300-1-1'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0]
+--- Computing the list of the 10 first neighbours of '330030-0-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0003-0030'
---- Neighbour  0 in the list of neghbours, And at position 235 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330030-0-1'
+--- Neighbour  0 in the list of neghbours, And at position 102 in the X datas point
 --------------
- --- Configuration:  0003-0030
+ --- Configuration:  330030-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5328502158.043374
- --- Energy:  45.14679945279237
- --- Workload:  240565000000.0
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 12 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 235 in the X datas point
 --------------
- --- Configuration:  0022-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10228912840.456577
+ --- Energy:  33.4145827544387
+ --- Workload:  341795000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 63 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 64 in the X datas point
 --------------
- --- Configuration:  0002-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4969363871.73078
- --- Energy:  42.2836539731841
- --- Workload:  210123000000.0
+ --- Configuration:  220020-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10312116840.40865
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 129 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 335 in the X datas point
 --------------
- --- Configuration:  0333-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8477809334.068076
- --- Energy:  58.764018507515395
- --- Workload:  498189000000.0
+ --- Configuration:  333030-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11193557883.566849
+ --- Energy:  34.531211142434685
+ --- Workload:  386527000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 1 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 14 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  333030-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 120 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 114 in the X datas point
 --------------
- --- Configuration:  3003-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9353836943.914392
- --- Energy:  65.99051868650201
- --- Workload:  617264000000.0
+ --- Configuration:  030033-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11607890115.069016
+ --- Energy:  52.6346324100534
+ --- Workload:  610977000000.0
 --------------
 --- Neighbour  6 in the list of neghbours, And at position 126 in the X datas point
 --------------
- --- Configuration:  0002-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5449442794.474265
- --- Energy:  38.132247384977575
- --- Workload:  207799000000.0
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 134 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 238 in the X datas point
 --------------
- --- Configuration:  0033-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8384408354.2244835
- --- Energy:  59.697236073290554
- --- Workload:  500528000000.0
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 183 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 273 in the X datas point
 --------------
- --- Configuration:  3003-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8528930131.004368
- --- Energy:  58.99281399223083
- --- Workload:  503147000000.0
+ --- Configuration:  330330-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5536240228.535996
+ --- Energy:  13.8323700917135
+ --- Workload:  76579500000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 204 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 284 in the X datas point
 --------------
- --- Configuration:  0002-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9147875405.936972
- --- Energy:  51.28673303694986
- --- Workload:  469163000000.0
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0003-0030'
---- Neighbour  0 in the list of neghbours, And at position 126 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330030-0-1'
+--- Neighbour  0 in the list of neghbours, And at position 273 in the X datas point
 --------------
- --- Configuration:  0002-3000
+ --- Configuration:  330330-0-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5449442794.474265
- --- Energy:  38.132247384977575
- --- Workload:  207799000000.0
+ --- Energy efficiency:  5536240228.535996
+ --- Energy:  13.8323700917135
+ --- Workload:  76579500000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 12 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 64 in the X datas point
 --------------
- --- Configuration:  0022-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7249844128.351241
- --- Energy:  42.05401520354165
- --- Workload:  304885000000.0
+ --- Configuration:  220020-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10312116840.40865
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 63 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 235 in the X datas point
 --------------
- --- Configuration:  0002-0020
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4969363871.73078
- --- Energy:  42.2836539731841
- --- Workload:  210123000000.0
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10228912840.456577
+ --- Energy:  33.4145827544387
+ --- Workload:  341795000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 235 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 102 in the X datas point
 --------------
- --- Configuration:  0003-0030
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5328502158.043374
- --- Energy:  45.14679945279237
- --- Workload:  240565000000.0
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 204 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 335 in the X datas point
 --------------
- --- Configuration:  0002-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9147875405.936972
- --- Energy:  51.28673303694986
- --- Workload:  469163000000.0
+ --- Configuration:  333030-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11193557883.566849
+ --- Energy:  34.531211142434685
+ --- Workload:  386527000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 1 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 284 in the X datas point
 --------------
- --- Configuration:  0033-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6957102505.948323
- --- Energy:  53.35616382684589
- --- Workload:  371205000000.0
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 129 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 114 in the X datas point
 --------------
- --- Configuration:  0333-0030
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8477809334.068076
- --- Energy:  58.764018507515395
- --- Workload:  498189000000.0
+ --- Configuration:  030033-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11607890115.069016
+ --- Energy:  52.6346324100534
+ --- Workload:  610977000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 183 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 14 in the X datas point
 --------------
- --- Configuration:  3003-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8528930131.004368
- --- Energy:  58.99281399223083
- --- Workload:  503147000000.0
+ --- Configuration:  333030-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 134 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 238 in the X datas point
 --------------
- --- Configuration:  0033-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8384408354.2244835
- --- Energy:  59.697236073290554
- --- Workload:  500528000000.0
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 120 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 126 in the X datas point
 --------------
- --- Configuration:  3003-3330
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9353836943.914392
- --- Energy:  65.99051868650201
- --- Workload:  617264000000.0
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 204 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 335 in the X datas point
 --------------
- --- Configuration:  0002-3330
- --- Energy efficiency:  9147875405.936972
- --- Energy:  51.28673303694986
- --- Workload:  469163000000.0
+ --- Configuration:  333030-0-1
+ --- Energy efficiency:  11193557883.566849
+ --- Energy:  34.531211142434685
+ --- Workload:  386527000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (51.28673303694986 mAh)  it is NOT far from the median.
----  Median :51.28673303694986,   the gap is :  10
---- So No we don't romove this configuration '0003-0030'
- --- remove_aberrant_points: The value [2.0, 0, 0, 0, 1, 2.0, 0, 0, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '0222-2220'
+--- The energy of the current configuration (34.531211142434685 mAh)  it is NOT far from the median.
+---  Median :34.531211142434685,   the gap is :  10
+--- So No we don't romove this configuration '330030-0-1'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '333333-2-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0222-2220'
---- Neighbour  0 in the list of neghbours, And at position 170 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333333-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 236 in the X datas point
 --------------
- --- Configuration:  0222-2220
+ --- Configuration:  333333-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  11414873580.275099
- --- Energy:  57.359112207692405
- --- Workload:  654747000000.0
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 236 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 349 in the X datas point
 --------------
- --- Configuration:  0222-2220
+ --- Configuration:  333333-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  11529065350.201126
- --- Energy:  56.827789322012976
- --- Workload:  655171000000.0
+ --- Energy efficiency:  14399200556.385109
+ --- Energy:  84.41510028409691
+ --- Workload:  1215510000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 243 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 360 in the X datas point
 --------------
- --- Configuration:  0022-2220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10604498852.593224
- --- Energy:  53.16348231202643
- --- Workload:  563772000000.0
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15049135427.169708
+ --- Energy:  75.0574196537613
+ --- Workload:  1129550000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 251 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 62 in the X datas point
 --------------
- --- Configuration:  0222-1110
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  11528294469.531294
- --- Energy:  56.93002977667585
- --- Workload:  656306000000.0
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 161 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  303333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 57 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 192 in the X datas point
 --------------
- --- Configuration:  0101-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9185604320.908272
- --- Energy:  48.9191931692468
- --- Workload:  449351000000.0
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 309 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 100 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 319 in the X datas point
 --------------
- --- Configuration:  2222-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11468876336.840899
- --- Energy:  53.84120579706395
- --- Workload:  617498000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14109387257.53018
+ --- Energy:  83.8569021514259
+ --- Workload:  1183170000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 124 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 395 in the X datas point
 --------------
- --- Configuration:  0020-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8376542330.856669
- --- Energy:  48.301162810596125
- --- Workload:  404596000000.0
+ --- Configuration:  222222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  49900697611.75261
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 125 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 465 in the X datas point
 --------------
- --- Configuration:  2220-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9479212087.891254
- --- Energy:  49.57175430186782
- --- Workload:  469901000000.0
+ --- Configuration:  330333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13912636987.301937
+ --- Energy:  77.38792641178887
+ --- Workload:  1076670000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0222-2220'
---- Neighbour  0 in the list of neghbours, And at position 124 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333333-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 395 in the X datas point
 --------------
- --- Configuration:  0020-2220
+ --- Configuration:  222222-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8376542330.856669
- --- Energy:  48.301162810596125
- --- Workload:  404596000000.0
+ --- Energy efficiency:  49900697611.75261
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 57 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 161 in the X datas point
 --------------
- --- Configuration:  0101-2220
+ --- Configuration:  303333-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9185604320.908272
- --- Energy:  48.9191931692468
- --- Workload:  449351000000.0
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 125 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 192 in the X datas point
 --------------
- --- Configuration:  2220-2220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  9479212087.891254
- --- Energy:  49.57175430186782
- --- Workload:  469901000000.0
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 243 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 360 in the X datas point
 --------------
- --- Configuration:  0022-2220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10604498852.593224
- --- Energy:  53.16348231202643
- --- Workload:  563772000000.0
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15049135427.169708
+ --- Energy:  75.0574196537613
+ --- Workload:  1129550000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 100 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 465 in the X datas point
 --------------
- --- Configuration:  2222-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11468876336.840899
- --- Energy:  53.84120579706395
- --- Workload:  617498000000.0
+ --- Configuration:  330333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13912636987.301937
+ --- Energy:  77.38792641178887
+ --- Workload:  1076670000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 62 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
 --------------
 --- Neighbour  6 in the list of neghbours, And at position 236 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11529065350.201126
- --- Energy:  56.827789322012976
- --- Workload:  655171000000.0
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 251 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 319 in the X datas point
 --------------
- --- Configuration:  0222-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11528294469.531294
- --- Energy:  56.93002977667585
- --- Workload:  656306000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14109387257.53018
+ --- Energy:  83.8569021514259
+ --- Workload:  1183170000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 170 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 349 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11414873580.275099
- --- Energy:  57.359112207692405
- --- Workload:  654747000000.0
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14399200556.385109
+ --- Energy:  84.41510028409691
+ --- Workload:  1215510000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 309 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 100 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 465 in the X datas point
 --------------
- --- Configuration:  2222-2200
- --- Energy efficiency:  11468876336.840899
- --- Energy:  53.84120579706395
- --- Workload:  617498000000.0
+ --- Configuration:  330333-2-0
+ --- Energy efficiency:  13912636987.301937
+ --- Energy:  77.38792641178887
+ --- Workload:  1076670000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (53.84120579706395 mAh)  it is NOT far from the median.
----  Median :53.84120579706395,   the gap is :  10
---- So No we don't romove this configuration '0222-2220'
- --- remove_aberrant_points: The value [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 1, 0.0, 0, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '3003-0110'
+--- The energy of the current configuration (77.38792641178887 mAh)  it is NOT far from the median.
+---  Median :77.38792641178887,   the gap is :  10
+--- So No we don't romove this configuration '333333-2-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0]
+--- Computing the list of the 10 first neighbours of '110010-0-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3003-0110'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110010-0-3'
 --- Neighbour  0 in the list of neghbours, And at position 237 in the X datas point
 --------------
- --- Configuration:  3003-0110
+ --- Configuration:  110010-0-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8436326823.301135
- --- Energy:  59.49080386456649
- --- Workload:  501884000000.0
+ --- Energy efficiency:  10831501906.88591
+ --- Energy:  62.4324044343125
+ --- Workload:  676237000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 183 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 35 in the X datas point
 --------------
- --- Configuration:  3003-0220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8528930131.004368
- --- Energy:  58.99281399223083
- --- Workload:  503147000000.0
+ --- Configuration:  110110-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11308622485.386433
+ --- Energy:  64.13091227501518
+ --- Workload:  725232000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 143 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  220020-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10684388505.734846
+ --- Energy:  63.3690752564047
+ --- Workload:  677060000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 80 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 254 in the X datas point
 --------------
- --- Configuration:  2002-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7245431755.278297
- --- Energy:  42.016301664202444
- --- Workload:  304426000000.0
+ --- Configuration:  110011-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11783642889.632044
+ --- Energy:  56.004272107212
+ --- Workload:  659934000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 153 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 510 in the X datas point
 --------------
- --- Configuration:  2002-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7393168712.11001
- --- Energy:  41.1753628489377
- --- Workload:  304417000000.0
+ --- Configuration:  111011-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11392233458.761824
+ --- Energy:  69.72901800554702
+ --- Workload:  794369000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 180 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 22 in the X datas point
 --------------
- --- Configuration:  3030-0110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7504014647.836593
- --- Energy:  41.82593528076137
- --- Workload:  313863000000.0
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 182 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 36 in the X datas point
 --------------
- --- Configuration:  3303-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10225586667.47108
- --- Energy:  73.36262541667716
- --- Workload:  750176000000.0
+ --- Configuration:  110001-0-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11533320339.125751
+ --- Energy:  52.516287756608044
+ --- Workload:  605687000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 198 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 42 in the X datas point
 --------------
- --- Configuration:  3033-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8513391564.931638
- --- Energy:  58.43142458623579
- --- Workload:  497450000000.0
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 232 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 55 in the X datas point
 --------------
- --- Configuration:  2002-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9205560158.335634
- --- Energy:  47.19609116514537
- --- Workload:  434467000000.0
+ --- Configuration:  011010-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12057461036.314661
+ --- Energy:  68.32437278660214
+ --- Workload:  823818000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 94 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3003-0110'
---- Neighbour  0 in the list of neghbours, And at position 153 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110010-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 36 in the X datas point
 --------------
- --- Configuration:  2002-0010
+ --- Configuration:  110001-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7393168712.11001
- --- Energy:  41.1753628489377
- --- Workload:  304417000000.0
+ --- Energy efficiency:  11533320339.125751
+ --- Energy:  52.516287756608044
+ --- Workload:  605687000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 180 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 254 in the X datas point
 --------------
- --- Configuration:  3030-0110
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7504014647.836593
- --- Energy:  41.82593528076137
- --- Workload:  313863000000.0
+ --- Configuration:  110011-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11783642889.632044
+ --- Energy:  56.004272107212
+ --- Workload:  659934000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 80 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 42 in the X datas point
 --------------
- --- Configuration:  2002-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7245431755.278297
- --- Energy:  42.016301664202444
- --- Workload:  304426000000.0
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 232 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 237 in the X datas point
 --------------
- --- Configuration:  2002-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9205560158.335634
- --- Energy:  47.19609116514537
- --- Workload:  434467000000.0
+ --- Configuration:  110010-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10831501906.88591
+ --- Energy:  62.4324044343125
+ --- Workload:  676237000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 143 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  220020-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10684388505.734846
+ --- Energy:  63.3690752564047
+ --- Workload:  677060000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 2 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 35 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  110110-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11308622485.386433
+ --- Energy:  64.13091227501518
+ --- Workload:  725232000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 198 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 22 in the X datas point
 --------------
- --- Configuration:  3033-0100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8513391564.931638
- --- Energy:  58.43142458623579
- --- Workload:  497450000000.0
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 183 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 55 in the X datas point
 --------------
- --- Configuration:  3003-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8528930131.004368
- --- Energy:  58.99281399223083
- --- Workload:  503147000000.0
+ --- Configuration:  011010-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12057461036.314661
+ --- Energy:  68.32437278660214
+ --- Workload:  823818000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 237 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 510 in the X datas point
 --------------
- --- Configuration:  3003-0110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8436326823.301135
- --- Energy:  59.49080386456649
- --- Workload:  501884000000.0
+ --- Configuration:  111011-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11392233458.761824
+ --- Energy:  69.72901800554702
+ --- Workload:  794369000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 182 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 94 in the X datas point
 --------------
- --- Configuration:  3303-0111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10225586667.47108
- --- Energy:  73.36262541667716
- --- Workload:  750176000000.0
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 4 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 143 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  220020-0-3
+ --- Energy efficiency:  10684388505.734846
+ --- Energy:  63.3690752564047
+ --- Workload:  677060000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (59.49080386456649 mAh)  is far from the median.
----  Median :49.41467631934382,   the gap is :  10
---- So yes we remove this configuration '3003-0110'
---- remove_aberrant_points: The value [2.0, 1, 0, 0, 1, 0.0, 0, 1, 1, 0] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '2200-1000'
+--- The energy of the current configuration (63.3690752564047 mAh)  it is NOT far from the median.
+---  Median :63.3690752564047,   the gap is :  10
+--- So No we don't romove this configuration '110010-0-3'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '330030-1-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2200-1000'
---- Neighbour  0 in the list of neghbours, And at position 174 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330030-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 238 in the X datas point
 --------------
- --- Configuration:  2200-1000
+ --- Configuration:  330030-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5023055826.242454
- --- Energy:  35.164198939696966
- --- Workload:  176632000000.0
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 238 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 42 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5231876778.838105
- --- Energy:  35.35979917082616
- --- Workload:  184998000000.0
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 87 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  330030-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14087701577.399946
+ --- Energy:  72.9096660218277
+ --- Workload:  1027130000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 615 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12670208412.258175
+ --- Energy:  62.229672314345905
+ --- Workload:  788463000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 14 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  333030-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 102 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 177 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 162 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5065035050.042546
- --- Energy:  35.13598057141005
- --- Workload:  177965000000.0
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12976463290.882996
+ --- Energy:  64.768131410946
+ --- Workload:  840461000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 239 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 235 in the X datas point
 --------------
- --- Configuration:  0200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4343576935.606472
- --- Energy:  34.69772062521995
- --- Workload:  150712000000.0
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10228912840.456577
+ --- Energy:  33.4145827544387
+ --- Workload:  341795000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 245 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13277356000.435497
+ --- Energy:  63.3971718133292
+ --- Workload:  841747000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 34 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 354 in the X datas point
 --------------
- --- Configuration:  2000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Configuration:  330033-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13506559460.602041
+ --- Energy:  80.9473075242288
+ --- Workload:  1093320000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2200-1000'
---- Neighbour  0 in the list of neghbours, And at position 34 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330030-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 235 in the X datas point
 --------------
- --- Configuration:  2000-0000
+ --- Configuration:  330030-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1014996574.3865615
- --- Energy:  29.02206558996354
- --- Workload:  29457300000.0
+ --- Energy efficiency:  10228912840.456577
+ --- Energy:  33.4145827544387
+ --- Workload:  341795000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 102 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 19 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 14 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1980229389.772511
- --- Energy:  30.277288658122774
- --- Workload:  59956000000.0
+ --- Configuration:  333030-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 239 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 615 in the X datas point
 --------------
- --- Configuration:  0200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4343576935.606472
- --- Energy:  34.69772062521995
- --- Workload:  150712000000.0
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12670208412.258175
+ --- Energy:  62.229672314345905
+ --- Workload:  788463000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 177 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 42 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5065035050.042546
- --- Energy:  35.13598057141005
- --- Workload:  177965000000.0
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 174 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 238 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5023055826.242454
- --- Energy:  35.164198939696966
- --- Workload:  176632000000.0
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 238 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 245 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5231876778.838105
- --- Energy:  35.35979917082616
- --- Workload:  184998000000.0
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13277356000.435497
+ --- Energy:  63.3971718133292
+ --- Workload:  841747000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 162 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12976463290.882996
+ --- Energy:  64.768131410946
+ --- Workload:  840461000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 87 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  330030-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14087701577.399946
+ --- Energy:  72.9096660218277
+ --- Workload:  1027130000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 354 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  330033-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13506559460.602041
+ --- Energy:  80.9473075242288
+ --- Workload:  1093320000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 177 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 42 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Energy efficiency:  5065035050.042546
- --- Energy:  35.13598057141005
- --- Workload:  177965000000.0
+ --- Configuration:  220020-1-2
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (35.13598057141005 mAh)  it is NOT far from the median.
----  Median :35.13598057141005,   the gap is :  10
---- So No we don't romove this configuration '2200-1000'
- --- remove_aberrant_points: The value [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 0, 0, 0.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '0200-1000'
+--- The energy of the current configuration (62.38781956977318 mAh)  it is NOT far from the median.
+---  Median :62.38781956977318,   the gap is :  10
+--- So No we don't romove this configuration '330030-1-2'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '222222-3-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0200-1000'
---- Neighbour  0 in the list of neghbours, And at position 239 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222222-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 222 in the X datas point
 --------------
- --- Configuration:  0200-1000
+ --- Configuration:  222222-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4343576935.606472
- --- Energy:  34.69772062521995
- --- Workload:  150712000000.0
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 79 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 239 in the X datas point
 --------------
- --- Configuration:  0200-1100
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  6540008502.011052
- --- Energy:  42.722378810206706
- --- Workload:  279405000000.0
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 174 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 221 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5023055826.242454
- --- Energy:  35.164198939696966
- --- Workload:  176632000000.0
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 238 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 251 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5231876778.838105
- --- Energy:  35.35979917082616
- --- Workload:  184998000000.0
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 37 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 309 in the X datas point
 --------------
- --- Configuration:  2200-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 319 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14109387257.53018
+ --- Energy:  83.8569021514259
+ --- Workload:  1183170000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 366 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  111111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14221635658.760386
+ --- Energy:  52.1586628956498
+ --- Workload:  741781000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 395 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  222222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  49900697611.75261
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 476 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15954255957.319174
+ --- Energy:  64.94187940590403
+ --- Workload:  1036100000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 87 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 41 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0200-1000'
---- Neighbour  0 in the list of neghbours, And at position 37 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222222-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 395 in the X datas point
 --------------
- --- Configuration:  2200-0000
+ --- Configuration:  222222-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  1998856653.9939156
- --- Energy:  30.07061597004587
- --- Workload:  60106800000.0
+ --- Energy efficiency:  49900697611.75261
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 239 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 366 in the X datas point
 --------------
- --- Configuration:  0200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  4343576935.606472
- --- Energy:  34.69772062521995
- --- Workload:  150712000000.0
+ --- Configuration:  111111-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14221635658.760386
+ --- Energy:  52.1586628956498
+ --- Workload:  741781000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 174 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 41 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5023055826.242454
- --- Energy:  35.164198939696966
- --- Workload:  176632000000.0
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 238 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 476 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5231876778.838105
- --- Energy:  35.35979917082616
- --- Workload:  184998000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15954255957.319174
+ --- Energy:  64.94187940590403
+ --- Workload:  1036100000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 239 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 222 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 221 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 251 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 79 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 319 in the X datas point
 --------------
- --- Configuration:  0200-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6540008502.011052
- --- Energy:  42.722378810206706
- --- Workload:  279405000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14109387257.53018
+ --- Energy:  83.8569021514259
+ --- Workload:  1183170000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 87 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 309 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6928278461.367919
- --- Energy:  53.6166443408558
- --- Workload:  371471000000.0
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 75 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 239 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  222222-3-0
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (35.44774676664167 mAh)  it is NOT far from the median.
----  Median :35.44774676664167,   the gap is :  10
---- So No we don't romove this configuration '0200-1000'
- --- remove_aberrant_points: The value [1.0, 0, 1, 0, 0, 0.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 1, 0.0, 1, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '1101-1110'
+--- The energy of the current configuration (68.8022036229322 mAh)  it is NOT far from the median.
+---  Median :68.8022036229322,   the gap is :  10
+--- So No we don't romove this configuration '222222-3-0'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '222222-3-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1101-1110'
---- Neighbour  0 in the list of neghbours, And at position 240 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222222-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  1101-1110
+ --- Configuration:  222222-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9910704551.9866
- --- Energy:  49.880002810073556
- --- Workload:  494348000000.0
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 57 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 240 in the X datas point
 --------------
- --- Configuration:  0101-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9185604320.908272
- --- Energy:  48.9191931692468
- --- Workload:  449351000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15595928215.061611
+ --- Energy:  95.9288937521245
+ --- Workload:  1496100000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 78 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 330 in the X datas point
 --------------
- --- Configuration:  1001-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9166575000.916658
- --- Energy:  50.735447078258076
- --- Workload:  465069000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15386698506.874779
+ --- Energy:  100.44256053548322
+ --- Workload:  1545480000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 216 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  1100-0110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7524397860.061248
- --- Energy:  41.9385253841261
- --- Workload:  315563000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 7 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  1000-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6501654671.113798
- --- Energy:  42.85376093977719
- --- Workload:  278621000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 214 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 62 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 226 in the X datas point
 --------------
- --- Configuration:  0001-1100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6336774201.724871
- --- Energy:  45.652440385434886
- --- Workload:  289290000000.0
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 72 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 251 in the X datas point
 --------------
- --- Configuration:  1000-1100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6448575832.027497
- --- Energy:  42.80059101405426
- --- Workload:  276003000000.0
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 91 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 272 in the X datas point
 --------------
- --- Configuration:  0101-2020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8367150566.874451
- --- Energy:  43.37670883350873
- --- Workload:  362938000000.0
+ --- Configuration:  222202-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 105 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 342 in the X datas point
 --------------
- --- Configuration:  1101-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6788174999.151478
- --- Energy:  36.70897651674008
- --- Workload:  249187000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1101-1110'
---- Neighbour  0 in the list of neghbours, And at position 42 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222222-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 272 in the X datas point
 --------------
- --- Configuration:  1100-1000
+ --- Configuration:  222202-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 105 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 251 in the X datas point
 --------------
- --- Configuration:  1101-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6788174999.151478
- --- Energy:  36.70897651674008
- --- Workload:  249187000000.0
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 216 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  1100-0110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7524397860.061248
- --- Energy:  41.9385253841261
- --- Workload:  315563000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 72 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 240 in the X datas point
 --------------
- --- Configuration:  1000-1100
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6448575832.027497
- --- Energy:  42.80059101405426
- --- Workload:  276003000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15595928215.061611
+ --- Energy:  95.9288937521245
+ --- Workload:  1496100000000.0
 --------------
 --- Neighbour  4 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  1000-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6501654671.113798
- --- Energy:  42.85376093977719
- --- Workload:  278621000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 91 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 226 in the X datas point
 --------------
- --- Configuration:  0101-2020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8367150566.874451
- --- Energy:  43.37670883350873
- --- Workload:  362938000000.0
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 62 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 342 in the X datas point
 --------------
- --- Configuration:  0001-1100
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6336774201.724871
- --- Energy:  45.652440385434886
- --- Workload:  289290000000.0
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 57 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 330 in the X datas point
 --------------
- --- Configuration:  0101-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9185604320.908272
- --- Energy:  48.9191931692468
- --- Workload:  449351000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15386698506.874779
+ --- Energy:  100.44256053548322
+ --- Workload:  1545480000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 240 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  1101-1110
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9910704551.9866
- --- Energy:  49.880002810073556
- --- Workload:  494348000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 78 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 214 in the X datas point
 --------------
- --- Configuration:  1001-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9166575000.916658
- --- Energy:  50.735447078258076
- --- Workload:  465069000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
 --------------
 --------------
 --- Median at position 4 in the list of neghbours, And at position 7 in the X datas point
 --------------
- --- Configuration:  1000-1010
- --- Energy efficiency:  6501654671.113798
- --- Energy:  42.85376093977719
- --- Workload:  278621000000.0
+ --- Configuration:  222222-3-3
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (42.85376093977719 mAh)  it is NOT far from the median.
----  Median :42.85376093977719,   the gap is :  10
---- So No we don't romove this configuration '1101-1110'
- --- remove_aberrant_points: The value [0.0, 1, 1, 0, 1, 0.0, 1, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 1, 0.0, 1, 1, 1, 1]
---- Computing the list of the 10 first neighbours of '2002-1111'
+--- The energy of the current configuration (97.28797445994333 mAh)  it is NOT far from the median.
+---  Median :97.28797445994333,   the gap is :  10
+--- So No we don't romove this configuration '222222-3-2'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0]
+--- Computing the list of the 10 first neighbours of '220202-0-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2002-1111'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220202-0-1'
 --- Neighbour  0 in the list of neghbours, And at position 241 in the X datas point
 --------------
- --- Configuration:  2002-1111
+ --- Configuration:  220202-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  11245140693.577787
- --- Energy:  59.880442963642075
- --- Workload:  673364000000.0
+ --- Energy efficiency:  14004896111.680643
+ --- Energy:  43.9976841972795
+ --- Workload:  616183000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 55 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 33 in the X datas point
 --------------
- --- Configuration:  2002-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8950387999.31977
- --- Energy:  47.4541739001796
- --- Workload:  424732000000.0
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 90 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 150 in the X datas point
 --------------
- --- Configuration:  2002-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8795770993.306417
- --- Energy:  48.71596839606954
- --- Workload:  428493000000.0
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 93 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 262 in the X datas point
 --------------
- --- Configuration:  3003-1101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9428892010.8998
- --- Energy:  67.46193459835338
- --- Workload:  636090000000.0
+ --- Configuration:  222202-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10269365455.90848
+ --- Energy:  18.3191369059882
+ --- Workload:  188126000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 157 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 581 in the X datas point
 --------------
- --- Configuration:  0022-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11384996168.94879
- --- Energy:  60.652013004669556
- --- Workload:  690523000000.0
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15557640279.352987
+ --- Energy:  50.470000516399516
+ --- Workload:  785194000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 194 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 2 in the X datas point
 --------------
- --- Configuration:  0002-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9116518219.361662
- --- Energy:  51.19519895467268
- --- Workload:  466724000000.0
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 209 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 60 in the X datas point
 --------------
- --- Configuration:  0022-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11525411226.672567
- --- Energy:  59.99293901124158
- --- Workload:  691443000000.0
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 125 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 126 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 78 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 165 in the X datas point
 --------------
- --- Configuration:  1001-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9166575000.916658
- --- Energy:  50.735447078258076
- --- Workload:  465069000000.0
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2002-1111'
---- Neighbour  0 in the list of neghbours, And at position 55 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220202-0-1'
+--- Neighbour  0 in the list of neghbours, And at position 262 in the X datas point
 --------------
- --- Configuration:  2002-0101
+ --- Configuration:  222202-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  8950387999.31977
- --- Energy:  47.4541739001796
- --- Workload:  424732000000.0
+ --- Energy efficiency:  10269365455.90848
+ --- Energy:  18.3191369059882
+ --- Workload:  188126000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 90 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 60 in the X datas point
 --------------
- --- Configuration:  2002-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8795770993.306417
- --- Energy:  48.71596839606954
- --- Workload:  428493000000.0
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 4 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 2 in the X datas point
 --------------
- --- Configuration:  3000-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8096707069.234942
- --- Energy:  49.41467631934382
- --- Workload:  400095000000.0
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 78 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 241 in the X datas point
 --------------
- --- Configuration:  1001-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9166575000.916658
- --- Energy:  50.735447078258076
- --- Workload:  465069000000.0
+ --- Configuration:  220202-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14004896111.680643
+ --- Energy:  43.9976841972795
+ --- Workload:  616183000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 194 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 33 in the X datas point
 --------------
- --- Configuration:  0002-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9116518219.361662
- --- Energy:  51.19519895467268
- --- Workload:  466724000000.0
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 241 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 150 in the X datas point
 --------------
- --- Configuration:  2002-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11245140693.577787
- --- Energy:  59.880442963642075
- --- Workload:  673364000000.0
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 209 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 581 in the X datas point
 --------------
- --- Configuration:  0022-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11525411226.672567
- --- Energy:  59.99293901124158
- --- Workload:  691443000000.0
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15557640279.352987
+ --- Energy:  50.470000516399516
+ --- Workload:  785194000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 125 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 157 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 126 in the X datas point
 --------------
- --- Configuration:  0022-1111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11384996168.94879
- --- Energy:  60.652013004669556
- --- Workload:  690523000000.0
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 93 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 165 in the X datas point
 --------------
- --- Configuration:  3003-1101
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9428892010.8998
- --- Energy:  67.46193459835338
- --- Workload:  636090000000.0
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 194 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 33 in the X datas point
 --------------
- --- Configuration:  0002-0111
- --- Energy efficiency:  9116518219.361662
- --- Energy:  51.19519895467268
- --- Workload:  466724000000.0
+ --- Configuration:  220222-0-1
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (51.19519895467268 mAh)  it is NOT far from the median.
----  Median :51.19519895467268,   the gap is :  10
---- So No we don't romove this configuration '2002-1111'
- --- remove_aberrant_points: The value [1.0, 1, 0, 0, 1, 0.0, 1, 1, 1, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 0, 2.0, 1, 1, 0, 0]
---- Computing the list of the 10 first neighbours of '2200-3300'
+--- The energy of the current configuration (48.32825169162293 mAh)  it is NOT far from the median.
+---  Median :48.32825169162293,   the gap is :  10
+--- So No we don't romove this configuration '220202-0-1'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '333030-3-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '2200-3300'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333030-3-2'
 --- Neighbour  0 in the list of neghbours, And at position 242 in the X datas point
 --------------
- --- Configuration:  2200-3300
+ --- Configuration:  333030-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7549106940.648921
- --- Energy:  41.72057827645338
- --- Workload:  314953000000.0
+ --- Energy efficiency:  13545491857.12757
+ --- Energy:  82.3838251863148
+ --- Workload:  1115930000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 260 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  033030-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7104290991.759023
+ --- Energy:  16.3307947163033
+ --- Workload:  116019000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 30 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 469 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6611133148.221605
- --- Energy:  42.19510352720739
- --- Workload:  278957000000.0
+ --- Configuration:  330030-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13326563439.106268
+ --- Energy:  79.44879111187178
+ --- Workload:  1058780000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 749 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  303030-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6007774059.633164
+ --- Energy:  12.57695300211794
+ --- Workload:  75559400000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 73 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  2000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6539495281.754154
- --- Energy:  42.61363347008094
- --- Workload:  278672000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 74 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 87 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6473246073.976255
- --- Energy:  42.474892742303716
- --- Workload:  274951000000.0
+ --- Configuration:  330030-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14087701577.399946
+ --- Energy:  72.9096660218277
+ --- Workload:  1027130000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 123 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 144 in the X datas point
 --------------
- --- Configuration:  2220-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9571301409.852697
- --- Energy:  49.20594289132612
- --- Workload:  470964000000.0
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 143 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 151 in the X datas point
 --------------
- --- Configuration:  0200-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8906781623.528154
- --- Energy:  47.48626285009536
- --- Workload:  422949000000.0
+ --- Configuration:  033033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14103636340.557686
+ --- Energy:  92.8249833568298
+ --- Workload:  1309170000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 158 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 214 in the X datas point
 --------------
- --- Configuration:  2220-0300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6002689204.763734
- --- Energy:  36.30048338737668
- --- Workload:  217901000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 177 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 258 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5065035050.042546
- --- Energy:  35.13598057141005
- --- Workload:  177965000000.0
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15312505263.673683
+ --- Energy:  75.3926735584727
+ --- Workload:  1154450000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '2200-3300'
---- Neighbour  0 in the list of neghbours, And at position 177 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333030-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 749 in the X datas point
 --------------
- --- Configuration:  2200-2000
+ --- Configuration:  303030-3-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5065035050.042546
- --- Energy:  35.13598057141005
- --- Workload:  177965000000.0
+ --- Energy efficiency:  6007774059.633164
+ --- Energy:  12.57695300211794
+ --- Workload:  75559400000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 158 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 260 in the X datas point
 --------------
- --- Configuration:  2220-0300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6002689204.763734
- --- Energy:  36.30048338737668
- --- Workload:  217901000000.0
+ --- Configuration:  033030-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7104290991.759023
+ --- Energy:  16.3307947163033
+ --- Workload:  116019000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 87 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  330030-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14087701577.399946
+ --- Energy:  72.9096660218277
+ --- Workload:  1027130000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 258 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15312505263.673683
+ --- Energy:  75.3926735584727
+ --- Workload:  1154450000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 242 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 469 in the X datas point
 --------------
- --- Configuration:  2200-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7549106940.648921
- --- Energy:  41.72057827645338
- --- Workload:  314953000000.0
+ --- Configuration:  330030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13326563439.106268
+ --- Energy:  79.44879111187178
+ --- Workload:  1058780000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 30 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 144 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6611133148.221605
- --- Energy:  42.19510352720739
- --- Workload:  278957000000.0
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 74 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 242 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6473246073.976255
- --- Energy:  42.474892742303716
- --- Workload:  274951000000.0
+ --- Configuration:  333030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13545491857.12757
+ --- Energy:  82.3838251863148
+ --- Workload:  1115930000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 73 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 8 in the X datas point
 --------------
- --- Configuration:  2000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6539495281.754154
- --- Energy:  42.61363347008094
- --- Workload:  278672000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 143 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 151 in the X datas point
 --------------
- --- Configuration:  0200-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8906781623.528154
- --- Energy:  47.48626285009536
- --- Workload:  422949000000.0
+ --- Configuration:  033033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14103636340.557686
+ --- Energy:  92.8249833568298
+ --- Workload:  1309170000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 123 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 214 in the X datas point
 --------------
- --- Configuration:  2220-3330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9571301409.852697
- --- Energy:  49.20594289132612
- --- Workload:  470964000000.0
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 242 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 469 in the X datas point
 --------------
- --- Configuration:  2200-3300
- --- Energy efficiency:  7549106940.648921
- --- Energy:  41.72057827645338
- --- Workload:  314953000000.0
+ --- Configuration:  330030-3-2
+ --- Energy efficiency:  13326563439.106268
+ --- Energy:  79.44879111187178
+ --- Workload:  1058780000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (41.72057827645338 mAh)  it is NOT far from the median.
----  Median :41.72057827645338,   the gap is :  10
---- So No we don't romove this configuration '2200-3300'
- --- remove_aberrant_points: The value [1.0, 1, 1, 0, 0, 2.0, 1, 1, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 1, 1.0, 1, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '0022-2220'
+--- The energy of the current configuration (79.44879111187178 mAh)  it is NOT far from the median.
+---  Median :79.44879111187178,   the gap is :  10
+--- So No we don't romove this configuration '333030-3-2'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '111011-1-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0022-2220'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111011-1-1'
 --- Neighbour  0 in the list of neghbours, And at position 243 in the X datas point
 --------------
- --- Configuration:  0022-2220
+ --- Configuration:  111011-1-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  10604498852.593224
- --- Energy:  53.16348231202643
- --- Workload:  563772000000.0
+ --- Energy efficiency:  14576855743.06251
+ --- Energy:  41.794008855435
+ --- Workload:  609225000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 124 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 208 in the X datas point
 --------------
- --- Configuration:  0020-2220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8376542330.856669
- --- Energy:  48.301162810596125
- --- Workload:  404596000000.0
+ --- Configuration:  111011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11532602089.476847
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 170 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 341 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  11414873580.275099
- --- Energy:  57.359112207692405
- --- Workload:  654747000000.0
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16077609838.211012
+ --- Energy:  40.36593190681932
+ --- Workload:  648988000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 236 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 490 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  11529065350.201126
- --- Energy:  56.827789322012976
- --- Workload:  655171000000.0
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929324771.852247
+ --- Energy:  40.838573735993684
+ --- Workload:  650531000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 99 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 721 in the X datas point
 --------------
- --- Configuration:  0011-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7849108733.703288
- --- Energy:  42.07381484773657
- --- Workload:  330242000000.0
+ --- Configuration:  111010-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13671885681.160686
+ --- Energy:  40.784636165372405
+ --- Workload:  557603000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 102 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  0033-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8336042547.16116
- --- Energy:  59.96771726749321
- --- Workload:  499893000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 130 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 38 in the X datas point
 --------------
- --- Configuration:  2022-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10578920865.440357
- --- Energy:  50.18755172966964
- --- Workload:  530930000000.0
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 134 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Configuration:  0033-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8384408354.2244835
- --- Energy:  59.697236073290554
- --- Workload:  500528000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 157 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  0022-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11384996168.94879
- --- Energy:  60.652013004669556
- --- Workload:  690523000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0022-2220'
---- Neighbour  0 in the list of neghbours, And at position 99 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111011-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 208 in the X datas point
 --------------
- --- Configuration:  0011-2200
+ --- Configuration:  111011-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7849108733.703288
- --- Energy:  42.07381484773657
- --- Workload:  330242000000.0
+ --- Energy efficiency:  11532602089.476847
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 124 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 341 in the X datas point
 --------------
- --- Configuration:  0020-2220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8376542330.856669
- --- Energy:  48.301162810596125
- --- Workload:  404596000000.0
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16077609838.211012
+ --- Energy:  40.36593190681932
+ --- Workload:  648988000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 130 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 721 in the X datas point
 --------------
- --- Configuration:  2022-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10578920865.440357
- --- Energy:  50.18755172966964
- --- Workload:  530930000000.0
+ --- Configuration:  111010-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13671885681.160686
+ --- Energy:  40.784636165372405
+ --- Workload:  557603000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 243 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 490 in the X datas point
 --------------
- --- Configuration:  0022-2220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10604498852.593224
- --- Energy:  53.16348231202643
- --- Workload:  563772000000.0
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929324771.852247
+ --- Energy:  40.838573735993684
+ --- Workload:  650531000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 236 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 38 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  11529065350.201126
- --- Energy:  56.827789322012976
- --- Workload:  655171000000.0
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 170 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 243 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11414873580.275099
- --- Energy:  57.359112207692405
- --- Workload:  654747000000.0
+ --- Configuration:  111011-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14576855743.06251
+ --- Energy:  41.794008855435
+ --- Workload:  609225000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 134 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 21 in the X datas point
 --------------
- --- Configuration:  0033-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8384408354.2244835
- --- Energy:  59.697236073290554
- --- Workload:  500528000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 102 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 118 in the X datas point
 --------------
- --- Configuration:  0033-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8336042547.16116
- --- Energy:  59.96771726749321
- --- Workload:  499893000000.0
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 64 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 27 in the X datas point
 --------------
- --- Configuration:  2022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10870309597.28764
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 157 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Configuration:  0022-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11384996168.94879
- --- Energy:  60.652013004669556
- --- Workload:  690523000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 236 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 38 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Energy efficiency:  11529065350.201126
- --- Energy:  56.827789322012976
- --- Workload:  655171000000.0
+ --- Configuration:  111101-1-1
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (56.827789322012976 mAh)  it is NOT far from the median.
----  Median :56.827789322012976,   the gap is :  10
---- So No we don't romove this configuration '0022-2220'
- --- remove_aberrant_points: The value [1.0, 0, 0, 1, 1, 1.0, 1, 1, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 1, 1.0, 0, 1, 1, 1]
---- Computing the list of the 10 first neighbours of '0101-0222'
+--- The energy of the current configuration (41.43583708148781 mAh)  it is NOT far from the median.
+---  Median :41.43583708148781,   the gap is :  10
+--- So No we don't romove this configuration '111011-1-1'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '202220-3-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0101-0222'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202220-3-0'
 --- Neighbour  0 in the list of neghbours, And at position 244 in the X datas point
 --------------
- --- Configuration:  0101-0222
+ --- Configuration:  202220-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  10233675752.123999
- --- Energy:  84.26690937159533
- --- Workload:  862360000000.0
+ --- Energy efficiency:  12080227204.913269
+ --- Energy:  55.1955872410731
+ --- Workload:  666775000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 52 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 466 in the X datas point
 --------------
- --- Configuration:  1101-0202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9914340101.522842
- --- Energy:  65.015157087009
- --- Workload:  644582000000.0
+ --- Configuration:  202220-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11749390206.648275
+ --- Energy:  56.72728338180733
+ --- Workload:  666511000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 57 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 15 in the X datas point
 --------------
- --- Configuration:  0101-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9185604320.908272
- --- Energy:  48.9191931692468
- --- Workload:  449351000000.0
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 82 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 607 in the X datas point
 --------------
- --- Configuration:  0101-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5549420363.04308
- --- Energy:  37.334916995372765
- --- Workload:  207187000000.0
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12845347158.352303
+ --- Energy:  50.56673738427292
+ --- Workload:  649547000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 103 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 73 in the X datas point
 --------------
- --- Configuration:  0101-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7878296082.123358
- --- Energy:  42.51302006574951
- --- Workload:  334929000000.0
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 160 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 88 in the X datas point
 --------------
- --- Configuration:  0001-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9243340173.405062
- --- Energy:  40.84258552984255
- --- Workload:  377523000000.0
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 223 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 116 in the X datas point
 --------------
- --- Configuration:  0011-0222
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10205779124.487032
- --- Energy:  84.56198872402297
- --- Workload:  863021000000.0
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 224 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 205 in the X datas point
 --------------
- --- Configuration:  1100-0222
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10065860928.052246
- --- Energy:  83.39866371497797
- --- Workload:  839479000000.0
+ --- Configuration:  222220-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13053432922.324242
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 222 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 58 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 239 in the X datas point
 --------------
- --- Configuration:  0001-0020
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  4533975344.242078
- --- Energy:  35.4792605525655
- --- Workload:  160862000000.0
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0101-0222'
---- Neighbour  0 in the list of neghbours, And at position 58 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202220-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 607 in the X datas point
 --------------
- --- Configuration:  0001-0020
+ --- Configuration:  303330-3-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  4533975344.242078
- --- Energy:  35.4792605525655
- --- Workload:  160862000000.0
+ --- Energy efficiency:  12845347158.352303
+ --- Energy:  50.56673738427292
+ --- Workload:  649547000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 82 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 15 in the X datas point
 --------------
- --- Configuration:  0101-0200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5549420363.04308
- --- Energy:  37.334916995372765
- --- Workload:  207187000000.0
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 160 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 73 in the X datas point
 --------------
- --- Configuration:  0001-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9243340173.405062
- --- Energy:  40.84258552984255
- --- Workload:  377523000000.0
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 103 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 244 in the X datas point
 --------------
- --- Configuration:  0101-0330
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7878296082.123358
- --- Energy:  42.51302006574951
- --- Workload:  334929000000.0
+ --- Configuration:  202220-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12080227204.913269
+ --- Energy:  55.1955872410731
+ --- Workload:  666775000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 57 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 466 in the X datas point
 --------------
- --- Configuration:  0101-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9185604320.908272
- --- Energy:  48.9191931692468
- --- Workload:  449351000000.0
+ --- Configuration:  202220-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11749390206.648275
+ --- Energy:  56.72728338180733
+ --- Workload:  666511000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 10 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 88 in the X datas point
 --------------
- --- Configuration:  0011-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8964027358.211496
- --- Energy:  50.74428137607953
- --- Workload:  454872000000.0
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 52 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 239 in the X datas point
 --------------
- --- Configuration:  1101-0202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9914340101.522842
- --- Energy:  65.015157087009
- --- Workload:  644582000000.0
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 224 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 222 in the X datas point
 --------------
- --- Configuration:  1100-0222
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10065860928.052246
- --- Energy:  83.39866371497797
- --- Workload:  839479000000.0
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 244 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 205 in the X datas point
 --------------
- --- Configuration:  0101-0222
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10233675752.123999
- --- Energy:  84.26690937159533
- --- Workload:  862360000000.0
+ --- Configuration:  222220-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13053432922.324242
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 223 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 116 in the X datas point
 --------------
- --- Configuration:  0011-0222
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10205779124.487032
- --- Energy:  84.56198872402297
- --- Workload:  863021000000.0
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 57 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 466 in the X datas point
 --------------
- --- Configuration:  0101-2220
- --- Energy efficiency:  9185604320.908272
- --- Energy:  48.9191931692468
- --- Workload:  449351000000.0
+ --- Configuration:  202220-3-0
+ --- Energy efficiency:  11749390206.648275
+ --- Energy:  56.72728338180733
+ --- Workload:  666511000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (84.26690937159533 mAh)  is far from the median.
----  Median :48.9191931692468,   the gap is :  10
---- So yes we remove this configuration '0101-0222'
---- remove_aberrant_points: The value [0.0, 0, 1, 0, 1, 1.0, 0, 1, 1, 1] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 1.0, 0, 0, 0, 1]
---- Computing the list of the 10 first neighbours of '1011-0002'
+--- The energy of the current configuration (56.72728338180733 mAh)  it is NOT far from the median.
+---  Median :56.72728338180733,   the gap is :  10
+--- So No we don't romove this configuration '202220-3-0'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '220220-1-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1011-0002'
---- Neighbour  0 in the list of neghbours, And at position 245 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220220-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 162 in the X datas point
 --------------
- --- Configuration:  1011-0002
+ --- Configuration:  220220-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  7793442597.398549
- --- Energy:  48.497409609038264
- --- Workload:  377963000000.0
+ --- Energy efficiency:  12976463290.882996
+ --- Energy:  64.768131410946
+ --- Workload:  840461000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 54 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 245 in the X datas point
 --------------
- --- Configuration:  1001-0002
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7043096708.760907
- --- Energy:  47.6050128004243
- --- Workload:  335286000000.0
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13277356000.435497
+ --- Energy:  63.3971718133292
+ --- Workload:  841747000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 128 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 42 in the X datas point
 --------------
- --- Configuration:  1001-2002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9165566798.65083
- --- Energy:  65.10994999301121
- --- Workload:  596772000000.0
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 165 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 124 in the X datas point
 --------------
- --- Configuration:  1111-2002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10098612955.510561
- --- Energy:  67.2428641168314
- --- Workload:  679060000000.0
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 208 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 615 in the X datas point
 --------------
- --- Configuration:  1011-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8737821661.059898
- --- Energy:  42.79354542763764
- --- Workload:  373921000000.0
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12670208412.258175
+ --- Energy:  62.229672314345905
+ --- Workload:  788463000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 47 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 50 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  0001-2002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8407741848.694279
- --- Energy:  65.1809584910712
- --- Workload:  548023000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 52 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 165 in the X datas point
 --------------
- --- Configuration:  1101-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9914340101.522842
- --- Energy:  65.015157087009
- --- Workload:  644582000000.0
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 53 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 238 in the X datas point
 --------------
- --- Configuration:  0011-0000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  2745412415.8531094
- --- Energy:  29.5448803510097
- --- Workload:  81112900000.0
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 67 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 246 in the X datas point
 --------------
- --- Configuration:  0110-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6145261695.969323
- --- Energy:  51.31617435224532
- --- Workload:  315351000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13583376120.968113
+ --- Energy:  65.5557580165811
+ --- Workload:  890469000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1011-0002'
---- Neighbour  0 in the list of neghbours, And at position 53 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220220-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 615 in the X datas point
 --------------
- --- Configuration:  0011-0000
+ --- Configuration:  220020-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2745412415.8531094
- --- Energy:  29.5448803510097
- --- Workload:  81112900000.0
+ --- Energy efficiency:  12670208412.258175
+ --- Energy:  62.229672314345905
+ --- Workload:  788463000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 47 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 42 in the X datas point
 --------------
- --- Configuration:  1001-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5236095548.271565
- --- Energy:  39.7073615035878
- --- Workload:  207911000000.0
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 208 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 238 in the X datas point
 --------------
- --- Configuration:  1011-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8737821661.059898
- --- Energy:  42.79354542763764
- --- Workload:  373921000000.0
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 54 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 245 in the X datas point
 --------------
- --- Configuration:  1001-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7043096708.760907
- --- Energy:  47.6050128004243
- --- Workload:  335286000000.0
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13277356000.435497
+ --- Energy:  63.3971718133292
+ --- Workload:  841747000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 245 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  1011-0002
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7793442597.398549
- --- Energy:  48.497409609038264
- --- Workload:  377963000000.0
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 67 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  0110-0002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6145261695.969323
- --- Energy:  51.31617435224532
- --- Workload:  315351000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 52 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 124 in the X datas point
 --------------
- --- Configuration:  1101-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9914340101.522842
- --- Energy:  65.015157087009
- --- Workload:  644582000000.0
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 128 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 162 in the X datas point
 --------------
- --- Configuration:  1001-2002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9165566798.65083
- --- Energy:  65.10994999301121
- --- Workload:  596772000000.0
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12976463290.882996
+ --- Energy:  64.768131410946
+ --- Workload:  840461000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 50 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 246 in the X datas point
 --------------
- --- Configuration:  0001-2002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8407741848.694279
- --- Energy:  65.1809584910712
- --- Workload:  548023000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13583376120.968113
+ --- Energy:  65.5557580165811
+ --- Workload:  890469000000.0
 --------------
 --- Neighbour  9 in the list of neghbours, And at position 165 in the X datas point
 --------------
- --- Configuration:  1111-2002
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10098612955.510561
- --- Energy:  67.2428641168314
- --- Workload:  679060000000.0
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 245 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  1011-0002
- --- Energy efficiency:  7793442597.398549
- --- Energy:  48.497409609038264
- --- Workload:  377963000000.0
+ --- Configuration:  111110-1-2
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (48.497409609038264 mAh)  it is NOT far from the median.
----  Median :48.497409609038264,   the gap is :  10
---- So No we don't romove this configuration '1011-0002'
- --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 1.0, 0, 0, 0, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 0, 0.0, 1, 0, 1, 1]
---- Computing the list of the 10 first neighbours of '0330-1011'
+--- The energy of the current configuration (63.44082042960884 mAh)  it is NOT far from the median.
+---  Median :63.44082042960884,   the gap is :  10
+--- So No we don't romove this configuration '220220-1-2'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '110111-1-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0330-1011'
---- Neighbour  0 in the list of neghbours, And at position 246 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110111-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  0330-1011
+ --- Configuration:  110111-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9121757215.309958
- --- Energy:  48.6433554663716
- --- Workload:  443713000000.0
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 59 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 246 in the X datas point
 --------------
- --- Configuration:  3330-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9820095844.135439
- --- Energy:  58.230522602615636
- --- Workload:  571832000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13583376120.968113
+ --- Energy:  65.5557580165811
+ --- Workload:  890469000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 60 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Configuration:  0330-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7854719115.244439
- --- Energy:  56.794731664850964
- --- Workload:  446108000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 94 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 131 in the X datas point
 --------------
- --- Configuration:  0220-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7282684688.88371
- --- Energy:  43.18443043197562
- --- Workload:  314499000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 106 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 611 in the X datas point
 --------------
- --- Configuration:  0333-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9607255399.277534
- --- Energy:  65.95120166169613
- --- Workload:  633609000000.0
+ --- Configuration:  010111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13285064266.49839
+ --- Energy:  63.33291473508287
+ --- Workload:  841382000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 163 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 653 in the X datas point
 --------------
- --- Configuration:  0220-2022
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10070047248.66169
- --- Energy:  83.48428558869355
- --- Workload:  840691000000.0
+ --- Configuration:  100111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12648173350.804678
+ --- Energy:  65.36175990721286
+ --- Workload:  826707000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 2 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 113 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  3303-1011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10227751572.005417
- --- Energy:  73.37868558375581
- --- Workload:  750499000000.0
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 142 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 85 in the X datas point
 --------------
- --- Configuration:  0300-0010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  3550266447.4968843
- --- Energy:  34.61491775303547
- --- Workload:  122892000000.0
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 149 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  0033-0011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8411277841.329655
- --- Energy:  59.541753106093076
- --- Workload:  500822000000.0
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0330-1011'
---- Neighbour  0 in the list of neghbours, And at position 142 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110111-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 2 in the X datas point
 --------------
- --- Configuration:  0300-0010
+ --- Configuration:  110111-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3550266447.4968843
- --- Energy:  34.61491775303547
- --- Workload:  122892000000.0
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 94 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 611 in the X datas point
 --------------
- --- Configuration:  0220-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7282684688.88371
- --- Energy:  43.18443043197562
- --- Workload:  314499000000.0
+ --- Configuration:  010111-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13285064266.49839
+ --- Energy:  63.33291473508287
+ --- Workload:  841382000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 246 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 5 in the X datas point
 --------------
- --- Configuration:  0330-1011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9121757215.309958
- --- Energy:  48.6433554663716
- --- Workload:  443713000000.0
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 60 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  0330-0111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7854719115.244439
- --- Energy:  56.794731664850964
- --- Workload:  446108000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 59 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 85 in the X datas point
 --------------
- --- Configuration:  3330-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9820095844.135439
- --- Energy:  58.230522602615636
- --- Workload:  571832000000.0
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 149 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Configuration:  0033-0011
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8411277841.329655
- --- Energy:  59.541753106093076
- --- Workload:  500822000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 653 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  100111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12648173350.804678
+ --- Energy:  65.36175990721286
+ --- Workload:  826707000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 106 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 246 in the X datas point
 --------------
- --- Configuration:  0333-0011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9607255399.277534
- --- Energy:  65.95120166169613
- --- Workload:  633609000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13583376120.968113
+ --- Energy:  65.5557580165811
+ --- Workload:  890469000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 113 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 131 in the X datas point
 --------------
- --- Configuration:  3303-1011
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10227751572.005417
- --- Energy:  73.37868558375581
- --- Workload:  750499000000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 163 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 104 in the X datas point
 --------------
- --- Configuration:  0220-2022
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10070047248.66169
- --- Energy:  83.48428558869355
- --- Workload:  840691000000.0
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 59 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 85 in the X datas point
 --------------
- --- Configuration:  3330-1111
- --- Energy efficiency:  9820095844.135439
- --- Energy:  58.230522602615636
- --- Workload:  571832000000.0
+ --- Configuration:  011111-1-2
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (58.230522602615636 mAh)  it is NOT far from the median.
----  Median :58.230522602615636,   the gap is :  10
---- So No we don't romove this configuration '0330-1011'
- --- remove_aberrant_points: The value [2.0, 0, 1, 1, 0, 0.0, 1, 0, 1, 1] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 0, 0.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '1110-1000'
+--- The energy of the current configuration (64.6497062836685 mAh)  it is NOT far from the median.
+---  Median :64.6497062836685,   the gap is :  10
+--- So No we don't romove this configuration '110111-1-2'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '111111-1-3'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '1110-1000'
---- Neighbour  0 in the list of neghbours, And at position 247 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111111-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 140 in the X datas point
 --------------
- --- Configuration:  1110-1000
+ --- Configuration:  111111-1-3
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  6238497769.737048
- --- Energy:  35.660197143265485
- --- Workload:  222466000000.0
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 38 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 247 in the X datas point
 --------------
- --- Configuration:  1110-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2905397356.669485
- --- Energy:  30.668041259477853
- --- Workload:  89102900000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13225816264.315292
+ --- Energy:  70.9803740450458
+ --- Workload:  938774000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 706 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13008417747.124165
+ --- Energy:  74.45417223065692
+ --- Workload:  968531000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 36 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 39 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 94 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3029054692.61153
- --- Energy:  30.508250558695604
- --- Workload:  92411200000.0
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 103 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 97 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 131 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2991522026.5766816
- --- Energy:  30.63396781022152
- --- Workload:  91642100000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 115 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 139 in the X datas point
 --------------
- --- Configuration:  0110-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7487495881.877265
- --- Energy:  41.820066635010036
- --- Workload:  313127000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 140 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  2020-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6005284650.492433
- --- Energy:  34.65163368892841
- --- Workload:  208093000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 147 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 323 in the X datas point
 --------------
- --- Configuration:  1010-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5000900162.029165
- --- Energy:  35.48607288213239
- --- Workload:  177462000000.0
+ --- Configuration:  101111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12292321232.772312
+ --- Energy:  77.79688045119694
+ --- Workload:  956304000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '1110-1000'
---- Neighbour  0 in the list of neghbours, And at position 36 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111111-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Configuration:  1100-0000
+ --- Configuration:  111111-1-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  30.059275323795035
- --- Workload:  60678300000.0
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 39 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 131 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3029054692.61153
- --- Energy:  30.508250558695604
- --- Workload:  92411200000.0
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 97 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 247 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2991522026.5766816
- --- Energy:  30.63396781022152
- --- Workload:  91642100000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13225816264.315292
+ --- Energy:  70.9803740450458
+ --- Workload:  938774000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 38 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 140 in the X datas point
 --------------
- --- Configuration:  1110-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  2905397356.669485
- --- Energy:  30.668041259477853
- --- Workload:  89102900000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 140 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 706 in the X datas point
 --------------
- --- Configuration:  2020-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6005284650.492433
- --- Energy:  34.65163368892841
- --- Workload:  208093000000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13008417747.124165
+ --- Energy:  74.45417223065692
+ --- Workload:  968531000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 147 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 323 in the X datas point
 --------------
- --- Configuration:  1010-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5000900162.029165
- --- Energy:  35.48607288213239
- --- Workload:  177462000000.0
+ --- Configuration:  101111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12292321232.772312
+ --- Energy:  77.79688045119694
+ --- Workload:  956304000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 247 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 139 in the X datas point
 --------------
- --- Configuration:  1110-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6238497769.737048
- --- Energy:  35.660197143265485
- --- Workload:  222466000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 42 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 94 in the X datas point
 --------------
- --- Configuration:  1100-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5947637003.818383
- --- Energy:  36.68430426428569
- --- Workload:  218185000000.0
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 46 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 147 in the X datas point
 --------------
- --- Configuration:  1000-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4062233415.93208
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 115 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 103 in the X datas point
 --------------
- --- Configuration:  0110-1001
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7487495881.877265
- --- Energy:  41.820066635010036
- --- Workload:  313127000000.0
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 140 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 706 in the X datas point
 --------------
- --- Configuration:  2020-1000
- --- Energy efficiency:  6005284650.492433
- --- Energy:  34.65163368892841
- --- Workload:  208093000000.0
+ --- Configuration:  111111-1-3
+ --- Energy efficiency:  13008417747.124165
+ --- Energy:  74.45417223065692
+ --- Workload:  968531000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (34.65163368892841 mAh)  it is NOT far from the median.
----  Median :34.65163368892841,   the gap is :  10
---- So No we don't romove this configuration '1110-1000'
- --- remove_aberrant_points: The value [0.0, 1, 1, 1, 0, 0.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 0, 1.0, 1, 1, 0, 1]
---- Computing the list of the 10 first neighbours of '3300-2202'
+--- The energy of the current configuration (74.45417223065692 mAh)  it is NOT far from the median.
+---  Median :74.45417223065692,   the gap is :  10
+--- So No we don't romove this configuration '111111-1-3'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '222020-2-0'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3300-2202'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222020-2-0'
 --- Neighbour  0 in the list of neghbours, And at position 248 in the X datas point
 --------------
- --- Configuration:  3300-2202
+ --- Configuration:  222020-2-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9961846129.324686
- --- Energy:  83.53903174389984
- --- Workload:  832202000000.0
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 116 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 19 in the X datas point
 --------------
- --- Configuration:  3330-2202
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10286076355.602003
- --- Energy:  84.88778487940925
- --- Workload:  873162000000.0
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 41 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 136 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 49 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 196 in the X datas point
 --------------
- --- Configuration:  3000-0202
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8354358468.81318
- --- Energy:  64.35822134376
- --- Workload:  537670000000.0
+ --- Configuration:  222020-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14254435980.477125
+ --- Energy:  56.5693073110482
+ --- Workload:  806364000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 71 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 225 in the X datas point
 --------------
- --- Configuration:  3000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6519117311.516021
- --- Energy:  42.79271109577192
- --- Workload:  278971000000.0
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15528046758.0544
+ --- Energy:  58.262720853322
+ --- Workload:  904706000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 227 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 400 in the X datas point
 --------------
- --- Configuration:  3300-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7514502990.77219
- --- Energy:  41.92637824781065
- --- Workload:  315055000000.0
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13861550830.306894
+ --- Energy:  44.8724765340684
+ --- Workload:  622002000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 27 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 451 in the X datas point
 --------------
- --- Configuration:  3300-3000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12917092930.73338
+ --- Energy:  44.62557467187459
+ --- Workload:  576433000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 30 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 478 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6611133148.221605
- --- Energy:  42.19510352720739
- --- Workload:  278957000000.0
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15859321474.790024
+ --- Energy:  57.21047710637256
+ --- Workload:  907319000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 566 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13883393379.009699
+ --- Energy:  44.42888788986695
+ --- Workload:  616824000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 661 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10742142391.394255
+ --- Energy:  31.721882777468608
+ --- Workload:  340761000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3300-2202'
---- Neighbour  0 in the list of neghbours, And at position 27 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222020-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 661 in the X datas point
 --------------
- --- Configuration:  3300-3000
+ --- Configuration:  222020-1-0
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5072151352.996373
- --- Energy:  36.711179058531826
- --- Workload:  186205000000.0
+ --- Energy efficiency:  10742142391.394255
+ --- Energy:  31.721882777468608
+ --- Workload:  340761000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 40 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 136 in the X datas point
 --------------
- --- Configuration:  3300-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5058399218.983161
- --- Energy:  36.78276420172299
- --- Workload:  186062000000.0
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 43 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 19 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5035525633.343237
- --- Energy:  36.93355197432356
- --- Workload:  185980000000.0
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 41 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 566 in the X datas point
 --------------
- --- Configuration:  3300-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5026691733.102776
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13883393379.009699
+ --- Energy:  44.42888788986695
+ --- Workload:  616824000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 227 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 451 in the X datas point
 --------------
- --- Configuration:  3300-0101
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7514502990.77219
- --- Energy:  41.92637824781065
- --- Workload:  315055000000.0
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12917092930.73338
+ --- Energy:  44.62557467187459
+ --- Workload:  576433000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 30 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 400 in the X datas point
 --------------
- --- Configuration:  3000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  6611133148.221605
- --- Energy:  42.19510352720739
- --- Workload:  278957000000.0
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13861550830.306894
+ --- Energy:  44.8724765340684
+ --- Workload:  622002000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 71 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 248 in the X datas point
 --------------
- --- Configuration:  3000-2200
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  6519117311.516021
- --- Energy:  42.79271109577192
- --- Workload:  278971000000.0
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 49 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 196 in the X datas point
 --------------
- --- Configuration:  3000-0202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8354358468.81318
- --- Energy:  64.35822134376
- --- Workload:  537670000000.0
+ --- Configuration:  222020-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14254435980.477125
+ --- Energy:  56.5693073110482
+ --- Workload:  806364000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 248 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 478 in the X datas point
 --------------
- --- Configuration:  3300-2202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  9961846129.324686
- --- Energy:  83.53903174389984
- --- Workload:  832202000000.0
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15859321474.790024
+ --- Energy:  57.21047710637256
+ --- Workload:  907319000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 116 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 225 in the X datas point
 --------------
- --- Configuration:  3330-2202
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  10286076355.602003
- --- Energy:  84.88778487940925
- --- Workload:  873162000000.0
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15528046758.0544
+ --- Energy:  58.262720853322
+ --- Workload:  904706000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 227 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 451 in the X datas point
 --------------
- --- Configuration:  3300-0101
- --- Energy efficiency:  7514502990.77219
- --- Energy:  41.92637824781065
- --- Workload:  315055000000.0
+ --- Configuration:  111010-2-0
+ --- Energy efficiency:  12917092930.73338
+ --- Energy:  44.62557467187459
+ --- Workload:  576433000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (83.53903174389984 mAh)  is far from the median.
----  Median :41.92637824781065,   the gap is :  10
---- So yes we remove this configuration '3300-2202'
---- remove_aberrant_points: The value [2.0, 1, 1, 0, 0, 1.0, 1, 1, 0, 1] is  an abberant point. we don't add it
- --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 0, 0.0, 0, 0, 1, 0]
---- Computing the list of the 10 first neighbours of '3030-0010'
+--- The energy of the current configuration (44.62557467187459 mAh)  it is NOT far from the median.
+---  Median :44.62557467187459,   the gap is :  10
+--- So No we don't romove this configuration '222020-2-0'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0]
+--- Computing the list of the 10 first neighbours of '333303-0-2'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '3030-0010'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333303-0-2'
 --- Neighbour  0 in the list of neghbours, And at position 249 in the X datas point
 --------------
- --- Configuration:  3030-0010
+ --- Configuration:  333303-0-2
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  5246589716.684155
- --- Energy:  35.71821214035277
- --- Workload:  187399000000.0
+ --- Energy efficiency:  13695515814.21211
+ --- Energy:  75.8036384393518
+ --- Workload:  1038170000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 180 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 29 in the X datas point
 --------------
- --- Configuration:  3030-0110
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  7504014647.836593
- --- Energy:  41.82593528076137
- --- Workload:  313863000000.0
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 199 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 483 in the X datas point
 --------------
- --- Configuration:  3030-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  2117186259.461176
- --- Energy:  28.69675782439391
- --- Workload:  60756400000.0
+ --- Configuration:  333333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14751416504.76987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 5 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 6 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  303303-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  58.54108121624596
+ --- Workload:  751419000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 6 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 43 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 58 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 77 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14045358079.381556
+ --- Energy:  70.47402905804368
+ --- Workload:  989833000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 105 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13446770287.478502
+ --- Energy:  86.2801902841026
+ --- Workload:  1160190000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 137 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 121 in the X datas point
 --------------
- --- Configuration:  3033-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9521179864.608822
- --- Energy:  66.3571751425295
- --- Workload:  631797000000.0
+ --- Configuration:  333300-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '3030-0010'
---- Neighbour  0 in the list of neghbours, And at position 199 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333303-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 58 in the X datas point
 --------------
- --- Configuration:  3030-0000
+ --- Configuration:  333300-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  2117186259.461176
- --- Energy:  28.69675782439391
- --- Workload:  60756400000.0
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 18 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 6 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  303303-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  58.54108121624596
+ --- Workload:  751419000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 35 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 121 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+ --- Configuration:  333300-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 5 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 77 in the X datas point
 --------------
- --- Configuration:  0030-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  994906080.8659663
- --- Energy:  29.623247258891045
- --- Workload:  29472300000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14045358079.381556
+ --- Energy:  70.47402905804368
+ --- Workload:  989833000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 20 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 43 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
 --------------
 --- Neighbour  5 in the list of neghbours, And at position 249 in the X datas point
 --------------
- --- Configuration:  3030-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5246589716.684155
- --- Energy:  35.71821214035277
- --- Workload:  187399000000.0
+ --- Configuration:  333303-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13695515814.21211
+ --- Energy:  75.8036384393518
+ --- Workload:  1038170000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 6 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 483 in the X datas point
 --------------
- --- Configuration:  0020-0010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3998672440.749671
- --- Energy:  36.82601141845538
- --- Workload:  147255000000.0
+ --- Configuration:  333333-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14751416504.76987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 180 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 29 in the X datas point
 --------------
- --- Configuration:  3030-0110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  7504014647.836593
- --- Energy:  41.82593528076137
- --- Workload:  313863000000.0
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 68 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 105 in the X datas point
 --------------
- --- Configuration:  3030-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  4306298392.02818
- --- Energy:  43.625602385234735
- --- Workload:  187865000000.0
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13446770287.478502
+ --- Energy:  86.2801902841026
+ --- Workload:  1160190000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 137 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
 --------------
- --- Configuration:  3033-1010
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9521179864.608822
- --- Energy:  66.3571751425295
- --- Workload:  631797000000.0
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 20 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 43 in the X datas point
 --------------
- --- Configuration:  3330-0000
- --- Energy efficiency:  5377240292.736961
- --- Energy:  32.51205394198035
- --- Workload:  174825000000.0
+ --- Configuration:  333033-0-2
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (32.51205394198035 mAh)  it is NOT far from the median.
----  Median :32.51205394198035,   the gap is :  10
---- So No we don't romove this configuration '3030-0010'
- --- remove_aberrant_points: The value [2.0, 1, 0, 1, 0, 0.0, 0, 0, 1, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0]
---- Computing the list of the 10 first neighbours of '0000-2000'
+--- The energy of the current configuration (72.52828772049172 mAh)  it is NOT far from the median.
+---  Median :72.52828772049172,   the gap is :  10
+--- So No we don't romove this configuration '333303-0-2'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0]
+--- Computing the list of the 10 first neighbours of '100010-0-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0000-2000'
---- Neighbour  0 in the list of neghbours, And at position 76 in the X datas point
+--- Ordered by distance, Printing the list of the 10 first neighbours of '100010-0-1'
+--- Neighbour  0 in the list of neghbours, And at position 250 in the X datas point
 --------------
- --- Configuration:  0000-2000
+ --- Configuration:  100010-0-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Energy efficiency:  9201917679.644438
+ --- Energy:  32.1912867561494
+ --- Workload:  296221000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 250 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 64 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  3452478361.591869
- --- Energy:  34.331593464755564
- --- Workload:  118529000000.0
+ --- Configuration:  220020-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10312116840.40865
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 24 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 120 in the X datas point
 --------------
- --- Configuration:  0000-3000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Configuration:  100110-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11691120593.908926
+ --- Energy:  51.630790443296
+ --- Workload:  603622000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 157 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  100000-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10075333266.836134
+ --- Energy:  50.7096930689716
+ --- Workload:  510917000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 279 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
 --------------
---- Neighbour  5 in the list of neghbours, And at position 77 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 359 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  100011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  4992984856.276931
+ --- Energy:  24.1374403681183
+ --- Workload:  120518000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 679 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  100010-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8467113730.2716255
+ --- Energy:  29.649894317218024
+ --- Workload:  251048000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 760 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  100000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5587965756.945841
+ --- Energy:  13.49249894433128
+ --- Workload:  75395500000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 25 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 2 in the X datas point
 --------------
- --- Configuration:  0000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5789616901.049658
- --- Energy:  42.05795824330537
- --- Workload:  243499000000.0
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 32 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 40 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  000011-1-1
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11067652130.41236
+ --- Energy:  41.81970183069355
+ --- Workload:  462846000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0000-2000'
---- Neighbour  0 in the list of neghbours, And at position 32 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '100010-0-1'
+--- Neighbour  0 in the list of neghbours, And at position 760 in the X datas point
 --------------
- --- Configuration:  0000-0000
+ --- Configuration:  100000-1-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Energy efficiency:  5587965756.945841
+ --- Energy:  13.49249894433128
+ --- Workload:  75395500000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 17 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 279 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [1.]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
 --------------
---- Neighbour  2 in the list of neghbours, And at position 16 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 359 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  100011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  4992984856.276931
+ --- Energy:  24.1374403681183
+ --- Workload:  120518000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 250 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 679 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3452478361.591869
- --- Energy:  34.331593464755564
- --- Workload:  118529000000.0
+ --- Configuration:  100010-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8467113730.2716255
+ --- Energy:  29.649894317218024
+ --- Workload:  251048000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 76 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 250 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Configuration:  100010-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9201917679.644438
+ --- Energy:  32.1912867561494
+ --- Workload:  296221000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 75 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 64 in the X datas point
 --------------
- --- Configuration:  0000-1000
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  3145168392.3157244
- --- Energy:  35.44774676664167
- --- Workload:  111489000000.0
+ --- Configuration:  220020-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10312116840.40865
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 24 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 2 in the X datas point
 --------------
- --- Configuration:  0000-3000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3307720550.5370083
- --- Energy:  35.59789292409111
- --- Workload:  117748000000.0
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 66 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 40 in the X datas point
 --------------
- --- Configuration:  0010-2000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  3839950848.6291375
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+ --- Configuration:  000011-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11067652130.41236
+ --- Energy:  41.81970183069355
+ --- Workload:  462846000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 25 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 157 in the X datas point
 --------------
- --- Configuration:  0000-3300
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5789616901.049658
- --- Energy:  42.05795824330537
- --- Workload:  243499000000.0
+ --- Configuration:  100000-0-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  10075333266.836134
+ --- Energy:  50.7096930689716
+ --- Workload:  510917000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 77 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 120 in the X datas point
 --------------
- --- Configuration:  0000-2200
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  5724131219.984087
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+ --- Configuration:  100110-0-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11691120593.908926
+ --- Energy:  51.630790443296
+ --- Workload:  603622000000.0
 --------------
 --------------
---- Median at position 4 in the list of neghbours, And at position 76 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 250 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Energy efficiency:  3331046015.069652
- --- Energy:  35.40657570372512
- --- Workload:  117941000000.0
+ --- Configuration:  100010-0-1
+ --- Energy efficiency:  9201917679.644438
+ --- Energy:  32.1912867561494
+ --- Workload:  296221000000.0
 --------------
 --- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (35.40657570372512 mAh)  it is NOT far from the median.
----  Median :35.40657570372512,   the gap is :  10
---- So No we don't romove this configuration '0000-2000'
- --- remove_aberrant_points: The value [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0] is not an abberant point.
- --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 1, 0.0, 1, 1, 1, 0]
---- Computing the list of the 10 first neighbours of '0222-1110'
+--- The energy of the current configuration (32.1912867561494 mAh)  it is NOT far from the median.
+---  Median :32.1912867561494,   the gap is :  10
+--- So No we don't romove this configuration '100010-0-1'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '222222-3-1'
 *** START computing ci exp matrix 
-X =  [[2. 0. 1. ... 0. 1. 0.]
- [2. 0. 0. ... 0. 0. 0.]
- [2. 0. 1. ... 1. 0. 0.]
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
  ...
- [2. 1. 0. ... 0. 1. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [1. 0. 1. ... 1. 1. 0.]]
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
 *** END computing ci exp matrix, cached  result  [[[1.        ]
-  [0.52921334]
-  [0.76130039]
+  [0.24659696]
+  [0.67032005]
   ...
-  [0.63473642]
-  [0.48322508]
-  [0.76130039]]
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
 
- [[0.52921334]
+ [[0.24659696]
   [1.        ]
-  [0.48322508]
+  [0.44932896]
   ...
-  [0.48322508]
-  [0.52921334]
-  [0.48322508]]
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
 
- [[0.76130039]
-  [0.48322508]
+ [[0.67032005]
+  [0.44932896]
   [1.        ]
   ...
-  [0.57957828]
-  [0.44123317]
-  [0.69514393]]
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
 
  ...
 
- [[0.63473642]
-  [0.48322508]
-  [0.57957828]
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
   ...
   [1.        ]
-  [0.44123317]
-  [0.57957828]]
+  [0.67032005]
+  [0.22313016]]
 
- [[0.48322508]
-  [0.52921334]
-  [0.44123317]
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
   ...
-  [0.44123317]
+  [0.67032005]
   [1.        ]
-  [0.52921334]]
+  [0.22313016]]
 
- [[0.76130039]
-  [0.48322508]
-  [0.69514393]
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
   ...
-  [0.57957828]
-  [0.52921334]
+  [0.22313016]
+  [0.22313016]
   [1.        ]]]
---- Ordered by distance, Printing the list of the 10 first neighbours of '0222-1110'
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222222-3-1'
 --- Neighbour  0 in the list of neghbours, And at position 251 in the X datas point
 --------------
- --- Configuration:  0222-1110
+ --- Configuration:  222222-3-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  11528294469.531294
- --- Energy:  56.93002977667585
- --- Workload:  656306000000.0
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 170 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  11414873580.275099
- --- Energy:  57.359112207692405
- --- Workload:  654747000000.0
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 236 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  11529065350.201126
- --- Energy:  56.827789322012976
- --- Workload:  655171000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 157 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  0022-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11384996168.94879
- --- Energy:  60.652013004669556
- --- Workload:  690523000000.0
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 176 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 97 in the X datas point
 --------------
- --- Configuration:  0222-1000
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  9969791531.659073
- --- Energy:  42.75164023390624
- --- Workload:  426227000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 209 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 116 in the X datas point
 --------------
- --- Configuration:  0022-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11525411226.672567
- --- Energy:  59.99293901124158
- --- Workload:  691443000000.0
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 226 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 138 in the X datas point
 --------------
- --- Configuration:  0200-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  8314487162.431821
- --- Energy:  48.121310145716976
- --- Workload:  400104000000.0
+ --- Configuration:  222202-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15123376505.532131
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 243 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 205 in the X datas point
 --------------
- --- Configuration:  0022-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  10604498852.593224
- --- Energy:  53.16348231202643
- --- Workload:  563772000000.0
+ --- Configuration:  222220-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13053432922.324242
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 222 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 239 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
 --------------
---- Ordered by energy, Printing the list of the 10 first neighbours of '0222-1110'
---- Neighbour  0 in the list of neghbours, And at position 176 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222222-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 59 in the X datas point
 --------------
- --- Configuration:  0222-1000
+ --- Configuration:  111111-3-1
  --- Distance from that configuration:  [1.]
- --- Energy efficiency:  9969791531.659073
- --- Energy:  42.75164023390624
- --- Workload:  426227000000.0
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
 --------------
---- Neighbour  1 in the list of neghbours, And at position 226 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 239 in the X datas point
 --------------
- --- Configuration:  0200-1110
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  8314487162.431821
- --- Energy:  48.121310145716976
- --- Workload:  400104000000.0
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
 --------------
---- Neighbour  2 in the list of neghbours, And at position 243 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 222 in the X datas point
 --------------
- --- Configuration:  0022-2220
- --- Distance from that configuration:  [0.91310072]
- --- Energy efficiency:  10604498852.593224
- --- Energy:  53.16348231202643
- --- Workload:  563772000000.0
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
 --------------
---- Neighbour  3 in the list of neghbours, And at position 3 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 97 in the X datas point
 --------------
- --- Configuration:  2222-0220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11285968381.230984
- --- Energy:  54.74622776577034
- --- Workload:  617864000000.0
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
 --------------
---- Neighbour  4 in the list of neghbours, And at position 236 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 205 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11529065350.201126
- --- Energy:  56.827789322012976
- --- Workload:  655171000000.0
+ --- Configuration:  222220-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13053432922.324242
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
 --------------
---- Neighbour  5 in the list of neghbours, And at position 251 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 68 in the X datas point
 --------------
- --- Configuration:  0222-1110
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11528294469.531294
- --- Energy:  56.93002977667585
- --- Workload:  656306000000.0
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
 --------------
---- Neighbour  6 in the list of neghbours, And at position 170 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 138 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11414873580.275099
- --- Energy:  57.359112207692405
- --- Workload:  654747000000.0
+ --- Configuration:  222202-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15123376505.532131
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
 --------------
---- Neighbour  7 in the list of neghbours, And at position 209 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 251 in the X datas point
 --------------
- --- Configuration:  0022-1111
- --- Distance from that configuration:  [0.83375292]
- --- Energy efficiency:  11525411226.672567
- --- Energy:  59.99293901124158
- --- Workload:  691443000000.0
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
 --------------
---- Neighbour  8 in the list of neghbours, And at position 157 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 116 in the X datas point
 --------------
- --- Configuration:  0022-1111
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  11384996168.94879
- --- Energy:  60.652013004669556
- --- Workload:  690523000000.0
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
 --------------
---- Neighbour  9 in the list of neghbours, And at position 0 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 24 in the X datas point
 --------------
- --- Configuration:  0303-1010
- --- Distance from that configuration:  [0.76130039]
- --- Energy efficiency:  8236960890.90969
- --- Energy:  61.00540758755291
- --- Workload:  502499000000.0
---------------
---------------
---- Median at position 4 in the list of neghbours, And at position 236 in the X datas point
---------------
- --- Configuration:  0222-2220
- --- Energy efficiency:  11529065350.201126
- --- Energy:  56.827789322012976
- --- Workload:  655171000000.0
---------------
---- Comparing the median energy with the energy of that data point
---- The energy of the current configuration (56.827789322012976 mAh)  it is NOT far from the median.
----  Median :56.827789322012976,   the gap is :  10
---- So No we don't romove this configuration '0222-1110'
- --- remove_aberrant_points: The value [1.0, 0, 1, 1, 1, 0.0, 1, 1, 1, 0] is not an abberant point.
---- remove_aberrant_points: Printing all 39 removed points 
- --- Configuration:  0020-0202
- --- Energy:  66.44909360627778
- --- Configuration:  3333-0000
- --- Energy:  59.045602086542516
- --- Configuration:  3333-3000
- --- Energy:  66.34289826476824
- --- Configuration:  3333-3300
- --- Energy:  75.09852863759252
- --- Configuration:  3000-0202
- --- Energy:  64.35822134376
- --- Configuration:  0001-2002
- --- Energy:  65.1809584910712
- --- Configuration:  1101-0202
- --- Energy:  65.015157087009
- --- Configuration:  0000-1010
- --- Energy:  45.45847467114993
- --- Configuration:  0110-0002
- --- Energy:  51.31617435224532
- --- Configuration:  3030-1000
- --- Energy:  43.625602385234735
- --- Configuration:  3003-1101
- --- Energy:  67.46193459835338
- --- Configuration:  3003-0002
- --- Energy:  65.80063109114849
- --- Configuration:  2020-0022
- --- Energy:  65.93701913313123
- --- Configuration:  3303-1011
- --- Energy:  73.37868558375581
- --- Configuration:  3330-2202
- --- Energy:  84.88778487940925
- --- Configuration:  0011-2022
- --- Energy:  84.69065283515172
- --- Configuration:  3003-3330
- --- Energy:  65.99051868650201
- --- Configuration:  1001-2002
- --- Energy:  65.10994999301121
- --- Configuration:  0333-0030
- --- Energy:  58.764018507515395
- --- Configuration:  3333-1101
- --- Energy:  79.26313007840331
- --- Configuration:  3333-3000
- --- Energy:  64.97706889442466
- --- Configuration:  2000-0022
- --- Energy:  64.3370683100252
- --- Configuration:  3030-2002
- --- Energy:  65.30338482528335
- --- Configuration:  3330-0101
- --- Energy:  42.07329975259821
- --- Configuration:  0220-2022
- --- Energy:  83.48428558869355
- --- Configuration:  1111-2002
- --- Energy:  67.2428641168314
- --- Configuration:  2200-0002
- --- Energy:  47.115411060327354
- --- Configuration:  3333-1111
- --- Energy:  83.54140347554512
- --- Configuration:  3303-0111
- --- Energy:  73.36262541667716
- --- Configuration:  1000-0202
- --- Energy:  64.17430044494624
- --- Configuration:  0333-0002
- --- Energy:  70.26399021141525
- --- Configuration:  3033-0100
- --- Energy:  58.43142458623579
- --- Configuration:  0010-0222
- --- Energy:  82.55859277633934
- --- Configuration:  0011-0222
- --- Energy:  84.56198872402297
- --- Configuration:  1100-0222
- --- Energy:  83.39866371497797
- --- Configuration:  3333-1000
- --- Energy:  64.55329768339193
- --- Configuration:  3003-0110
- --- Energy:  59.49080386456649
- --- Configuration:  0101-0222
- --- Energy:  84.26690937159533
- --- Configuration:  3300-2202
- --- Energy:  83.53903174389984
-final_X_user friendly : 
-  ['0303-1010', '0033-3000', '0303-0100', '2222-0220', '3000-1110', '0030-0000', '0020-0010', '1000-1010', '0010-3300', '0011-0111', '3303-0001', '0022-0030', '0011-1100', '3303-1010', '0003-1001', '0000-0000', '0000-0000', '3000-0000', '3300-0000', '3330-0000', '0000-3000', '0000-3300', '0000-3330', '3300-3000', '3330-3000', '3000-3000', '3000-3300', '3000-3330', '0000-0000', '1000-0000', '2000-0000', '3000-0000', '1100-0000', '2200-0000', '1110-0000', '2220-0000', '3300-1000', '3300-2000', '1100-1000', '2200-2000', '3000-1000', '3000-2000', '1000-1000', '1001-2000', '0111-0000', '3300-0000', '0011-0000', '1001-0002', '2002-0101', '0303-0000', '0101-2220', '0001-0020', '3330-1111', '0330-0111', '0001-1100', '0002-0020', '2022-2220', '1000-0030', '0010-2000', '2000-2000', '3000-1100', '3000-2200', '1000-1100', '2000-2200', '3000-3300', '0000-1000', '0000-2000', '0000-2200', '1001-2220', '0200-1100', '2002-0100', '0000-0001', '0101-0200', '3330-2220', '2002-2000', '0001-0200', '0220-0020', '0303-1000', '0110-0020', '0030-2000', '2002-1001', '0101-2020', '0202-1001', '0220-1001', '1111-0101', '2220-0000', '0011-2200', '2222-2200', '1011-0100', '0033-2200', '0101-0330', '0100-0200', '1101-2000', '0333-0011', '1011-3330', '1011-3030', '0010-0101', '0110-0010', '0011-3000', '0020-2000', '3000-2000', '0110-1001', '1011-2200', '0222-0300', '0110-0100', '0200-0100', '2220-3330', '0020-2220', '2220-2220', '0002-3000', '2020-3030', '2022-2200', '0020-1100', '1110-3330', '0111-2000', '0033-0220', '2022-1001', '0003-0001', '3033-1010', '1111-0101', '0100-3000', '2020-1000', '0202-0200', '0300-0010', '0200-3330', '1010-2000', '0033-0011', '3030-1001', '0010-0011', '2220-0330', '2002-0010', '3330-0030', '0200-0010', '2022-0330', '0022-1111', '2220-0300', '0001-0220', '1100-0020', '1100-1001', '3000-0011', '2000-1001', '2020-0220', '2020-0030', '1111-3330', '0222-2220', '0303-0100', '0100-0200', '2200-1000', '0222-1000', '2200-2000', '0330-0300', '0300-0000', '3030-0110', '1100-1011', '3003-0220', '1000-0100', '0030-2200', '0202-0001', '3333-0001', '1000-2200', '1100-3000', '0020-1111', '3030-1101', '0002-0111', '1011-0330', '0000-1111', '1011-3030', '3030-0000', '0111-0001', '0011-0000', '1111-3300', '0002-3330', '1011-0100', '1011-3330', '3000-0001', '1011-0011', '0022-1111', '0220-2000', '0303-1001', '0022-3300', '0002-1000', '0222-3300', '3030-2000', '1100-0110', '1100-3330', '1001-3030', '0100-1011', '0330-0002', '1100-0000', '1110-3330', '1001-3330', '0200-1110', '3300-0101', '0333-3000', '2020-1100', '0303-1000', '2002-0220', '0110-0300', '3330-2000', '0003-0030', '0222-2220', '2200-1000', '0200-1000', '1101-1110', '2002-1111', '2200-3300', '0022-2220', '1011-0002', '0330-1011', '1110-1000', '3030-0010', '0000-2000', '0222-1110']
-final_X : 
-  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 0, 1, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 1, 0.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 0, 0, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 1.0, 0, 0, 0, 1], [2.0, 0, 1, 1, 0, 0.0, 1, 0, 1, 1], [0.0, 1, 1, 1, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 0, 1, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 1, 1, 0]]
-final_y : 
-  [8236960890.90969, 6957102505.948323, 6956231392.081026, 11285968381.230984, 8096707069.234942, 994906080.8659663, 3998672440.749671, 6501654671.113798, 6532788063.289651, 8964027358.211496, 8321129010.784183, 7249844128.351241, 7650055845.407672, 9340120487.55429, 6806147312.252427, 0.08333333333333333, 0.08333333333333333, 1016987763.6032282, 1980229389.772511, 5377240292.736961, 3307720550.5370083, 5789616901.049658, 7665772326.561901, 5072151352.996373, 5822958761.806049, 4149980287.5936337, 6611133148.221605, 8224428196.629629, 0.08333333333333333, 997516184.7000968, 1014996574.3865615, 1010122436.9405816, 2018619748.5607243, 1998856653.9939156, 2905397356.669485, 3029054692.61153, 5058399218.983161, 5026691733.102776, 5947637003.818383, 5035525633.343237, 5326600510.288329, 4059018123.5159216, 4062233415.93208, 5236095548.271565, 3139835723.7949314, 2075033200.5312083, 2745412415.8531094, 7043096708.760907, 8950387999.31977, 5363512027.675722, 9185604320.908272, 4533975344.242078, 9820095844.135439, 7854719115.244439, 6336774201.724871, 4969363871.73078, 10870309597.28764, 3845281263.097989, 3839950848.6291375, 4153496621.1304984, 6443423519.784533, 6519117311.516021, 6448575832.027497, 6539495281.754154, 6473246073.976255, 3145168392.3157244, 3331046015.069652, 5724131219.984087, 9166575000.916658, 6540008502.011052, 7245431755.278297, 3321398441.599851, 5549420363.04308, 9229945635.620207, 7263008047.412917, 4385426351.149858, 5040602049.508794, 6928278461.367919, 5821399464.43125, 4809102669.532892, 8795770993.306417, 8367150566.874451, 8895689149.038376, 7282684688.88371, 9080672696.233337, 2991522026.5766816, 7849108733.703288, 11468876336.840899, 6807769026.0124855, 8336042547.16116, 7878296082.123358, 4093227346.033253, 6788174999.151478, 9607255399.277534, 10000990098.019703, 8871225293.637558, 6657080470.788732, 5194211570.625695, 6806981239.9597025, 4244013818.5089927, 3742206854.226074, 7487495881.877265, 8782098570.274353, 9750580159.519491, 5162462701.2069845, 4242843383.922169, 9571301409.852697, 8376542330.856669, 9479212087.891254, 5449442794.474265, 7529950377.627011, 10578920865.440357, 6670179627.937381, 9413093613.215984, 6681499595.769274, 8384408354.2244835, 10534122128.398308, 5256269415.345153, 9521179864.608822, 8622547962.923044, 4292324465.390988, 6005284650.492433, 7512075661.626064, 3550266447.4968843, 8906781623.528154, 5000900162.029165, 8411277841.329655, 8447801037.389967, 6634071263.19351, 8252186829.509821, 7393168712.11001, 6057595619.146848, 3751444306.0578322, 10619025470.794495, 11384996168.94879, 6002689204.763734, 9243340173.405062, 5236287472.182222, 7522756337.9222145, 6788774083.176061, 6591219177.81132, 7467367603.572389, 5336236245.851076, 10965958375.4152, 11414873580.275099, 7192278369.94203, 4197888462.103562, 5023055826.242454, 9969791531.659073, 5065035050.042546, 5127442585.46165, 1047552602.8539523, 7504014647.836593, 9277212383.22309, 8528930131.004368, 4407169583.478402, 6743861400.160503, 7543867590.03606, 9681573061.991112, 6563747111.951271, 5338401255.591975, 10017249703.99027, 9152396555.037937, 9116518219.361662, 8886756067.432705, 9945201937.325336, 8938627384.378855, 2117186259.461176, 6254338947.644929, 2780233650.836016, 9442424814.692413, 9147875405.936972, 6759862639.591164, 10558457958.332102, 3629843118.1804323, 8737821661.059898, 11525411226.672567, 5281811027.365063, 8479966080.135679, 9258659160.980307, 4730794158.415373, 10575598076.510221, 5441732647.675019, 7524397860.061248, 9132169894.888725, 7964637011.668193, 8993129249.25357, 6611526535.36175, 2083511299.9235353, 8963143553.707155, 9487576019.202854, 8314487162.431821, 7514502990.77219, 8547519937.090253, 7567673924.06596, 7144898542.440698, 9205560158.335634, 5549728340.797718, 7804268935.107504, 5328502158.043374, 11529065350.201126, 5231876778.838105, 4343576935.606472, 9910704551.9866, 11245140693.577787, 7549106940.648921, 10604498852.593224, 7793442597.398549, 9121757215.309958, 6238497769.737048, 5246589716.684155, 3452478361.591869, 11528294469.531294]
- --- Actual line: ['X_0' 'X_1' 'X_2' 'X_3' 'X_4' 'X_5' 'X_6' 'X_7' 'X_8' 'X_9' 'y']
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.23696089e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.95710251e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.95623139e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.12859684e+10]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.09670707e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 9.94906081e+08]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 3.99867244e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 6.50165467e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.53278806e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 8.96402736e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.32112901e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.24984413e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.65005585e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.34012049e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 6.80614731e+09]
- --- Actual line: [0.         0.         0.         0.         0.         0.
- 0.         0.         0.         0.         0.08333333]
- --- Actual line: [0.         0.         0.         0.         0.         0.
- 0.         0.         0.         0.         0.08333333]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.01698776e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.98022939e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.37724029e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.30772055e+09]
- --- Actual line: [0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
- 2.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 5.7896169e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.66577233e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.07215135e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.82295876e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.14998029e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.61113315e+09]
- --- Actual line: [2.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
- 2.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
- 8.2244282e+09]
- --- Actual line: [0.         0.         0.         0.         0.         0.
- 0.         0.         0.         0.         0.08333333]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 9.97516185e+08]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.01499657e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.01012244e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 2.01861975e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.99885665e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 2.90539736e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.02905469e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.05839922e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.02669173e+09]
- --- Actual line: [0.000000e+00 1.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00
- 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
- 5.947637e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.03552563e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.32660051e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.05901812e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.06223342e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.23609555e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.13983572e+09]
- --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
- 2.0750332e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 2.74541242e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 7.04309671e+09]
- --- Actual line: [1.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00
- 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 1.000000e+00
- 8.950388e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.36351203e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.18560432e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 4.53397534e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 9.82009584e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 7.85471912e+09]
- --- Actual line: [0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00
- 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 6.3367742e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 4.96936387e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.08703096e+10]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 3.84528126e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.83995085e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.15349662e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.44342352e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.51911731e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.44857583e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.53949528e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.47324607e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.14516839e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.33104602e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.72413122e+09]
- --- Actual line: [0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00
- 1.000000e+00 1.000000e+00 1.000000e+00 1.000000e+00 0.000000e+00
- 9.166575e+09]
- --- Actual line: [1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 6.5400085e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.24543176e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 3.32139844e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.54942036e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.22994564e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.26300805e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.38542635e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 5.04060205e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.92827846e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 5.82139946e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.80910267e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.79577099e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.36715057e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.89568915e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 7.28268469e+09]
- --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
- 0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
- 9.0806727e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 2.99152203e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.84910873e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.14688763e+10]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.80776903e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 8.33604255e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 2.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.87829608e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.09322735e+09]
- --- Actual line: [0.000000e+00 1.000000e+00 1.000000e+00 0.000000e+00 1.000000e+00
- 1.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
- 6.788175e+09]
- --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
- 0.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
- 9.6072554e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00009901e+10]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.87122529e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 6.65708047e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 5.19421157e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.80698124e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.24401382e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.74220685e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 7.48749588e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 8.78209857e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 9.75058016e+09]
- --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
- 0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 5.1624627e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.24284338e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.57130141e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.37654233e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.47921209e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.44944279e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.52995038e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.05789209e+10]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.67017963e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.41309361e+09]
- --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
- 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
- 6.6814996e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.38440835e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.05341221e+10]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 5.25626942e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.52117986e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.62254796e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.29232447e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.00528465e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.51207566e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 3.55026645e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.90678162e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.00090016e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 8.41127784e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.44780104e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 6.63407126e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.25218683e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.39316871e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 6.05759562e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 3.75144431e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.06190255e+10]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.13849962e+10]
- --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
- 2.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 6.0026892e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.24334017e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 5.23628747e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 7.52275634e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 6.78877408e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 6.59121918e+09]
- --- Actual line: [1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
- 1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
- 7.4673676e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 5.33623625e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.09659584e+10]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.14148736e+10]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.19227837e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.19788846e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.02305583e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 9.96979153e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.06503505e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.12744259e+09]
- --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
- 1.0475526e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.50401465e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 9.27721238e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.52893013e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.40716958e+09]
- --- Actual line: [2.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
- 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 6.7438614e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 7.54386759e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 9.68157306e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.56374711e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.33840126e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00172497e+10]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 9.15239656e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 9.11651822e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.88675607e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 9.94520194e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.93862738e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 2.11718626e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 6.25433895e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 2.78023365e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 9.44242481e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.14787541e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.75986264e+09]
- --- Actual line: [0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
- 2.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
- 1.0558458e+10]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 3.62984312e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 8.73782166e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.15254112e+10]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.28181103e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.47996608e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 9.25865916e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.73079416e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.05755981e+10]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.44173265e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.52439786e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.13216989e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.96463701e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 8.99312925e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 6.61152654e+09]
- --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
- 2.0835113e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.96314355e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.48757602e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.31448716e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 7.51450299e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 8.54751994e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.56767392e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.14489854e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.20556016e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.54972834e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.80426894e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 2.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 5.32850216e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.15290654e+10]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.23187678e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.34357694e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.91070455e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.12451407e+10]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.54910694e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.06044989e+10]
- --- Actual line: [0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
- 1.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00
- 7.7934426e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 9.12175722e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.23849777e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 5.24658972e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.45247836e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.15282945e+10]
---- Size of X after removing aberrants points from the dataset:  213
---- Number of abberant points removed :  39
-*** Ratio energy by wokload :  [8236960890.90969, 6957102505.948323, 6956231392.081026, 11285968381.230984, 8096707069.234942, 994906080.8659663, 3998672440.749671, 6501654671.113798, 6532788063.289651, 8964027358.211496, 8321129010.784183, 7249844128.351241, 7650055845.407672, 9340120487.55429, 6806147312.252427, 0.08333333333333333, 0.08333333333333333, 1016987763.6032282, 1980229389.772511, 5377240292.736961, 3307720550.5370083, 5789616901.049658, 7665772326.561901, 5072151352.996373, 5822958761.806049, 4149980287.5936337, 6611133148.221605, 8224428196.629629, 0.08333333333333333, 997516184.7000968, 1014996574.3865615, 1010122436.9405816, 2018619748.5607243, 1998856653.9939156, 2905397356.669485, 3029054692.61153, 5058399218.983161, 5026691733.102776, 5947637003.818383, 5035525633.343237, 5326600510.288329, 4059018123.5159216, 4062233415.93208, 5236095548.271565, 3139835723.7949314, 2075033200.5312083, 2745412415.8531094, 7043096708.760907, 8950387999.31977, 5363512027.675722, 9185604320.908272, 4533975344.242078, 9820095844.135439, 7854719115.244439, 6336774201.724871, 4969363871.73078, 10870309597.28764, 3845281263.097989, 3839950848.6291375, 4153496621.1304984, 6443423519.784533, 6519117311.516021, 6448575832.027497, 6539495281.754154, 6473246073.976255, 3145168392.3157244, 3331046015.069652, 5724131219.984087, 9166575000.916658, 6540008502.011052, 7245431755.278297, 3321398441.599851, 5549420363.04308, 9229945635.620207, 7263008047.412917, 4385426351.149858, 5040602049.508794, 6928278461.367919, 5821399464.43125, 4809102669.532892, 8795770993.306417, 8367150566.874451, 8895689149.038376, 7282684688.88371, 9080672696.233337, 2991522026.5766816, 7849108733.703288, 11468876336.840899, 6807769026.0124855, 8336042547.16116, 7878296082.123358, 4093227346.033253, 6788174999.151478, 9607255399.277534, 10000990098.019703, 8871225293.637558, 6657080470.788732, 5194211570.625695, 6806981239.9597025, 4244013818.5089927, 3742206854.226074, 7487495881.877265, 8782098570.274353, 9750580159.519491, 5162462701.2069845, 4242843383.922169, 9571301409.852697, 8376542330.856669, 9479212087.891254, 5449442794.474265, 7529950377.627011, 10578920865.440357, 6670179627.937381, 9413093613.215984, 6681499595.769274, 8384408354.2244835, 10534122128.398308, 5256269415.345153, 9521179864.608822, 8622547962.923044, 4292324465.390988, 6005284650.492433, 7512075661.626064, 3550266447.4968843, 8906781623.528154, 5000900162.029165, 8411277841.329655, 8447801037.389967, 6634071263.19351, 8252186829.509821, 7393168712.11001, 6057595619.146848, 3751444306.0578322, 10619025470.794495, 11384996168.94879, 6002689204.763734, 9243340173.405062, 5236287472.182222, 7522756337.9222145, 6788774083.176061, 6591219177.81132, 7467367603.572389, 5336236245.851076, 10965958375.4152, 11414873580.275099, 7192278369.94203, 4197888462.103562, 5023055826.242454, 9969791531.659073, 5065035050.042546, 5127442585.46165, 1047552602.8539523, 7504014647.836593, 9277212383.22309, 8528930131.004368, 4407169583.478402, 6743861400.160503, 7543867590.03606, 9681573061.991112, 6563747111.951271, 5338401255.591975, 10017249703.99027, 9152396555.037937, 9116518219.361662, 8886756067.432705, 9945201937.325336, 8938627384.378855, 2117186259.461176, 6254338947.644929, 2780233650.836016, 9442424814.692413, 9147875405.936972, 6759862639.591164, 10558457958.332102, 3629843118.1804323, 8737821661.059898, 11525411226.672567, 5281811027.365063, 8479966080.135679, 9258659160.980307, 4730794158.415373, 10575598076.510221, 5441732647.675019, 7524397860.061248, 9132169894.888725, 7964637011.668193, 8993129249.25357, 6611526535.36175, 2083511299.9235353, 8963143553.707155, 9487576019.202854, 8314487162.431821, 7514502990.77219, 8547519937.090253, 7567673924.06596, 7144898542.440698, 9205560158.335634, 5549728340.797718, 7804268935.107504, 5328502158.043374, 11529065350.201126, 5231876778.838105, 4343576935.606472, 9910704551.9866, 11245140693.577787, 7549106940.648921, 10604498852.593224, 7793442597.398549, 9121757215.309958, 6238497769.737048, 5246589716.684155, 3452478361.591869, 11528294469.531294]
---- Size of X before removing duplicates:  213
- --- Actual line: ['X_0' 'X_1' 'X_2' 'X_3' 'X_4' 'X_5' 'X_6' 'X_7' 'X_8' 'X_9' 'y']
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.23696089e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.95710251e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.95623139e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.12859684e+10]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.09670707e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 9.94906081e+08]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 3.99867244e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 6.50165467e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.53278806e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 8.96402736e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.32112901e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.24984413e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.65005585e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.34012049e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 6.80614731e+09]
- --- Actual line: [0.         0.         0.         0.         0.         0.
- 0.         0.         0.         0.         0.08333333]
- --- Actual line: [0.         0.         0.         0.         0.         0.
- 0.         0.         0.         0.         0.08333333]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.01698776e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.98022939e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.37724029e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.30772055e+09]
- --- Actual line: [0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
- 2.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 5.7896169e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.66577233e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.07215135e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.82295876e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.14998029e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.61113315e+09]
- --- Actual line: [2.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
- 2.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
- 8.2244282e+09]
- --- Actual line: [0.         0.         0.         0.         0.         0.
- 0.         0.         0.         0.         0.08333333]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 9.97516185e+08]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.01499657e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.01012244e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 2.01861975e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.99885665e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 2.90539736e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.02905469e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.05839922e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.02669173e+09]
- --- Actual line: [0.000000e+00 1.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00
- 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
- 5.947637e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.03552563e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.32660051e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.05901812e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.06223342e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.23609555e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.13983572e+09]
- --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
- 2.0750332e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 2.74541242e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 7.04309671e+09]
- --- Actual line: [1.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00
- 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 1.000000e+00
- 8.950388e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.36351203e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.18560432e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 4.53397534e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 9.82009584e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 7.85471912e+09]
- --- Actual line: [0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00
- 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 6.3367742e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 4.96936387e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.08703096e+10]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 3.84528126e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.83995085e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.15349662e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.44342352e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.51911731e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.44857583e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.53949528e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.47324607e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.14516839e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.33104602e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.72413122e+09]
- --- Actual line: [0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00
- 1.000000e+00 1.000000e+00 1.000000e+00 1.000000e+00 0.000000e+00
- 9.166575e+09]
- --- Actual line: [1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 6.5400085e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.24543176e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 3.32139844e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.54942036e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.22994564e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.26300805e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.38542635e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 5.04060205e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.92827846e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 5.82139946e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.80910267e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.79577099e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.36715057e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.89568915e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 7.28268469e+09]
- --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
- 0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
- 9.0806727e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 2.99152203e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.84910873e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.14688763e+10]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.80776903e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 8.33604255e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 2.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.87829608e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.09322735e+09]
- --- Actual line: [0.000000e+00 1.000000e+00 1.000000e+00 0.000000e+00 1.000000e+00
- 1.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
- 6.788175e+09]
- --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
- 0.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
- 9.6072554e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00009901e+10]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.87122529e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 6.65708047e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 5.19421157e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.80698124e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.24401382e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.74220685e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 7.48749588e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 8.78209857e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 9.75058016e+09]
- --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
- 0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 5.1624627e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.24284338e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.57130141e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.37654233e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.47921209e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.44944279e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.52995038e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.05789209e+10]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.67017963e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.41309361e+09]
- --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
- 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
- 6.6814996e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.38440835e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.05341221e+10]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 5.25626942e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.52117986e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.62254796e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.29232447e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.00528465e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.51207566e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 3.55026645e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.90678162e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.00090016e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 8.41127784e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.44780104e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 6.63407126e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.25218683e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.39316871e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 6.05759562e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 3.75144431e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.06190255e+10]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.13849962e+10]
- --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
- 2.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 6.0026892e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.24334017e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 5.23628747e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 7.52275634e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 6.78877408e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 6.59121918e+09]
- --- Actual line: [1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
- 1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
- 7.4673676e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 5.33623625e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.09659584e+10]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.14148736e+10]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.19227837e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.19788846e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.02305583e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 9.96979153e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.06503505e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.12744259e+09]
- --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
- 1.0475526e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.50401465e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 9.27721238e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.52893013e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.40716958e+09]
- --- Actual line: [2.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
- 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 6.7438614e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 7.54386759e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 9.68157306e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.56374711e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.33840126e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00172497e+10]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 9.15239656e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 9.11651822e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.88675607e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 9.94520194e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.93862738e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 2.11718626e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 6.25433895e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 2.78023365e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 9.44242481e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.14787541e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.75986264e+09]
- --- Actual line: [0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
- 2.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
- 1.0558458e+10]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 3.62984312e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 8.73782166e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.15254112e+10]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.28181103e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.47996608e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 9.25865916e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.73079416e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.05755981e+10]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.44173265e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.52439786e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.13216989e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.96463701e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 8.99312925e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 6.61152654e+09]
- --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
- 2.0835113e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.96314355e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.48757602e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.31448716e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 7.51450299e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 8.54751994e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.56767392e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.14489854e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.20556016e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.54972834e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.80426894e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 2.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 5.32850216e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.15290654e+10]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.23187678e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.34357694e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.91070455e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.12451407e+10]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.54910694e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.06044989e+10]
- --- Actual line: [0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
- 1.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00
- 7.7934426e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 9.12175722e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.23849777e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 5.24658972e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.45247836e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.15282945e+10]
- --- Checking value  [2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0]
- --- Retained configurations  []
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]
- --- Answer : configuration is present, have it been processed?  -1
- --- Answer : the configuration 0000-0000 is present in X at positions [15, 16, 28]
- --- Position:  15
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
 --------------
- --- Configuration:  0000-0000
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
 --------------
- --- Position:  16
+--- Median at position 4 in the list of neghbours, And at position 205 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  222220-3-1
+ --- Energy efficiency:  13053432922.324242
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
 --------------
- --- Position:  28
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (72.5120663430038 mAh)  it is NOT far from the median.
+---  Median :72.5120663430038,   the gap is :  10
+--- So No we don't romove this configuration '222222-3-1'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '222202-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222202-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 195 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14933352448.024466
+ --- Energy:  78.5356318543746
+ --- Workload:  1172800000000.0
 --------------
-----------------------
---- Ordered by energy, Printing the list of the 3 duplicates of '0000-0000'
----  Duplicate  0 in the list of duplicate, And at position 15 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 252 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14598327031.722164
+ --- Energy:  75.2161891555095
+ --- Workload:  1098030000000.0
 --------------
----  Duplicate  1 in the list of duplicate, And at position 28 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 29 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  37.40635012737015
- --- Workload:  217816000000.0
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
 --------------
----  Duplicate  2 in the list of duplicate, And at position 16 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 165 in the X datas point
 --------------
- --- Configuration:  0000-0000
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  30.299284062105812
- --- Workload:  0.0
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
 --------------
+--- Neighbour  4 in the list of neghbours, And at position 274 in the X datas point
 --------------
---- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 15 in the X datas point
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10520800675.014572
+ --- Energy:  17.8171709875973
+ --- Workload:  187451000000.0
 --------------
- --- Configuration:  0000-0000
- --- Energy efficiency:  0.08333333333333333
- --- Energy:  54.44253148500697
- --- Workload:  370545000000.0
+--- Neighbour  5 in the list of neghbours, And at position 376 in the X datas point
 --------------
- --- Checking value  [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0]]
- --- Answer : configuration is present, have it been processed?  0
- --- Checking value  [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0]]
- --- Answer : configuration is present, have it been processed?  -1
- --- Answer : the configuration 3000-0000 is present in X at positions [17, 31]
- --- Position:  17
+ --- Configuration:  222200-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13164009072.635054
+ --- Energy:  63.2881080327642
+ --- Workload:  833125000000.0
 --------------
- --- Configuration:  3000-0000
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+--- Neighbour  6 in the list of neghbours, And at position 394 in the X datas point
 --------------
- --- Position:  31
+ --- Configuration:  222202-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14354884321.164698
+ --- Energy:  82.7028685460665
+ --- Workload:  1187190000000.0
 --------------
- --- Configuration:  3000-0000
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  49.410116578739654
- --- Workload:  406369000000.0
+--- Neighbour  7 in the list of neghbours, And at position 530 in the X datas point
 --------------
-----------------------
---- Ordered by energy, Printing the list of the 2 duplicates of '3000-0000'
----  Duplicate  0 in the list of duplicate, And at position 31 in the X datas point
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15452391953.012367
+ --- Energy:  81.35830423904434
+ --- Workload:  1257180000000.0
 --------------
- --- Configuration:  3000-0000
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  49.410116578739654
- --- Workload:  406369000000.0
+--- Neighbour  8 in the list of neghbours, And at position 664 in the X datas point
 --------------
----  Duplicate  1 in the list of duplicate, And at position 17 in the X datas point
+ --- Configuration:  222002-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13972451913.80674
+ --- Energy:  76.4325894344246
+ --- Workload:  1067950000000.0
 --------------
- --- Configuration:  3000-0000
- --- Energy efficiency:  1016987763.6032282
- --- Energy:  30.027102694886654
- --- Workload:  0.0
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
 --------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
---- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 31 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222202-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 274 in the X datas point
 --------------
- --- Configuration:  3000-0000
- --- Energy efficiency:  1010122436.9405816
- --- Energy:  49.410116578739654
- --- Workload:  406369000000.0
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10520800675.014572
+ --- Energy:  17.8171709875973
+ --- Workload:  187451000000.0
 --------------
- --- Checking value  [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0]]
- --- Answer : configuration is present, have it been processed?  -1
- --- Answer : the configuration 3300-0000 is present in X at positions [18, 45]
- --- Position:  18
+--- Neighbour  1 in the list of neghbours, And at position 376 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Energy efficiency:  1980229389.772511
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  222200-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13164009072.635054
+ --- Energy:  63.2881080327642
+ --- Workload:  833125000000.0
 --------------
- --- Position:  45
+--- Neighbour  2 in the list of neghbours, And at position 252 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14598327031.722164
+ --- Energy:  75.2161891555095
+ --- Workload:  1098030000000.0
 --------------
-----------------------
---- Ordered by energy, Printing the list of the 2 duplicates of '3300-0000'
----  Duplicate  0 in the list of duplicate, And at position 45 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 165 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
 --------------
----  Duplicate  1 in the list of duplicate, And at position 18 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 664 in the X datas point
 --------------
- --- Configuration:  3300-0000
- --- Energy efficiency:  1980229389.772511
- --- Energy:  29.060137396486432
- --- Workload:  29553800000.0
+ --- Configuration:  222002-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13972451913.80674
+ --- Energy:  76.4325894344246
+ --- Workload:  1067950000000.0
 --------------
+--- Neighbour  5 in the list of neghbours, And at position 195 in the X datas point
 --------------
---- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 45 in the X datas point
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14933352448.024466
+ --- Energy:  78.5356318543746
+ --- Workload:  1172800000000.0
 --------------
- --- Configuration:  3300-0000
- --- Energy efficiency:  2075033200.5312083
- --- Energy:  36.96583597689362
- --- Workload:  150045000000.0
+--- Neighbour  6 in the list of neghbours, And at position 530 in the X datas point
 --------------
- --- Checking value  [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0]]
- --- Answer : configuration is present, have it been processed?  -1
- --- Answer : the configuration 3000-3300 is present in X at positions [26, 64]
- --- Position:  26
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15452391953.012367
+ --- Energy:  81.35830423904434
+ --- Workload:  1257180000000.0
 --------------
- --- Configuration:  3000-3300
- --- Energy efficiency:  6611133148.221605
- --- Energy:  48.682465076838824
- --- Workload:  373189000000.0
+--- Neighbour  7 in the list of neghbours, And at position 394 in the X datas point
 --------------
- --- Position:  64
+ --- Configuration:  222202-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14354884321.164698
+ --- Energy:  82.7028685460665
+ --- Workload:  1187190000000.0
 --------------
- --- Configuration:  3000-3300
- --- Energy efficiency:  6473246073.976255
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+--- Neighbour  8 in the list of neghbours, And at position 29 in the X datas point
 --------------
-----------------------
---- Ordered by energy, Printing the list of the 2 duplicates of '3000-3300'
----  Duplicate  0 in the list of duplicate, And at position 64 in the X datas point
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
 --------------
- --- Configuration:  3000-3300
- --- Energy efficiency:  6473246073.976255
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
 --------------
----  Duplicate  1 in the list of duplicate, And at position 26 in the X datas point
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
 --------------
- --- Configuration:  3000-3300
- --- Energy efficiency:  6611133148.221605
- --- Energy:  48.682465076838824
- --- Workload:  373189000000.0
 --------------
+--- Median at position 4 in the list of neghbours, And at position 664 in the X datas point
 --------------
---- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 64 in the X datas point
+ --- Configuration:  222002-1-2
+ --- Energy efficiency:  13972451913.80674
+ --- Energy:  76.4325894344246
+ --- Workload:  1067950000000.0
 --------------
- --- Configuration:  3000-3300
- --- Energy efficiency:  6473246073.976255
- --- Energy:  60.328010600678375
- --- Workload:  655784000000.0
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (76.4325894344246 mAh)  it is NOT far from the median.
+---  Median :76.4325894344246,   the gap is :  10
+--- So No we don't romove this configuration '222202-1-2'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0]
+--- Computing the list of the 10 first neighbours of '101111-0-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101111-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 253 in the X datas point
 --------------
- --- Checking value  [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1]]
- --- Answer : configuration is present, have it been processed?  -1
- --- Answer : the configuration 2220-0000 is present in X at positions [35, 85]
- --- Position:  35
+ --- Configuration:  101111-0-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12089851778.417196
+ --- Energy:  58.0655432702143
+ --- Workload:  702004000000.0
 --------------
- --- Configuration:  2220-0000
- --- Energy efficiency:  3029054692.61153
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+--- Neighbour  1 in the list of neghbours, And at position 16 in the X datas point
 --------------
- --- Position:  85
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
 --------------
- --- Configuration:  2220-0000
- --- Energy efficiency:  2991522026.5766816
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+--- Neighbour  2 in the list of neghbours, And at position 200 in the X datas point
 --------------
-----------------------
---- Ordered by energy, Printing the list of the 2 duplicates of '2220-0000'
----  Duplicate  0 in the list of duplicate, And at position 85 in the X datas point
+ --- Configuration:  101110-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10569718390.992908
+ --- Energy:  73.6624240556838
+ --- Workload:  778591000000.0
 --------------
- --- Configuration:  2220-0000
- --- Energy efficiency:  2991522026.5766816
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+--- Neighbour  3 in the list of neghbours, And at position 323 in the X datas point
 --------------
----  Duplicate  1 in the list of duplicate, And at position 35 in the X datas point
+ --- Configuration:  101111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12292321232.772312
+ --- Energy:  77.79688045119694
+ --- Workload:  956304000000.0
 --------------
- --- Configuration:  2220-0000
- --- Energy efficiency:  3029054692.61153
- --- Energy:  29.239529117166907
- --- Workload:  29535500000.0
+--- Neighbour  4 in the list of neghbours, And at position 66 in the X datas point
 --------------
+ --- Configuration:  101101-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11969296360.974827
+ --- Energy:  55.14950525765903
+ --- Workload:  660101000000.0
 --------------
---- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 85 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 91 in the X datas point
 --------------
- --- Configuration:  2220-0000
- --- Energy efficiency:  2991522026.5766816
- --- Energy:  36.59285860316189
- --- Workload:  160475000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
 --------------
- --- Checking value  [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0]]
- --- Answer : configuration is present, have it been processed?  -1
- --- Answer : the configuration 3000-2000 is present in X at positions [41, 100]
- --- Position:  41
+--- Neighbour  6 in the list of neghbours, And at position 111 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  111111-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13419378387.55433
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
 --------------
- --- Position:  100
+--- Neighbour  7 in the list of neghbours, And at position 140 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Energy efficiency:  3742206854.226074
- --- Energy:  53.84120579706395
- --- Workload:  617498000000.0
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
 --------------
-----------------------
---- Ordered by energy, Printing the list of the 2 duplicates of '3000-2000'
----  Duplicate  0 in the list of duplicate, And at position 100 in the X datas point
+--- Neighbour  8 in the list of neghbours, And at position 159 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Energy efficiency:  3742206854.226074
- --- Energy:  53.84120579706395
- --- Workload:  617498000000.0
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  69.5925937545452
+ --- Workload:  983338000000.0
 --------------
----  Duplicate  1 in the list of duplicate, And at position 41 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 232 in the X datas point
 --------------
- --- Configuration:  3000-2000
- --- Energy efficiency:  4059018123.5159216
- --- Energy:  36.9852979298838
- --- Workload:  185914000000.0
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
 --------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101111-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 66 in the X datas point
 --------------
---- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 100 in the X datas point
+ --- Configuration:  101101-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11969296360.974827
+ --- Energy:  55.14950525765903
+ --- Workload:  660101000000.0
 --------------
- --- Configuration:  3000-2000
- --- Energy efficiency:  3742206854.226074
- --- Energy:  53.84120579706395
- --- Workload:  617498000000.0
+--- Neighbour  1 in the list of neghbours, And at position 111 in the X datas point
 --------------
- --- Checking value  [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0]]
- --- Answer : configuration is present, have it been processed?  -1
- --- Answer : the configuration 1111-0101 is present in X at positions [84, 119]
- --- Position:  84
+ --- Configuration:  111111-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13419378387.55433
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
 --------------
- --- Configuration:  1111-0101
- --- Energy efficiency:  9080672696.233337
- --- Energy:  41.829225389075674
- --- Workload:  303807000000.0
+--- Neighbour  2 in the list of neghbours, And at position 253 in the X datas point
 --------------
- --- Position:  119
+ --- Configuration:  101111-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12089851778.417196
+ --- Energy:  58.0655432702143
+ --- Workload:  702004000000.0
 --------------
- --- Configuration:  1111-0101
- --- Energy efficiency:  8622547962.923044
- --- Energy:  84.69065283515172
- --- Workload:  863842000000.0
+--- Neighbour  3 in the list of neghbours, And at position 91 in the X datas point
 --------------
-----------------------
---- Ordered by energy, Printing the list of the 2 duplicates of '1111-0101'
----  Duplicate  0 in the list of duplicate, And at position 119 in the X datas point
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
 --------------
- --- Configuration:  1111-0101
- --- Energy efficiency:  8622547962.923044
- --- Energy:  84.69065283515172
- --- Workload:  863842000000.0
+--- Neighbour  4 in the list of neghbours, And at position 159 in the X datas point
 --------------
----  Duplicate  1 in the list of duplicate, And at position 84 in the X datas point
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  69.5925937545452
+ --- Workload:  983338000000.0
 --------------
- --- Configuration:  1111-0101
- --- Energy efficiency:  9080672696.233337
- --- Energy:  41.829225389075674
- --- Workload:  303807000000.0
+--- Neighbour  5 in the list of neghbours, And at position 140 in the X datas point
 --------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
 --------------
---- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 119 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 200 in the X datas point
 --------------
- --- Configuration:  1111-0101
- --- Energy efficiency:  8622547962.923044
- --- Energy:  84.69065283515172
- --- Workload:  863842000000.0
+ --- Configuration:  101110-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10569718390.992908
+ --- Energy:  73.6624240556838
+ --- Workload:  778591000000.0
 --------------
- --- Checking value  [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0]]
- --- Answer : configuration is present, have it been processed?  -1
- --- Answer : the configuration 0303-0100 is present in X at positions [2, 145]
- --- Position:  2
+--- Neighbour  7 in the list of neghbours, And at position 232 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
 --------------
- --- Position:  145
+--- Neighbour  8 in the list of neghbours, And at position 323 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Energy efficiency:  7192278369.94203
- --- Energy:  64.97706889442466
- --- Workload:  626356000000.0
+ --- Configuration:  101111-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12292321232.772312
+ --- Energy:  77.79688045119694
+ --- Workload:  956304000000.0
 --------------
-----------------------
---- Ordered by energy, Printing the list of the 2 duplicates of '0303-0100'
----  Duplicate  0 in the list of duplicate, And at position 145 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 16 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Energy efficiency:  7192278369.94203
- --- Energy:  64.97706889442466
- --- Workload:  626356000000.0
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
 --------------
----  Duplicate  1 in the list of duplicate, And at position 2 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Energy efficiency:  6956231392.081026
- --- Energy:  53.38267358149647
- --- Workload:  371343000000.0
+--- Median at position 4 in the list of neghbours, And at position 159 in the X datas point
 --------------
+ --- Configuration:  202222-0-2
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  69.5925937545452
+ --- Workload:  983338000000.0
 --------------
---- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 145 in the X datas point
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (58.0655432702143 mAh)  is far from the median.
+---  Median :69.5925937545452,   the gap is :  10
+--- So yes we remove this configuration '101111-0-3'
+--- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0]
+--- Computing the list of the 10 first neighbours of '110011-0-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110011-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 254 in the X datas point
 --------------
- --- Configuration:  0303-0100
- --- Energy efficiency:  7192278369.94203
- --- Energy:  64.97706889442466
- --- Workload:  626356000000.0
+ --- Configuration:  110011-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11783642889.632044
+ --- Energy:  56.004272107212
+ --- Workload:  659934000000.0
 --------------
- --- Checking value  [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0]]
- --- Answer : configuration is present, have it been processed?  -1
- --- Answer : the configuration 0100-0200 is present in X at positions [91, 146]
- --- Position:  91
+--- Neighbour  1 in the list of neghbours, And at position 36 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Energy efficiency:  4093227346.033253
- --- Energy:  43.37670883350873
- --- Workload:  362938000000.0
+ --- Configuration:  110001-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11533320339.125751
+ --- Energy:  52.516287756608044
+ --- Workload:  605687000000.0
 --------------
- --- Position:  146
+--- Neighbour  2 in the list of neghbours, And at position 2 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Energy efficiency:  4197888462.103562
- --- Energy:  64.3370683100252
- --- Workload:  534556000000.0
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
 --------------
-----------------------
---- Ordered by energy, Printing the list of the 2 duplicates of '0100-0200'
----  Duplicate  0 in the list of duplicate, And at position 146 in the X datas point
+--- Neighbour  3 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Energy efficiency:  4197888462.103562
- --- Energy:  64.3370683100252
- --- Workload:  534556000000.0
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
----  Duplicate  1 in the list of duplicate, And at position 91 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 111 in the X datas point
 --------------
- --- Configuration:  0100-0200
- --- Energy efficiency:  4093227346.033253
- --- Energy:  43.37670883350873
- --- Workload:  362938000000.0
+ --- Configuration:  111111-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13419378387.55433
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
 --------------
+--- Neighbour  5 in the list of neghbours, And at position 237 in the X datas point
 --------------
---- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 146 in the X datas point
+ --- Configuration:  110010-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10831501906.88591
+ --- Energy:  62.4324044343125
+ --- Workload:  676237000000.0
 --------------
- --- Configuration:  0100-0200
- --- Energy efficiency:  4197888462.103562
- --- Energy:  64.3370683100252
- --- Workload:  534556000000.0
+--- Neighbour  6 in the list of neghbours, And at position 246 in the X datas point
 --------------
- --- Checking value  [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0]]
- --- Answer : configuration is present, have it been processed?  -1
- --- Answer : the configuration 2200-2000 is present in X at positions [39, 149]
- --- Position:  39
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13583376120.968113
+ --- Energy:  65.5557580165811
+ --- Workload:  890469000000.0
 --------------
- --- Configuration:  2200-2000
- --- Energy efficiency:  5035525633.343237
- --- Energy:  30.508250558695604
- --- Workload:  92411200000.0
+--- Neighbour  7 in the list of neghbours, And at position 510 in the X datas point
 --------------
- --- Position:  149
+ --- Configuration:  111011-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11392233458.761824
+ --- Energy:  69.72901800554702
+ --- Workload:  794369000000.0
 --------------
- --- Configuration:  2200-2000
- --- Energy efficiency:  5065035050.042546
- --- Energy:  59.541753106093076
- --- Workload:  500822000000.0
+--- Neighbour  8 in the list of neghbours, And at position 678 in the X datas point
 --------------
-----------------------
---- Ordered by energy, Printing the list of the 2 duplicates of '2200-2000'
----  Duplicate  0 in the list of duplicate, And at position 149 in the X datas point
+ --- Configuration:  110001-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12657170413.611015
+ --- Energy:  62.61500040774629
+ --- Workload:  792529000000.0
 --------------
- --- Configuration:  2200-2000
- --- Energy efficiency:  5065035050.042546
- --- Energy:  59.541753106093076
- --- Workload:  500822000000.0
+--- Neighbour  9 in the list of neghbours, And at position 33 in the X datas point
 --------------
----  Duplicate  1 in the list of duplicate, And at position 39 in the X datas point
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
 --------------
- --- Configuration:  2200-2000
- --- Energy efficiency:  5035525633.343237
- --- Energy:  30.508250558695604
- --- Workload:  92411200000.0
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110011-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 2 in the X datas point
 --------------
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
 --------------
---- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 149 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 33 in the X datas point
 --------------
- --- Configuration:  2200-2000
- --- Energy efficiency:  5065035050.042546
- --- Energy:  59.541753106093076
- --- Workload:  500822000000.0
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
 --------------
- --- Checking value  [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1]]
- --- Answer : configuration is present, have it been processed?  -1
- --- Answer : the configuration 1011-3030 is present in X at positions [95, 166]
- --- Position:  95
+--- Neighbour  2 in the list of neghbours, And at position 36 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Energy efficiency:  8871225293.637558
- --- Energy:  65.80063109114849
- --- Workload:  499771000000.0
+ --- Configuration:  110001-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11533320339.125751
+ --- Energy:  52.516287756608044
+ --- Workload:  605687000000.0
 --------------
- --- Position:  166
+--- Neighbour  3 in the list of neghbours, And at position 254 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Energy efficiency:  8938627384.378855
- --- Energy:  41.03159908655608
- --- Workload:  270449000000.0
+ --- Configuration:  110011-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11783642889.632044
+ --- Energy:  56.004272107212
+ --- Workload:  659934000000.0
 --------------
-----------------------
---- Ordered by energy, Printing the list of the 2 duplicates of '1011-3030'
----  Duplicate  0 in the list of duplicate, And at position 95 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 111 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Energy efficiency:  8871225293.637558
- --- Energy:  65.80063109114849
- --- Workload:  499771000000.0
+ --- Configuration:  111111-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13419378387.55433
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
 --------------
----  Duplicate  1 in the list of duplicate, And at position 166 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 237 in the X datas point
 --------------
- --- Configuration:  1011-3030
- --- Energy efficiency:  8938627384.378855
- --- Energy:  41.03159908655608
- --- Workload:  270449000000.0
+ --- Configuration:  110010-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10831501906.88591
+ --- Energy:  62.4324044343125
+ --- Workload:  676237000000.0
 --------------
+--- Neighbour  6 in the list of neghbours, And at position 678 in the X datas point
 --------------
---- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 95 in the X datas point
+ --- Configuration:  110001-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12657170413.611015
+ --- Energy:  62.61500040774629
+ --- Workload:  792529000000.0
 --------------
- --- Configuration:  1011-3030
- --- Energy efficiency:  8871225293.637558
- --- Energy:  65.80063109114849
- --- Workload:  499771000000.0
+--- Neighbour  7 in the list of neghbours, And at position 80 in the X datas point
 --------------
- --- Checking value  [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1]]
- --- Answer : configuration is present, have it been processed?  -1
- --- Answer : the configuration 0011-0000 is present in X at positions [46, 169]
- --- Position:  46
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
 --------------
- --- Configuration:  0011-0000
- --- Energy efficiency:  2745412415.8531094
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+--- Neighbour  8 in the list of neghbours, And at position 246 in the X datas point
 --------------
- --- Position:  169
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13583376120.968113
+ --- Energy:  65.5557580165811
+ --- Workload:  890469000000.0
 --------------
- --- Configuration:  0011-0000
- --- Energy efficiency:  2780233650.836016
- --- Energy:  49.989818506242955
- --- Workload:  548186000000.0
+--- Neighbour  9 in the list of neghbours, And at position 510 in the X datas point
 --------------
-----------------------
---- Ordered by energy, Printing the list of the 2 duplicates of '0011-0000'
----  Duplicate  0 in the list of duplicate, And at position 169 in the X datas point
+ --- Configuration:  111011-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11392233458.761824
+ --- Energy:  69.72901800554702
+ --- Workload:  794369000000.0
 --------------
- --- Configuration:  0011-0000
- --- Energy efficiency:  2780233650.836016
- --- Energy:  49.989818506242955
- --- Workload:  548186000000.0
 --------------
----  Duplicate  1 in the list of duplicate, And at position 46 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 111 in the X datas point
 --------------
- --- Configuration:  0011-0000
- --- Energy efficiency:  2745412415.8531094
- --- Energy:  36.86022362180361
- --- Workload:  149735000000.0
+ --- Configuration:  111111-0-2
+ --- Energy efficiency:  13419378387.55433
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
 --------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (56.046315848522 mAh)  it is NOT far from the median.
+---  Median :56.046315848522,   the gap is :  10
+--- So No we don't romove this configuration '110011-0-2'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '101011-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101011-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 255 in the X datas point
 --------------
---- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 169 in the X datas point
+ --- Configuration:  101011-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12918694901.766243
+ --- Energy:  64.7867353921133
+ --- Workload:  836960000000.0
 --------------
- --- Configuration:  0011-0000
- --- Energy efficiency:  2780233650.836016
- --- Energy:  49.989818506242955
- --- Workload:  548186000000.0
+--- Neighbour  1 in the list of neghbours, And at position 86 in the X datas point
 --------------
- --- Checking value  [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0]]
- --- Answer : configuration is present, have it been processed?  -1
- --- Answer : the configuration 1011-0100 is present in X at positions [88, 172]
- --- Position:  88
+ --- Configuration:  202022-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14390518375.252914
+ --- Energy:  73.9118250482876
+ --- Workload:  1063630000000.0
 --------------
- --- Configuration:  1011-0100
- --- Energy efficiency:  6807769026.0124855
- --- Energy:  36.31061849927073
- --- Workload:  211379000000.0
+--- Neighbour  2 in the list of neghbours, And at position 65 in the X datas point
 --------------
- --- Position:  172
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
- --- Configuration:  1011-0100
- --- Energy efficiency:  6759862639.591164
- --- Energy:  35.26956535624208
- --- Workload:  148058000000.0
+--- Neighbour  3 in the list of neghbours, And at position 94 in the X datas point
 --------------
-----------------------
---- Ordered by energy, Printing the list of the 2 duplicates of '1011-0100'
----  Duplicate  0 in the list of duplicate, And at position 88 in the X datas point
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
 --------------
- --- Configuration:  1011-0100
- --- Energy efficiency:  6807769026.0124855
- --- Energy:  36.31061849927073
- --- Workload:  211379000000.0
+--- Neighbour  4 in the list of neghbours, And at position 131 in the X datas point
 --------------
----  Duplicate  1 in the list of duplicate, And at position 172 in the X datas point
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
 --------------
- --- Configuration:  1011-0100
- --- Energy efficiency:  6759862639.591164
- --- Energy:  35.26956535624208
- --- Workload:  148058000000.0
+--- Neighbour  5 in the list of neghbours, And at position 243 in the X datas point
 --------------
+ --- Configuration:  111011-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14576855743.06251
+ --- Energy:  41.794008855435
+ --- Workload:  609225000000.0
 --------------
---- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 88 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 256 in the X datas point
 --------------
- --- Configuration:  1011-0100
- --- Energy efficiency:  6807769026.0124855
- --- Energy:  36.31061849927073
- --- Workload:  211379000000.0
+ --- Configuration:  001011-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13559965557.687483
+ --- Energy:  73.393325791739
+ --- Workload:  995211000000.0
 --------------
- --- Checking value  [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0]]
- --- Answer : configuration is present, have it been processed?  -1
- --- Answer : the configuration 1011-3330 is present in X at positions [94, 173]
- --- Position:  94
+--- Neighbour  7 in the list of neghbours, And at position 323 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Energy efficiency:  10000990098.019703
- --- Energy:  43.18443043197562
- --- Workload:  314499000000.0
+ --- Configuration:  101111-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12292321232.772312
+ --- Energy:  77.79688045119694
+ --- Workload:  956304000000.0
 --------------
- --- Position:  173
+--- Neighbour  8 in the list of neghbours, And at position 455 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Energy efficiency:  10558457958.332102
- --- Energy:  47.115411060327354
- --- Workload:  292447000000.0
+ --- Configuration:  101111-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14337534230.862976
+ --- Energy:  42.54593968589113
+ --- Workload:  610004000000.0
 --------------
-----------------------
---- Ordered by energy, Printing the list of the 2 duplicates of '1011-3330'
----  Duplicate  0 in the list of duplicate, And at position 173 in the X datas point
+--- Neighbour  9 in the list of neghbours, And at position 502 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Energy efficiency:  10558457958.332102
- --- Energy:  47.115411060327354
- --- Workload:  292447000000.0
+ --- Configuration:  111001-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13236319932.441824
+ --- Energy:  63.39311214039606
+ --- Workload:  839092000000.0
 --------------
----  Duplicate  1 in the list of duplicate, And at position 94 in the X datas point
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101011-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 243 in the X datas point
 --------------
- --- Configuration:  1011-3330
- --- Energy efficiency:  10000990098.019703
- --- Energy:  43.18443043197562
- --- Workload:  314499000000.0
+ --- Configuration:  111011-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14576855743.06251
+ --- Energy:  41.794008855435
+ --- Workload:  609225000000.0
 --------------
+--- Neighbour  1 in the list of neghbours, And at position 455 in the X datas point
 --------------
---- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 173 in the X datas point
+ --- Configuration:  101111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14337534230.862976
+ --- Energy:  42.54593968589113
+ --- Workload:  610004000000.0
 --------------
- --- Configuration:  1011-3330
- --- Energy efficiency:  10558457958.332102
- --- Energy:  47.115411060327354
- --- Workload:  292447000000.0
+--- Neighbour  2 in the list of neghbours, And at position 502 in the X datas point
 --------------
- --- Checking value  [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1]]
- --- Answer : configuration is present, have it been processed?  -1
- --- Answer : the configuration 0022-1111 is present in X at positions [134, 176]
- --- Position:  134
+ --- Configuration:  111001-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13236319932.441824
+ --- Energy:  63.39311214039606
+ --- Workload:  839092000000.0
 --------------
- --- Configuration:  0022-1111
- --- Energy efficiency:  11384996168.94879
- --- Energy:  59.697236073290554
- --- Workload:  500528000000.0
+--- Neighbour  3 in the list of neghbours, And at position 255 in the X datas point
 --------------
- --- Position:  176
+ --- Configuration:  101011-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12918694901.766243
+ --- Energy:  64.7867353921133
+ --- Workload:  836960000000.0
 --------------
- --- Configuration:  0022-1111
- --- Energy efficiency:  11525411226.672567
- --- Energy:  42.75164023390624
- --- Workload:  426227000000.0
+--- Neighbour  4 in the list of neghbours, And at position 65 in the X datas point
 --------------
-----------------------
---- Ordered by energy, Printing the list of the 2 duplicates of '0022-1111'
----  Duplicate  0 in the list of duplicate, And at position 134 in the X datas point
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
- --- Configuration:  0022-1111
- --- Energy efficiency:  11384996168.94879
- --- Energy:  59.697236073290554
- --- Workload:  500528000000.0
+--- Neighbour  5 in the list of neghbours, And at position 131 in the X datas point
 --------------
----  Duplicate  1 in the list of duplicate, And at position 176 in the X datas point
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
 --------------
- --- Configuration:  0022-1111
- --- Energy efficiency:  11525411226.672567
- --- Energy:  42.75164023390624
- --- Workload:  426227000000.0
+--- Neighbour  6 in the list of neghbours, And at position 256 in the X datas point
 --------------
+ --- Configuration:  001011-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13559965557.687483
+ --- Energy:  73.393325791739
+ --- Workload:  995211000000.0
 --------------
---- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 134 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 86 in the X datas point
 --------------
- --- Configuration:  0022-1111
- --- Energy efficiency:  11384996168.94879
- --- Energy:  59.697236073290554
- --- Workload:  500528000000.0
+ --- Configuration:  202022-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14390518375.252914
+ --- Energy:  73.9118250482876
+ --- Workload:  1063630000000.0
 --------------
- --- Checking value  [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1]]
- --- Answer : configuration is present, have it been processed?  -1
- --- Answer : the configuration 1100-0000 is present in X at positions [32, 188]
- --- Position:  32
+--- Neighbour  8 in the list of neghbours, And at position 323 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+ --- Configuration:  101111-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12292321232.772312
+ --- Energy:  77.79688045119694
+ --- Workload:  956304000000.0
 --------------
- --- Position:  188
+--- Neighbour  9 in the list of neghbours, And at position 94 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Energy efficiency:  2083511299.9235353
- --- Energy:  70.26399021141525
- --- Workload:  629243000000.0
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
 --------------
-----------------------
---- Ordered by energy, Printing the list of the 2 duplicates of '1100-0000'
----  Duplicate  0 in the list of duplicate, And at position 188 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Energy efficiency:  2083511299.9235353
- --- Energy:  70.26399021141525
- --- Workload:  629243000000.0
+--- Median at position 4 in the list of neghbours, And at position 65 in the X datas point
 --------------
----  Duplicate  1 in the list of duplicate, And at position 32 in the X datas point
+ --- Configuration:  111111-1-2
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
 --------------
- --- Configuration:  1100-0000
- --- Energy efficiency:  2018619748.5607243
- --- Energy:  29.957415812958512
- --- Workload:  0.0
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (65.20383205963783 mAh)  it is NOT far from the median.
+---  Median :65.20383205963783,   the gap is :  10
+--- So No we don't romove this configuration '101011-1-2'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '001011-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '001011-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 256 in the X datas point
 --------------
+ --- Configuration:  001011-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13559965557.687483
+ --- Energy:  73.393325791739
+ --- Workload:  995211000000.0
 --------------
---- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 188 in the X datas point
+--- Neighbour  1 in the list of neghbours, And at position 672 in the X datas point
 --------------
- --- Configuration:  1100-0000
- --- Energy efficiency:  2083511299.9235353
- --- Energy:  70.26399021141525
- --- Workload:  629243000000.0
+ --- Configuration:  011011-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14338623807.5642
+ --- Energy:  74.73239429974956
+ --- Workload:  1071560000000.0
 --------------
- --- Checking value  [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1]]
- --- Answer : configuration is present, have it been processed?  -1
- --- Answer : the configuration 1110-3330 is present in X at positions [113, 189]
- --- Position:  113
+--- Neighbour  2 in the list of neghbours, And at position 197 in the X datas point
 --------------
- --- Configuration:  1110-3330
- --- Energy efficiency:  9413093613.215984
- --- Energy:  73.37868558375581
- --- Workload:  750499000000.0
+ --- Configuration:  001101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13985290271.692234
+ --- Energy:  73.251940060295
+ --- Workload:  1024450000000.0
 --------------
- --- Position:  189
+--- Neighbour  3 in the list of neghbours, And at position 207 in the X datas point
 --------------
- --- Configuration:  1110-3330
- --- Energy efficiency:  8963143553.707155
- --- Energy:  64.59775499830239
- --- Workload:  625410000000.0
+ --- Configuration:  000022-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14281185109.865158
+ --- Energy:  76.4971891147909
+ --- Workload:  1092470000000.0
 --------------
-----------------------
---- Ordered by energy, Printing the list of the 2 duplicates of '1110-3330'
----  Duplicate  0 in the list of duplicate, And at position 113 in the X datas point
+--- Neighbour  4 in the list of neghbours, And at position 255 in the X datas point
 --------------
- --- Configuration:  1110-3330
- --- Energy efficiency:  9413093613.215984
- --- Energy:  73.37868558375581
- --- Workload:  750499000000.0
+ --- Configuration:  101011-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12918694901.766243
+ --- Energy:  64.7867353921133
+ --- Workload:  836960000000.0
 --------------
----  Duplicate  1 in the list of duplicate, And at position 189 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 362 in the X datas point
 --------------
- --- Configuration:  1110-3330
- --- Energy efficiency:  8963143553.707155
- --- Energy:  64.59775499830239
- --- Workload:  625410000000.0
+ --- Configuration:  011111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14901908189.343645
+ --- Energy:  75.3366281487845
+ --- Workload:  1122660000000.0
 --------------
+--- Neighbour  6 in the list of neghbours, And at position 440 in the X datas point
 --------------
---- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 113 in the X datas point
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13502784274.117321
+ --- Energy:  82.79771486146721
+ --- Workload:  1118000000000.0
 --------------
- --- Configuration:  1110-3330
- --- Energy efficiency:  9413093613.215984
- --- Energy:  73.37868558375581
- --- Workload:  750499000000.0
+--- Neighbour  7 in the list of neghbours, And at position 549 in the X datas point
 --------------
- --- Checking value  [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 1, 0, 0, 0.0, 1, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 1, 0, 0, 0.0, 0, 1, 0, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 0, 1, 1, 1, 2.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 0.0, 0, 1, 0, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 1, 1, 2.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 0]]
- --- Answer : configuration is present, have it been processed?  -1
- --- Answer : the configuration 0303-1000 is present in X at positions [77, 195]
- --- Position:  77
+ --- Configuration:  101011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13990494857.793615
+ --- Energy:  77.57621667528683
+ --- Workload:  1085330000000.0
 --------------
- --- Configuration:  0303-1000
- --- Energy efficiency:  6928278461.367919
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+--- Neighbour  8 in the list of neghbours, And at position 676 in the X datas point
 --------------
- --- Position:  195
+ --- Configuration:  002022-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14639037922.427738
+ --- Energy:  63.03819652563211
+ --- Workload:  922819000000.0
 --------------
- --- Configuration:  0303-1000
- --- Energy efficiency:  7144898542.440698
- --- Energy:  42.76899541535147
- --- Workload:  380079000000.0
+--- Neighbour  9 in the list of neghbours, And at position 761 in the X datas point
 --------------
-----------------------
---- Ordered by energy, Printing the list of the 2 duplicates of '0303-1000'
----  Duplicate  0 in the list of duplicate, And at position 195 in the X datas point
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6079027355.6231
+ --- Energy:  12.473598223784801
+ --- Workload:  75827400000.0
 --------------
- --- Configuration:  0303-1000
- --- Energy efficiency:  7144898542.440698
- --- Energy:  42.76899541535147
- --- Workload:  380079000000.0
+--- Ordered by energy, Printing the list of the 10 first neighbours of '001011-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 761 in the X datas point
 --------------
----  Duplicate  1 in the list of duplicate, And at position 77 in the X datas point
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6079027355.6231
+ --- Energy:  12.473598223784801
+ --- Workload:  75827400000.0
 --------------
- --- Configuration:  0303-1000
- --- Energy efficiency:  6928278461.367919
- --- Energy:  42.51731520413714
- --- Workload:  243375000000.0
+--- Neighbour  1 in the list of neghbours, And at position 676 in the X datas point
 --------------
+ --- Configuration:  002022-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14639037922.427738
+ --- Energy:  63.03819652563211
+ --- Workload:  922819000000.0
 --------------
---- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 195 in the X datas point
+--- Neighbour  2 in the list of neghbours, And at position 255 in the X datas point
 --------------
- --- Configuration:  0303-1000
- --- Energy efficiency:  7144898542.440698
- --- Energy:  42.76899541535147
- --- Workload:  380079000000.0
+ --- Configuration:  101011-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12918694901.766243
+ --- Energy:  64.7867353921133
+ --- Workload:  836960000000.0
 --------------
- --- Checking value  [1.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 1, 1, 0, 1.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 0, 0, 0, 1, 2.0, 0, 0, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 0, 1, 2.0, 0, 0, 1, 0]]
- --- Answer : configuration is present, have it been processed?  -1
- --- Answer : the configuration 0222-2220 is present in X at positions [144, 200]
- --- Position:  144
+--- Neighbour  3 in the list of neghbours, And at position 197 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Energy efficiency:  11414873580.275099
- --- Energy:  79.26313007840331
- --- Workload:  867738000000.0
+ --- Configuration:  001101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13985290271.692234
+ --- Energy:  73.251940060295
+ --- Workload:  1024450000000.0
 --------------
- --- Position:  200
+--- Neighbour  4 in the list of neghbours, And at position 256 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Energy efficiency:  11529065350.201126
- --- Energy:  35.98594879953233
- --- Workload:  225068000000.0
+ --- Configuration:  001011-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13559965557.687483
+ --- Energy:  73.393325791739
+ --- Workload:  995211000000.0
 --------------
-----------------------
---- Ordered by energy, Printing the list of the 2 duplicates of '0222-2220'
----  Duplicate  0 in the list of duplicate, And at position 144 in the X datas point
+--- Neighbour  5 in the list of neghbours, And at position 672 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Energy efficiency:  11414873580.275099
- --- Energy:  79.26313007840331
- --- Workload:  867738000000.0
+ --- Configuration:  011011-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14338623807.5642
+ --- Energy:  74.73239429974956
+ --- Workload:  1071560000000.0
 --------------
----  Duplicate  1 in the list of duplicate, And at position 200 in the X datas point
+--- Neighbour  6 in the list of neghbours, And at position 362 in the X datas point
 --------------
- --- Configuration:  0222-2220
- --- Energy efficiency:  11529065350.201126
- --- Energy:  35.98594879953233
- --- Workload:  225068000000.0
+ --- Configuration:  011111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14901908189.343645
+ --- Energy:  75.3366281487845
+ --- Workload:  1122660000000.0
 --------------
+--- Neighbour  7 in the list of neghbours, And at position 207 in the X datas point
 --------------
---- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 144 in the X datas point
+ --- Configuration:  000022-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14281185109.865158
+ --- Energy:  76.4971891147909
+ --- Workload:  1092470000000.0
 --------------
- --- Configuration:  0222-2220
- --- Energy efficiency:  11414873580.275099
- --- Energy:  79.26313007840331
- --- Workload:  867738000000.0
+--- Neighbour  8 in the list of neghbours, And at position 549 in the X datas point
 --------------
- --- Checking value  [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 0, 1, 2.0, 0, 0, 1, 0]]
- --- Answer : configuration is present, have it been processed?  -1
- --- Answer : the configuration 2200-1000 is present in X at positions [147, 201]
- --- Position:  147
+ --- Configuration:  101011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13990494857.793615
+ --- Energy:  77.57621667528683
+ --- Workload:  1085330000000.0
 --------------
- --- Configuration:  2200-1000
- --- Energy efficiency:  5023055826.242454
- --- Energy:  35.48607288213239
- --- Workload:  177462000000.0
+--- Neighbour  9 in the list of neghbours, And at position 440 in the X datas point
 --------------
- --- Position:  201
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13502784274.117321
+ --- Energy:  82.79771486146721
+ --- Workload:  1118000000000.0
 --------------
- --- Configuration:  2200-1000
- --- Energy efficiency:  5231876778.838105
- --- Energy:  29.193550568943994
- --- Workload:  81165000000.0
 --------------
-----------------------
---- Ordered by energy, Printing the list of the 2 duplicates of '2200-1000'
----  Duplicate  0 in the list of duplicate, And at position 147 in the X datas point
+--- Median at position 4 in the list of neghbours, And at position 256 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Energy efficiency:  5023055826.242454
- --- Energy:  35.48607288213239
- --- Workload:  177462000000.0
+ --- Configuration:  001011-2-2
+ --- Energy efficiency:  13559965557.687483
+ --- Energy:  73.393325791739
+ --- Workload:  995211000000.0
 --------------
----  Duplicate  1 in the list of duplicate, And at position 201 in the X datas point
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (73.393325791739 mAh)  it is NOT far from the median.
+---  Median :73.393325791739,   the gap is :  10
+--- So No we don't romove this configuration '001011-2-2'
+ --- remove_aberrant_points: The value [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '011110-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011110-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 257 in the X datas point
 --------------
- --- Configuration:  2200-1000
- --- Energy efficiency:  5231876778.838105
- --- Energy:  29.193550568943994
- --- Workload:  81165000000.0
+ --- Configuration:  011110-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
 --------------
+--- Neighbour  1 in the list of neghbours, And at position 100 in the X datas point
 --------------
---- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 147 in the X datas point
+ --- Configuration:  011010-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
 --------------
- --- Configuration:  2200-1000
- --- Energy efficiency:  5023055826.242454
- --- Energy:  35.48607288213239
- --- Workload:  177462000000.0
+--- Neighbour  2 in the list of neghbours, And at position 106 in the X datas point
 --------------
- --- Checking value  [1.0, 0, 1, 0, 0, 0.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 0, 1, 2.0, 0, 0, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 1, 0, 1, 0.0, 1, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 0, 1, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 0, 0, 1, 0.0, 1, 1, 1, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 0, 1, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 1, 0.0, 1, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 1, 1, 0, 0, 2.0, 1, 1, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 0, 1, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 1, 0.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 1, 1, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [1.0, 0, 0, 1, 1, 1.0, 1, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 0, 1, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 1, 0.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 0, 0, 2.0, 1, 1, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 0, 1, 1, 1.0, 0, 0, 0, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 0, 1, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 1, 0.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 0, 0, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 1, 1.0, 1, 1, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 0, 1, 1, 0, 0.0, 1, 0, 1, 1]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 0, 1, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 1, 0.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 0, 0, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 1.0, 0, 0, 0, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0.0, 1, 1, 1, 0, 0.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 0, 1, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 1, 0.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 0, 0, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 1.0, 0, 0, 0, 1], [2.0, 0, 1, 1, 0, 0.0, 1, 0, 1, 1]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [2.0, 1, 0, 1, 0, 0.0, 0, 0, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 0, 1, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 1, 0.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 0, 0, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 1.0, 0, 0, 0, 1], [2.0, 0, 1, 1, 0, 0.0, 1, 0, 1, 1], [0.0, 1, 1, 1, 0, 0.0, 1, 0, 0, 0]]
- --- Answer : we add the configuration, it is  not yet present
- --- Checking value  [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 0, 1, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 1, 0.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 0, 0, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 1.0, 0, 0, 0, 1], [2.0, 0, 1, 1, 0, 0.0, 1, 0, 1, 1], [0.0, 1, 1, 1, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 0, 1, 0]]
- --- Answer : configuration is present, have it been processed?  -1
- --- Answer : the configuration 0000-2000 is present in X at positions [66, 211]
- --- Position:  66
+ --- Configuration:  011110-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
 --------------
- --- Configuration:  0000-2000
- --- Energy efficiency:  3331046015.069652
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+--- Neighbour  3 in the list of neghbours, And at position 109 in the X datas point
 --------------
- --- Position:  211
+ --- Configuration:  011110-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11878826466.975676
+ --- Energy:  79.1921814190437
+ --- Workload:  940710000000.0
 --------------
- --- Configuration:  0000-2000
- --- Energy efficiency:  3452478361.591869
- --- Energy:  59.193870361299275
- --- Workload:  501963000000.0
+--- Neighbour  4 in the list of neghbours, And at position 212 in the X datas point
 --------------
-----------------------
---- Ordered by energy, Printing the list of the 2 duplicates of '0000-2000'
----  Duplicate  0 in the list of duplicate, And at position 211 in the X datas point
+ --- Configuration:  011111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
 --------------
- --- Configuration:  0000-2000
- --- Energy efficiency:  3452478361.591869
- --- Energy:  59.193870361299275
- --- Workload:  501963000000.0
+--- Neighbour  5 in the list of neghbours, And at position 353 in the X datas point
 --------------
----  Duplicate  1 in the list of duplicate, And at position 66 in the X datas point
+ --- Configuration:  111110-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14286387786.85281
+ --- Energy:  59.8357473888033
+ --- Workload:  854837000000.0
 --------------
- --- Configuration:  0000-2000
- --- Energy efficiency:  3331046015.069652
- --- Energy:  39.00759503929043
- --- Workload:  149787000000.0
+--- Neighbour  6 in the list of neghbours, And at position 691 in the X datas point
 --------------
+ --- Configuration:  001110-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13547198439.36274
+ --- Energy:  54.82947618628158
+ --- Workload:  742786000000.0
 --------------
---- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 211 in the X datas point
+--- Neighbour  7 in the list of neghbours, And at position 763 in the X datas point
 --------------
- --- Configuration:  0000-2000
- --- Energy efficiency:  3452478361.591869
- --- Energy:  59.193870361299275
- --- Workload:  501963000000.0
+ --- Configuration:  111110-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6055761451.444905
+ --- Energy:  12.504158981784528
+ --- Workload:  75722300000.0
 --------------
- --- Checking value  [1.0, 0, 1, 1, 1, 0.0, 1, 1, 1, 0]
- --- Retained configurations  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 0, 1, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 1, 0.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 0, 0, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 1.0, 0, 0, 0, 1], [2.0, 0, 1, 1, 0, 0.0, 1, 0, 1, 1], [0.0, 1, 1, 1, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 0, 1, 0]]
- --- Answer : we add the configuration, it is  not yet present
-final_X_user friendly : 
-  ['0303-1010', '0033-3000', '0303-0100', '2222-0220', '3000-1110', '0030-0000', '0020-0010', '1000-1010', '0010-3300', '0011-0111', '3303-0001', '0022-0030', '0011-1100', '3303-1010', '0003-1001', '0000-0000', '3000-0000', '3300-0000', '3330-0000', '0000-3000', '0000-3300', '0000-3330', '3300-3000', '3330-3000', '3000-3000', '3000-3300', '3000-3330', '1000-0000', '2000-0000', '1100-0000', '2200-0000', '1110-0000', '2220-0000', '3300-1000', '3300-2000', '1100-1000', '2200-2000', '3000-1000', '3000-2000', '1000-1000', '1001-2000', '0111-0000', '0011-0000', '1001-0002', '2002-0101', '0303-0000', '0101-2220', '0001-0020', '3330-1111', '0330-0111', '0001-1100', '0002-0020', '2022-2220', '1000-0030', '0010-2000', '2000-2000', '3000-1100', '3000-2200', '1000-1100', '2000-2200', '0000-1000', '0000-2000', '0000-2200', '1001-2220', '0200-1100', '2002-0100', '0000-0001', '0101-0200', '3330-2220', '2002-2000', '0001-0200', '0220-0020', '0303-1000', '0110-0020', '0030-2000', '2002-1001', '0101-2020', '0202-1001', '0220-1001', '1111-0101', '0011-2200', '2222-2200', '1011-0100', '0033-2200', '0101-0330', '0100-0200', '1101-2000', '0333-0011', '1011-3330', '1011-3030', '0010-0101', '0110-0010', '0011-3000', '0020-2000', '0110-1001', '1011-2200', '0222-0300', '0110-0100', '0200-0100', '2220-3330', '0020-2220', '2220-2220', '0002-3000', '2020-3030', '2022-2200', '0020-1100', '1110-3330', '0111-2000', '0033-0220', '2022-1001', '0003-0001', '3033-1010', '0100-3000', '2020-1000', '0202-0200', '0300-0010', '0200-3330', '1010-2000', '0033-0011', '3030-1001', '0010-0011', '2220-0330', '2002-0010', '3330-0030', '0200-0010', '2022-0330', '0022-1111', '2220-0300', '0001-0220', '1100-0020', '1100-1001', '3000-0011', '2000-1001', '2020-0220', '2020-0030', '1111-3330', '0222-2220', '2200-1000', '0222-1000', '0330-0300', '0300-0000', '3030-0110', '1100-1011', '3003-0220', '1000-0100', '0030-2200', '0202-0001', '3333-0001', '1000-2200', '1100-3000', '0020-1111', '3030-1101', '0002-0111', '1011-0330', '0000-1111', '3030-0000', '0111-0001', '1111-3300', '0002-3330', '3000-0001', '1011-0011', '0220-2000', '0303-1001', '0022-3300', '0002-1000', '0222-3300', '3030-2000', '1100-0110', '1100-3330', '1001-3030', '0100-1011', '0330-0002', '1001-3330', '0200-1110', '3300-0101', '0333-3000', '2020-1100', '2002-0220', '0110-0300', '3330-2000', '0003-0030', '0200-1000', '1101-1110', '2002-1111', '2200-3300', '0022-2220', '1011-0002', '0330-1011', '1110-1000', '3030-0010', '0222-1110']
-final_X : 
-  [[2.0, 0, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 2.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1.0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [2.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 1, 1, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [0.0, 0, 1, 0, 1, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 1, 0, 0.0, 0, 1, 1, 1], [0.0, 0, 0, 0, 1, 0.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 1.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 0, 1, 1.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 1.0, 1, 0, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 1.0, 0, 0, 1, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 0, 1, 0, 1, 1.0, 1, 0, 1, 0], [1.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 1, 1, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 1, 1, 0, 0], [0.0, 0, 1, 0, 1, 2.0, 0, 1, 1, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 0, 1, 0, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 1, 0, 0.0, 0, 0, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 0, 1, 0, 0], [0.0, 0, 1, 1, 0, 0.0, 0, 1, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 1, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 0, 1.0, 1, 1, 1, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 2.0, 1, 0, 1, 0], [1.0, 1, 0, 1, 1, 1.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 0, 0], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [0.0, 0, 1, 1, 1, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 0, 1, 1.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [0.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 1, 1], [1.0, 1, 0, 0, 0, 0.0, 1, 0, 0, 1], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 1, 0, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 1, 1, 1.0, 1, 1, 1, 0], [1.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 0, 0, 0, 0.0, 0, 1, 0, 0], [2.0, 0, 0, 1, 0, 1.0, 1, 1, 0, 0], [1.0, 0, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 0, 0, 0], [1.0, 0, 0, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [1.0, 0, 0, 0, 1, 0.0, 0, 1, 1, 1], [0.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0.0, 1, 1, 1, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 1, 1, 1, 0.0, 0, 0, 0, 1], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 2.0, 1, 1, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 1, 0, 1, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 2.0, 1, 1, 1, 0], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1], [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1], [0.0, 1, 0, 0, 1, 2.0, 1, 1, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 1, 0], [2.0, 1, 1, 0, 0, 0.0, 0, 1, 0, 1], [2.0, 0, 1, 1, 1, 2.0, 1, 0, 0, 0], [1.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 1, 1, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 0, 0, 0, 1, 2.0, 0, 0, 1, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 0, 0, 0], [0.0, 1, 1, 0, 1, 0.0, 1, 1, 1, 0], [1.0, 1, 0, 0, 1, 0.0, 1, 1, 1, 1], [1.0, 1, 1, 0, 0, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 1, 1.0, 1, 1, 1, 0], [0.0, 1, 0, 1, 1, 1.0, 0, 0, 0, 1], [2.0, 0, 1, 1, 0, 0.0, 1, 0, 1, 1], [0.0, 1, 1, 1, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 0, 0, 1, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 1, 1, 0]]
-final_y : 
-  [8236960890.90969, 6957102505.948323, 7192278369.94203, 11285968381.230984, 8096707069.234942, 994906080.8659663, 3998672440.749671, 6501654671.113798, 6532788063.289651, 8964027358.211496, 8321129010.784183, 7249844128.351241, 7650055845.407672, 9340120487.55429, 6806147312.252427, 0.08333333333333333, 1010122436.9405816, 2075033200.5312083, 5377240292.736961, 3307720550.5370083, 5789616901.049658, 7665772326.561901, 5072151352.996373, 5822958761.806049, 4149980287.5936337, 6473246073.976255, 8224428196.629629, 997516184.7000968, 1014996574.3865615, 2083511299.9235353, 1998856653.9939156, 2905397356.669485, 2991522026.5766816, 5058399218.983161, 5026691733.102776, 5947637003.818383, 5065035050.042546, 5326600510.288329, 3742206854.226074, 4062233415.93208, 5236095548.271565, 3139835723.7949314, 2780233650.836016, 7043096708.760907, 8950387999.31977, 5363512027.675722, 9185604320.908272, 4533975344.242078, 9820095844.135439, 7854719115.244439, 6336774201.724871, 4969363871.73078, 10870309597.28764, 3845281263.097989, 3839950848.6291375, 4153496621.1304984, 6443423519.784533, 6519117311.516021, 6448575832.027497, 6539495281.754154, 3145168392.3157244, 3452478361.591869, 5724131219.984087, 9166575000.916658, 6540008502.011052, 7245431755.278297, 3321398441.599851, 5549420363.04308, 9229945635.620207, 7263008047.412917, 4385426351.149858, 5040602049.508794, 7144898542.440698, 5821399464.43125, 4809102669.532892, 8795770993.306417, 8367150566.874451, 8895689149.038376, 7282684688.88371, 8622547962.923044, 7849108733.703288, 11468876336.840899, 6807769026.0124855, 8336042547.16116, 7878296082.123358, 4197888462.103562, 6788174999.151478, 9607255399.277534, 10558457958.332102, 8871225293.637558, 6657080470.788732, 5194211570.625695, 6806981239.9597025, 4244013818.5089927, 7487495881.877265, 8782098570.274353, 9750580159.519491, 5162462701.2069845, 4242843383.922169, 9571301409.852697, 8376542330.856669, 9479212087.891254, 5449442794.474265, 7529950377.627011, 10578920865.440357, 6670179627.937381, 9413093613.215984, 6681499595.769274, 8384408354.2244835, 10534122128.398308, 5256269415.345153, 9521179864.608822, 4292324465.390988, 6005284650.492433, 7512075661.626064, 3550266447.4968843, 8906781623.528154, 5000900162.029165, 8411277841.329655, 8447801037.389967, 6634071263.19351, 8252186829.509821, 7393168712.11001, 6057595619.146848, 3751444306.0578322, 10619025470.794495, 11384996168.94879, 6002689204.763734, 9243340173.405062, 5236287472.182222, 7522756337.9222145, 6788774083.176061, 6591219177.81132, 7467367603.572389, 5336236245.851076, 10965958375.4152, 11414873580.275099, 5023055826.242454, 9969791531.659073, 5127442585.46165, 1047552602.8539523, 7504014647.836593, 9277212383.22309, 8528930131.004368, 4407169583.478402, 6743861400.160503, 7543867590.03606, 9681573061.991112, 6563747111.951271, 5338401255.591975, 10017249703.99027, 9152396555.037937, 9116518219.361662, 8886756067.432705, 9945201937.325336, 2117186259.461176, 6254338947.644929, 9442424814.692413, 9147875405.936972, 3629843118.1804323, 8737821661.059898, 5281811027.365063, 8479966080.135679, 9258659160.980307, 4730794158.415373, 10575598076.510221, 5441732647.675019, 7524397860.061248, 9132169894.888725, 7964637011.668193, 8993129249.25357, 6611526535.36175, 9487576019.202854, 8314487162.431821, 7514502990.77219, 8547519937.090253, 7567673924.06596, 9205560158.335634, 5549728340.797718, 7804268935.107504, 5328502158.043374, 4343576935.606472, 9910704551.9866, 11245140693.577787, 7549106940.648921, 10604498852.593224, 7793442597.398549, 9121757215.309958, 6238497769.737048, 5246589716.684155, 11528294469.531294]
- --- Actual line: ['X_0' 'X_1' 'X_2' 'X_3' 'X_4' 'X_5' 'X_6' 'X_7' 'X_8' 'X_9' 'y']
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.23696089e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.95710251e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.19227837e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.12859684e+10]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.09670707e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 9.94906081e+08]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 3.99867244e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 6.50165467e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.53278806e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 8.96402736e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.32112901e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.24984413e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.65005585e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.34012049e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 6.80614731e+09]
- --- Actual line: [0.         0.         0.         0.         0.         0.
- 0.         0.         0.         0.         0.08333333]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.01012244e+09]
- --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
- 2.0750332e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.37724029e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.30772055e+09]
- --- Actual line: [0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
- 2.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 5.7896169e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.66577233e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.07215135e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.82295876e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.14998029e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.47324607e+09]
- --- Actual line: [2.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
- 2.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
- 8.2244282e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 9.97516185e+08]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.01499657e+09]
- --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
- 2.0835113e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.99885665e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 2.90539736e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 2.99152203e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.05839922e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.02669173e+09]
- --- Actual line: [0.000000e+00 1.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00
- 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
- 5.947637e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.06503505e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.32660051e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.74220685e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.06223342e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.23609555e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.13983572e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 2.78023365e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 7.04309671e+09]
- --- Actual line: [1.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00
- 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 1.000000e+00
- 8.950388e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.36351203e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.18560432e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 4.53397534e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 9.82009584e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 7.85471912e+09]
- --- Actual line: [0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00
- 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 6.3367742e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 4.96936387e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.08703096e+10]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 3.84528126e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.83995085e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.15349662e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.44342352e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.51911731e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.44857583e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.53949528e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.14516839e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 3.45247836e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.72413122e+09]
- --- Actual line: [0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00
- 1.000000e+00 1.000000e+00 1.000000e+00 1.000000e+00 0.000000e+00
- 9.166575e+09]
- --- Actual line: [1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 6.5400085e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.24543176e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 3.32139844e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.54942036e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.22994564e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.26300805e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.38542635e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 5.04060205e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.14489854e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 5.82139946e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.80910267e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.79577099e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.36715057e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.89568915e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 7.28268469e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.62254796e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.84910873e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.14688763e+10]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.80776903e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 8.33604255e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 2.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.87829608e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.19788846e+09]
- --- Actual line: [0.000000e+00 1.000000e+00 1.000000e+00 0.000000e+00 1.000000e+00
- 1.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
- 6.788175e+09]
- --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
- 0.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
- 9.6072554e+09]
- --- Actual line: [0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
- 2.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
- 1.0558458e+10]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.87122529e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 6.65708047e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 5.19421157e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.80698124e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.24401382e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 7.48749588e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 8.78209857e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 9.75058016e+09]
- --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
- 0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 5.1624627e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.24284338e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.57130141e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.37654233e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.47921209e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.44944279e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.52995038e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.05789209e+10]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.67017963e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.41309361e+09]
- --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
- 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
- 6.6814996e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.38440835e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.05341221e+10]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 5.25626942e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.52117986e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.29232447e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.00528465e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.51207566e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 3.55026645e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.90678162e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.00090016e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 8.41127784e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.44780104e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 6.63407126e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.25218683e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.39316871e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 6.05759562e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 3.75144431e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.06190255e+10]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.13849962e+10]
- --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
- 2.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 6.0026892e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.24334017e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 5.23628747e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 7.52275634e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 6.78877408e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 6.59121918e+09]
- --- Actual line: [1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
- 1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
- 7.4673676e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 5.33623625e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.09659584e+10]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.14148736e+10]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.02305583e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 9.96979153e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.12744259e+09]
- --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
- 1.0475526e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.50401465e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 9.27721238e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.52893013e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.40716958e+09]
- --- Actual line: [2.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
- 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
- 6.7438614e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 7.54386759e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 9.68157306e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.56374711e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.33840126e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00172497e+10]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 9.15239656e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 9.11651822e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.88675607e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 9.94520194e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 2.11718626e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 6.25433895e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 9.44242481e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.14787541e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 3.62984312e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 8.73782166e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.28181103e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 8.47996608e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 9.25865916e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.73079416e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.05755981e+10]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.44173265e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.52439786e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.13216989e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 7.96463701e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 8.99312925e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 0.00000000e+00 1.00000000e+00 6.61152654e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.48757602e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 8.31448716e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 7.51450299e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 2.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 8.54751994e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.56767392e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.20556016e+09]
- --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 2.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 5.54972834e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.80426894e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 2.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 5.32850216e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 4.34357694e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 9.91070455e+09]
- --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.12451407e+10]
- --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 2.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 7.54910694e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
- 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.06044989e+10]
- --- Actual line: [0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
- 1.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00
- 7.7934426e+09]
- --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 1.00000000e+00 1.00000000e+00 9.12175722e+09]
- --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
- 0.00000000e+00 0.00000000e+00 6.23849777e+09]
- --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
- 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
- 1.00000000e+00 0.00000000e+00 5.24658972e+09]
- --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
- 1.00000000e+00 0.00000000e+00 1.15282945e+10]
---- Size of X after removing duplicates:  191
---- Number of duplicates points removed :  22
-*** Ratio energy by wokload :  [8236960890.90969, 6957102505.948323, 7192278369.94203, 11285968381.230984, 8096707069.234942, 994906080.8659663, 3998672440.749671, 6501654671.113798, 6532788063.289651, 8964027358.211496, 8321129010.784183, 7249844128.351241, 7650055845.407672, 9340120487.55429, 6806147312.252427, 0.08333333333333333, 1010122436.9405816, 2075033200.5312083, 5377240292.736961, 3307720550.5370083, 5789616901.049658, 7665772326.561901, 5072151352.996373, 5822958761.806049, 4149980287.5936337, 6473246073.976255, 8224428196.629629, 997516184.7000968, 1014996574.3865615, 2083511299.9235353, 1998856653.9939156, 2905397356.669485, 2991522026.5766816, 5058399218.983161, 5026691733.102776, 5947637003.818383, 5065035050.042546, 5326600510.288329, 3742206854.226074, 4062233415.93208, 5236095548.271565, 3139835723.7949314, 2780233650.836016, 7043096708.760907, 8950387999.31977, 5363512027.675722, 9185604320.908272, 4533975344.242078, 9820095844.135439, 7854719115.244439, 6336774201.724871, 4969363871.73078, 10870309597.28764, 3845281263.097989, 3839950848.6291375, 4153496621.1304984, 6443423519.784533, 6519117311.516021, 6448575832.027497, 6539495281.754154, 3145168392.3157244, 3452478361.591869, 5724131219.984087, 9166575000.916658, 6540008502.011052, 7245431755.278297, 3321398441.599851, 5549420363.04308, 9229945635.620207, 7263008047.412917, 4385426351.149858, 5040602049.508794, 7144898542.440698, 5821399464.43125, 4809102669.532892, 8795770993.306417, 8367150566.874451, 8895689149.038376, 7282684688.88371, 8622547962.923044, 7849108733.703288, 11468876336.840899, 6807769026.0124855, 8336042547.16116, 7878296082.123358, 4197888462.103562, 6788174999.151478, 9607255399.277534, 10558457958.332102, 8871225293.637558, 6657080470.788732, 5194211570.625695, 6806981239.9597025, 4244013818.5089927, 7487495881.877265, 8782098570.274353, 9750580159.519491, 5162462701.2069845, 4242843383.922169, 9571301409.852697, 8376542330.856669, 9479212087.891254, 5449442794.474265, 7529950377.627011, 10578920865.440357, 6670179627.937381, 9413093613.215984, 6681499595.769274, 8384408354.2244835, 10534122128.398308, 5256269415.345153, 9521179864.608822, 4292324465.390988, 6005284650.492433, 7512075661.626064, 3550266447.4968843, 8906781623.528154, 5000900162.029165, 8411277841.329655, 8447801037.389967, 6634071263.19351, 8252186829.509821, 7393168712.11001, 6057595619.146848, 3751444306.0578322, 10619025470.794495, 11384996168.94879, 6002689204.763734, 9243340173.405062, 5236287472.182222, 7522756337.9222145, 6788774083.176061, 6591219177.81132, 7467367603.572389, 5336236245.851076, 10965958375.4152, 11414873580.275099, 5023055826.242454, 9969791531.659073, 5127442585.46165, 1047552602.8539523, 7504014647.836593, 9277212383.22309, 8528930131.004368, 4407169583.478402, 6743861400.160503, 7543867590.03606, 9681573061.991112, 6563747111.951271, 5338401255.591975, 10017249703.99027, 9152396555.037937, 9116518219.361662, 8886756067.432705, 9945201937.325336, 2117186259.461176, 6254338947.644929, 9442424814.692413, 9147875405.936972, 3629843118.1804323, 8737821661.059898, 5281811027.365063, 8479966080.135679, 9258659160.980307, 4730794158.415373, 10575598076.510221, 5441732647.675019, 7524397860.061248, 9132169894.888725, 7964637011.668193, 8993129249.25357, 6611526535.36175, 9487576019.202854, 8314487162.431821, 7514502990.77219, 8547519937.090253, 7567673924.06596, 9205560158.335634, 5549728340.797718, 7804268935.107504, 5328502158.043374, 4343576935.606472, 9910704551.9866, 11245140693.577787, 7549106940.648921, 10604498852.593224, 7793442597.398549, 9121757215.309958, 6238497769.737048, 5246589716.684155, 11528294469.531294]
----> getting userfriendly values from X values
----> getting userfriendly values from X values
-Train set Configurations :  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-Train set energy by workload :  [7.54910694e+09 5.02305583e+09 4.40716958e+09 9.14787541e+09
- 8.62254796e+09 5.04060205e+09 1.13849962e+10 1.04755260e+09
- 1.12451407e+10 8.52893013e+09 9.11651822e+09 7.80426894e+09
- 3.55026645e+09 5.06503505e+09 9.25865916e+09 4.24284338e+09
- 5.72413122e+09 8.23696089e+09 9.97516185e+08 5.33840126e+09
- 7.48749588e+09 7.51207566e+09 5.78961690e+09 1.00172497e+10
- 8.54751994e+09 6.74386140e+09 8.89568915e+09 1.99885665e+09
- 7.54386759e+09 2.07503320e+09 6.53949528e+09 9.48757602e+09
- 7.50401465e+09 6.25433895e+09 9.91070455e+09 9.94520194e+09
- 4.24401382e+09 6.00528465e+09 7.66577233e+09 4.15349662e+09
- 1.01012244e+09 5.12744259e+09 5.19421157e+09 9.57130141e+09
- 8.31448716e+09 6.23849777e+09 4.80910267e+09 6.63407126e+09
- 8.88675607e+09 9.96979153e+09 9.12175722e+09 9.60725540e+09
- 6.65708047e+09 7.87829608e+09 5.37724029e+09 5.16246270e+09
- 9.47921209e+09 6.78877408e+09 3.45247836e+09 1.14688763e+10
- 5.33623625e+09 9.22994564e+09 6.95710251e+09 6.80776903e+09
- 6.44342352e+09 3.30772055e+09 6.78817500e+09 4.38542635e+09
- 3.14516839e+09 5.02669173e+09 5.23609555e+09 8.36715057e+09
- 8.22442820e+09 2.99152203e+09 7.79344260e+09 9.75058016e+09
- 8.33604255e+09 5.25626942e+09 6.67017963e+09 5.82139946e+09
- 5.00090016e+09 9.68157306e+09 5.24658972e+09 1.14148736e+10
- 4.06223342e+09 7.85471912e+09 4.34357694e+09 6.59121918e+09
- 6.33677420e+09 1.08703096e+10 7.84910873e+09 7.56767392e+09
- 8.25218683e+09 5.32850216e+09 9.18560432e+09 1.05584580e+10
- 7.26300805e+09 5.54942036e+09 7.51450299e+09 6.44857583e+09
- 5.05839922e+09 3.74220685e+09 7.52995038e+09 4.96936387e+09
- 6.68149960e+09 8.09670707e+09 5.44944279e+09 7.52439786e+09
- 5.32660051e+09 8.90678162e+09 3.75144431e+09 6.56374711e+09
- 2.90539736e+09 9.16657500e+09 4.53397534e+09 1.06044989e+10
- 8.78209857e+09 9.20556016e+09 8.47996608e+09 6.50165467e+09
- 1.05789209e+10 8.79577099e+09 7.04309671e+09 5.07215135e+09
- 7.14489854e+09 8.33333333e-02 9.13216989e+09]
-Test set Configurations :  [[2.0, 1, 1, 1, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 1, 0, 2.0, 0, 0, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 0, 0, 0, 1], [2.0, 1, 1, 1, 0, 0.0, 1, 1, 1, 1], [2.0, 0, 1, 0, 1, 0.0, 0, 1, 0, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 0, 1, 1, 2.0, 1, 0, 1, 0], [2.0, 1, 0, 0, 0, 0.0, 0, 0, 0, 1], [1.0, 0, 1, 1, 0, 1.0, 1, 0, 0, 0], [1.0, 1, 1, 1, 0, 2.0, 0, 1, 0, 0], [0.0, 0, 0, 1, 1, 0.0, 1, 1, 0, 0], [2.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 1], [0.0, 1, 1, 1, 0, 2.0, 1, 1, 1, 0], [1.0, 1, 1, 1, 1, 1.0, 0, 1, 1, 0], [1.0, 0, 0, 1, 0, 0.0, 0, 0, 1, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 1, 0, 0], [2.0, 1, 0, 0, 0, 1.0, 1, 1, 0, 0], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 0], [0.0, 1, 0, 0, 0, 2.0, 0, 0, 1, 0], [1.0, 1, 0, 1, 1, 2.0, 0, 1, 1, 0], [2.0, 0, 1, 0, 1, 0, 0, 0, 0, 0], [2.0, 0, 0, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 1, 0, 0, 1, 2.0, 1, 0, 1, 0], [0, 0, 0, 0, 0, 0.0, 0, 0, 0, 1], [0.0, 0, 0, 1, 1, 0.0, 0, 1, 1, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 1, 0, 1], [0.0, 0, 1, 0, 0, 2.0, 1, 0, 0, 0], [2.0, 1, 1, 0, 1, 0.0, 1, 0, 1, 0], [1.0, 0, 1, 1, 1, 2.0, 1, 1, 0, 0], [2.0, 0, 0, 1, 1, 1.0, 0, 1, 1, 0], [0.0, 0, 0, 0, 1, 1.0, 0, 1, 1, 0], [0.0, 1, 1, 0, 0, 0.0, 1, 0, 1, 1], [1.0, 1, 0, 0, 1, 0.0, 0, 0, 1, 0], [2.0, 1, 0, 1, 0, 0.0, 1, 1, 0, 1], [2.0, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 1, 0, 1.0, 1, 1, 1, 0], [0.0, 0, 0, 1, 1, 2.0, 1, 0, 0, 0], [2.0, 1, 0, 1, 0, 1.0, 1, 0, 0, 0], [0.0, 0, 1, 1, 1, 0, 0, 0, 0, 0], [1.0, 0, 1, 0, 0, 0.0, 1, 1, 0, 0], [1.0, 1, 0, 1, 1, 0.0, 1, 0, 0, 1], [2.0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [0.0, 0, 0, 1, 0, 1.0, 1, 0, 0, 0], [2.0, 1, 0, 1, 0, 0.0, 1, 0, 0, 1], [1.0, 0, 0, 1, 1, 2.0, 0, 0, 1, 0], [0.0, 0, 1, 1, 0, 2.0, 0, 1, 0, 0], [2.0, 1, 0, 0, 0, 2.0, 1, 0, 0, 0], [0.0, 0, 1, 0, 0, 1.0, 0, 1, 0, 0], [1.0, 0, 1, 1, 1, 0.0, 1, 1, 1, 0], [0.0, 0, 0, 1, 0, 2.0, 1, 1, 0, 0], [1.0, 0, 0, 0, 1, 0.0, 1, 0, 0, 0], [2.0, 0, 1, 1, 0, 1.0, 0, 0, 0, 1], [1.0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0.0, 1, 1, 0, 0, 1.0, 0, 0, 1, 0], [0.0, 1, 0, 1, 1, 0.0, 0, 0, 1, 1], [0.0, 0, 0, 1, 1, 0, 0, 0, 0, 0], [0.0, 1, 1, 1, 1, 2.0, 1, 1, 1, 0], [1.0, 1, 0, 1, 0, 1.0, 0, 1, 1, 0], [1.0, 0, 1, 1, 0, 0.0, 1, 0, 0, 1], [2.0, 1, 0, 1, 1, 0.0, 1, 0, 1, 0], [0.0, 0, 1, 0, 0, 0.0, 1, 0, 1, 1]]
-Test set energy by workload :  [5822958761.806049, 6057595619.146848, 5947637003.818383, 8321129010.784183, 9820095844.135439, 7192278369.94203, 7522756337.9222145, 2083511299.9235353, 8871225293.637558, 3629843118.1804323, 5281811027.365063, 6002689204.763734, 7650055845.407672, 6806147312.252427, 9413093613.215984, 11285968381.230984, 3998672440.749671, 6473246073.976255, 6519117311.516021, 7245431755.278297, 3845281263.097989, 10619025470.794495, 5363512027.675722, 8411277841.329655, 7964637011.668193, 3321398441.599851, 8964027358.211496, 8950387999.31977, 4292324465.390988, 9340120487.55429, 10575598076.510221, 8384408354.2244835, 9243340173.405062, 9277212383.22309, 7393168712.11001, 9152396555.037937, 2117186259.461176, 9442424814.692413, 8376542330.856669, 6806981239.9597025, 5441732647.675019, 3139835723.7949314, 6540008502.011052, 10534122128.398308, 994906080.8659663, 3839950848.6291375, 8447801037.389967, 7249844128.351241, 5549728340.797718, 4149980287.5936337, 4197888462.103562, 11528294469.531294, 6532788063.289651, 4730794158.415373, 6611526535.36175, 1014996574.3865615, 5236287472.182222, 8737821661.059898, 2780233650.836016, 10965958375.4152, 7467367603.572389, 7282684688.88371, 9521179864.608822, 8993129249.25357]
-Train set Configurations in user friendly mode :  ['2200-3300', '2200-1000', '1000-0100', '0002-3330', '1111-0101', '0220-0020', '0022-1111', '0300-0000', '2002-1111', '3003-0220', '0002-0111', '3330-2000', '0300-0010', '2200-2000', '0022-3300', '0200-0100', '0000-2200', '0303-1010', '1000-0000', '1100-3000', '0110-1001', '0202-0200', '0000-3300', '0020-1111', '0333-3000', '0030-2200', '0202-1001', '2200-0000', '0202-0001', '3300-0000', '2000-2200', '1001-3330', '3030-0110', '0111-0001', '1101-1110', '0000-1111', '0020-2000', '2020-1000', '0000-3330', '2000-2000', '3000-0000', '0330-0300', '0110-0010', '2220-3330', '0200-1110', '1110-1000', '0030-2000', '0010-0011', '1011-0330', '0222-1000', '0330-1011', '0333-0011', '0010-0101', '0101-0330', '3330-0000', '0110-0100', '2220-2220', '3000-0011', '0000-2000', '2222-2200', '2020-0030', '3330-2220', '0033-3000', '1011-0100', '3000-1100', '0000-3000', '1101-2000', '0001-0200', '0000-1000', '3300-2000', '1001-2000', '0101-2020', '3000-3330', '2220-0000', '1011-0002', '0222-0300', '0033-2200', '0003-0001', '0020-1100', '0110-0020', '1010-2000', '3333-0001', '3030-0010', '0222-2220', '1000-1000', '0330-0111', '0200-1000', '2000-1001', '0001-1100', '2022-2220', '0011-2200', '2020-1100', '2220-0330', '0003-0030', '0101-2220', '1011-3330', '2002-2000', '0101-0200', '3300-0101', '1000-1100', '3300-1000', '3000-2000', '2020-3030', '0002-0020', '0111-2000', '3000-1110', '0002-3000', '1100-0110', '3000-1000', '0200-3330', '0200-0010', '1000-2200', '1110-0000', '1001-2220', '0001-0020', '0022-2220', '1011-2200', '2002-0220', '0303-1001', '1000-1010', '2022-2200', '2002-1001', '1001-0002', '3300-3000', '0303-1000', '0000-0000', '1100-3330']
-Test set Configurations in user friendly mode :  ['3330-3000', '3330-0030', '1100-1000', '3303-0001', '3330-1111', '0303-0100', '1100-1001', '1100-0000', '1011-3030', '3000-0001', '0220-2000', '2220-0300', '0011-1100', '0003-1001', '1110-3330', '2222-0220', '0020-0010', '3000-3300', '3000-2200', '2002-0100', '1000-0030', '2022-0330', '0303-0000', '0033-0011', '1001-3030', '0000-0001', '0011-0111', '2002-0101', '0100-3000', '3303-1010', '0222-3300', '0033-0220', '0001-0220', '1100-1011', '2002-0010', '3030-1101', '3030-0000', '1111-3300', '0020-2220', '0011-3000', '3030-2000', '0111-0000', '0200-1100', '2022-1001', '0030-0000', '0010-2000', '3030-1001', '0022-0030', '0110-0300', '3000-3000', '0100-0200', '0222-1110', '0010-3300', '0002-1000', '0330-0002', '2000-0000', '1100-0020', '1011-0011', '0011-0000', '1111-3330', '2020-0220', '0220-1001', '3033-1010', '0100-1011']
-Size of X_train:  127
-Size of X_test:  64
- *****  Training the datas ***** 
- **** Predicted y test =  [6.56733295e+09 5.94663458e+09 4.66136113e+09 7.77591881e+09
- 1.10031560e+10 6.43480515e+09 6.93288161e+09 2.17330603e+09
- 8.54553633e+09 4.45555257e+09 6.05329871e+09 6.91594304e+09
- 7.64913862e+09 7.59543788e+09 9.47733420e+09 1.05015746e+10
- 4.38021573e+09 6.40627822e+09 6.48368285e+09 6.39494094e+09
- 4.53029573e+09 9.70260895e+09 4.55741949e+09 8.41671820e+09
- 7.61537620e+09 3.30872057e+09 9.24411752e+09 8.61467178e+09
- 4.49766940e+09 9.13588595e+09 1.01513525e+10 8.38947102e+09
- 6.93192976e+09 8.89847450e+09 6.13165682e+09 9.37115185e+09
- 3.60201769e+09 9.82593536e+09 8.55490922e+09 6.25277957e+09
- 5.87724432e+09 4.86623286e+09 6.50343405e+09 1.00215279e+10
- 2.43957535e+09 4.44723810e+09 7.94141114e+09 6.76544468e+09
- 5.83866718e+09 4.29292083e+09 4.40417971e+09 1.10610531e+10
- 6.60547374e+09 5.41699170e+09 5.76546806e+09 1.80828514e+09
- 4.88693648e+09 8.63266446e+09 3.75850842e+09 1.09471924e+10
- 7.72038643e+09 7.98705180e+09 9.64942614e+09 8.34605795e+09]
-Start computin r squared, result = 
-column mean vector=  [6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345]
- diff with mean vector  [-1.04071898e+09 -8.06082122e+08 -9.16040738e+08  1.45745127e+09
-  2.95641810e+09  3.28600629e+08  6.59078597e+08 -4.78016644e+09
-  2.00754755e+09 -3.23383462e+09 -1.58186671e+09 -8.60988537e+08
-  7.86378104e+08 -5.75304291e+07  2.54941587e+09  4.42229064e+09
- -2.86500530e+09 -3.90431667e+08 -3.44560430e+08  3.81754014e+08
- -3.01839648e+09  3.75534773e+09 -1.50016571e+09  1.54760010e+09
-  1.10095927e+09 -3.54227930e+09  2.10034962e+09  2.08671026e+09
- -2.57135328e+09  2.47644275e+09  3.71192034e+09  1.52073061e+09
-  2.37966243e+09  2.41353464e+09  5.29490971e+08  2.28871881e+09
- -4.74649148e+09  2.57874707e+09  1.51286459e+09 -5.66965014e+07
- -1.42194509e+09 -3.72384202e+09 -3.23669239e+08  3.67044439e+09
- -5.86877166e+09 -3.02372689e+09  1.58412330e+09  3.86166387e+08
- -1.31394940e+09 -2.71369745e+09 -2.66578928e+09  4.66461673e+09
- -3.30889678e+08 -2.13288358e+09 -2.52151206e+08 -5.84868117e+09
- -1.62739027e+09  1.87414392e+09 -4.08344409e+09  4.10228063e+09
-  6.03689862e+08  4.19006948e+08  2.65750212e+09  2.12945151e+09]
- diff with mean vector squared   [1.08309599e+18 6.49768388e+17 8.39130633e+17 2.12416420e+18
- 8.74040800e+18 1.07978373e+17 4.34384596e+17 2.28499912e+19
- 4.03024717e+18 1.04576864e+19 2.50230230e+18 7.41301260e+17
- 6.18390523e+17 3.30975027e+15 6.49952129e+18 1.95566545e+19
- 8.20825537e+18 1.52436887e+17 1.18721890e+17 1.45736127e+17
- 9.11071730e+18 1.41026366e+19 2.25049717e+18 2.39506607e+18
- 1.21211131e+18 1.25477426e+19 4.41146851e+18 4.35435970e+18
- 6.61185767e+18 6.13276868e+18 1.37783526e+19 2.31262160e+18
- 5.66279329e+18 5.82514947e+18 2.80360688e+17 5.23823381e+18
- 2.25291814e+19 6.64993647e+18 2.28875927e+18 3.21449327e+15
- 2.02192785e+18 1.38669994e+19 1.04761776e+17 1.34721620e+19
- 3.44424808e+19 9.14292432e+18 2.50944662e+18 1.49124478e+17
- 1.72646303e+18 7.36415387e+18 7.10643248e+18 2.17586492e+19
- 1.09487979e+17 4.54919238e+18 6.35802307e+16 3.42070714e+19
- 2.64839909e+18 3.51241543e+18 1.66745156e+19 1.68287064e+19
- 3.64441450e+17 1.75566822e+17 7.06231754e+18 4.53456372e+18]
- diff with predicted vector  [-7.44374184e+08  1.10961042e+08  1.28627588e+09  5.45210204e+08
- -1.18306015e+09  7.57473221e+08  5.89874725e+08 -8.97947279e+07
-  3.25688968e+08 -8.25709455e+08 -7.71487680e+08 -9.13253834e+08
-  9.17222915e+05 -7.89290567e+08 -6.42405900e+07  7.84393799e+08
- -3.81543285e+08  6.69678571e+07  3.54344655e+07  8.50490810e+08
- -6.85014463e+08  9.16416523e+08  8.06092539e+08 -5.44035924e+06
-  3.49260809e+08  1.26778742e+07 -2.80090162e+08  3.35716217e+08
- -2.05344938e+08  2.04234540e+08  4.24245555e+08 -5.06266216e+06
-  2.31141041e+09  3.78737884e+08  1.26151189e+09 -2.18755293e+08
- -1.48483143e+09 -3.83510545e+08 -1.78366884e+08  5.54201669e+08
- -4.35511677e+08 -1.72639713e+09  3.65744557e+07  5.12594265e+08
- -1.44466927e+09 -6.07287253e+08  5.06389899e+08  4.84399444e+08
- -2.88938841e+08 -1.42940542e+08 -2.06291244e+08  4.67241322e+08
- -7.26856746e+07 -6.86197538e+08  8.46058472e+08 -7.93288570e+08
-  3.49350994e+08  1.05157198e+08 -9.78274771e+08  1.87660027e+07
- -2.53018822e+08 -7.04367116e+08 -1.28246276e+08  6.47071294e+08]
- diff with predicted vector squared [5.54092925e+17 1.23123529e+16 1.65450563e+18 2.97254166e+17
- 1.39963132e+18 5.73765681e+17 3.47952191e+17 8.06309315e+15
- 1.06073304e+17 6.81796104e+17 5.95193240e+17 8.34032565e+17
- 8.41297875e+11 6.22979600e+17 4.12685341e+15 6.15273631e+17
- 1.45575279e+17 4.48469388e+15 1.25560135e+15 7.23334619e+17
- 4.69244814e+17 8.39819243e+17 6.49785182e+17 2.95975086e+13
- 1.21983113e+17 1.60728494e+14 7.84504986e+16 1.12705379e+17
- 4.21665435e+16 4.17117472e+16 1.79984291e+17 2.56305482e+13
- 5.34261811e+18 1.43442385e+17 1.59141225e+18 4.78538781e+16
- 2.20472437e+18 1.47080338e+17 3.18147455e+16 3.07139490e+17
- 1.89670421e+17 2.98044706e+18 1.33769081e+15 2.62752881e+17
- 2.08706930e+18 3.68797808e+17 2.56430730e+17 2.34642821e+17
- 8.34856536e+16 2.04319985e+16 4.25560774e+16 2.18314453e+17
- 5.28320729e+15 4.70867062e+17 7.15814939e+17 6.29306755e+17
- 1.22046117e+17 1.10580363e+16 9.57021528e+17 3.52162859e+14
- 6.40185245e+16 4.96133034e+17 1.64471072e+16 4.18701260e+17]
-End computing r squared, result =  0.9237201060264895
- Kernel ridge R2 score =  0.9237201060264895
-printing plots
-Start computin r squared, result = 
-column mean vector=  [6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345]
- diff with mean vector  [-1.04071898e+09 -8.06082122e+08 -9.16040738e+08  1.45745127e+09
-  2.95641810e+09  3.28600629e+08  6.59078597e+08 -4.78016644e+09
-  2.00754755e+09 -3.23383462e+09 -1.58186671e+09 -8.60988537e+08
-  7.86378104e+08 -5.75304291e+07  2.54941587e+09  4.42229064e+09
- -2.86500530e+09 -3.90431667e+08 -3.44560430e+08  3.81754014e+08
- -3.01839648e+09  3.75534773e+09 -1.50016571e+09  1.54760010e+09
-  1.10095927e+09 -3.54227930e+09  2.10034962e+09  2.08671026e+09
- -2.57135328e+09  2.47644275e+09  3.71192034e+09  1.52073061e+09
-  2.37966243e+09  2.41353464e+09  5.29490971e+08  2.28871881e+09
- -4.74649148e+09  2.57874707e+09  1.51286459e+09 -5.66965014e+07
- -1.42194509e+09 -3.72384202e+09 -3.23669239e+08  3.67044439e+09
- -5.86877166e+09 -3.02372689e+09  1.58412330e+09  3.86166387e+08
- -1.31394940e+09 -2.71369745e+09 -2.66578928e+09  4.66461673e+09
- -3.30889678e+08 -2.13288358e+09 -2.52151206e+08 -5.84868117e+09
- -1.62739027e+09  1.87414392e+09 -4.08344409e+09  4.10228063e+09
-  6.03689862e+08  4.19006948e+08  2.65750212e+09  2.12945151e+09]
- diff with mean vector squared   [1.08309599e+18 6.49768388e+17 8.39130633e+17 2.12416420e+18
- 8.74040800e+18 1.07978373e+17 4.34384596e+17 2.28499912e+19
- 4.03024717e+18 1.04576864e+19 2.50230230e+18 7.41301260e+17
- 6.18390523e+17 3.30975027e+15 6.49952129e+18 1.95566545e+19
- 8.20825537e+18 1.52436887e+17 1.18721890e+17 1.45736127e+17
- 9.11071730e+18 1.41026366e+19 2.25049717e+18 2.39506607e+18
- 1.21211131e+18 1.25477426e+19 4.41146851e+18 4.35435970e+18
- 6.61185767e+18 6.13276868e+18 1.37783526e+19 2.31262160e+18
- 5.66279329e+18 5.82514947e+18 2.80360688e+17 5.23823381e+18
- 2.25291814e+19 6.64993647e+18 2.28875927e+18 3.21449327e+15
- 2.02192785e+18 1.38669994e+19 1.04761776e+17 1.34721620e+19
- 3.44424808e+19 9.14292432e+18 2.50944662e+18 1.49124478e+17
- 1.72646303e+18 7.36415387e+18 7.10643248e+18 2.17586492e+19
- 1.09487979e+17 4.54919238e+18 6.35802307e+16 3.42070714e+19
- 2.64839909e+18 3.51241543e+18 1.66745156e+19 1.68287064e+19
- 3.64441450e+17 1.75566822e+17 7.06231754e+18 4.53456372e+18]
- diff with predicted vector  [-7.44374184e+08  1.10961042e+08  1.28627588e+09  5.45210204e+08
- -1.18306015e+09  7.57473221e+08  5.89874725e+08 -8.97947279e+07
-  3.25688968e+08 -8.25709455e+08 -7.71487680e+08 -9.13253834e+08
-  9.17222915e+05 -7.89290567e+08 -6.42405900e+07  7.84393799e+08
- -3.81543285e+08  6.69678571e+07  3.54344655e+07  8.50490810e+08
- -6.85014463e+08  9.16416523e+08  8.06092539e+08 -5.44035924e+06
-  3.49260809e+08  1.26778742e+07 -2.80090162e+08  3.35716217e+08
- -2.05344938e+08  2.04234540e+08  4.24245555e+08 -5.06266216e+06
-  2.31141041e+09  3.78737884e+08  1.26151189e+09 -2.18755293e+08
- -1.48483143e+09 -3.83510545e+08 -1.78366884e+08  5.54201669e+08
- -4.35511677e+08 -1.72639713e+09  3.65744557e+07  5.12594265e+08
- -1.44466927e+09 -6.07287253e+08  5.06389899e+08  4.84399444e+08
- -2.88938841e+08 -1.42940542e+08 -2.06291244e+08  4.67241322e+08
- -7.26856746e+07 -6.86197538e+08  8.46058472e+08 -7.93288570e+08
-  3.49350994e+08  1.05157198e+08 -9.78274771e+08  1.87660027e+07
- -2.53018822e+08 -7.04367116e+08 -1.28246276e+08  6.47071294e+08]
- diff with predicted vector squared [5.54092925e+17 1.23123529e+16 1.65450563e+18 2.97254166e+17
- 1.39963132e+18 5.73765681e+17 3.47952191e+17 8.06309315e+15
- 1.06073304e+17 6.81796104e+17 5.95193240e+17 8.34032565e+17
- 8.41297875e+11 6.22979600e+17 4.12685341e+15 6.15273631e+17
- 1.45575279e+17 4.48469388e+15 1.25560135e+15 7.23334619e+17
- 4.69244814e+17 8.39819243e+17 6.49785182e+17 2.95975086e+13
- 1.21983113e+17 1.60728494e+14 7.84504986e+16 1.12705379e+17
- 4.21665435e+16 4.17117472e+16 1.79984291e+17 2.56305482e+13
- 5.34261811e+18 1.43442385e+17 1.59141225e+18 4.78538781e+16
- 2.20472437e+18 1.47080338e+17 3.18147455e+16 3.07139490e+17
- 1.89670421e+17 2.98044706e+18 1.33769081e+15 2.62752881e+17
- 2.08706930e+18 3.68797808e+17 2.56430730e+17 2.34642821e+17
- 8.34856536e+16 2.04319985e+16 4.25560774e+16 2.18314453e+17
- 5.28320729e+15 4.70867062e+17 7.15814939e+17 6.29306755e+17
- 1.22046117e+17 1.10580363e+16 9.57021528e+17 3.52162859e+14
- 6.40185245e+16 4.96133034e+17 1.64471072e+16 4.18701260e+17]
-End computing r squared, result =  0.9237201060264895
-Start computin r squared, result = 
-column mean vector=  [6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345]
- diff with mean vector  [-1.04071898e+09 -8.06082122e+08 -9.16040738e+08  1.45745127e+09
-  2.95641810e+09  3.28600629e+08  6.59078597e+08 -4.78016644e+09
-  2.00754755e+09 -3.23383462e+09 -1.58186671e+09 -8.60988537e+08
-  7.86378104e+08 -5.75304291e+07  2.54941587e+09  4.42229064e+09
- -2.86500530e+09 -3.90431667e+08 -3.44560430e+08  3.81754014e+08
- -3.01839648e+09  3.75534773e+09 -1.50016571e+09  1.54760010e+09
-  1.10095927e+09 -3.54227930e+09  2.10034962e+09  2.08671026e+09
- -2.57135328e+09  2.47644275e+09  3.71192034e+09  1.52073061e+09
-  2.37966243e+09  2.41353464e+09  5.29490971e+08  2.28871881e+09
- -4.74649148e+09  2.57874707e+09  1.51286459e+09 -5.66965014e+07
- -1.42194509e+09 -3.72384202e+09 -3.23669239e+08  3.67044439e+09
- -5.86877166e+09 -3.02372689e+09  1.58412330e+09  3.86166387e+08
- -1.31394940e+09 -2.71369745e+09 -2.66578928e+09  4.66461673e+09
- -3.30889678e+08 -2.13288358e+09 -2.52151206e+08 -5.84868117e+09
- -1.62739027e+09  1.87414392e+09 -4.08344409e+09  4.10228063e+09
-  6.03689862e+08  4.19006948e+08  2.65750212e+09  2.12945151e+09]
- diff with mean vector squared   [1.08309599e+18 6.49768388e+17 8.39130633e+17 2.12416420e+18
- 8.74040800e+18 1.07978373e+17 4.34384596e+17 2.28499912e+19
- 4.03024717e+18 1.04576864e+19 2.50230230e+18 7.41301260e+17
- 6.18390523e+17 3.30975027e+15 6.49952129e+18 1.95566545e+19
- 8.20825537e+18 1.52436887e+17 1.18721890e+17 1.45736127e+17
- 9.11071730e+18 1.41026366e+19 2.25049717e+18 2.39506607e+18
- 1.21211131e+18 1.25477426e+19 4.41146851e+18 4.35435970e+18
- 6.61185767e+18 6.13276868e+18 1.37783526e+19 2.31262160e+18
- 5.66279329e+18 5.82514947e+18 2.80360688e+17 5.23823381e+18
- 2.25291814e+19 6.64993647e+18 2.28875927e+18 3.21449327e+15
- 2.02192785e+18 1.38669994e+19 1.04761776e+17 1.34721620e+19
- 3.44424808e+19 9.14292432e+18 2.50944662e+18 1.49124478e+17
- 1.72646303e+18 7.36415387e+18 7.10643248e+18 2.17586492e+19
- 1.09487979e+17 4.54919238e+18 6.35802307e+16 3.42070714e+19
- 2.64839909e+18 3.51241543e+18 1.66745156e+19 1.68287064e+19
- 3.64441450e+17 1.75566822e+17 7.06231754e+18 4.53456372e+18]
- diff with predicted vector  [-7.44374184e+08  1.10961042e+08  1.28627588e+09  5.45210204e+08
- -1.18306015e+09  7.57473221e+08  5.89874725e+08 -8.97947279e+07
-  3.25688968e+08 -8.25709455e+08 -7.71487680e+08 -9.13253834e+08
-  9.17222915e+05 -7.89290567e+08 -6.42405900e+07  7.84393799e+08
- -3.81543285e+08  6.69678571e+07  3.54344655e+07  8.50490810e+08
- -6.85014463e+08  9.16416523e+08  8.06092539e+08 -5.44035924e+06
-  3.49260809e+08  1.26778742e+07 -2.80090162e+08  3.35716217e+08
- -2.05344938e+08  2.04234540e+08  4.24245555e+08 -5.06266216e+06
-  2.31141041e+09  3.78737884e+08  1.26151189e+09 -2.18755293e+08
- -1.48483143e+09 -3.83510545e+08 -1.78366884e+08  5.54201669e+08
- -4.35511677e+08 -1.72639713e+09  3.65744557e+07  5.12594265e+08
- -1.44466927e+09 -6.07287253e+08  5.06389899e+08  4.84399444e+08
- -2.88938841e+08 -1.42940542e+08 -2.06291244e+08  4.67241322e+08
- -7.26856746e+07 -6.86197538e+08  8.46058472e+08 -7.93288570e+08
-  3.49350994e+08  1.05157198e+08 -9.78274771e+08  1.87660027e+07
- -2.53018822e+08 -7.04367116e+08 -1.28246276e+08  6.47071294e+08]
- diff with predicted vector squared [5.54092925e+17 1.23123529e+16 1.65450563e+18 2.97254166e+17
- 1.39963132e+18 5.73765681e+17 3.47952191e+17 8.06309315e+15
- 1.06073304e+17 6.81796104e+17 5.95193240e+17 8.34032565e+17
- 8.41297875e+11 6.22979600e+17 4.12685341e+15 6.15273631e+17
- 1.45575279e+17 4.48469388e+15 1.25560135e+15 7.23334619e+17
- 4.69244814e+17 8.39819243e+17 6.49785182e+17 2.95975086e+13
- 1.21983113e+17 1.60728494e+14 7.84504986e+16 1.12705379e+17
- 4.21665435e+16 4.17117472e+16 1.79984291e+17 2.56305482e+13
- 5.34261811e+18 1.43442385e+17 1.59141225e+18 4.78538781e+16
- 2.20472437e+18 1.47080338e+17 3.18147455e+16 3.07139490e+17
- 1.89670421e+17 2.98044706e+18 1.33769081e+15 2.62752881e+17
- 2.08706930e+18 3.68797808e+17 2.56430730e+17 2.34642821e+17
- 8.34856536e+16 2.04319985e+16 4.25560774e+16 2.18314453e+17
- 5.28320729e+15 4.70867062e+17 7.15814939e+17 6.29306755e+17
- 1.22046117e+17 1.10580363e+16 9.57021528e+17 3.52162859e+14
- 6.40185245e+16 4.96133034e+17 1.64471072e+16 4.18701260e+17]
-End computing r squared, result =  0.9237201060264895
-Start computin r squared, result = 
-column mean vector=  [6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345]
- diff with mean vector  [-1.04071898e+09 -8.06082122e+08 -9.16040738e+08  1.45745127e+09
-  2.95641810e+09  3.28600629e+08  6.59078597e+08 -4.78016644e+09
-  2.00754755e+09 -3.23383462e+09 -1.58186671e+09 -8.60988537e+08
-  7.86378104e+08 -5.75304291e+07  2.54941587e+09  4.42229064e+09
- -2.86500530e+09 -3.90431667e+08 -3.44560430e+08  3.81754014e+08
- -3.01839648e+09  3.75534773e+09 -1.50016571e+09  1.54760010e+09
-  1.10095927e+09 -3.54227930e+09  2.10034962e+09  2.08671026e+09
- -2.57135328e+09  2.47644275e+09  3.71192034e+09  1.52073061e+09
-  2.37966243e+09  2.41353464e+09  5.29490971e+08  2.28871881e+09
- -4.74649148e+09  2.57874707e+09  1.51286459e+09 -5.66965014e+07
- -1.42194509e+09 -3.72384202e+09 -3.23669239e+08  3.67044439e+09
- -5.86877166e+09 -3.02372689e+09  1.58412330e+09  3.86166387e+08
- -1.31394940e+09 -2.71369745e+09 -2.66578928e+09  4.66461673e+09
- -3.30889678e+08 -2.13288358e+09 -2.52151206e+08 -5.84868117e+09
- -1.62739027e+09  1.87414392e+09 -4.08344409e+09  4.10228063e+09
-  6.03689862e+08  4.19006948e+08  2.65750212e+09  2.12945151e+09]
- diff with mean vector squared   [1.08309599e+18 6.49768388e+17 8.39130633e+17 2.12416420e+18
- 8.74040800e+18 1.07978373e+17 4.34384596e+17 2.28499912e+19
- 4.03024717e+18 1.04576864e+19 2.50230230e+18 7.41301260e+17
- 6.18390523e+17 3.30975027e+15 6.49952129e+18 1.95566545e+19
- 8.20825537e+18 1.52436887e+17 1.18721890e+17 1.45736127e+17
- 9.11071730e+18 1.41026366e+19 2.25049717e+18 2.39506607e+18
- 1.21211131e+18 1.25477426e+19 4.41146851e+18 4.35435970e+18
- 6.61185767e+18 6.13276868e+18 1.37783526e+19 2.31262160e+18
- 5.66279329e+18 5.82514947e+18 2.80360688e+17 5.23823381e+18
- 2.25291814e+19 6.64993647e+18 2.28875927e+18 3.21449327e+15
- 2.02192785e+18 1.38669994e+19 1.04761776e+17 1.34721620e+19
- 3.44424808e+19 9.14292432e+18 2.50944662e+18 1.49124478e+17
- 1.72646303e+18 7.36415387e+18 7.10643248e+18 2.17586492e+19
- 1.09487979e+17 4.54919238e+18 6.35802307e+16 3.42070714e+19
- 2.64839909e+18 3.51241543e+18 1.66745156e+19 1.68287064e+19
- 3.64441450e+17 1.75566822e+17 7.06231754e+18 4.53456372e+18]
- diff with predicted vector  [-7.44374184e+08  1.10961042e+08  1.28627588e+09  5.45210204e+08
- -1.18306015e+09  7.57473221e+08  5.89874725e+08 -8.97947279e+07
-  3.25688968e+08 -8.25709455e+08 -7.71487680e+08 -9.13253834e+08
-  9.17222915e+05 -7.89290567e+08 -6.42405900e+07  7.84393799e+08
- -3.81543285e+08  6.69678571e+07  3.54344655e+07  8.50490810e+08
- -6.85014463e+08  9.16416523e+08  8.06092539e+08 -5.44035924e+06
-  3.49260809e+08  1.26778742e+07 -2.80090162e+08  3.35716217e+08
- -2.05344938e+08  2.04234540e+08  4.24245555e+08 -5.06266216e+06
-  2.31141041e+09  3.78737884e+08  1.26151189e+09 -2.18755293e+08
- -1.48483143e+09 -3.83510545e+08 -1.78366884e+08  5.54201669e+08
- -4.35511677e+08 -1.72639713e+09  3.65744557e+07  5.12594265e+08
- -1.44466927e+09 -6.07287253e+08  5.06389899e+08  4.84399444e+08
- -2.88938841e+08 -1.42940542e+08 -2.06291244e+08  4.67241322e+08
- -7.26856746e+07 -6.86197538e+08  8.46058472e+08 -7.93288570e+08
-  3.49350994e+08  1.05157198e+08 -9.78274771e+08  1.87660027e+07
- -2.53018822e+08 -7.04367116e+08 -1.28246276e+08  6.47071294e+08]
- diff with predicted vector squared [5.54092925e+17 1.23123529e+16 1.65450563e+18 2.97254166e+17
- 1.39963132e+18 5.73765681e+17 3.47952191e+17 8.06309315e+15
- 1.06073304e+17 6.81796104e+17 5.95193240e+17 8.34032565e+17
- 8.41297875e+11 6.22979600e+17 4.12685341e+15 6.15273631e+17
- 1.45575279e+17 4.48469388e+15 1.25560135e+15 7.23334619e+17
- 4.69244814e+17 8.39819243e+17 6.49785182e+17 2.95975086e+13
- 1.21983113e+17 1.60728494e+14 7.84504986e+16 1.12705379e+17
- 4.21665435e+16 4.17117472e+16 1.79984291e+17 2.56305482e+13
- 5.34261811e+18 1.43442385e+17 1.59141225e+18 4.78538781e+16
- 2.20472437e+18 1.47080338e+17 3.18147455e+16 3.07139490e+17
- 1.89670421e+17 2.98044706e+18 1.33769081e+15 2.62752881e+17
- 2.08706930e+18 3.68797808e+17 2.56430730e+17 2.34642821e+17
- 8.34856536e+16 2.04319985e+16 4.25560774e+16 2.18314453e+17
- 5.28320729e+15 4.70867062e+17 7.15814939e+17 6.29306755e+17
- 1.22046117e+17 1.10580363e+16 9.57021528e+17 3.52162859e+14
- 6.40185245e+16 4.96133034e+17 1.64471072e+16 4.18701260e+17]
-End computing r squared, result =  0.9237201060264895
- R2 error =  0.9237201060264895
- --- Actual line: ['samsung_galaxy_s8', 'samsung_galaxy_s8_format', False, False, 1000, 0.049940597311979425, False, '----', 0, 1000000000.0, 1000000000.0, 1e-09, 1000, 0.1, 100, False, 0.9237201060264895, 10, 10, 'base_Y']
---- Number of possible combinations  3072
---- Four is NOT in configuration :  (0, 0, 0)
- --- converting (0, 0, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 0 in base 2
- --- result  [0, 0, 0, 0, 0, 0]
- --- converting 0 in base 4
- --- result  [0, 0]
- --- Result =  [0, 0, 0, 0, 0, 0, 0, 0, 0]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 0, 0] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 0, 0, 0]
---- array format :  [0, 0, 0, 0, 0, 0, 0, 0]
---- Considering a new special case configuration:  [0, 0, 0]
---- Adding the representant:  [0, 0, 0]
---- Four is NOT in configuration :  (0, 0, 1)
- --- converting (0, 0, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 0 in base 2
- --- result  [0, 0, 0, 0, 0, 0]
- --- converting 1 in base 4
- --- result  [0, 1]
- --- Result =  [0, 0, 0, 0, 0, 0, 0, 0, 1]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 0, 1] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 0, 0, 1]
---- array format :  [0, 0, 0, 0, 0, 0, 0, 1]
---- Considering a new special case configuration:  [0, 0, 1]
---- Adding the representant:  [0, 0, 1]
---- Four is NOT in configuration :  (0, 0, 2)
- --- converting (0, 0, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 0 in base 2
- --- result  [0, 0, 0, 0, 0, 0]
- --- converting 2 in base 4
- --- result  [0, 2]
- --- Result =  [0, 0, 0, 0, 0, 0, 0, 0, 2]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 0, 2] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 0, 0, 2]
---- array format :  [0, 0, 0, 0, 0, 0, 0, 2]
---- Considering a new special case configuration:  [0, 0, 2]
---- Adding the representant:  [0, 0, 2]
---- Four is NOT in configuration :  (0, 0, 3)
- --- converting (0, 0, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 0 in base 2
- --- result  [0, 0, 0, 0, 0, 0]
- --- converting 3 in base 4
- --- result  [0, 3]
- --- Result =  [0, 0, 0, 0, 0, 0, 0, 0, 3]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 0, 3] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 0, 0, 3]
---- array format :  [0, 0, 0, 0, 0, 0, 0, 3]
---- Considering a new special case configuration:  [0, 0, 3]
---- Adding the representant:  [0, 0, 3]
---- Four is NOT in configuration :  (0, 0, 4)
- --- converting (0, 0, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 0 in base 2
- --- result  [0, 0, 0, 0, 0, 0]
- --- converting 4 in base 4
- --- appending 0 to result
- --- appending 1 to result
- --- result  [1, 0]
- --- Result =  [0, 0, 0, 0, 0, 0, 0, 1, 0]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 1, 0] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 0, 1, 0]
---- array format :  [0, 0, 0, 0, 0, 0, 1, 0]
---- Considering a new special case configuration:  [0, 0, 4]
---- Adding the representant:  [0, 0, 4]
---- Four is NOT in configuration :  (0, 0, 5)
- --- converting (0, 0, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 0 in base 2
- --- result  [0, 0, 0, 0, 0, 0]
- --- converting 5 in base 4
- --- appending 1 to result
- --- appending 1 to result
- --- result  [1, 1]
- --- Result =  [0, 0, 0, 0, 0, 0, 0, 1, 1]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 1, 1] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 0, 1, 1]
---- array format :  [0, 0, 0, 0, 0, 0, 1, 1]
---- Considering a new special case configuration:  [0, 0, 5]
---- Adding the representant:  [0, 0, 5]
---- Four is NOT in configuration :  (0, 0, 6)
- --- converting (0, 0, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 0 in base 2
- --- result  [0, 0, 0, 0, 0, 0]
- --- converting 6 in base 4
- --- appending 2 to result
- --- appending 1 to result
- --- result  [1, 2]
- --- Result =  [0, 0, 0, 0, 0, 0, 0, 1, 2]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 1, 2] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 0, 1, 2]
---- array format :  [0, 0, 0, 0, 0, 0, 1, 2]
---- Considering a new special case configuration:  [0, 0, 6]
---- Adding the representant:  [0, 0, 6]
---- Four is NOT in configuration :  (0, 0, 7)
- --- converting (0, 0, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 0 in base 2
- --- result  [0, 0, 0, 0, 0, 0]
- --- converting 7 in base 4
- --- appending 3 to result
- --- appending 1 to result
- --- result  [1, 3]
- --- Result =  [0, 0, 0, 0, 0, 0, 0, 1, 3]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 1, 3] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 0, 1, 3]
---- array format :  [0, 0, 0, 0, 0, 0, 1, 3]
---- Considering a new special case configuration:  [0, 0, 7]
---- Adding the representant:  [0, 0, 7]
---- Four is NOT in configuration :  (0, 0, 8)
- --- converting (0, 0, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 0 in base 2
- --- result  [0, 0, 0, 0, 0, 0]
- --- converting 8 in base 4
- --- appending 0 to result
- --- appending 2 to result
- --- result  [2, 0]
- --- Result =  [0, 0, 0, 0, 0, 0, 0, 2, 0]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 2, 0] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 0, 2, 0]
---- array format :  [0, 0, 0, 0, 0, 0, 2, 0]
---- Considering a new special case configuration:  [0, 0, 8]
---- Adding the representant:  [0, 0, 8]
---- Four is NOT in configuration :  (0, 0, 9)
- --- converting (0, 0, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 0 in base 2
- --- result  [0, 0, 0, 0, 0, 0]
- --- converting 9 in base 4
- --- appending 1 to result
- --- appending 2 to result
- --- result  [2, 1]
- --- Result =  [0, 0, 0, 0, 0, 0, 0, 2, 1]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 2, 1] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 0, 2, 1]
---- array format :  [0, 0, 0, 0, 0, 0, 2, 1]
---- Considering a new special case configuration:  [0, 0, 9]
---- Adding the representant:  [0, 0, 9]
---- Four is NOT in configuration :  (0, 0, 10)
- --- converting (0, 0, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 0 in base 2
- --- result  [0, 0, 0, 0, 0, 0]
- --- converting 10 in base 4
- --- appending 2 to result
- --- appending 2 to result
- --- result  [2, 2]
- --- Result =  [0, 0, 0, 0, 0, 0, 0, 2, 2]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 2, 2] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 0, 2, 2]
---- array format :  [0, 0, 0, 0, 0, 0, 2, 2]
---- Considering a new special case configuration:  [0, 0, 10]
---- Adding the representant:  [0, 0, 10]
---- Four is NOT in configuration :  (0, 0, 11)
- --- converting (0, 0, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 0 in base 2
- --- result  [0, 0, 0, 0, 0, 0]
- --- converting 11 in base 4
- --- appending 3 to result
- --- appending 2 to result
- --- result  [2, 3]
- --- Result =  [0, 0, 0, 0, 0, 0, 0, 2, 3]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 2, 3] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 0, 2, 3]
---- array format :  [0, 0, 0, 0, 0, 0, 2, 3]
---- Considering a new special case configuration:  [0, 0, 11]
---- Adding the representant:  [0, 0, 11]
---- Four is NOT in configuration :  (0, 0, 12)
- --- converting (0, 0, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 0 in base 2
- --- result  [0, 0, 0, 0, 0, 0]
- --- converting 12 in base 4
- --- appending 0 to result
- --- appending 3 to result
- --- result  [3, 0]
- --- Result =  [0, 0, 0, 0, 0, 0, 0, 3, 0]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 3, 0] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 0, 3, 0]
---- array format :  [0, 0, 0, 0, 0, 0, 3, 0]
---- Considering a new special case configuration:  [0, 0, 12]
---- Adding the representant:  [0, 0, 12]
---- Four is NOT in configuration :  (0, 0, 13)
- --- converting (0, 0, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 0 in base 2
- --- result  [0, 0, 0, 0, 0, 0]
- --- converting 13 in base 4
- --- appending 1 to result
- --- appending 3 to result
- --- result  [3, 1]
- --- Result =  [0, 0, 0, 0, 0, 0, 0, 3, 1]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 3, 1] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 0, 3, 1]
---- array format :  [0, 0, 0, 0, 0, 0, 3, 1]
---- Considering a new special case configuration:  [0, 0, 13]
---- Adding the representant:  [0, 0, 13]
---- Four is NOT in configuration :  (0, 0, 14)
- --- converting (0, 0, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 0 in base 2
- --- result  [0, 0, 0, 0, 0, 0]
- --- converting 14 in base 4
- --- appending 2 to result
- --- appending 3 to result
- --- result  [3, 2]
- --- Result =  [0, 0, 0, 0, 0, 0, 0, 3, 2]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 3, 2] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 0, 3, 2]
---- array format :  [0, 0, 0, 0, 0, 0, 3, 2]
---- Considering a new special case configuration:  [0, 0, 14]
---- Adding the representant:  [0, 0, 14]
---- Four is NOT in configuration :  (0, 0, 15)
- --- converting (0, 0, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 0 in base 2
- --- result  [0, 0, 0, 0, 0, 0]
- --- converting 15 in base 4
- --- appending 3 to result
- --- appending 3 to result
- --- result  [3, 3]
- --- Result =  [0, 0, 0, 0, 0, 0, 0, 3, 3]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 3, 3] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 0, 3, 3]
---- array format :  [0, 0, 0, 0, 0, 0, 3, 3]
---- Considering a new special case configuration:  [0, 0, 15]
---- Adding the representant:  [0, 0, 15]
---- Four is NOT in configuration :  (0, 1, 0)
- --- converting (0, 1, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 1 in base 2
- --- result  [0, 0, 0, 0, 0, 1]
- --- converting 0 in base 4
- --- result  [0, 0]
- --- Result =  [0, 0, 0, 0, 0, 0, 1, 0, 0]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 0, 0] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 1, 0, 0]
---- array format :  [0, 0, 0, 0, 0, 1, 0, 0]
- --- We are not in the presence of a special case, we add configuration : (0, 1, 0)
---- Four is NOT in configuration :  (0, 1, 1)
- --- converting (0, 1, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 1 in base 2
- --- result  [0, 0, 0, 0, 0, 1]
- --- converting 1 in base 4
- --- result  [0, 1]
- --- Result =  [0, 0, 0, 0, 0, 0, 1, 0, 1]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 0, 1] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 1, 0, 1]
---- array format :  [0, 0, 0, 0, 0, 1, 0, 1]
- --- We are not in the presence of a special case, we add configuration : (0, 1, 1)
---- Four is NOT in configuration :  (0, 1, 2)
- --- converting (0, 1, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 1 in base 2
- --- result  [0, 0, 0, 0, 0, 1]
- --- converting 2 in base 4
- --- result  [0, 2]
- --- Result =  [0, 0, 0, 0, 0, 0, 1, 0, 2]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 0, 2] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 1, 0, 2]
---- array format :  [0, 0, 0, 0, 0, 1, 0, 2]
- --- We are not in the presence of a special case, we add configuration : (0, 1, 2)
---- Four is NOT in configuration :  (0, 1, 3)
- --- converting (0, 1, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 1 in base 2
- --- result  [0, 0, 0, 0, 0, 1]
- --- converting 3 in base 4
- --- result  [0, 3]
- --- Result =  [0, 0, 0, 0, 0, 0, 1, 0, 3]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 0, 3] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 1, 0, 3]
---- array format :  [0, 0, 0, 0, 0, 1, 0, 3]
- --- We are not in the presence of a special case, we add configuration : (0, 1, 3)
---- Four is NOT in configuration :  (0, 1, 4)
- --- converting (0, 1, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 1 in base 2
- --- result  [0, 0, 0, 0, 0, 1]
- --- converting 4 in base 4
- --- appending 0 to result
- --- appending 1 to result
- --- result  [1, 0]
- --- Result =  [0, 0, 0, 0, 0, 0, 1, 1, 0]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 1, 0] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 1, 1, 0]
---- array format :  [0, 0, 0, 0, 0, 1, 1, 0]
- --- We are not in the presence of a special case, we add configuration : (0, 1, 4)
---- Four is NOT in configuration :  (0, 1, 5)
- --- converting (0, 1, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 1 in base 2
- --- result  [0, 0, 0, 0, 0, 1]
- --- converting 5 in base 4
- --- appending 1 to result
- --- appending 1 to result
- --- result  [1, 1]
- --- Result =  [0, 0, 0, 0, 0, 0, 1, 1, 1]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 1, 1] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 1, 1, 1]
---- array format :  [0, 0, 0, 0, 0, 1, 1, 1]
- --- We are not in the presence of a special case, we add configuration : (0, 1, 5)
---- Four is NOT in configuration :  (0, 1, 6)
- --- converting (0, 1, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 1 in base 2
- --- result  [0, 0, 0, 0, 0, 1]
- --- converting 6 in base 4
- --- appending 2 to result
- --- appending 1 to result
- --- result  [1, 2]
- --- Result =  [0, 0, 0, 0, 0, 0, 1, 1, 2]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 1, 2] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 1, 1, 2]
---- array format :  [0, 0, 0, 0, 0, 1, 1, 2]
- --- We are not in the presence of a special case, we add configuration : (0, 1, 6)
---- Four is NOT in configuration :  (0, 1, 7)
- --- converting (0, 1, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 1 in base 2
- --- result  [0, 0, 0, 0, 0, 1]
- --- converting 7 in base 4
- --- appending 3 to result
- --- appending 1 to result
- --- result  [1, 3]
- --- Result =  [0, 0, 0, 0, 0, 0, 1, 1, 3]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 1, 3] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 1, 1, 3]
---- array format :  [0, 0, 0, 0, 0, 1, 1, 3]
- --- We are not in the presence of a special case, we add configuration : (0, 1, 7)
---- Four is NOT in configuration :  (0, 1, 8)
- --- converting (0, 1, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 1 in base 2
- --- result  [0, 0, 0, 0, 0, 1]
- --- converting 8 in base 4
- --- appending 0 to result
- --- appending 2 to result
- --- result  [2, 0]
- --- Result =  [0, 0, 0, 0, 0, 0, 1, 2, 0]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 2, 0] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 1, 2, 0]
---- array format :  [0, 0, 0, 0, 0, 1, 2, 0]
- --- We are not in the presence of a special case, we add configuration : (0, 1, 8)
---- Four is NOT in configuration :  (0, 1, 9)
- --- converting (0, 1, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 1 in base 2
- --- result  [0, 0, 0, 0, 0, 1]
- --- converting 9 in base 4
- --- appending 1 to result
- --- appending 2 to result
- --- result  [2, 1]
- --- Result =  [0, 0, 0, 0, 0, 0, 1, 2, 1]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 2, 1] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 1, 2, 1]
---- array format :  [0, 0, 0, 0, 0, 1, 2, 1]
- --- We are not in the presence of a special case, we add configuration : (0, 1, 9)
---- Four is NOT in configuration :  (0, 1, 10)
- --- converting (0, 1, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 1 in base 2
- --- result  [0, 0, 0, 0, 0, 1]
- --- converting 10 in base 4
- --- appending 2 to result
- --- appending 2 to result
- --- result  [2, 2]
- --- Result =  [0, 0, 0, 0, 0, 0, 1, 2, 2]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 2, 2] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 1, 2, 2]
---- array format :  [0, 0, 0, 0, 0, 1, 2, 2]
- --- We are not in the presence of a special case, we add configuration : (0, 1, 10)
---- Four is NOT in configuration :  (0, 1, 11)
- --- converting (0, 1, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 1 in base 2
- --- result  [0, 0, 0, 0, 0, 1]
- --- converting 11 in base 4
- --- appending 3 to result
- --- appending 2 to result
- --- result  [2, 3]
- --- Result =  [0, 0, 0, 0, 0, 0, 1, 2, 3]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 2, 3] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 1, 2, 3]
---- array format :  [0, 0, 0, 0, 0, 1, 2, 3]
- --- We are not in the presence of a special case, we add configuration : (0, 1, 11)
---- Four is NOT in configuration :  (0, 1, 12)
- --- converting (0, 1, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 1 in base 2
- --- result  [0, 0, 0, 0, 0, 1]
- --- converting 12 in base 4
- --- appending 0 to result
- --- appending 3 to result
- --- result  [3, 0]
- --- Result =  [0, 0, 0, 0, 0, 0, 1, 3, 0]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 3, 0] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 1, 3, 0]
---- array format :  [0, 0, 0, 0, 0, 1, 3, 0]
- --- We are not in the presence of a special case, we add configuration : (0, 1, 12)
---- Four is NOT in configuration :  (0, 1, 13)
- --- converting (0, 1, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
- --- converting 0 in base 3
- --- result  [0]
- --- converting 1 in base 2
- --- result  [0, 0, 0, 0, 0, 1]
- --- converting 13 in base 4
- --- appending 1 to result
- --- appending 3 to result
- --- result  [3, 1]
- --- Result =  [0, 0, 0, 0, 0, 0, 1, 3, 1]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 3, 1] to configuration notation
- --- Result =  [0, 0, 0, 0, 0, 1, 3, 1]
---- array format :  [0, 0, 0, 0, 0, 1, 3, 1]
- --- We are not in the presence of a special case, we add configuration : (0, 1, 13)
+--- Neighbour  8 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011110-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 763 in the X datas point
+--------------
+ --- Configuration:  111110-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6055761451.444905
+ --- Energy:  12.504158981784528
+ --- Workload:  75722300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 106 in the X datas point
+--------------
+ --- Configuration:  011110-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 100 in the X datas point
+--------------
+ --- Configuration:  011010-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 691 in the X datas point
+--------------
+ --- Configuration:  001110-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13547198439.36274
+ --- Energy:  54.82947618628158
+ --- Workload:  742786000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 212 in the X datas point
+--------------
+ --- Configuration:  011111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 257 in the X datas point
+--------------
+ --- Configuration:  011110-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 353 in the X datas point
+--------------
+ --- Configuration:  111110-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14286387786.85281
+ --- Energy:  59.8357473888033
+ --- Workload:  854837000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 109 in the X datas point
+--------------
+ --- Configuration:  011110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11878826466.975676
+ --- Energy:  79.1921814190437
+ --- Workload:  940710000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 212 in the X datas point
+--------------
+ --- Configuration:  011111-2-1
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (54.9134481539672 mAh)  it is NOT far from the median.
+---  Median :54.9134481539672,   the gap is :  10
+--- So No we don't romove this configuration '011110-2-1'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '333033-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333033-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 258 in the X datas point
+--------------
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15312505263.673683
+ --- Energy:  75.3926735584727
+ --- Workload:  1154450000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 375 in the X datas point
+--------------
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14663208104.648384
+ --- Energy:  102.002963990619
+ --- Workload:  1495690000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 117 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 129 in the X datas point
+--------------
+ --- Configuration:  303033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14047528407.614323
+ --- Energy:  99.1199512733933
+ --- Workload:  1392390000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 135 in the X datas point
+--------------
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 187 in the X datas point
+--------------
+ --- Configuration:  033033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14361976380.293646
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 267 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9880837104.519495
+ --- Energy:  25.3623210355619
+ --- Workload:  250600000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 355 in the X datas point
+--------------
+ --- Configuration:  333033-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15017968999.908392
+ --- Energy:  80.1899268231783
+ --- Workload:  1204290000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 496 in the X datas point
+--------------
+ --- Configuration:  222022-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15478678120.888475
+ --- Energy:  91.10203171728844
+ --- Workload:  1410140000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333033-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 267 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9880837104.519495
+ --- Energy:  25.3623210355619
+ --- Workload:  250600000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 258 in the X datas point
+--------------
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15312505263.673683
+ --- Energy:  75.3926735584727
+ --- Workload:  1154450000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 135 in the X datas point
+--------------
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 355 in the X datas point
+--------------
+ --- Configuration:  333033-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15017968999.908392
+ --- Energy:  80.1899268231783
+ --- Workload:  1204290000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 496 in the X datas point
+--------------
+ --- Configuration:  222022-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15478678120.888475
+ --- Energy:  91.10203171728844
+ --- Workload:  1410140000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 187 in the X datas point
+--------------
+ --- Configuration:  033033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14361976380.293646
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 129 in the X datas point
+--------------
+ --- Configuration:  303033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14047528407.614323
+ --- Energy:  99.1199512733933
+ --- Workload:  1392390000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 375 in the X datas point
+--------------
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14663208104.648384
+ --- Energy:  102.002963990619
+ --- Workload:  1495690000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 117 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (75.3926735584727 mAh)  is far from the median.
+---  Median :85.51534231485796,   the gap is :  10
+--- So yes we remove this configuration '333033-2-2'
+--- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '330303-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330303-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 259 in the X datas point
+--------------
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 170 in the X datas point
+--------------
+ --- Configuration:  330333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11461738424.790365
+ --- Energy:  57.5070787061249
+ --- Workload:  659131000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 550 in the X datas point
+--------------
+ --- Configuration:  333303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11588412051.484997
+ --- Energy:  56.880158834189615
+ --- Workload:  659151000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 627 in the X datas point
+--------------
+ --- Configuration:  300303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9265607916.535404
+ --- Energy:  41.90141554208418
+ --- Workload:  388241000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 714 in the X datas point
+--------------
+ --- Configuration:  333303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11117855943.716965
+ --- Energy:  59.358545626680076
+ --- Workload:  659940000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 734 in the X datas point
+--------------
+ --- Configuration:  030303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8880442601.259247
+ --- Energy:  43.68880457674721
+ --- Workload:  387977000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 126 in the X datas point
+--------------
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 241 in the X datas point
+--------------
+ --- Configuration:  220202-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14004896111.680643
+ --- Energy:  43.9976841972795
+ --- Workload:  616183000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 273 in the X datas point
+--------------
+ --- Configuration:  330330-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5536240228.535996
+ --- Energy:  13.8323700917135
+ --- Workload:  76579500000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 284 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330303-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 273 in the X datas point
+--------------
+ --- Configuration:  330330-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5536240228.535996
+ --- Energy:  13.8323700917135
+ --- Workload:  76579500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 284 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 259 in the X datas point
+--------------
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 627 in the X datas point
+--------------
+ --- Configuration:  300303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9265607916.535404
+ --- Energy:  41.90141554208418
+ --- Workload:  388241000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 734 in the X datas point
+--------------
+ --- Configuration:  030303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8880442601.259247
+ --- Energy:  43.68880457674721
+ --- Workload:  387977000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 241 in the X datas point
+--------------
+ --- Configuration:  220202-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14004896111.680643
+ --- Energy:  43.9976841972795
+ --- Workload:  616183000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 550 in the X datas point
+--------------
+ --- Configuration:  333303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11588412051.484997
+ --- Energy:  56.880158834189615
+ --- Workload:  659151000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 170 in the X datas point
+--------------
+ --- Configuration:  330333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11461738424.790365
+ --- Energy:  57.5070787061249
+ --- Workload:  659131000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 714 in the X datas point
+--------------
+ --- Configuration:  333303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11117855943.716965
+ --- Energy:  59.358545626680076
+ --- Workload:  659940000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 126 in the X datas point
+--------------
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 734 in the X datas point
+--------------
+ --- Configuration:  030303-0-0
+ --- Energy efficiency:  8880442601.259247
+ --- Energy:  43.68880457674721
+ --- Workload:  387977000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (43.68880457674721 mAh)  it is NOT far from the median.
+---  Median :43.68880457674721,   the gap is :  10
+--- So No we don't romove this configuration '330303-0-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '033030-3-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033030-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 260 in the X datas point
+--------------
+ --- Configuration:  033030-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  7104290991.759023
+ --- Energy:  16.3307947163033
+ --- Workload:  116019000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 144 in the X datas point
+--------------
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 151 in the X datas point
+--------------
+ --- Configuration:  033033-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14103636340.557686
+ --- Energy:  92.8249833568298
+ --- Workload:  1309170000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 242 in the X datas point
+--------------
+ --- Configuration:  333030-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13545491857.12757
+ --- Energy:  82.3838251863148
+ --- Workload:  1115930000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 398 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12248762568.76149
+ --- Energy:  69.6438226916913
+ --- Workload:  853051000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 593 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12530386186.502268
+ --- Energy:  65.40226173805877
+ --- Workload:  819516000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 692 in the X datas point
+--------------
+ --- Configuration:  033030-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11937034530.259785
+ --- Energy:  76.02625566802186
+ --- Workload:  907528000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 11 in the X datas point
+--------------
+ --- Configuration:  003330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13704431053.692589
+ --- Energy:  75.87039020058079
+ --- Workload:  1039760000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 187 in the X datas point
+--------------
+ --- Configuration:  033033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14361976380.293646
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 389 in the X datas point
+--------------
+ --- Configuration:  033033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13292286751.84364
+ --- Energy:  89.2614987149264
+ --- Workload:  1186490000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033030-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 260 in the X datas point
+--------------
+ --- Configuration:  033030-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  7104290991.759023
+ --- Energy:  16.3307947163033
+ --- Workload:  116019000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 593 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12530386186.502268
+ --- Energy:  65.40226173805877
+ --- Workload:  819516000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 398 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12248762568.76149
+ --- Energy:  69.6438226916913
+ --- Workload:  853051000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 11 in the X datas point
+--------------
+ --- Configuration:  003330-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13704431053.692589
+ --- Energy:  75.87039020058079
+ --- Workload:  1039760000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 692 in the X datas point
+--------------
+ --- Configuration:  033030-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11937034530.259785
+ --- Energy:  76.02625566802186
+ --- Workload:  907528000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 144 in the X datas point
+--------------
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 242 in the X datas point
+--------------
+ --- Configuration:  333030-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13545491857.12757
+ --- Energy:  82.3838251863148
+ --- Workload:  1115930000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 389 in the X datas point
+--------------
+ --- Configuration:  033033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13292286751.84364
+ --- Energy:  89.2614987149264
+ --- Workload:  1186490000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 151 in the X datas point
+--------------
+ --- Configuration:  033033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14103636340.557686
+ --- Energy:  92.8249833568298
+ --- Workload:  1309170000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 187 in the X datas point
+--------------
+ --- Configuration:  033033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14361976380.293646
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 692 in the X datas point
+--------------
+ --- Configuration:  033030-3-3
+ --- Energy efficiency:  11937034530.259785
+ --- Energy:  76.02625566802186
+ --- Workload:  907528000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (16.3307947163033 mAh)  is far from the median.
+---  Median :76.02625566802186,   the gap is :  10
+--- So yes we remove this configuration '033030-3-2'
+--- remove_aberrant_points: The value [2.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '333330-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333330-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 261 in the X datas point
+--------------
+ --- Configuration:  333330-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5609028291.9387045
+ --- Energy:  13.4893048354332
+ --- Workload:  75662100000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 63 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 148 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10583914566.641617
+ --- Energy:  32.1859127423429
+ --- Workload:  340653000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 192 in the X datas point
+--------------
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 209 in the X datas point
+--------------
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 307 in the X datas point
+--------------
+ --- Configuration:  333330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16232147970.356508
+ --- Energy:  56.82057
+ --- Workload:  922319899999.9999
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 529 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10992187852.093517
+ --- Energy:  31.06062061477282
+ --- Workload:  341424000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 601 in the X datas point
+--------------
+ --- Configuration:  333330-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13692590391.635471
+ --- Energy:  45.36592371702859
+ --- Workload:  621177000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 81 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 92 in the X datas point
+--------------
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333330-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 261 in the X datas point
+--------------
+ --- Configuration:  333330-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5609028291.9387045
+ --- Energy:  13.4893048354332
+ --- Workload:  75662100000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 529 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10992187852.093517
+ --- Energy:  31.06062061477282
+ --- Workload:  341424000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 209 in the X datas point
+--------------
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 148 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10583914566.641617
+ --- Energy:  32.1859127423429
+ --- Workload:  340653000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 63 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 601 in the X datas point
+--------------
+ --- Configuration:  333330-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13692590391.635471
+ --- Energy:  45.36592371702859
+ --- Workload:  621177000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 81 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 307 in the X datas point
+--------------
+ --- Configuration:  333330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16232147970.356508
+ --- Energy:  56.82057
+ --- Workload:  922319899999.9999
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 192 in the X datas point
+--------------
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 92 in the X datas point
+--------------
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 63 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (13.4893048354332 mAh)  is far from the median.
+---  Median :32.97385398783962,   the gap is :  10
+--- So yes we remove this configuration '333330-1-0'
+--- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 0, 1, 0.0, 1.0]
+--- Computing the list of the 10 first neighbours of '222202-0-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222202-0-1'
+--- Neighbour  0 in the list of neghbours, And at position 262 in the X datas point
+--------------
+ --- Configuration:  222202-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10269365455.90848
+ --- Energy:  18.3191369059882
+ --- Workload:  188126000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 125 in the X datas point
+--------------
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 241 in the X datas point
+--------------
+ --- Configuration:  220202-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14004896111.680643
+ --- Energy:  43.9976841972795
+ --- Workload:  616183000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 489 in the X datas point
+--------------
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15673416162.11328
+ --- Energy:  52.24843908649111
+ --- Workload:  818911000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 4 in the X datas point
+--------------
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 6 in the X datas point
+--------------
+ --- Configuration:  303303-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  58.54108121624596
+ --- Workload:  751419000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 33 in the X datas point
+--------------
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 58 in the X datas point
+--------------
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 146 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222202-0-1'
+--- Neighbour  0 in the list of neghbours, And at position 262 in the X datas point
+--------------
+ --- Configuration:  222202-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10269365455.90848
+ --- Energy:  18.3191369059882
+ --- Workload:  188126000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 4 in the X datas point
+--------------
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 58 in the X datas point
+--------------
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 146 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 241 in the X datas point
+--------------
+ --- Configuration:  220202-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14004896111.680643
+ --- Energy:  43.9976841972795
+ --- Workload:  616183000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 33 in the X datas point
+--------------
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 125 in the X datas point
+--------------
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 489 in the X datas point
+--------------
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15673416162.11328
+ --- Energy:  52.24843908649111
+ --- Workload:  818911000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 6 in the X datas point
+--------------
+ --- Configuration:  303303-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  58.54108121624596
+ --- Workload:  751419000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (18.3191369059882 mAh)  is far from the median.
+---  Median :41.43583708148781,   the gap is :  10
+--- So yes we remove this configuration '222202-0-1'
+--- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 0, 1, 0.0, 1.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '110111-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110111-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 263 in the X datas point
+--------------
+ --- Configuration:  110111-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5358769626.493757
+ --- Energy:  14.0838858431668
+ --- Workload:  75472200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 83 in the X datas point
+--------------
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 326 in the X datas point
+--------------
+ --- Configuration:  220222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14253216951.065857
+ --- Energy:  99.56004804973213
+ --- Workload:  1419050000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 578 in the X datas point
+--------------
+ --- Configuration:  110101-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13268811525.820444
+ --- Energy:  75.57724470504559
+ --- Workload:  1002820000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 26 in the X datas point
+--------------
+ --- Configuration:  110011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 82 in the X datas point
+--------------
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 103 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 139 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 147 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110111-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 263 in the X datas point
+--------------
+ --- Configuration:  110111-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5358769626.493757
+ --- Energy:  14.0838858431668
+ --- Workload:  75472200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 578 in the X datas point
+--------------
+ --- Configuration:  110101-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13268811525.820444
+ --- Energy:  75.57724470504559
+ --- Workload:  1002820000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 139 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 26 in the X datas point
+--------------
+ --- Configuration:  110011-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 82 in the X datas point
+--------------
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 147 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 103 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 326 in the X datas point
+--------------
+ --- Configuration:  220222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14253216951.065857
+ --- Energy:  99.56004804973213
+ --- Workload:  1419050000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 83 in the X datas point
+--------------
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 82 in the X datas point
+--------------
+ --- Configuration:  101111-3-3
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (14.0838858431668 mAh)  is far from the median.
+---  Median :82.9156109905908,   the gap is :  10
+--- So yes we remove this configuration '110111-3-3'
+--- remove_aberrant_points: The value [0.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '333330-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333330-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 264 in the X datas point
+--------------
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5413071485.022031
+ --- Energy:  13.9697963651223
+ --- Workload:  75619700000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 488 in the X datas point
+--------------
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14243959136.930027
+ --- Energy:  78.84746341771039
+ --- Workload:  1123100000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 67 in the X datas point
+--------------
+ --- Configuration:  330330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 163 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 176 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  83.7034659994173
+ --- Workload:  1150120000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 439 in the X datas point
+--------------
+ --- Configuration:  033330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12476170514.317654
+ --- Energy:  89.40162859050163
+ --- Workload:  1115390000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 443 in the X datas point
+--------------
+ --- Configuration:  303330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11997960346.741053
+ --- Energy:  94.73104953565642
+ --- Workload:  1136580000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 481 in the X datas point
+--------------
+ --- Configuration:  333330-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12550389815.107658
+ --- Energy:  74.43416393210141
+ --- Workload:  934178000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 695 in the X datas point
+--------------
+ --- Configuration:  333030-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13728569702.694094
+ --- Energy:  78.42035817300528
+ --- Workload:  1076600000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 13 in the X datas point
+--------------
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333330-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 264 in the X datas point
+--------------
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5413071485.022031
+ --- Energy:  13.9697963651223
+ --- Workload:  75619700000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 481 in the X datas point
+--------------
+ --- Configuration:  333330-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12550389815.107658
+ --- Energy:  74.43416393210141
+ --- Workload:  934178000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 13 in the X datas point
+--------------
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 67 in the X datas point
+--------------
+ --- Configuration:  330330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 695 in the X datas point
+--------------
+ --- Configuration:  333030-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13728569702.694094
+ --- Energy:  78.42035817300528
+ --- Workload:  1076600000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 488 in the X datas point
+--------------
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14243959136.930027
+ --- Energy:  78.84746341771039
+ --- Workload:  1123100000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 163 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 176 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  83.7034659994173
+ --- Workload:  1150120000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 439 in the X datas point
+--------------
+ --- Configuration:  033330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12476170514.317654
+ --- Energy:  89.40162859050163
+ --- Workload:  1115390000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 443 in the X datas point
+--------------
+ --- Configuration:  303330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11997960346.741053
+ --- Energy:  94.73104953565642
+ --- Workload:  1136580000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 695 in the X datas point
+--------------
+ --- Configuration:  333030-2-3
+ --- Energy efficiency:  13728569702.694094
+ --- Energy:  78.42035817300528
+ --- Workload:  1076600000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (13.9697963651223 mAh)  is far from the median.
+---  Median :78.42035817300528,   the gap is :  10
+--- So yes we remove this configuration '333330-2-3'
+--- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '111111-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111111-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 145 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 265 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5524617696.455405
+ --- Energy:  13.7189335182749
+ --- Workload:  75791800000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 118 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 167 in the X datas point
+--------------
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 198 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 213 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13997917109.93404
+ --- Energy:  44.3851855395692
+ --- Workload:  621300000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 217 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13731963066.512136
+ --- Energy:  45.342545639677
+ --- Workload:  622642000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 345 in the X datas point
+--------------
+ --- Configuration:  011111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13720451293.083933
+ --- Energy:  45.25936522348479
+ --- Workload:  620979000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111111-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 265 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5524617696.455405
+ --- Energy:  13.7189335182749
+ --- Workload:  75791800000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 167 in the X datas point
+--------------
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 213 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13997917109.93404
+ --- Energy:  44.3851855395692
+ --- Workload:  621300000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 345 in the X datas point
+--------------
+ --- Configuration:  011111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13720451293.083933
+ --- Energy:  45.25936522348479
+ --- Workload:  620979000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 217 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13731963066.512136
+ --- Energy:  45.342545639677
+ --- Workload:  622642000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 145 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 118 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 198 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 345 in the X datas point
+--------------
+ --- Configuration:  011111-2-0
+ --- Energy efficiency:  13720451293.083933
+ --- Energy:  45.25936522348479
+ --- Workload:  620979000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (13.7189335182749 mAh)  is far from the median.
+---  Median :45.25936522348479,   the gap is :  10
+--- So yes we remove this configuration '111111-2-0'
+--- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '101010-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101010-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 266 in the X datas point
+--------------
+ --- Configuration:  101010-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5883010454.109577
+ --- Energy:  12.9248547023353
+ --- Workload:  76037200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 47 in the X datas point
+--------------
+ --- Configuration:  101110-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14166071691.655617
+ --- Energy:  71.25193400283615
+ --- Workload:  1009360000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 646 in the X datas point
+--------------
+ --- Configuration:  202020-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13150575403.426777
+ --- Energy:  78.5836408674881
+ --- Workload:  1033420000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 13 in the X datas point
+--------------
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 48 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 479 in the X datas point
+--------------
+ --- Configuration:  111010-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13018731350.667341
+ --- Energy:  78.8194837737248
+ --- Workload:  1026130000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 486 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14236800706.145315
+ --- Energy:  79.66681688807911
+ --- Workload:  1134200000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 540 in the X datas point
+--------------
+ --- Configuration:  011010-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12504532893.173775
+ --- Energy:  85.2562842548241
+ --- Workload:  1066090000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 562 in the X datas point
+--------------
+ --- Configuration:  101110-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14736981718.77418
+ --- Energy:  73.08276501890562
+ --- Workload:  1077020000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 705 in the X datas point
+--------------
+ --- Configuration:  202020-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11739583174.359812
+ --- Energy:  83.50940706004823
+ --- Workload:  980366000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101010-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 266 in the X datas point
+--------------
+ --- Configuration:  101010-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5883010454.109577
+ --- Energy:  12.9248547023353
+ --- Workload:  76037200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 48 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 47 in the X datas point
+--------------
+ --- Configuration:  101110-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14166071691.655617
+ --- Energy:  71.25193400283615
+ --- Workload:  1009360000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 562 in the X datas point
+--------------
+ --- Configuration:  101110-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14736981718.77418
+ --- Energy:  73.08276501890562
+ --- Workload:  1077020000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 13 in the X datas point
+--------------
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 646 in the X datas point
+--------------
+ --- Configuration:  202020-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13150575403.426777
+ --- Energy:  78.5836408674881
+ --- Workload:  1033420000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 479 in the X datas point
+--------------
+ --- Configuration:  111010-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13018731350.667341
+ --- Energy:  78.8194837737248
+ --- Workload:  1026130000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 486 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14236800706.145315
+ --- Energy:  79.66681688807911
+ --- Workload:  1134200000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 705 in the X datas point
+--------------
+ --- Configuration:  202020-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11739583174.359812
+ --- Energy:  83.50940706004823
+ --- Workload:  980366000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 540 in the X datas point
+--------------
+ --- Configuration:  011010-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12504532893.173775
+ --- Energy:  85.2562842548241
+ --- Workload:  1066090000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 13 in the X datas point
+--------------
+ --- Configuration:  202220-2-3
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (12.9248547023353 mAh)  is far from the median.
+---  Median :77.17119209715501,   the gap is :  10
+--- So yes we remove this configuration '101010-2-3'
+--- remove_aberrant_points: The value [0.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '333333-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333333-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 117 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 267 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9880837104.519495
+ --- Energy:  25.3623210355619
+ --- Workload:  250600000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 32 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 62 in the X datas point
+--------------
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 214 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 258 in the X datas point
+--------------
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15312505263.673683
+ --- Energy:  75.3926735584727
+ --- Workload:  1154450000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 375 in the X datas point
+--------------
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14663208104.648384
+ --- Energy:  102.002963990619
+ --- Workload:  1495690000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 382 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15099786942.006248
+ --- Energy:  97.0033907151468
+ --- Workload:  1464730000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333333-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 267 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9880837104.519495
+ --- Energy:  25.3623210355619
+ --- Workload:  250600000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 258 in the X datas point
+--------------
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15312505263.673683
+ --- Energy:  75.3926735584727
+ --- Workload:  1154450000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 62 in the X datas point
+--------------
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 32 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 382 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15099786942.006248
+ --- Energy:  97.0033907151468
+ --- Workload:  1464730000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 375 in the X datas point
+--------------
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14663208104.648384
+ --- Energy:  102.002963990619
+ --- Workload:  1495690000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 117 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 214 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 32 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (25.3623210355619 mAh)  is far from the median.
+---  Median :89.99138924115384,   the gap is :  10
+--- So yes we remove this configuration '333333-2-2'
+--- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '222002-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222002-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 268 in the X datas point
+--------------
+ --- Configuration:  222002-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10402709697.822088
+ --- Energy:  18.1188341516786
+ --- Workload:  188485000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 357 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 410 in the X datas point
+--------------
+ --- Configuration:  022002-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13145579404.557837
+ --- Energy:  93.70148281455602
+ --- Workload:  1231760000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 694 in the X datas point
+--------------
+ --- Configuration:  333003-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14563926900.7381
+ --- Energy:  90.43710623240364
+ --- Workload:  1317120000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 713 in the X datas point
+--------------
+ --- Configuration:  202002-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12714024713.521238
+ --- Energy:  97.24138614826803
+ --- Workload:  1236330000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 28 in the X datas point
+--------------
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 48 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 74 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 98 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222002-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 268 in the X datas point
+--------------
+ --- Configuration:  222002-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10402709697.822088
+ --- Energy:  18.1188341516786
+ --- Workload:  188485000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 48 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 74 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 357 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 694 in the X datas point
+--------------
+ --- Configuration:  333003-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14563926900.7381
+ --- Energy:  90.43710623240364
+ --- Workload:  1317120000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 28 in the X datas point
+--------------
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 410 in the X datas point
+--------------
+ --- Configuration:  022002-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13145579404.557837
+ --- Energy:  93.70148281455602
+ --- Workload:  1231760000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 713 in the X datas point
+--------------
+ --- Configuration:  202002-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12714024713.521238
+ --- Energy:  97.24138614826803
+ --- Workload:  1236330000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 98 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 694 in the X datas point
+--------------
+ --- Configuration:  333003-2-3
+ --- Energy efficiency:  14563926900.7381
+ --- Energy:  90.43710623240364
+ --- Workload:  1317120000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (18.1188341516786 mAh)  is far from the median.
+---  Median :90.43710623240364,   the gap is :  10
+--- So yes we remove this configuration '222002-2-3'
+--- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '222022-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222022-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 269 in the X datas point
+--------------
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10478138412.017168
+ --- Energy:  17.9776183946517
+ --- Workload:  188372000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 640 in the X datas point
+--------------
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14620310535.395771
+ --- Energy:  81.50438397997827
+ --- Workload:  1191620000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 39 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 94 in the X datas point
+--------------
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 142 in the X datas point
+--------------
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 332 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 357 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 475 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14914131885.668266
+ --- Energy:  85.92125075504671
+ --- Workload:  1281440000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 494 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522366622.954342
+ --- Energy:  89.21276593255729
+ --- Workload:  1295580000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222022-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 269 in the X datas point
+--------------
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10478138412.017168
+ --- Energy:  17.9776183946517
+ --- Workload:  188372000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 142 in the X datas point
+--------------
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 94 in the X datas point
+--------------
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 640 in the X datas point
+--------------
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14620310535.395771
+ --- Energy:  81.50438397997827
+ --- Workload:  1191620000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 332 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 475 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14914131885.668266
+ --- Energy:  85.92125075504671
+ --- Workload:  1281440000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 39 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 357 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 494 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522366622.954342
+ --- Energy:  89.21276593255729
+ --- Workload:  1295580000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 332 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (17.9776183946517 mAh)  is far from the median.
+---  Median :85.86709418709174,   the gap is :  10
+--- So yes we remove this configuration '222022-1-3'
+--- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '033033-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033033-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 270 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10275897573.963343
+ --- Energy:  24.5924899083227
+ --- Workload:  252710000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 351 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13323686983.956947
+ --- Energy:  83.3035486563878
+ --- Workload:  1109910000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 96 in the X datas point
+--------------
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 156 in the X datas point
+--------------
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 187 in the X datas point
+--------------
+ --- Configuration:  033033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14361976380.293646
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 365 in the X datas point
+--------------
+ --- Configuration:  033030-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12790717009.223387
+ --- Energy:  62.0291609855632
+ --- Workload:  793397000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 491 in the X datas point
+--------------
+ --- Configuration:  033033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13084073019.59471
+ --- Energy:  87.73797792788814
+ --- Workload:  1147970000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 719 in the X datas point
+--------------
+ --- Configuration:  030033-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12443630354.494143
+ --- Energy:  85.62206665875647
+ --- Workload:  1065450000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 39 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033033-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 270 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10275897573.963343
+ --- Energy:  24.5924899083227
+ --- Workload:  252710000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 365 in the X datas point
+--------------
+ --- Configuration:  033030-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12790717009.223387
+ --- Energy:  62.0291609855632
+ --- Workload:  793397000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 96 in the X datas point
+--------------
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 156 in the X datas point
+--------------
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 351 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13323686983.956947
+ --- Energy:  83.3035486563878
+ --- Workload:  1109910000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 719 in the X datas point
+--------------
+ --- Configuration:  030033-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12443630354.494143
+ --- Energy:  85.62206665875647
+ --- Workload:  1065450000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 39 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 491 in the X datas point
+--------------
+ --- Configuration:  033033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13084073019.59471
+ --- Energy:  87.73797792788814
+ --- Workload:  1147970000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 187 in the X datas point
+--------------
+ --- Configuration:  033033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14361976380.293646
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 351 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Energy efficiency:  13323686983.956947
+ --- Energy:  83.3035486563878
+ --- Workload:  1109910000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (24.5924899083227 mAh)  is far from the median.
+---  Median :83.3035486563878,   the gap is :  10
+--- So yes we remove this configuration '033033-1-2'
+--- remove_aberrant_points: The value [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 1, 1, 1, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '010111-3-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '010111-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 271 in the X datas point
+--------------
+ --- Configuration:  010111-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5520012806.429711
+ --- Energy:  13.6504873016518
+ --- Workload:  75350800000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 71 in the X datas point
+--------------
+ --- Configuration:  011111-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14151777817.088272
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 26 in the X datas point
+--------------
+ --- Configuration:  110011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 226 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 263 in the X datas point
+--------------
+ --- Configuration:  110111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5358769626.493757
+ --- Energy:  14.0838858431668
+ --- Workload:  75472200000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 333 in the X datas point
+--------------
+ --- Configuration:  011111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13434937285.712751
+ --- Energy:  68.27709347003412
+ --- Workload:  917298000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 362 in the X datas point
+--------------
+ --- Configuration:  011111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14901908189.343645
+ --- Energy:  75.3366281487845
+ --- Workload:  1122660000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 383 in the X datas point
+--------------
+ --- Configuration:  110111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12988227470.62063
+ --- Energy:  73.0759138749433
+ --- Workload:  949126000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 440 in the X datas point
+--------------
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13502784274.117321
+ --- Energy:  82.79771486146721
+ --- Workload:  1118000000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 461 in the X datas point
+--------------
+ --- Configuration:  011111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12672600823.212149
+ --- Energy:  85.29350021391399
+ --- Workload:  1080890000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '010111-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 271 in the X datas point
+--------------
+ --- Configuration:  010111-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5520012806.429711
+ --- Energy:  13.6504873016518
+ --- Workload:  75350800000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 263 in the X datas point
+--------------
+ --- Configuration:  110111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5358769626.493757
+ --- Energy:  14.0838858431668
+ --- Workload:  75472200000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 333 in the X datas point
+--------------
+ --- Configuration:  011111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13434937285.712751
+ --- Energy:  68.27709347003412
+ --- Workload:  917298000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 383 in the X datas point
+--------------
+ --- Configuration:  110111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12988227470.62063
+ --- Energy:  73.0759138749433
+ --- Workload:  949126000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 362 in the X datas point
+--------------
+ --- Configuration:  011111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14901908189.343645
+ --- Energy:  75.3366281487845
+ --- Workload:  1122660000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 26 in the X datas point
+--------------
+ --- Configuration:  110011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 440 in the X datas point
+--------------
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13502784274.117321
+ --- Energy:  82.79771486146721
+ --- Workload:  1118000000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 71 in the X datas point
+--------------
+ --- Configuration:  011111-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14151777817.088272
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 461 in the X datas point
+--------------
+ --- Configuration:  011111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12672600823.212149
+ --- Energy:  85.29350021391399
+ --- Workload:  1080890000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 226 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 362 in the X datas point
+--------------
+ --- Configuration:  011111-2-2
+ --- Energy efficiency:  14901908189.343645
+ --- Energy:  75.3366281487845
+ --- Workload:  1122660000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (13.6504873016518 mAh)  is far from the median.
+---  Median :75.3366281487845,   the gap is :  10
+--- So yes we remove this configuration '010111-3-2'
+--- remove_aberrant_points: The value [0.0, 0, 1, 0, 1, 1, 1, 3.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '222202-3-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222202-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 272 in the X datas point
+--------------
+ --- Configuration:  222202-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 24 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 138 in the X datas point
+--------------
+ --- Configuration:  222202-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15123376505.532131
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 240 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15595928215.061611
+ --- Energy:  95.9288937521245
+ --- Workload:  1496100000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 330 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15386698506.874779
+ --- Energy:  100.44256053548322
+ --- Workload:  1545480000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 484 in the X datas point
+--------------
+ --- Configuration:  111101-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14396443502.597118
+ --- Energy:  78.98892594686254
+ --- Workload:  1137160000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 113 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222202-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 272 in the X datas point
+--------------
+ --- Configuration:  222202-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 113 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 138 in the X datas point
+--------------
+ --- Configuration:  222202-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15123376505.532131
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 484 in the X datas point
+--------------
+ --- Configuration:  111101-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14396443502.597118
+ --- Energy:  78.98892594686254
+ --- Workload:  1137160000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 240 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15595928215.061611
+ --- Energy:  95.9288937521245
+ --- Workload:  1496100000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 330 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15386698506.874779
+ --- Energy:  100.44256053548322
+ --- Workload:  1545480000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 24 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (17.984386490349 mAh)  is far from the median.
+---  Median :85.51534231485796,   the gap is :  10
+--- So yes we remove this configuration '222202-3-2'
+--- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '330330-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330330-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 273 in the X datas point
+--------------
+ --- Configuration:  330330-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5536240228.535996
+ --- Energy:  13.8323700917135
+ --- Workload:  76579500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 69 in the X datas point
+--------------
+ --- Configuration:  220220-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6218480079.099067
+ --- Energy:  26.274511449565598
+ --- Workload:  163388000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 170 in the X datas point
+--------------
+ --- Configuration:  330333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11461738424.790365
+ --- Energy:  57.5070787061249
+ --- Workload:  659131000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 307 in the X datas point
+--------------
+ --- Configuration:  333330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16232147970.356508
+ --- Energy:  56.82057
+ --- Workload:  922319899999.9999
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 642 in the X datas point
+--------------
+ --- Configuration:  220220-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6051071039.574004
+ --- Energy:  26.957077100488743
+ --- Workload:  163119000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 102 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 126 in the X datas point
+--------------
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 128 in the X datas point
+--------------
+ --- Configuration:  033330-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6111684930.418467
+ --- Energy:  26.7184846004408
+ --- Workload:  163295000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 235 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10228912840.456577
+ --- Energy:  33.4145827544387
+ --- Workload:  341795000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 259 in the X datas point
+--------------
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330330-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 273 in the X datas point
+--------------
+ --- Configuration:  330330-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5536240228.535996
+ --- Energy:  13.8323700917135
+ --- Workload:  76579500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 69 in the X datas point
+--------------
+ --- Configuration:  220220-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6218480079.099067
+ --- Energy:  26.274511449565598
+ --- Workload:  163388000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 128 in the X datas point
+--------------
+ --- Configuration:  033330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6111684930.418467
+ --- Energy:  26.7184846004408
+ --- Workload:  163295000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 642 in the X datas point
+--------------
+ --- Configuration:  220220-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6051071039.574004
+ --- Energy:  26.957077100488743
+ --- Workload:  163119000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 235 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10228912840.456577
+ --- Energy:  33.4145827544387
+ --- Workload:  341795000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 102 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 259 in the X datas point
+--------------
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 307 in the X datas point
+--------------
+ --- Configuration:  333330-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16232147970.356508
+ --- Energy:  56.82057
+ --- Workload:  922319899999.9999
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 170 in the X datas point
+--------------
+ --- Configuration:  330333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11461738424.790365
+ --- Energy:  57.5070787061249
+ --- Workload:  659131000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 126 in the X datas point
+--------------
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 235 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Energy efficiency:  10228912840.456577
+ --- Energy:  33.4145827544387
+ --- Workload:  341795000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (13.8323700917135 mAh)  is far from the median.
+---  Median :33.4145827544387,   the gap is :  10
+--- So yes we remove this configuration '330330-0-0'
+--- remove_aberrant_points: The value [2.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '222222-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222222-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 274 in the X datas point
+--------------
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10520800675.014572
+ --- Energy:  17.8171709875973
+ --- Workload:  187451000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 530 in the X datas point
+--------------
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15452391953.012367
+ --- Energy:  81.35830423904434
+ --- Workload:  1257180000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 65 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 124 in the X datas point
+--------------
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 131 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 169 in the X datas point
+--------------
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 195 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14933352448.024466
+ --- Energy:  78.5356318543746
+ --- Workload:  1172800000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 199 in the X datas point
+--------------
+ --- Configuration:  222222-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17630558694.77448
+ --- Energy:  55.7442277111113
+ --- Workload:  982802000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 252 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14598327031.722164
+ --- Energy:  75.2161891555095
+ --- Workload:  1098030000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222222-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 274 in the X datas point
+--------------
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10520800675.014572
+ --- Energy:  17.8171709875973
+ --- Workload:  187451000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 199 in the X datas point
+--------------
+ --- Configuration:  222222-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  17630558694.77448
+ --- Energy:  55.7442277111113
+ --- Workload:  982802000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 124 in the X datas point
+--------------
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 65 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 131 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 169 in the X datas point
+--------------
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 252 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14598327031.722164
+ --- Energy:  75.2161891555095
+ --- Workload:  1098030000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 195 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14933352448.024466
+ --- Energy:  78.5356318543746
+ --- Workload:  1172800000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 530 in the X datas point
+--------------
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15452391953.012367
+ --- Energy:  81.35830423904434
+ --- Workload:  1257180000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 131 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (17.8171709875973 mAh)  is far from the median.
+---  Median :66.3842172994299,   the gap is :  10
+--- So yes we remove this configuration '222222-1-2'
+--- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 1, 1, 1, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '022222-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '022222-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 275 in the X datas point
+--------------
+ --- Configuration:  022222-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10571673834.261526
+ --- Energy:  17.8136328789872
+ --- Workload:  188320000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 199 in the X datas point
+--------------
+ --- Configuration:  222222-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17630558694.77448
+ --- Energy:  55.7442277111113
+ --- Workload:  982802000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 356 in the X datas point
+--------------
+ --- Configuration:  022222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14586168519.839378
+ --- Energy:  45.8860959823931
+ --- Workload:  669302000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 453 in the X datas point
+--------------
+ --- Configuration:  022222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14702487807.961985
+ --- Energy:  79.9871211726851
+ --- Workload:  1176010000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 528 in the X datas point
+--------------
+ --- Configuration:  022222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15108433225.257673
+ --- Energy:  77.62624080393333
+ --- Workload:  1172810000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 78 in the X datas point
+--------------
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 81 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 85 in the X datas point
+--------------
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 92 in the X datas point
+--------------
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 96 in the X datas point
+--------------
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '022222-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 275 in the X datas point
+--------------
+ --- Configuration:  022222-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10571673834.261526
+ --- Energy:  17.8136328789872
+ --- Workload:  188320000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 78 in the X datas point
+--------------
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 356 in the X datas point
+--------------
+ --- Configuration:  022222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14586168519.839378
+ --- Energy:  45.8860959823931
+ --- Workload:  669302000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 81 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 199 in the X datas point
+--------------
+ --- Configuration:  222222-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17630558694.77448
+ --- Energy:  55.7442277111113
+ --- Workload:  982802000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 85 in the X datas point
+--------------
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 96 in the X datas point
+--------------
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 528 in the X datas point
+--------------
+ --- Configuration:  022222-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15108433225.257673
+ --- Energy:  77.62624080393333
+ --- Workload:  1172810000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 92 in the X datas point
+--------------
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 453 in the X datas point
+--------------
+ --- Configuration:  022222-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14702487807.961985
+ --- Energy:  79.9871211726851
+ --- Workload:  1176010000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 199 in the X datas point
+--------------
+ --- Configuration:  222222-1-1
+ --- Energy efficiency:  17630558694.77448
+ --- Energy:  55.7442277111113
+ --- Workload:  982802000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (17.8136328789872 mAh)  is far from the median.
+---  Median :55.7442277111113,   the gap is :  10
+--- So yes we remove this configuration '022222-1-1'
+--- remove_aberrant_points: The value [1.0, 0, 1, 1, 1, 1, 1, 1.0, 1.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '101001-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101001-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 276 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5303154846.818372
+ --- Energy:  14.4399767950293
+ --- Workload:  76577300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 567 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11472757936.280302
+ --- Energy:  54.89700632647969
+ --- Workload:  629820000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 193 in the X datas point
+--------------
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 381 in the X datas point
+--------------
+ --- Configuration:  111001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12484488023.630638
+ --- Energy:  53.0720402291821
+ --- Workload:  662577000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 508 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 517 in the X datas point
+--------------
+ --- Configuration:  202002-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13684477013.499737
+ --- Energy:  56.33322721184273
+ --- Workload:  770891000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 561 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12080679610.712181
+ --- Energy:  56.78135936837892
+ --- Workload:  685957000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 632 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11809317315.175327
+ --- Energy:  58.81039857197384
+ --- Workload:  694511000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 41 in the X datas point
+--------------
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101001-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 276 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5303154846.818372
+ --- Energy:  14.4399767950293
+ --- Workload:  76577300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 508 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 381 in the X datas point
+--------------
+ --- Configuration:  111001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12484488023.630638
+ --- Energy:  53.0720402291821
+ --- Workload:  662577000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 567 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11472757936.280302
+ --- Energy:  54.89700632647969
+ --- Workload:  629820000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 41 in the X datas point
+--------------
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 517 in the X datas point
+--------------
+ --- Configuration:  202002-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13684477013.499737
+ --- Energy:  56.33322721184273
+ --- Workload:  770891000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 561 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12080679610.712181
+ --- Energy:  56.78135936837892
+ --- Workload:  685957000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 193 in the X datas point
+--------------
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 632 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11809317315.175327
+ --- Energy:  58.81039857197384
+ --- Workload:  694511000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 567 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Energy efficiency:  11472757936.280302
+ --- Energy:  54.89700632647969
+ --- Workload:  629820000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (14.4399767950293 mAh)  is far from the median.
+---  Median :54.89700632647969,   the gap is :  10
+--- So yes we remove this configuration '101001-3-0'
+--- remove_aberrant_points: The value [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '033333-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033333-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 277 in the X datas point
+--------------
+ --- Configuration:  033333-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10524354935.975086
+ --- Energy:  24.0280687781385
+ --- Workload:  252880000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 78 in the X datas point
+--------------
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 128 in the X datas point
+--------------
+ --- Configuration:  033330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6111684930.418467
+ --- Energy:  26.7184846004408
+ --- Workload:  163295000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 210 in the X datas point
+--------------
+ --- Configuration:  033333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 308 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 385 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12421881890.262611
+ --- Energy:  63.8914148004144
+ --- Workload:  793652000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 424 in the X datas point
+--------------
+ --- Configuration:  033303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10135460428.628622
+ --- Energy:  51.680919654150905
+ --- Workload:  523810000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 107 in the X datas point
+--------------
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 152 in the X datas point
+--------------
+ --- Configuration:  022202-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10890102530.315323
+ --- Energy:  35.8868812091206
+ --- Workload:  390812000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 153 in the X datas point
+--------------
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033333-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 277 in the X datas point
+--------------
+ --- Configuration:  033333-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10524354935.975086
+ --- Energy:  24.0280687781385
+ --- Workload:  252880000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 128 in the X datas point
+--------------
+ --- Configuration:  033330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6111684930.418467
+ --- Energy:  26.7184846004408
+ --- Workload:  163295000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 152 in the X datas point
+--------------
+ --- Configuration:  022202-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10890102530.315323
+ --- Energy:  35.8868812091206
+ --- Workload:  390812000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 78 in the X datas point
+--------------
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 424 in the X datas point
+--------------
+ --- Configuration:  033303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10135460428.628622
+ --- Energy:  51.680919654150905
+ --- Workload:  523810000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 107 in the X datas point
+--------------
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 153 in the X datas point
+--------------
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 210 in the X datas point
+--------------
+ --- Configuration:  033333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 385 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12421881890.262611
+ --- Energy:  63.8914148004144
+ --- Workload:  793652000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 308 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 424 in the X datas point
+--------------
+ --- Configuration:  033303-0-0
+ --- Energy efficiency:  10135460428.628622
+ --- Energy:  51.680919654150905
+ --- Workload:  523810000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (24.0280687781385 mAh)  is far from the median.
+---  Median :51.680919654150905,   the gap is :  10
+--- So yes we remove this configuration '033333-0-0'
+--- remove_aberrant_points: The value [2.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 0, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '000000-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 278 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 302 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 279 in the X datas point
+--------------
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 220 in the X datas point
+--------------
+ --- Configuration:  010100-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  3292105202.513851
+ --- Energy:  23.5175293800191
+ --- Workload:  77422300000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 282 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  24.2773
+ --- Workload:  141737000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 513 in the X datas point
+--------------
+ --- Configuration:  010000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7423574302.555194
+ --- Energy:  27.86299512820046
+ --- Workload:  206843000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 278 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 302 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 279 in the X datas point
+--------------
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 220 in the X datas point
+--------------
+ --- Configuration:  010100-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  3292105202.513851
+ --- Energy:  23.5175293800191
+ --- Workload:  77422300000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 282 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  24.2773
+ --- Workload:  141737000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 513 in the X datas point
+--------------
+ --- Configuration:  010000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7423574302.555194
+ --- Energy:  27.86299512820046
+ --- Workload:  206843000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 282 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  24.2773
+ --- Workload:  141737000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (11.04773 mAh)  is far from the median.
+---  Median :24.2773,   the gap is :  10
+--- So yes we remove this configuration '000000-0-0'
+--- remove_aberrant_points: The value [0, 0, 0, 0, 0, 0, 0, 0.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '100000-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '100000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 279 in the X datas point
+--------------
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 278 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 282 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  24.2773
+ --- Workload:  141737000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 302 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 515 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  3211871075.4950294
+ --- Energy:  23.98412276526465
+ --- Workload:  77034000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 250 in the X datas point
+--------------
+ --- Configuration:  100010-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9201917679.644438
+ --- Energy:  32.1912867561494
+ --- Workload:  296221000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 285 in the X datas point
+--------------
+ --- Configuration:  111000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8793320381.554344
+ --- Energy:  26.06077
+ --- Workload:  229160700000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '100000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 278 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 302 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 279 in the X datas point
+--------------
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 515 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  3211871075.4950294
+ --- Energy:  23.98412276526465
+ --- Workload:  77034000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 282 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  24.2773
+ --- Workload:  141737000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 285 in the X datas point
+--------------
+ --- Configuration:  111000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8793320381.554344
+ --- Energy:  26.06077
+ --- Workload:  229160700000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 250 in the X datas point
+--------------
+ --- Configuration:  100010-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9201917679.644438
+ --- Energy:  32.1912867561494
+ --- Workload:  296221000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 282 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  24.2773
+ --- Workload:  141737000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (24.2773 mAh)  it is NOT far from the median.
+---  Median :24.2773,   the gap is :  10
+--- So No we don't romove this configuration '100000-0-0'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '200000-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '200000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 279 in the X datas point
+--------------
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 281 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5492386746.144499
+ --- Energy:  29.19724
+ --- Workload:  160362534000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 303 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5492368456.744541
+ --- Energy:  29.19724
+ --- Workload:  160362000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 525 in the X datas point
+--------------
+ --- Configuration:  202000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  3444676768.755404
+ --- Energy:  22.44356480668999
+ --- Workload:  77310900000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 617 in the X datas point
+--------------
+ --- Configuration:  200000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7496364263.332283
+ --- Energy:  27.54961888696046
+ --- Workload:  206522000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 278 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 282 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  24.2773
+ --- Workload:  141737000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 284 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '200000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 278 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 525 in the X datas point
+--------------
+ --- Configuration:  202000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  3444676768.755404
+ --- Energy:  22.44356480668999
+ --- Workload:  77310900000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 279 in the X datas point
+--------------
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 282 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  24.2773
+ --- Workload:  141737000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 617 in the X datas point
+--------------
+ --- Configuration:  200000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7496364263.332283
+ --- Energy:  27.54961888696046
+ --- Workload:  206522000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 281 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5492386746.144499
+ --- Energy:  29.19724
+ --- Workload:  160362534000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 303 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5492368456.744541
+ --- Energy:  29.19724
+ --- Workload:  160362000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 284 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (24.78502 mAh)  it is NOT far from the median.
+---  Median :24.78502,   the gap is :  10
+--- So No we don't romove this configuration '200000-0-0'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '300000-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '300000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 281 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5492386746.144499
+ --- Energy:  29.19724
+ --- Workload:  160362534000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 303 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5492368456.744541
+ --- Energy:  29.19724
+ --- Workload:  160362000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 284 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 288 in the X datas point
+--------------
+ --- Configuration:  300000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10860100930.50205
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 304 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8725809067.483562
+ --- Energy:  38.59814
+ --- Workload:  336800000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 23 in the X datas point
+--------------
+ --- Configuration:  000300-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  1619850293.4358807
+ --- Energy:  22.60411372898465
+ --- Workload:  36615300000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 287 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 305 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '300000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 23 in the X datas point
+--------------
+ --- Configuration:  000300-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  1619850293.4358807
+ --- Energy:  22.60411372898465
+ --- Workload:  36615300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 281 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5492386746.144499
+ --- Energy:  29.19724
+ --- Workload:  160362534000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 303 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5492368456.744541
+ --- Energy:  29.19724
+ --- Workload:  160362000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 288 in the X datas point
+--------------
+ --- Configuration:  300000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10860100930.50205
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 284 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 304 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8725809067.483562
+ --- Energy:  38.59814
+ --- Workload:  336800000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 287 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 305 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 303 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Energy efficiency:  5492368456.744541
+ --- Energy:  29.19724
+ --- Workload:  160362000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (29.19724 mAh)  it is NOT far from the median.
+---  Median :29.19724,   the gap is :  10
+--- So No we don't romove this configuration '300000-0-0'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '110000-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 282 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  24.2773
+ --- Workload:  141737000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 515 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  3211871075.4950294
+ --- Energy:  23.98412276526465
+ --- Workload:  77034000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 279 in the X datas point
+--------------
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 285 in the X datas point
+--------------
+ --- Configuration:  111000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8793320381.554344
+ --- Energy:  26.06077
+ --- Workload:  229160700000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 60 in the X datas point
+--------------
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 70 in the X datas point
+--------------
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 220 in the X datas point
+--------------
+ --- Configuration:  010100-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  3292105202.513851
+ --- Energy:  23.5175293800191
+ --- Workload:  77422300000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 278 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 278 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 279 in the X datas point
+--------------
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 220 in the X datas point
+--------------
+ --- Configuration:  010100-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  3292105202.513851
+ --- Energy:  23.5175293800191
+ --- Workload:  77422300000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 515 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  3211871075.4950294
+ --- Energy:  23.98412276526465
+ --- Workload:  77034000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 282 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  24.2773
+ --- Workload:  141737000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 285 in the X datas point
+--------------
+ --- Configuration:  111000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8793320381.554344
+ --- Energy:  26.06077
+ --- Workload:  229160700000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 60 in the X datas point
+--------------
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 70 in the X datas point
+--------------
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 282 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  24.2773
+ --- Workload:  141737000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (24.2773 mAh)  it is NOT far from the median.
+---  Median :24.2773,   the gap is :  10
+--- So No we don't romove this configuration '110000-0-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '220000-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 282 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  24.2773
+ --- Workload:  141737000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 284 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 286 in the X datas point
+--------------
+ --- Configuration:  222000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12705257909.722488
+ --- Energy:  32.11143
+ --- Workload:  407984000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 304 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8725809067.483562
+ --- Energy:  38.59814
+ --- Workload:  336800000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 515 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  3211871075.4950294
+ --- Energy:  23.98412276526465
+ --- Workload:  77034000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 700 in the X datas point
+--------------
+ --- Configuration:  220002-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8919094890.250538
+ --- Energy:  32.30311403168223
+ --- Workload:  288115000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 64 in the X datas point
+--------------
+ --- Configuration:  220020-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10312116840.40865
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 69 in the X datas point
+--------------
+ --- Configuration:  220220-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6218480079.099067
+ --- Energy:  26.274511449565598
+ --- Workload:  163388000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 515 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  3211871075.4950294
+ --- Energy:  23.98412276526465
+ --- Workload:  77034000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 282 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  24.2773
+ --- Workload:  141737000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 69 in the X datas point
+--------------
+ --- Configuration:  220220-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6218480079.099067
+ --- Energy:  26.274511449565598
+ --- Workload:  163388000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 286 in the X datas point
+--------------
+ --- Configuration:  222000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12705257909.722488
+ --- Energy:  32.11143
+ --- Workload:  407984000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 700 in the X datas point
+--------------
+ --- Configuration:  220002-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8919094890.250538
+ --- Energy:  32.30311403168223
+ --- Workload:  288115000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 64 in the X datas point
+--------------
+ --- Configuration:  220020-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10312116840.40865
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 284 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 304 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8725809067.483562
+ --- Energy:  38.59814
+ --- Workload:  336800000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (28.50231 mAh)  it is NOT far from the median.
+---  Median :28.50231,   the gap is :  10
+--- So No we don't romove this configuration '220000-0-0'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '330000-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 284 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 304 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8725809067.483562
+ --- Energy:  38.59814
+ --- Workload:  336800000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 281 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5492386746.144499
+ --- Energy:  29.19724
+ --- Workload:  160362534000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 287 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 303 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5492368456.744541
+ --- Energy:  29.19724
+ --- Workload:  160362000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 305 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 102 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 235 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10228912840.456577
+ --- Energy:  33.4145827544387
+ --- Workload:  341795000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 259 in the X datas point
+--------------
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 281 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5492386746.144499
+ --- Energy:  29.19724
+ --- Workload:  160362534000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 303 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5492368456.744541
+ --- Energy:  29.19724
+ --- Workload:  160362000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 235 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10228912840.456577
+ --- Energy:  33.4145827544387
+ --- Workload:  341795000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 102 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 284 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 304 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8725809067.483562
+ --- Energy:  38.59814
+ --- Workload:  336800000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 259 in the X datas point
+--------------
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 287 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 305 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 102 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (34.2448289317877 mAh)  it is NOT far from the median.
+---  Median :34.2448289317877,   the gap is :  10
+--- So No we don't romove this configuration '330000-0-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '111000-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 285 in the X datas point
+--------------
+ --- Configuration:  111000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8793320381.554344
+ --- Energy:  26.06077
+ --- Workload:  229160700000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 282 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  24.2773
+ --- Workload:  141737000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 286 in the X datas point
+--------------
+ --- Configuration:  222000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12705257909.722488
+ --- Energy:  32.11143
+ --- Workload:  407984000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 515 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  3211871075.4950294
+ --- Energy:  23.98412276526465
+ --- Workload:  77034000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 628 in the X datas point
+--------------
+ --- Configuration:  111000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9668281269.638697
+ --- Energy:  30.617996362116138
+ --- Workload:  296022000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 4 in the X datas point
+--------------
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 149 in the X datas point
+--------------
+ --- Configuration:  111011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7219330479.29135
+ --- Energy:  28.6387646642511
+ --- Workload:  206752000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 279 in the X datas point
+--------------
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 525 in the X datas point
+--------------
+ --- Configuration:  202000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  3444676768.755404
+ --- Energy:  22.44356480668999
+ --- Workload:  77310900000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 525 in the X datas point
+--------------
+ --- Configuration:  202000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  3444676768.755404
+ --- Energy:  22.44356480668999
+ --- Workload:  77310900000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 279 in the X datas point
+--------------
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 515 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  3211871075.4950294
+ --- Energy:  23.98412276526465
+ --- Workload:  77034000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 282 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  24.2773
+ --- Workload:  141737000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 285 in the X datas point
+--------------
+ --- Configuration:  111000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8793320381.554344
+ --- Energy:  26.06077
+ --- Workload:  229160700000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 4 in the X datas point
+--------------
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 149 in the X datas point
+--------------
+ --- Configuration:  111011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7219330479.29135
+ --- Energy:  28.6387646642511
+ --- Workload:  206752000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 628 in the X datas point
+--------------
+ --- Configuration:  111000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9668281269.638697
+ --- Energy:  30.617996362116138
+ --- Workload:  296022000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 286 in the X datas point
+--------------
+ --- Configuration:  222000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12705257909.722488
+ --- Energy:  32.11143
+ --- Workload:  407984000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 285 in the X datas point
+--------------
+ --- Configuration:  111000-0-0
+ --- Energy efficiency:  8793320381.554344
+ --- Energy:  26.06077
+ --- Workload:  229160700000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (26.06077 mAh)  it is NOT far from the median.
+---  Median :26.06077,   the gap is :  10
+--- So No we don't romove this configuration '111000-0-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '222000-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 286 in the X datas point
+--------------
+ --- Configuration:  222000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12705257909.722488
+ --- Energy:  32.11143
+ --- Workload:  407984000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 285 in the X datas point
+--------------
+ --- Configuration:  111000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8793320381.554344
+ --- Energy:  26.06077
+ --- Workload:  229160700000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 287 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 305 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 525 in the X datas point
+--------------
+ --- Configuration:  202000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  3444676768.755404
+ --- Energy:  22.44356480668999
+ --- Workload:  77310900000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 587 in the X datas point
+--------------
+ --- Configuration:  222002-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11068387136.763205
+ --- Energy:  35.22248964071155
+ --- Workload:  389856000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 724 in the X datas point
+--------------
+ --- Configuration:  222020-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5766580360.18061
+ --- Energy:  28.13171207069184
+ --- Workload:  162224000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 136 in the X datas point
+--------------
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 183 in the X datas point
+--------------
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 525 in the X datas point
+--------------
+ --- Configuration:  202000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  3444676768.755404
+ --- Energy:  22.44356480668999
+ --- Workload:  77310900000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 285 in the X datas point
+--------------
+ --- Configuration:  111000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8793320381.554344
+ --- Energy:  26.06077
+ --- Workload:  229160700000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 724 in the X datas point
+--------------
+ --- Configuration:  222020-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5766580360.18061
+ --- Energy:  28.13171207069184
+ --- Workload:  162224000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 286 in the X datas point
+--------------
+ --- Configuration:  222000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12705257909.722488
+ --- Energy:  32.11143
+ --- Workload:  407984000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 136 in the X datas point
+--------------
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 587 in the X datas point
+--------------
+ --- Configuration:  222002-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11068387136.763205
+ --- Energy:  35.22248964071155
+ --- Workload:  389856000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 183 in the X datas point
+--------------
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 287 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 305 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 286 in the X datas point
+--------------
+ --- Configuration:  222000-0-0
+ --- Energy efficiency:  12705257909.722488
+ --- Energy:  32.11143
+ --- Workload:  407984000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (32.11143 mAh)  it is NOT far from the median.
+---  Median :32.11143,   the gap is :  10
+--- So No we don't romove this configuration '222000-0-0'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '333000-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 287 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 305 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 284 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 286 in the X datas point
+--------------
+ --- Configuration:  222000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12705257909.722488
+ --- Energy:  32.11143
+ --- Workload:  407984000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 304 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8725809067.483562
+ --- Energy:  38.59814
+ --- Workload:  336800000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 306 in the X datas point
+--------------
+ --- Configuration:  333300-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12877238669.53101
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 58 in the X datas point
+--------------
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 63 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 107 in the X datas point
+--------------
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 148 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10583914566.641617
+ --- Energy:  32.1859127423429
+ --- Workload:  340653000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 286 in the X datas point
+--------------
+ --- Configuration:  222000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12705257909.722488
+ --- Energy:  32.11143
+ --- Workload:  407984000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 148 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10583914566.641617
+ --- Energy:  32.1859127423429
+ --- Workload:  340653000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 63 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 58 in the X datas point
+--------------
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 284 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 304 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8725809067.483562
+ --- Energy:  38.59814
+ --- Workload:  336800000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 287 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 305 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 306 in the X datas point
+--------------
+ --- Configuration:  333300-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12877238669.53101
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 107 in the X datas point
+--------------
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 284 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (38.59814 mAh)  it is NOT far from the median.
+---  Median :38.59814,   the gap is :  10
+--- So No we don't romove this configuration '333000-0-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '300000-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '300000-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 288 in the X datas point
+--------------
+ --- Configuration:  300000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10860100930.50205
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 281 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5492386746.144499
+ --- Energy:  29.19724
+ --- Workload:  160362534000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 303 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5492368456.744541
+ --- Energy:  29.19724
+ --- Workload:  160362000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 597 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10921477850.696844
+ --- Energy:  39.54493033100684
+ --- Workload:  431889000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 617 in the X datas point
+--------------
+ --- Configuration:  200000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7496364263.332283
+ --- Energy:  27.54961888696046
+ --- Workload:  206522000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 667 in the X datas point
+--------------
+ --- Configuration:  300300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8476515812.9402485
+ --- Energy:  29.659992682257588
+ --- Workload:  251413000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 284 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '300000-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 617 in the X datas point
+--------------
+ --- Configuration:  200000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7496364263.332283
+ --- Energy:  27.54961888696046
+ --- Workload:  206522000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 281 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5492386746.144499
+ --- Energy:  29.19724
+ --- Workload:  160362534000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 303 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5492368456.744541
+ --- Energy:  29.19724
+ --- Workload:  160362000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 667 in the X datas point
+--------------
+ --- Configuration:  300300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8476515812.9402485
+ --- Energy:  29.659992682257588
+ --- Workload:  251413000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 288 in the X datas point
+--------------
+ --- Configuration:  300000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10860100930.50205
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 284 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 597 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10921477850.696844
+ --- Energy:  39.54493033100684
+ --- Workload:  431889000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 667 in the X datas point
+--------------
+ --- Configuration:  300300-1-0
+ --- Energy efficiency:  8476515812.9402485
+ --- Energy:  29.659992682257588
+ --- Workload:  251413000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (29.659992682257588 mAh)  it is NOT far from the median.
+---  Median :29.659992682257588,   the gap is :  10
+--- So No we don't romove this configuration '300000-1-0'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '300000-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '300000-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 597 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10921477850.696844
+ --- Energy:  39.54493033100684
+ --- Workload:  431889000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 288 in the X datas point
+--------------
+ --- Configuration:  300000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10860100930.50205
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 599 in the X datas point
+--------------
+ --- Configuration:  300030-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11648576427.474798
+ --- Energy:  41.215784795617516
+ --- Workload:  480105000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 350 in the X datas point
+--------------
+ --- Configuration:  300300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10880623242.099306
+ --- Energy:  53.6505919747787
+ --- Workload:  583752000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 472 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885591061.0119
+ --- Energy:  50.17401859858811
+ --- Workload:  696696000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '300000-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 288 in the X datas point
+--------------
+ --- Configuration:  300000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10860100930.50205
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 597 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10921477850.696844
+ --- Energy:  39.54493033100684
+ --- Workload:  431889000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 599 in the X datas point
+--------------
+ --- Configuration:  300030-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11648576427.474798
+ --- Energy:  41.215784795617516
+ --- Workload:  480105000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 472 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13885591061.0119
+ --- Energy:  50.17401859858811
+ --- Workload:  696696000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 350 in the X datas point
+--------------
+ --- Configuration:  300300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10880623242.099306
+ --- Energy:  53.6505919747787
+ --- Workload:  583752000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (47.10283999999999 mAh)  it is NOT far from the median.
+---  Median :47.10283999999999,   the gap is :  10
+--- So No we don't romove this configuration '300000-2-0'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '100000-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '100000-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 279 in the X datas point
+--------------
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 617 in the X datas point
+--------------
+ --- Configuration:  200000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7496364263.332283
+ --- Energy:  27.54961888696046
+ --- Workload:  206522000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 679 in the X datas point
+--------------
+ --- Configuration:  100010-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8467113730.2716255
+ --- Energy:  29.649894317218024
+ --- Workload:  251048000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 760 in the X datas point
+--------------
+ --- Configuration:  100000-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5587965756.945841
+ --- Energy:  13.49249894433128
+ --- Workload:  75395500000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 278 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 282 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  24.2773
+ --- Workload:  141737000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '100000-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 278 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 760 in the X datas point
+--------------
+ --- Configuration:  100000-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5587965756.945841
+ --- Energy:  13.49249894433128
+ --- Workload:  75395500000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 279 in the X datas point
+--------------
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 282 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  24.2773
+ --- Workload:  141737000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 617 in the X datas point
+--------------
+ --- Configuration:  200000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7496364263.332283
+ --- Energy:  27.54961888696046
+ --- Workload:  206522000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 679 in the X datas point
+--------------
+ --- Configuration:  100010-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8467113730.2716255
+ --- Energy:  29.649894317218024
+ --- Workload:  251048000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (24.78502 mAh)  it is NOT far from the median.
+---  Median :24.78502,   the gap is :  10
+--- So No we don't romove this configuration '100000-1-0'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '200000-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '200000-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 597 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10921477850.696844
+ --- Energy:  39.54493033100684
+ --- Workload:  431889000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 617 in the X datas point
+--------------
+ --- Configuration:  200000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7496364263.332283
+ --- Energy:  27.54961888696046
+ --- Workload:  206522000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 711 in the X datas point
+--------------
+ --- Configuration:  200002-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12469045594.31212
+ --- Energy:  47.86510196998857
+ --- Workload:  596832000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 288 in the X datas point
+--------------
+ --- Configuration:  300000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10860100930.50205
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '200000-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 617 in the X datas point
+--------------
+ --- Configuration:  200000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  7496364263.332283
+ --- Energy:  27.54961888696046
+ --- Workload:  206522000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 288 in the X datas point
+--------------
+ --- Configuration:  300000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10860100930.50205
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 597 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10921477850.696844
+ --- Energy:  39.54493033100684
+ --- Workload:  431889000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 711 in the X datas point
+--------------
+ --- Configuration:  200002-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12469045594.31212
+ --- Energy:  47.86510196998857
+ --- Workload:  596832000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (42.7422 mAh)  it is NOT far from the median.
+---  Median :42.7422,   the gap is :  10
+--- So No we don't romove this configuration '200000-2-0'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '300000-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '300000-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 350 in the X datas point
+--------------
+ --- Configuration:  300300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10880623242.099306
+ --- Energy:  53.6505919747787
+ --- Workload:  583752000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 555 in the X datas point
+--------------
+ --- Configuration:  300000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11530208569.942822
+ --- Energy:  61.70736633784887
+ --- Workload:  711499000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 597 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10921477850.696844
+ --- Energy:  39.54493033100684
+ --- Workload:  431889000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 316 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13438400120.333483
+ --- Energy:  92.14393
+ --- Workload:  1238267000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 512 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11872339111.996523
+ --- Energy:  50.4557052793426
+ --- Workload:  599027000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '300000-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 597 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10921477850.696844
+ --- Energy:  39.54493033100684
+ --- Workload:  431889000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 512 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11872339111.996523
+ --- Energy:  50.4557052793426
+ --- Workload:  599027000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 350 in the X datas point
+--------------
+ --- Configuration:  300300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10880623242.099306
+ --- Energy:  53.6505919747787
+ --- Workload:  583752000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 555 in the X datas point
+--------------
+ --- Configuration:  300000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11530208569.942822
+ --- Energy:  61.70736633784887
+ --- Workload:  711499000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 316 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13438400120.333483
+ --- Energy:  92.14393
+ --- Workload:  1238267000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 350 in the X datas point
+--------------
+ --- Configuration:  300300-3-0
+ --- Energy efficiency:  10880623242.099306
+ --- Energy:  53.6505919747787
+ --- Workload:  583752000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (73.04875 mAh)  is far from the median.
+---  Median :53.6505919747787,   the gap is :  10
+--- So yes we remove this configuration '300000-3-0'
+--- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '000000-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000000-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 278 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 302 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 513 in the X datas point
+--------------
+ --- Configuration:  010000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7423574302.555194
+ --- Energy:  27.86299512820046
+ --- Workload:  206843000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 522 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9980936411.454123
+ --- Energy:  38.269990495696405
+ --- Workload:  381971000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 769 in the X datas point
+--------------
+ --- Configuration:  001000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6484453522.679377
+ --- Energy:  11.76973873612909
+ --- Workload:  76320200000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 279 in the X datas point
+--------------
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000000-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 278 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 302 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 769 in the X datas point
+--------------
+ --- Configuration:  001000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6484453522.679377
+ --- Energy:  11.76973873612909
+ --- Workload:  76320200000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 279 in the X datas point
+--------------
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 513 in the X datas point
+--------------
+ --- Configuration:  010000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7423574302.555194
+ --- Energy:  27.86299512820046
+ --- Workload:  206843000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 522 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9980936411.454123
+ --- Energy:  38.269990495696405
+ --- Workload:  381971000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 513 in the X datas point
+--------------
+ --- Configuration:  010000-1-0
+ --- Energy efficiency:  7423574302.555194
+ --- Energy:  27.86299512820046
+ --- Workload:  206843000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (27.86299512820046 mAh)  it is NOT far from the median.
+---  Median :27.86299512820046,   the gap is :  10
+--- So No we don't romove this configuration '000000-1-0'
+ --- remove_aberrant_points: The value [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '000000-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000000-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 522 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9980936411.454123
+ --- Energy:  38.269990495696405
+ --- Workload:  381971000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 295 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 312 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000000-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 522 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9980936411.454123
+ --- Energy:  38.269990495696405
+ --- Workload:  381971000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 295 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 312 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (42.7422 mAh)  it is NOT far from the median.
+---  Median :42.7422,   the gap is :  10
+--- So No we don't romove this configuration '000000-2-0'
+ --- remove_aberrant_points: The value [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 0, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '000000-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000000-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 295 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 312 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 477 in the X datas point
+--------------
+ --- Configuration:  000001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10565988294.998167
+ --- Energy:  47.261265478697936
+ --- Workload:  499362000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 522 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9980936411.454123
+ --- Energy:  38.269990495696405
+ --- Workload:  381971000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 526 in the X datas point
+--------------
+ --- Configuration:  100000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10074338544.11704
+ --- Energy:  55.34744693526562
+ --- Workload:  557589000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 532 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11081302407.634575
+ --- Energy:  60.484653752985835
+ --- Workload:  670249000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 596 in the X datas point
+--------------
+ --- Configuration:  001000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10540573301.781883
+ --- Energy:  49.31922940865544
+ --- Workload:  519853000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000000-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 522 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9980936411.454123
+ --- Energy:  38.269990495696405
+ --- Workload:  381971000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 477 in the X datas point
+--------------
+ --- Configuration:  000001-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10565988294.998167
+ --- Energy:  47.261265478697936
+ --- Workload:  499362000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 596 in the X datas point
+--------------
+ --- Configuration:  001000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10540573301.781883
+ --- Energy:  49.31922940865544
+ --- Workload:  519853000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 526 in the X datas point
+--------------
+ --- Configuration:  100000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10074338544.11704
+ --- Energy:  55.34744693526562
+ --- Workload:  557589000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 532 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11081302407.634575
+ --- Energy:  60.484653752985835
+ --- Workload:  670249000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 295 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 312 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 526 in the X datas point
+--------------
+ --- Configuration:  100000-3-0
+ --- Energy efficiency:  10074338544.11704
+ --- Energy:  55.34744693526562
+ --- Workload:  557589000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (66.8775 mAh)  is far from the median.
+---  Median :55.34744693526562,   the gap is :  10
+--- So yes we remove this configuration '000000-3-0'
+--- remove_aberrant_points: The value [0, 0, 0, 0, 0, 0, 0, 3.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 0, 0, 0.0, 3.0]
+--- Computing the list of the 10 first neighbours of '000000-0-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000000-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 296 in the X datas point
+--------------
+ --- Configuration:  000000-0-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 157 in the X datas point
+--------------
+ --- Configuration:  100000-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10075333266.836134
+ --- Energy:  50.7096930689716
+ --- Workload:  510917000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 328 in the X datas point
+--------------
+ --- Configuration:  000100-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10298586930.887213
+ --- Energy:  49.6365268588524
+ --- Workload:  511186000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 408 in the X datas point
+--------------
+ --- Configuration:  000000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16089483270.155294
+ --- Energy:  39.92204534168386
+ --- Workload:  642325000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 1 in the X datas point
+--------------
+ --- Configuration:  011001-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11271402985.343796
+ --- Energy:  64.71129799002061
+ --- Workload:  729387000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 237 in the X datas point
+--------------
+ --- Configuration:  110010-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  10831501906.88591
+ --- Energy:  62.4324044343125
+ --- Workload:  676237000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 576 in the X datas point
+--------------
+ --- Configuration:  020000-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  10711076216.805037
+ --- Energy:  71.00913070664843
+ --- Workload:  760584000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 579 in the X datas point
+--------------
+ --- Configuration:  200000-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11184606402.516088
+ --- Energy:  64.33997409241996
+ --- Workload:  719617000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 35 in the X datas point
+--------------
+ --- Configuration:  110110-0-3
+ --- Distance from that configuration:  [0.67032005]
+ --- Energy efficiency:  11308622485.386433
+ --- Energy:  64.13091227501518
+ --- Workload:  725232000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 36 in the X datas point
+--------------
+ --- Configuration:  110001-0-2
+ --- Distance from that configuration:  [0.67032005]
+ --- Energy efficiency:  11533320339.125751
+ --- Energy:  52.516287756608044
+ --- Workload:  605687000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000000-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 408 in the X datas point
+--------------
+ --- Configuration:  000000-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  16089483270.155294
+ --- Energy:  39.92204534168386
+ --- Workload:  642325000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 328 in the X datas point
+--------------
+ --- Configuration:  000100-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10298586930.887213
+ --- Energy:  49.6365268588524
+ --- Workload:  511186000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 157 in the X datas point
+--------------
+ --- Configuration:  100000-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10075333266.836134
+ --- Energy:  50.7096930689716
+ --- Workload:  510917000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 36 in the X datas point
+--------------
+ --- Configuration:  110001-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11533320339.125751
+ --- Energy:  52.516287756608044
+ --- Workload:  605687000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 237 in the X datas point
+--------------
+ --- Configuration:  110010-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  10831501906.88591
+ --- Energy:  62.4324044343125
+ --- Workload:  676237000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 35 in the X datas point
+--------------
+ --- Configuration:  110110-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11308622485.386433
+ --- Energy:  64.13091227501518
+ --- Workload:  725232000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 579 in the X datas point
+--------------
+ --- Configuration:  200000-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11184606402.516088
+ --- Energy:  64.33997409241996
+ --- Workload:  719617000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 1 in the X datas point
+--------------
+ --- Configuration:  011001-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11271402985.343796
+ --- Energy:  64.71129799002061
+ --- Workload:  729387000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 576 in the X datas point
+--------------
+ --- Configuration:  020000-1-3
+ --- Distance from that configuration:  [0.67032005]
+ --- Energy efficiency:  10711076216.805037
+ --- Energy:  71.00913070664843
+ --- Workload:  760584000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 296 in the X datas point
+--------------
+ --- Configuration:  000000-0-3
+ --- Distance from that configuration:  [0.67032005]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 237 in the X datas point
+--------------
+ --- Configuration:  110010-0-3
+ --- Energy efficiency:  10831501906.88591
+ --- Energy:  62.4324044343125
+ --- Workload:  676237000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (77.6323 mAh)  is far from the median.
+---  Median :62.4324044343125,   the gap is :  10
+--- So yes we remove this configuration '000000-0-3'
+--- remove_aberrant_points: The value [0, 0, 0, 0, 0, 0, 0, 0.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '000000-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000000-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 408 in the X datas point
+--------------
+ --- Configuration:  000000-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16089483270.155294
+ --- Energy:  39.92204534168386
+ --- Workload:  642325000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 760 in the X datas point
+--------------
+ --- Configuration:  100000-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5587965756.945841
+ --- Energy:  13.49249894433128
+ --- Workload:  75395500000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 40 in the X datas point
+--------------
+ --- Configuration:  000011-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11067652130.41236
+ --- Energy:  41.81970183069355
+ --- Workload:  462846000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 278 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 302 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000000-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 278 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 302 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 760 in the X datas point
+--------------
+ --- Configuration:  100000-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5587965756.945841
+ --- Energy:  13.49249894433128
+ --- Workload:  75395500000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 408 in the X datas point
+--------------
+ --- Configuration:  000000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16089483270.155294
+ --- Energy:  39.92204534168386
+ --- Workload:  642325000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 40 in the X datas point
+--------------
+ --- Configuration:  000011-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11067652130.41236
+ --- Energy:  41.81970183069355
+ --- Workload:  462846000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (30.05234 mAh)  it is NOT far from the median.
+---  Median :30.05234,   the gap is :  10
+--- So No we don't romove this configuration '000000-1-1'
+ --- remove_aberrant_points: The value [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '000000-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000000-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 300 in the X datas point
+--------------
+ --- Configuration:  000000-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12446800294.572485
+ --- Energy:  98.66502
+ --- Workload:  1228063800000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 408 in the X datas point
+--------------
+ --- Configuration:  000000-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16089483270.155294
+ --- Energy:  39.92204534168386
+ --- Workload:  642325000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 301 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11473711646.565487
+ --- Energy:  115.13669
+ --- Workload:  1321045181000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 313 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11473711743.841167
+ --- Energy:  115.13669
+ --- Workload:  1321045192200.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 532 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11081302407.634575
+ --- Energy:  60.484653752985835
+ --- Workload:  670249000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 613 in the X datas point
+--------------
+ --- Configuration:  000100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12336586491.191061
+ --- Energy:  52.305660553812594
+ --- Workload:  645273000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 621 in the X datas point
+--------------
+ --- Configuration:  100000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12660327218.817299
+ --- Energy:  51.604696137494564
+ --- Workload:  653332000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000000-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 408 in the X datas point
+--------------
+ --- Configuration:  000000-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16089483270.155294
+ --- Energy:  39.92204534168386
+ --- Workload:  642325000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 621 in the X datas point
+--------------
+ --- Configuration:  100000-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12660327218.817299
+ --- Energy:  51.604696137494564
+ --- Workload:  653332000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 613 in the X datas point
+--------------
+ --- Configuration:  000100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12336586491.191061
+ --- Energy:  52.305660553812594
+ --- Workload:  645273000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 532 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11081302407.634575
+ --- Energy:  60.484653752985835
+ --- Workload:  670249000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 300 in the X datas point
+--------------
+ --- Configuration:  000000-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12446800294.572485
+ --- Energy:  98.66502
+ --- Workload:  1228063800000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 301 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11473711646.565487
+ --- Energy:  115.13669
+ --- Workload:  1321045181000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 313 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11473711743.841167
+ --- Energy:  115.13669
+ --- Workload:  1321045192200.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 532 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Energy efficiency:  11081302407.634575
+ --- Energy:  60.484653752985835
+ --- Workload:  670249000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (60.484653752985835 mAh)  it is NOT far from the median.
+---  Median :60.484653752985835,   the gap is :  10
+--- So No we don't romove this configuration '000000-2-2'
+ --- remove_aberrant_points: The value [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '000000-3-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000000-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 532 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11081302407.634575
+ --- Energy:  60.484653752985835
+ --- Workload:  670249000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 295 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 300 in the X datas point
+--------------
+ --- Configuration:  000000-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12446800294.572485
+ --- Energy:  98.66502
+ --- Workload:  1228063800000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 312 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 622 in the X datas point
+--------------
+ --- Configuration:  000010-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11230529070.224499
+ --- Energy:  65.58873751640105
+ --- Workload:  736596000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 438 in the X datas point
+--------------
+ --- Configuration:  000110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10984846404.38515
+ --- Energy:  74.34214040531062
+ --- Workload:  816637000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000000-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 532 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11081302407.634575
+ --- Energy:  60.484653752985835
+ --- Workload:  670249000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 622 in the X datas point
+--------------
+ --- Configuration:  000010-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11230529070.224499
+ --- Energy:  65.58873751640105
+ --- Workload:  736596000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 295 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 438 in the X datas point
+--------------
+ --- Configuration:  000110-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10984846404.38515
+ --- Energy:  74.34214040531062
+ --- Workload:  816637000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 312 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 300 in the X datas point
+--------------
+ --- Configuration:  000000-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12446800294.572485
+ --- Energy:  98.66502
+ --- Workload:  1228063800000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (80.6761 mAh)  is far from the median.
+---  Median :66.8775,   the gap is :  10
+--- So yes we remove this configuration '000000-3-1'
+--- remove_aberrant_points: The value [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 0, 0, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '000000-3-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000000-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 300 in the X datas point
+--------------
+ --- Configuration:  000000-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12446800294.572485
+ --- Energy:  98.66502
+ --- Workload:  1228063800000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 301 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11473711646.565487
+ --- Energy:  115.13669
+ --- Workload:  1321045181000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 313 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11473711743.841167
+ --- Energy:  115.13669
+ --- Workload:  1321045192200.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 532 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11081302407.634575
+ --- Energy:  60.484653752985835
+ --- Workload:  670249000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 666 in the X datas point
+--------------
+ --- Configuration:  010000-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12860297304.353083
+ --- Energy:  72.53963798699066
+ --- Workload:  932881000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 758 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6028999487.535044
+ --- Energy:  12.654544813790569
+ --- Workload:  76294200000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 452 in the X datas point
+--------------
+ --- Configuration:  020000-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11844664334.057436
+ --- Energy:  85.8782938267127
+ --- Workload:  1017200000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 622 in the X datas point
+--------------
+ --- Configuration:  000010-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11230529070.224499
+ --- Energy:  65.58873751640105
+ --- Workload:  736596000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000000-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 758 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6028999487.535044
+ --- Energy:  12.654544813790569
+ --- Workload:  76294200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 532 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11081302407.634575
+ --- Energy:  60.484653752985835
+ --- Workload:  670249000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 622 in the X datas point
+--------------
+ --- Configuration:  000010-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11230529070.224499
+ --- Energy:  65.58873751640105
+ --- Workload:  736596000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 666 in the X datas point
+--------------
+ --- Configuration:  010000-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12860297304.353083
+ --- Energy:  72.53963798699066
+ --- Workload:  932881000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 452 in the X datas point
+--------------
+ --- Configuration:  020000-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11844664334.057436
+ --- Energy:  85.8782938267127
+ --- Workload:  1017200000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 300 in the X datas point
+--------------
+ --- Configuration:  000000-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12446800294.572485
+ --- Energy:  98.66502
+ --- Workload:  1228063800000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 301 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11473711646.565487
+ --- Energy:  115.13669
+ --- Workload:  1321045181000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 313 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11473711743.841167
+ --- Energy:  115.13669
+ --- Workload:  1321045192200.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 666 in the X datas point
+--------------
+ --- Configuration:  010000-3-2
+ --- Energy efficiency:  12860297304.353083
+ --- Energy:  72.53963798699066
+ --- Workload:  932881000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (98.66502 mAh)  is far from the median.
+---  Median :72.53963798699066,   the gap is :  10
+--- So yes we remove this configuration '000000-3-2'
+--- remove_aberrant_points: The value [0, 0, 0, 0, 0, 0, 0, 3.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 0, 0, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '000000-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000000-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 301 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11473711646.565487
+ --- Energy:  115.13669
+ --- Workload:  1321045181000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 313 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11473711743.841167
+ --- Energy:  115.13669
+ --- Workload:  1321045192200.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 758 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6028999487.535044
+ --- Energy:  12.654544813790569
+ --- Workload:  76294200000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 300 in the X datas point
+--------------
+ --- Configuration:  000000-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12446800294.572485
+ --- Energy:  98.66502
+ --- Workload:  1228063800000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 552 in the X datas point
+--------------
+ --- Configuration:  000110-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11259739674.818718
+ --- Energy:  74.8050514094236
+ --- Workload:  842285000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 612 in the X datas point
+--------------
+ --- Configuration:  100100-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11460109650.329136
+ --- Energy:  77.70891264945926
+ --- Workload:  890553000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 647 in the X datas point
+--------------
+ --- Configuration:  001100-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12879909016.32271
+ --- Energy:  72.82903936158382
+ --- Workload:  938032000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 666 in the X datas point
+--------------
+ --- Configuration:  010000-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12860297304.353083
+ --- Energy:  72.53963798699066
+ --- Workload:  932881000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 421 in the X datas point
+--------------
+ --- Configuration:  000022-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  79.5806220896002
+ --- Workload:  975425000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000000-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 758 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6028999487.535044
+ --- Energy:  12.654544813790569
+ --- Workload:  76294200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 666 in the X datas point
+--------------
+ --- Configuration:  010000-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12860297304.353083
+ --- Energy:  72.53963798699066
+ --- Workload:  932881000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 647 in the X datas point
+--------------
+ --- Configuration:  001100-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12879909016.32271
+ --- Energy:  72.82903936158382
+ --- Workload:  938032000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 552 in the X datas point
+--------------
+ --- Configuration:  000110-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11259739674.818718
+ --- Energy:  74.8050514094236
+ --- Workload:  842285000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 612 in the X datas point
+--------------
+ --- Configuration:  100100-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11460109650.329136
+ --- Energy:  77.70891264945926
+ --- Workload:  890553000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 421 in the X datas point
+--------------
+ --- Configuration:  000022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  79.5806220896002
+ --- Workload:  975425000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 300 in the X datas point
+--------------
+ --- Configuration:  000000-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12446800294.572485
+ --- Energy:  98.66502
+ --- Workload:  1228063800000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 301 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11473711646.565487
+ --- Energy:  115.13669
+ --- Workload:  1321045181000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 313 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11473711743.841167
+ --- Energy:  115.13669
+ --- Workload:  1321045192200.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 552 in the X datas point
+--------------
+ --- Configuration:  000110-3-3
+ --- Energy efficiency:  11259739674.818718
+ --- Energy:  74.8050514094236
+ --- Workload:  842285000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (115.13669 mAh)  is far from the median.
+---  Median :74.8050514094236,   the gap is :  10
+--- So yes we remove this configuration '000000-3-3'
+--- remove_aberrant_points: The value [0, 0, 0, 0, 0, 0, 0, 3.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 0, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '000000-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 278 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 302 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 279 in the X datas point
+--------------
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 220 in the X datas point
+--------------
+ --- Configuration:  010100-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  3292105202.513851
+ --- Energy:  23.5175293800191
+ --- Workload:  77422300000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 282 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  24.2773
+ --- Workload:  141737000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 513 in the X datas point
+--------------
+ --- Configuration:  010000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7423574302.555194
+ --- Energy:  27.86299512820046
+ --- Workload:  206843000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 278 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 302 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 279 in the X datas point
+--------------
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 220 in the X datas point
+--------------
+ --- Configuration:  010100-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  3292105202.513851
+ --- Energy:  23.5175293800191
+ --- Workload:  77422300000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 282 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  24.2773
+ --- Workload:  141737000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 513 in the X datas point
+--------------
+ --- Configuration:  010000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7423574302.555194
+ --- Energy:  27.86299512820046
+ --- Workload:  206843000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 282 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  24.2773
+ --- Workload:  141737000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (11.04773 mAh)  is far from the median.
+---  Median :24.2773,   the gap is :  10
+--- So yes we remove this configuration '000000-0-0'
+--- remove_aberrant_points: The value [0, 0, 0, 0, 0, 0, 0, 0.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '300000-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '300000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 281 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5492386746.144499
+ --- Energy:  29.19724
+ --- Workload:  160362534000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 303 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5492368456.744541
+ --- Energy:  29.19724
+ --- Workload:  160362000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 284 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 288 in the X datas point
+--------------
+ --- Configuration:  300000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10860100930.50205
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 304 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8725809067.483562
+ --- Energy:  38.59814
+ --- Workload:  336800000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 23 in the X datas point
+--------------
+ --- Configuration:  000300-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  1619850293.4358807
+ --- Energy:  22.60411372898465
+ --- Workload:  36615300000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 287 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 305 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '300000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 23 in the X datas point
+--------------
+ --- Configuration:  000300-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  1619850293.4358807
+ --- Energy:  22.60411372898465
+ --- Workload:  36615300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 281 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5492386746.144499
+ --- Energy:  29.19724
+ --- Workload:  160362534000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 303 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5492368456.744541
+ --- Energy:  29.19724
+ --- Workload:  160362000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 288 in the X datas point
+--------------
+ --- Configuration:  300000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10860100930.50205
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 284 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 304 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8725809067.483562
+ --- Energy:  38.59814
+ --- Workload:  336800000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 287 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 305 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 303 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Energy efficiency:  5492368456.744541
+ --- Energy:  29.19724
+ --- Workload:  160362000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (29.19724 mAh)  it is NOT far from the median.
+---  Median :29.19724,   the gap is :  10
+--- So No we don't romove this configuration '300000-0-0'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '330000-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 284 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 304 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8725809067.483562
+ --- Energy:  38.59814
+ --- Workload:  336800000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 281 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5492386746.144499
+ --- Energy:  29.19724
+ --- Workload:  160362534000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 287 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 303 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5492368456.744541
+ --- Energy:  29.19724
+ --- Workload:  160362000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 305 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 102 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 235 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10228912840.456577
+ --- Energy:  33.4145827544387
+ --- Workload:  341795000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 259 in the X datas point
+--------------
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 281 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5492386746.144499
+ --- Energy:  29.19724
+ --- Workload:  160362534000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 303 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5492368456.744541
+ --- Energy:  29.19724
+ --- Workload:  160362000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 235 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10228912840.456577
+ --- Energy:  33.4145827544387
+ --- Workload:  341795000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 102 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 284 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 304 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8725809067.483562
+ --- Energy:  38.59814
+ --- Workload:  336800000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 259 in the X datas point
+--------------
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 287 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 305 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 102 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (34.2448289317877 mAh)  it is NOT far from the median.
+---  Median :34.2448289317877,   the gap is :  10
+--- So No we don't romove this configuration '330000-0-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '333000-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 287 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 305 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 284 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 286 in the X datas point
+--------------
+ --- Configuration:  222000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12705257909.722488
+ --- Energy:  32.11143
+ --- Workload:  407984000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 304 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8725809067.483562
+ --- Energy:  38.59814
+ --- Workload:  336800000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 306 in the X datas point
+--------------
+ --- Configuration:  333300-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12877238669.53101
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 58 in the X datas point
+--------------
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 63 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 107 in the X datas point
+--------------
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 148 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10583914566.641617
+ --- Energy:  32.1859127423429
+ --- Workload:  340653000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 286 in the X datas point
+--------------
+ --- Configuration:  222000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12705257909.722488
+ --- Energy:  32.11143
+ --- Workload:  407984000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 148 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10583914566.641617
+ --- Energy:  32.1859127423429
+ --- Workload:  340653000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 63 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 58 in the X datas point
+--------------
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 284 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 304 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8725809067.483562
+ --- Energy:  38.59814
+ --- Workload:  336800000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 287 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 305 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 306 in the X datas point
+--------------
+ --- Configuration:  333300-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12877238669.53101
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 107 in the X datas point
+--------------
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 284 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (38.59814 mAh)  it is NOT far from the median.
+---  Median :38.59814,   the gap is :  10
+--- So No we don't romove this configuration '333000-0-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '333300-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333300-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 306 in the X datas point
+--------------
+ --- Configuration:  333300-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12877238669.53101
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 58 in the X datas point
+--------------
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 63 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 148 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10583914566.641617
+ --- Energy:  32.1859127423429
+ --- Workload:  340653000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 287 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 305 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 307 in the X datas point
+--------------
+ --- Configuration:  333330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16232147970.356508
+ --- Energy:  56.82057
+ --- Workload:  922319899999.9999
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 529 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10992187852.093517
+ --- Energy:  31.06062061477282
+ --- Workload:  341424000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 550 in the X datas point
+--------------
+ --- Configuration:  333303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11588412051.484997
+ --- Energy:  56.880158834189615
+ --- Workload:  659151000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 714 in the X datas point
+--------------
+ --- Configuration:  333303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11117855943.716965
+ --- Energy:  59.358545626680076
+ --- Workload:  659940000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333300-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 529 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10992187852.093517
+ --- Energy:  31.06062061477282
+ --- Workload:  341424000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 148 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10583914566.641617
+ --- Energy:  32.1859127423429
+ --- Workload:  340653000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 63 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 58 in the X datas point
+--------------
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 287 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 305 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 306 in the X datas point
+--------------
+ --- Configuration:  333300-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12877238669.53101
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 307 in the X datas point
+--------------
+ --- Configuration:  333330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16232147970.356508
+ --- Energy:  56.82057
+ --- Workload:  922319899999.9999
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 550 in the X datas point
+--------------
+ --- Configuration:  333303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11588412051.484997
+ --- Energy:  56.880158834189615
+ --- Workload:  659151000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 714 in the X datas point
+--------------
+ --- Configuration:  333303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11117855943.716965
+ --- Energy:  59.358545626680076
+ --- Workload:  659940000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 287 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (46.07778 mAh)  it is NOT far from the median.
+---  Median :46.07778,   the gap is :  10
+--- So No we don't romove this configuration '333300-0-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '333330-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333330-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 307 in the X datas point
+--------------
+ --- Configuration:  333330-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  16232147970.356508
+ --- Energy:  56.82057
+ --- Workload:  922319899999.9999
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 128 in the X datas point
+--------------
+ --- Configuration:  033330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6111684930.418467
+ --- Energy:  26.7184846004408
+ --- Workload:  163295000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 261 in the X datas point
+--------------
+ --- Configuration:  333330-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5609028291.9387045
+ --- Energy:  13.4893048354332
+ --- Workload:  75662100000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 273 in the X datas point
+--------------
+ --- Configuration:  330330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5536240228.535996
+ --- Energy:  13.8323700917135
+ --- Workload:  76579500000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 306 in the X datas point
+--------------
+ --- Configuration:  333300-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12877238669.53101
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 308 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 385 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12421881890.262611
+ --- Energy:  63.8914148004144
+ --- Workload:  793652000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 434 in the X datas point
+--------------
+ --- Configuration:  303330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5989960825.6562
+ --- Energy:  27.414270971275005
+ --- Workload:  164210000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 641 in the X datas point
+--------------
+ --- Configuration:  222220-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7320161921.981714
+ --- Energy:  28.31277417055063
+ --- Workload:  207254000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 58 in the X datas point
+--------------
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333330-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 261 in the X datas point
+--------------
+ --- Configuration:  333330-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5609028291.9387045
+ --- Energy:  13.4893048354332
+ --- Workload:  75662100000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 273 in the X datas point
+--------------
+ --- Configuration:  330330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5536240228.535996
+ --- Energy:  13.8323700917135
+ --- Workload:  76579500000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 128 in the X datas point
+--------------
+ --- Configuration:  033330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6111684930.418467
+ --- Energy:  26.7184846004408
+ --- Workload:  163295000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 434 in the X datas point
+--------------
+ --- Configuration:  303330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5989960825.6562
+ --- Energy:  27.414270971275005
+ --- Workload:  164210000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 641 in the X datas point
+--------------
+ --- Configuration:  222220-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7320161921.981714
+ --- Energy:  28.31277417055063
+ --- Workload:  207254000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 58 in the X datas point
+--------------
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 306 in the X datas point
+--------------
+ --- Configuration:  333300-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12877238669.53101
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 307 in the X datas point
+--------------
+ --- Configuration:  333330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16232147970.356508
+ --- Energy:  56.82057
+ --- Workload:  922319899999.9999
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 385 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12421881890.262611
+ --- Energy:  63.8914148004144
+ --- Workload:  793652000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 308 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 641 in the X datas point
+--------------
+ --- Configuration:  222220-0-0
+ --- Energy efficiency:  7320161921.981714
+ --- Energy:  28.31277417055063
+ --- Workload:  207254000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (56.82057 mAh)  is far from the median.
+---  Median :28.31277417055063,   the gap is :  10
+--- So yes we remove this configuration '333330-0-0'
+--- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '333333-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333333-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 308 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 385 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12421881890.262611
+ --- Energy:  63.8914148004144
+ --- Workload:  793652000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 107 in the X datas point
+--------------
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 170 in the X datas point
+--------------
+ --- Configuration:  330333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11461738424.790365
+ --- Energy:  57.5070787061249
+ --- Workload:  659131000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 180 in the X datas point
+--------------
+ --- Configuration:  333333-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14508144872.531439
+ --- Energy:  62.5618690617415
+ --- Workload:  907657000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 192 in the X datas point
+--------------
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 230 in the X datas point
+--------------
+ --- Configuration:  222222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14263788804.637444
+ --- Energy:  41.4528641815209
+ --- Workload:  591275000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 277 in the X datas point
+--------------
+ --- Configuration:  033333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10524354935.975086
+ --- Energy:  24.0280687781385
+ --- Workload:  252880000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 307 in the X datas point
+--------------
+ --- Configuration:  333330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16232147970.356508
+ --- Energy:  56.82057
+ --- Workload:  922319899999.9999
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 387 in the X datas point
+--------------
+ --- Configuration:  303333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11746671287.02404
+ --- Energy:  55.9889928704492
+ --- Workload:  657684000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333333-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 277 in the X datas point
+--------------
+ --- Configuration:  033333-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10524354935.975086
+ --- Energy:  24.0280687781385
+ --- Workload:  252880000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 230 in the X datas point
+--------------
+ --- Configuration:  222222-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14263788804.637444
+ --- Energy:  41.4528641815209
+ --- Workload:  591275000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 107 in the X datas point
+--------------
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 387 in the X datas point
+--------------
+ --- Configuration:  303333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11746671287.02404
+ --- Energy:  55.9889928704492
+ --- Workload:  657684000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 307 in the X datas point
+--------------
+ --- Configuration:  333330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16232147970.356508
+ --- Energy:  56.82057
+ --- Workload:  922319899999.9999
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 170 in the X datas point
+--------------
+ --- Configuration:  330333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11461738424.790365
+ --- Energy:  57.5070787061249
+ --- Workload:  659131000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 180 in the X datas point
+--------------
+ --- Configuration:  333333-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14508144872.531439
+ --- Energy:  62.5618690617415
+ --- Workload:  907657000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 385 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12421881890.262611
+ --- Energy:  63.8914148004144
+ --- Workload:  793652000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 308 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 192 in the X datas point
+--------------
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 307 in the X datas point
+--------------
+ --- Configuration:  333330-0-0
+ --- Energy efficiency:  16232147970.356508
+ --- Energy:  56.82057
+ --- Workload:  922319899999.9999
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (56.82057 mAh)  it is NOT far from the median.
+---  Median :56.82057,   the gap is :  10
+--- So No we don't romove this configuration '333333-0-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '333333-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333333-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 309 in the X datas point
+--------------
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 319 in the X datas point
+--------------
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14109387257.53018
+ --- Energy:  83.8569021514259
+ --- Workload:  1183170000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 476 in the X datas point
+--------------
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15954255957.319174
+ --- Energy:  64.94187940590403
+ --- Workload:  1036100000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 68 in the X datas point
+--------------
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 88 in the X datas point
+--------------
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 134 in the X datas point
+--------------
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 222 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 236 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 239 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 349 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14399200556.385109
+ --- Energy:  84.41510028409691
+ --- Workload:  1215510000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333333-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 88 in the X datas point
+--------------
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 476 in the X datas point
+--------------
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15954255957.319174
+ --- Energy:  64.94187940590403
+ --- Workload:  1036100000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 239 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 134 in the X datas point
+--------------
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 222 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 68 in the X datas point
+--------------
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 236 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 319 in the X datas point
+--------------
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14109387257.53018
+ --- Energy:  83.8569021514259
+ --- Workload:  1183170000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 349 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14399200556.385109
+ --- Energy:  84.41510028409691
+ --- Workload:  1215510000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 309 in the X datas point
+--------------
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 222 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (106.21078 mAh)  is far from the median.
+---  Median :71.5079965571832,   the gap is :  10
+--- So yes we remove this configuration '333333-3-0'
+--- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '333333-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333333-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 53 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 101 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 191 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 310 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  17270333243.662476
+ --- Energy:  123.82321
+ --- Workload:  2138468100000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 214 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 342 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 393 in the X datas point
+--------------
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15121089686.207148
+ --- Energy:  96.9268799133665
+ --- Workload:  1465640000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 503 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15380805677.362993
+ --- Energy:  101.44390963131458
+ --- Workload:  1560290000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333333-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 53 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 393 in the X datas point
+--------------
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15121089686.207148
+ --- Energy:  96.9268799133665
+ --- Workload:  1465640000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 342 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 191 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 503 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15380805677.362993
+ --- Energy:  101.44390963131458
+ --- Workload:  1560290000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 101 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 214 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 310 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17270333243.662476
+ --- Energy:  123.82321
+ --- Workload:  2138468100000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 342 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (123.82321 mAh)  is far from the median.
+---  Median :98.71806225531626,   the gap is :  10
+--- So yes we remove this configuration '333333-3-3'
+--- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 0, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '000000-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000000-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 295 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 312 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 477 in the X datas point
+--------------
+ --- Configuration:  000001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10565988294.998167
+ --- Energy:  47.261265478697936
+ --- Workload:  499362000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 522 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9980936411.454123
+ --- Energy:  38.269990495696405
+ --- Workload:  381971000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 526 in the X datas point
+--------------
+ --- Configuration:  100000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10074338544.11704
+ --- Energy:  55.34744693526562
+ --- Workload:  557589000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 532 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11081302407.634575
+ --- Energy:  60.484653752985835
+ --- Workload:  670249000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 596 in the X datas point
+--------------
+ --- Configuration:  001000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10540573301.781883
+ --- Energy:  49.31922940865544
+ --- Workload:  519853000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000000-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 522 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9980936411.454123
+ --- Energy:  38.269990495696405
+ --- Workload:  381971000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 477 in the X datas point
+--------------
+ --- Configuration:  000001-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10565988294.998167
+ --- Energy:  47.261265478697936
+ --- Workload:  499362000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 596 in the X datas point
+--------------
+ --- Configuration:  001000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10540573301.781883
+ --- Energy:  49.31922940865544
+ --- Workload:  519853000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 526 in the X datas point
+--------------
+ --- Configuration:  100000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10074338544.11704
+ --- Energy:  55.34744693526562
+ --- Workload:  557589000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 532 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11081302407.634575
+ --- Energy:  60.484653752985835
+ --- Workload:  670249000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 295 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 312 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 526 in the X datas point
+--------------
+ --- Configuration:  100000-3-0
+ --- Energy efficiency:  10074338544.11704
+ --- Energy:  55.34744693526562
+ --- Workload:  557589000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (66.8775 mAh)  is far from the median.
+---  Median :55.34744693526562,   the gap is :  10
+--- So yes we remove this configuration '000000-3-0'
+--- remove_aberrant_points: The value [0, 0, 0, 0, 0, 0, 0, 3.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 0, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '000000-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000000-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 295 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 312 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 477 in the X datas point
+--------------
+ --- Configuration:  000001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10565988294.998167
+ --- Energy:  47.261265478697936
+ --- Workload:  499362000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 522 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9980936411.454123
+ --- Energy:  38.269990495696405
+ --- Workload:  381971000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 526 in the X datas point
+--------------
+ --- Configuration:  100000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10074338544.11704
+ --- Energy:  55.34744693526562
+ --- Workload:  557589000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 532 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11081302407.634575
+ --- Energy:  60.484653752985835
+ --- Workload:  670249000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 596 in the X datas point
+--------------
+ --- Configuration:  001000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10540573301.781883
+ --- Energy:  49.31922940865544
+ --- Workload:  519853000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000000-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 522 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9980936411.454123
+ --- Energy:  38.269990495696405
+ --- Workload:  381971000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 477 in the X datas point
+--------------
+ --- Configuration:  000001-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10565988294.998167
+ --- Energy:  47.261265478697936
+ --- Workload:  499362000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 596 in the X datas point
+--------------
+ --- Configuration:  001000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10540573301.781883
+ --- Energy:  49.31922940865544
+ --- Workload:  519853000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 526 in the X datas point
+--------------
+ --- Configuration:  100000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10074338544.11704
+ --- Energy:  55.34744693526562
+ --- Workload:  557589000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 532 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11081302407.634575
+ --- Energy:  60.484653752985835
+ --- Workload:  670249000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 295 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 312 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 526 in the X datas point
+--------------
+ --- Configuration:  100000-3-0
+ --- Energy efficiency:  10074338544.11704
+ --- Energy:  55.34744693526562
+ --- Workload:  557589000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (77.6323 mAh)  is far from the median.
+---  Median :55.34744693526562,   the gap is :  10
+--- So yes we remove this configuration '000000-3-0'
+--- remove_aberrant_points: The value [0, 0, 0, 0, 0, 0, 0, 3.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 0, 0, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '000000-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000000-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 301 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11473711646.565487
+ --- Energy:  115.13669
+ --- Workload:  1321045181000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 313 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11473711743.841167
+ --- Energy:  115.13669
+ --- Workload:  1321045192200.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 758 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6028999487.535044
+ --- Energy:  12.654544813790569
+ --- Workload:  76294200000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 300 in the X datas point
+--------------
+ --- Configuration:  000000-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12446800294.572485
+ --- Energy:  98.66502
+ --- Workload:  1228063800000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 552 in the X datas point
+--------------
+ --- Configuration:  000110-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11259739674.818718
+ --- Energy:  74.8050514094236
+ --- Workload:  842285000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 612 in the X datas point
+--------------
+ --- Configuration:  100100-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11460109650.329136
+ --- Energy:  77.70891264945926
+ --- Workload:  890553000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 647 in the X datas point
+--------------
+ --- Configuration:  001100-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12879909016.32271
+ --- Energy:  72.82903936158382
+ --- Workload:  938032000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 666 in the X datas point
+--------------
+ --- Configuration:  010000-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12860297304.353083
+ --- Energy:  72.53963798699066
+ --- Workload:  932881000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 421 in the X datas point
+--------------
+ --- Configuration:  000022-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  79.5806220896002
+ --- Workload:  975425000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000000-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 758 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6028999487.535044
+ --- Energy:  12.654544813790569
+ --- Workload:  76294200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 666 in the X datas point
+--------------
+ --- Configuration:  010000-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12860297304.353083
+ --- Energy:  72.53963798699066
+ --- Workload:  932881000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 647 in the X datas point
+--------------
+ --- Configuration:  001100-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12879909016.32271
+ --- Energy:  72.82903936158382
+ --- Workload:  938032000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 552 in the X datas point
+--------------
+ --- Configuration:  000110-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11259739674.818718
+ --- Energy:  74.8050514094236
+ --- Workload:  842285000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 612 in the X datas point
+--------------
+ --- Configuration:  100100-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11460109650.329136
+ --- Energy:  77.70891264945926
+ --- Workload:  890553000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 421 in the X datas point
+--------------
+ --- Configuration:  000022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  79.5806220896002
+ --- Workload:  975425000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 300 in the X datas point
+--------------
+ --- Configuration:  000000-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12446800294.572485
+ --- Energy:  98.66502
+ --- Workload:  1228063800000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 301 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11473711646.565487
+ --- Energy:  115.13669
+ --- Workload:  1321045181000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 313 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11473711743.841167
+ --- Energy:  115.13669
+ --- Workload:  1321045192200.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 552 in the X datas point
+--------------
+ --- Configuration:  000110-3-3
+ --- Energy efficiency:  11259739674.818718
+ --- Energy:  74.8050514094236
+ --- Workload:  842285000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (115.13669 mAh)  is far from the median.
+---  Median :74.8050514094236,   the gap is :  10
+--- So yes we remove this configuration '000000-3-3'
+--- remove_aberrant_points: The value [0, 0, 0, 0, 0, 0, 0, 3.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '300000-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '300000-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 350 in the X datas point
+--------------
+ --- Configuration:  300300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10880623242.099306
+ --- Energy:  53.6505919747787
+ --- Workload:  583752000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 555 in the X datas point
+--------------
+ --- Configuration:  300000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11530208569.942822
+ --- Energy:  61.70736633784887
+ --- Workload:  711499000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 597 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10921477850.696844
+ --- Energy:  39.54493033100684
+ --- Workload:  431889000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 316 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13438400120.333483
+ --- Energy:  92.14393
+ --- Workload:  1238267000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 512 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11872339111.996523
+ --- Energy:  50.4557052793426
+ --- Workload:  599027000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '300000-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 597 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10921477850.696844
+ --- Energy:  39.54493033100684
+ --- Workload:  431889000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 512 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11872339111.996523
+ --- Energy:  50.4557052793426
+ --- Workload:  599027000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 350 in the X datas point
+--------------
+ --- Configuration:  300300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10880623242.099306
+ --- Energy:  53.6505919747787
+ --- Workload:  583752000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 555 in the X datas point
+--------------
+ --- Configuration:  300000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11530208569.942822
+ --- Energy:  61.70736633784887
+ --- Workload:  711499000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 316 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13438400120.333483
+ --- Energy:  92.14393
+ --- Workload:  1238267000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 350 in the X datas point
+--------------
+ --- Configuration:  300300-3-0
+ --- Energy efficiency:  10880623242.099306
+ --- Energy:  53.6505919747787
+ --- Workload:  583752000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (73.04875 mAh)  is far from the median.
+---  Median :53.6505919747787,   the gap is :  10
+--- So yes we remove this configuration '300000-3-0'
+--- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '330000-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330000-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 316 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13438400120.333483
+ --- Energy:  92.14393
+ --- Workload:  1238267000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 512 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11872339111.996523
+ --- Energy:  50.4557052793426
+ --- Workload:  599027000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 534 in the X datas point
+--------------
+ --- Configuration:  220000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10849423027.683388
+ --- Energy:  53.29091998643152
+ --- Workload:  578176000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 764 in the X datas point
+--------------
+ --- Configuration:  330030-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5810507722.1647625
+ --- Energy:  13.028609429521124
+ --- Workload:  75702900000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 25 in the X datas point
+--------------
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 112 in the X datas point
+--------------
+ --- Configuration:  330033-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12592000302.208008
+ --- Energy:  83.5387640803202
+ --- Workload:  1051920000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 171 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330000-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 764 in the X datas point
+--------------
+ --- Configuration:  330030-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5810507722.1647625
+ --- Energy:  13.028609429521124
+ --- Workload:  75702900000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 512 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11872339111.996523
+ --- Energy:  50.4557052793426
+ --- Workload:  599027000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 25 in the X datas point
+--------------
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 171 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 534 in the X datas point
+--------------
+ --- Configuration:  220000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10849423027.683388
+ --- Energy:  53.29091998643152
+ --- Workload:  578176000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 112 in the X datas point
+--------------
+ --- Configuration:  330033-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12592000302.208008
+ --- Energy:  83.5387640803202
+ --- Workload:  1051920000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 316 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13438400120.333483
+ --- Energy:  92.14393
+ --- Workload:  1238267000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 534 in the X datas point
+--------------
+ --- Configuration:  220000-3-0
+ --- Energy efficiency:  10849423027.683388
+ --- Energy:  53.29091998643152
+ --- Workload:  578176000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (79.00024 mAh)  is far from the median.
+---  Median :53.29091998643152,   the gap is :  10
+--- So yes we remove this configuration '330000-3-0'
+--- remove_aberrant_points: The value [2.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '333000-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333000-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 316 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13438400120.333483
+ --- Energy:  92.14393
+ --- Workload:  1238267000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 512 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11872339111.996523
+ --- Energy:  50.4557052793426
+ --- Workload:  599027000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 25 in the X datas point
+--------------
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 88 in the X datas point
+--------------
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 422 in the X datas point
+--------------
+ --- Configuration:  033000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 485 in the X datas point
+--------------
+ --- Configuration:  333003-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14748327170.99063
+ --- Energy:  71.45892509072699
+ --- Workload:  1053900000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 534 in the X datas point
+--------------
+ --- Configuration:  220000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10849423027.683388
+ --- Energy:  53.29091998643152
+ --- Workload:  578176000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333000-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 422 in the X datas point
+--------------
+ --- Configuration:  033000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 512 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11872339111.996523
+ --- Energy:  50.4557052793426
+ --- Workload:  599027000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 25 in the X datas point
+--------------
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 534 in the X datas point
+--------------
+ --- Configuration:  220000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10849423027.683388
+ --- Energy:  53.29091998643152
+ --- Workload:  578176000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 88 in the X datas point
+--------------
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 485 in the X datas point
+--------------
+ --- Configuration:  333003-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14748327170.99063
+ --- Energy:  71.45892509072699
+ --- Workload:  1053900000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 316 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13438400120.333483
+ --- Energy:  92.14393
+ --- Workload:  1238267000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 88 in the X datas point
+--------------
+ --- Configuration:  333330-3-0
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (92.14393 mAh)  is far from the median.
+---  Median :58.2884375590111,   the gap is :  10
+--- So yes we remove this configuration '333000-3-0'
+--- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 0, 0, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '300000-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '300000-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 317 in the X datas point
+--------------
+ --- Configuration:  300000-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13175045908.951681
+ --- Energy:  96.57158
+ --- Workload:  1272335000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 419 in the X datas point
+--------------
+ --- Configuration:  330000-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10983169391.224886
+ --- Energy:  83.68676450959153
+ --- Workload:  919146000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 686 in the X datas point
+--------------
+ --- Configuration:  300003-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12797379096.760984
+ --- Energy:  88.86270165652928
+ --- Workload:  1137210000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 133 in the X datas point
+--------------
+ --- Configuration:  303300-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12321431651.786486
+ --- Energy:  75.3849371705881
+ --- Workload:  928850000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 570 in the X datas point
+--------------
+ --- Configuration:  202000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  76.35579765249746
+ --- Workload:  935898000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 571 in the X datas point
+--------------
+ --- Configuration:  220000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13209690629.045467
+ --- Energy:  73.69017863100204
+ --- Workload:  973425000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 586 in the X datas point
+--------------
+ --- Configuration:  030000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11233026896.3596
+ --- Energy:  80.04278396859557
+ --- Workload:  899123000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 658 in the X datas point
+--------------
+ --- Configuration:  003000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12284333175.684391
+ --- Energy:  71.49261933404156
+ --- Workload:  878239000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 682 in the X datas point
+--------------
+ --- Configuration:  300000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13144404427.03541
+ --- Energy:  70.39204293589904
+ --- Workload:  925262000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 729 in the X datas point
+--------------
+ --- Configuration:  300000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12935790616.11877
+ --- Energy:  71.63108945590916
+ --- Workload:  926605000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '300000-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 682 in the X datas point
+--------------
+ --- Configuration:  300000-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13144404427.03541
+ --- Energy:  70.39204293589904
+ --- Workload:  925262000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 658 in the X datas point
+--------------
+ --- Configuration:  003000-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12284333175.684391
+ --- Energy:  71.49261933404156
+ --- Workload:  878239000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 729 in the X datas point
+--------------
+ --- Configuration:  300000-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12935790616.11877
+ --- Energy:  71.63108945590916
+ --- Workload:  926605000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 571 in the X datas point
+--------------
+ --- Configuration:  220000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13209690629.045467
+ --- Energy:  73.69017863100204
+ --- Workload:  973425000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 133 in the X datas point
+--------------
+ --- Configuration:  303300-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12321431651.786486
+ --- Energy:  75.3849371705881
+ --- Workload:  928850000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 570 in the X datas point
+--------------
+ --- Configuration:  202000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  76.35579765249746
+ --- Workload:  935898000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 586 in the X datas point
+--------------
+ --- Configuration:  030000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11233026896.3596
+ --- Energy:  80.04278396859557
+ --- Workload:  899123000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 419 in the X datas point
+--------------
+ --- Configuration:  330000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10983169391.224886
+ --- Energy:  83.68676450959153
+ --- Workload:  919146000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 686 in the X datas point
+--------------
+ --- Configuration:  300003-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12797379096.760984
+ --- Energy:  88.86270165652928
+ --- Workload:  1137210000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 317 in the X datas point
+--------------
+ --- Configuration:  300000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13175045908.951681
+ --- Energy:  96.57158
+ --- Workload:  1272335000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 133 in the X datas point
+--------------
+ --- Configuration:  303300-3-3
+ --- Energy efficiency:  12321431651.786486
+ --- Energy:  75.3849371705881
+ --- Workload:  928850000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (96.57158 mAh)  is far from the median.
+---  Median :75.3849371705881,   the gap is :  10
+--- So yes we remove this configuration '300000-3-3'
+--- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 0, 0, 3.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '330303-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330303-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 318 in the X datas point
+--------------
+ --- Configuration:  330303-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14023081992.960411
+ --- Energy:  66.12237864852598
+ --- Workload:  927239000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 150 in the X datas point
+--------------
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 514 in the X datas point
+--------------
+ --- Configuration:  330303-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13657246808.30142
+ --- Energy:  82.00779235048205
+ --- Workload:  1120000000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 581 in the X datas point
+--------------
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15557640279.352987
+ --- Energy:  50.470000516399516
+ --- Workload:  785194000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 92 in the X datas point
+--------------
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 126 in the X datas point
+--------------
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 160 in the X datas point
+--------------
+ --- Configuration:  333303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15150114913.62162
+ --- Energy:  74.9625159265616
+ --- Workload:  1135690000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 165 in the X datas point
+--------------
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 234 in the X datas point
+--------------
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330303-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 234 in the X datas point
+--------------
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 150 in the X datas point
+--------------
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 581 in the X datas point
+--------------
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15557640279.352987
+ --- Energy:  50.470000516399516
+ --- Workload:  785194000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 126 in the X datas point
+--------------
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 318 in the X datas point
+--------------
+ --- Configuration:  330303-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14023081992.960411
+ --- Energy:  66.12237864852598
+ --- Workload:  927239000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 160 in the X datas point
+--------------
+ --- Configuration:  333303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15150114913.62162
+ --- Energy:  74.9625159265616
+ --- Workload:  1135690000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 165 in the X datas point
+--------------
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 92 in the X datas point
+--------------
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 514 in the X datas point
+--------------
+ --- Configuration:  330303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13657246808.30142
+ --- Energy:  82.00779235048205
+ --- Workload:  1120000000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 318 in the X datas point
+--------------
+ --- Configuration:  330303-1-1
+ --- Energy efficiency:  14023081992.960411
+ --- Energy:  66.12237864852598
+ --- Workload:  927239000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (66.12237864852598 mAh)  it is NOT far from the median.
+---  Median :66.12237864852598,   the gap is :  10
+--- So No we don't romove this configuration '330303-1-1'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '333333-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333333-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 309 in the X datas point
+--------------
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 319 in the X datas point
+--------------
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14109387257.53018
+ --- Energy:  83.8569021514259
+ --- Workload:  1183170000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 476 in the X datas point
+--------------
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15954255957.319174
+ --- Energy:  64.94187940590403
+ --- Workload:  1036100000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 68 in the X datas point
+--------------
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 88 in the X datas point
+--------------
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 134 in the X datas point
+--------------
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 222 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 236 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 239 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 349 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14399200556.385109
+ --- Energy:  84.41510028409691
+ --- Workload:  1215510000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333333-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 88 in the X datas point
+--------------
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 476 in the X datas point
+--------------
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15954255957.319174
+ --- Energy:  64.94187940590403
+ --- Workload:  1036100000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 239 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 134 in the X datas point
+--------------
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 222 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 68 in the X datas point
+--------------
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 236 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 319 in the X datas point
+--------------
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14109387257.53018
+ --- Energy:  83.8569021514259
+ --- Workload:  1183170000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 349 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14399200556.385109
+ --- Energy:  84.41510028409691
+ --- Workload:  1215510000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 309 in the X datas point
+--------------
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 222 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (83.8569021514259 mAh)  is far from the median.
+---  Median :71.5079965571832,   the gap is :  10
+--- So yes we remove this configuration '333333-3-0'
+--- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 1, 0, 1, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '022202-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '022202-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 320 in the X datas point
+--------------
+ --- Configuration:  022202-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15067865666.964005
+ --- Energy:  86.55908372523825
+ --- Workload:  1304260000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 516 in the X datas point
+--------------
+ --- Configuration:  022202-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14984708105.378462
+ --- Energy:  87.20829086123818
+ --- Workload:  1306790000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 327 in the X datas point
+--------------
+ --- Configuration:  022202-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14427994927.116983
+ --- Energy:  91.64266045689709
+ --- Workload:  1322220000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 108 in the X datas point
+--------------
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 113 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 195 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14933352448.024466
+ --- Energy:  78.5356318543746
+ --- Workload:  1172800000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 197 in the X datas point
+--------------
+ --- Configuration:  001101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13985290271.692234
+ --- Energy:  73.251940060295
+ --- Workload:  1024450000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 252 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14598327031.722164
+ --- Energy:  75.2161891555095
+ --- Workload:  1098030000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 272 in the X datas point
+--------------
+ --- Configuration:  222202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 362 in the X datas point
+--------------
+ --- Configuration:  011111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14901908189.343645
+ --- Energy:  75.3366281487845
+ --- Workload:  1122660000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '022202-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 272 in the X datas point
+--------------
+ --- Configuration:  222202-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 108 in the X datas point
+--------------
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 113 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 197 in the X datas point
+--------------
+ --- Configuration:  001101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13985290271.692234
+ --- Energy:  73.251940060295
+ --- Workload:  1024450000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 252 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14598327031.722164
+ --- Energy:  75.2161891555095
+ --- Workload:  1098030000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 362 in the X datas point
+--------------
+ --- Configuration:  011111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14901908189.343645
+ --- Energy:  75.3366281487845
+ --- Workload:  1122660000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 195 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14933352448.024466
+ --- Energy:  78.5356318543746
+ --- Workload:  1172800000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 320 in the X datas point
+--------------
+ --- Configuration:  022202-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15067865666.964005
+ --- Energy:  86.55908372523825
+ --- Workload:  1304260000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 516 in the X datas point
+--------------
+ --- Configuration:  022202-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14984708105.378462
+ --- Energy:  87.20829086123818
+ --- Workload:  1306790000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 327 in the X datas point
+--------------
+ --- Configuration:  022202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14427994927.116983
+ --- Energy:  91.64266045689709
+ --- Workload:  1322220000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 252 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Energy efficiency:  14598327031.722164
+ --- Energy:  75.2161891555095
+ --- Workload:  1098030000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (86.55908372523825 mAh)  is far from the median.
+---  Median :75.2161891555095,   the gap is :  10
+--- So yes we remove this configuration '022202-2-2'
+--- remove_aberrant_points: The value [1.0, 0, 1, 1, 1, 0, 1, 2.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '100111-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '100111-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 321 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10662526762.942175
+ --- Energy:  31.96295936672102
+ --- Workload:  340806000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 616 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10481279386.887081
+ --- Energy:  32.55567293709175
+ --- Workload:  341225000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 702 in the X datas point
+--------------
+ --- Configuration:  100101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9662862719.709341
+ --- Energy:  30.72781519894828
+ --- Workload:  296920000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 54 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 90 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 167 in the X datas point
+--------------
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 172 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 211 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '100111-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 90 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 702 in the X datas point
+--------------
+ --- Configuration:  100101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9662862719.709341
+ --- Energy:  30.72781519894828
+ --- Workload:  296920000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 172 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 321 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10662526762.942175
+ --- Energy:  31.96295936672102
+ --- Workload:  340806000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 54 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 616 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10481279386.887081
+ --- Energy:  32.55567293709175
+ --- Workload:  341225000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 167 in the X datas point
+--------------
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 211 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 321 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Energy efficiency:  10662526762.942175
+ --- Energy:  31.96295936672102
+ --- Workload:  340806000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (31.96295936672102 mAh)  it is NOT far from the median.
+---  Median :31.96295936672102,   the gap is :  10
+--- So No we don't romove this configuration '100111-1-0'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '303033-3-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303033-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 322 in the X datas point
+--------------
+ --- Configuration:  303033-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13379358325.974688
+ --- Energy:  87.10137841468074
+ --- Workload:  1165360000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 72 in the X datas point
+--------------
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  75.96541207639095
+ --- Workload:  1164630000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 203 in the X datas point
+--------------
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14214479437.334045
+ --- Energy:  86.641218027865
+ --- Workload:  1231560000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 544 in the X datas point
+--------------
+ --- Configuration:  202022-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14733811592.85764
+ --- Energy:  72.31670560917817
+ --- Workload:  1065500000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 31 in the X datas point
+--------------
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 68 in the X datas point
+--------------
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 84 in the X datas point
+--------------
+ --- Configuration:  003333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712605724.190134
+ --- Energy:  82.9689480595376
+ --- Workload:  1137720000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 116 in the X datas point
+--------------
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 129 in the X datas point
+--------------
+ --- Configuration:  303033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14047528407.614323
+ --- Energy:  99.1199512733933
+ --- Workload:  1392390000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 135 in the X datas point
+--------------
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303033-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 544 in the X datas point
+--------------
+ --- Configuration:  202022-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14733811592.85764
+ --- Energy:  72.31670560917817
+ --- Workload:  1065500000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 68 in the X datas point
+--------------
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 72 in the X datas point
+--------------
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  75.96541207639095
+ --- Workload:  1164630000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 135 in the X datas point
+--------------
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 84 in the X datas point
+--------------
+ --- Configuration:  003333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712605724.190134
+ --- Energy:  82.9689480595376
+ --- Workload:  1137720000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 31 in the X datas point
+--------------
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 203 in the X datas point
+--------------
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14214479437.334045
+ --- Energy:  86.641218027865
+ --- Workload:  1231560000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 322 in the X datas point
+--------------
+ --- Configuration:  303033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13379358325.974688
+ --- Energy:  87.10137841468074
+ --- Workload:  1165360000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 116 in the X datas point
+--------------
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 129 in the X datas point
+--------------
+ --- Configuration:  303033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14047528407.614323
+ --- Energy:  99.1199512733933
+ --- Workload:  1392390000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 84 in the X datas point
+--------------
+ --- Configuration:  003333-3-1
+ --- Energy efficiency:  13712605724.190134
+ --- Energy:  82.9689480595376
+ --- Workload:  1137720000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (82.9689480595376 mAh)  it is NOT far from the median.
+---  Median :82.9689480595376,   the gap is :  10
+--- So No we don't romove this configuration '303033-3-1'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '101111-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101111-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 323 in the X datas point
+--------------
+ --- Configuration:  101111-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12292321232.772312
+ --- Energy:  77.79688045119694
+ --- Workload:  956304000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 140 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 247 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13225816264.315292
+ --- Energy:  70.9803740450458
+ --- Workload:  938774000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 253 in the X datas point
+--------------
+ --- Configuration:  101111-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12089851778.417196
+ --- Energy:  58.0655432702143
+ --- Workload:  702004000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 405 in the X datas point
+--------------
+ --- Configuration:  101101-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5642481111.794478
+ --- Energy:  13.362479905568
+ --- Workload:  75397700000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 406 in the X datas point
+--------------
+ --- Configuration:  202222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10660117090.726126
+ --- Energy:  17.65816139009
+ --- Workload:  188238000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 706 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13008417747.124165
+ --- Energy:  74.45417223065692
+ --- Workload:  968531000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 16 in the X datas point
+--------------
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 30 in the X datas point
+--------------
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 47 in the X datas point
+--------------
+ --- Configuration:  101110-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14166071691.655617
+ --- Energy:  71.25193400283615
+ --- Workload:  1009360000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101111-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 405 in the X datas point
+--------------
+ --- Configuration:  101101-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5642481111.794478
+ --- Energy:  13.362479905568
+ --- Workload:  75397700000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 406 in the X datas point
+--------------
+ --- Configuration:  202222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10660117090.726126
+ --- Energy:  17.65816139009
+ --- Workload:  188238000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 253 in the X datas point
+--------------
+ --- Configuration:  101111-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12089851778.417196
+ --- Energy:  58.0655432702143
+ --- Workload:  702004000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 247 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13225816264.315292
+ --- Energy:  70.9803740450458
+ --- Workload:  938774000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 140 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 47 in the X datas point
+--------------
+ --- Configuration:  101110-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14166071691.655617
+ --- Energy:  71.25193400283615
+ --- Workload:  1009360000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 706 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13008417747.124165
+ --- Energy:  74.45417223065692
+ --- Workload:  968531000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 323 in the X datas point
+--------------
+ --- Configuration:  101111-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12292321232.772312
+ --- Energy:  77.79688045119694
+ --- Workload:  956304000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 16 in the X datas point
+--------------
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 30 in the X datas point
+--------------
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 140 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (71.2294033945321 mAh)  it is NOT far from the median.
+---  Median :71.2294033945321,   the gap is :  10
+--- So No we don't romove this configuration '101111-1-3'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '002220-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '002220-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 324 in the X datas point
+--------------
+ --- Configuration:  002220-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13404268723.41766
+ --- Energy:  37.62672702026895
+ --- Workload:  504359000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 629 in the X datas point
+--------------
+ --- Configuration:  002220-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9568096140.230017
+ --- Energy:  30.98063125088282
+ --- Workload:  296427000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 106 in the X datas point
+--------------
+ --- Configuration:  011110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 275 in the X datas point
+--------------
+ --- Configuration:  022222-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10571673834.261526
+ --- Energy:  17.8136328789872
+ --- Workload:  188320000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 372 in the X datas point
+--------------
+ --- Configuration:  022220-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11478960786.722055
+ --- Energy:  33.8887834603504
+ --- Workload:  389008000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 431 in the X datas point
+--------------
+ --- Configuration:  003030-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11942166476.189112
+ --- Energy:  38.31727344984162
+ --- Workload:  457591000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 457 in the X datas point
+--------------
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13461287356.755075
+ --- Energy:  41.2112771905204
+ --- Workload:  554757000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 523 in the X datas point
+--------------
+ --- Configuration:  202220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14224386857.804495
+ --- Energy:  56.254266540548315
+ --- Workload:  800182000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 533 in the X datas point
+--------------
+ --- Configuration:  000110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12859238913.085691
+ --- Energy:  36.48721262882221
+ --- Workload:  469198000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 674 in the X datas point
+--------------
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13890586627.254442
+ --- Energy:  40.077884631026805
+ --- Workload:  556705000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '002220-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 275 in the X datas point
+--------------
+ --- Configuration:  022222-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10571673834.261526
+ --- Energy:  17.8136328789872
+ --- Workload:  188320000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 629 in the X datas point
+--------------
+ --- Configuration:  002220-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9568096140.230017
+ --- Energy:  30.98063125088282
+ --- Workload:  296427000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 372 in the X datas point
+--------------
+ --- Configuration:  022220-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11478960786.722055
+ --- Energy:  33.8887834603504
+ --- Workload:  389008000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 533 in the X datas point
+--------------
+ --- Configuration:  000110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12859238913.085691
+ --- Energy:  36.48721262882221
+ --- Workload:  469198000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 324 in the X datas point
+--------------
+ --- Configuration:  002220-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13404268723.41766
+ --- Energy:  37.62672702026895
+ --- Workload:  504359000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 431 in the X datas point
+--------------
+ --- Configuration:  003030-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11942166476.189112
+ --- Energy:  38.31727344984162
+ --- Workload:  457591000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 106 in the X datas point
+--------------
+ --- Configuration:  011110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 674 in the X datas point
+--------------
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13890586627.254442
+ --- Energy:  40.077884631026805
+ --- Workload:  556705000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 457 in the X datas point
+--------------
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13461287356.755075
+ --- Energy:  41.2112771905204
+ --- Workload:  554757000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 523 in the X datas point
+--------------
+ --- Configuration:  202220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14224386857.804495
+ --- Energy:  56.254266540548315
+ --- Workload:  800182000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 324 in the X datas point
+--------------
+ --- Configuration:  002220-1-1
+ --- Energy efficiency:  13404268723.41766
+ --- Energy:  37.62672702026895
+ --- Workload:  504359000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (37.62672702026895 mAh)  it is NOT far from the median.
+---  Median :37.62672702026895,   the gap is :  10
+--- So No we don't romove this configuration '002220-1-1'
+ --- remove_aberrant_points: The value [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '111110-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111110-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 325 in the X datas point
+--------------
+ --- Configuration:  111110-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14911863431.18995
+ --- Energy:  40.707805921643576
+ --- Workload:  607029000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 5 in the X datas point
+--------------
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 89 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 106 in the X datas point
+--------------
+ --- Configuration:  011110-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 141 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 341 in the X datas point
+--------------
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16077609838.211012
+ --- Energy:  40.36593190681932
+ --- Workload:  648988000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 353 in the X datas point
+--------------
+ --- Configuration:  111110-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14286387786.85281
+ --- Energy:  59.8357473888033
+ --- Workload:  854837000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 417 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11201155959.295
+ --- Energy:  34.4916252352497
+ --- Workload:  386346000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 490 in the X datas point
+--------------
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929324771.852247
+ --- Energy:  40.838573735993684
+ --- Workload:  650531000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 721 in the X datas point
+--------------
+ --- Configuration:  111010-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13671885681.160686
+ --- Energy:  40.784636165372405
+ --- Workload:  557603000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111110-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 89 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 141 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 417 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11201155959.295
+ --- Energy:  34.4916252352497
+ --- Workload:  386346000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 106 in the X datas point
+--------------
+ --- Configuration:  011110-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 341 in the X datas point
+--------------
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16077609838.211012
+ --- Energy:  40.36593190681932
+ --- Workload:  648988000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 325 in the X datas point
+--------------
+ --- Configuration:  111110-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14911863431.18995
+ --- Energy:  40.707805921643576
+ --- Workload:  607029000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 721 in the X datas point
+--------------
+ --- Configuration:  111010-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13671885681.160686
+ --- Energy:  40.784636165372405
+ --- Workload:  557603000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 490 in the X datas point
+--------------
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929324771.852247
+ --- Energy:  40.838573735993684
+ --- Workload:  650531000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 353 in the X datas point
+--------------
+ --- Configuration:  111110-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14286387786.85281
+ --- Energy:  59.8357473888033
+ --- Workload:  854837000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 5 in the X datas point
+--------------
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 341 in the X datas point
+--------------
+ --- Configuration:  111111-1-1
+ --- Energy efficiency:  16077609838.211012
+ --- Energy:  40.36593190681932
+ --- Workload:  648988000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (40.36593190681932 mAh)  it is NOT far from the median.
+---  Median :40.36593190681932,   the gap is :  10
+--- So No we don't romove this configuration '111110-1-1'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '220222-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220222-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 326 in the X datas point
+--------------
+ --- Configuration:  220222-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14253216951.065857
+ --- Energy:  99.56004804973213
+ --- Workload:  1419050000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 226 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 263 in the X datas point
+--------------
+ --- Configuration:  110111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5358769626.493757
+ --- Energy:  14.0838858431668
+ --- Workload:  75472200000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 342 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 399 in the X datas point
+--------------
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13410884005.240973
+ --- Energy:  109.874202798205
+ --- Workload:  1473510000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 458 in the X datas point
+--------------
+ --- Configuration:  220022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13202208993.60881
+ --- Energy:  95.35824625251036
+ --- Workload:  1258940000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 471 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14772139744.44198
+ --- Energy:  98.66003637723567
+ --- Workload:  1457420000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 548 in the X datas point
+--------------
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14753135779.009829
+ --- Energy:  97.4477993087831
+ --- Workload:  1437660000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 9 in the X datas point
+--------------
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220222-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 263 in the X datas point
+--------------
+ --- Configuration:  110111-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5358769626.493757
+ --- Energy:  14.0838858431668
+ --- Workload:  75472200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 9 in the X datas point
+--------------
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 458 in the X datas point
+--------------
+ --- Configuration:  220022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13202208993.60881
+ --- Energy:  95.35824625251036
+ --- Workload:  1258940000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 548 in the X datas point
+--------------
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14753135779.009829
+ --- Energy:  97.4477993087831
+ --- Workload:  1437660000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 226 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 471 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14772139744.44198
+ --- Energy:  98.66003637723567
+ --- Workload:  1457420000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 342 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 326 in the X datas point
+--------------
+ --- Configuration:  220222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14253216951.065857
+ --- Energy:  99.56004804973213
+ --- Workload:  1419050000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 399 in the X datas point
+--------------
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13410884005.240973
+ --- Energy:  109.874202798205
+ --- Workload:  1473510000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 548 in the X datas point
+--------------
+ --- Configuration:  220222-2-3
+ --- Energy efficiency:  14753135779.009829
+ --- Energy:  97.4477993087831
+ --- Workload:  1437660000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (97.4477993087831 mAh)  it is NOT far from the median.
+---  Median :97.4477993087831,   the gap is :  10
+--- So No we don't romove this configuration '220222-3-3'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '022202-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '022202-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 327 in the X datas point
+--------------
+ --- Configuration:  022202-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14427994927.116983
+ --- Energy:  91.64266045689709
+ --- Workload:  1322220000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 320 in the X datas point
+--------------
+ --- Configuration:  022202-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15067865666.964005
+ --- Energy:  86.55908372523825
+ --- Workload:  1304260000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 410 in the X datas point
+--------------
+ --- Configuration:  022002-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13145579404.557837
+ --- Energy:  93.70148281455602
+ --- Workload:  1231760000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 507 in the X datas point
+--------------
+ --- Configuration:  022222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14938304801.171164
+ --- Energy:  95.11984019839312
+ --- Workload:  1420930000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 516 in the X datas point
+--------------
+ --- Configuration:  022202-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14984708105.378462
+ --- Energy:  87.20829086123818
+ --- Workload:  1306790000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 28 in the X datas point
+--------------
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 74 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 98 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 158 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 202 in the X datas point
+--------------
+ --- Configuration:  111101-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12740395334.46723
+ --- Energy:  93.4131245697236
+ --- Workload:  1190120000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '022202-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 158 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 74 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 320 in the X datas point
+--------------
+ --- Configuration:  022202-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15067865666.964005
+ --- Energy:  86.55908372523825
+ --- Workload:  1304260000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 516 in the X datas point
+--------------
+ --- Configuration:  022202-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14984708105.378462
+ --- Energy:  87.20829086123818
+ --- Workload:  1306790000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 327 in the X datas point
+--------------
+ --- Configuration:  022202-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14427994927.116983
+ --- Energy:  91.64266045689709
+ --- Workload:  1322220000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 28 in the X datas point
+--------------
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 202 in the X datas point
+--------------
+ --- Configuration:  111101-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12740395334.46723
+ --- Energy:  93.4131245697236
+ --- Workload:  1190120000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 410 in the X datas point
+--------------
+ --- Configuration:  022002-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13145579404.557837
+ --- Energy:  93.70148281455602
+ --- Workload:  1231760000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 507 in the X datas point
+--------------
+ --- Configuration:  022222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14938304801.171164
+ --- Energy:  95.11984019839312
+ --- Workload:  1420930000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 98 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 327 in the X datas point
+--------------
+ --- Configuration:  022202-2-3
+ --- Energy efficiency:  14427994927.116983
+ --- Energy:  91.64266045689709
+ --- Workload:  1322220000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (91.64266045689709 mAh)  it is NOT far from the median.
+---  Median :91.64266045689709,   the gap is :  10
+--- So No we don't romove this configuration '022202-2-3'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0]
+--- Computing the list of the 10 first neighbours of '000100-0-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000100-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 328 in the X datas point
+--------------
+ --- Configuration:  000100-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10298586930.887213
+ --- Energy:  49.6365268588524
+ --- Workload:  511186000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 120 in the X datas point
+--------------
+ --- Configuration:  100110-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11691120593.908926
+ --- Energy:  51.630790443296
+ --- Workload:  603622000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 123 in the X datas point
+--------------
+ --- Configuration:  010110-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11607229911.367193
+ --- Energy:  52.6902862777189
+ --- Workload:  611588000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 157 in the X datas point
+--------------
+ --- Configuration:  100000-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10075333266.836134
+ --- Energy:  50.7096930689716
+ --- Workload:  510917000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 296 in the X datas point
+--------------
+ --- Configuration:  000000-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 408 in the X datas point
+--------------
+ --- Configuration:  000000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16089483270.155294
+ --- Energy:  39.92204534168386
+ --- Workload:  642325000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 66 in the X datas point
+--------------
+ --- Configuration:  101101-0-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11969296360.974827
+ --- Energy:  55.14950525765903
+ --- Workload:  660101000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 346 in the X datas point
+--------------
+ --- Configuration:  011101-0-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12422560861.231298
+ --- Energy:  53.13375305902614
+ --- Workload:  660057000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 371 in the X datas point
+--------------
+ --- Configuration:  000222-0-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12894540709.354473
+ --- Energy:  60.6815823315127
+ --- Workload:  782461000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000100-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 408 in the X datas point
+--------------
+ --- Configuration:  000000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16089483270.155294
+ --- Energy:  39.92204534168386
+ --- Workload:  642325000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 328 in the X datas point
+--------------
+ --- Configuration:  000100-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10298586930.887213
+ --- Energy:  49.6365268588524
+ --- Workload:  511186000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 157 in the X datas point
+--------------
+ --- Configuration:  100000-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10075333266.836134
+ --- Energy:  50.7096930689716
+ --- Workload:  510917000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 120 in the X datas point
+--------------
+ --- Configuration:  100110-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11691120593.908926
+ --- Energy:  51.630790443296
+ --- Workload:  603622000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 123 in the X datas point
+--------------
+ --- Configuration:  010110-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11607229911.367193
+ --- Energy:  52.6902862777189
+ --- Workload:  611588000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 346 in the X datas point
+--------------
+ --- Configuration:  011101-0-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12422560861.231298
+ --- Energy:  53.13375305902614
+ --- Workload:  660057000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 66 in the X datas point
+--------------
+ --- Configuration:  101101-0-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11969296360.974827
+ --- Energy:  55.14950525765903
+ --- Workload:  660101000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 371 in the X datas point
+--------------
+ --- Configuration:  000222-0-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12894540709.354473
+ --- Energy:  60.6815823315127
+ --- Workload:  782461000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 296 in the X datas point
+--------------
+ --- Configuration:  000000-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 120 in the X datas point
+--------------
+ --- Configuration:  100110-0-2
+ --- Energy efficiency:  11691120593.908926
+ --- Energy:  51.630790443296
+ --- Workload:  603622000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (51.630790443296 mAh)  it is NOT far from the median.
+---  Median :51.630790443296,   the gap is :  10
+--- So No we don't romove this configuration '000100-0-2'
+ --- remove_aberrant_points: The value [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '011001-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011001-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 329 in the X datas point
+--------------
+ --- Configuration:  011001-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13549235890.841936
+ --- Energy:  55.62139896793428
+ --- Workload:  753627000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 551 in the X datas point
+--------------
+ --- Configuration:  011001-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12797903191.541098
+ --- Energy:  64.71265249480714
+ --- Workload:  828186000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 27 in the X datas point
+--------------
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 100 in the X datas point
+--------------
+ --- Configuration:  011010-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 212 in the X datas point
+--------------
+ --- Configuration:  011111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 228 in the X datas point
+--------------
+ --- Configuration:  111001-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14359934633.577549
+ --- Energy:  74.8645087621987
+ --- Workload:  1075050000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 446 in the X datas point
+--------------
+ --- Configuration:  011000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11398700320.189491
+ --- Energy:  41.92258529337472
+ --- Workload:  477863000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 633 in the X datas point
+--------------
+ --- Configuration:  011000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13654169915.221258
+ --- Energy:  71.4589837097857
+ --- Workload:  975713000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 648 in the X datas point
+--------------
+ --- Configuration:  022002-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14232302487.66415
+ --- Energy:  64.65330182509297
+ --- Workload:  920166000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 672 in the X datas point
+--------------
+ --- Configuration:  011011-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14338623807.5642
+ --- Energy:  74.73239429974956
+ --- Workload:  1071560000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011001-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 446 in the X datas point
+--------------
+ --- Configuration:  011000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11398700320.189491
+ --- Energy:  41.92258529337472
+ --- Workload:  477863000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 100 in the X datas point
+--------------
+ --- Configuration:  011010-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 212 in the X datas point
+--------------
+ --- Configuration:  011111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 329 in the X datas point
+--------------
+ --- Configuration:  011001-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13549235890.841936
+ --- Energy:  55.62139896793428
+ --- Workload:  753627000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 27 in the X datas point
+--------------
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 648 in the X datas point
+--------------
+ --- Configuration:  022002-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14232302487.66415
+ --- Energy:  64.65330182509297
+ --- Workload:  920166000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 551 in the X datas point
+--------------
+ --- Configuration:  011001-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12797903191.541098
+ --- Energy:  64.71265249480714
+ --- Workload:  828186000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 633 in the X datas point
+--------------
+ --- Configuration:  011000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13654169915.221258
+ --- Energy:  71.4589837097857
+ --- Workload:  975713000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 672 in the X datas point
+--------------
+ --- Configuration:  011011-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14338623807.5642
+ --- Energy:  74.73239429974956
+ --- Workload:  1071560000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 228 in the X datas point
+--------------
+ --- Configuration:  111001-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14359934633.577549
+ --- Energy:  74.8645087621987
+ --- Workload:  1075050000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 27 in the X datas point
+--------------
+ --- Configuration:  111011-2-1
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (58.70580259207987 mAh)  it is NOT far from the median.
+---  Median :58.70580259207987,   the gap is :  10
+--- So No we don't romove this configuration '011001-2-1'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '222222-3-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222222-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 24 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 240 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15595928215.061611
+ --- Energy:  95.9288937521245
+ --- Workload:  1496100000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 330 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15386698506.874779
+ --- Energy:  100.44256053548322
+ --- Workload:  1545480000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 214 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 226 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 251 in the X datas point
+--------------
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 272 in the X datas point
+--------------
+ --- Configuration:  222202-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 342 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222222-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 272 in the X datas point
+--------------
+ --- Configuration:  222202-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 251 in the X datas point
+--------------
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 240 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15595928215.061611
+ --- Energy:  95.9288937521245
+ --- Workload:  1496100000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 226 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 342 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 330 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15386698506.874779
+ --- Energy:  100.44256053548322
+ --- Workload:  1545480000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 24 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 214 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (97.28797445994333 mAh)  it is NOT far from the median.
+---  Median :97.28797445994333,   the gap is :  10
+--- So No we don't romove this configuration '222222-3-2'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '220202-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220202-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 331 in the X datas point
+--------------
+ --- Configuration:  220202-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14568255189.2125
+ --- Energy:  91.04108716316011
+ --- Workload:  1326310000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 399 in the X datas point
+--------------
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13410884005.240973
+ --- Energy:  109.874202798205
+ --- Workload:  1473510000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 548 in the X datas point
+--------------
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14753135779.009829
+ --- Energy:  97.4477993087831
+ --- Workload:  1437660000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 28 in the X datas point
+--------------
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 51 in the X datas point
+--------------
+ --- Configuration:  200222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14594342940.789293
+ --- Energy:  80.17631322756387
+ --- Workload:  1170120000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 74 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 98 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 158 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 165 in the X datas point
+--------------
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220202-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 165 in the X datas point
+--------------
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 51 in the X datas point
+--------------
+ --- Configuration:  200222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14594342940.789293
+ --- Energy:  80.17631322756387
+ --- Workload:  1170120000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 158 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 74 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 331 in the X datas point
+--------------
+ --- Configuration:  220202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14568255189.2125
+ --- Energy:  91.04108716316011
+ --- Workload:  1326310000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 28 in the X datas point
+--------------
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 548 in the X datas point
+--------------
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14753135779.009829
+ --- Energy:  97.4477993087831
+ --- Workload:  1437660000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 98 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 399 in the X datas point
+--------------
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13410884005.240973
+ --- Energy:  109.874202798205
+ --- Workload:  1473510000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (88.45960297015073 mAh)  it is NOT far from the median.
+---  Median :88.45960297015073,   the gap is :  10
+--- So No we don't romove this configuration '220202-2-3'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '222222-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222222-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 332 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 475 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14914131885.668266
+ --- Energy:  85.92125075504671
+ --- Workload:  1281440000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 494 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14522366622.954342
+ --- Energy:  89.21276593255729
+ --- Workload:  1295580000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 74 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 98 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 99 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 140 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 158 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 185 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 232 in the X datas point
+--------------
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222222-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 140 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 232 in the X datas point
+--------------
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 158 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 74 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 332 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 475 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14914131885.668266
+ --- Energy:  85.92125075504671
+ --- Workload:  1281440000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 494 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522366622.954342
+ --- Energy:  89.21276593255729
+ --- Workload:  1295580000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 99 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 185 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 98 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 332 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (85.86709418709174 mAh)  it is NOT far from the median.
+---  Median :85.86709418709174,   the gap is :  10
+--- So No we don't romove this configuration '222222-1-3'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '011111-3-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011111-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 333 in the X datas point
+--------------
+ --- Configuration:  011111-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13434937285.712751
+ --- Energy:  68.27709347003412
+ --- Workload:  917298000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 59 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 71 in the X datas point
+--------------
+ --- Configuration:  011111-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14151777817.088272
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 97 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 109 in the X datas point
+--------------
+ --- Configuration:  011110-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11878826466.975676
+ --- Energy:  79.1921814190437
+ --- Workload:  940710000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 212 in the X datas point
+--------------
+ --- Configuration:  011111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 543 in the X datas point
+--------------
+ --- Configuration:  022222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15333190223.557913
+ --- Energy:  75.06196238428772
+ --- Workload:  1150940000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 118 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 198 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011111-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 212 in the X datas point
+--------------
+ --- Configuration:  011111-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 118 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 198 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 59 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 333 in the X datas point
+--------------
+ --- Configuration:  011111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13434937285.712751
+ --- Energy:  68.27709347003412
+ --- Workload:  917298000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 97 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 543 in the X datas point
+--------------
+ --- Configuration:  022222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15333190223.557913
+ --- Energy:  75.06196238428772
+ --- Workload:  1150940000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 109 in the X datas point
+--------------
+ --- Configuration:  011110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11878826466.975676
+ --- Energy:  79.1921814190437
+ --- Workload:  940710000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 71 in the X datas point
+--------------
+ --- Configuration:  011111-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14151777817.088272
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 59 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (67.49357382359369 mAh)  it is NOT far from the median.
+---  Median :67.49357382359369,   the gap is :  10
+--- So No we don't romove this configuration '011111-3-1'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '333300-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333300-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 334 in the X datas point
+--------------
+ --- Configuration:  333300-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14628566078.695833
+ --- Energy:  73.5143630448687
+ --- Workload:  1075410000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 121 in the X datas point
+--------------
+ --- Configuration:  333300-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 224 in the X datas point
+--------------
+ --- Configuration:  303300-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13967533864.285854
+ --- Energy:  72.5489714103032
+ --- Workload:  1013330000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 715 in the X datas point
+--------------
+ --- Configuration:  333303-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14664670316.214285
+ --- Energy:  99.6674290491051
+ --- Workload:  1461590000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 717 in the X datas point
+--------------
+ --- Configuration:  333300-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12977490542.653767
+ --- Energy:  88.00551228316039
+ --- Workload:  1142090000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 117 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 160 in the X datas point
+--------------
+ --- Configuration:  333303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15150114913.62162
+ --- Energy:  74.9625159265616
+ --- Workload:  1135690000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 168 in the X datas point
+--------------
+ --- Configuration:  033300-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13694709322.947266
+ --- Energy:  55.1474477747145
+ --- Workload:  755228000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 234 in the X datas point
+--------------
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333300-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 234 in the X datas point
+--------------
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 168 in the X datas point
+--------------
+ --- Configuration:  033300-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13694709322.947266
+ --- Energy:  55.1474477747145
+ --- Workload:  755228000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 121 in the X datas point
+--------------
+ --- Configuration:  333300-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 224 in the X datas point
+--------------
+ --- Configuration:  303300-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13967533864.285854
+ --- Energy:  72.5489714103032
+ --- Workload:  1013330000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 334 in the X datas point
+--------------
+ --- Configuration:  333300-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14628566078.695833
+ --- Energy:  73.5143630448687
+ --- Workload:  1075410000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 160 in the X datas point
+--------------
+ --- Configuration:  333303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15150114913.62162
+ --- Energy:  74.9625159265616
+ --- Workload:  1135690000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 717 in the X datas point
+--------------
+ --- Configuration:  333300-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12977490542.653767
+ --- Energy:  88.00551228316039
+ --- Workload:  1142090000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 715 in the X datas point
+--------------
+ --- Configuration:  333303-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14664670316.214285
+ --- Energy:  99.6674290491051
+ --- Workload:  1461590000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 117 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 334 in the X datas point
+--------------
+ --- Configuration:  333300-2-2
+ --- Energy efficiency:  14628566078.695833
+ --- Energy:  73.5143630448687
+ --- Workload:  1075410000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (73.5143630448687 mAh)  it is NOT far from the median.
+---  Median :73.5143630448687,   the gap is :  10
+--- So No we don't romove this configuration '333300-2-2'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0]
+--- Computing the list of the 10 first neighbours of '333030-0-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333030-0-1'
+--- Neighbour  0 in the list of neghbours, And at position 335 in the X datas point
+--------------
+ --- Configuration:  333030-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11193557883.566849
+ --- Energy:  34.531211142434685
+ --- Workload:  386527000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 14 in the X datas point
+--------------
+ --- Configuration:  333030-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 102 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 235 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10228912840.456577
+ --- Energy:  33.4145827544387
+ --- Workload:  341795000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 43 in the X datas point
+--------------
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 58 in the X datas point
+--------------
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 64 in the X datas point
+--------------
+ --- Configuration:  220020-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10312116840.40865
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 77 in the X datas point
+--------------
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14045358079.381556
+ --- Energy:  70.47402905804368
+ --- Workload:  989833000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 107 in the X datas point
+--------------
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 166 in the X datas point
+--------------
+ --- Configuration:  222220-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11742671105.396345
+ --- Energy:  36.9581904467489
+ --- Workload:  433988000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333030-0-1'
+--- Neighbour  0 in the list of neghbours, And at position 64 in the X datas point
+--------------
+ --- Configuration:  220020-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10312116840.40865
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 235 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10228912840.456577
+ --- Energy:  33.4145827544387
+ --- Workload:  341795000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 102 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 335 in the X datas point
+--------------
+ --- Configuration:  333030-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11193557883.566849
+ --- Energy:  34.531211142434685
+ --- Workload:  386527000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 58 in the X datas point
+--------------
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 166 in the X datas point
+--------------
+ --- Configuration:  222220-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11742671105.396345
+ --- Energy:  36.9581904467489
+ --- Workload:  433988000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 14 in the X datas point
+--------------
+ --- Configuration:  333030-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 107 in the X datas point
+--------------
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 77 in the X datas point
+--------------
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14045358079.381556
+ --- Energy:  70.47402905804368
+ --- Workload:  989833000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 43 in the X datas point
+--------------
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 58 in the X datas point
+--------------
+ --- Configuration:  333300-0-1
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (35.64181472293627 mAh)  it is NOT far from the median.
+---  Median :35.64181472293627,   the gap is :  10
+--- So No we don't romove this configuration '333030-0-1'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '030333-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '030333-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 336 in the X datas point
+--------------
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14193940322.997305
+ --- Energy:  98.08558334376599
+ --- Workload:  1392220000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 665 in the X datas point
+--------------
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14846663657.742832
+ --- Energy:  77.43016666098337
+ --- Workload:  1149580000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 17 in the X datas point
+--------------
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 32 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 382 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15099786942.006248
+ --- Energy:  97.0033907151468
+ --- Workload:  1464730000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 592 in the X datas point
+--------------
+ --- Configuration:  020222-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14904373539.371391
+ --- Energy:  87.53002178089183
+ --- Workload:  1304580000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 117 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 156 in the X datas point
+--------------
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 187 in the X datas point
+--------------
+ --- Configuration:  033033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14361976380.293646
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 190 in the X datas point
+--------------
+ --- Configuration:  030033-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13852123045.63859
+ --- Energy:  89.776899533513
+ --- Workload:  1243600000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '030333-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 665 in the X datas point
+--------------
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14846663657.742832
+ --- Energy:  77.43016666098337
+ --- Workload:  1149580000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 156 in the X datas point
+--------------
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 592 in the X datas point
+--------------
+ --- Configuration:  020222-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14904373539.371391
+ --- Energy:  87.53002178089183
+ --- Workload:  1304580000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 190 in the X datas point
+--------------
+ --- Configuration:  030033-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13852123045.63859
+ --- Energy:  89.776899533513
+ --- Workload:  1243600000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 32 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 17 in the X datas point
+--------------
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 187 in the X datas point
+--------------
+ --- Configuration:  033033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14361976380.293646
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 382 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15099786942.006248
+ --- Energy:  97.0033907151468
+ --- Workload:  1464730000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 336 in the X datas point
+--------------
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193940322.997305
+ --- Energy:  98.08558334376599
+ --- Workload:  1392220000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 117 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 32 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (89.99138924115384 mAh)  it is NOT far from the median.
+---  Median :89.99138924115384,   the gap is :  10
+--- So No we don't romove this configuration '030333-2-2'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '001011-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '001011-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 337 in the X datas point
+--------------
+ --- Configuration:  001011-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9632519385.445263
+ --- Energy:  30.734807722364668
+ --- Workload:  296054000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 218 in the X datas point
+--------------
+ --- Configuration:  011011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 442 in the X datas point
+--------------
+ --- Configuration:  101011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10229007008.915602
+ --- Energy:  33.39150595873643
+ --- Workload:  341562000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 448 in the X datas point
+--------------
+ --- Configuration:  001011-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11898288669.140718
+ --- Energy:  44.48907436947681
+ --- Workload:  529344000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 524 in the X datas point
+--------------
+ --- Configuration:  001010-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8465178488.288426
+ --- Energy:  29.660392939079458
+ --- Workload:  251081000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 537 in the X datas point
+--------------
+ --- Configuration:  001010-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8558932529.934866
+ --- Energy:  29.331584322088812
+ --- Workload:  251046000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 610 in the X datas point
+--------------
+ --- Configuration:  001111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10299849210.207561
+ --- Energy:  33.008552866909774
+ --- Workload:  339983000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 40 in the X datas point
+--------------
+ --- Configuration:  000011-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11067652130.41236
+ --- Energy:  41.81970183069355
+ --- Workload:  462846000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 208 in the X datas point
+--------------
+ --- Configuration:  111011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11532602089.476847
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '001011-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 537 in the X datas point
+--------------
+ --- Configuration:  001010-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8558932529.934866
+ --- Energy:  29.331584322088812
+ --- Workload:  251046000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 524 in the X datas point
+--------------
+ --- Configuration:  001010-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8465178488.288426
+ --- Energy:  29.660392939079458
+ --- Workload:  251081000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 337 in the X datas point
+--------------
+ --- Configuration:  001011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9632519385.445263
+ --- Energy:  30.734807722364668
+ --- Workload:  296054000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 218 in the X datas point
+--------------
+ --- Configuration:  011011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 610 in the X datas point
+--------------
+ --- Configuration:  001111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10299849210.207561
+ --- Energy:  33.008552866909774
+ --- Workload:  339983000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 442 in the X datas point
+--------------
+ --- Configuration:  101011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10229007008.915602
+ --- Energy:  33.39150595873643
+ --- Workload:  341562000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 208 in the X datas point
+--------------
+ --- Configuration:  111011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11532602089.476847
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 40 in the X datas point
+--------------
+ --- Configuration:  000011-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11067652130.41236
+ --- Energy:  41.81970183069355
+ --- Workload:  462846000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 448 in the X datas point
+--------------
+ --- Configuration:  001011-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11898288669.140718
+ --- Energy:  44.48907436947681
+ --- Workload:  529344000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 610 in the X datas point
+--------------
+ --- Configuration:  001111-1-0
+ --- Energy efficiency:  10299849210.207561
+ --- Energy:  33.008552866909774
+ --- Workload:  339983000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (33.008552866909774 mAh)  it is NOT far from the median.
+---  Median :33.008552866909774,   the gap is :  10
+--- So No we don't romove this configuration '001011-1-0'
+ --- remove_aberrant_points: The value [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0]
+--- Computing the list of the 10 first neighbours of '033333-0-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033333-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 105 in the X datas point
+--------------
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13446770287.478502
+ --- Energy:  86.2801902841026
+ --- Workload:  1160190000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 338 in the X datas point
+--------------
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12910472329.630178
+ --- Energy:  89.67295919976871
+ --- Workload:  1157720000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 34 in the X datas point
+--------------
+ --- Configuration:  033333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13280265392.82361
+ --- Energy:  80.89218696331669
+ --- Workload:  1074270000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 156 in the X datas point
+--------------
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 483 in the X datas point
+--------------
+ --- Configuration:  333333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14751416504.76987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 505 in the X datas point
+--------------
+ --- Configuration:  022222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14246069509.422352
+ --- Energy:  69.37565973641902
+ --- Workload:  988330000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 43 in the X datas point
+--------------
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 61 in the X datas point
+--------------
+ --- Configuration:  003333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13753001592.597586
+ --- Energy:  81.48911064839487
+ --- Workload:  1120720000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 75 in the X datas point
+--------------
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033333-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 505 in the X datas point
+--------------
+ --- Configuration:  022222-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14246069509.422352
+ --- Energy:  69.37565973641902
+ --- Workload:  988330000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 75 in the X datas point
+--------------
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 43 in the X datas point
+--------------
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 483 in the X datas point
+--------------
+ --- Configuration:  333333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14751416504.76987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 34 in the X datas point
+--------------
+ --- Configuration:  033333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13280265392.82361
+ --- Energy:  80.89218696331669
+ --- Workload:  1074270000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 61 in the X datas point
+--------------
+ --- Configuration:  003333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13753001592.597586
+ --- Energy:  81.48911064839487
+ --- Workload:  1120720000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 156 in the X datas point
+--------------
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 105 in the X datas point
+--------------
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13446770287.478502
+ --- Energy:  86.2801902841026
+ --- Workload:  1160190000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 338 in the X datas point
+--------------
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12910472329.630178
+ --- Energy:  89.67295919976871
+ --- Workload:  1157720000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 34 in the X datas point
+--------------
+ --- Configuration:  033333-0-3
+ --- Energy efficiency:  13280265392.82361
+ --- Energy:  80.89218696331669
+ --- Workload:  1074270000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (80.89218696331669 mAh)  it is NOT far from the median.
+---  Median :80.89218696331669,   the gap is :  10
+--- So No we don't romove this configuration '033333-0-2'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '220002-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220002-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 339 in the X datas point
+--------------
+ --- Configuration:  220002-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12468874571.85002
+ --- Energy:  37.3545557848716
+ --- Workload:  465769000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 556 in the X datas point
+--------------
+ --- Configuration:  222002-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13717835106.13489
+ --- Energy:  41.48623715392385
+ --- Workload:  569101000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 700 in the X datas point
+--------------
+ --- Configuration:  220002-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8919094890.250538
+ --- Energy:  32.30311403168223
+ --- Workload:  288115000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 774 in the X datas point
+--------------
+ --- Configuration:  330003-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10281708532.07019
+ --- Energy:  24.722444893035714
+ --- Workload:  254189000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 54 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 150 in the X datas point
+--------------
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 155 in the X datas point
+--------------
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 445 in the X datas point
+--------------
+ --- Configuration:  200022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11839826096.634293
+ --- Energy:  39.46922201479768
+ --- Workload:  467309000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 581 in the X datas point
+--------------
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15557640279.352987
+ --- Energy:  50.470000516399516
+ --- Workload:  785194000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220002-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 774 in the X datas point
+--------------
+ --- Configuration:  330003-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10281708532.07019
+ --- Energy:  24.722444893035714
+ --- Workload:  254189000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 700 in the X datas point
+--------------
+ --- Configuration:  220002-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8919094890.250538
+ --- Energy:  32.30311403168223
+ --- Workload:  288115000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 54 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 339 in the X datas point
+--------------
+ --- Configuration:  220002-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12468874571.85002
+ --- Energy:  37.3545557848716
+ --- Workload:  465769000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 445 in the X datas point
+--------------
+ --- Configuration:  200022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11839826096.634293
+ --- Energy:  39.46922201479768
+ --- Workload:  467309000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 556 in the X datas point
+--------------
+ --- Configuration:  222002-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13717835106.13489
+ --- Energy:  41.48623715392385
+ --- Workload:  569101000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 155 in the X datas point
+--------------
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 150 in the X datas point
+--------------
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 581 in the X datas point
+--------------
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15557640279.352987
+ --- Energy:  50.470000516399516
+ --- Workload:  785194000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 339 in the X datas point
+--------------
+ --- Configuration:  220002-1-0
+ --- Energy efficiency:  12468874571.85002
+ --- Energy:  37.3545557848716
+ --- Workload:  465769000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (37.3545557848716 mAh)  it is NOT far from the median.
+---  Median :37.3545557848716,   the gap is :  10
+--- So No we don't romove this configuration '220002-1-0'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0]
+--- Computing the list of the 10 first neighbours of '330333-0-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330333-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 340 in the X datas point
+--------------
+ --- Configuration:  330333-0-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12362391133.693079
+ --- Energy:  92.82346734847745
+ --- Workload:  1147520000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 215 in the X datas point
+--------------
+ --- Configuration:  333333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13585369100.893103
+ --- Energy:  89.0597439439495
+ --- Workload:  1209910000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 482 in the X datas point
+--------------
+ --- Configuration:  220222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13826458587.682562
+ --- Energy:  73.62693555372604
+ --- Workload:  1018000000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 34 in the X datas point
+--------------
+ --- Configuration:  033333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13280265392.82361
+ --- Energy:  80.89218696331669
+ --- Workload:  1074270000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 95 in the X datas point
+--------------
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13070067323.916784
+ --- Energy:  83.5550372075793
+ --- Workload:  1092070000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 99 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 137 in the X datas point
+--------------
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12840398976.87701
+ --- Energy:  86.4225033041374
+ --- Workload:  1109700000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 185 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 232 in the X datas point
+--------------
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 354 in the X datas point
+--------------
+ --- Configuration:  330033-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13506559460.602041
+ --- Energy:  80.9473075242288
+ --- Workload:  1093320000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330333-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 482 in the X datas point
+--------------
+ --- Configuration:  220222-0-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13826458587.682562
+ --- Energy:  73.62693555372604
+ --- Workload:  1018000000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 232 in the X datas point
+--------------
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 34 in the X datas point
+--------------
+ --- Configuration:  033333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13280265392.82361
+ --- Energy:  80.89218696331669
+ --- Workload:  1074270000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 354 in the X datas point
+--------------
+ --- Configuration:  330033-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13506559460.602041
+ --- Energy:  80.9473075242288
+ --- Workload:  1093320000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 95 in the X datas point
+--------------
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13070067323.916784
+ --- Energy:  83.5550372075793
+ --- Workload:  1092070000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 137 in the X datas point
+--------------
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12840398976.87701
+ --- Energy:  86.4225033041374
+ --- Workload:  1109700000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 215 in the X datas point
+--------------
+ --- Configuration:  333333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13585369100.893103
+ --- Energy:  89.0597439439495
+ --- Workload:  1209910000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 99 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 340 in the X datas point
+--------------
+ --- Configuration:  330333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12362391133.693079
+ --- Energy:  92.82346734847745
+ --- Workload:  1147520000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 185 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 95 in the X datas point
+--------------
+ --- Configuration:  303333-0-3
+ --- Energy efficiency:  13070067323.916784
+ --- Energy:  83.5550372075793
+ --- Workload:  1092070000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (83.5550372075793 mAh)  it is NOT far from the median.
+---  Median :83.5550372075793,   the gap is :  10
+--- So No we don't romove this configuration '330333-0-3'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '111111-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111111-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 341 in the X datas point
+--------------
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  16077609838.211012
+ --- Energy:  40.36593190681932
+ --- Workload:  648988000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 490 in the X datas point
+--------------
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15929324771.852247
+ --- Energy:  40.838573735993684
+ --- Workload:  650531000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 65 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 118 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 131 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 146 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 167 in the X datas point
+--------------
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 198 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111111-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 167 in the X datas point
+--------------
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 341 in the X datas point
+--------------
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  16077609838.211012
+ --- Energy:  40.36593190681932
+ --- Workload:  648988000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 490 in the X datas point
+--------------
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929324771.852247
+ --- Energy:  40.838573735993684
+ --- Workload:  650531000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 146 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 118 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 198 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 65 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 131 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (41.43583708148781 mAh)  it is NOT far from the median.
+---  Median :41.43583708148781,   the gap is :  10
+--- So No we don't romove this configuration '111111-1-1'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '222222-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222222-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 342 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 9 in the X datas point
+--------------
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 24 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 44 in the X datas point
+--------------
+ --- Configuration:  222220-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14471780028.94356
+ --- Energy:  72.03533813993924
+ --- Workload:  1042480000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 53 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 74 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 83 in the X datas point
+--------------
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 98 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 101 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222222-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 44 in the X datas point
+--------------
+ --- Configuration:  222220-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14471780028.94356
+ --- Energy:  72.03533813993924
+ --- Workload:  1042480000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 53 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 74 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 9 in the X datas point
+--------------
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 342 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 83 in the X datas point
+--------------
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 24 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 98 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 101 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (97.28797445994333 mAh)  it is NOT far from the median.
+---  Median :97.28797445994333,   the gap is :  10
+--- So No we don't romove this configuration '222222-3-3'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '220022-3-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220022-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 343 in the X datas point
+--------------
+ --- Configuration:  220022-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14662090139.59776
+ --- Energy:  91.26660104513866
+ --- Workload:  1338160000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 26 in the X datas point
+--------------
+ --- Configuration:  110011-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 226 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 458 in the X datas point
+--------------
+ --- Configuration:  220022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13202208993.60881
+ --- Energy:  95.35824625251036
+ --- Workload:  1258940000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 471 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14772139744.44198
+ --- Energy:  98.66003637723567
+ --- Workload:  1457420000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 24 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 31 in the X datas point
+--------------
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 46 in the X datas point
+--------------
+ --- Configuration:  220220-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 174 in the X datas point
+--------------
+ --- Configuration:  220022-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15248016614.238901
+ --- Energy:  67.2323504939425
+ --- Workload:  1025160000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220022-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 174 in the X datas point
+--------------
+ --- Configuration:  220022-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15248016614.238901
+ --- Energy:  67.2323504939425
+ --- Workload:  1025160000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 46 in the X datas point
+--------------
+ --- Configuration:  220220-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 26 in the X datas point
+--------------
+ --- Configuration:  110011-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 31 in the X datas point
+--------------
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 343 in the X datas point
+--------------
+ --- Configuration:  220022-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14662090139.59776
+ --- Energy:  91.26660104513866
+ --- Workload:  1338160000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 458 in the X datas point
+--------------
+ --- Configuration:  220022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13202208993.60881
+ --- Energy:  95.35824625251036
+ --- Workload:  1258940000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 226 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 471 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14772139744.44198
+ --- Energy:  98.66003637723567
+ --- Workload:  1457420000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 24 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (88.45960297015073 mAh)  it is NOT far from the median.
+---  Median :88.45960297015073,   the gap is :  10
+--- So No we don't romove this configuration '220022-3-2'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '303303-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303303-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 344 in the X datas point
+--------------
+ --- Configuration:  303303-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13438548206.760126
+ --- Energy:  83.98672527663341
+ --- Workload:  1128660000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 741 in the X datas point
+--------------
+ --- Configuration:  300303-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10679972488.39087
+ --- Energy:  23.671865117505998
+ --- Workload:  252815000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 766 in the X datas point
+--------------
+ --- Configuration:  303333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10578417278.363646
+ --- Energy:  23.863863929112192
+ --- Workload:  252442000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 28 in the X datas point
+--------------
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 95 in the X datas point
+--------------
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13070067323.916784
+ --- Energy:  83.5550372075793
+ --- Workload:  1092070000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 99 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 137 in the X datas point
+--------------
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12840398976.87701
+ --- Energy:  86.4225033041374
+ --- Workload:  1109700000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 185 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 394 in the X datas point
+--------------
+ --- Configuration:  222202-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14354884321.164698
+ --- Energy:  82.7028685460665
+ --- Workload:  1187190000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303303-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 741 in the X datas point
+--------------
+ --- Configuration:  300303-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10679972488.39087
+ --- Energy:  23.671865117505998
+ --- Workload:  252815000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 766 in the X datas point
+--------------
+ --- Configuration:  303333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10578417278.363646
+ --- Energy:  23.863863929112192
+ --- Workload:  252442000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 394 in the X datas point
+--------------
+ --- Configuration:  222202-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14354884321.164698
+ --- Energy:  82.7028685460665
+ --- Workload:  1187190000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 95 in the X datas point
+--------------
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13070067323.916784
+ --- Energy:  83.5550372075793
+ --- Workload:  1092070000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 344 in the X datas point
+--------------
+ --- Configuration:  303303-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13438548206.760126
+ --- Energy:  83.98672527663341
+ --- Workload:  1128660000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 137 in the X datas point
+--------------
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12840398976.87701
+ --- Energy:  86.4225033041374
+ --- Workload:  1109700000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 99 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 28 in the X datas point
+--------------
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 185 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (83.8645825370609 mAh)  it is NOT far from the median.
+---  Median :83.8645825370609,   the gap is :  10
+--- So No we don't romove this configuration '303303-1-3'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '011111-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011111-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 345 in the X datas point
+--------------
+ --- Configuration:  011111-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13720451293.083933
+ --- Energy:  45.25936522348479
+ --- Workload:  620979000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 115 in the X datas point
+--------------
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 145 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 212 in the X datas point
+--------------
+ --- Configuration:  011111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 265 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5524617696.455405
+ --- Energy:  13.7189335182749
+ --- Workload:  75791800000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 704 in the X datas point
+--------------
+ --- Configuration:  011111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11754748918.563099
+ --- Energy:  32.64170010691823
+ --- Workload:  383695000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 118 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 167 in the X datas point
+--------------
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011111-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 265 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5524617696.455405
+ --- Energy:  13.7189335182749
+ --- Workload:  75791800000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 704 in the X datas point
+--------------
+ --- Configuration:  011111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11754748918.563099
+ --- Energy:  32.64170010691823
+ --- Workload:  383695000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 167 in the X datas point
+--------------
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 345 in the X datas point
+--------------
+ --- Configuration:  011111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13720451293.083933
+ --- Energy:  45.25936522348479
+ --- Workload:  620979000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 145 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 212 in the X datas point
+--------------
+ --- Configuration:  011111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 115 in the X datas point
+--------------
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 118 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 145 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (46.3133982052407 mAh)  it is NOT far from the median.
+---  Median :46.3133982052407,   the gap is :  10
+--- So No we don't romove this configuration '011111-2-0'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0]
+--- Computing the list of the 10 first neighbours of '011101-0-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011101-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 346 in the X datas point
+--------------
+ --- Configuration:  011101-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12422560861.231298
+ --- Energy:  53.13375305902614
+ --- Workload:  660057000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 1 in the X datas point
+--------------
+ --- Configuration:  011001-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11271402985.343796
+ --- Energy:  64.71129799002061
+ --- Workload:  729387000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 66 in the X datas point
+--------------
+ --- Configuration:  101101-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11969296360.974827
+ --- Energy:  55.14950525765903
+ --- Workload:  660101000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 85 in the X datas point
+--------------
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 111 in the X datas point
+--------------
+ --- Configuration:  111111-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13419378387.55433
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 378 in the X datas point
+--------------
+ --- Configuration:  111101-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11645632713.048117
+ --- Energy:  67.4694443841449
+ --- Workload:  785724000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 505 in the X datas point
+--------------
+ --- Configuration:  022222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14246069509.422352
+ --- Energy:  69.37565973641902
+ --- Workload:  988330000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 36 in the X datas point
+--------------
+ --- Configuration:  110001-0-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11533320339.125751
+ --- Energy:  52.516287756608044
+ --- Workload:  605687000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 65 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011101-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 36 in the X datas point
+--------------
+ --- Configuration:  110001-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11533320339.125751
+ --- Energy:  52.516287756608044
+ --- Workload:  605687000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 346 in the X datas point
+--------------
+ --- Configuration:  011101-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12422560861.231298
+ --- Energy:  53.13375305902614
+ --- Workload:  660057000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 66 in the X datas point
+--------------
+ --- Configuration:  101101-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11969296360.974827
+ --- Energy:  55.14950525765903
+ --- Workload:  660101000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 111 in the X datas point
+--------------
+ --- Configuration:  111111-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13419378387.55433
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 85 in the X datas point
+--------------
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 1 in the X datas point
+--------------
+ --- Configuration:  011001-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11271402985.343796
+ --- Energy:  64.71129799002061
+ --- Workload:  729387000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 65 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 378 in the X datas point
+--------------
+ --- Configuration:  111101-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11645632713.048117
+ --- Energy:  67.4694443841449
+ --- Workload:  785724000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 505 in the X datas point
+--------------
+ --- Configuration:  022222-0-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14246069509.422352
+ --- Energy:  69.37565973641902
+ --- Workload:  988330000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 111 in the X datas point
+--------------
+ --- Configuration:  111111-0-2
+ --- Energy efficiency:  13419378387.55433
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (56.046315848522 mAh)  it is NOT far from the median.
+---  Median :56.046315848522,   the gap is :  10
+--- So No we don't romove this configuration '011101-0-2'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '111110-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111110-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 500 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13526400151.49568
+ --- Energy:  45.93145920255071
+ --- Workload:  621287000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 89 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 141 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 145 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 206 in the X datas point
+--------------
+ --- Configuration:  110110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13517367790.004988
+ --- Energy:  42.6214864172658
+ --- Workload:  576130000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 265 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5524617696.455405
+ --- Energy:  13.7189335182749
+ --- Workload:  75791800000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 353 in the X datas point
+--------------
+ --- Configuration:  111110-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14286387786.85281
+ --- Energy:  59.8357473888033
+ --- Workload:  854837000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 400 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13861550830.306894
+ --- Energy:  44.8724765340684
+ --- Workload:  622002000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111110-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 265 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5524617696.455405
+ --- Energy:  13.7189335182749
+ --- Workload:  75791800000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 89 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 141 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 206 in the X datas point
+--------------
+ --- Configuration:  110110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13517367790.004988
+ --- Energy:  42.6214864172658
+ --- Workload:  576130000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 400 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13861550830.306894
+ --- Energy:  44.8724765340684
+ --- Workload:  622002000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 500 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13526400151.49568
+ --- Energy:  45.93145920255071
+ --- Workload:  621287000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 145 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 353 in the X datas point
+--------------
+ --- Configuration:  111110-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14286387786.85281
+ --- Energy:  59.8357473888033
+ --- Workload:  854837000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (43.78047104305274 mAh)  it is NOT far from the median.
+---  Median :43.78047104305274,   the gap is :  10
+--- So No we don't romove this configuration '111110-2-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 0, 0.0, 2.0]
+--- Computing the list of the 10 first neighbours of '333330-0-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333330-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 348 in the X datas point
+--------------
+ --- Configuration:  333330-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12855040139.862837
+ --- Energy:  54.89737027002233
+ --- Workload:  705708000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 14 in the X datas point
+--------------
+ --- Configuration:  333030-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 454 in the X datas point
+--------------
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13293134893.415646
+ --- Energy:  66.54311678610547
+ --- Workload:  884567000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 483 in the X datas point
+--------------
+ --- Configuration:  333333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14751416504.76987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 663 in the X datas point
+--------------
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13587842685.392525
+ --- Energy:  64.90106538269521
+ --- Workload:  881865000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 22 in the X datas point
+--------------
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 43 in the X datas point
+--------------
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 56 in the X datas point
+--------------
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 58 in the X datas point
+--------------
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333330-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 58 in the X datas point
+--------------
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 348 in the X datas point
+--------------
+ --- Configuration:  333330-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12855040139.862837
+ --- Energy:  54.89737027002233
+ --- Workload:  705708000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 14 in the X datas point
+--------------
+ --- Configuration:  333030-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 56 in the X datas point
+--------------
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 663 in the X datas point
+--------------
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13587842685.392525
+ --- Energy:  64.90106538269521
+ --- Workload:  881865000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 454 in the X datas point
+--------------
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13293134893.415646
+ --- Energy:  66.54311678610547
+ --- Workload:  884567000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 22 in the X datas point
+--------------
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 43 in the X datas point
+--------------
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 483 in the X datas point
+--------------
+ --- Configuration:  333333-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14751416504.76987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 663 in the X datas point
+--------------
+ --- Configuration:  333330-1-2
+ --- Energy efficiency:  13587842685.392525
+ --- Energy:  64.90106538269521
+ --- Workload:  881865000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (54.89737027002233 mAh)  is far from the median.
+---  Median :64.90106538269521,   the gap is :  10
+--- So yes we remove this configuration '333330-0-2'
+--- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 0, 0.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '333333-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333333-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 236 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 349 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14399200556.385109
+ --- Energy:  84.41510028409691
+ --- Workload:  1215510000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 360 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15049135427.169708
+ --- Energy:  75.0574196537613
+ --- Workload:  1129550000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 62 in the X datas point
+--------------
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 161 in the X datas point
+--------------
+ --- Configuration:  303333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 192 in the X datas point
+--------------
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 309 in the X datas point
+--------------
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 319 in the X datas point
+--------------
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14109387257.53018
+ --- Energy:  83.8569021514259
+ --- Workload:  1183170000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 395 in the X datas point
+--------------
+ --- Configuration:  222222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  49900697611.75261
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 465 in the X datas point
+--------------
+ --- Configuration:  330333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13912636987.301937
+ --- Energy:  77.38792641178887
+ --- Workload:  1076670000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333333-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 395 in the X datas point
+--------------
+ --- Configuration:  222222-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  49900697611.75261
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 161 in the X datas point
+--------------
+ --- Configuration:  303333-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 192 in the X datas point
+--------------
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 360 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15049135427.169708
+ --- Energy:  75.0574196537613
+ --- Workload:  1129550000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 465 in the X datas point
+--------------
+ --- Configuration:  330333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13912636987.301937
+ --- Energy:  77.38792641178887
+ --- Workload:  1076670000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 62 in the X datas point
+--------------
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 236 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 319 in the X datas point
+--------------
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14109387257.53018
+ --- Energy:  83.8569021514259
+ --- Workload:  1183170000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 349 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14399200556.385109
+ --- Energy:  84.41510028409691
+ --- Workload:  1215510000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 309 in the X datas point
+--------------
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 465 in the X datas point
+--------------
+ --- Configuration:  330333-2-0
+ --- Energy efficiency:  13912636987.301937
+ --- Energy:  77.38792641178887
+ --- Workload:  1076670000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (77.38792641178887 mAh)  it is NOT far from the median.
+---  Median :77.38792641178887,   the gap is :  10
+--- So No we don't romove this configuration '333333-2-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '300300-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '300300-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 350 in the X datas point
+--------------
+ --- Configuration:  300300-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10880623242.099306
+ --- Energy:  53.6505919747787
+ --- Workload:  583752000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 15 in the X datas point
+--------------
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 25 in the X datas point
+--------------
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 110 in the X datas point
+--------------
+ --- Configuration:  200202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373986415.837713
+ --- Energy:  65.7590425822352
+ --- Workload:  813702000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 171 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 555 in the X datas point
+--------------
+ --- Configuration:  300000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11530208569.942822
+ --- Energy:  61.70736633784887
+ --- Workload:  711499000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '300300-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 25 in the X datas point
+--------------
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 171 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 15 in the X datas point
+--------------
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 350 in the X datas point
+--------------
+ --- Configuration:  300300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10880623242.099306
+ --- Energy:  53.6505919747787
+ --- Workload:  583752000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 555 in the X datas point
+--------------
+ --- Configuration:  300000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11530208569.942822
+ --- Energy:  61.70736633784887
+ --- Workload:  711499000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 110 in the X datas point
+--------------
+ --- Configuration:  200202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373986415.837713
+ --- Energy:  65.7590425822352
+ --- Workload:  813702000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 350 in the X datas point
+--------------
+ --- Configuration:  300300-3-0
+ --- Energy efficiency:  10880623242.099306
+ --- Energy:  53.6505919747787
+ --- Workload:  583752000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (53.6505919747787 mAh)  it is NOT far from the median.
+---  Median :53.6505919747787,   the gap is :  10
+--- So No we don't romove this configuration '300300-3-0'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '033033-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033033-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 270 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10275897573.963343
+ --- Energy:  24.5924899083227
+ --- Workload:  252710000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 351 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13323686983.956947
+ --- Energy:  83.3035486563878
+ --- Workload:  1109910000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 96 in the X datas point
+--------------
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 156 in the X datas point
+--------------
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 187 in the X datas point
+--------------
+ --- Configuration:  033033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14361976380.293646
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 365 in the X datas point
+--------------
+ --- Configuration:  033030-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12790717009.223387
+ --- Energy:  62.0291609855632
+ --- Workload:  793397000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 491 in the X datas point
+--------------
+ --- Configuration:  033033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13084073019.59471
+ --- Energy:  87.73797792788814
+ --- Workload:  1147970000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 719 in the X datas point
+--------------
+ --- Configuration:  030033-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12443630354.494143
+ --- Energy:  85.62206665875647
+ --- Workload:  1065450000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 39 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033033-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 270 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10275897573.963343
+ --- Energy:  24.5924899083227
+ --- Workload:  252710000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 365 in the X datas point
+--------------
+ --- Configuration:  033030-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12790717009.223387
+ --- Energy:  62.0291609855632
+ --- Workload:  793397000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 96 in the X datas point
+--------------
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 156 in the X datas point
+--------------
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 351 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13323686983.956947
+ --- Energy:  83.3035486563878
+ --- Workload:  1109910000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 719 in the X datas point
+--------------
+ --- Configuration:  030033-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12443630354.494143
+ --- Energy:  85.62206665875647
+ --- Workload:  1065450000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 39 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 491 in the X datas point
+--------------
+ --- Configuration:  033033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13084073019.59471
+ --- Energy:  87.73797792788814
+ --- Workload:  1147970000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 187 in the X datas point
+--------------
+ --- Configuration:  033033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14361976380.293646
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 351 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Energy efficiency:  13323686983.956947
+ --- Energy:  83.3035486563878
+ --- Workload:  1109910000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (83.3035486563878 mAh)  it is NOT far from the median.
+---  Median :83.3035486563878,   the gap is :  10
+--- So No we don't romove this configuration '033033-1-2'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0]
+--- Computing the list of the 10 first neighbours of '222220-0-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222220-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 22 in the X datas point
+--------------
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 352 in the X datas point
+--------------
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11831169215.2977
+ --- Energy:  61.61278385319
+ --- Workload:  728951000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 232 in the X datas point
+--------------
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 16 in the X datas point
+--------------
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 35 in the X datas point
+--------------
+ --- Configuration:  110110-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11308622485.386433
+ --- Energy:  64.13091227501518
+ --- Workload:  725232000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 75 in the X datas point
+--------------
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 124 in the X datas point
+--------------
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 142 in the X datas point
+--------------
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 143 in the X datas point
+--------------
+ --- Configuration:  220020-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10684388505.734846
+ --- Energy:  63.3690752564047
+ --- Workload:  677060000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 169 in the X datas point
+--------------
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222220-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 352 in the X datas point
+--------------
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11831169215.2977
+ --- Energy:  61.61278385319
+ --- Workload:  728951000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 143 in the X datas point
+--------------
+ --- Configuration:  220020-0-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10684388505.734846
+ --- Energy:  63.3690752564047
+ --- Workload:  677060000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 35 in the X datas point
+--------------
+ --- Configuration:  110110-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11308622485.386433
+ --- Energy:  64.13091227501518
+ --- Workload:  725232000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 124 in the X datas point
+--------------
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 22 in the X datas point
+--------------
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 75 in the X datas point
+--------------
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 169 in the X datas point
+--------------
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 232 in the X datas point
+--------------
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 142 in the X datas point
+--------------
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 16 in the X datas point
+--------------
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 22 in the X datas point
+--------------
+ --- Configuration:  222220-0-3
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (67.53882894703122 mAh)  it is NOT far from the median.
+---  Median :67.53882894703122,   the gap is :  10
+--- So No we don't romove this configuration '222220-0-3'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '111110-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111110-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 353 in the X datas point
+--------------
+ --- Configuration:  111110-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14286387786.85281
+ --- Energy:  59.8357473888033
+ --- Workload:  854837000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 763 in the X datas point
+--------------
+ --- Configuration:  111110-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6055761451.444905
+ --- Energy:  12.504158981784528
+ --- Workload:  75722300000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 118 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 198 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 257 in the X datas point
+--------------
+ --- Configuration:  011110-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 325 in the X datas point
+--------------
+ --- Configuration:  111110-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14911863431.18995
+ --- Energy:  40.707805921643576
+ --- Workload:  607029000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 500 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13526400151.49568
+ --- Energy:  45.93145920255071
+ --- Workload:  621287000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111110-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 763 in the X datas point
+--------------
+ --- Configuration:  111110-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6055761451.444905
+ --- Energy:  12.504158981784528
+ --- Workload:  75722300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 325 in the X datas point
+--------------
+ --- Configuration:  111110-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14911863431.18995
+ --- Energy:  40.707805921643576
+ --- Workload:  607029000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 500 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13526400151.49568
+ --- Energy:  45.93145920255071
+ --- Workload:  621287000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 257 in the X datas point
+--------------
+ --- Configuration:  011110-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 118 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 198 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 353 in the X datas point
+--------------
+ --- Configuration:  111110-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14286387786.85281
+ --- Energy:  59.8357473888033
+ --- Workload:  854837000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 257 in the X datas point
+--------------
+ --- Configuration:  011110-2-1
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (57.8940253640561 mAh)  it is NOT far from the median.
+---  Median :57.8940253640561,   the gap is :  10
+--- So No we don't romove this configuration '111110-2-1'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '330033-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330033-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 354 in the X datas point
+--------------
+ --- Configuration:  330033-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13506559460.602041
+ --- Energy:  80.9473075242288
+ --- Workload:  1093320000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 498 in the X datas point
+--------------
+ --- Configuration:  333033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14397604238.654688
+ --- Energy:  83.48198615501106
+ --- Workload:  1201940000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 609 in the X datas point
+--------------
+ --- Configuration:  333033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13506887837.45271
+ --- Energy:  94.29930793987965
+ --- Workload:  1273690000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 99 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 185 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 190 in the X datas point
+--------------
+ --- Configuration:  030033-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13852123045.63859
+ --- Energy:  89.776899533513
+ --- Workload:  1243600000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 238 in the X datas point
+--------------
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 269 in the X datas point
+--------------
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10478138412.017168
+ --- Energy:  17.9776183946517
+ --- Workload:  188372000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 340 in the X datas point
+--------------
+ --- Configuration:  330333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12362391133.693079
+ --- Energy:  92.82346734847745
+ --- Workload:  1147520000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 355 in the X datas point
+--------------
+ --- Configuration:  333033-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15017968999.908392
+ --- Energy:  80.1899268231783
+ --- Workload:  1204290000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330033-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 269 in the X datas point
+--------------
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10478138412.017168
+ --- Energy:  17.9776183946517
+ --- Workload:  188372000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 238 in the X datas point
+--------------
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 355 in the X datas point
+--------------
+ --- Configuration:  333033-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15017968999.908392
+ --- Energy:  80.1899268231783
+ --- Workload:  1204290000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 354 in the X datas point
+--------------
+ --- Configuration:  330033-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13506559460.602041
+ --- Energy:  80.9473075242288
+ --- Workload:  1093320000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 498 in the X datas point
+--------------
+ --- Configuration:  333033-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14397604238.654688
+ --- Energy:  83.48198615501106
+ --- Workload:  1201940000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 190 in the X datas point
+--------------
+ --- Configuration:  030033-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13852123045.63859
+ --- Energy:  89.776899533513
+ --- Workload:  1243600000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 99 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 340 in the X datas point
+--------------
+ --- Configuration:  330333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12362391133.693079
+ --- Energy:  92.82346734847745
+ --- Workload:  1147520000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 609 in the X datas point
+--------------
+ --- Configuration:  333033-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13506887837.45271
+ --- Energy:  94.29930793987965
+ --- Workload:  1273690000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 185 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 498 in the X datas point
+--------------
+ --- Configuration:  333033-1-3
+ --- Energy efficiency:  14397604238.654688
+ --- Energy:  83.48198615501106
+ --- Workload:  1201940000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (83.48198615501106 mAh)  it is NOT far from the median.
+---  Median :83.48198615501106,   the gap is :  10
+--- So No we don't romove this configuration '330033-1-3'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '333033-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333033-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 355 in the X datas point
+--------------
+ --- Configuration:  333033-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15017968999.908392
+ --- Energy:  80.1899268231783
+ --- Workload:  1204290000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 258 in the X datas point
+--------------
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15312505263.673683
+ --- Energy:  75.3926735584727
+ --- Workload:  1154450000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 357 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 375 in the X datas point
+--------------
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14663208104.648384
+ --- Energy:  102.002963990619
+ --- Workload:  1495690000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 498 in the X datas point
+--------------
+ --- Configuration:  333033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14397604238.654688
+ --- Energy:  83.48198615501106
+ --- Workload:  1201940000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 594 in the X datas point
+--------------
+ --- Configuration:  333033-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14885404711.826008
+ --- Energy:  92.65928549142409
+ --- Workload:  1379270000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 609 in the X datas point
+--------------
+ --- Configuration:  333033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13506887837.45271
+ --- Energy:  94.29930793987965
+ --- Workload:  1273690000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 694 in the X datas point
+--------------
+ --- Configuration:  333003-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14563926900.7381
+ --- Energy:  90.43710623240364
+ --- Workload:  1317120000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 695 in the X datas point
+--------------
+ --- Configuration:  333030-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13728569702.694094
+ --- Energy:  78.42035817300528
+ --- Workload:  1076600000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333033-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 258 in the X datas point
+--------------
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15312505263.673683
+ --- Energy:  75.3926735584727
+ --- Workload:  1154450000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 695 in the X datas point
+--------------
+ --- Configuration:  333030-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13728569702.694094
+ --- Energy:  78.42035817300528
+ --- Workload:  1076600000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 355 in the X datas point
+--------------
+ --- Configuration:  333033-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15017968999.908392
+ --- Energy:  80.1899268231783
+ --- Workload:  1204290000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 498 in the X datas point
+--------------
+ --- Configuration:  333033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14397604238.654688
+ --- Energy:  83.48198615501106
+ --- Workload:  1201940000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 357 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 694 in the X datas point
+--------------
+ --- Configuration:  333003-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14563926900.7381
+ --- Energy:  90.43710623240364
+ --- Workload:  1317120000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 594 in the X datas point
+--------------
+ --- Configuration:  333033-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14885404711.826008
+ --- Energy:  92.65928549142409
+ --- Workload:  1379270000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 609 in the X datas point
+--------------
+ --- Configuration:  333033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13506887837.45271
+ --- Energy:  94.29930793987965
+ --- Workload:  1273690000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 375 in the X datas point
+--------------
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14663208104.648384
+ --- Energy:  102.002963990619
+ --- Workload:  1495690000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 357 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (87.9883366652468 mAh)  it is NOT far from the median.
+---  Median :87.9883366652468,   the gap is :  10
+--- So No we don't romove this configuration '333033-2-3'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '022222-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '022222-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 356 in the X datas point
+--------------
+ --- Configuration:  022222-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14586168519.839378
+ --- Energy:  45.8860959823931
+ --- Workload:  669302000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 78 in the X datas point
+--------------
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 81 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 115 in the X datas point
+--------------
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 210 in the X datas point
+--------------
+ --- Configuration:  033333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 275 in the X datas point
+--------------
+ --- Configuration:  022222-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10571673834.261526
+ --- Energy:  17.8136328789872
+ --- Workload:  188320000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 363 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16239592451.187845
+ --- Energy:  47.6246847339546
+ --- Workload:  773406000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 704 in the X datas point
+--------------
+ --- Configuration:  011111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11754748918.563099
+ --- Energy:  32.64170010691823
+ --- Workload:  383695000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 152 in the X datas point
+--------------
+ --- Configuration:  022202-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10890102530.315323
+ --- Energy:  35.8868812091206
+ --- Workload:  390812000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '022222-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 275 in the X datas point
+--------------
+ --- Configuration:  022222-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10571673834.261526
+ --- Energy:  17.8136328789872
+ --- Workload:  188320000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 704 in the X datas point
+--------------
+ --- Configuration:  011111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11754748918.563099
+ --- Energy:  32.64170010691823
+ --- Workload:  383695000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 152 in the X datas point
+--------------
+ --- Configuration:  022202-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10890102530.315323
+ --- Energy:  35.8868812091206
+ --- Workload:  390812000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 78 in the X datas point
+--------------
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 356 in the X datas point
+--------------
+ --- Configuration:  022222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14586168519.839378
+ --- Energy:  45.8860959823931
+ --- Workload:  669302000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 363 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16239592451.187845
+ --- Energy:  47.6246847339546
+ --- Workload:  773406000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 81 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 115 in the X datas point
+--------------
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 210 in the X datas point
+--------------
+ --- Configuration:  033333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 356 in the X datas point
+--------------
+ --- Configuration:  022222-1-0
+ --- Energy efficiency:  14586168519.839378
+ --- Energy:  45.8860959823931
+ --- Workload:  669302000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (45.8860959823931 mAh)  it is NOT far from the median.
+---  Median :45.8860959823931,   the gap is :  10
+--- So No we don't romove this configuration '022222-1-0'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '222022-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222022-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 357 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 48 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 74 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 98 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 158 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 179 in the X datas point
+--------------
+ --- Configuration:  222022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14657190304.561756
+ --- Energy:  95.6220428328611
+ --- Workload:  1401550000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 268 in the X datas point
+--------------
+ --- Configuration:  222002-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10402709697.822088
+ --- Energy:  18.1188341516786
+ --- Workload:  188485000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 269 in the X datas point
+--------------
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10478138412.017168
+ --- Energy:  17.9776183946517
+ --- Workload:  188372000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 355 in the X datas point
+--------------
+ --- Configuration:  333033-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15017968999.908392
+ --- Energy:  80.1899268231783
+ --- Workload:  1204290000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222022-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 269 in the X datas point
+--------------
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10478138412.017168
+ --- Energy:  17.9776183946517
+ --- Workload:  188372000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 268 in the X datas point
+--------------
+ --- Configuration:  222002-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10402709697.822088
+ --- Energy:  18.1188341516786
+ --- Workload:  188485000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 48 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 355 in the X datas point
+--------------
+ --- Configuration:  333033-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15017968999.908392
+ --- Energy:  80.1899268231783
+ --- Workload:  1204290000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 158 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 74 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 357 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 179 in the X datas point
+--------------
+ --- Configuration:  222022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14657190304.561756
+ --- Energy:  95.6220428328611
+ --- Workload:  1401550000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 98 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 158 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (81.9077463484616 mAh)  it is NOT far from the median.
+---  Median :81.9077463484616,   the gap is :  10
+--- So No we don't romove this configuration '222022-2-3'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '202222-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202222-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 211 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 358 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14821951309.889946
+ --- Energy:  45.1609465048481
+ --- Workload:  669373000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 81 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 363 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16239592451.187845
+ --- Energy:  47.6246847339546
+ --- Workload:  773406000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 492 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13042179713.411142
+ --- Energy:  64.25089221017343
+ --- Workload:  837972000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 583 in the X datas point
+--------------
+ --- Configuration:  202222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15282668231.611895
+ --- Energy:  59.2169275668937
+ --- Workload:  904992000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 614 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13034495793.116482
+ --- Energy:  64.35007047679922
+ --- Workload:  838771000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 644 in the X datas point
+--------------
+ --- Configuration:  202202-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13769969898.845802
+ --- Energy:  41.393349766173586
+ --- Workload:  569985000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202222-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 644 in the X datas point
+--------------
+ --- Configuration:  202202-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13769969898.845802
+ --- Energy:  41.393349766173586
+ --- Workload:  569985000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 211 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 358 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14821951309.889946
+ --- Energy:  45.1609465048481
+ --- Workload:  669373000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 363 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16239592451.187845
+ --- Energy:  47.6246847339546
+ --- Workload:  773406000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 81 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 583 in the X datas point
+--------------
+ --- Configuration:  202222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15282668231.611895
+ --- Energy:  59.2169275668937
+ --- Workload:  904992000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 492 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13042179713.411142
+ --- Energy:  64.25089221017343
+ --- Workload:  837972000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 614 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13034495793.116482
+ --- Energy:  64.35007047679922
+ --- Workload:  838771000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 358 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Energy efficiency:  14821951309.889946
+ --- Energy:  45.1609465048481
+ --- Workload:  669373000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (45.1609465048481 mAh)  it is NOT far from the median.
+---  Median :45.1609465048481,   the gap is :  10
+--- So No we don't romove this configuration '202222-1-0'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '100011-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '100011-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 359 in the X datas point
+--------------
+ --- Configuration:  100011-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  4992984856.276931
+ --- Energy:  24.1374403681183
+ --- Workload:  120518000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 70 in the X datas point
+--------------
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 90 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 149 in the X datas point
+--------------
+ --- Configuration:  111011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7219330479.29135
+ --- Energy:  28.6387646642511
+ --- Workload:  206752000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 250 in the X datas point
+--------------
+ --- Configuration:  100010-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9201917679.644438
+ --- Energy:  32.1912867561494
+ --- Workload:  296221000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 279 in the X datas point
+--------------
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 321 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10662526762.942175
+ --- Energy:  31.96295936672102
+ --- Workload:  340806000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 442 in the X datas point
+--------------
+ --- Configuration:  101011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10229007008.915602
+ --- Energy:  33.39150595873643
+ --- Workload:  341562000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 445 in the X datas point
+--------------
+ --- Configuration:  200022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11839826096.634293
+ --- Energy:  39.46922201479768
+ --- Workload:  467309000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 573 in the X datas point
+--------------
+ --- Configuration:  000111-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  4718027109.783772
+ --- Energy:  25.382226466175275
+ --- Workload:  119754000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '100011-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 279 in the X datas point
+--------------
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 359 in the X datas point
+--------------
+ --- Configuration:  100011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  4992984856.276931
+ --- Energy:  24.1374403681183
+ --- Workload:  120518000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 573 in the X datas point
+--------------
+ --- Configuration:  000111-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  4718027109.783772
+ --- Energy:  25.382226466175275
+ --- Workload:  119754000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 90 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 70 in the X datas point
+--------------
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 149 in the X datas point
+--------------
+ --- Configuration:  111011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7219330479.29135
+ --- Energy:  28.6387646642511
+ --- Workload:  206752000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 321 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10662526762.942175
+ --- Energy:  31.96295936672102
+ --- Workload:  340806000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 250 in the X datas point
+--------------
+ --- Configuration:  100010-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9201917679.644438
+ --- Energy:  32.1912867561494
+ --- Workload:  296221000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 442 in the X datas point
+--------------
+ --- Configuration:  101011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10229007008.915602
+ --- Energy:  33.39150595873643
+ --- Workload:  341562000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 445 in the X datas point
+--------------
+ --- Configuration:  200022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11839826096.634293
+ --- Energy:  39.46922201479768
+ --- Workload:  467309000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 70 in the X datas point
+--------------
+ --- Configuration:  110011-0-0
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (27.241716653761866 mAh)  it is NOT far from the median.
+---  Median :27.241716653761866,   the gap is :  10
+--- So No we don't romove this configuration '100011-0-0'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '333333-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333333-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 236 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 349 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14399200556.385109
+ --- Energy:  84.41510028409691
+ --- Workload:  1215510000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 360 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15049135427.169708
+ --- Energy:  75.0574196537613
+ --- Workload:  1129550000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 62 in the X datas point
+--------------
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 161 in the X datas point
+--------------
+ --- Configuration:  303333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 192 in the X datas point
+--------------
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 309 in the X datas point
+--------------
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 319 in the X datas point
+--------------
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14109387257.53018
+ --- Energy:  83.8569021514259
+ --- Workload:  1183170000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 395 in the X datas point
+--------------
+ --- Configuration:  222222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  49900697611.75261
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 465 in the X datas point
+--------------
+ --- Configuration:  330333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13912636987.301937
+ --- Energy:  77.38792641178887
+ --- Workload:  1076670000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333333-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 395 in the X datas point
+--------------
+ --- Configuration:  222222-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  49900697611.75261
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 161 in the X datas point
+--------------
+ --- Configuration:  303333-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 192 in the X datas point
+--------------
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 360 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15049135427.169708
+ --- Energy:  75.0574196537613
+ --- Workload:  1129550000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 465 in the X datas point
+--------------
+ --- Configuration:  330333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13912636987.301937
+ --- Energy:  77.38792641178887
+ --- Workload:  1076670000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 62 in the X datas point
+--------------
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 236 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 319 in the X datas point
+--------------
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14109387257.53018
+ --- Energy:  83.8569021514259
+ --- Workload:  1183170000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 349 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14399200556.385109
+ --- Energy:  84.41510028409691
+ --- Workload:  1215510000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 309 in the X datas point
+--------------
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 465 in the X datas point
+--------------
+ --- Configuration:  330333-2-0
+ --- Energy efficiency:  13912636987.301937
+ --- Energy:  77.38792641178887
+ --- Workload:  1076670000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (77.38792641178887 mAh)  it is NOT far from the median.
+---  Median :77.38792641178887,   the gap is :  10
+--- So No we don't romove this configuration '333333-2-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '010101-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '010101-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 361 in the X datas point
+--------------
+ --- Configuration:  010101-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12300183518.7381
+ --- Energy:  48.5955323771484
+ --- Workload:  597734000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 425 in the X datas point
+--------------
+ --- Configuration:  010100-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10448185359.16682
+ --- Energy:  57.70074631354511
+ --- Workload:  602868000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 460 in the X datas point
+--------------
+ --- Configuration:  110101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11763017543.364365
+ --- Energy:  58.12337398418788
+ --- Workload:  683706000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 227 in the X datas point
+--------------
+ --- Configuration:  000111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12035490253.659992
+ --- Energy:  49.4404352153497
+ --- Workload:  595040000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 441 in the X datas point
+--------------
+ --- Configuration:  020202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13489251090.268719
+ --- Energy:  51.82043413295036
+ --- Workload:  699019000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 477 in the X datas point
+--------------
+ --- Configuration:  000001-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10565988294.998167
+ --- Energy:  47.261265478697936
+ --- Workload:  499362000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 480 in the X datas point
+--------------
+ --- Configuration:  100101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12027441811.236517
+ --- Energy:  49.41931284357229
+ --- Workload:  594388000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 595 in the X datas point
+--------------
+ --- Configuration:  110101-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12809509780.060719
+ --- Energy:  44.94678636770851
+ --- Workload:  575746000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 602 in the X datas point
+--------------
+ --- Configuration:  020222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14237408791.59993
+ --- Energy:  62.53995293576916
+ --- Workload:  890407000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 655 in the X datas point
+--------------
+ --- Configuration:  001101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11963267981.988104
+ --- Energy:  50.131704402498926
+ --- Workload:  599739000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '010101-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 595 in the X datas point
+--------------
+ --- Configuration:  110101-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12809509780.060719
+ --- Energy:  44.94678636770851
+ --- Workload:  575746000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 477 in the X datas point
+--------------
+ --- Configuration:  000001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10565988294.998167
+ --- Energy:  47.261265478697936
+ --- Workload:  499362000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 361 in the X datas point
+--------------
+ --- Configuration:  010101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12300183518.7381
+ --- Energy:  48.5955323771484
+ --- Workload:  597734000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 480 in the X datas point
+--------------
+ --- Configuration:  100101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12027441811.236517
+ --- Energy:  49.41931284357229
+ --- Workload:  594388000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 227 in the X datas point
+--------------
+ --- Configuration:  000111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12035490253.659992
+ --- Energy:  49.4404352153497
+ --- Workload:  595040000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 655 in the X datas point
+--------------
+ --- Configuration:  001101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11963267981.988104
+ --- Energy:  50.131704402498926
+ --- Workload:  599739000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 441 in the X datas point
+--------------
+ --- Configuration:  020202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13489251090.268719
+ --- Energy:  51.82043413295036
+ --- Workload:  699019000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 425 in the X datas point
+--------------
+ --- Configuration:  010100-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10448185359.16682
+ --- Energy:  57.70074631354511
+ --- Workload:  602868000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 460 in the X datas point
+--------------
+ --- Configuration:  110101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11763017543.364365
+ --- Energy:  58.12337398418788
+ --- Workload:  683706000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 602 in the X datas point
+--------------
+ --- Configuration:  020222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14237408791.59993
+ --- Energy:  62.53995293576916
+ --- Workload:  890407000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 227 in the X datas point
+--------------
+ --- Configuration:  000111-3-0
+ --- Energy efficiency:  12035490253.659992
+ --- Energy:  49.4404352153497
+ --- Workload:  595040000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (49.4404352153497 mAh)  it is NOT far from the median.
+---  Median :49.4404352153497,   the gap is :  10
+--- So No we don't romove this configuration '010101-3-0'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 1, 1, 1, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '011111-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011111-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 362 in the X datas point
+--------------
+ --- Configuration:  011111-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14901908189.343645
+ --- Energy:  75.3366281487845
+ --- Workload:  1122660000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 71 in the X datas point
+--------------
+ --- Configuration:  011111-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14151777817.088272
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 85 in the X datas point
+--------------
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 104 in the X datas point
+--------------
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 212 in the X datas point
+--------------
+ --- Configuration:  011111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 672 in the X datas point
+--------------
+ --- Configuration:  011011-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14338623807.5642
+ --- Energy:  74.73239429974956
+ --- Workload:  1071560000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 65 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 103 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 118 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011111-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 212 in the X datas point
+--------------
+ --- Configuration:  011111-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 118 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 85 in the X datas point
+--------------
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 65 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 104 in the X datas point
+--------------
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 672 in the X datas point
+--------------
+ --- Configuration:  011011-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14338623807.5642
+ --- Energy:  74.73239429974956
+ --- Workload:  1071560000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 362 in the X datas point
+--------------
+ --- Configuration:  011111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14901908189.343645
+ --- Energy:  75.3366281487845
+ --- Workload:  1122660000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 71 in the X datas point
+--------------
+ --- Configuration:  011111-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14151777817.088272
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 103 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 65 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (75.3366281487845 mAh)  is far from the median.
+---  Median :65.20383205963783,   the gap is :  10
+--- So yes we remove this configuration '011111-2-2'
+--- remove_aberrant_points: The value [0.0, 0, 1, 1, 1, 1, 1, 2.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '222222-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222222-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 81 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 363 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  16239592451.187845
+ --- Energy:  47.6246847339546
+ --- Workload:  773406000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 155 in the X datas point
+--------------
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 167 in the X datas point
+--------------
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 192 in the X datas point
+--------------
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 199 in the X datas point
+--------------
+ --- Configuration:  222222-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17630558694.77448
+ --- Energy:  55.7442277111113
+ --- Workload:  982802000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 209 in the X datas point
+--------------
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 211 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 230 in the X datas point
+--------------
+ --- Configuration:  222222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14263788804.637444
+ --- Energy:  41.4528641815209
+ --- Workload:  591275000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 356 in the X datas point
+--------------
+ --- Configuration:  022222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14586168519.839378
+ --- Energy:  45.8860959823931
+ --- Workload:  669302000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222222-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 209 in the X datas point
+--------------
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 167 in the X datas point
+--------------
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 230 in the X datas point
+--------------
+ --- Configuration:  222222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14263788804.637444
+ --- Energy:  41.4528641815209
+ --- Workload:  591275000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 211 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 155 in the X datas point
+--------------
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 356 in the X datas point
+--------------
+ --- Configuration:  022222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14586168519.839378
+ --- Energy:  45.8860959823931
+ --- Workload:  669302000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 363 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16239592451.187845
+ --- Energy:  47.6246847339546
+ --- Workload:  773406000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 81 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 199 in the X datas point
+--------------
+ --- Configuration:  222222-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17630558694.77448
+ --- Energy:  55.7442277111113
+ --- Workload:  982802000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 192 in the X datas point
+--------------
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 155 in the X datas point
+--------------
+ --- Configuration:  222022-1-0
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (45.2436589650941 mAh)  it is NOT far from the median.
+---  Median :45.2436589650941,   the gap is :  10
+--- So No we don't romove this configuration '222222-1-0'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '000033-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000033-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 364 in the X datas point
+--------------
+ --- Configuration:  000033-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12689099302.353321
+ --- Energy:  51.3326168675035
+ --- Workload:  651365000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 459 in the X datas point
+--------------
+ --- Configuration:  003033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13313575986.569265
+ --- Energy:  58.999551683518746
+ --- Workload:  785495000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 582 in the X datas point
+--------------
+ --- Configuration:  003033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13451237917.42554
+ --- Energy:  58.6370944765814
+ --- Workload:  788742000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 96 in the X datas point
+--------------
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 114 in the X datas point
+--------------
+ --- Configuration:  030033-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11607890115.069016
+ --- Energy:  52.6346324100534
+ --- Workload:  610977000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 201 in the X datas point
+--------------
+ --- Configuration:  300033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13490088157.726112
+ --- Energy:  75.6622282738419
+ --- Workload:  1020690000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 431 in the X datas point
+--------------
+ --- Configuration:  003030-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11942166476.189112
+ --- Energy:  38.31727344984162
+ --- Workload:  457591000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 588 in the X datas point
+--------------
+ --- Configuration:  330033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14150676402.332033
+ --- Energy:  65.34824041069513
+ --- Workload:  924722000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 709 in the X datas point
+--------------
+ --- Configuration:  030333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13867452119.154696
+ --- Energy:  66.87351339419763
+ --- Workload:  927365000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 719 in the X datas point
+--------------
+ --- Configuration:  030033-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12443630354.494143
+ --- Energy:  85.62206665875647
+ --- Workload:  1065450000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000033-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 431 in the X datas point
+--------------
+ --- Configuration:  003030-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11942166476.189112
+ --- Energy:  38.31727344984162
+ --- Workload:  457591000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 364 in the X datas point
+--------------
+ --- Configuration:  000033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12689099302.353321
+ --- Energy:  51.3326168675035
+ --- Workload:  651365000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 114 in the X datas point
+--------------
+ --- Configuration:  030033-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11607890115.069016
+ --- Energy:  52.6346324100534
+ --- Workload:  610977000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 582 in the X datas point
+--------------
+ --- Configuration:  003033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451237917.42554
+ --- Energy:  58.6370944765814
+ --- Workload:  788742000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 459 in the X datas point
+--------------
+ --- Configuration:  003033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13313575986.569265
+ --- Energy:  58.999551683518746
+ --- Workload:  785495000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 588 in the X datas point
+--------------
+ --- Configuration:  330033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14150676402.332033
+ --- Energy:  65.34824041069513
+ --- Workload:  924722000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 96 in the X datas point
+--------------
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 709 in the X datas point
+--------------
+ --- Configuration:  030333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13867452119.154696
+ --- Energy:  66.87351339419763
+ --- Workload:  927365000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 201 in the X datas point
+--------------
+ --- Configuration:  300033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13490088157.726112
+ --- Energy:  75.6622282738419
+ --- Workload:  1020690000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 719 in the X datas point
+--------------
+ --- Configuration:  030033-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12443630354.494143
+ --- Energy:  85.62206665875647
+ --- Workload:  1065450000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 459 in the X datas point
+--------------
+ --- Configuration:  003033-1-1
+ --- Energy efficiency:  13313575986.569265
+ --- Energy:  58.999551683518746
+ --- Workload:  785495000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (58.999551683518746 mAh)  it is NOT far from the median.
+---  Median :58.999551683518746,   the gap is :  10
+--- So No we don't romove this configuration '000033-1-1'
+ --- remove_aberrant_points: The value [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '033030-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033030-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 365 in the X datas point
+--------------
+ --- Configuration:  033030-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12790717009.223387
+ --- Energy:  62.0291609855632
+ --- Workload:  793397000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 270 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10275897573.963343
+ --- Energy:  24.5924899083227
+ --- Workload:  252710000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 351 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13323686983.956947
+ --- Energy:  83.3035486563878
+ --- Workload:  1109910000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 14 in the X datas point
+--------------
+ --- Configuration:  333030-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 96 in the X datas point
+--------------
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 127 in the X datas point
+--------------
+ --- Configuration:  033030-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10395312961.292013
+ --- Energy:  67.1483257685157
+ --- Workload:  698028000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 156 in the X datas point
+--------------
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 187 in the X datas point
+--------------
+ --- Configuration:  033033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14361976380.293646
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 238 in the X datas point
+--------------
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 431 in the X datas point
+--------------
+ --- Configuration:  003030-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11942166476.189112
+ --- Energy:  38.31727344984162
+ --- Workload:  457591000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033030-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 270 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10275897573.963343
+ --- Energy:  24.5924899083227
+ --- Workload:  252710000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 431 in the X datas point
+--------------
+ --- Configuration:  003030-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11942166476.189112
+ --- Energy:  38.31727344984162
+ --- Workload:  457591000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 14 in the X datas point
+--------------
+ --- Configuration:  333030-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 365 in the X datas point
+--------------
+ --- Configuration:  033030-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12790717009.223387
+ --- Energy:  62.0291609855632
+ --- Workload:  793397000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 238 in the X datas point
+--------------
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 96 in the X datas point
+--------------
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 127 in the X datas point
+--------------
+ --- Configuration:  033030-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10395312961.292013
+ --- Energy:  67.1483257685157
+ --- Workload:  698028000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 156 in the X datas point
+--------------
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 351 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13323686983.956947
+ --- Energy:  83.3035486563878
+ --- Workload:  1109910000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 187 in the X datas point
+--------------
+ --- Configuration:  033033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14361976380.293646
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 238 in the X datas point
+--------------
+ --- Configuration:  330030-1-2
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (62.4755025899128 mAh)  it is NOT far from the median.
+---  Median :62.4755025899128,   the gap is :  10
+--- So No we don't romove this configuration '033030-1-2'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '111111-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111111-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 366 in the X datas point
+--------------
+ --- Configuration:  111111-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14221635658.760386
+ --- Energy:  52.1586628956498
+ --- Workload:  741781000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 41 in the X datas point
+--------------
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 59 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 97 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 145 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 222 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 239 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 265 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5524617696.455405
+ --- Energy:  13.7189335182749
+ --- Workload:  75791800000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 744 in the X datas point
+--------------
+ --- Configuration:  111110-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6030926591.561527
+ --- Energy:  12.568567782753549
+ --- Workload:  75800200000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111111-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 744 in the X datas point
+--------------
+ --- Configuration:  111110-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6030926591.561527
+ --- Energy:  12.568567782753549
+ --- Workload:  75800200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 265 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5524617696.455405
+ --- Energy:  13.7189335182749
+ --- Workload:  75791800000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 145 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 366 in the X datas point
+--------------
+ --- Configuration:  111111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14221635658.760386
+ --- Energy:  52.1586628956498
+ --- Workload:  741781000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 41 in the X datas point
+--------------
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 59 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 239 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 222 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 97 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (53.93709917505446 mAh)  it is NOT far from the median.
+---  Median :53.93709917505446,   the gap is :  10
+--- So No we don't romove this configuration '111111-3-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '220202-3-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220202-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 367 in the X datas point
+--------------
+ --- Configuration:  220202-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14401834217.605953
+ --- Energy:  75.0091801682557
+ --- Workload:  1080270000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 138 in the X datas point
+--------------
+ --- Configuration:  222202-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15123376505.532131
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 188 in the X datas point
+--------------
+ --- Configuration:  330303-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14509155276.979774
+ --- Energy:  74.9403190398345
+ --- Workload:  1087320000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 110 in the X datas point
+--------------
+ --- Configuration:  200202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373986415.837713
+ --- Energy:  65.7590425822352
+ --- Workload:  813702000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 113 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 221 in the X datas point
+--------------
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 226 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 251 in the X datas point
+--------------
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 272 in the X datas point
+--------------
+ --- Configuration:  222202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220202-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 272 in the X datas point
+--------------
+ --- Configuration:  222202-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 110 in the X datas point
+--------------
+ --- Configuration:  200202-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12373986415.837713
+ --- Energy:  65.7590425822352
+ --- Workload:  813702000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 113 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 188 in the X datas point
+--------------
+ --- Configuration:  330303-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14509155276.979774
+ --- Energy:  74.9403190398345
+ --- Workload:  1087320000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 367 in the X datas point
+--------------
+ --- Configuration:  220202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14401834217.605953
+ --- Energy:  75.0091801682557
+ --- Workload:  1080270000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 221 in the X datas point
+--------------
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 138 in the X datas point
+--------------
+ --- Configuration:  222202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15123376505.532131
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 251 in the X datas point
+--------------
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 226 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 367 in the X datas point
+--------------
+ --- Configuration:  220202-3-1
+ --- Energy efficiency:  14401834217.605953
+ --- Energy:  75.0091801682557
+ --- Workload:  1080270000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (75.0091801682557 mAh)  it is NOT far from the median.
+---  Median :75.0091801682557,   the gap is :  10
+--- So No we don't romove this configuration '220202-3-1'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '101101-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101101-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 368 in the X datas point
+--------------
+ --- Configuration:  101101-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12808082412.325474
+ --- Energy:  45.0099417425521
+ --- Workload:  576491000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 397 in the X datas point
+--------------
+ --- Configuration:  100101-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12649245282.780205
+ --- Energy:  41.7732349755354
+ --- Workload:  528400000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 508 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 541 in the X datas point
+--------------
+ --- Configuration:  101101-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14119886306.675457
+ --- Energy:  56.83939361137568
+ --- Workload:  802566000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 561 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12080679610.712181
+ --- Energy:  56.78135936837892
+ --- Workload:  685957000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 632 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11809317315.175327
+ --- Energy:  58.81039857197384
+ --- Workload:  694511000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 775 in the X datas point
+--------------
+ --- Configuration:  101101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5941064638.78327
+ --- Energy:  12.77057489674986
+ --- Workload:  75870700000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 119 in the X datas point
+--------------
+ --- Configuration:  101111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101101-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 775 in the X datas point
+--------------
+ --- Configuration:  101101-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5941064638.78327
+ --- Energy:  12.77057489674986
+ --- Workload:  75870700000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 397 in the X datas point
+--------------
+ --- Configuration:  100101-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12649245282.780205
+ --- Energy:  41.7732349755354
+ --- Workload:  528400000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 368 in the X datas point
+--------------
+ --- Configuration:  101101-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12808082412.325474
+ --- Energy:  45.0099417425521
+ --- Workload:  576491000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 508 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 561 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12080679610.712181
+ --- Energy:  56.78135936837892
+ --- Workload:  685957000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 541 in the X datas point
+--------------
+ --- Configuration:  101101-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14119886306.675457
+ --- Energy:  56.83939361137568
+ --- Workload:  802566000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 119 in the X datas point
+--------------
+ --- Configuration:  101111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 632 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11809317315.175327
+ --- Energy:  58.81039857197384
+ --- Workload:  694511000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 508 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (51.17451467754853 mAh)  it is NOT far from the median.
+---  Median :51.17451467754853,   the gap is :  10
+--- So No we don't romove this configuration '101101-2-0'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0]
+--- Computing the list of the 10 first neighbours of '222222-0-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222222-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 169 in the X datas point
+--------------
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 369 in the X datas point
+--------------
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15203575881.047222
+ --- Energy:  71.7851022973991
+ --- Workload:  1091390000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 91 in the X datas point
+--------------
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 111 in the X datas point
+--------------
+ --- Configuration:  111111-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13419378387.55433
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 125 in the X datas point
+--------------
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 159 in the X datas point
+--------------
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  69.5925937545452
+ --- Workload:  983338000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 232 in the X datas point
+--------------
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 274 in the X datas point
+--------------
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10520800675.014572
+ --- Energy:  17.8171709875973
+ --- Workload:  187451000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 483 in the X datas point
+--------------
+ --- Configuration:  333333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14751416504.76987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 489 in the X datas point
+--------------
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15673416162.11328
+ --- Energy:  52.24843908649111
+ --- Workload:  818911000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222222-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 274 in the X datas point
+--------------
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10520800675.014572
+ --- Energy:  17.8171709875973
+ --- Workload:  187451000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 125 in the X datas point
+--------------
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 489 in the X datas point
+--------------
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15673416162.11328
+ --- Energy:  52.24843908649111
+ --- Workload:  818911000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 111 in the X datas point
+--------------
+ --- Configuration:  111111-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13419378387.55433
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 91 in the X datas point
+--------------
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 159 in the X datas point
+--------------
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  69.5925937545452
+ --- Workload:  983338000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 369 in the X datas point
+--------------
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15203575881.047222
+ --- Energy:  71.7851022973991
+ --- Workload:  1091390000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 169 in the X datas point
+--------------
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 483 in the X datas point
+--------------
+ --- Configuration:  333333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14751416504.76987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 232 in the X datas point
+--------------
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 91 in the X datas point
+--------------
+ --- Configuration:  202222-0-2
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (65.8277383833758 mAh)  it is NOT far from the median.
+---  Median :65.8277383833758,   the gap is :  10
+--- So No we don't romove this configuration '222222-0-2'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '303333-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303333-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 370 in the X datas point
+--------------
+ --- Configuration:  303333-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15097712394.617968
+ --- Energy:  67.5804517710351
+ --- Workload:  1020310000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 92 in the X datas point
+--------------
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 457 in the X datas point
+--------------
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13461287356.755075
+ --- Energy:  41.2112771905204
+ --- Workload:  554757000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 492 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13042179713.411142
+ --- Energy:  64.25089221017343
+ --- Workload:  837972000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 495 in the X datas point
+--------------
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16695549968.1115
+ --- Energy:  63.73792434520371
+ --- Workload:  1064140000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 614 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13034495793.116482
+ --- Energy:  64.35007047679922
+ --- Workload:  838771000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 674 in the X datas point
+--------------
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13890586627.254442
+ --- Energy:  40.077884631026805
+ --- Workload:  556705000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 6 in the X datas point
+--------------
+ --- Configuration:  303303-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  58.54108121624596
+ --- Workload:  751419000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 56 in the X datas point
+--------------
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303333-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 674 in the X datas point
+--------------
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13890586627.254442
+ --- Energy:  40.077884631026805
+ --- Workload:  556705000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 457 in the X datas point
+--------------
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13461287356.755075
+ --- Energy:  41.2112771905204
+ --- Workload:  554757000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 6 in the X datas point
+--------------
+ --- Configuration:  303303-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  58.54108121624596
+ --- Workload:  751419000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 495 in the X datas point
+--------------
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16695549968.1115
+ --- Energy:  63.73792434520371
+ --- Workload:  1064140000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 492 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13042179713.411142
+ --- Energy:  64.25089221017343
+ --- Workload:  837972000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 56 in the X datas point
+--------------
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 614 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13034495793.116482
+ --- Energy:  64.35007047679922
+ --- Workload:  838771000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 370 in the X datas point
+--------------
+ --- Configuration:  303333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15097712394.617968
+ --- Energy:  67.5804517710351
+ --- Workload:  1020310000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 92 in the X datas point
+--------------
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 492 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Energy efficiency:  13042179713.411142
+ --- Energy:  64.25089221017343
+ --- Workload:  837972000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (64.25089221017343 mAh)  it is NOT far from the median.
+---  Median :64.25089221017343,   the gap is :  10
+--- So No we don't romove this configuration '303333-1-1'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0]
+--- Computing the list of the 10 first neighbours of '000222-0-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000222-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 371 in the X datas point
+--------------
+ --- Configuration:  000222-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12894540709.354473
+ --- Energy:  60.6815823315127
+ --- Workload:  782461000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 91 in the X datas point
+--------------
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 159 in the X datas point
+--------------
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  69.5925937545452
+ --- Workload:  983338000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 505 in the X datas point
+--------------
+ --- Configuration:  022222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14246069509.422352
+ --- Energy:  69.37565973641902
+ --- Workload:  988330000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 16 in the X datas point
+--------------
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 33 in the X datas point
+--------------
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 61 in the X datas point
+--------------
+ --- Configuration:  003333-1-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13753001592.597586
+ --- Energy:  81.48911064839487
+ --- Workload:  1120720000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 75 in the X datas point
+--------------
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 105 in the X datas point
+--------------
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13446770287.478502
+ --- Energy:  86.2801902841026
+ --- Workload:  1160190000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 120 in the X datas point
+--------------
+ --- Configuration:  100110-0-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11691120593.908926
+ --- Energy:  51.630790443296
+ --- Workload:  603622000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000222-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 33 in the X datas point
+--------------
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 120 in the X datas point
+--------------
+ --- Configuration:  100110-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11691120593.908926
+ --- Energy:  51.630790443296
+ --- Workload:  603622000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 371 in the X datas point
+--------------
+ --- Configuration:  000222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12894540709.354473
+ --- Energy:  60.6815823315127
+ --- Workload:  782461000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 91 in the X datas point
+--------------
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 505 in the X datas point
+--------------
+ --- Configuration:  022222-0-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14246069509.422352
+ --- Energy:  69.37565973641902
+ --- Workload:  988330000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 159 in the X datas point
+--------------
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  69.5925937545452
+ --- Workload:  983338000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 75 in the X datas point
+--------------
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 16 in the X datas point
+--------------
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 61 in the X datas point
+--------------
+ --- Configuration:  003333-1-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13753001592.597586
+ --- Energy:  81.48911064839487
+ --- Workload:  1120720000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 105 in the X datas point
+--------------
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13446770287.478502
+ --- Energy:  86.2801902841026
+ --- Workload:  1160190000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 505 in the X datas point
+--------------
+ --- Configuration:  022222-0-2
+ --- Energy efficiency:  14246069509.422352
+ --- Energy:  69.37565973641902
+ --- Workload:  988330000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (69.37565973641902 mAh)  it is NOT far from the median.
+---  Median :69.37565973641902,   the gap is :  10
+--- So No we don't romove this configuration '000222-0-2'
+ --- remove_aberrant_points: The value [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0]
+--- Computing the list of the 10 first neighbours of '022220-0-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '022220-0-1'
+--- Neighbour  0 in the list of neghbours, And at position 372 in the X datas point
+--------------
+ --- Configuration:  022220-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11478960786.722055
+ --- Energy:  33.8887834603504
+ --- Workload:  389008000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 166 in the X datas point
+--------------
+ --- Configuration:  222220-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11742671105.396345
+ --- Energy:  36.9581904467489
+ --- Workload:  433988000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 78 in the X datas point
+--------------
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 106 in the X datas point
+--------------
+ --- Configuration:  011110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 125 in the X datas point
+--------------
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 128 in the X datas point
+--------------
+ --- Configuration:  033330-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6111684930.418467
+ --- Energy:  26.7184846004408
+ --- Workload:  163295000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 275 in the X datas point
+--------------
+ --- Configuration:  022222-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10571673834.261526
+ --- Energy:  17.8136328789872
+ --- Workload:  188320000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 324 in the X datas point
+--------------
+ --- Configuration:  002220-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13404268723.41766
+ --- Energy:  37.62672702026895
+ --- Workload:  504359000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 489 in the X datas point
+--------------
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15673416162.11328
+ --- Energy:  52.24843908649111
+ --- Workload:  818911000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 505 in the X datas point
+--------------
+ --- Configuration:  022222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14246069509.422352
+ --- Energy:  69.37565973641902
+ --- Workload:  988330000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '022220-0-1'
+--- Neighbour  0 in the list of neghbours, And at position 275 in the X datas point
+--------------
+ --- Configuration:  022222-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10571673834.261526
+ --- Energy:  17.8136328789872
+ --- Workload:  188320000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 128 in the X datas point
+--------------
+ --- Configuration:  033330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6111684930.418467
+ --- Energy:  26.7184846004408
+ --- Workload:  163295000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 372 in the X datas point
+--------------
+ --- Configuration:  022220-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11478960786.722055
+ --- Energy:  33.8887834603504
+ --- Workload:  389008000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 166 in the X datas point
+--------------
+ --- Configuration:  222220-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11742671105.396345
+ --- Energy:  36.9581904467489
+ --- Workload:  433988000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 324 in the X datas point
+--------------
+ --- Configuration:  002220-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13404268723.41766
+ --- Energy:  37.62672702026895
+ --- Workload:  504359000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 106 in the X datas point
+--------------
+ --- Configuration:  011110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 78 in the X datas point
+--------------
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 125 in the X datas point
+--------------
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 489 in the X datas point
+--------------
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15673416162.11328
+ --- Energy:  52.24843908649111
+ --- Workload:  818911000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 505 in the X datas point
+--------------
+ --- Configuration:  022222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14246069509.422352
+ --- Energy:  69.37565973641902
+ --- Workload:  988330000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 324 in the X datas point
+--------------
+ --- Configuration:  002220-1-1
+ --- Energy efficiency:  13404268723.41766
+ --- Energy:  37.62672702026895
+ --- Workload:  504359000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (37.62672702026895 mAh)  it is NOT far from the median.
+---  Median :37.62672702026895,   the gap is :  10
+--- So No we don't romove this configuration '022220-0-1'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '222200-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222200-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 373 in the X datas point
+--------------
+ --- Configuration:  222200-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11496525749.918375
+ --- Energy:  80.2428888615872
+ --- Workload:  922514000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 376 in the X datas point
+--------------
+ --- Configuration:  222200-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13164009072.635054
+ --- Energy:  63.2881080327642
+ --- Workload:  833125000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 394 in the X datas point
+--------------
+ --- Configuration:  222202-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14354884321.164698
+ --- Energy:  82.7028685460665
+ --- Workload:  1187190000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 22 in the X datas point
+--------------
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 121 in the X datas point
+--------------
+ --- Configuration:  333300-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 124 in the X datas point
+--------------
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 163 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 176 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  83.7034659994173
+ --- Workload:  1150120000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 195 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14933352448.024466
+ --- Energy:  78.5356318543746
+ --- Workload:  1172800000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 216 in the X datas point
+--------------
+ --- Configuration:  110100-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11216131488.952671
+ --- Energy:  77.6226342959476
+ --- Workload:  870626000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222200-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 121 in the X datas point
+--------------
+ --- Configuration:  333300-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 376 in the X datas point
+--------------
+ --- Configuration:  222200-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13164009072.635054
+ --- Energy:  63.2881080327642
+ --- Workload:  833125000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 124 in the X datas point
+--------------
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 22 in the X datas point
+--------------
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 216 in the X datas point
+--------------
+ --- Configuration:  110100-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11216131488.952671
+ --- Energy:  77.6226342959476
+ --- Workload:  870626000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 195 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14933352448.024466
+ --- Energy:  78.5356318543746
+ --- Workload:  1172800000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 163 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 373 in the X datas point
+--------------
+ --- Configuration:  222200-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11496525749.918375
+ --- Energy:  80.2428888615872
+ --- Workload:  922514000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 394 in the X datas point
+--------------
+ --- Configuration:  222202-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14354884321.164698
+ --- Energy:  82.7028685460665
+ --- Workload:  1187190000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 176 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  83.7034659994173
+ --- Workload:  1150120000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 216 in the X datas point
+--------------
+ --- Configuration:  110100-1-3
+ --- Energy efficiency:  11216131488.952671
+ --- Energy:  77.6226342959476
+ --- Workload:  870626000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (77.6226342959476 mAh)  it is NOT far from the median.
+---  Median :77.6226342959476,   the gap is :  10
+--- So No we don't romove this configuration '222200-1-3'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '022220-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '022220-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 374 in the X datas point
+--------------
+ --- Configuration:  022220-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14357811008.1337
+ --- Energy:  74.4883903754354
+ --- Workload:  1069490000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 444 in the X datas point
+--------------
+ --- Configuration:  022220-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13985779259.648788
+ --- Energy:  76.30755632960373
+ --- Workload:  1067220000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 429 in the X datas point
+--------------
+ --- Configuration:  222220-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14754441824.711329
+ --- Energy:  76.06186087808521
+ --- Workload:  1122250000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 108 in the X datas point
+--------------
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 124 in the X datas point
+--------------
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 144 in the X datas point
+--------------
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 163 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 176 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  83.7034659994173
+ --- Workload:  1150120000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '022220-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 124 in the X datas point
+--------------
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 108 in the X datas point
+--------------
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 374 in the X datas point
+--------------
+ --- Configuration:  022220-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14357811008.1337
+ --- Energy:  74.4883903754354
+ --- Workload:  1069490000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 429 in the X datas point
+--------------
+ --- Configuration:  222220-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14754441824.711329
+ --- Energy:  76.06186087808521
+ --- Workload:  1122250000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 444 in the X datas point
+--------------
+ --- Configuration:  022220-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13985779259.648788
+ --- Energy:  76.30755632960373
+ --- Workload:  1067220000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 163 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 144 in the X datas point
+--------------
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 176 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  83.7034659994173
+ --- Workload:  1150120000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 374 in the X datas point
+--------------
+ --- Configuration:  022220-2-2
+ --- Energy efficiency:  14357811008.1337
+ --- Energy:  74.4883903754354
+ --- Workload:  1069490000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (74.4883903754354 mAh)  it is NOT far from the median.
+---  Median :74.4883903754354,   the gap is :  10
+--- So No we don't romove this configuration '022220-2-2'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '333033-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333033-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 258 in the X datas point
+--------------
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15312505263.673683
+ --- Energy:  75.3926735584727
+ --- Workload:  1154450000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 375 in the X datas point
+--------------
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14663208104.648384
+ --- Energy:  102.002963990619
+ --- Workload:  1495690000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 117 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 129 in the X datas point
+--------------
+ --- Configuration:  303033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14047528407.614323
+ --- Energy:  99.1199512733933
+ --- Workload:  1392390000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 135 in the X datas point
+--------------
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 187 in the X datas point
+--------------
+ --- Configuration:  033033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14361976380.293646
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 267 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9880837104.519495
+ --- Energy:  25.3623210355619
+ --- Workload:  250600000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 355 in the X datas point
+--------------
+ --- Configuration:  333033-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15017968999.908392
+ --- Energy:  80.1899268231783
+ --- Workload:  1204290000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 496 in the X datas point
+--------------
+ --- Configuration:  222022-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15478678120.888475
+ --- Energy:  91.10203171728844
+ --- Workload:  1410140000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333033-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 267 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9880837104.519495
+ --- Energy:  25.3623210355619
+ --- Workload:  250600000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 258 in the X datas point
+--------------
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15312505263.673683
+ --- Energy:  75.3926735584727
+ --- Workload:  1154450000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 135 in the X datas point
+--------------
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 355 in the X datas point
+--------------
+ --- Configuration:  333033-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15017968999.908392
+ --- Energy:  80.1899268231783
+ --- Workload:  1204290000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 496 in the X datas point
+--------------
+ --- Configuration:  222022-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15478678120.888475
+ --- Energy:  91.10203171728844
+ --- Workload:  1410140000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 187 in the X datas point
+--------------
+ --- Configuration:  033033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14361976380.293646
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 129 in the X datas point
+--------------
+ --- Configuration:  303033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14047528407.614323
+ --- Energy:  99.1199512733933
+ --- Workload:  1392390000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 375 in the X datas point
+--------------
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14663208104.648384
+ --- Energy:  102.002963990619
+ --- Workload:  1495690000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 117 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (102.002963990619 mAh)  is far from the median.
+---  Median :85.51534231485796,   the gap is :  10
+--- So yes we remove this configuration '333033-2-2'
+--- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '222200-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222200-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 376 in the X datas point
+--------------
+ --- Configuration:  222200-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13164009072.635054
+ --- Energy:  63.2881080327642
+ --- Workload:  833125000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 121 in the X datas point
+--------------
+ --- Configuration:  333300-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 124 in the X datas point
+--------------
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 195 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14933352448.024466
+ --- Energy:  78.5356318543746
+ --- Workload:  1172800000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 252 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14598327031.722164
+ --- Energy:  75.2161891555095
+ --- Workload:  1098030000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 373 in the X datas point
+--------------
+ --- Configuration:  222200-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11496525749.918375
+ --- Energy:  80.2428888615872
+ --- Workload:  922514000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 5 in the X datas point
+--------------
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 162 in the X datas point
+--------------
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12976463290.882996
+ --- Energy:  64.768131410946
+ --- Workload:  840461000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 165 in the X datas point
+--------------
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222200-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 121 in the X datas point
+--------------
+ --- Configuration:  333300-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 376 in the X datas point
+--------------
+ --- Configuration:  222200-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13164009072.635054
+ --- Energy:  63.2881080327642
+ --- Workload:  833125000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 5 in the X datas point
+--------------
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 124 in the X datas point
+--------------
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 162 in the X datas point
+--------------
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12976463290.882996
+ --- Energy:  64.768131410946
+ --- Workload:  840461000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 252 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14598327031.722164
+ --- Energy:  75.2161891555095
+ --- Workload:  1098030000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 165 in the X datas point
+--------------
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 195 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14933352448.024466
+ --- Energy:  78.5356318543746
+ --- Workload:  1172800000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 373 in the X datas point
+--------------
+ --- Configuration:  222200-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11496525749.918375
+ --- Energy:  80.2428888615872
+ --- Workload:  922514000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 162 in the X datas point
+--------------
+ --- Configuration:  220220-1-2
+ --- Energy efficiency:  12976463290.882996
+ --- Energy:  64.768131410946
+ --- Workload:  840461000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (64.768131410946 mAh)  it is NOT far from the median.
+---  Median :64.768131410946,   the gap is :  10
+--- So No we don't romove this configuration '222200-1-2'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '300333-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '300333-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 377 in the X datas point
+--------------
+ --- Configuration:  300333-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10542740269.050732
+ --- Energy:  49.5215662037853
+ --- Workload:  522093000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 170 in the X datas point
+--------------
+ --- Configuration:  330333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11461738424.790365
+ --- Energy:  57.5070787061249
+ --- Workload:  659131000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 387 in the X datas point
+--------------
+ --- Configuration:  303333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11746671287.02404
+ --- Energy:  55.9889928704492
+ --- Workload:  657684000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 456 in the X datas point
+--------------
+ --- Configuration:  300033-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8819508753.362438
+ --- Energy:  43.98581744362714
+ --- Workload:  387933000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 627 in the X datas point
+--------------
+ --- Configuration:  300303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9265607916.535404
+ --- Energy:  41.90141554208418
+ --- Workload:  388241000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 126 in the X datas point
+--------------
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 259 in the X datas point
+--------------
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 273 in the X datas point
+--------------
+ --- Configuration:  330330-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5536240228.535996
+ --- Energy:  13.8323700917135
+ --- Workload:  76579500000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 308 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 385 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12421881890.262611
+ --- Energy:  63.8914148004144
+ --- Workload:  793652000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '300333-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 273 in the X datas point
+--------------
+ --- Configuration:  330330-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5536240228.535996
+ --- Energy:  13.8323700917135
+ --- Workload:  76579500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 259 in the X datas point
+--------------
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 627 in the X datas point
+--------------
+ --- Configuration:  300303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9265607916.535404
+ --- Energy:  41.90141554208418
+ --- Workload:  388241000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 456 in the X datas point
+--------------
+ --- Configuration:  300033-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8819508753.362438
+ --- Energy:  43.98581744362714
+ --- Workload:  387933000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 377 in the X datas point
+--------------
+ --- Configuration:  300333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10542740269.050732
+ --- Energy:  49.5215662037853
+ --- Workload:  522093000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 387 in the X datas point
+--------------
+ --- Configuration:  303333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11746671287.02404
+ --- Energy:  55.9889928704492
+ --- Workload:  657684000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 170 in the X datas point
+--------------
+ --- Configuration:  330333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11461738424.790365
+ --- Energy:  57.5070787061249
+ --- Workload:  659131000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 385 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12421881890.262611
+ --- Energy:  63.8914148004144
+ --- Workload:  793652000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 308 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 126 in the X datas point
+--------------
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 377 in the X datas point
+--------------
+ --- Configuration:  300333-0-0
+ --- Energy efficiency:  10542740269.050732
+ --- Energy:  49.5215662037853
+ --- Workload:  522093000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (49.5215662037853 mAh)  it is NOT far from the median.
+---  Median :49.5215662037853,   the gap is :  10
+--- So No we don't romove this configuration '300333-0-0'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0]
+--- Computing the list of the 10 first neighbours of '111101-0-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111101-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 378 in the X datas point
+--------------
+ --- Configuration:  111101-0-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11645632713.048117
+ --- Energy:  67.4694443841449
+ --- Workload:  785724000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 1 in the X datas point
+--------------
+ --- Configuration:  011001-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11271402985.343796
+ --- Energy:  64.71129799002061
+ --- Workload:  729387000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 66 in the X datas point
+--------------
+ --- Configuration:  101101-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11969296360.974827
+ --- Energy:  55.14950525765903
+ --- Workload:  660101000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 111 in the X datas point
+--------------
+ --- Configuration:  111111-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13419378387.55433
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 140 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 232 in the X datas point
+--------------
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 247 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13225816264.315292
+ --- Energy:  70.9803740450458
+ --- Workload:  938774000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 253 in the X datas point
+--------------
+ --- Configuration:  101111-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12089851778.417196
+ --- Energy:  58.0655432702143
+ --- Workload:  702004000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 346 in the X datas point
+--------------
+ --- Configuration:  011101-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12422560861.231298
+ --- Energy:  53.13375305902614
+ --- Workload:  660057000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 394 in the X datas point
+--------------
+ --- Configuration:  222202-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14354884321.164698
+ --- Energy:  82.7028685460665
+ --- Workload:  1187190000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111101-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 346 in the X datas point
+--------------
+ --- Configuration:  011101-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12422560861.231298
+ --- Energy:  53.13375305902614
+ --- Workload:  660057000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 66 in the X datas point
+--------------
+ --- Configuration:  101101-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11969296360.974827
+ --- Energy:  55.14950525765903
+ --- Workload:  660101000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 111 in the X datas point
+--------------
+ --- Configuration:  111111-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13419378387.55433
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 253 in the X datas point
+--------------
+ --- Configuration:  101111-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12089851778.417196
+ --- Energy:  58.0655432702143
+ --- Workload:  702004000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 1 in the X datas point
+--------------
+ --- Configuration:  011001-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11271402985.343796
+ --- Energy:  64.71129799002061
+ --- Workload:  729387000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 378 in the X datas point
+--------------
+ --- Configuration:  111101-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11645632713.048117
+ --- Energy:  67.4694443841449
+ --- Workload:  785724000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 247 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13225816264.315292
+ --- Energy:  70.9803740450458
+ --- Workload:  938774000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 140 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 232 in the X datas point
+--------------
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 394 in the X datas point
+--------------
+ --- Configuration:  222202-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14354884321.164698
+ --- Energy:  82.7028685460665
+ --- Workload:  1187190000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 1 in the X datas point
+--------------
+ --- Configuration:  011001-0-3
+ --- Energy efficiency:  11271402985.343796
+ --- Energy:  64.71129799002061
+ --- Workload:  729387000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (64.71129799002061 mAh)  it is NOT far from the median.
+---  Median :64.71129799002061,   the gap is :  10
+--- So No we don't romove this configuration '111101-0-3'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '220022-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220022-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 379 in the X datas point
+--------------
+ --- Configuration:  220022-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14371553521.821047
+ --- Energy:  61.0078855819444
+ --- Workload:  876778000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 112 in the X datas point
+--------------
+ --- Configuration:  330033-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12592000302.208008
+ --- Energy:  83.5387640803202
+ --- Workload:  1051920000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 386 in the X datas point
+--------------
+ --- Configuration:  220002-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13567950330.447432
+ --- Energy:  56.7479002567857
+ --- Workload:  769953000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 41 in the X datas point
+--------------
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 52 in the X datas point
+--------------
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 134 in the X datas point
+--------------
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 174 in the X datas point
+--------------
+ --- Configuration:  220022-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15248016614.238901
+ --- Energy:  67.2323504939425
+ --- Workload:  1025160000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 222 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 225 in the X datas point
+--------------
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15528046758.0544
+ --- Energy:  58.262720853322
+ --- Workload:  904706000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 239 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220022-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 41 in the X datas point
+--------------
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 386 in the X datas point
+--------------
+ --- Configuration:  220002-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13567950330.447432
+ --- Energy:  56.7479002567857
+ --- Workload:  769953000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 225 in the X datas point
+--------------
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15528046758.0544
+ --- Energy:  58.262720853322
+ --- Workload:  904706000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 52 in the X datas point
+--------------
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 379 in the X datas point
+--------------
+ --- Configuration:  220022-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14371553521.821047
+ --- Energy:  61.0078855819444
+ --- Workload:  876778000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 174 in the X datas point
+--------------
+ --- Configuration:  220022-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15248016614.238901
+ --- Energy:  67.2323504939425
+ --- Workload:  1025160000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 239 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 134 in the X datas point
+--------------
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 222 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 112 in the X datas point
+--------------
+ --- Configuration:  330033-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12592000302.208008
+ --- Energy:  83.5387640803202
+ --- Workload:  1051920000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 379 in the X datas point
+--------------
+ --- Configuration:  220022-3-0
+ --- Energy efficiency:  14371553521.821047
+ --- Energy:  61.0078855819444
+ --- Workload:  876778000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (61.0078855819444 mAh)  it is NOT far from the median.
+---  Median :61.0078855819444,   the gap is :  10
+--- So No we don't romove this configuration '220022-3-0'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '000333-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000333-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 380 in the X datas point
+--------------
+ --- Configuration:  000333-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12831600639.526976
+ --- Energy:  62.2597560074204
+ --- Workload:  798892000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 538 in the X datas point
+--------------
+ --- Configuration:  000333-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12729464509.616474
+ --- Energy:  62.669563544461724
+ --- Workload:  797750000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 591 in the X datas point
+--------------
+ --- Configuration:  003333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13285505513.484787
+ --- Energy:  70.52682283226056
+ --- Workload:  936985000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 738 in the X datas point
+--------------
+ --- Configuration:  000033-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9991107913.956577
+ --- Energy:  25.378870651700414
+ --- Workload:  253562000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 161 in the X datas point
+--------------
+ --- Configuration:  303333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 465 in the X datas point
+--------------
+ --- Configuration:  330333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13912636987.301937
+ --- Energy:  77.38792641178887
+ --- Workload:  1076670000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 509 in the X datas point
+--------------
+ --- Configuration:  000202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13004797469.786604
+ --- Energy:  45.81348523547173
+ --- Workload:  595795000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 572 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12236502220.313328
+ --- Energy:  57.33723345336789
+ --- Workload:  701607000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 736 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10537108006.410776
+ --- Energy:  25.752705265432734
+ --- Workload:  271359000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 740 in the X datas point
+--------------
+ --- Configuration:  020222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11107569030.764635
+ --- Energy:  16.962130007740114
+ --- Workload:  188408000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000333-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 740 in the X datas point
+--------------
+ --- Configuration:  020222-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11107569030.764635
+ --- Energy:  16.962130007740114
+ --- Workload:  188408000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 738 in the X datas point
+--------------
+ --- Configuration:  000033-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9991107913.956577
+ --- Energy:  25.378870651700414
+ --- Workload:  253562000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 736 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10537108006.410776
+ --- Energy:  25.752705265432734
+ --- Workload:  271359000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 509 in the X datas point
+--------------
+ --- Configuration:  000202-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13004797469.786604
+ --- Energy:  45.81348523547173
+ --- Workload:  595795000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 572 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12236502220.313328
+ --- Energy:  57.33723345336789
+ --- Workload:  701607000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 161 in the X datas point
+--------------
+ --- Configuration:  303333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 380 in the X datas point
+--------------
+ --- Configuration:  000333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12831600639.526976
+ --- Energy:  62.2597560074204
+ --- Workload:  798892000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 538 in the X datas point
+--------------
+ --- Configuration:  000333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12729464509.616474
+ --- Energy:  62.669563544461724
+ --- Workload:  797750000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 591 in the X datas point
+--------------
+ --- Configuration:  003333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13285505513.484787
+ --- Energy:  70.52682283226056
+ --- Workload:  936985000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 465 in the X datas point
+--------------
+ --- Configuration:  330333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13912636987.301937
+ --- Energy:  77.38792641178887
+ --- Workload:  1076670000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 572 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Energy efficiency:  12236502220.313328
+ --- Energy:  57.33723345336789
+ --- Workload:  701607000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (57.33723345336789 mAh)  it is NOT far from the median.
+---  Median :57.33723345336789,   the gap is :  10
+--- So No we don't romove this configuration '000333-2-0'
+ --- remove_aberrant_points: The value [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '111001-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111001-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 381 in the X datas point
+--------------
+ --- Configuration:  111001-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12484488023.630638
+ --- Energy:  53.0720402291821
+ --- Workload:  662577000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 41 in the X datas point
+--------------
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 276 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5303154846.818372
+ --- Energy:  14.4399767950293
+ --- Workload:  76577300000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 567 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11472757936.280302
+ --- Energy:  54.89700632647969
+ --- Workload:  629820000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 751 in the X datas point
+--------------
+ --- Configuration:  222002-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11099222610.448364
+ --- Energy:  16.982170959553237
+ --- Workload:  188489000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 193 in the X datas point
+--------------
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 221 in the X datas point
+--------------
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 366 in the X datas point
+--------------
+ --- Configuration:  111111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14221635658.760386
+ --- Energy:  52.1586628956498
+ --- Workload:  741781000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 386 in the X datas point
+--------------
+ --- Configuration:  220002-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13567950330.447432
+ --- Energy:  56.7479002567857
+ --- Workload:  769953000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 391 in the X datas point
+--------------
+ --- Configuration:  111000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373817991.036406
+ --- Energy:  42.6850354508384
+ --- Workload:  528177000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111001-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 276 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5303154846.818372
+ --- Energy:  14.4399767950293
+ --- Workload:  76577300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 751 in the X datas point
+--------------
+ --- Configuration:  222002-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11099222610.448364
+ --- Energy:  16.982170959553237
+ --- Workload:  188489000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 391 in the X datas point
+--------------
+ --- Configuration:  111000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12373817991.036406
+ --- Energy:  42.6850354508384
+ --- Workload:  528177000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 366 in the X datas point
+--------------
+ --- Configuration:  111111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14221635658.760386
+ --- Energy:  52.1586628956498
+ --- Workload:  741781000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 381 in the X datas point
+--------------
+ --- Configuration:  111001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12484488023.630638
+ --- Energy:  53.0720402291821
+ --- Workload:  662577000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 567 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11472757936.280302
+ --- Energy:  54.89700632647969
+ --- Workload:  629820000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 41 in the X datas point
+--------------
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 386 in the X datas point
+--------------
+ --- Configuration:  220002-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13567950330.447432
+ --- Energy:  56.7479002567857
+ --- Workload:  769953000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 193 in the X datas point
+--------------
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 221 in the X datas point
+--------------
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 381 in the X datas point
+--------------
+ --- Configuration:  111001-3-0
+ --- Energy efficiency:  12484488023.630638
+ --- Energy:  53.0720402291821
+ --- Workload:  662577000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (53.0720402291821 mAh)  it is NOT far from the median.
+---  Median :53.0720402291821,   the gap is :  10
+--- So No we don't romove this configuration '111001-3-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '330333-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330333-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 32 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 382 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15099786942.006248
+ --- Energy:  97.0033907151468
+ --- Workload:  1464730000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 117 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 267 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9880837104.519495
+ --- Energy:  25.3623210355619
+ --- Workload:  250600000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 336 in the X datas point
+--------------
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14193940322.997305
+ --- Energy:  98.08558334376599
+ --- Workload:  1392220000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 652 in the X datas point
+--------------
+ --- Configuration:  330333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14885870034.445902
+ --- Energy:  87.19607015727797
+ --- Workload:  1297990000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 665 in the X datas point
+--------------
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14846663657.742832
+ --- Energy:  77.43016666098337
+ --- Workload:  1149580000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 17 in the X datas point
+--------------
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330333-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 267 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9880837104.519495
+ --- Energy:  25.3623210355619
+ --- Workload:  250600000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 665 in the X datas point
+--------------
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14846663657.742832
+ --- Energy:  77.43016666098337
+ --- Workload:  1149580000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 652 in the X datas point
+--------------
+ --- Configuration:  330333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14885870034.445902
+ --- Energy:  87.19607015727797
+ --- Workload:  1297990000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 32 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 17 in the X datas point
+--------------
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 382 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15099786942.006248
+ --- Energy:  97.0033907151468
+ --- Workload:  1464730000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 336 in the X datas point
+--------------
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193940322.997305
+ --- Energy:  98.08558334376599
+ --- Workload:  1392220000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 117 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 32 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (89.99138924115384 mAh)  it is NOT far from the median.
+---  Median :89.99138924115384,   the gap is :  10
+--- So No we don't romove this configuration '330333-2-2'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '110111-3-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110111-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 383 in the X datas point
+--------------
+ --- Configuration:  110111-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12988227470.62063
+ --- Energy:  73.0759138749433
+ --- Workload:  949126000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 59 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 97 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 204 in the X datas point
+--------------
+ --- Configuration:  110110-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12597441207.741884
+ --- Energy:  69.8226407220911
+ --- Workload:  879587000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 219 in the X datas point
+--------------
+ --- Configuration:  100111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11605101602.664532
+ --- Energy:  80.0526614822044
+ --- Workload:  929019000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 623 in the X datas point
+--------------
+ --- Configuration:  110110-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12940377211.995731
+ --- Energy:  67.57287611693334
+ --- Workload:  874419000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 26 in the X datas point
+--------------
+ --- Configuration:  110011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 118 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 198 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110111-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 118 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 198 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 59 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 623 in the X datas point
+--------------
+ --- Configuration:  110110-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12940377211.995731
+ --- Energy:  67.57287611693334
+ --- Workload:  874419000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 204 in the X datas point
+--------------
+ --- Configuration:  110110-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12597441207.741884
+ --- Energy:  69.8226407220911
+ --- Workload:  879587000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 97 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 383 in the X datas point
+--------------
+ --- Configuration:  110111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12988227470.62063
+ --- Energy:  73.0759138749433
+ --- Workload:  949126000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 219 in the X datas point
+--------------
+ --- Configuration:  100111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11605101602.664532
+ --- Energy:  80.0526614822044
+ --- Workload:  929019000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 26 in the X datas point
+--------------
+ --- Configuration:  110011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 623 in the X datas point
+--------------
+ --- Configuration:  110110-3-1
+ --- Energy efficiency:  12940377211.995731
+ --- Energy:  67.57287611693334
+ --- Workload:  874419000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (67.57287611693334 mAh)  it is NOT far from the median.
+---  Median :67.57287611693334,   the gap is :  10
+--- So No we don't romove this configuration '110111-3-1'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '222022-3-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222022-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 384 in the X datas point
+--------------
+ --- Configuration:  222022-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14768125659.027607
+ --- Energy:  80.9276948124698
+ --- Workload:  1195150000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 251 in the X datas point
+--------------
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 544 in the X datas point
+--------------
+ --- Configuration:  202022-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14733811592.85764
+ --- Energy:  72.31670560917817
+ --- Workload:  1065500000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 24 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 27 in the X datas point
+--------------
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 41 in the X datas point
+--------------
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 59 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 68 in the X datas point
+--------------
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 93 in the X datas point
+--------------
+ --- Configuration:  111010-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12785418485.925173
+ --- Energy:  70.2667978545078
+ --- Workload:  898390000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 97 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222022-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 41 in the X datas point
+--------------
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 27 in the X datas point
+--------------
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 59 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 93 in the X datas point
+--------------
+ --- Configuration:  111010-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12785418485.925173
+ --- Energy:  70.2667978545078
+ --- Workload:  898390000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 97 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 544 in the X datas point
+--------------
+ --- Configuration:  202022-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14733811592.85764
+ --- Energy:  72.31670560917817
+ --- Workload:  1065500000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 68 in the X datas point
+--------------
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 251 in the X datas point
+--------------
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 384 in the X datas point
+--------------
+ --- Configuration:  222022-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14768125659.027607
+ --- Energy:  80.9276948124698
+ --- Workload:  1195150000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 24 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 97 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (71.6230294037093 mAh)  it is NOT far from the median.
+---  Median :71.6230294037093,   the gap is :  10
+--- So No we don't romove this configuration '222022-3-1'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '333333-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333333-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 308 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 385 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12421881890.262611
+ --- Energy:  63.8914148004144
+ --- Workload:  793652000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 107 in the X datas point
+--------------
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 170 in the X datas point
+--------------
+ --- Configuration:  330333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11461738424.790365
+ --- Energy:  57.5070787061249
+ --- Workload:  659131000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 180 in the X datas point
+--------------
+ --- Configuration:  333333-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14508144872.531439
+ --- Energy:  62.5618690617415
+ --- Workload:  907657000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 192 in the X datas point
+--------------
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 230 in the X datas point
+--------------
+ --- Configuration:  222222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14263788804.637444
+ --- Energy:  41.4528641815209
+ --- Workload:  591275000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 277 in the X datas point
+--------------
+ --- Configuration:  033333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10524354935.975086
+ --- Energy:  24.0280687781385
+ --- Workload:  252880000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 307 in the X datas point
+--------------
+ --- Configuration:  333330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16232147970.356508
+ --- Energy:  56.82057
+ --- Workload:  922319899999.9999
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 387 in the X datas point
+--------------
+ --- Configuration:  303333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11746671287.02404
+ --- Energy:  55.9889928704492
+ --- Workload:  657684000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333333-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 277 in the X datas point
+--------------
+ --- Configuration:  033333-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10524354935.975086
+ --- Energy:  24.0280687781385
+ --- Workload:  252880000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 230 in the X datas point
+--------------
+ --- Configuration:  222222-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14263788804.637444
+ --- Energy:  41.4528641815209
+ --- Workload:  591275000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 107 in the X datas point
+--------------
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 387 in the X datas point
+--------------
+ --- Configuration:  303333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11746671287.02404
+ --- Energy:  55.9889928704492
+ --- Workload:  657684000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 307 in the X datas point
+--------------
+ --- Configuration:  333330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16232147970.356508
+ --- Energy:  56.82057
+ --- Workload:  922319899999.9999
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 170 in the X datas point
+--------------
+ --- Configuration:  330333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11461738424.790365
+ --- Energy:  57.5070787061249
+ --- Workload:  659131000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 180 in the X datas point
+--------------
+ --- Configuration:  333333-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14508144872.531439
+ --- Energy:  62.5618690617415
+ --- Workload:  907657000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 385 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12421881890.262611
+ --- Energy:  63.8914148004144
+ --- Workload:  793652000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 308 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 192 in the X datas point
+--------------
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 307 in the X datas point
+--------------
+ --- Configuration:  333330-0-0
+ --- Energy efficiency:  16232147970.356508
+ --- Energy:  56.82057
+ --- Workload:  922319899999.9999
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (56.82057 mAh)  it is NOT far from the median.
+---  Median :56.82057,   the gap is :  10
+--- So No we don't romove this configuration '333333-0-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '220002-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220002-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 386 in the X datas point
+--------------
+ --- Configuration:  220002-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13567950330.447432
+ --- Energy:  56.7479002567857
+ --- Workload:  769953000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 379 in the X datas point
+--------------
+ --- Configuration:  220022-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14371553521.821047
+ --- Energy:  61.0078855819444
+ --- Workload:  876778000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 534 in the X datas point
+--------------
+ --- Configuration:  220000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10849423027.683388
+ --- Energy:  53.29091998643152
+ --- Workload:  578176000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 751 in the X datas point
+--------------
+ --- Configuration:  222002-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11099222610.448364
+ --- Energy:  16.982170959553237
+ --- Workload:  188489000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 110 in the X datas point
+--------------
+ --- Configuration:  200202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373986415.837713
+ --- Energy:  65.7590425822352
+ --- Workload:  813702000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 112 in the X datas point
+--------------
+ --- Configuration:  330033-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12592000302.208008
+ --- Energy:  83.5387640803202
+ --- Workload:  1051920000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 221 in the X datas point
+--------------
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 367 in the X datas point
+--------------
+ --- Configuration:  220202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14401834217.605953
+ --- Energy:  75.0091801682557
+ --- Workload:  1080270000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 381 in the X datas point
+--------------
+ --- Configuration:  111001-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12484488023.630638
+ --- Energy:  53.0720402291821
+ --- Workload:  662577000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220002-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 751 in the X datas point
+--------------
+ --- Configuration:  222002-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11099222610.448364
+ --- Energy:  16.982170959553237
+ --- Workload:  188489000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 381 in the X datas point
+--------------
+ --- Configuration:  111001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12484488023.630638
+ --- Energy:  53.0720402291821
+ --- Workload:  662577000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 534 in the X datas point
+--------------
+ --- Configuration:  220000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10849423027.683388
+ --- Energy:  53.29091998643152
+ --- Workload:  578176000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 386 in the X datas point
+--------------
+ --- Configuration:  220002-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13567950330.447432
+ --- Energy:  56.7479002567857
+ --- Workload:  769953000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 379 in the X datas point
+--------------
+ --- Configuration:  220022-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14371553521.821047
+ --- Energy:  61.0078855819444
+ --- Workload:  876778000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 110 in the X datas point
+--------------
+ --- Configuration:  200202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373986415.837713
+ --- Energy:  65.7590425822352
+ --- Workload:  813702000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 367 in the X datas point
+--------------
+ --- Configuration:  220202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14401834217.605953
+ --- Energy:  75.0091801682557
+ --- Workload:  1080270000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 221 in the X datas point
+--------------
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 112 in the X datas point
+--------------
+ --- Configuration:  330033-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12592000302.208008
+ --- Energy:  83.5387640803202
+ --- Workload:  1051920000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 379 in the X datas point
+--------------
+ --- Configuration:  220022-3-0
+ --- Energy efficiency:  14371553521.821047
+ --- Energy:  61.0078855819444
+ --- Workload:  876778000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (61.0078855819444 mAh)  it is NOT far from the median.
+---  Median :61.0078855819444,   the gap is :  10
+--- So No we don't romove this configuration '220002-3-0'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '303333-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303333-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 387 in the X datas point
+--------------
+ --- Configuration:  303333-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11746671287.02404
+ --- Energy:  55.9889928704492
+ --- Workload:  657684000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 308 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 377 in the X datas point
+--------------
+ --- Configuration:  300333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10542740269.050732
+ --- Energy:  49.5215662037853
+ --- Workload:  522093000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 385 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12421881890.262611
+ --- Energy:  63.8914148004144
+ --- Workload:  793652000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 434 in the X datas point
+--------------
+ --- Configuration:  303330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5989960825.6562
+ --- Energy:  27.414270971275005
+ --- Workload:  164210000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 492 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13042179713.411142
+ --- Energy:  64.25089221017343
+ --- Workload:  837972000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 590 in the X datas point
+--------------
+ --- Configuration:  303033-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10435766293.101019
+ --- Energy:  50.121642670795254
+ --- Workload:  523058000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 614 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13034495793.116482
+ --- Energy:  64.35007047679922
+ --- Workload:  838771000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 6 in the X datas point
+--------------
+ --- Configuration:  303303-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  58.54108121624596
+ --- Workload:  751419000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 107 in the X datas point
+--------------
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303333-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 434 in the X datas point
+--------------
+ --- Configuration:  303330-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5989960825.6562
+ --- Energy:  27.414270971275005
+ --- Workload:  164210000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 377 in the X datas point
+--------------
+ --- Configuration:  300333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10542740269.050732
+ --- Energy:  49.5215662037853
+ --- Workload:  522093000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 590 in the X datas point
+--------------
+ --- Configuration:  303033-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10435766293.101019
+ --- Energy:  50.121642670795254
+ --- Workload:  523058000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 107 in the X datas point
+--------------
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 387 in the X datas point
+--------------
+ --- Configuration:  303333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11746671287.02404
+ --- Energy:  55.9889928704492
+ --- Workload:  657684000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 6 in the X datas point
+--------------
+ --- Configuration:  303303-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  58.54108121624596
+ --- Workload:  751419000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 385 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12421881890.262611
+ --- Energy:  63.8914148004144
+ --- Workload:  793652000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 492 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13042179713.411142
+ --- Energy:  64.25089221017343
+ --- Workload:  837972000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 614 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13034495793.116482
+ --- Energy:  64.35007047679922
+ --- Workload:  838771000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 308 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 387 in the X datas point
+--------------
+ --- Configuration:  303333-0-0
+ --- Energy efficiency:  11746671287.02404
+ --- Energy:  55.9889928704492
+ --- Workload:  657684000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (55.9889928704492 mAh)  it is NOT far from the median.
+---  Median :55.9889928704492,   the gap is :  10
+--- So No we don't romove this configuration '303333-0-0'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '222022-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222022-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 183 in the X datas point
+--------------
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 388 in the X datas point
+--------------
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12210772587.792402
+ --- Energy:  40.0698805124967
+ --- Workload:  489284000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 107 in the X datas point
+--------------
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 149 in the X datas point
+--------------
+ --- Configuration:  111011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7219330479.29135
+ --- Energy:  28.6387646642511
+ --- Workload:  206752000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 155 in the X datas point
+--------------
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 230 in the X datas point
+--------------
+ --- Configuration:  222222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14263788804.637444
+ --- Energy:  41.4528641815209
+ --- Workload:  591275000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 587 in the X datas point
+--------------
+ --- Configuration:  222002-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11068387136.763205
+ --- Energy:  35.22248964071155
+ --- Workload:  389856000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 724 in the X datas point
+--------------
+ --- Configuration:  222020-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5766580360.18061
+ --- Energy:  28.13171207069184
+ --- Workload:  162224000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 70 in the X datas point
+--------------
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 78 in the X datas point
+--------------
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222022-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 70 in the X datas point
+--------------
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 724 in the X datas point
+--------------
+ --- Configuration:  222020-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5766580360.18061
+ --- Energy:  28.13171207069184
+ --- Workload:  162224000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 149 in the X datas point
+--------------
+ --- Configuration:  111011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7219330479.29135
+ --- Energy:  28.6387646642511
+ --- Workload:  206752000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 587 in the X datas point
+--------------
+ --- Configuration:  222002-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11068387136.763205
+ --- Energy:  35.22248964071155
+ --- Workload:  389856000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 78 in the X datas point
+--------------
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 183 in the X datas point
+--------------
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 388 in the X datas point
+--------------
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12210772587.792402
+ --- Energy:  40.0698805124967
+ --- Workload:  489284000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 230 in the X datas point
+--------------
+ --- Configuration:  222222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14263788804.637444
+ --- Energy:  41.4528641815209
+ --- Workload:  591275000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 155 in the X datas point
+--------------
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 107 in the X datas point
+--------------
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 78 in the X datas point
+--------------
+ --- Configuration:  022222-0-0
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (39.76219318534942 mAh)  it is NOT far from the median.
+---  Median :39.76219318534942,   the gap is :  10
+--- So No we don't romove this configuration '222022-0-0'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '033033-3-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033033-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 389 in the X datas point
+--------------
+ --- Configuration:  033033-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13292286751.84364
+ --- Energy:  89.2614987149264
+ --- Workload:  1186490000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 151 in the X datas point
+--------------
+ --- Configuration:  033033-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14103636340.557686
+ --- Energy:  92.8249833568298
+ --- Workload:  1309170000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 398 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12248762568.76149
+ --- Energy:  69.6438226916913
+ --- Workload:  853051000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 593 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12530386186.502268
+ --- Energy:  65.40226173805877
+ --- Workload:  819516000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 731 in the X datas point
+--------------
+ --- Configuration:  033003-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11710177783.919115
+ --- Energy:  96.92513711752248
+ --- Workload:  1135010000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 57 in the X datas point
+--------------
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 68 in the X datas point
+--------------
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 84 in the X datas point
+--------------
+ --- Configuration:  003333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712605724.190134
+ --- Energy:  82.9689480595376
+ --- Workload:  1137720000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 135 in the X datas point
+--------------
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 187 in the X datas point
+--------------
+ --- Configuration:  033033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14361976380.293646
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033033-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 57 in the X datas point
+--------------
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 593 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12530386186.502268
+ --- Energy:  65.40226173805877
+ --- Workload:  819516000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 398 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12248762568.76149
+ --- Energy:  69.6438226916913
+ --- Workload:  853051000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 68 in the X datas point
+--------------
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 135 in the X datas point
+--------------
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 84 in the X datas point
+--------------
+ --- Configuration:  003333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712605724.190134
+ --- Energy:  82.9689480595376
+ --- Workload:  1137720000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 389 in the X datas point
+--------------
+ --- Configuration:  033033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13292286751.84364
+ --- Energy:  89.2614987149264
+ --- Workload:  1186490000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 151 in the X datas point
+--------------
+ --- Configuration:  033033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14103636340.557686
+ --- Energy:  92.8249833568298
+ --- Workload:  1309170000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 187 in the X datas point
+--------------
+ --- Configuration:  033033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14361976380.293646
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 731 in the X datas point
+--------------
+ --- Configuration:  033003-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11710177783.919115
+ --- Energy:  96.92513711752248
+ --- Workload:  1135010000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 135 in the X datas point
+--------------
+ --- Configuration:  333033-2-1
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (79.5378105979585 mAh)  it is NOT far from the median.
+---  Median :79.5378105979585,   the gap is :  10
+--- So No we don't romove this configuration '033033-3-1'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '200222-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '200222-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 390 in the X datas point
+--------------
+ --- Configuration:  200222-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15542938143.76907
+ --- Energy:  66.2043614748613
+ --- Workload:  1029010000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 130 in the X datas point
+--------------
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 493 in the X datas point
+--------------
+ --- Configuration:  200222-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15903737855.50818
+ --- Energy:  49.814270279446845
+ --- Workload:  792233000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 52 in the X datas point
+--------------
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 116 in the X datas point
+--------------
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 119 in the X datas point
+--------------
+ --- Configuration:  101111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 174 in the X datas point
+--------------
+ --- Configuration:  220022-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15248016614.238901
+ --- Energy:  67.2323504939425
+ --- Workload:  1025160000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 181 in the X datas point
+--------------
+ --- Configuration:  202222-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15385988288.185717
+ --- Energy:  91.4259968153942
+ --- Workload:  1406680000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 201 in the X datas point
+--------------
+ --- Configuration:  300033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13490088157.726112
+ --- Energy:  75.6622282738419
+ --- Workload:  1020690000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 219 in the X datas point
+--------------
+ --- Configuration:  100111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11605101602.664532
+ --- Energy:  80.0526614822044
+ --- Workload:  929019000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '200222-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 493 in the X datas point
+--------------
+ --- Configuration:  200222-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15903737855.50818
+ --- Energy:  49.814270279446845
+ --- Workload:  792233000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 119 in the X datas point
+--------------
+ --- Configuration:  101111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 52 in the X datas point
+--------------
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 390 in the X datas point
+--------------
+ --- Configuration:  200222-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15542938143.76907
+ --- Energy:  66.2043614748613
+ --- Workload:  1029010000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 174 in the X datas point
+--------------
+ --- Configuration:  220022-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15248016614.238901
+ --- Energy:  67.2323504939425
+ --- Workload:  1025160000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 130 in the X datas point
+--------------
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 201 in the X datas point
+--------------
+ --- Configuration:  300033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13490088157.726112
+ --- Energy:  75.6622282738419
+ --- Workload:  1020690000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 219 in the X datas point
+--------------
+ --- Configuration:  100111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11605101602.664532
+ --- Energy:  80.0526614822044
+ --- Workload:  929019000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 116 in the X datas point
+--------------
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 181 in the X datas point
+--------------
+ --- Configuration:  202222-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15385988288.185717
+ --- Energy:  91.4259968153942
+ --- Workload:  1406680000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 174 in the X datas point
+--------------
+ --- Configuration:  220022-2-1
+ --- Energy efficiency:  15248016614.238901
+ --- Energy:  67.2323504939425
+ --- Workload:  1025160000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (67.2323504939425 mAh)  it is NOT far from the median.
+---  Median :67.2323504939425,   the gap is :  10
+--- So No we don't romove this configuration '200222-2-1'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '111000-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111000-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 391 in the X datas point
+--------------
+ --- Configuration:  111000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12373817991.036406
+ --- Energy:  42.6850354508384
+ --- Workload:  528177000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 426 in the X datas point
+--------------
+ --- Configuration:  110000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11352245417.38233
+ --- Energy:  42.47266528928453
+ --- Workload:  482160000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 446 in the X datas point
+--------------
+ --- Configuration:  011000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11398700320.189491
+ --- Energy:  41.92258529337472
+ --- Workload:  477863000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 451 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12917092930.73338
+ --- Energy:  44.62557467187459
+ --- Workload:  576433000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 628 in the X datas point
+--------------
+ --- Configuration:  111000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9668281269.638697
+ --- Energy:  30.617996362116138
+ --- Workload:  296022000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 670 in the X datas point
+--------------
+ --- Configuration:  110000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11355055554.6093
+ --- Energy:  42.151077227704505
+ --- Workload:  478628000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 248 in the X datas point
+--------------
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 381 in the X datas point
+--------------
+ --- Configuration:  111001-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12484488023.630638
+ --- Energy:  53.0720402291821
+ --- Workload:  662577000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111000-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 628 in the X datas point
+--------------
+ --- Configuration:  111000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9668281269.638697
+ --- Energy:  30.617996362116138
+ --- Workload:  296022000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 446 in the X datas point
+--------------
+ --- Configuration:  011000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11398700320.189491
+ --- Energy:  41.92258529337472
+ --- Workload:  477863000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 670 in the X datas point
+--------------
+ --- Configuration:  110000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11355055554.6093
+ --- Energy:  42.151077227704505
+ --- Workload:  478628000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 426 in the X datas point
+--------------
+ --- Configuration:  110000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11352245417.38233
+ --- Energy:  42.47266528928453
+ --- Workload:  482160000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 391 in the X datas point
+--------------
+ --- Configuration:  111000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12373817991.036406
+ --- Energy:  42.6850354508384
+ --- Workload:  528177000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 451 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12917092930.73338
+ --- Energy:  44.62557467187459
+ --- Workload:  576433000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 248 in the X datas point
+--------------
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 381 in the X datas point
+--------------
+ --- Configuration:  111001-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12484488023.630638
+ --- Energy:  53.0720402291821
+ --- Workload:  662577000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 391 in the X datas point
+--------------
+ --- Configuration:  111000-2-0
+ --- Energy efficiency:  12373817991.036406
+ --- Energy:  42.6850354508384
+ --- Workload:  528177000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (42.6850354508384 mAh)  it is NOT far from the median.
+---  Median :42.6850354508384,   the gap is :  10
+--- So No we don't romove this configuration '111000-2-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '001111-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '001111-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 392 in the X datas point
+--------------
+ --- Configuration:  001111-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12266206111.514534
+ --- Energy:  87.6643983443653
+ --- Workload:  1075310000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 82 in the X datas point
+--------------
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 461 in the X datas point
+--------------
+ --- Configuration:  011111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12672600823.212149
+ --- Energy:  85.29350021391399
+ --- Workload:  1080890000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 770 in the X datas point
+--------------
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5852539416.852973
+ --- Energy:  12.941299579331238
+ --- Workload:  75739300000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 9 in the X datas point
+--------------
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 71 in the X datas point
+--------------
+ --- Configuration:  011111-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14151777817.088272
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 83 in the X datas point
+--------------
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 409 in the X datas point
+--------------
+ --- Configuration:  101111-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  17713662193.376507
+ --- Energy:  64.82001619850253
+ --- Workload:  1148200000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 411 in the X datas point
+--------------
+ --- Configuration:  002220-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11417401947.352076
+ --- Energy:  95.64698110453958
+ --- Workload:  1092040000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 552 in the X datas point
+--------------
+ --- Configuration:  000110-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11259739674.818718
+ --- Energy:  74.8050514094236
+ --- Workload:  842285000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '001111-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 770 in the X datas point
+--------------
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5852539416.852973
+ --- Energy:  12.941299579331238
+ --- Workload:  75739300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 409 in the X datas point
+--------------
+ --- Configuration:  101111-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17713662193.376507
+ --- Energy:  64.82001619850253
+ --- Workload:  1148200000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 552 in the X datas point
+--------------
+ --- Configuration:  000110-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11259739674.818718
+ --- Energy:  74.8050514094236
+ --- Workload:  842285000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 82 in the X datas point
+--------------
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 71 in the X datas point
+--------------
+ --- Configuration:  011111-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14151777817.088272
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 9 in the X datas point
+--------------
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 461 in the X datas point
+--------------
+ --- Configuration:  011111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12672600823.212149
+ --- Energy:  85.29350021391399
+ --- Workload:  1080890000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 392 in the X datas point
+--------------
+ --- Configuration:  001111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12266206111.514534
+ --- Energy:  87.6643983443653
+ --- Workload:  1075310000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 411 in the X datas point
+--------------
+ --- Configuration:  002220-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11417401947.352076
+ --- Energy:  95.64698110453958
+ --- Workload:  1092040000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 83 in the X datas point
+--------------
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 71 in the X datas point
+--------------
+ --- Configuration:  011111-3-2
+ --- Energy efficiency:  14151777817.088272
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (82.98598382291387 mAh)  it is NOT far from the median.
+---  Median :82.98598382291387,   the gap is :  10
+--- So No we don't romove this configuration '001111-3-3'
+ --- remove_aberrant_points: The value [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '033333-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033333-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 393 in the X datas point
+--------------
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15121089686.207148
+ --- Energy:  96.9268799133665
+ --- Workload:  1465640000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 722 in the X datas point
+--------------
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14609780078.98047
+ --- Energy:  105.2672237780514
+ --- Workload:  1537930000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 53 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 101 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 191 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 310 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17270333243.662476
+ --- Energy:  123.82321
+ --- Workload:  2138468100000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 636 in the X datas point
+--------------
+ --- Configuration:  022222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14763111118.98477
+ --- Energy:  92.57130206150522
+ --- Workload:  1366640000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 656 in the X datas point
+--------------
+ --- Configuration:  003333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14264907898.62215
+ --- Energy:  85.34158691455114
+ --- Workload:  1217390000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033333-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 53 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 656 in the X datas point
+--------------
+ --- Configuration:  003333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14264907898.62215
+ --- Energy:  85.34158691455114
+ --- Workload:  1217390000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 636 in the X datas point
+--------------
+ --- Configuration:  022222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14763111118.98477
+ --- Energy:  92.57130206150522
+ --- Workload:  1366640000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 393 in the X datas point
+--------------
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15121089686.207148
+ --- Energy:  96.9268799133665
+ --- Workload:  1465640000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 191 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 101 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 722 in the X datas point
+--------------
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14609780078.98047
+ --- Energy:  105.2672237780514
+ --- Workload:  1537930000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 310 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  17270333243.662476
+ --- Energy:  123.82321
+ --- Workload:  2138468100000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 393 in the X datas point
+--------------
+ --- Configuration:  033333-3-3
+ --- Energy efficiency:  15121089686.207148
+ --- Energy:  96.9268799133665
+ --- Workload:  1465640000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (96.9268799133665 mAh)  it is NOT far from the median.
+---  Median :96.9268799133665,   the gap is :  10
+--- So No we don't romove this configuration '033333-3-3'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '222202-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222202-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 394 in the X datas point
+--------------
+ --- Configuration:  222202-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14354884321.164698
+ --- Energy:  82.7028685460665
+ --- Workload:  1187190000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 195 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14933352448.024466
+ --- Energy:  78.5356318543746
+ --- Workload:  1172800000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 252 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14598327031.722164
+ --- Energy:  75.2161891555095
+ --- Workload:  1098030000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 332 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 373 in the X datas point
+--------------
+ --- Configuration:  222200-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11496525749.918375
+ --- Energy:  80.2428888615872
+ --- Workload:  922514000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 475 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14914131885.668266
+ --- Energy:  85.92125075504671
+ --- Workload:  1281440000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 494 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522366622.954342
+ --- Energy:  89.21276593255729
+ --- Workload:  1295580000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 28 in the X datas point
+--------------
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 74 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222202-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 252 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14598327031.722164
+ --- Energy:  75.2161891555095
+ --- Workload:  1098030000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 195 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14933352448.024466
+ --- Energy:  78.5356318543746
+ --- Workload:  1172800000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 373 in the X datas point
+--------------
+ --- Configuration:  222200-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11496525749.918375
+ --- Energy:  80.2428888615872
+ --- Workload:  922514000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 394 in the X datas point
+--------------
+ --- Configuration:  222202-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14354884321.164698
+ --- Energy:  82.7028685460665
+ --- Workload:  1187190000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 74 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 332 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 475 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14914131885.668266
+ --- Energy:  85.92125075504671
+ --- Workload:  1281440000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 494 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14522366622.954342
+ --- Energy:  89.21276593255729
+ --- Workload:  1295580000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 28 in the X datas point
+--------------
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 74 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (83.79533601234984 mAh)  it is NOT far from the median.
+---  Median :83.79533601234984,   the gap is :  10
+--- So No we don't romove this configuration '222202-1-3'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '222222-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222222-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 395 in the X datas point
+--------------
+ --- Configuration:  222222-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  49900697611.75261
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 52 in the X datas point
+--------------
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 81 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 115 in the X datas point
+--------------
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 145 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 222 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 225 in the X datas point
+--------------
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15528046758.0544
+ --- Energy:  58.262720853322
+ --- Workload:  904706000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 236 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 239 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 265 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5524617696.455405
+ --- Energy:  13.7189335182749
+ --- Workload:  75791800000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222222-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 265 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5524617696.455405
+ --- Energy:  13.7189335182749
+ --- Workload:  75791800000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 395 in the X datas point
+--------------
+ --- Configuration:  222222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  49900697611.75261
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 145 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 81 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 115 in the X datas point
+--------------
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 225 in the X datas point
+--------------
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15528046758.0544
+ --- Energy:  58.262720853322
+ --- Workload:  904706000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 52 in the X datas point
+--------------
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 239 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 222 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 236 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 115 in the X datas point
+--------------
+ --- Configuration:  022222-2-0
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (20.2730896056071 mAh)  is far from the median.
+---  Median :57.2873551037916,   the gap is :  10
+--- So yes we remove this configuration '222222-2-0'
+--- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '222202-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222202-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 113 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 396 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  16284841418.21427
+ --- Energy:  69.9632088197462
+ --- Workload:  1139340000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 138 in the X datas point
+--------------
+ --- Configuration:  222202-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15123376505.532131
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 160 in the X datas point
+--------------
+ --- Configuration:  333303-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15150114913.62162
+ --- Energy:  74.9625159265616
+ --- Workload:  1135690000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 473 in the X datas point
+--------------
+ --- Configuration:  222222-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16028749164.501448
+ --- Energy:  76.22620686685552
+ --- Workload:  1221810000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 62 in the X datas point
+--------------
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222202-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 396 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16284841418.21427
+ --- Energy:  69.9632088197462
+ --- Workload:  1139340000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 113 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 160 in the X datas point
+--------------
+ --- Configuration:  333303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15150114913.62162
+ --- Energy:  74.9625159265616
+ --- Workload:  1135690000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 473 in the X datas point
+--------------
+ --- Configuration:  222222-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16028749164.501448
+ --- Energy:  76.22620686685552
+ --- Workload:  1221810000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 62 in the X datas point
+--------------
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 138 in the X datas point
+--------------
+ --- Configuration:  222202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15123376505.532131
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 396 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Energy efficiency:  16284841418.21427
+ --- Energy:  69.9632088197462
+ --- Workload:  1139340000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (69.9632088197462 mAh)  it is NOT far from the median.
+---  Median :69.9632088197462,   the gap is :  10
+--- So No we don't romove this configuration '222202-2-1'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '100101-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '100101-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 397 in the X datas point
+--------------
+ --- Configuration:  100101-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12649245282.780205
+ --- Energy:  41.7732349755354
+ --- Workload:  528400000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 368 in the X datas point
+--------------
+ --- Configuration:  101101-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12808082412.325474
+ --- Energy:  45.0099417425521
+ --- Workload:  576491000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 480 in the X datas point
+--------------
+ --- Configuration:  100101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12027441811.236517
+ --- Energy:  49.41931284357229
+ --- Workload:  594388000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 595 in the X datas point
+--------------
+ --- Configuration:  110101-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12809509780.060719
+ --- Energy:  44.94678636770851
+ --- Workload:  575746000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 702 in the X datas point
+--------------
+ --- Configuration:  100101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9662862719.709341
+ --- Energy:  30.72781519894828
+ --- Workload:  296920000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 54 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 110 in the X datas point
+--------------
+ --- Configuration:  200202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373986415.837713
+ --- Energy:  65.7590425822352
+ --- Workload:  813702000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 213 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13997917109.93404
+ --- Energy:  44.3851855395692
+ --- Workload:  621300000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 217 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13731963066.512136
+ --- Energy:  45.342545639677
+ --- Workload:  622642000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 321 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10662526762.942175
+ --- Energy:  31.96295936672102
+ --- Workload:  340806000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '100101-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 702 in the X datas point
+--------------
+ --- Configuration:  100101-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9662862719.709341
+ --- Energy:  30.72781519894828
+ --- Workload:  296920000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 321 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10662526762.942175
+ --- Energy:  31.96295936672102
+ --- Workload:  340806000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 54 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 397 in the X datas point
+--------------
+ --- Configuration:  100101-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12649245282.780205
+ --- Energy:  41.7732349755354
+ --- Workload:  528400000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 213 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13997917109.93404
+ --- Energy:  44.3851855395692
+ --- Workload:  621300000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 595 in the X datas point
+--------------
+ --- Configuration:  110101-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12809509780.060719
+ --- Energy:  44.94678636770851
+ --- Workload:  575746000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 368 in the X datas point
+--------------
+ --- Configuration:  101101-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12808082412.325474
+ --- Energy:  45.0099417425521
+ --- Workload:  576491000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 217 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13731963066.512136
+ --- Energy:  45.342545639677
+ --- Workload:  622642000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 480 in the X datas point
+--------------
+ --- Configuration:  100101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12027441811.236517
+ --- Energy:  49.41931284357229
+ --- Workload:  594388000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 110 in the X datas point
+--------------
+ --- Configuration:  200202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373986415.837713
+ --- Energy:  65.7590425822352
+ --- Workload:  813702000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 213 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Energy efficiency:  13997917109.93404
+ --- Energy:  44.3851855395692
+ --- Workload:  621300000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (44.3851855395692 mAh)  it is NOT far from the median.
+---  Median :44.3851855395692,   the gap is :  10
+--- So No we don't romove this configuration '100101-2-0'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '033030-3-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033030-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 398 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12248762568.76149
+ --- Energy:  69.6438226916913
+ --- Workload:  853051000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 593 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12530386186.502268
+ --- Energy:  65.40226173805877
+ --- Workload:  819516000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 260 in the X datas point
+--------------
+ --- Configuration:  033030-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7104290991.759023
+ --- Energy:  16.3307947163033
+ --- Workload:  116019000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 389 in the X datas point
+--------------
+ --- Configuration:  033033-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13292286751.84364
+ --- Energy:  89.2614987149264
+ --- Workload:  1186490000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 654 in the X datas point
+--------------
+ --- Configuration:  033030-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12133492686.537285
+ --- Energy:  49.23349758478151
+ --- Workload:  597374000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 144 in the X datas point
+--------------
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 151 in the X datas point
+--------------
+ --- Configuration:  033033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14103636340.557686
+ --- Energy:  92.8249833568298
+ --- Workload:  1309170000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 242 in the X datas point
+--------------
+ --- Configuration:  333030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13545491857.12757
+ --- Energy:  82.3838251863148
+ --- Workload:  1115930000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 547 in the X datas point
+--------------
+ --- Configuration:  033030-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12586706675.611618
+ --- Energy:  42.00513493266639
+ --- Workload:  528706000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 727 in the X datas point
+--------------
+ --- Configuration:  333330-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12377325235.262009
+ --- Energy:  77.91783871145545
+ --- Workload:  964415000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033030-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 260 in the X datas point
+--------------
+ --- Configuration:  033030-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  7104290991.759023
+ --- Energy:  16.3307947163033
+ --- Workload:  116019000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 547 in the X datas point
+--------------
+ --- Configuration:  033030-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12586706675.611618
+ --- Energy:  42.00513493266639
+ --- Workload:  528706000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 654 in the X datas point
+--------------
+ --- Configuration:  033030-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12133492686.537285
+ --- Energy:  49.23349758478151
+ --- Workload:  597374000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 593 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12530386186.502268
+ --- Energy:  65.40226173805877
+ --- Workload:  819516000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 398 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12248762568.76149
+ --- Energy:  69.6438226916913
+ --- Workload:  853051000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 727 in the X datas point
+--------------
+ --- Configuration:  333330-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12377325235.262009
+ --- Energy:  77.91783871145545
+ --- Workload:  964415000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 144 in the X datas point
+--------------
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 242 in the X datas point
+--------------
+ --- Configuration:  333030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13545491857.12757
+ --- Energy:  82.3838251863148
+ --- Workload:  1115930000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 389 in the X datas point
+--------------
+ --- Configuration:  033033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13292286751.84364
+ --- Energy:  89.2614987149264
+ --- Workload:  1186490000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 151 in the X datas point
+--------------
+ --- Configuration:  033033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14103636340.557686
+ --- Energy:  92.8249833568298
+ --- Workload:  1309170000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 398 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Energy efficiency:  12248762568.76149
+ --- Energy:  69.6438226916913
+ --- Workload:  853051000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (69.6438226916913 mAh)  it is NOT far from the median.
+---  Median :69.6438226916913,   the gap is :  10
+--- So No we don't romove this configuration '033030-3-1'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '220222-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220222-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 399 in the X datas point
+--------------
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13410884005.240973
+ --- Energy:  109.874202798205
+ --- Workload:  1473510000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 548 in the X datas point
+--------------
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14753135779.009829
+ --- Energy:  97.4477993087831
+ --- Workload:  1437660000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 51 in the X datas point
+--------------
+ --- Configuration:  200222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14594342940.789293
+ --- Energy:  80.17631322756387
+ --- Workload:  1170120000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 74 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 98 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 158 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 326 in the X datas point
+--------------
+ --- Configuration:  220222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14253216951.065857
+ --- Energy:  99.56004804973213
+ --- Workload:  1419050000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 331 in the X datas point
+--------------
+ --- Configuration:  220202-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14568255189.2125
+ --- Energy:  91.04108716316011
+ --- Workload:  1326310000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 652 in the X datas point
+--------------
+ --- Configuration:  330333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14885870034.445902
+ --- Energy:  87.19607015727797
+ --- Workload:  1297990000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220222-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 51 in the X datas point
+--------------
+ --- Configuration:  200222-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14594342940.789293
+ --- Energy:  80.17631322756387
+ --- Workload:  1170120000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 158 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 74 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 652 in the X datas point
+--------------
+ --- Configuration:  330333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14885870034.445902
+ --- Energy:  87.19607015727797
+ --- Workload:  1297990000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 331 in the X datas point
+--------------
+ --- Configuration:  220202-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14568255189.2125
+ --- Energy:  91.04108716316011
+ --- Workload:  1326310000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 548 in the X datas point
+--------------
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14753135779.009829
+ --- Energy:  97.4477993087831
+ --- Workload:  1437660000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 326 in the X datas point
+--------------
+ --- Configuration:  220222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14253216951.065857
+ --- Energy:  99.56004804973213
+ --- Workload:  1419050000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 98 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 399 in the X datas point
+--------------
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13410884005.240973
+ --- Energy:  109.874202798205
+ --- Workload:  1473510000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 331 in the X datas point
+--------------
+ --- Configuration:  220202-2-3
+ --- Energy efficiency:  14568255189.2125
+ --- Energy:  91.04108716316011
+ --- Workload:  1326310000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (109.874202798205 mAh)  is far from the median.
+---  Median :91.04108716316011,   the gap is :  10
+--- So yes we remove this configuration '220222-2-3'
+--- remove_aberrant_points: The value [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '222220-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222220-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 400 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13861550830.306894
+ --- Energy:  44.8724765340684
+ --- Workload:  622002000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 566 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13883393379.009699
+ --- Energy:  44.42888788986695
+ --- Workload:  616824000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 209 in the X datas point
+--------------
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 248 in the X datas point
+--------------
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 395 in the X datas point
+--------------
+ --- Configuration:  222222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  49900697611.75261
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 500 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13526400151.49568
+ --- Energy:  45.93145920255071
+ --- Workload:  621287000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 601 in the X datas point
+--------------
+ --- Configuration:  333330-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13692590391.635471
+ --- Energy:  45.36592371702859
+ --- Workload:  621177000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222220-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 395 in the X datas point
+--------------
+ --- Configuration:  222222-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  49900697611.75261
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 209 in the X datas point
+--------------
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 566 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13883393379.009699
+ --- Energy:  44.42888788986695
+ --- Workload:  616824000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 400 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13861550830.306894
+ --- Energy:  44.8724765340684
+ --- Workload:  622002000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 248 in the X datas point
+--------------
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 601 in the X datas point
+--------------
+ --- Configuration:  333330-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13692590391.635471
+ --- Energy:  45.36592371702859
+ --- Workload:  621177000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 500 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13526400151.49568
+ --- Energy:  45.93145920255071
+ --- Workload:  621287000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 400 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Energy efficiency:  13861550830.306894
+ --- Energy:  44.8724765340684
+ --- Workload:  622002000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (44.8724765340684 mAh)  it is NOT far from the median.
+---  Median :44.8724765340684,   the gap is :  10
+--- So No we don't romove this configuration '222220-2-0'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0]
+--- Computing the list of the 10 first neighbours of '330033-0-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330033-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 401 in the X datas point
+--------------
+ --- Configuration:  330033-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12619618206.070793
+ --- Energy:  80.8971097844968
+ --- Workload:  1020890000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 43 in the X datas point
+--------------
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 77 in the X datas point
+--------------
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14045358079.381556
+ --- Energy:  70.47402905804368
+ --- Workload:  989833000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 189 in the X datas point
+--------------
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13468757197.367126
+ --- Energy:  79.8767027494463
+ --- Workload:  1075840000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 14 in the X datas point
+--------------
+ --- Configuration:  333030-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 102 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 114 in the X datas point
+--------------
+ --- Configuration:  030033-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11607890115.069016
+ --- Energy:  52.6346324100534
+ --- Workload:  610977000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 126 in the X datas point
+--------------
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 235 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10228912840.456577
+ --- Energy:  33.4145827544387
+ --- Workload:  341795000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 238 in the X datas point
+--------------
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330033-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 235 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10228912840.456577
+ --- Energy:  33.4145827544387
+ --- Workload:  341795000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 102 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 114 in the X datas point
+--------------
+ --- Configuration:  030033-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11607890115.069016
+ --- Energy:  52.6346324100534
+ --- Workload:  610977000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 14 in the X datas point
+--------------
+ --- Configuration:  333030-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 238 in the X datas point
+--------------
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 126 in the X datas point
+--------------
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 77 in the X datas point
+--------------
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14045358079.381556
+ --- Energy:  70.47402905804368
+ --- Workload:  989833000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 43 in the X datas point
+--------------
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 189 in the X datas point
+--------------
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13468757197.367126
+ --- Energy:  79.8767027494463
+ --- Workload:  1075840000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 401 in the X datas point
+--------------
+ --- Configuration:  330033-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12619618206.070793
+ --- Energy:  80.8971097844968
+ --- Workload:  1020890000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 238 in the X datas point
+--------------
+ --- Configuration:  330030-1-2
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (80.8971097844968 mAh)  is far from the median.
+---  Median :62.4755025899128,   the gap is :  10
+--- So yes we remove this configuration '330033-0-2'
+--- remove_aberrant_points: The value [2.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '300333-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '300333-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 402 in the X datas point
+--------------
+ --- Configuration:  300333-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13575059899.951809
+ --- Energy:  82.7944265603379
+ --- Workload:  1123940000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 32 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 56 in the X datas point
+--------------
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 61 in the X datas point
+--------------
+ --- Configuration:  003333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13753001592.597586
+ --- Energy:  81.48911064839487
+ --- Workload:  1120720000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 370 in the X datas point
+--------------
+ --- Configuration:  303333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15097712394.617968
+ --- Energy:  67.5804517710351
+ --- Workload:  1020310000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 382 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15099786942.006248
+ --- Energy:  97.0033907151468
+ --- Workload:  1464730000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 468 in the X datas point
+--------------
+ --- Configuration:  200222-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12966704097.21916
+ --- Energy:  85.45268353263162
+ --- Workload:  1108040000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 493 in the X datas point
+--------------
+ --- Configuration:  200222-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15903737855.50818
+ --- Energy:  49.814270279446845
+ --- Workload:  792233000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 514 in the X datas point
+--------------
+ --- Configuration:  330303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13657246808.30142
+ --- Energy:  82.00779235048205
+ --- Workload:  1120000000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '300333-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 493 in the X datas point
+--------------
+ --- Configuration:  200222-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15903737855.50818
+ --- Energy:  49.814270279446845
+ --- Workload:  792233000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 56 in the X datas point
+--------------
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 370 in the X datas point
+--------------
+ --- Configuration:  303333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15097712394.617968
+ --- Energy:  67.5804517710351
+ --- Workload:  1020310000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 61 in the X datas point
+--------------
+ --- Configuration:  003333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13753001592.597586
+ --- Energy:  81.48911064839487
+ --- Workload:  1120720000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 514 in the X datas point
+--------------
+ --- Configuration:  330303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13657246808.30142
+ --- Energy:  82.00779235048205
+ --- Workload:  1120000000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 402 in the X datas point
+--------------
+ --- Configuration:  300333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13575059899.951809
+ --- Energy:  82.7944265603379
+ --- Workload:  1123940000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 468 in the X datas point
+--------------
+ --- Configuration:  200222-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12966704097.21916
+ --- Energy:  85.45268353263162
+ --- Workload:  1108040000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 32 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 382 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15099786942.006248
+ --- Energy:  97.0033907151468
+ --- Workload:  1464730000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 514 in the X datas point
+--------------
+ --- Configuration:  330303-1-2
+ --- Energy efficiency:  13657246808.30142
+ --- Energy:  82.00779235048205
+ --- Workload:  1120000000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (82.00779235048205 mAh)  it is NOT far from the median.
+---  Median :82.00779235048205,   the gap is :  10
+--- So No we don't romove this configuration '300333-1-2'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '010100-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '010100-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 403 in the X datas point
+--------------
+ --- Configuration:  010100-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 613 in the X datas point
+--------------
+ --- Configuration:  000100-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12336586491.191061
+ --- Energy:  52.305660553812594
+ --- Workload:  645273000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 690 in the X datas point
+--------------
+ --- Configuration:  010000-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12479113084.47486
+ --- Energy:  52.60822658489953
+ --- Workload:  656504000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 233 in the X datas point
+--------------
+ --- Configuration:  000200-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 257 in the X datas point
+--------------
+ --- Configuration:  011110-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 415 in the X datas point
+--------------
+ --- Configuration:  110101-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13709391069.976845
+ --- Energy:  58.449843734673564
+ --- Workload:  801312000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 423 in the X datas point
+--------------
+ --- Configuration:  011100-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12667865046.700085
+ --- Energy:  40.3948990870666
+ --- Workload:  511717000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 425 in the X datas point
+--------------
+ --- Configuration:  010100-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10448185359.16682
+ --- Energy:  57.70074631354511
+ --- Workload:  602868000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 447 in the X datas point
+--------------
+ --- Configuration:  020200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13423107073.440504
+ --- Energy:  72.91082650802181
+ --- Workload:  978690000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '010100-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 423 in the X datas point
+--------------
+ --- Configuration:  011100-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12667865046.700085
+ --- Energy:  40.3948990870666
+ --- Workload:  511717000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 613 in the X datas point
+--------------
+ --- Configuration:  000100-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12336586491.191061
+ --- Energy:  52.305660553812594
+ --- Workload:  645273000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 403 in the X datas point
+--------------
+ --- Configuration:  010100-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 690 in the X datas point
+--------------
+ --- Configuration:  010000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12479113084.47486
+ --- Energy:  52.60822658489953
+ --- Workload:  656504000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 233 in the X datas point
+--------------
+ --- Configuration:  000200-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 425 in the X datas point
+--------------
+ --- Configuration:  010100-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10448185359.16682
+ --- Energy:  57.70074631354511
+ --- Workload:  602868000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 257 in the X datas point
+--------------
+ --- Configuration:  011110-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 415 in the X datas point
+--------------
+ --- Configuration:  110101-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13709391069.976845
+ --- Energy:  58.449843734673564
+ --- Workload:  801312000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 447 in the X datas point
+--------------
+ --- Configuration:  020200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13423107073.440504
+ --- Energy:  72.91082650802181
+ --- Workload:  978690000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 233 in the X datas point
+--------------
+ --- Configuration:  000200-2-1
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (53.677951058628 mAh)  it is NOT far from the median.
+---  Median :53.677951058628,   the gap is :  10
+--- So No we don't romove this configuration '010100-2-1'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '111011-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111011-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 404 in the X datas point
+--------------
+ --- Configuration:  111011-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  7611972109.73419
+ --- Energy:  14.9822385679116
+ --- Workload:  114044000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 27 in the X datas point
+--------------
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 41 in the X datas point
+--------------
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 145 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 208 in the X datas point
+--------------
+ --- Configuration:  111011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11532602089.476847
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 225 in the X datas point
+--------------
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15528046758.0544
+ --- Energy:  58.262720853322
+ --- Workload:  904706000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 265 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5524617696.455405
+ --- Energy:  13.7189335182749
+ --- Workload:  75791800000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 451 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12917092930.73338
+ --- Energy:  44.62557467187459
+ --- Workload:  576433000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 478 in the X datas point
+--------------
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15859321474.790024
+ --- Energy:  57.21047710637256
+ --- Workload:  907319000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111011-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 265 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5524617696.455405
+ --- Energy:  13.7189335182749
+ --- Workload:  75791800000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 404 in the X datas point
+--------------
+ --- Configuration:  111011-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7611972109.73419
+ --- Energy:  14.9822385679116
+ --- Workload:  114044000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 208 in the X datas point
+--------------
+ --- Configuration:  111011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11532602089.476847
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 451 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12917092930.73338
+ --- Energy:  44.62557467187459
+ --- Workload:  576433000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 145 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 41 in the X datas point
+--------------
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 478 in the X datas point
+--------------
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15859321474.790024
+ --- Energy:  57.21047710637256
+ --- Workload:  907319000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 225 in the X datas point
+--------------
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15528046758.0544
+ --- Energy:  58.262720853322
+ --- Workload:  904706000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 27 in the X datas point
+--------------
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 451 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Energy efficiency:  12917092930.73338
+ --- Energy:  44.62557467187459
+ --- Workload:  576433000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (14.9822385679116 mAh)  is far from the median.
+---  Median :44.62557467187459,   the gap is :  10
+--- So yes we remove this configuration '111011-2-0'
+--- remove_aberrant_points: The value [0.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '101101-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101101-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 405 in the X datas point
+--------------
+ --- Configuration:  101101-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5642481111.794478
+ --- Energy:  13.362479905568
+ --- Workload:  75397700000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 79 in the X datas point
+--------------
+ --- Configuration:  100101-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11817746710.23476
+ --- Energy:  69.54756184550816
+ --- Workload:  821895000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 323 in the X datas point
+--------------
+ --- Configuration:  101111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12292321232.772312
+ --- Energy:  77.79688045119694
+ --- Workload:  956304000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 747 in the X datas point
+--------------
+ --- Configuration:  101100-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5792903692.976104
+ --- Energy:  13.162529333531099
+ --- Workload:  76249300000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 10 in the X datas point
+--------------
+ --- Configuration:  101101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 28 in the X datas point
+--------------
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 66 in the X datas point
+--------------
+ --- Configuration:  101101-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11969296360.974827
+ --- Energy:  55.14950525765903
+ --- Workload:  660101000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 140 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 202 in the X datas point
+--------------
+ --- Configuration:  111101-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12740395334.46723
+ --- Energy:  93.4131245697236
+ --- Workload:  1190120000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 247 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13225816264.315292
+ --- Energy:  70.9803740450458
+ --- Workload:  938774000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101101-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 747 in the X datas point
+--------------
+ --- Configuration:  101100-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5792903692.976104
+ --- Energy:  13.162529333531099
+ --- Workload:  76249300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 405 in the X datas point
+--------------
+ --- Configuration:  101101-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5642481111.794478
+ --- Energy:  13.362479905568
+ --- Workload:  75397700000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 66 in the X datas point
+--------------
+ --- Configuration:  101101-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11969296360.974827
+ --- Energy:  55.14950525765903
+ --- Workload:  660101000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 79 in the X datas point
+--------------
+ --- Configuration:  100101-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11817746710.23476
+ --- Energy:  69.54756184550816
+ --- Workload:  821895000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 247 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13225816264.315292
+ --- Energy:  70.9803740450458
+ --- Workload:  938774000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 140 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 10 in the X datas point
+--------------
+ --- Configuration:  101101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 323 in the X datas point
+--------------
+ --- Configuration:  101111-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12292321232.772312
+ --- Energy:  77.79688045119694
+ --- Workload:  956304000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 28 in the X datas point
+--------------
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 202 in the X datas point
+--------------
+ --- Configuration:  111101-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12740395334.46723
+ --- Energy:  93.4131245697236
+ --- Workload:  1190120000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 247 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Energy efficiency:  13225816264.315292
+ --- Energy:  70.9803740450458
+ --- Workload:  938774000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (13.362479905568 mAh)  is far from the median.
+---  Median :70.9803740450458,   the gap is :  10
+--- So yes we remove this configuration '101101-1-3'
+--- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '202222-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202222-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 406 in the X datas point
+--------------
+ --- Configuration:  202222-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10660117090.726126
+ --- Energy:  17.65816139009
+ --- Workload:  188238000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 16 in the X datas point
+--------------
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 30 in the X datas point
+--------------
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 323 in the X datas point
+--------------
+ --- Configuration:  101111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12292321232.772312
+ --- Energy:  77.79688045119694
+ --- Workload:  956304000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 332 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 468 in the X datas point
+--------------
+ --- Configuration:  200222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12966704097.21916
+ --- Energy:  85.45268353263162
+ --- Workload:  1108040000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 475 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14914131885.668266
+ --- Energy:  85.92125075504671
+ --- Workload:  1281440000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 494 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522366622.954342
+ --- Energy:  89.21276593255729
+ --- Workload:  1295580000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 649 in the X datas point
+--------------
+ --- Configuration:  202222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14443499197.66362
+ --- Energy:  75.01155662770421
+ --- Workload:  1083430000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 766 in the X datas point
+--------------
+ --- Configuration:  303333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10578417278.363646
+ --- Energy:  23.863863929112192
+ --- Workload:  252442000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202222-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 406 in the X datas point
+--------------
+ --- Configuration:  202222-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10660117090.726126
+ --- Energy:  17.65816139009
+ --- Workload:  188238000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 766 in the X datas point
+--------------
+ --- Configuration:  303333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10578417278.363646
+ --- Energy:  23.863863929112192
+ --- Workload:  252442000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 649 in the X datas point
+--------------
+ --- Configuration:  202222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14443499197.66362
+ --- Energy:  75.01155662770421
+ --- Workload:  1083430000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 323 in the X datas point
+--------------
+ --- Configuration:  101111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12292321232.772312
+ --- Energy:  77.79688045119694
+ --- Workload:  956304000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 16 in the X datas point
+--------------
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 468 in the X datas point
+--------------
+ --- Configuration:  200222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12966704097.21916
+ --- Energy:  85.45268353263162
+ --- Workload:  1108040000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 332 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 475 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14914131885.668266
+ --- Energy:  85.92125075504671
+ --- Workload:  1281440000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 494 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522366622.954342
+ --- Energy:  89.21276593255729
+ --- Workload:  1295580000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 30 in the X datas point
+--------------
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 16 in the X datas point
+--------------
+ --- Configuration:  202222-0-3
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (17.65816139009 mAh)  is far from the median.
+---  Median :78.94530881409207,   the gap is :  10
+--- So yes we remove this configuration '202222-1-3'
+--- remove_aberrant_points: The value [1.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '303333-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303333-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 407 in the X datas point
+--------------
+ --- Configuration:  303333-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8563403439.062821
+ --- Energy:  105.00109687320945
+ --- Workload:  899168000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 30 in the X datas point
+--------------
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 154 in the X datas point
+--------------
+ --- Configuration:  003333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 443 in the X datas point
+--------------
+ --- Configuration:  303330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11997960346.741053
+ --- Energy:  94.73104953565642
+ --- Workload:  1136580000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 766 in the X datas point
+--------------
+ --- Configuration:  303333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10578417278.363646
+ --- Energy:  23.863863929112192
+ --- Workload:  252442000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 9 in the X datas point
+--------------
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 13 in the X datas point
+--------------
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 28 in the X datas point
+--------------
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 51 in the X datas point
+--------------
+ --- Configuration:  200222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14594342940.789293
+ --- Energy:  80.17631322756387
+ --- Workload:  1170120000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 53 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303333-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 766 in the X datas point
+--------------
+ --- Configuration:  303333-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10578417278.363646
+ --- Energy:  23.863863929112192
+ --- Workload:  252442000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 13 in the X datas point
+--------------
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 53 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 51 in the X datas point
+--------------
+ --- Configuration:  200222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14594342940.789293
+ --- Energy:  80.17631322756387
+ --- Workload:  1170120000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 9 in the X datas point
+--------------
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 154 in the X datas point
+--------------
+ --- Configuration:  003333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 30 in the X datas point
+--------------
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 28 in the X datas point
+--------------
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 443 in the X datas point
+--------------
+ --- Configuration:  303330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11997960346.741053
+ --- Energy:  94.73104953565642
+ --- Workload:  1136580000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 407 in the X datas point
+--------------
+ --- Configuration:  303333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8563403439.062821
+ --- Energy:  105.00109687320945
+ --- Workload:  899168000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 9 in the X datas point
+--------------
+ --- Configuration:  202222-3-3
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (105.00109687320945 mAh)  is far from the median.
+---  Median :84.49044180099274,   the gap is :  10
+--- So yes we remove this configuration '303333-2-3'
+--- remove_aberrant_points: The value [2.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 0, 0, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '000000-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000000-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 408 in the X datas point
+--------------
+ --- Configuration:  000000-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  16089483270.155294
+ --- Energy:  39.92204534168386
+ --- Workload:  642325000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 157 in the X datas point
+--------------
+ --- Configuration:  100000-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10075333266.836134
+ --- Energy:  50.7096930689716
+ --- Workload:  510917000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 296 in the X datas point
+--------------
+ --- Configuration:  000000-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 328 in the X datas point
+--------------
+ --- Configuration:  000100-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10298586930.887213
+ --- Energy:  49.6365268588524
+ --- Workload:  511186000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 558 in the X datas point
+--------------
+ --- Configuration:  110000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12516412145.425688
+ --- Energy:  59.318332001781286
+ --- Workload:  742453000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 697 in the X datas point
+--------------
+ --- Configuration:  200000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11743484714.680296
+ --- Energy:  59.21002058329076
+ --- Workload:  695332000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 710 in the X datas point
+--------------
+ --- Configuration:  101000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11887652176.807428
+ --- Energy:  62.71395189420631
+ --- Workload:  745522000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 760 in the X datas point
+--------------
+ --- Configuration:  100000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5587965756.945841
+ --- Energy:  13.49249894433128
+ --- Workload:  75395500000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000000-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 760 in the X datas point
+--------------
+ --- Configuration:  100000-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5587965756.945841
+ --- Energy:  13.49249894433128
+ --- Workload:  75395500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 408 in the X datas point
+--------------
+ --- Configuration:  000000-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16089483270.155294
+ --- Energy:  39.92204534168386
+ --- Workload:  642325000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 328 in the X datas point
+--------------
+ --- Configuration:  000100-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10298586930.887213
+ --- Energy:  49.6365268588524
+ --- Workload:  511186000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 157 in the X datas point
+--------------
+ --- Configuration:  100000-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10075333266.836134
+ --- Energy:  50.7096930689716
+ --- Workload:  510917000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 697 in the X datas point
+--------------
+ --- Configuration:  200000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11743484714.680296
+ --- Energy:  59.21002058329076
+ --- Workload:  695332000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 558 in the X datas point
+--------------
+ --- Configuration:  110000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12516412145.425688
+ --- Energy:  59.318332001781286
+ --- Workload:  742453000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 710 in the X datas point
+--------------
+ --- Configuration:  101000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11887652176.807428
+ --- Energy:  62.71395189420631
+ --- Workload:  745522000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 296 in the X datas point
+--------------
+ --- Configuration:  000000-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 157 in the X datas point
+--------------
+ --- Configuration:  100000-0-2
+ --- Energy efficiency:  10075333266.836134
+ --- Energy:  50.7096930689716
+ --- Workload:  510917000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (39.92204534168386 mAh)  is far from the median.
+---  Median :50.7096930689716,   the gap is :  10
+--- So yes we remove this configuration '000000-1-2'
+--- remove_aberrant_points: The value [0, 0, 0, 0, 0, 0, 0, 1.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 1, 1, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '101111-3-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101111-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 409 in the X datas point
+--------------
+ --- Configuration:  101111-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  17713662193.376507
+ --- Energy:  64.82001619850253
+ --- Workload:  1148200000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 82 in the X datas point
+--------------
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 416 in the X datas point
+--------------
+ --- Configuration:  101101-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13340679600.900229
+ --- Energy:  83.02798102049613
+ --- Workload:  1107650000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 549 in the X datas point
+--------------
+ --- Configuration:  101011-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13990494857.793615
+ --- Energy:  77.57621667528683
+ --- Workload:  1085330000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 770 in the X datas point
+--------------
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5852539416.852973
+ --- Energy:  12.941299579331238
+ --- Workload:  75739300000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 9 in the X datas point
+--------------
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 10 in the X datas point
+--------------
+ --- Configuration:  101101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 24 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 59 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 71 in the X datas point
+--------------
+ --- Configuration:  011111-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14151777817.088272
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101111-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 770 in the X datas point
+--------------
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5852539416.852973
+ --- Energy:  12.941299579331238
+ --- Workload:  75739300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 409 in the X datas point
+--------------
+ --- Configuration:  101111-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17713662193.376507
+ --- Energy:  64.82001619850253
+ --- Workload:  1148200000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 59 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 10 in the X datas point
+--------------
+ --- Configuration:  101101-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 549 in the X datas point
+--------------
+ --- Configuration:  101011-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13990494857.793615
+ --- Energy:  77.57621667528683
+ --- Workload:  1085330000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 82 in the X datas point
+--------------
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 71 in the X datas point
+--------------
+ --- Configuration:  011111-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14151777817.088272
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 416 in the X datas point
+--------------
+ --- Configuration:  101101-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13340679600.900229
+ --- Energy:  83.02798102049613
+ --- Workload:  1107650000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 9 in the X datas point
+--------------
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 24 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 549 in the X datas point
+--------------
+ --- Configuration:  101011-3-2
+ --- Energy efficiency:  13990494857.793615
+ --- Energy:  77.57621667528683
+ --- Workload:  1085330000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (64.82001619850253 mAh)  is far from the median.
+---  Median :77.57621667528683,   the gap is :  10
+--- So yes we remove this configuration '101111-3-2'
+--- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 1, 1, 3.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '022002-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '022002-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 410 in the X datas point
+--------------
+ --- Configuration:  022002-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13145579404.557837
+ --- Energy:  93.70148281455602
+ --- Workload:  1231760000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 268 in the X datas point
+--------------
+ --- Configuration:  222002-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10402709697.822088
+ --- Energy:  18.1188341516786
+ --- Workload:  188485000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 327 in the X datas point
+--------------
+ --- Configuration:  022202-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14427994927.116983
+ --- Energy:  91.64266045689709
+ --- Workload:  1322220000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 606 in the X datas point
+--------------
+ --- Configuration:  020002-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13321042451.498085
+ --- Energy:  83.10239746504709
+ --- Workload:  1107010000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 39 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 320 in the X datas point
+--------------
+ --- Configuration:  022202-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15067865666.964005
+ --- Energy:  86.55908372523825
+ --- Workload:  1304260000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 357 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 504 in the X datas point
+--------------
+ --- Configuration:  022022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14551380926.049883
+ --- Energy:  88.0748025631995
+ --- Workload:  1281610000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 507 in the X datas point
+--------------
+ --- Configuration:  022222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14938304801.171164
+ --- Energy:  95.11984019839312
+ --- Workload:  1420930000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '022002-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 268 in the X datas point
+--------------
+ --- Configuration:  222002-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10402709697.822088
+ --- Energy:  18.1188341516786
+ --- Workload:  188485000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 606 in the X datas point
+--------------
+ --- Configuration:  020002-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13321042451.498085
+ --- Energy:  83.10239746504709
+ --- Workload:  1107010000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 320 in the X datas point
+--------------
+ --- Configuration:  022202-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15067865666.964005
+ --- Energy:  86.55908372523825
+ --- Workload:  1304260000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 39 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 357 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 504 in the X datas point
+--------------
+ --- Configuration:  022022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14551380926.049883
+ --- Energy:  88.0748025631995
+ --- Workload:  1281610000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 327 in the X datas point
+--------------
+ --- Configuration:  022202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14427994927.116983
+ --- Energy:  91.64266045689709
+ --- Workload:  1322220000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 410 in the X datas point
+--------------
+ --- Configuration:  022002-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13145579404.557837
+ --- Energy:  93.70148281455602
+ --- Workload:  1231760000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 507 in the X datas point
+--------------
+ --- Configuration:  022222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14938304801.171164
+ --- Energy:  95.11984019839312
+ --- Workload:  1420930000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 357 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (87.9883366652468 mAh)  it is NOT far from the median.
+---  Median :87.9883366652468,   the gap is :  10
+--- So No we don't romove this configuration '022002-2-3'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 1, 1, 0, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '002220-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '002220-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 411 in the X datas point
+--------------
+ --- Configuration:  002220-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11417401947.352076
+ --- Energy:  95.64698110453958
+ --- Workload:  1092040000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 553 in the X datas point
+--------------
+ --- Configuration:  002220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13196111369.901518
+ --- Energy:  79.03690304614342
+ --- Workload:  1042980000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 777 in the X datas point
+--------------
+ --- Configuration:  022220-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6021448399.197943
+ --- Energy:  12.583421405685236
+ --- Workload:  75770300000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 9 in the X datas point
+--------------
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 11 in the X datas point
+--------------
+ --- Configuration:  003330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13704431053.692589
+ --- Energy:  75.87039020058079
+ --- Workload:  1039760000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 13 in the X datas point
+--------------
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 44 in the X datas point
+--------------
+ --- Configuration:  222220-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14471780028.94356
+ --- Energy:  72.03533813993924
+ --- Workload:  1042480000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 392 in the X datas point
+--------------
+ --- Configuration:  001111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12266206111.514534
+ --- Energy:  87.6643983443653
+ --- Workload:  1075310000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 552 in the X datas point
+--------------
+ --- Configuration:  000110-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11259739674.818718
+ --- Energy:  74.8050514094236
+ --- Workload:  842285000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 600 in the X datas point
+--------------
+ --- Configuration:  002200-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12812496796.875801
+ --- Energy:  81.66872704524802
+ --- Workload:  1046380000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '002220-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 777 in the X datas point
+--------------
+ --- Configuration:  022220-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6021448399.197943
+ --- Energy:  12.583421405685236
+ --- Workload:  75770300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 44 in the X datas point
+--------------
+ --- Configuration:  222220-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14471780028.94356
+ --- Energy:  72.03533813993924
+ --- Workload:  1042480000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 552 in the X datas point
+--------------
+ --- Configuration:  000110-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11259739674.818718
+ --- Energy:  74.8050514094236
+ --- Workload:  842285000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 11 in the X datas point
+--------------
+ --- Configuration:  003330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13704431053.692589
+ --- Energy:  75.87039020058079
+ --- Workload:  1039760000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 13 in the X datas point
+--------------
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 553 in the X datas point
+--------------
+ --- Configuration:  002220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13196111369.901518
+ --- Energy:  79.03690304614342
+ --- Workload:  1042980000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 600 in the X datas point
+--------------
+ --- Configuration:  002200-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12812496796.875801
+ --- Energy:  81.66872704524802
+ --- Workload:  1046380000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 9 in the X datas point
+--------------
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 392 in the X datas point
+--------------
+ --- Configuration:  001111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12266206111.514534
+ --- Energy:  87.6643983443653
+ --- Workload:  1075310000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 411 in the X datas point
+--------------
+ --- Configuration:  002220-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11417401947.352076
+ --- Energy:  95.64698110453958
+ --- Workload:  1092040000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 13 in the X datas point
+--------------
+ --- Configuration:  202220-2-3
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (95.64698110453958 mAh)  is far from the median.
+---  Median :77.17119209715501,   the gap is :  10
+--- So yes we remove this configuration '002220-3-3'
+--- remove_aberrant_points: The value [1.0, 0, 0, 1, 1, 1, 0, 3.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '300333-3-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '300333-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 231 in the X datas point
+--------------
+ --- Configuration:  300333-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13826764467.980669
+ --- Energy:  100.311184339352
+ --- Workload:  1386980000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 412 in the X datas point
+--------------
+ --- Configuration:  300333-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14000308006.776148
+ --- Energy:  97.0043167849163
+ --- Workload:  1358090000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 31 in the X datas point
+--------------
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 499 in the X datas point
+--------------
+ --- Configuration:  200222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14770830563.8026
+ --- Energy:  89.22173143973053
+ --- Workload:  1317880000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 32 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 72 in the X datas point
+--------------
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  75.96541207639095
+ --- Workload:  1164630000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 203 in the X datas point
+--------------
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14214479437.334045
+ --- Energy:  86.641218027865
+ --- Workload:  1231560000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 214 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 226 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '300333-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 72 in the X datas point
+--------------
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  75.96541207639095
+ --- Workload:  1164630000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 31 in the X datas point
+--------------
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 203 in the X datas point
+--------------
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14214479437.334045
+ --- Energy:  86.641218027865
+ --- Workload:  1231560000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 499 in the X datas point
+--------------
+ --- Configuration:  200222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14770830563.8026
+ --- Energy:  89.22173143973053
+ --- Workload:  1317880000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 32 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 412 in the X datas point
+--------------
+ --- Configuration:  300333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14000308006.776148
+ --- Energy:  97.0043167849163
+ --- Workload:  1358090000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 226 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 231 in the X datas point
+--------------
+ --- Configuration:  300333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13826764467.980669
+ --- Energy:  100.311184339352
+ --- Workload:  1386980000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 214 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 499 in the X datas point
+--------------
+ --- Configuration:  200222-3-2
+ --- Energy efficiency:  14770830563.8026
+ --- Energy:  89.22173143973053
+ --- Workload:  1317880000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (89.22173143973053 mAh)  it is NOT far from the median.
+---  Median :89.22173143973053,   the gap is :  10
+--- So No we don't romove this configuration '300333-3-2'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 0, 0, 0, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '303000-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303000-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 413 in the X datas point
+--------------
+ --- Configuration:  303000-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10778103635.777699
+ --- Energy:  74.4831318809973
+ --- Workload:  802787000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 344 in the X datas point
+--------------
+ --- Configuration:  303303-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13438548206.760126
+ --- Energy:  83.98672527663341
+ --- Workload:  1128660000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 449 in the X datas point
+--------------
+ --- Configuration:  202000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12043389925.222591
+ --- Energy:  61.77677173928621
+ --- Workload:  744002000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 579 in the X datas point
+--------------
+ --- Configuration:  200000-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11184606402.516088
+ --- Energy:  64.33997409241996
+ --- Workload:  719617000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 698 in the X datas point
+--------------
+ --- Configuration:  003000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11733357112.937082
+ --- Energy:  59.40661316486577
+ --- Workload:  697039000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 725 in the X datas point
+--------------
+ --- Configuration:  300000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11702585803.359112
+ --- Energy:  59.58014174819067
+ --- Workload:  697242000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 56 in the X datas point
+--------------
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 121 in the X datas point
+--------------
+ --- Configuration:  333300-1-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 224 in the X datas point
+--------------
+ --- Configuration:  303300-2-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13967533864.285854
+ --- Energy:  72.5489714103032
+ --- Workload:  1013330000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 373 in the X datas point
+--------------
+ --- Configuration:  222200-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11496525749.918375
+ --- Energy:  80.2428888615872
+ --- Workload:  922514000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303000-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 698 in the X datas point
+--------------
+ --- Configuration:  003000-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11733357112.937082
+ --- Energy:  59.40661316486577
+ --- Workload:  697039000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 725 in the X datas point
+--------------
+ --- Configuration:  300000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11702585803.359112
+ --- Energy:  59.58014174819067
+ --- Workload:  697242000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 449 in the X datas point
+--------------
+ --- Configuration:  202000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12043389925.222591
+ --- Energy:  61.77677173928621
+ --- Workload:  744002000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 121 in the X datas point
+--------------
+ --- Configuration:  333300-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 56 in the X datas point
+--------------
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 579 in the X datas point
+--------------
+ --- Configuration:  200000-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11184606402.516088
+ --- Energy:  64.33997409241996
+ --- Workload:  719617000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 224 in the X datas point
+--------------
+ --- Configuration:  303300-2-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13967533864.285854
+ --- Energy:  72.5489714103032
+ --- Workload:  1013330000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 413 in the X datas point
+--------------
+ --- Configuration:  303000-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  10778103635.777699
+ --- Energy:  74.4831318809973
+ --- Workload:  802787000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 373 in the X datas point
+--------------
+ --- Configuration:  222200-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11496525749.918375
+ --- Energy:  80.2428888615872
+ --- Workload:  922514000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 344 in the X datas point
+--------------
+ --- Configuration:  303303-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13438548206.760126
+ --- Energy:  83.98672527663341
+ --- Workload:  1128660000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 56 in the X datas point
+--------------
+ --- Configuration:  303330-1-2
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (74.4831318809973 mAh)  is far from the median.
+---  Median :64.30775539783755,   the gap is :  10
+--- So yes we remove this configuration '303000-1-3'
+--- remove_aberrant_points: The value [2.0, 1, 0, 1, 0, 0, 0, 1.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '100011-3-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '100011-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 414 in the X datas point
+--------------
+ --- Configuration:  100011-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13125943427.183828
+ --- Energy:  80.21675217727041
+ --- Workload:  1052920000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 26 in the X datas point
+--------------
+ --- Configuration:  110011-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 549 in the X datas point
+--------------
+ --- Configuration:  101011-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13990494857.793615
+ --- Energy:  77.57621667528683
+ --- Workload:  1085330000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 186 in the X datas point
+--------------
+ --- Configuration:  101011-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12908055917.698235
+ --- Energy:  67.8209046191028
+ --- Workload:  875436000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 219 in the X datas point
+--------------
+ --- Configuration:  100111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11605101602.664532
+ --- Energy:  80.0526614822044
+ --- Workload:  929019000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 343 in the X datas point
+--------------
+ --- Configuration:  220022-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14662090139.59776
+ --- Energy:  91.26660104513866
+ --- Workload:  1338160000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 409 in the X datas point
+--------------
+ --- Configuration:  101111-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  17713662193.376507
+ --- Energy:  64.82001619850253
+ --- Workload:  1148200000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 499 in the X datas point
+--------------
+ --- Configuration:  200222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14770830563.8026
+ --- Energy:  89.22173143973053
+ --- Workload:  1317880000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 536 in the X datas point
+--------------
+ --- Configuration:  000022-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13874571102.320799
+ --- Energy:  80.16963008427506
+ --- Workload:  1112320000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 546 in the X datas point
+--------------
+ --- Configuration:  110011-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14409055803.391315
+ --- Energy:  74.74536356458539
+ --- Workload:  1077010000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '100011-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 409 in the X datas point
+--------------
+ --- Configuration:  101111-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  17713662193.376507
+ --- Energy:  64.82001619850253
+ --- Workload:  1148200000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 186 in the X datas point
+--------------
+ --- Configuration:  101011-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12908055917.698235
+ --- Energy:  67.8209046191028
+ --- Workload:  875436000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 546 in the X datas point
+--------------
+ --- Configuration:  110011-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14409055803.391315
+ --- Energy:  74.74536356458539
+ --- Workload:  1077010000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 549 in the X datas point
+--------------
+ --- Configuration:  101011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13990494857.793615
+ --- Energy:  77.57621667528683
+ --- Workload:  1085330000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 219 in the X datas point
+--------------
+ --- Configuration:  100111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11605101602.664532
+ --- Energy:  80.0526614822044
+ --- Workload:  929019000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 536 in the X datas point
+--------------
+ --- Configuration:  000022-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13874571102.320799
+ --- Energy:  80.16963008427506
+ --- Workload:  1112320000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 414 in the X datas point
+--------------
+ --- Configuration:  100011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13125943427.183828
+ --- Energy:  80.21675217727041
+ --- Workload:  1052920000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 26 in the X datas point
+--------------
+ --- Configuration:  110011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 499 in the X datas point
+--------------
+ --- Configuration:  200222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14770830563.8026
+ --- Energy:  89.22173143973053
+ --- Workload:  1317880000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 343 in the X datas point
+--------------
+ --- Configuration:  220022-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14662090139.59776
+ --- Energy:  91.26660104513866
+ --- Workload:  1338160000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 219 in the X datas point
+--------------
+ --- Configuration:  100111-3-1
+ --- Energy efficiency:  11605101602.664532
+ --- Energy:  80.0526614822044
+ --- Workload:  929019000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (80.0526614822044 mAh)  it is NOT far from the median.
+---  Median :80.0526614822044,   the gap is :  10
+--- So No we don't romove this configuration '100011-3-2'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '110101-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110101-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 415 in the X datas point
+--------------
+ --- Configuration:  110101-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13709391069.976845
+ --- Energy:  58.449843734673564
+ --- Workload:  801312000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 595 in the X datas point
+--------------
+ --- Configuration:  110101-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12809509780.060719
+ --- Energy:  44.94678636770851
+ --- Workload:  575746000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 54 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 113 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 118 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 146 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 150 in the X datas point
+--------------
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 198 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110101-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 54 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 146 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 595 in the X datas point
+--------------
+ --- Configuration:  110101-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12809509780.060719
+ --- Energy:  44.94678636770851
+ --- Workload:  575746000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 150 in the X datas point
+--------------
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 415 in the X datas point
+--------------
+ --- Configuration:  110101-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13709391069.976845
+ --- Energy:  58.449843734673564
+ --- Workload:  801312000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 118 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 198 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 113 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 150 in the X datas point
+--------------
+ --- Configuration:  220202-1-1
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (50.3428670012474 mAh)  it is NOT far from the median.
+---  Median :50.3428670012474,   the gap is :  10
+--- So No we don't romove this configuration '110101-2-1'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '101101-3-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101101-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 416 in the X datas point
+--------------
+ --- Configuration:  101101-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13340679600.900229
+ --- Energy:  83.02798102049613
+ --- Workload:  1107650000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 10 in the X datas point
+--------------
+ --- Configuration:  101101-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 409 in the X datas point
+--------------
+ --- Configuration:  101111-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17713662193.376507
+ --- Energy:  64.82001619850253
+ --- Workload:  1148200000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 484 in the X datas point
+--------------
+ --- Configuration:  111101-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14396443502.597118
+ --- Energy:  78.98892594686254
+ --- Workload:  1137160000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 82 in the X datas point
+--------------
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 197 in the X datas point
+--------------
+ --- Configuration:  001101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13985290271.692234
+ --- Energy:  73.251940060295
+ --- Workload:  1024450000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 272 in the X datas point
+--------------
+ --- Configuration:  222202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 541 in the X datas point
+--------------
+ --- Configuration:  101101-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14119886306.675457
+ --- Energy:  56.83939361137568
+ --- Workload:  802566000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 549 in the X datas point
+--------------
+ --- Configuration:  101011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13990494857.793615
+ --- Energy:  77.57621667528683
+ --- Workload:  1085330000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 637 in the X datas point
+--------------
+ --- Configuration:  202200-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13767808660.50236
+ --- Energy:  75.38525435820448
+ --- Workload:  1037890000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101101-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 272 in the X datas point
+--------------
+ --- Configuration:  222202-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 541 in the X datas point
+--------------
+ --- Configuration:  101101-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14119886306.675457
+ --- Energy:  56.83939361137568
+ --- Workload:  802566000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 409 in the X datas point
+--------------
+ --- Configuration:  101111-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17713662193.376507
+ --- Energy:  64.82001619850253
+ --- Workload:  1148200000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 197 in the X datas point
+--------------
+ --- Configuration:  001101-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13985290271.692234
+ --- Energy:  73.251940060295
+ --- Workload:  1024450000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 10 in the X datas point
+--------------
+ --- Configuration:  101101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 637 in the X datas point
+--------------
+ --- Configuration:  202200-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13767808660.50236
+ --- Energy:  75.38525435820448
+ --- Workload:  1037890000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 549 in the X datas point
+--------------
+ --- Configuration:  101011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13990494857.793615
+ --- Energy:  77.57621667528683
+ --- Workload:  1085330000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 484 in the X datas point
+--------------
+ --- Configuration:  111101-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14396443502.597118
+ --- Energy:  78.98892594686254
+ --- Workload:  1137160000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 82 in the X datas point
+--------------
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 416 in the X datas point
+--------------
+ --- Configuration:  101101-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13340679600.900229
+ --- Energy:  83.02798102049613
+ --- Workload:  1107650000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 10 in the X datas point
+--------------
+ --- Configuration:  101101-2-2
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (75.19043109374802 mAh)  it is NOT far from the median.
+---  Median :75.19043109374802,   the gap is :  10
+--- So No we don't romove this configuration '101101-3-2'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '111110-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111110-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 89 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 141 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 417 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11201155959.295
+ --- Energy:  34.4916252352497
+ --- Workload:  386346000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 167 in the X datas point
+--------------
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 172 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 209 in the X datas point
+--------------
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 325 in the X datas point
+--------------
+ --- Configuration:  111110-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14911863431.18995
+ --- Energy:  40.707805921643576
+ --- Workload:  607029000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 427 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10275982049.914555
+ --- Energy:  33.06575864579996
+ --- Workload:  339783000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111110-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 172 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 209 in the X datas point
+--------------
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 89 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 427 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10275982049.914555
+ --- Energy:  33.06575864579996
+ --- Workload:  339783000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 141 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 417 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11201155959.295
+ --- Energy:  34.4916252352497
+ --- Workload:  386346000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 167 in the X datas point
+--------------
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 325 in the X datas point
+--------------
+ --- Configuration:  111110-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14911863431.18995
+ --- Energy:  40.707805921643576
+ --- Workload:  607029000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 427 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Energy efficiency:  10275982049.914555
+ --- Energy:  33.06575864579996
+ --- Workload:  339783000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (33.06575864579996 mAh)  it is NOT far from the median.
+---  Median :33.06575864579996,   the gap is :  10
+--- So No we don't romove this configuration '111110-1-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '002020-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '002020-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 418 in the X datas point
+--------------
+ --- Configuration:  002020-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11522688750.283745
+ --- Energy:  41.82246108428108
+ --- Workload:  481907000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 569 in the X datas point
+--------------
+ --- Configuration:  002020-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10921513634.417622
+ --- Energy:  52.90383875415112
+ --- Workload:  577790000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 739 in the X datas point
+--------------
+ --- Configuration:  002220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5804639067.542781
+ --- Energy:  13.05030508081098
+ --- Workload:  75752500000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 248 in the X datas point
+--------------
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 430 in the X datas point
+--------------
+ --- Configuration:  002022-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12850612909.982742
+ --- Energy:  61.59240778326698
+ --- Workload:  791500000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 448 in the X datas point
+--------------
+ --- Configuration:  001011-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11898288669.140718
+ --- Energy:  44.48907436947681
+ --- Workload:  529344000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 524 in the X datas point
+--------------
+ --- Configuration:  001010-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8465178488.288426
+ --- Energy:  29.660392939079458
+ --- Workload:  251081000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 537 in the X datas point
+--------------
+ --- Configuration:  001010-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8558932529.934866
+ --- Energy:  29.331584322088812
+ --- Workload:  251046000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 547 in the X datas point
+--------------
+ --- Configuration:  033030-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12586706675.611618
+ --- Energy:  42.00513493266639
+ --- Workload:  528706000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 620 in the X datas point
+--------------
+ --- Configuration:  002000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12453749886.359531
+ --- Energy:  52.141300619742324
+ --- Workload:  649355000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '002020-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 739 in the X datas point
+--------------
+ --- Configuration:  002220-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5804639067.542781
+ --- Energy:  13.05030508081098
+ --- Workload:  75752500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 537 in the X datas point
+--------------
+ --- Configuration:  001010-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8558932529.934866
+ --- Energy:  29.331584322088812
+ --- Workload:  251046000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 524 in the X datas point
+--------------
+ --- Configuration:  001010-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8465178488.288426
+ --- Energy:  29.660392939079458
+ --- Workload:  251081000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 418 in the X datas point
+--------------
+ --- Configuration:  002020-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11522688750.283745
+ --- Energy:  41.82246108428108
+ --- Workload:  481907000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 547 in the X datas point
+--------------
+ --- Configuration:  033030-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12586706675.611618
+ --- Energy:  42.00513493266639
+ --- Workload:  528706000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 448 in the X datas point
+--------------
+ --- Configuration:  001011-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11898288669.140718
+ --- Energy:  44.48907436947681
+ --- Workload:  529344000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 248 in the X datas point
+--------------
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 620 in the X datas point
+--------------
+ --- Configuration:  002000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12453749886.359531
+ --- Energy:  52.141300619742324
+ --- Workload:  649355000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 569 in the X datas point
+--------------
+ --- Configuration:  002020-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10921513634.417622
+ --- Energy:  52.90383875415112
+ --- Workload:  577790000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 430 in the X datas point
+--------------
+ --- Configuration:  002022-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12850612909.982742
+ --- Energy:  61.59240778326698
+ --- Workload:  791500000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 547 in the X datas point
+--------------
+ --- Configuration:  033030-2-0
+ --- Energy efficiency:  12586706675.611618
+ --- Energy:  42.00513493266639
+ --- Workload:  528706000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (42.00513493266639 mAh)  it is NOT far from the median.
+---  Median :42.00513493266639,   the gap is :  10
+--- So No we don't romove this configuration '002020-2-0'
+ --- remove_aberrant_points: The value [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '330000-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330000-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 419 in the X datas point
+--------------
+ --- Configuration:  330000-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10983169391.224886
+ --- Energy:  83.68676450959153
+ --- Workload:  919146000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 317 in the X datas point
+--------------
+ --- Configuration:  300000-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13175045908.951681
+ --- Energy:  96.57158
+ --- Workload:  1272335000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 571 in the X datas point
+--------------
+ --- Configuration:  220000-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13209690629.045467
+ --- Energy:  73.69017863100204
+ --- Workload:  973425000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 586 in the X datas point
+--------------
+ --- Configuration:  030000-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11233026896.3596
+ --- Energy:  80.04278396859557
+ --- Workload:  899123000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 469 in the X datas point
+--------------
+ --- Configuration:  330030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13326563439.106268
+ --- Energy:  79.44879111187178
+ --- Workload:  1058780000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 542 in the X datas point
+--------------
+ --- Configuration:  330330-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12443165840.025682
+ --- Energy:  76.18345987594073
+ --- Workload:  947963000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 635 in the X datas point
+--------------
+ --- Configuration:  330003-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13484449059.122566
+ --- Energy:  94.49408464421893
+ --- Workload:  1274200000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 639 in the X datas point
+--------------
+ --- Configuration:  330033-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14337678127.72864
+ --- Energy:  96.1514888870947
+ --- Workload:  1378590000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 686 in the X datas point
+--------------
+ --- Configuration:  300003-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12797379096.760984
+ --- Energy:  88.86270165652928
+ --- Workload:  1137210000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 735 in the X datas point
+--------------
+ --- Configuration:  030000-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11179904791.930792
+ --- Energy:  92.80579213921902
+ --- Workload:  1037560000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330000-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 571 in the X datas point
+--------------
+ --- Configuration:  220000-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13209690629.045467
+ --- Energy:  73.69017863100204
+ --- Workload:  973425000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 542 in the X datas point
+--------------
+ --- Configuration:  330330-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12443165840.025682
+ --- Energy:  76.18345987594073
+ --- Workload:  947963000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 469 in the X datas point
+--------------
+ --- Configuration:  330030-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13326563439.106268
+ --- Energy:  79.44879111187178
+ --- Workload:  1058780000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 586 in the X datas point
+--------------
+ --- Configuration:  030000-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11233026896.3596
+ --- Energy:  80.04278396859557
+ --- Workload:  899123000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 419 in the X datas point
+--------------
+ --- Configuration:  330000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10983169391.224886
+ --- Energy:  83.68676450959153
+ --- Workload:  919146000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 686 in the X datas point
+--------------
+ --- Configuration:  300003-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12797379096.760984
+ --- Energy:  88.86270165652928
+ --- Workload:  1137210000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 735 in the X datas point
+--------------
+ --- Configuration:  030000-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11179904791.930792
+ --- Energy:  92.80579213921902
+ --- Workload:  1037560000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 635 in the X datas point
+--------------
+ --- Configuration:  330003-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13484449059.122566
+ --- Energy:  94.49408464421893
+ --- Workload:  1274200000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 639 in the X datas point
+--------------
+ --- Configuration:  330033-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14337678127.72864
+ --- Energy:  96.1514888870947
+ --- Workload:  1378590000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 317 in the X datas point
+--------------
+ --- Configuration:  300000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13175045908.951681
+ --- Energy:  96.57158
+ --- Workload:  1272335000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 419 in the X datas point
+--------------
+ --- Configuration:  330000-3-3
+ --- Energy efficiency:  10983169391.224886
+ --- Energy:  83.68676450959153
+ --- Workload:  919146000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (83.68676450959153 mAh)  it is NOT far from the median.
+---  Median :83.68676450959153,   the gap is :  10
+--- So No we don't romove this configuration '330000-3-3'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '003003-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '003003-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 420 in the X datas point
+--------------
+ --- Configuration:  003003-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12601108141.449959
+ --- Energy:  86.43365459642617
+ --- Workload:  1089160000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 658 in the X datas point
+--------------
+ --- Configuration:  003000-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12284333175.684391
+ --- Energy:  71.49261933404156
+ --- Workload:  878239000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 76 in the X datas point
+--------------
+ --- Configuration:  303033-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14925818681.154661
+ --- Energy:  75.15771108741323
+ --- Workload:  1121790000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 656 in the X datas point
+--------------
+ --- Configuration:  003333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14264907898.62215
+ --- Energy:  85.34158691455114
+ --- Workload:  1217390000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 686 in the X datas point
+--------------
+ --- Configuration:  300003-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12797379096.760984
+ --- Energy:  88.86270165652928
+ --- Workload:  1137210000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 132 in the X datas point
+--------------
+ --- Configuration:  202022-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 133 in the X datas point
+--------------
+ --- Configuration:  303300-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12321431651.786486
+ --- Energy:  75.3849371705881
+ --- Workload:  928850000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 151 in the X datas point
+--------------
+ --- Configuration:  033033-3-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14103636340.557686
+ --- Energy:  92.8249833568298
+ --- Workload:  1309170000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 154 in the X datas point
+--------------
+ --- Configuration:  003333-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 317 in the X datas point
+--------------
+ --- Configuration:  300000-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13175045908.951681
+ --- Energy:  96.57158
+ --- Workload:  1272335000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '003003-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 658 in the X datas point
+--------------
+ --- Configuration:  003000-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12284333175.684391
+ --- Energy:  71.49261933404156
+ --- Workload:  878239000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 76 in the X datas point
+--------------
+ --- Configuration:  303033-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14925818681.154661
+ --- Energy:  75.15771108741323
+ --- Workload:  1121790000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 133 in the X datas point
+--------------
+ --- Configuration:  303300-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12321431651.786486
+ --- Energy:  75.3849371705881
+ --- Workload:  928850000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 154 in the X datas point
+--------------
+ --- Configuration:  003333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 656 in the X datas point
+--------------
+ --- Configuration:  003333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14264907898.62215
+ --- Energy:  85.34158691455114
+ --- Workload:  1217390000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 420 in the X datas point
+--------------
+ --- Configuration:  003003-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12601108141.449959
+ --- Energy:  86.43365459642617
+ --- Workload:  1089160000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 686 in the X datas point
+--------------
+ --- Configuration:  300003-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12797379096.760984
+ --- Energy:  88.86270165652928
+ --- Workload:  1137210000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 132 in the X datas point
+--------------
+ --- Configuration:  202022-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 151 in the X datas point
+--------------
+ --- Configuration:  033033-3-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14103636340.557686
+ --- Energy:  92.8249833568298
+ --- Workload:  1309170000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 317 in the X datas point
+--------------
+ --- Configuration:  300000-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13175045908.951681
+ --- Energy:  96.57158
+ --- Workload:  1272335000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 656 in the X datas point
+--------------
+ --- Configuration:  003333-3-3
+ --- Energy efficiency:  14264907898.62215
+ --- Energy:  85.34158691455114
+ --- Workload:  1217390000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (85.34158691455114 mAh)  it is NOT far from the median.
+---  Median :85.34158691455114,   the gap is :  10
+--- So No we don't romove this configuration '003003-3-3'
+ --- remove_aberrant_points: The value [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '000022-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000022-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 421 in the X datas point
+--------------
+ --- Configuration:  000022-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  79.5806220896002
+ --- Workload:  975425000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 536 in the X datas point
+--------------
+ --- Configuration:  000022-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13874571102.320799
+ --- Energy:  80.16963008427506
+ --- Workload:  1112320000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 132 in the X datas point
+--------------
+ --- Configuration:  202022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 207 in the X datas point
+--------------
+ --- Configuration:  000022-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14281185109.865158
+ --- Energy:  76.4971891147909
+ --- Workload:  1092470000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 458 in the X datas point
+--------------
+ --- Configuration:  220022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13202208993.60881
+ --- Energy:  95.35824625251036
+ --- Workload:  1258940000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 504 in the X datas point
+--------------
+ --- Configuration:  022022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14551380926.049883
+ --- Energy:  88.0748025631995
+ --- Workload:  1281610000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 519 in the X datas point
+--------------
+ --- Configuration:  200022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14287673738.112658
+ --- Energy:  84.52879791585856
+ --- Workload:  1207720000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 625 in the X datas point
+--------------
+ --- Configuration:  000222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13901728679.961353
+ --- Energy:  85.57933287675009
+ --- Workload:  1189700000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 9 in the X datas point
+--------------
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 31 in the X datas point
+--------------
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000022-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 207 in the X datas point
+--------------
+ --- Configuration:  000022-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14281185109.865158
+ --- Energy:  76.4971891147909
+ --- Workload:  1092470000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 421 in the X datas point
+--------------
+ --- Configuration:  000022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  79.5806220896002
+ --- Workload:  975425000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 536 in the X datas point
+--------------
+ --- Configuration:  000022-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13874571102.320799
+ --- Energy:  80.16963008427506
+ --- Workload:  1112320000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 9 in the X datas point
+--------------
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 519 in the X datas point
+--------------
+ --- Configuration:  200022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14287673738.112658
+ --- Energy:  84.52879791585856
+ --- Workload:  1207720000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 31 in the X datas point
+--------------
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 625 in the X datas point
+--------------
+ --- Configuration:  000222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13901728679.961353
+ --- Energy:  85.57933287675009
+ --- Workload:  1189700000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 504 in the X datas point
+--------------
+ --- Configuration:  022022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14551380926.049883
+ --- Energy:  88.0748025631995
+ --- Workload:  1281610000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 132 in the X datas point
+--------------
+ --- Configuration:  202022-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 458 in the X datas point
+--------------
+ --- Configuration:  220022-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13202208993.60881
+ --- Energy:  95.35824625251036
+ --- Workload:  1258940000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 519 in the X datas point
+--------------
+ --- Configuration:  200022-2-3
+ --- Energy efficiency:  14287673738.112658
+ --- Energy:  84.52879791585856
+ --- Workload:  1207720000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (84.52879791585856 mAh)  it is NOT far from the median.
+---  Median :84.52879791585856,   the gap is :  10
+--- So No we don't romove this configuration '000022-3-3'
+ --- remove_aberrant_points: The value [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '033000-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033000-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 422 in the X datas point
+--------------
+ --- Configuration:  033000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 432 in the X datas point
+--------------
+ --- Configuration:  033003-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12711988294.801178
+ --- Energy:  62.72069654525214
+ --- Workload:  797305000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 437 in the X datas point
+--------------
+ --- Configuration:  033000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8071025020.177562
+ --- Energy:  30.84463223263372
+ --- Workload:  248947000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 547 in the X datas point
+--------------
+ --- Configuration:  033030-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12586706675.611618
+ --- Energy:  42.00513493266639
+ --- Workload:  528706000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 684 in the X datas point
+--------------
+ --- Configuration:  033003-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12932729116.229023
+ --- Energy:  61.75656078333707
+ --- Workload:  798681000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 685 in the X datas point
+--------------
+ --- Configuration:  022000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11527098479.46044
+ --- Energy:  41.488651501874486
+ --- Workload:  478244000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 45 in the X datas point
+--------------
+ --- Configuration:  030300-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 57 in the X datas point
+--------------
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 168 in the X datas point
+--------------
+ --- Configuration:  033300-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13694709322.947266
+ --- Energy:  55.1474477747145
+ --- Workload:  755228000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 316 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13438400120.333483
+ --- Energy:  92.14393
+ --- Workload:  1238267000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033000-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 437 in the X datas point
+--------------
+ --- Configuration:  033000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8071025020.177562
+ --- Energy:  30.84463223263372
+ --- Workload:  248947000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 45 in the X datas point
+--------------
+ --- Configuration:  030300-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 685 in the X datas point
+--------------
+ --- Configuration:  022000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11527098479.46044
+ --- Energy:  41.488651501874486
+ --- Workload:  478244000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 547 in the X datas point
+--------------
+ --- Configuration:  033030-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12586706675.611618
+ --- Energy:  42.00513493266639
+ --- Workload:  528706000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 422 in the X datas point
+--------------
+ --- Configuration:  033000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 168 in the X datas point
+--------------
+ --- Configuration:  033300-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13694709322.947266
+ --- Energy:  55.1474477747145
+ --- Workload:  755228000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 57 in the X datas point
+--------------
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 684 in the X datas point
+--------------
+ --- Configuration:  033003-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12932729116.229023
+ --- Energy:  61.75656078333707
+ --- Workload:  798681000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 432 in the X datas point
+--------------
+ --- Configuration:  033003-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12711988294.801178
+ --- Energy:  62.72069654525214
+ --- Workload:  797305000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 316 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13438400120.333483
+ --- Energy:  92.14393
+ --- Workload:  1238267000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 422 in the X datas point
+--------------
+ --- Configuration:  033000-2-0
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (43.85899784030102 mAh)  it is NOT far from the median.
+---  Median :43.85899784030102,   the gap is :  10
+--- So No we don't romove this configuration '033000-2-0'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '011100-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011100-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 423 in the X datas point
+--------------
+ --- Configuration:  011100-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12667865046.700085
+ --- Energy:  40.3948990870666
+ --- Workload:  511717000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 106 in the X datas point
+--------------
+ --- Configuration:  011110-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 754 in the X datas point
+--------------
+ --- Configuration:  022200-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6134705871.52699
+ --- Energy:  12.369555647233597
+ --- Workload:  75883500000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 146 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 257 in the X datas point
+--------------
+ --- Configuration:  011110-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 325 in the X datas point
+--------------
+ --- Configuration:  111110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14911863431.18995
+ --- Energy:  40.707805921643576
+ --- Workload:  607029000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 403 in the X datas point
+--------------
+ --- Configuration:  010100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 527 in the X datas point
+--------------
+ --- Configuration:  011000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8513536523.071684
+ --- Energy:  29.34546622830315
+ --- Workload:  249834000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 539 in the X datas point
+--------------
+ --- Configuration:  020200-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12611406007.821594
+ --- Energy:  35.941505988108695
+ --- Workload:  453273000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011100-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 754 in the X datas point
+--------------
+ --- Configuration:  022200-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6134705871.52699
+ --- Energy:  12.369555647233597
+ --- Workload:  75883500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 527 in the X datas point
+--------------
+ --- Configuration:  011000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8513536523.071684
+ --- Energy:  29.34546622830315
+ --- Workload:  249834000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 539 in the X datas point
+--------------
+ --- Configuration:  020200-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12611406007.821594
+ --- Energy:  35.941505988108695
+ --- Workload:  453273000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 106 in the X datas point
+--------------
+ --- Configuration:  011110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 423 in the X datas point
+--------------
+ --- Configuration:  011100-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12667865046.700085
+ --- Energy:  40.3948990870666
+ --- Workload:  511717000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 325 in the X datas point
+--------------
+ --- Configuration:  111110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14911863431.18995
+ --- Energy:  40.707805921643576
+ --- Workload:  607029000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 146 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 403 in the X datas point
+--------------
+ --- Configuration:  010100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 257 in the X datas point
+--------------
+ --- Configuration:  011110-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 423 in the X datas point
+--------------
+ --- Configuration:  011100-1-1
+ --- Energy efficiency:  12667865046.700085
+ --- Energy:  40.3948990870666
+ --- Workload:  511717000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (40.3948990870666 mAh)  it is NOT far from the median.
+---  Median :40.3948990870666,   the gap is :  10
+--- So No we don't romove this configuration '011100-1-1'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '033303-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033303-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 424 in the X datas point
+--------------
+ --- Configuration:  033303-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10135460428.628622
+ --- Energy:  51.680919654150905
+ --- Workload:  523810000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 152 in the X datas point
+--------------
+ --- Configuration:  022202-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10890102530.315323
+ --- Energy:  35.8868812091206
+ --- Workload:  390812000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 277 in the X datas point
+--------------
+ --- Configuration:  033333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10524354935.975086
+ --- Energy:  24.0280687781385
+ --- Workload:  252880000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 550 in the X datas point
+--------------
+ --- Configuration:  333303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11588412051.484997
+ --- Energy:  56.880158834189615
+ --- Workload:  659151000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 714 in the X datas point
+--------------
+ --- Configuration:  333303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11117855943.716965
+ --- Energy:  59.358545626680076
+ --- Workload:  659940000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 734 in the X datas point
+--------------
+ --- Configuration:  030303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8880442601.259247
+ --- Energy:  43.68880457674721
+ --- Workload:  387977000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 78 in the X datas point
+--------------
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 128 in the X datas point
+--------------
+ --- Configuration:  033330-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6111684930.418467
+ --- Energy:  26.7184846004408
+ --- Workload:  163295000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 210 in the X datas point
+--------------
+ --- Configuration:  033333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 259 in the X datas point
+--------------
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033303-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 277 in the X datas point
+--------------
+ --- Configuration:  033333-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10524354935.975086
+ --- Energy:  24.0280687781385
+ --- Workload:  252880000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 128 in the X datas point
+--------------
+ --- Configuration:  033330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6111684930.418467
+ --- Energy:  26.7184846004408
+ --- Workload:  163295000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 152 in the X datas point
+--------------
+ --- Configuration:  022202-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10890102530.315323
+ --- Energy:  35.8868812091206
+ --- Workload:  390812000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 259 in the X datas point
+--------------
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 78 in the X datas point
+--------------
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 734 in the X datas point
+--------------
+ --- Configuration:  030303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8880442601.259247
+ --- Energy:  43.68880457674721
+ --- Workload:  387977000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 424 in the X datas point
+--------------
+ --- Configuration:  033303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10135460428.628622
+ --- Energy:  51.680919654150905
+ --- Workload:  523810000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 550 in the X datas point
+--------------
+ --- Configuration:  333303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11588412051.484997
+ --- Energy:  56.880158834189615
+ --- Workload:  659151000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 714 in the X datas point
+--------------
+ --- Configuration:  333303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11117855943.716965
+ --- Energy:  59.358545626680076
+ --- Workload:  659940000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 210 in the X datas point
+--------------
+ --- Configuration:  033333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 78 in the X datas point
+--------------
+ --- Configuration:  022222-0-0
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (51.680919654150905 mAh)  is far from the median.
+---  Median :39.76219318534942,   the gap is :  10
+--- So yes we remove this configuration '033303-0-0'
+--- remove_aberrant_points: The value [2.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '010100-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '010100-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 425 in the X datas point
+--------------
+ --- Configuration:  010100-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10448185359.16682
+ --- Energy:  57.70074631354511
+ --- Workload:  602868000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 361 in the X datas point
+--------------
+ --- Configuration:  010101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12300183518.7381
+ --- Energy:  48.5955323771484
+ --- Workload:  597734000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 295 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 312 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 403 in the X datas point
+--------------
+ --- Configuration:  010100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 460 in the X datas point
+--------------
+ --- Configuration:  110101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11763017543.364365
+ --- Energy:  58.12337398418788
+ --- Workload:  683706000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 575 in the X datas point
+--------------
+ --- Configuration:  020200-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11852174933.361147
+ --- Energy:  40.672301388671954
+ --- Workload:  482055000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 707 in the X datas point
+--------------
+ --- Configuration:  111100-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12514281924.246046
+ --- Energy:  51.769595901132256
+ --- Workload:  647859000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 716 in the X datas point
+--------------
+ --- Configuration:  010110-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11786670689.850264
+ --- Energy:  44.887978162079634
+ --- Workload:  529080000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '010100-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 575 in the X datas point
+--------------
+ --- Configuration:  020200-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11852174933.361147
+ --- Energy:  40.672301388671954
+ --- Workload:  482055000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 716 in the X datas point
+--------------
+ --- Configuration:  010110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11786670689.850264
+ --- Energy:  44.887978162079634
+ --- Workload:  529080000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 361 in the X datas point
+--------------
+ --- Configuration:  010101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12300183518.7381
+ --- Energy:  48.5955323771484
+ --- Workload:  597734000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 707 in the X datas point
+--------------
+ --- Configuration:  111100-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12514281924.246046
+ --- Energy:  51.769595901132256
+ --- Workload:  647859000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 403 in the X datas point
+--------------
+ --- Configuration:  010100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 425 in the X datas point
+--------------
+ --- Configuration:  010100-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10448185359.16682
+ --- Energy:  57.70074631354511
+ --- Workload:  602868000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 460 in the X datas point
+--------------
+ --- Configuration:  110101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11763017543.364365
+ --- Energy:  58.12337398418788
+ --- Workload:  683706000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 295 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 312 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 403 in the X datas point
+--------------
+ --- Configuration:  010100-2-1
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (52.3623981374209 mAh)  it is NOT far from the median.
+---  Median :52.3623981374209,   the gap is :  10
+--- So No we don't romove this configuration '010100-3-0'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '110000-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110000-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 426 in the X datas point
+--------------
+ --- Configuration:  110000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11352245417.38233
+ --- Energy:  42.47266528928453
+ --- Workload:  482160000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 670 in the X datas point
+--------------
+ --- Configuration:  110000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11355055554.6093
+ --- Energy:  42.151077227704505
+ --- Workload:  478628000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 391 in the X datas point
+--------------
+ --- Configuration:  111000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12373817991.036406
+ --- Energy:  42.6850354508384
+ --- Workload:  528177000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 206 in the X datas point
+--------------
+ --- Configuration:  110110-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13517367790.004988
+ --- Energy:  42.6214864172658
+ --- Workload:  576130000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 446 in the X datas point
+--------------
+ --- Configuration:  011000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11398700320.189491
+ --- Energy:  41.92258529337472
+ --- Workload:  477863000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 451 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12917092930.73338
+ --- Energy:  44.62557467187459
+ --- Workload:  576433000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110000-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 446 in the X datas point
+--------------
+ --- Configuration:  011000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11398700320.189491
+ --- Energy:  41.92258529337472
+ --- Workload:  477863000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 670 in the X datas point
+--------------
+ --- Configuration:  110000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11355055554.6093
+ --- Energy:  42.151077227704505
+ --- Workload:  478628000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 426 in the X datas point
+--------------
+ --- Configuration:  110000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11352245417.38233
+ --- Energy:  42.47266528928453
+ --- Workload:  482160000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 206 in the X datas point
+--------------
+ --- Configuration:  110110-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13517367790.004988
+ --- Energy:  42.6214864172658
+ --- Workload:  576130000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 391 in the X datas point
+--------------
+ --- Configuration:  111000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373817991.036406
+ --- Energy:  42.6850354508384
+ --- Workload:  528177000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 451 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12917092930.73338
+ --- Energy:  44.62557467187459
+ --- Workload:  576433000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 206 in the X datas point
+--------------
+ --- Configuration:  110110-2-0
+ --- Energy efficiency:  13517367790.004988
+ --- Energy:  42.6214864172658
+ --- Workload:  576130000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (42.6214864172658 mAh)  it is NOT far from the median.
+---  Median :42.6214864172658,   the gap is :  10
+--- So No we don't romove this configuration '110000-2-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '101110-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101110-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 172 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 427 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10275982049.914555
+ --- Energy:  33.06575864579996
+ --- Workload:  339783000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 89 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 141 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 417 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11201155959.295
+ --- Energy:  34.4916252352497
+ --- Workload:  386346000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 167 in the X datas point
+--------------
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 209 in the X datas point
+--------------
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 211 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101110-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 172 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 209 in the X datas point
+--------------
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 89 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 427 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10275982049.914555
+ --- Energy:  33.06575864579996
+ --- Workload:  339783000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 141 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 417 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11201155959.295
+ --- Energy:  34.4916252352497
+ --- Workload:  386346000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 167 in the X datas point
+--------------
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 211 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 427 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Energy efficiency:  10275982049.914555
+ --- Energy:  33.06575864579996
+ --- Workload:  339783000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (33.06575864579996 mAh)  it is NOT far from the median.
+---  Median :33.06575864579996,   the gap is :  10
+--- So No we don't romove this configuration '101110-1-0'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '100100-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '100100-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 428 in the X datas point
+--------------
+ --- Configuration:  100100-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12184957913.155367
+ --- Energy:  38.48271275814499
+ --- Workload:  468910000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 671 in the X datas point
+--------------
+ --- Configuration:  100100-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12819017268.498163
+ --- Energy:  54.9760816945145
+ --- Workload:  704739000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 760 in the X datas point
+--------------
+ --- Configuration:  100000-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5587965756.945841
+ --- Energy:  13.49249894433128
+ --- Workload:  75395500000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 450 in the X datas point
+--------------
+ --- Configuration:  200000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11138350566.21805
+ --- Energy:  37.46453250408571
+ --- Workload:  417293000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 533 in the X datas point
+--------------
+ --- Configuration:  000110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12859238913.085691
+ --- Energy:  36.48721262882221
+ --- Workload:  469198000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 613 in the X datas point
+--------------
+ --- Configuration:  000100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12336586491.191061
+ --- Energy:  52.305660553812594
+ --- Workload:  645273000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 621 in the X datas point
+--------------
+ --- Configuration:  100000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12660327218.817299
+ --- Energy:  51.604696137494564
+ --- Workload:  653332000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 643 in the X datas point
+--------------
+ --- Configuration:  100001-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12431780603.935902
+ --- Energy:  37.245499593655026
+ --- Workload:  463028000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '100100-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 760 in the X datas point
+--------------
+ --- Configuration:  100000-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5587965756.945841
+ --- Energy:  13.49249894433128
+ --- Workload:  75395500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 533 in the X datas point
+--------------
+ --- Configuration:  000110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12859238913.085691
+ --- Energy:  36.48721262882221
+ --- Workload:  469198000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 643 in the X datas point
+--------------
+ --- Configuration:  100001-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12431780603.935902
+ --- Energy:  37.245499593655026
+ --- Workload:  463028000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 450 in the X datas point
+--------------
+ --- Configuration:  200000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11138350566.21805
+ --- Energy:  37.46453250408571
+ --- Workload:  417293000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 428 in the X datas point
+--------------
+ --- Configuration:  100100-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12184957913.155367
+ --- Energy:  38.48271275814499
+ --- Workload:  468910000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 621 in the X datas point
+--------------
+ --- Configuration:  100000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12660327218.817299
+ --- Energy:  51.604696137494564
+ --- Workload:  653332000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 613 in the X datas point
+--------------
+ --- Configuration:  000100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12336586491.191061
+ --- Energy:  52.305660553812594
+ --- Workload:  645273000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 671 in the X datas point
+--------------
+ --- Configuration:  100100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12819017268.498163
+ --- Energy:  54.9760816945145
+ --- Workload:  704739000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 643 in the X datas point
+--------------
+ --- Configuration:  100001-1-1
+ --- Energy efficiency:  12431780603.935902
+ --- Energy:  37.245499593655026
+ --- Workload:  463028000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (37.245499593655026 mAh)  it is NOT far from the median.
+---  Median :37.245499593655026,   the gap is :  10
+--- So No we don't romove this configuration '100100-1-1'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '222220-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222220-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 429 in the X datas point
+--------------
+ --- Configuration:  222220-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14754441824.711329
+ --- Energy:  76.06186087808521
+ --- Workload:  1122250000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 124 in the X datas point
+--------------
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 163 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 176 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  83.7034659994173
+ --- Workload:  1150120000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 374 in the X datas point
+--------------
+ --- Configuration:  022220-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14357811008.1337
+ --- Energy:  74.4883903754354
+ --- Workload:  1069490000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 444 in the X datas point
+--------------
+ --- Configuration:  022220-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13985779259.648788
+ --- Energy:  76.30755632960373
+ --- Workload:  1067220000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 554 in the X datas point
+--------------
+ --- Configuration:  222222-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16070659475.582241
+ --- Energy:  93.5530302681106
+ --- Workload:  1503460000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 745 in the X datas point
+--------------
+ --- Configuration:  222020-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5816929591.88422
+ --- Energy:  13.02862273430083
+ --- Workload:  75786600000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 5 in the X datas point
+--------------
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222220-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 745 in the X datas point
+--------------
+ --- Configuration:  222020-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5816929591.88422
+ --- Energy:  13.02862273430083
+ --- Workload:  75786600000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 5 in the X datas point
+--------------
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 124 in the X datas point
+--------------
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 374 in the X datas point
+--------------
+ --- Configuration:  022220-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14357811008.1337
+ --- Energy:  74.4883903754354
+ --- Workload:  1069490000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 429 in the X datas point
+--------------
+ --- Configuration:  222220-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14754441824.711329
+ --- Energy:  76.06186087808521
+ --- Workload:  1122250000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 444 in the X datas point
+--------------
+ --- Configuration:  022220-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13985779259.648788
+ --- Energy:  76.30755632960373
+ --- Workload:  1067220000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 163 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 176 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  83.7034659994173
+ --- Workload:  1150120000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 554 in the X datas point
+--------------
+ --- Configuration:  222222-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16070659475.582241
+ --- Energy:  93.5530302681106
+ --- Workload:  1503460000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 374 in the X datas point
+--------------
+ --- Configuration:  022220-2-2
+ --- Energy efficiency:  14357811008.1337
+ --- Energy:  74.4883903754354
+ --- Workload:  1069490000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (74.4883903754354 mAh)  it is NOT far from the median.
+---  Median :74.4883903754354,   the gap is :  10
+--- So No we don't romove this configuration '222220-2-2'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '002022-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '002022-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 430 in the X datas point
+--------------
+ --- Configuration:  002022-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12850612909.982742
+ --- Energy:  61.59240778326698
+ --- Workload:  791500000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 568 in the X datas point
+--------------
+ --- Configuration:  002022-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13394465674.67254
+ --- Energy:  75.26763933992237
+ --- Workload:  1008170000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 569 in the X datas point
+--------------
+ --- Configuration:  002020-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10921513634.417622
+ --- Energy:  52.90383875415112
+ --- Workload:  577790000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 657 in the X datas point
+--------------
+ --- Configuration:  202022-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14577046981.822424
+ --- Energy:  55.92467118019403
+ --- Workload:  815217000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 193 in the X datas point
+--------------
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 418 in the X datas point
+--------------
+ --- Configuration:  002020-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11522688750.283745
+ --- Energy:  41.82246108428108
+ --- Workload:  481907000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 448 in the X datas point
+--------------
+ --- Configuration:  001011-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11898288669.140718
+ --- Energy:  44.48907436947681
+ --- Workload:  529344000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 501 in the X datas point
+--------------
+ --- Configuration:  000011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10884176040.66328
+ --- Energy:  53.28388273452391
+ --- Workload:  579951000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 517 in the X datas point
+--------------
+ --- Configuration:  202002-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13684477013.499737
+ --- Energy:  56.33322721184273
+ --- Workload:  770891000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 544 in the X datas point
+--------------
+ --- Configuration:  202022-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14733811592.85764
+ --- Energy:  72.31670560917817
+ --- Workload:  1065500000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '002022-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 418 in the X datas point
+--------------
+ --- Configuration:  002020-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11522688750.283745
+ --- Energy:  41.82246108428108
+ --- Workload:  481907000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 448 in the X datas point
+--------------
+ --- Configuration:  001011-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11898288669.140718
+ --- Energy:  44.48907436947681
+ --- Workload:  529344000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 569 in the X datas point
+--------------
+ --- Configuration:  002020-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10921513634.417622
+ --- Energy:  52.90383875415112
+ --- Workload:  577790000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 501 in the X datas point
+--------------
+ --- Configuration:  000011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10884176040.66328
+ --- Energy:  53.28388273452391
+ --- Workload:  579951000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 657 in the X datas point
+--------------
+ --- Configuration:  202022-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14577046981.822424
+ --- Energy:  55.92467118019403
+ --- Workload:  815217000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 517 in the X datas point
+--------------
+ --- Configuration:  202002-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13684477013.499737
+ --- Energy:  56.33322721184273
+ --- Workload:  770891000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 193 in the X datas point
+--------------
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 430 in the X datas point
+--------------
+ --- Configuration:  002022-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12850612909.982742
+ --- Energy:  61.59240778326698
+ --- Workload:  791500000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 544 in the X datas point
+--------------
+ --- Configuration:  202022-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14733811592.85764
+ --- Energy:  72.31670560917817
+ --- Workload:  1065500000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 568 in the X datas point
+--------------
+ --- Configuration:  002022-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13394465674.67254
+ --- Energy:  75.26763933992237
+ --- Workload:  1008170000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 657 in the X datas point
+--------------
+ --- Configuration:  202022-3-0
+ --- Energy efficiency:  14577046981.822424
+ --- Energy:  55.92467118019403
+ --- Workload:  815217000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (55.92467118019403 mAh)  it is NOT far from the median.
+---  Median :55.92467118019403,   the gap is :  10
+--- So No we don't romove this configuration '002022-3-0'
+ --- remove_aberrant_points: The value [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 1, 0, 1, 0, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '003030-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '003030-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 431 in the X datas point
+--------------
+ --- Configuration:  003030-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11942166476.189112
+ --- Energy:  38.31727344984162
+ --- Workload:  457591000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 459 in the X datas point
+--------------
+ --- Configuration:  003033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13313575986.569265
+ --- Energy:  58.999551683518746
+ --- Workload:  785495000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 582 in the X datas point
+--------------
+ --- Configuration:  003033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13451237917.42554
+ --- Energy:  58.6370944765814
+ --- Workload:  788742000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 96 in the X datas point
+--------------
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 324 in the X datas point
+--------------
+ --- Configuration:  002220-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13404268723.41766
+ --- Energy:  37.62672702026895
+ --- Workload:  504359000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 364 in the X datas point
+--------------
+ --- Configuration:  000033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12689099302.353321
+ --- Energy:  51.3326168675035
+ --- Workload:  651365000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 365 in the X datas point
+--------------
+ --- Configuration:  033030-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12790717009.223387
+ --- Energy:  62.0291609855632
+ --- Workload:  793397000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 457 in the X datas point
+--------------
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13461287356.755075
+ --- Energy:  41.2112771905204
+ --- Workload:  554757000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 674 in the X datas point
+--------------
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13890586627.254442
+ --- Energy:  40.077884631026805
+ --- Workload:  556705000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 698 in the X datas point
+--------------
+ --- Configuration:  003000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11733357112.937082
+ --- Energy:  59.40661316486577
+ --- Workload:  697039000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '003030-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 324 in the X datas point
+--------------
+ --- Configuration:  002220-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13404268723.41766
+ --- Energy:  37.62672702026895
+ --- Workload:  504359000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 431 in the X datas point
+--------------
+ --- Configuration:  003030-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11942166476.189112
+ --- Energy:  38.31727344984162
+ --- Workload:  457591000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 674 in the X datas point
+--------------
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13890586627.254442
+ --- Energy:  40.077884631026805
+ --- Workload:  556705000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 457 in the X datas point
+--------------
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13461287356.755075
+ --- Energy:  41.2112771905204
+ --- Workload:  554757000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 364 in the X datas point
+--------------
+ --- Configuration:  000033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12689099302.353321
+ --- Energy:  51.3326168675035
+ --- Workload:  651365000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 582 in the X datas point
+--------------
+ --- Configuration:  003033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451237917.42554
+ --- Energy:  58.6370944765814
+ --- Workload:  788742000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 459 in the X datas point
+--------------
+ --- Configuration:  003033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13313575986.569265
+ --- Energy:  58.999551683518746
+ --- Workload:  785495000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 698 in the X datas point
+--------------
+ --- Configuration:  003000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11733357112.937082
+ --- Energy:  59.40661316486577
+ --- Workload:  697039000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 365 in the X datas point
+--------------
+ --- Configuration:  033030-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12790717009.223387
+ --- Energy:  62.0291609855632
+ --- Workload:  793397000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 96 in the X datas point
+--------------
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 364 in the X datas point
+--------------
+ --- Configuration:  000033-1-1
+ --- Energy efficiency:  12689099302.353321
+ --- Energy:  51.3326168675035
+ --- Workload:  651365000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (38.31727344984162 mAh)  is far from the median.
+---  Median :51.3326168675035,   the gap is :  10
+--- So yes we remove this configuration '003030-1-1'
+--- remove_aberrant_points: The value [2.0, 0, 0, 1, 0, 1, 0, 1.0, 1.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '033003-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033003-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 432 in the X datas point
+--------------
+ --- Configuration:  033003-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12711988294.801178
+ --- Energy:  62.72069654525214
+ --- Workload:  797305000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 684 in the X datas point
+--------------
+ --- Configuration:  033003-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12932729116.229023
+ --- Energy:  61.75656078333707
+ --- Workload:  798681000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 57 in the X datas point
+--------------
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 422 in the X datas point
+--------------
+ --- Configuration:  033000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 153 in the X datas point
+--------------
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 437 in the X datas point
+--------------
+ --- Configuration:  033000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8071025020.177562
+ --- Energy:  30.84463223263372
+ --- Workload:  248947000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 547 in the X datas point
+--------------
+ --- Configuration:  033030-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12586706675.611618
+ --- Energy:  42.00513493266639
+ --- Workload:  528706000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 574 in the X datas point
+--------------
+ --- Configuration:  333033-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14444312840.70523
+ --- Energy:  70.98779227993477
+ --- Workload:  1025370000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 685 in the X datas point
+--------------
+ --- Configuration:  022000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11527098479.46044
+ --- Energy:  41.488651501874486
+ --- Workload:  478244000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033003-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 437 in the X datas point
+--------------
+ --- Configuration:  033000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8071025020.177562
+ --- Energy:  30.84463223263372
+ --- Workload:  248947000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 685 in the X datas point
+--------------
+ --- Configuration:  022000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11527098479.46044
+ --- Energy:  41.488651501874486
+ --- Workload:  478244000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 547 in the X datas point
+--------------
+ --- Configuration:  033030-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12586706675.611618
+ --- Energy:  42.00513493266639
+ --- Workload:  528706000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 422 in the X datas point
+--------------
+ --- Configuration:  033000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 57 in the X datas point
+--------------
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 153 in the X datas point
+--------------
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 684 in the X datas point
+--------------
+ --- Configuration:  033003-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12932729116.229023
+ --- Energy:  61.75656078333707
+ --- Workload:  798681000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 432 in the X datas point
+--------------
+ --- Configuration:  033003-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12711988294.801178
+ --- Energy:  62.72069654525214
+ --- Workload:  797305000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 574 in the X datas point
+--------------
+ --- Configuration:  333033-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14444312840.70523
+ --- Energy:  70.98779227993477
+ --- Workload:  1025370000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (54.087718626572986 mAh)  it is NOT far from the median.
+---  Median :54.087718626572986,   the gap is :  10
+--- So No we don't romove this configuration '033003-2-0'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '010111-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '010111-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 433 in the X datas point
+--------------
+ --- Configuration:  010111-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13352311418.629679
+ --- Energy:  42.04621333129826
+ --- Workload:  561414000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 611 in the X datas point
+--------------
+ --- Configuration:  010111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13285064266.49839
+ --- Energy:  63.33291473508287
+ --- Workload:  841382000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 726 in the X datas point
+--------------
+ --- Configuration:  010111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14055841045.304787
+ --- Energy:  57.13542391806448
+ --- Workload:  803087000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 2 in the X datas point
+--------------
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 40 in the X datas point
+--------------
+ --- Configuration:  000011-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11067652130.41236
+ --- Energy:  41.81970183069355
+ --- Workload:  462846000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 80 in the X datas point
+--------------
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 85 in the X datas point
+--------------
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 106 in the X datas point
+--------------
+ --- Configuration:  011110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 212 in the X datas point
+--------------
+ --- Configuration:  011111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 246 in the X datas point
+--------------
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13583376120.968113
+ --- Energy:  65.5557580165811
+ --- Workload:  890469000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '010111-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 2 in the X datas point
+--------------
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 106 in the X datas point
+--------------
+ --- Configuration:  011110-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 40 in the X datas point
+--------------
+ --- Configuration:  000011-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11067652130.41236
+ --- Energy:  41.81970183069355
+ --- Workload:  462846000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 433 in the X datas point
+--------------
+ --- Configuration:  010111-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13352311418.629679
+ --- Energy:  42.04621333129826
+ --- Workload:  561414000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 212 in the X datas point
+--------------
+ --- Configuration:  011111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 726 in the X datas point
+--------------
+ --- Configuration:  010111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14055841045.304787
+ --- Energy:  57.13542391806448
+ --- Workload:  803087000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 611 in the X datas point
+--------------
+ --- Configuration:  010111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13285064266.49839
+ --- Energy:  63.33291473508287
+ --- Workload:  841382000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 80 in the X datas point
+--------------
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 85 in the X datas point
+--------------
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 246 in the X datas point
+--------------
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13583376120.968113
+ --- Energy:  65.5557580165811
+ --- Workload:  890469000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 212 in the X datas point
+--------------
+ --- Configuration:  011111-2-1
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (42.04621333129826 mAh)  is far from the median.
+---  Median :54.9134481539672,   the gap is :  10
+--- So yes we remove this configuration '010111-1-1'
+--- remove_aberrant_points: The value [0.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '303330-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303330-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 434 in the X datas point
+--------------
+ --- Configuration:  303330-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5989960825.6562
+ --- Energy:  27.414270971275005
+ --- Workload:  164210000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 307 in the X datas point
+--------------
+ --- Configuration:  333330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16232147970.356508
+ --- Energy:  56.82057
+ --- Workload:  922319899999.9999
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 387 in the X datas point
+--------------
+ --- Configuration:  303333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11746671287.02404
+ --- Energy:  55.9889928704492
+ --- Workload:  657684000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 49 in the X datas point
+--------------
+ --- Configuration:  303300-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10199294208.840748
+ --- Energy:  33.55309393673303
+ --- Workload:  342218000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 128 in the X datas point
+--------------
+ --- Configuration:  033330-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6111684930.418467
+ --- Energy:  26.7184846004408
+ --- Workload:  163295000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 261 in the X datas point
+--------------
+ --- Configuration:  333330-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5609028291.9387045
+ --- Energy:  13.4893048354332
+ --- Workload:  75662100000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 273 in the X datas point
+--------------
+ --- Configuration:  330330-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5536240228.535996
+ --- Energy:  13.8323700917135
+ --- Workload:  76579500000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 306 in the X datas point
+--------------
+ --- Configuration:  333300-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12877238669.53101
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 308 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 377 in the X datas point
+--------------
+ --- Configuration:  300333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10542740269.050732
+ --- Energy:  49.5215662037853
+ --- Workload:  522093000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303330-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 261 in the X datas point
+--------------
+ --- Configuration:  333330-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5609028291.9387045
+ --- Energy:  13.4893048354332
+ --- Workload:  75662100000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 273 in the X datas point
+--------------
+ --- Configuration:  330330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5536240228.535996
+ --- Energy:  13.8323700917135
+ --- Workload:  76579500000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 128 in the X datas point
+--------------
+ --- Configuration:  033330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6111684930.418467
+ --- Energy:  26.7184846004408
+ --- Workload:  163295000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 434 in the X datas point
+--------------
+ --- Configuration:  303330-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5989960825.6562
+ --- Energy:  27.414270971275005
+ --- Workload:  164210000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 49 in the X datas point
+--------------
+ --- Configuration:  303300-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10199294208.840748
+ --- Energy:  33.55309393673303
+ --- Workload:  342218000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 377 in the X datas point
+--------------
+ --- Configuration:  300333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10542740269.050732
+ --- Energy:  49.5215662037853
+ --- Workload:  522093000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 306 in the X datas point
+--------------
+ --- Configuration:  333300-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12877238669.53101
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 387 in the X datas point
+--------------
+ --- Configuration:  303333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11746671287.02404
+ --- Energy:  55.9889928704492
+ --- Workload:  657684000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 307 in the X datas point
+--------------
+ --- Configuration:  333330-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16232147970.356508
+ --- Energy:  56.82057
+ --- Workload:  922319899999.9999
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 308 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 49 in the X datas point
+--------------
+ --- Configuration:  303300-0-1
+ --- Energy efficiency:  10199294208.840748
+ --- Energy:  33.55309393673303
+ --- Workload:  342218000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (33.55309393673303 mAh)  it is NOT far from the median.
+---  Median :33.55309393673303,   the gap is :  10
+--- So No we don't romove this configuration '303330-0-0'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '010010-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '010010-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 435 in the X datas point
+--------------
+ --- Configuration:  010010-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12144942603.001259
+ --- Energy:  38.33628258038769
+ --- Workload:  465592000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 634 in the X datas point
+--------------
+ --- Configuration:  010010-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8677467220.867573
+ --- Energy:  29.01647467870326
+ --- Workload:  251789000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 40 in the X datas point
+--------------
+ --- Configuration:  000011-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11067652130.41236
+ --- Energy:  41.81970183069355
+ --- Workload:  462846000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 100 in the X datas point
+--------------
+ --- Configuration:  011010-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 106 in the X datas point
+--------------
+ --- Configuration:  011110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 433 in the X datas point
+--------------
+ --- Configuration:  010111-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13352311418.629679
+ --- Energy:  42.04621333129826
+ --- Workload:  561414000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 464 in the X datas point
+--------------
+ --- Configuration:  010110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9252662453.621029
+ --- Energy:  32.02904675461461
+ --- Workload:  296355000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 513 in the X datas point
+--------------
+ --- Configuration:  010000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7423574302.555194
+ --- Energy:  27.86299512820046
+ --- Workload:  206843000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 533 in the X datas point
+--------------
+ --- Configuration:  000110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12859238913.085691
+ --- Energy:  36.48721262882221
+ --- Workload:  469198000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '010010-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 513 in the X datas point
+--------------
+ --- Configuration:  010000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  7423574302.555194
+ --- Energy:  27.86299512820046
+ --- Workload:  206843000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 634 in the X datas point
+--------------
+ --- Configuration:  010010-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8677467220.867573
+ --- Energy:  29.01647467870326
+ --- Workload:  251789000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 464 in the X datas point
+--------------
+ --- Configuration:  010110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9252662453.621029
+ --- Energy:  32.02904675461461
+ --- Workload:  296355000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 533 in the X datas point
+--------------
+ --- Configuration:  000110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12859238913.085691
+ --- Energy:  36.48721262882221
+ --- Workload:  469198000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 435 in the X datas point
+--------------
+ --- Configuration:  010010-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12144942603.001259
+ --- Energy:  38.33628258038769
+ --- Workload:  465592000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 106 in the X datas point
+--------------
+ --- Configuration:  011110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 40 in the X datas point
+--------------
+ --- Configuration:  000011-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11067652130.41236
+ --- Energy:  41.81970183069355
+ --- Workload:  462846000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 433 in the X datas point
+--------------
+ --- Configuration:  010111-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13352311418.629679
+ --- Energy:  42.04621333129826
+ --- Workload:  561414000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 100 in the X datas point
+--------------
+ --- Configuration:  011010-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 533 in the X datas point
+--------------
+ --- Configuration:  000110-1-1
+ --- Energy efficiency:  12859238913.085691
+ --- Energy:  36.48721262882221
+ --- Workload:  469198000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (36.48721262882221 mAh)  it is NOT far from the median.
+---  Median :36.48721262882221,   the gap is :  10
+--- So No we don't romove this configuration '010010-1-1'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '030300-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '030300-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 436 in the X datas point
+--------------
+ --- Configuration:  030300-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13468630213.370039
+ --- Energy:  72.31426635370143
+ --- Workload:  973974000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 447 in the X datas point
+--------------
+ --- Configuration:  020200-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13423107073.440504
+ --- Energy:  72.91082650802181
+ --- Workload:  978690000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 520 in the X datas point
+--------------
+ --- Configuration:  030300-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13386827094.402565
+ --- Energy:  73.31275563806082
+ --- Workload:  981425000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 122 in the X datas point
+--------------
+ --- Configuration:  000300-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11063476697.552206
+ --- Energy:  90.2662722413003
+ --- Workload:  998659000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 168 in the X datas point
+--------------
+ --- Configuration:  033300-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13694709322.947266
+ --- Energy:  55.1474477747145
+ --- Workload:  755228000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 334 in the X datas point
+--------------
+ --- Configuration:  333300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14628566078.695833
+ --- Energy:  73.5143630448687
+ --- Workload:  1075410000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 336 in the X datas point
+--------------
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193940322.997305
+ --- Energy:  98.08558334376599
+ --- Workload:  1392220000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 506 in the X datas point
+--------------
+ --- Configuration:  030303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13120776749.983599
+ --- Energy:  76.53052030248016
+ --- Workload:  1004140000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 511 in the X datas point
+--------------
+ --- Configuration:  220200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13871530210.112068
+ --- Energy:  73.91177263939154
+ --- Workload:  1025270000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 565 in the X datas point
+--------------
+ --- Configuration:  020200-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12356571100.945772
+ --- Energy:  82.47916412519714
+ --- Workload:  1019160000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '030300-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 168 in the X datas point
+--------------
+ --- Configuration:  033300-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13694709322.947266
+ --- Energy:  55.1474477747145
+ --- Workload:  755228000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 436 in the X datas point
+--------------
+ --- Configuration:  030300-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13468630213.370039
+ --- Energy:  72.31426635370143
+ --- Workload:  973974000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 447 in the X datas point
+--------------
+ --- Configuration:  020200-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13423107073.440504
+ --- Energy:  72.91082650802181
+ --- Workload:  978690000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 520 in the X datas point
+--------------
+ --- Configuration:  030300-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13386827094.402565
+ --- Energy:  73.31275563806082
+ --- Workload:  981425000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 334 in the X datas point
+--------------
+ --- Configuration:  333300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14628566078.695833
+ --- Energy:  73.5143630448687
+ --- Workload:  1075410000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 511 in the X datas point
+--------------
+ --- Configuration:  220200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13871530210.112068
+ --- Energy:  73.91177263939154
+ --- Workload:  1025270000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 506 in the X datas point
+--------------
+ --- Configuration:  030303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13120776749.983599
+ --- Energy:  76.53052030248016
+ --- Workload:  1004140000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 565 in the X datas point
+--------------
+ --- Configuration:  020200-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12356571100.945772
+ --- Energy:  82.47916412519714
+ --- Workload:  1019160000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 122 in the X datas point
+--------------
+ --- Configuration:  000300-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11063476697.552206
+ --- Energy:  90.2662722413003
+ --- Workload:  998659000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 336 in the X datas point
+--------------
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193940322.997305
+ --- Energy:  98.08558334376599
+ --- Workload:  1392220000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 334 in the X datas point
+--------------
+ --- Configuration:  333300-2-2
+ --- Energy efficiency:  14628566078.695833
+ --- Energy:  73.5143630448687
+ --- Workload:  1075410000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (73.5143630448687 mAh)  it is NOT far from the median.
+---  Median :73.5143630448687,   the gap is :  10
+--- So No we don't romove this configuration '030300-2-2'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '033000-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033000-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 437 in the X datas point
+--------------
+ --- Configuration:  033000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8071025020.177562
+ --- Energy:  30.84463223263372
+ --- Workload:  248947000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 422 in the X datas point
+--------------
+ --- Configuration:  033000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 699 in the X datas point
+--------------
+ --- Configuration:  033000-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12307419651.010809
+ --- Energy:  36.77983717149928
+ --- Workload:  452665000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 63 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 148 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10583914566.641617
+ --- Energy:  32.1859127423429
+ --- Workload:  340653000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 153 in the X datas point
+--------------
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 287 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 305 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 432 in the X datas point
+--------------
+ --- Configuration:  033003-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12711988294.801178
+ --- Energy:  62.72069654525214
+ --- Workload:  797305000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 529 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10992187852.093517
+ --- Energy:  31.06062061477282
+ --- Workload:  341424000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033000-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 437 in the X datas point
+--------------
+ --- Configuration:  033000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8071025020.177562
+ --- Energy:  30.84463223263372
+ --- Workload:  248947000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 529 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10992187852.093517
+ --- Energy:  31.06062061477282
+ --- Workload:  341424000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 148 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10583914566.641617
+ --- Energy:  32.1859127423429
+ --- Workload:  340653000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 63 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 699 in the X datas point
+--------------
+ --- Configuration:  033000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12307419651.010809
+ --- Energy:  36.77983717149928
+ --- Workload:  452665000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 422 in the X datas point
+--------------
+ --- Configuration:  033000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 287 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 305 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 153 in the X datas point
+--------------
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 432 in the X datas point
+--------------
+ --- Configuration:  033003-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12711988294.801178
+ --- Energy:  62.72069654525214
+ --- Workload:  797305000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 699 in the X datas point
+--------------
+ --- Configuration:  033000-1-1
+ --- Energy efficiency:  12307419651.010809
+ --- Energy:  36.77983717149928
+ --- Workload:  452665000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (36.77983717149928 mAh)  it is NOT far from the median.
+---  Median :36.77983717149928,   the gap is :  10
+--- So No we don't romove this configuration '033000-1-0'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '000110-3-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000110-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 438 in the X datas point
+--------------
+ --- Configuration:  000110-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10984846404.38515
+ --- Energy:  74.34214040531062
+ --- Workload:  816637000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 622 in the X datas point
+--------------
+ --- Configuration:  000010-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11230529070.224499
+ --- Energy:  65.58873751640105
+ --- Workload:  736596000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 109 in the X datas point
+--------------
+ --- Configuration:  011110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11878826466.975676
+ --- Energy:  79.1921814190437
+ --- Workload:  940710000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 204 in the X datas point
+--------------
+ --- Configuration:  110110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12597441207.741884
+ --- Energy:  69.8226407220911
+ --- Workload:  879587000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 219 in the X datas point
+--------------
+ --- Configuration:  100111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11605101602.664532
+ --- Energy:  80.0526614822044
+ --- Workload:  929019000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 227 in the X datas point
+--------------
+ --- Configuration:  000111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12035490253.659992
+ --- Energy:  49.4404352153497
+ --- Workload:  595040000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 532 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11081302407.634575
+ --- Energy:  60.484653752985835
+ --- Workload:  670249000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 613 in the X datas point
+--------------
+ --- Configuration:  000100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12336586491.191061
+ --- Energy:  52.305660553812594
+ --- Workload:  645273000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 623 in the X datas point
+--------------
+ --- Configuration:  110110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12940377211.995731
+ --- Energy:  67.57287611693334
+ --- Workload:  874419000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000110-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 227 in the X datas point
+--------------
+ --- Configuration:  000111-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12035490253.659992
+ --- Energy:  49.4404352153497
+ --- Workload:  595040000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 613 in the X datas point
+--------------
+ --- Configuration:  000100-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12336586491.191061
+ --- Energy:  52.305660553812594
+ --- Workload:  645273000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 532 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11081302407.634575
+ --- Energy:  60.484653752985835
+ --- Workload:  670249000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 622 in the X datas point
+--------------
+ --- Configuration:  000010-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11230529070.224499
+ --- Energy:  65.58873751640105
+ --- Workload:  736596000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 623 in the X datas point
+--------------
+ --- Configuration:  110110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12940377211.995731
+ --- Energy:  67.57287611693334
+ --- Workload:  874419000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 204 in the X datas point
+--------------
+ --- Configuration:  110110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12597441207.741884
+ --- Energy:  69.8226407220911
+ --- Workload:  879587000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 438 in the X datas point
+--------------
+ --- Configuration:  000110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10984846404.38515
+ --- Energy:  74.34214040531062
+ --- Workload:  816637000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 109 in the X datas point
+--------------
+ --- Configuration:  011110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11878826466.975676
+ --- Energy:  79.1921814190437
+ --- Workload:  940710000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 219 in the X datas point
+--------------
+ --- Configuration:  100111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11605101602.664532
+ --- Energy:  80.0526614822044
+ --- Workload:  929019000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 623 in the X datas point
+--------------
+ --- Configuration:  110110-3-1
+ --- Energy efficiency:  12940377211.995731
+ --- Energy:  67.57287611693334
+ --- Workload:  874419000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (67.57287611693334 mAh)  it is NOT far from the median.
+---  Median :67.57287611693334,   the gap is :  10
+--- So No we don't romove this configuration '000110-3-1'
+ --- remove_aberrant_points: The value [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '033330-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033330-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 439 in the X datas point
+--------------
+ --- Configuration:  033330-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12476170514.317654
+ --- Energy:  89.40162859050163
+ --- Workload:  1115390000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 264 in the X datas point
+--------------
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5413071485.022031
+ --- Energy:  13.9697963651223
+ --- Workload:  75619700000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 488 in the X datas point
+--------------
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14243959136.930027
+ --- Energy:  78.84746341771039
+ --- Workload:  1123100000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 17 in the X datas point
+--------------
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 67 in the X datas point
+--------------
+ --- Configuration:  330330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 144 in the X datas point
+--------------
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 154 in the X datas point
+--------------
+ --- Configuration:  003333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 163 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 176 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  83.7034659994173
+ --- Workload:  1150120000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 182 in the X datas point
+--------------
+ --- Configuration:  030330-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13025293818.065302
+ --- Energy:  75.2120882234259
+ --- Workload:  979660000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033330-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 264 in the X datas point
+--------------
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5413071485.022031
+ --- Energy:  13.9697963651223
+ --- Workload:  75619700000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 182 in the X datas point
+--------------
+ --- Configuration:  030330-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13025293818.065302
+ --- Energy:  75.2120882234259
+ --- Workload:  979660000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 67 in the X datas point
+--------------
+ --- Configuration:  330330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 488 in the X datas point
+--------------
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14243959136.930027
+ --- Energy:  78.84746341771039
+ --- Workload:  1123100000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 163 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 144 in the X datas point
+--------------
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 176 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  83.7034659994173
+ --- Workload:  1150120000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 154 in the X datas point
+--------------
+ --- Configuration:  003333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 439 in the X datas point
+--------------
+ --- Configuration:  033330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12476170514.317654
+ --- Energy:  89.40162859050163
+ --- Workload:  1115390000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 17 in the X datas point
+--------------
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 163 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (79.5738884766809 mAh)  it is NOT far from the median.
+---  Median :79.5738884766809,   the gap is :  10
+--- So No we don't romove this configuration '033330-2-3'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '011011-3-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011011-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 440 in the X datas point
+--------------
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13502784274.117321
+ --- Energy:  82.79771486146721
+ --- Workload:  1118000000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 761 in the X datas point
+--------------
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6079027355.6231
+ --- Energy:  12.473598223784801
+ --- Workload:  75827400000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 71 in the X datas point
+--------------
+ --- Configuration:  011111-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14151777817.088272
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 545 in the X datas point
+--------------
+ --- Configuration:  011010-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13560884983.354015
+ --- Energy:  77.7920837079026
+ --- Workload:  1054930000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 672 in the X datas point
+--------------
+ --- Configuration:  011011-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14338623807.5642
+ --- Energy:  74.73239429974956
+ --- Workload:  1071560000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 26 in the X datas point
+--------------
+ --- Configuration:  110011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 164 in the X datas point
+--------------
+ --- Configuration:  111011-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 256 in the X datas point
+--------------
+ --- Configuration:  001011-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13559965557.687483
+ --- Energy:  73.393325791739
+ --- Workload:  995211000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 271 in the X datas point
+--------------
+ --- Configuration:  010111-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5520012806.429711
+ --- Energy:  13.6504873016518
+ --- Workload:  75350800000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 333 in the X datas point
+--------------
+ --- Configuration:  011111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13434937285.712751
+ --- Energy:  68.27709347003412
+ --- Workload:  917298000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011011-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 761 in the X datas point
+--------------
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6079027355.6231
+ --- Energy:  12.473598223784801
+ --- Workload:  75827400000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 271 in the X datas point
+--------------
+ --- Configuration:  010111-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5520012806.429711
+ --- Energy:  13.6504873016518
+ --- Workload:  75350800000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 333 in the X datas point
+--------------
+ --- Configuration:  011111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13434937285.712751
+ --- Energy:  68.27709347003412
+ --- Workload:  917298000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 256 in the X datas point
+--------------
+ --- Configuration:  001011-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13559965557.687483
+ --- Energy:  73.393325791739
+ --- Workload:  995211000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 672 in the X datas point
+--------------
+ --- Configuration:  011011-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14338623807.5642
+ --- Energy:  74.73239429974956
+ --- Workload:  1071560000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 164 in the X datas point
+--------------
+ --- Configuration:  111011-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 545 in the X datas point
+--------------
+ --- Configuration:  011010-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13560884983.354015
+ --- Energy:  77.7920837079026
+ --- Workload:  1054930000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 26 in the X datas point
+--------------
+ --- Configuration:  110011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 440 in the X datas point
+--------------
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13502784274.117321
+ --- Energy:  82.79771486146721
+ --- Workload:  1118000000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 71 in the X datas point
+--------------
+ --- Configuration:  011111-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14151777817.088272
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 672 in the X datas point
+--------------
+ --- Configuration:  011011-2-2
+ --- Energy efficiency:  14338623807.5642
+ --- Energy:  74.73239429974956
+ --- Workload:  1071560000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (74.73239429974956 mAh)  it is NOT far from the median.
+---  Median :74.73239429974956,   the gap is :  10
+--- So No we don't romove this configuration '011011-3-2'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '020202-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '020202-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 441 in the X datas point
+--------------
+ --- Configuration:  020202-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13489251090.268719
+ --- Energy:  51.82043413295036
+ --- Workload:  699019000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 509 in the X datas point
+--------------
+ --- Configuration:  000202-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13004797469.786604
+ --- Energy:  45.81348523547173
+ --- Workload:  595795000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 575 in the X datas point
+--------------
+ --- Configuration:  020200-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11852174933.361147
+ --- Energy:  40.672301388671954
+ --- Workload:  482055000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 740 in the X datas point
+--------------
+ --- Configuration:  020222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11107569030.764635
+ --- Energy:  16.962130007740114
+ --- Workload:  188408000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 45 in the X datas point
+--------------
+ --- Configuration:  030300-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 52 in the X datas point
+--------------
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 115 in the X datas point
+--------------
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 361 in the X datas point
+--------------
+ --- Configuration:  010101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12300183518.7381
+ --- Energy:  48.5955323771484
+ --- Workload:  597734000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 577 in the X datas point
+--------------
+ --- Configuration:  330303-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14185463588.042788
+ --- Energy:  62.03120341832688
+ --- Workload:  879941000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '020202-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 740 in the X datas point
+--------------
+ --- Configuration:  020222-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11107569030.764635
+ --- Energy:  16.962130007740114
+ --- Workload:  188408000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 575 in the X datas point
+--------------
+ --- Configuration:  020200-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11852174933.361147
+ --- Energy:  40.672301388671954
+ --- Workload:  482055000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 45 in the X datas point
+--------------
+ --- Configuration:  030300-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 509 in the X datas point
+--------------
+ --- Configuration:  000202-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13004797469.786604
+ --- Energy:  45.81348523547173
+ --- Workload:  595795000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 361 in the X datas point
+--------------
+ --- Configuration:  010101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12300183518.7381
+ --- Energy:  48.5955323771484
+ --- Workload:  597734000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 441 in the X datas point
+--------------
+ --- Configuration:  020202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13489251090.268719
+ --- Energy:  51.82043413295036
+ --- Workload:  699019000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 115 in the X datas point
+--------------
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 52 in the X datas point
+--------------
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 577 in the X datas point
+--------------
+ --- Configuration:  330303-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14185463588.042788
+ --- Energy:  62.03120341832688
+ --- Workload:  879941000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 361 in the X datas point
+--------------
+ --- Configuration:  010101-3-0
+ --- Energy efficiency:  12300183518.7381
+ --- Energy:  48.5955323771484
+ --- Workload:  597734000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (48.5955323771484 mAh)  it is NOT far from the median.
+---  Median :48.5955323771484,   the gap is :  10
+--- So No we don't romove this configuration '020202-2-0'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '101011-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101011-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 442 in the X datas point
+--------------
+ --- Configuration:  101011-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10229007008.915602
+ --- Energy:  33.39150595873643
+ --- Workload:  341562000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 208 in the X datas point
+--------------
+ --- Configuration:  111011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11532602089.476847
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 337 in the X datas point
+--------------
+ --- Configuration:  001011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9632519385.445263
+ --- Energy:  30.734807722364668
+ --- Workload:  296054000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 149 in the X datas point
+--------------
+ --- Configuration:  111011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7219330479.29135
+ --- Energy:  28.6387646642511
+ --- Workload:  206752000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 155 in the X datas point
+--------------
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 167 in the X datas point
+--------------
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 172 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 211 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101011-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 149 in the X datas point
+--------------
+ --- Configuration:  111011-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  7219330479.29135
+ --- Energy:  28.6387646642511
+ --- Workload:  206752000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 337 in the X datas point
+--------------
+ --- Configuration:  001011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9632519385.445263
+ --- Energy:  30.734807722364668
+ --- Workload:  296054000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 172 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 442 in the X datas point
+--------------
+ --- Configuration:  101011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10229007008.915602
+ --- Energy:  33.39150595873643
+ --- Workload:  341562000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 208 in the X datas point
+--------------
+ --- Configuration:  111011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11532602089.476847
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 167 in the X datas point
+--------------
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 211 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 155 in the X datas point
+--------------
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 442 in the X datas point
+--------------
+ --- Configuration:  101011-1-0
+ --- Energy efficiency:  10229007008.915602
+ --- Energy:  33.39150595873643
+ --- Workload:  341562000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (33.39150595873643 mAh)  it is NOT far from the median.
+---  Median :33.39150595873643,   the gap is :  10
+--- So No we don't romove this configuration '101011-1-0'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '303330-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303330-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 443 in the X datas point
+--------------
+ --- Configuration:  303330-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11997960346.741053
+ --- Energy:  94.73104953565642
+ --- Workload:  1136580000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 13 in the X datas point
+--------------
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 264 in the X datas point
+--------------
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5413071485.022031
+ --- Energy:  13.9697963651223
+ --- Workload:  75619700000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 407 in the X datas point
+--------------
+ --- Configuration:  303333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8563403439.062821
+ --- Energy:  105.00109687320945
+ --- Workload:  899168000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 488 in the X datas point
+--------------
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14243959136.930027
+ --- Energy:  78.84746341771039
+ --- Workload:  1123100000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 30 in the X datas point
+--------------
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 56 in the X datas point
+--------------
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 67 in the X datas point
+--------------
+ --- Configuration:  330330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 133 in the X datas point
+--------------
+ --- Configuration:  303300-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12321431651.786486
+ --- Energy:  75.3849371705881
+ --- Workload:  928850000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 154 in the X datas point
+--------------
+ --- Configuration:  003333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303330-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 264 in the X datas point
+--------------
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5413071485.022031
+ --- Energy:  13.9697963651223
+ --- Workload:  75619700000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 56 in the X datas point
+--------------
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 133 in the X datas point
+--------------
+ --- Configuration:  303300-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12321431651.786486
+ --- Energy:  75.3849371705881
+ --- Workload:  928850000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 13 in the X datas point
+--------------
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 67 in the X datas point
+--------------
+ --- Configuration:  330330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 488 in the X datas point
+--------------
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14243959136.930027
+ --- Energy:  78.84746341771039
+ --- Workload:  1123100000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 154 in the X datas point
+--------------
+ --- Configuration:  003333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 30 in the X datas point
+--------------
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 443 in the X datas point
+--------------
+ --- Configuration:  303330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11997960346.741053
+ --- Energy:  94.73104953565642
+ --- Workload:  1136580000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 407 in the X datas point
+--------------
+ --- Configuration:  303333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8563403439.062821
+ --- Energy:  105.00109687320945
+ --- Workload:  899168000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 67 in the X datas point
+--------------
+ --- Configuration:  330330-2-3
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (94.73104953565642 mAh)  is far from the median.
+---  Median :78.20736118066493,   the gap is :  10
+--- So yes we remove this configuration '303330-2-3'
+--- remove_aberrant_points: The value [2.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '022220-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '022220-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 374 in the X datas point
+--------------
+ --- Configuration:  022220-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14357811008.1337
+ --- Energy:  74.4883903754354
+ --- Workload:  1069490000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 444 in the X datas point
+--------------
+ --- Configuration:  022220-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13985779259.648788
+ --- Energy:  76.30755632960373
+ --- Workload:  1067220000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 429 in the X datas point
+--------------
+ --- Configuration:  222220-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14754441824.711329
+ --- Energy:  76.06186087808521
+ --- Workload:  1122250000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 108 in the X datas point
+--------------
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 124 in the X datas point
+--------------
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 144 in the X datas point
+--------------
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 163 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 176 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  83.7034659994173
+ --- Workload:  1150120000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '022220-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 124 in the X datas point
+--------------
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 108 in the X datas point
+--------------
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 374 in the X datas point
+--------------
+ --- Configuration:  022220-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14357811008.1337
+ --- Energy:  74.4883903754354
+ --- Workload:  1069490000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 429 in the X datas point
+--------------
+ --- Configuration:  222220-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14754441824.711329
+ --- Energy:  76.06186087808521
+ --- Workload:  1122250000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 444 in the X datas point
+--------------
+ --- Configuration:  022220-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13985779259.648788
+ --- Energy:  76.30755632960373
+ --- Workload:  1067220000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 163 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 144 in the X datas point
+--------------
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 176 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  83.7034659994173
+ --- Workload:  1150120000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 374 in the X datas point
+--------------
+ --- Configuration:  022220-2-2
+ --- Energy efficiency:  14357811008.1337
+ --- Energy:  74.4883903754354
+ --- Workload:  1069490000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (74.4883903754354 mAh)  it is NOT far from the median.
+---  Median :74.4883903754354,   the gap is :  10
+--- So No we don't romove this configuration '022220-2-2'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '200022-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '200022-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 445 in the X datas point
+--------------
+ --- Configuration:  200022-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11839826096.634293
+ --- Energy:  39.46922201479768
+ --- Workload:  467309000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 673 in the X datas point
+--------------
+ --- Configuration:  200020-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8721209108.430794
+ --- Energy:  28.854441560215296
+ --- Workload:  251645000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 155 in the X datas point
+--------------
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 211 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 321 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10662526762.942175
+ --- Energy:  31.96295936672102
+ --- Workload:  340806000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 339 in the X datas point
+--------------
+ --- Configuration:  220002-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12468874571.85002
+ --- Energy:  37.3545557848716
+ --- Workload:  465769000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 358 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14821951309.889946
+ --- Energy:  45.1609465048481
+ --- Workload:  669373000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 359 in the X datas point
+--------------
+ --- Configuration:  100011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  4992984856.276931
+ --- Energy:  24.1374403681183
+ --- Workload:  120518000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 442 in the X datas point
+--------------
+ --- Configuration:  101011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10229007008.915602
+ --- Energy:  33.39150595873643
+ --- Workload:  341562000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 456 in the X datas point
+--------------
+ --- Configuration:  300033-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8819508753.362438
+ --- Energy:  43.98581744362714
+ --- Workload:  387933000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '200022-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 359 in the X datas point
+--------------
+ --- Configuration:  100011-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  4992984856.276931
+ --- Energy:  24.1374403681183
+ --- Workload:  120518000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 673 in the X datas point
+--------------
+ --- Configuration:  200020-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8721209108.430794
+ --- Energy:  28.854441560215296
+ --- Workload:  251645000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 321 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10662526762.942175
+ --- Energy:  31.96295936672102
+ --- Workload:  340806000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 442 in the X datas point
+--------------
+ --- Configuration:  101011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10229007008.915602
+ --- Energy:  33.39150595873643
+ --- Workload:  341562000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 339 in the X datas point
+--------------
+ --- Configuration:  220002-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12468874571.85002
+ --- Energy:  37.3545557848716
+ --- Workload:  465769000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 445 in the X datas point
+--------------
+ --- Configuration:  200022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11839826096.634293
+ --- Energy:  39.46922201479768
+ --- Workload:  467309000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 456 in the X datas point
+--------------
+ --- Configuration:  300033-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8819508753.362438
+ --- Energy:  43.98581744362714
+ --- Workload:  387933000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 211 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 358 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14821951309.889946
+ --- Energy:  45.1609465048481
+ --- Workload:  669373000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 155 in the X datas point
+--------------
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 339 in the X datas point
+--------------
+ --- Configuration:  220002-1-0
+ --- Energy efficiency:  12468874571.85002
+ --- Energy:  37.3545557848716
+ --- Workload:  465769000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (37.3545557848716 mAh)  it is NOT far from the median.
+---  Median :37.3545557848716,   the gap is :  10
+--- So No we don't romove this configuration '200022-1-0'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '011000-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011000-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 446 in the X datas point
+--------------
+ --- Configuration:  011000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11398700320.189491
+ --- Energy:  41.92258529337472
+ --- Workload:  477863000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 391 in the X datas point
+--------------
+ --- Configuration:  111000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12373817991.036406
+ --- Energy:  42.6850354508384
+ --- Workload:  528177000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 527 in the X datas point
+--------------
+ --- Configuration:  011000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8513536523.071684
+ --- Energy:  29.34546622830315
+ --- Workload:  249834000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 685 in the X datas point
+--------------
+ --- Configuration:  022000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11527098479.46044
+ --- Energy:  41.488651501874486
+ --- Workload:  478244000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 100 in the X datas point
+--------------
+ --- Configuration:  011010-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 329 in the X datas point
+--------------
+ --- Configuration:  011001-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13549235890.841936
+ --- Energy:  55.62139896793428
+ --- Workload:  753627000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 426 in the X datas point
+--------------
+ --- Configuration:  110000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11352245417.38233
+ --- Energy:  42.47266528928453
+ --- Workload:  482160000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 451 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12917092930.73338
+ --- Energy:  44.62557467187459
+ --- Workload:  576433000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011000-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 527 in the X datas point
+--------------
+ --- Configuration:  011000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8513536523.071684
+ --- Energy:  29.34546622830315
+ --- Workload:  249834000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 685 in the X datas point
+--------------
+ --- Configuration:  022000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11527098479.46044
+ --- Energy:  41.488651501874486
+ --- Workload:  478244000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 446 in the X datas point
+--------------
+ --- Configuration:  011000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11398700320.189491
+ --- Energy:  41.92258529337472
+ --- Workload:  477863000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 426 in the X datas point
+--------------
+ --- Configuration:  110000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11352245417.38233
+ --- Energy:  42.47266528928453
+ --- Workload:  482160000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 391 in the X datas point
+--------------
+ --- Configuration:  111000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373817991.036406
+ --- Energy:  42.6850354508384
+ --- Workload:  528177000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 451 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12917092930.73338
+ --- Energy:  44.62557467187459
+ --- Workload:  576433000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 100 in the X datas point
+--------------
+ --- Configuration:  011010-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 329 in the X datas point
+--------------
+ --- Configuration:  011001-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13549235890.841936
+ --- Energy:  55.62139896793428
+ --- Workload:  753627000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 391 in the X datas point
+--------------
+ --- Configuration:  111000-2-0
+ --- Energy efficiency:  12373817991.036406
+ --- Energy:  42.6850354508384
+ --- Workload:  528177000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (42.6850354508384 mAh)  it is NOT far from the median.
+---  Median :42.6850354508384,   the gap is :  10
+--- So No we don't romove this configuration '011000-2-0'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '020200-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '020200-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 447 in the X datas point
+--------------
+ --- Configuration:  020200-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13423107073.440504
+ --- Energy:  72.91082650802181
+ --- Workload:  978690000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 436 in the X datas point
+--------------
+ --- Configuration:  030300-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13468630213.370039
+ --- Energy:  72.31426635370143
+ --- Workload:  973974000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 511 in the X datas point
+--------------
+ --- Configuration:  220200-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13871530210.112068
+ --- Energy:  73.91177263939154
+ --- Workload:  1025270000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 565 in the X datas point
+--------------
+ --- Configuration:  020200-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12356571100.945772
+ --- Energy:  82.47916412519714
+ --- Workload:  1019160000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 108 in the X datas point
+--------------
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 233 in the X datas point
+--------------
+ --- Configuration:  000200-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 320 in the X datas point
+--------------
+ --- Configuration:  022202-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15067865666.964005
+ --- Energy:  86.55908372523825
+ --- Workload:  1304260000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 374 in the X datas point
+--------------
+ --- Configuration:  022220-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14357811008.1337
+ --- Energy:  74.4883903754354
+ --- Workload:  1069490000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 403 in the X datas point
+--------------
+ --- Configuration:  010100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '020200-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 403 in the X datas point
+--------------
+ --- Configuration:  010100-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 233 in the X datas point
+--------------
+ --- Configuration:  000200-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 108 in the X datas point
+--------------
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 436 in the X datas point
+--------------
+ --- Configuration:  030300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13468630213.370039
+ --- Energy:  72.31426635370143
+ --- Workload:  973974000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 447 in the X datas point
+--------------
+ --- Configuration:  020200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13423107073.440504
+ --- Energy:  72.91082650802181
+ --- Workload:  978690000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 511 in the X datas point
+--------------
+ --- Configuration:  220200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13871530210.112068
+ --- Energy:  73.91177263939154
+ --- Workload:  1025270000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 374 in the X datas point
+--------------
+ --- Configuration:  022220-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14357811008.1337
+ --- Energy:  74.4883903754354
+ --- Workload:  1069490000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 565 in the X datas point
+--------------
+ --- Configuration:  020200-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12356571100.945772
+ --- Energy:  82.47916412519714
+ --- Workload:  1019160000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 320 in the X datas point
+--------------
+ --- Configuration:  022202-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15067865666.964005
+ --- Energy:  86.55908372523825
+ --- Workload:  1304260000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 436 in the X datas point
+--------------
+ --- Configuration:  030300-2-2
+ --- Energy efficiency:  13468630213.370039
+ --- Energy:  72.31426635370143
+ --- Workload:  973974000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (72.31426635370143 mAh)  it is NOT far from the median.
+---  Median :72.31426635370143,   the gap is :  10
+--- So No we don't romove this configuration '020200-2-2'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '001011-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '001011-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 448 in the X datas point
+--------------
+ --- Configuration:  001011-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11898288669.140718
+ --- Energy:  44.48907436947681
+ --- Workload:  529344000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 337 in the X datas point
+--------------
+ --- Configuration:  001011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9632519385.445263
+ --- Energy:  30.734807722364668
+ --- Workload:  296054000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 193 in the X datas point
+--------------
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 218 in the X datas point
+--------------
+ --- Configuration:  011011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 345 in the X datas point
+--------------
+ --- Configuration:  011111-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13720451293.083933
+ --- Energy:  45.25936522348479
+ --- Workload:  620979000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 404 in the X datas point
+--------------
+ --- Configuration:  111011-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7611972109.73419
+ --- Energy:  14.9822385679116
+ --- Workload:  114044000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 418 in the X datas point
+--------------
+ --- Configuration:  002020-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11522688750.283745
+ --- Energy:  41.82246108428108
+ --- Workload:  481907000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 430 in the X datas point
+--------------
+ --- Configuration:  002022-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12850612909.982742
+ --- Energy:  61.59240778326698
+ --- Workload:  791500000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 442 in the X datas point
+--------------
+ --- Configuration:  101011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10229007008.915602
+ --- Energy:  33.39150595873643
+ --- Workload:  341562000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 501 in the X datas point
+--------------
+ --- Configuration:  000011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10884176040.66328
+ --- Energy:  53.28388273452391
+ --- Workload:  579951000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '001011-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 404 in the X datas point
+--------------
+ --- Configuration:  111011-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  7611972109.73419
+ --- Energy:  14.9822385679116
+ --- Workload:  114044000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 337 in the X datas point
+--------------
+ --- Configuration:  001011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9632519385.445263
+ --- Energy:  30.734807722364668
+ --- Workload:  296054000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 218 in the X datas point
+--------------
+ --- Configuration:  011011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 442 in the X datas point
+--------------
+ --- Configuration:  101011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10229007008.915602
+ --- Energy:  33.39150595873643
+ --- Workload:  341562000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 418 in the X datas point
+--------------
+ --- Configuration:  002020-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11522688750.283745
+ --- Energy:  41.82246108428108
+ --- Workload:  481907000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 448 in the X datas point
+--------------
+ --- Configuration:  001011-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11898288669.140718
+ --- Energy:  44.48907436947681
+ --- Workload:  529344000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 345 in the X datas point
+--------------
+ --- Configuration:  011111-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13720451293.083933
+ --- Energy:  45.25936522348479
+ --- Workload:  620979000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 501 in the X datas point
+--------------
+ --- Configuration:  000011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10884176040.66328
+ --- Energy:  53.28388273452391
+ --- Workload:  579951000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 193 in the X datas point
+--------------
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 430 in the X datas point
+--------------
+ --- Configuration:  002022-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12850612909.982742
+ --- Energy:  61.59240778326698
+ --- Workload:  791500000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 418 in the X datas point
+--------------
+ --- Configuration:  002020-2-0
+ --- Energy efficiency:  11522688750.283745
+ --- Energy:  41.82246108428108
+ --- Workload:  481907000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (41.82246108428108 mAh)  it is NOT far from the median.
+---  Median :41.82246108428108,   the gap is :  10
+--- So No we don't romove this configuration '001011-2-0'
+ --- remove_aberrant_points: The value [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '202000-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202000-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 449 in the X datas point
+--------------
+ --- Configuration:  202000-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12043389925.222591
+ --- Energy:  61.77677173928621
+ --- Workload:  744002000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 697 in the X datas point
+--------------
+ --- Configuration:  200000-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11743484714.680296
+ --- Energy:  59.21002058329076
+ --- Workload:  695332000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 710 in the X datas point
+--------------
+ --- Configuration:  101000-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11887652176.807428
+ --- Energy:  62.71395189420631
+ --- Workload:  745522000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 86 in the X datas point
+--------------
+ --- Configuration:  202022-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14390518375.252914
+ --- Energy:  73.9118250482876
+ --- Workload:  1063630000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 184 in the X datas point
+--------------
+ --- Configuration:  222000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13569165428.480322
+ --- Energy:  37.8409560260374
+ --- Workload:  513470000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 376 in the X datas point
+--------------
+ --- Configuration:  222200-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13164009072.635054
+ --- Energy:  63.2881080327642
+ --- Workload:  833125000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 413 in the X datas point
+--------------
+ --- Configuration:  303000-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10778103635.777699
+ --- Energy:  74.4831318809973
+ --- Workload:  802787000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 450 in the X datas point
+--------------
+ --- Configuration:  200000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11138350566.21805
+ --- Energy:  37.46453250408571
+ --- Workload:  417293000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 579 in the X datas point
+--------------
+ --- Configuration:  200000-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11184606402.516088
+ --- Energy:  64.33997409241996
+ --- Workload:  719617000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 664 in the X datas point
+--------------
+ --- Configuration:  222002-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13972451913.80674
+ --- Energy:  76.4325894344246
+ --- Workload:  1067950000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202000-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 450 in the X datas point
+--------------
+ --- Configuration:  200000-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11138350566.21805
+ --- Energy:  37.46453250408571
+ --- Workload:  417293000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 184 in the X datas point
+--------------
+ --- Configuration:  222000-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13569165428.480322
+ --- Energy:  37.8409560260374
+ --- Workload:  513470000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 697 in the X datas point
+--------------
+ --- Configuration:  200000-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11743484714.680296
+ --- Energy:  59.21002058329076
+ --- Workload:  695332000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 449 in the X datas point
+--------------
+ --- Configuration:  202000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12043389925.222591
+ --- Energy:  61.77677173928621
+ --- Workload:  744002000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 710 in the X datas point
+--------------
+ --- Configuration:  101000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11887652176.807428
+ --- Energy:  62.71395189420631
+ --- Workload:  745522000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 376 in the X datas point
+--------------
+ --- Configuration:  222200-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13164009072.635054
+ --- Energy:  63.2881080327642
+ --- Workload:  833125000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 579 in the X datas point
+--------------
+ --- Configuration:  200000-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11184606402.516088
+ --- Energy:  64.33997409241996
+ --- Workload:  719617000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 86 in the X datas point
+--------------
+ --- Configuration:  202022-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14390518375.252914
+ --- Energy:  73.9118250482876
+ --- Workload:  1063630000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 413 in the X datas point
+--------------
+ --- Configuration:  303000-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10778103635.777699
+ --- Energy:  74.4831318809973
+ --- Workload:  802787000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 664 in the X datas point
+--------------
+ --- Configuration:  222002-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13972451913.80674
+ --- Energy:  76.4325894344246
+ --- Workload:  1067950000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 710 in the X datas point
+--------------
+ --- Configuration:  101000-1-2
+ --- Energy efficiency:  11887652176.807428
+ --- Energy:  62.71395189420631
+ --- Workload:  745522000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (62.71395189420631 mAh)  it is NOT far from the median.
+---  Median :62.71395189420631,   the gap is :  10
+--- So No we don't romove this configuration '202000-1-2'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '200000-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '200000-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 450 in the X datas point
+--------------
+ --- Configuration:  200000-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11138350566.21805
+ --- Energy:  37.46453250408571
+ --- Workload:  417293000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 617 in the X datas point
+--------------
+ --- Configuration:  200000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7496364263.332283
+ --- Energy:  27.54961888696046
+ --- Workload:  206522000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 697 in the X datas point
+--------------
+ --- Configuration:  200000-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11743484714.680296
+ --- Energy:  59.21002058329076
+ --- Workload:  695332000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 760 in the X datas point
+--------------
+ --- Configuration:  100000-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5587965756.945841
+ --- Energy:  13.49249894433128
+ --- Workload:  75395500000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 184 in the X datas point
+--------------
+ --- Configuration:  222000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13569165428.480322
+ --- Energy:  37.8409560260374
+ --- Workload:  513470000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 288 in the X datas point
+--------------
+ --- Configuration:  300000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10860100930.50205
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '200000-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 760 in the X datas point
+--------------
+ --- Configuration:  100000-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5587965756.945841
+ --- Energy:  13.49249894433128
+ --- Workload:  75395500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 617 in the X datas point
+--------------
+ --- Configuration:  200000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7496364263.332283
+ --- Energy:  27.54961888696046
+ --- Workload:  206522000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 288 in the X datas point
+--------------
+ --- Configuration:  300000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10860100930.50205
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 450 in the X datas point
+--------------
+ --- Configuration:  200000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11138350566.21805
+ --- Energy:  37.46453250408571
+ --- Workload:  417293000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 184 in the X datas point
+--------------
+ --- Configuration:  222000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13569165428.480322
+ --- Energy:  37.8409560260374
+ --- Workload:  513470000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 697 in the X datas point
+--------------
+ --- Configuration:  200000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11743484714.680296
+ --- Energy:  59.21002058329076
+ --- Workload:  695332000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 288 in the X datas point
+--------------
+ --- Configuration:  300000-1-0
+ --- Energy efficiency:  10860100930.50205
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (35.08751 mAh)  it is NOT far from the median.
+---  Median :35.08751,   the gap is :  10
+--- So No we don't romove this configuration '200000-1-1'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '111010-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111010-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 451 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12917092930.73338
+ --- Energy:  44.62557467187459
+ --- Workload:  576433000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 248 in the X datas point
+--------------
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 391 in the X datas point
+--------------
+ --- Configuration:  111000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12373817991.036406
+ --- Energy:  42.6850354508384
+ --- Workload:  528177000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 404 in the X datas point
+--------------
+ --- Configuration:  111011-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7611972109.73419
+ --- Energy:  14.9822385679116
+ --- Workload:  114044000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 470 in the X datas point
+--------------
+ --- Configuration:  111010-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12158719929.965773
+ --- Energy:  53.41244164848047
+ --- Workload:  649427000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 500 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13526400151.49568
+ --- Energy:  45.93145920255071
+ --- Workload:  621287000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 27 in the X datas point
+--------------
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 41 in the X datas point
+--------------
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111010-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 404 in the X datas point
+--------------
+ --- Configuration:  111011-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  7611972109.73419
+ --- Energy:  14.9822385679116
+ --- Workload:  114044000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 391 in the X datas point
+--------------
+ --- Configuration:  111000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12373817991.036406
+ --- Energy:  42.6850354508384
+ --- Workload:  528177000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 451 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12917092930.73338
+ --- Energy:  44.62557467187459
+ --- Workload:  576433000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 248 in the X datas point
+--------------
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 500 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13526400151.49568
+ --- Energy:  45.93145920255071
+ --- Workload:  621287000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 470 in the X datas point
+--------------
+ --- Configuration:  111010-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12158719929.965773
+ --- Energy:  53.41244164848047
+ --- Workload:  649427000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 41 in the X datas point
+--------------
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 27 in the X datas point
+--------------
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (45.07023497595242 mAh)  it is NOT far from the median.
+---  Median :45.07023497595242,   the gap is :  10
+--- So No we don't romove this configuration '111010-2-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '020000-3-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '020000-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 452 in the X datas point
+--------------
+ --- Configuration:  020000-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11844664334.057436
+ --- Energy:  85.8782938267127
+ --- Workload:  1017200000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 666 in the X datas point
+--------------
+ --- Configuration:  010000-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12860297304.353083
+ --- Energy:  72.53963798699066
+ --- Workload:  932881000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 735 in the X datas point
+--------------
+ --- Configuration:  030000-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11179904791.930792
+ --- Energy:  92.80579213921902
+ --- Workload:  1037560000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 300 in the X datas point
+--------------
+ --- Configuration:  000000-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12446800294.572485
+ --- Energy:  98.66502
+ --- Workload:  1228063800000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 447 in the X datas point
+--------------
+ --- Configuration:  020200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13423107073.440504
+ --- Energy:  72.91082650802181
+ --- Workload:  978690000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 571 in the X datas point
+--------------
+ --- Configuration:  220000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13209690629.045467
+ --- Energy:  73.69017863100204
+ --- Workload:  973425000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 586 in the X datas point
+--------------
+ --- Configuration:  030000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11233026896.3596
+ --- Energy:  80.04278396859557
+ --- Workload:  899123000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 46 in the X datas point
+--------------
+ --- Configuration:  220220-3-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 260 in the X datas point
+--------------
+ --- Configuration:  033030-3-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  7104290991.759023
+ --- Energy:  16.3307947163033
+ --- Workload:  116019000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '020000-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 260 in the X datas point
+--------------
+ --- Configuration:  033030-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  7104290991.759023
+ --- Energy:  16.3307947163033
+ --- Workload:  116019000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 666 in the X datas point
+--------------
+ --- Configuration:  010000-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12860297304.353083
+ --- Energy:  72.53963798699066
+ --- Workload:  932881000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 447 in the X datas point
+--------------
+ --- Configuration:  020200-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13423107073.440504
+ --- Energy:  72.91082650802181
+ --- Workload:  978690000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 571 in the X datas point
+--------------
+ --- Configuration:  220000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13209690629.045467
+ --- Energy:  73.69017863100204
+ --- Workload:  973425000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 46 in the X datas point
+--------------
+ --- Configuration:  220220-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 586 in the X datas point
+--------------
+ --- Configuration:  030000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11233026896.3596
+ --- Energy:  80.04278396859557
+ --- Workload:  899123000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 452 in the X datas point
+--------------
+ --- Configuration:  020000-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11844664334.057436
+ --- Energy:  85.8782938267127
+ --- Workload:  1017200000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 735 in the X datas point
+--------------
+ --- Configuration:  030000-3-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11179904791.930792
+ --- Energy:  92.80579213921902
+ --- Workload:  1037560000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 300 in the X datas point
+--------------
+ --- Configuration:  000000-3-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12446800294.572485
+ --- Energy:  98.66502
+ --- Workload:  1228063800000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 46 in the X datas point
+--------------
+ --- Configuration:  220220-3-2
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (77.28586489330746 mAh)  it is NOT far from the median.
+---  Median :77.28586489330746,   the gap is :  10
+--- So No we don't romove this configuration '020000-3-2'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '022222-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '022222-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 453 in the X datas point
+--------------
+ --- Configuration:  022222-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14702487807.961985
+ --- Energy:  79.9871211726851
+ --- Workload:  1176010000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 528 in the X datas point
+--------------
+ --- Configuration:  022222-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15108433225.257673
+ --- Energy:  77.62624080393333
+ --- Workload:  1172810000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 85 in the X datas point
+--------------
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 156 in the X datas point
+--------------
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 274 in the X datas point
+--------------
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10520800675.014572
+ --- Energy:  17.8171709875973
+ --- Workload:  187451000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 275 in the X datas point
+--------------
+ --- Configuration:  022222-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10571673834.261526
+ --- Energy:  17.8136328789872
+ --- Workload:  188320000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 505 in the X datas point
+--------------
+ --- Configuration:  022222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14246069509.422352
+ --- Energy:  69.37565973641902
+ --- Workload:  988330000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 530 in the X datas point
+--------------
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15452391953.012367
+ --- Energy:  81.35830423904434
+ --- Workload:  1257180000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 39 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '022222-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 275 in the X datas point
+--------------
+ --- Configuration:  022222-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10571673834.261526
+ --- Energy:  17.8136328789872
+ --- Workload:  188320000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 274 in the X datas point
+--------------
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10520800675.014572
+ --- Energy:  17.8171709875973
+ --- Workload:  187451000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 85 in the X datas point
+--------------
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 505 in the X datas point
+--------------
+ --- Configuration:  022222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14246069509.422352
+ --- Energy:  69.37565973641902
+ --- Workload:  988330000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 528 in the X datas point
+--------------
+ --- Configuration:  022222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15108433225.257673
+ --- Energy:  77.62624080393333
+ --- Workload:  1172810000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 453 in the X datas point
+--------------
+ --- Configuration:  022222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14702487807.961985
+ --- Energy:  79.9871211726851
+ --- Workload:  1176010000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 530 in the X datas point
+--------------
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15452391953.012367
+ --- Energy:  81.35830423904434
+ --- Workload:  1257180000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 156 in the X datas point
+--------------
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 39 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 528 in the X datas point
+--------------
+ --- Configuration:  022222-1-2
+ --- Energy efficiency:  15108433225.257673
+ --- Energy:  77.62624080393333
+ --- Workload:  1172810000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (77.62624080393333 mAh)  it is NOT far from the median.
+---  Median :77.62624080393333,   the gap is :  10
+--- So No we don't romove this configuration '022222-1-2'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '333330-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333330-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 454 in the X datas point
+--------------
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13293134893.415646
+ --- Energy:  66.54311678610547
+ --- Workload:  884567000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 663 in the X datas point
+--------------
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13587842685.392525
+ --- Energy:  64.90106538269521
+ --- Workload:  881865000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 56 in the X datas point
+--------------
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 121 in the X datas point
+--------------
+ --- Configuration:  333300-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 124 in the X datas point
+--------------
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 348 in the X datas point
+--------------
+ --- Configuration:  333330-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12855040139.862837
+ --- Energy:  54.89737027002233
+ --- Workload:  705708000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 481 in the X datas point
+--------------
+ --- Configuration:  333330-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12550389815.107658
+ --- Energy:  74.43416393210141
+ --- Workload:  934178000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 14 in the X datas point
+--------------
+ --- Configuration:  333030-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333330-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 348 in the X datas point
+--------------
+ --- Configuration:  333330-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12855040139.862837
+ --- Energy:  54.89737027002233
+ --- Workload:  705708000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 14 in the X datas point
+--------------
+ --- Configuration:  333030-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 121 in the X datas point
+--------------
+ --- Configuration:  333300-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 56 in the X datas point
+--------------
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 124 in the X datas point
+--------------
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 663 in the X datas point
+--------------
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13587842685.392525
+ --- Energy:  64.90106538269521
+ --- Workload:  881865000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 454 in the X datas point
+--------------
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13293134893.415646
+ --- Energy:  66.54311678610547
+ --- Workload:  884567000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 481 in the X datas point
+--------------
+ --- Configuration:  333330-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12550389815.107658
+ --- Energy:  74.43416393210141
+ --- Workload:  934178000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 124 in the X datas point
+--------------
+ --- Configuration:  222220-1-2
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (64.6001284096528 mAh)  it is NOT far from the median.
+---  Median :64.6001284096528,   the gap is :  10
+--- So No we don't romove this configuration '333330-1-2'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '101111-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101111-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 455 in the X datas point
+--------------
+ --- Configuration:  101111-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14337534230.862976
+ --- Energy:  42.54593968589113
+ --- Workload:  610004000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 119 in the X datas point
+--------------
+ --- Configuration:  101111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 341 in the X datas point
+--------------
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16077609838.211012
+ --- Energy:  40.36593190681932
+ --- Workload:  648988000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 490 in the X datas point
+--------------
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929324771.852247
+ --- Energy:  40.838573735993684
+ --- Workload:  650531000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 65 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 118 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101111-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 341 in the X datas point
+--------------
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16077609838.211012
+ --- Energy:  40.36593190681932
+ --- Workload:  648988000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 490 in the X datas point
+--------------
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929324771.852247
+ --- Energy:  40.838573735993684
+ --- Workload:  650531000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 455 in the X datas point
+--------------
+ --- Configuration:  101111-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14337534230.862976
+ --- Energy:  42.54593968589113
+ --- Workload:  610004000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 119 in the X datas point
+--------------
+ --- Configuration:  101111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 118 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 65 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (41.43583708148781 mAh)  it is NOT far from the median.
+---  Median :41.43583708148781,   the gap is :  10
+--- So No we don't romove this configuration '101111-1-1'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '300033-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '300033-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 456 in the X datas point
+--------------
+ --- Configuration:  300033-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8819508753.362438
+ --- Energy:  43.98581744362714
+ --- Workload:  387933000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 377 in the X datas point
+--------------
+ --- Configuration:  300333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10542740269.050732
+ --- Energy:  49.5215662037853
+ --- Workload:  522093000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 590 in the X datas point
+--------------
+ --- Configuration:  303033-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10435766293.101019
+ --- Energy:  50.121642670795254
+ --- Workload:  523058000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 107 in the X datas point
+--------------
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 170 in the X datas point
+--------------
+ --- Configuration:  330333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11461738424.790365
+ --- Energy:  57.5070787061249
+ --- Workload:  659131000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 281 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5492386746.144499
+ --- Energy:  29.19724
+ --- Workload:  160362534000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 303 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5492368456.744541
+ --- Energy:  29.19724
+ --- Workload:  160362000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 387 in the X datas point
+--------------
+ --- Configuration:  303333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11746671287.02404
+ --- Energy:  55.9889928704492
+ --- Workload:  657684000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 445 in the X datas point
+--------------
+ --- Configuration:  200022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11839826096.634293
+ --- Energy:  39.46922201479768
+ --- Workload:  467309000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 627 in the X datas point
+--------------
+ --- Configuration:  300303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9265607916.535404
+ --- Energy:  41.90141554208418
+ --- Workload:  388241000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '300033-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 281 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5492386746.144499
+ --- Energy:  29.19724
+ --- Workload:  160362534000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 303 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5492368456.744541
+ --- Energy:  29.19724
+ --- Workload:  160362000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 445 in the X datas point
+--------------
+ --- Configuration:  200022-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11839826096.634293
+ --- Energy:  39.46922201479768
+ --- Workload:  467309000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 627 in the X datas point
+--------------
+ --- Configuration:  300303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9265607916.535404
+ --- Energy:  41.90141554208418
+ --- Workload:  388241000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 456 in the X datas point
+--------------
+ --- Configuration:  300033-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8819508753.362438
+ --- Energy:  43.98581744362714
+ --- Workload:  387933000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 377 in the X datas point
+--------------
+ --- Configuration:  300333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10542740269.050732
+ --- Energy:  49.5215662037853
+ --- Workload:  522093000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 590 in the X datas point
+--------------
+ --- Configuration:  303033-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10435766293.101019
+ --- Energy:  50.121642670795254
+ --- Workload:  523058000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 107 in the X datas point
+--------------
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 387 in the X datas point
+--------------
+ --- Configuration:  303333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11746671287.02404
+ --- Energy:  55.9889928704492
+ --- Workload:  657684000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 170 in the X datas point
+--------------
+ --- Configuration:  330333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11461738424.790365
+ --- Energy:  57.5070787061249
+ --- Workload:  659131000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 456 in the X datas point
+--------------
+ --- Configuration:  300033-0-0
+ --- Energy efficiency:  8819508753.362438
+ --- Energy:  43.98581744362714
+ --- Workload:  387933000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (43.98581744362714 mAh)  it is NOT far from the median.
+---  Median :43.98581744362714,   the gap is :  10
+--- So No we don't romove this configuration '300033-0-0'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '303330-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303330-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 457 in the X datas point
+--------------
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13461287356.755075
+ --- Energy:  41.2112771905204
+ --- Workload:  554757000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 674 in the X datas point
+--------------
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13890586627.254442
+ --- Energy:  40.077884631026805
+ --- Workload:  556705000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 56 in the X datas point
+--------------
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 370 in the X datas point
+--------------
+ --- Configuration:  303333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15097712394.617968
+ --- Energy:  67.5804517710351
+ --- Workload:  1020310000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 746 in the X datas point
+--------------
+ --- Configuration:  303330-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5746300818.847867
+ --- Energy:  13.100460968293364
+ --- Workload:  75279300000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 49 in the X datas point
+--------------
+ --- Configuration:  303300-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10199294208.840748
+ --- Energy:  33.55309393673303
+ --- Workload:  342218000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 92 in the X datas point
+--------------
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 234 in the X datas point
+--------------
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 261 in the X datas point
+--------------
+ --- Configuration:  333330-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5609028291.9387045
+ --- Energy:  13.4893048354332
+ --- Workload:  75662100000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 324 in the X datas point
+--------------
+ --- Configuration:  002220-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13404268723.41766
+ --- Energy:  37.62672702026895
+ --- Workload:  504359000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303330-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 746 in the X datas point
+--------------
+ --- Configuration:  303330-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5746300818.847867
+ --- Energy:  13.100460968293364
+ --- Workload:  75279300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 261 in the X datas point
+--------------
+ --- Configuration:  333330-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5609028291.9387045
+ --- Energy:  13.4893048354332
+ --- Workload:  75662100000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 49 in the X datas point
+--------------
+ --- Configuration:  303300-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10199294208.840748
+ --- Energy:  33.55309393673303
+ --- Workload:  342218000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 324 in the X datas point
+--------------
+ --- Configuration:  002220-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13404268723.41766
+ --- Energy:  37.62672702026895
+ --- Workload:  504359000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 234 in the X datas point
+--------------
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 674 in the X datas point
+--------------
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13890586627.254442
+ --- Energy:  40.077884631026805
+ --- Workload:  556705000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 457 in the X datas point
+--------------
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13461287356.755075
+ --- Energy:  41.2112771905204
+ --- Workload:  554757000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 56 in the X datas point
+--------------
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 370 in the X datas point
+--------------
+ --- Configuration:  303333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15097712394.617968
+ --- Energy:  67.5804517710351
+ --- Workload:  1020310000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 92 in the X datas point
+--------------
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 234 in the X datas point
+--------------
+ --- Configuration:  333300-1-1
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (39.9195324609141 mAh)  it is NOT far from the median.
+---  Median :39.9195324609141,   the gap is :  10
+--- So No we don't romove this configuration '303330-1-1'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '220022-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220022-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 458 in the X datas point
+--------------
+ --- Configuration:  220022-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13202208993.60881
+ --- Energy:  95.35824625251036
+ --- Workload:  1258940000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 179 in the X datas point
+--------------
+ --- Configuration:  222022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14657190304.561756
+ --- Energy:  95.6220428328611
+ --- Workload:  1401550000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 326 in the X datas point
+--------------
+ --- Configuration:  220222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14253216951.065857
+ --- Energy:  99.56004804973213
+ --- Workload:  1419050000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 343 in the X datas point
+--------------
+ --- Configuration:  220022-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14662090139.59776
+ --- Energy:  91.26660104513866
+ --- Workload:  1338160000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 639 in the X datas point
+--------------
+ --- Configuration:  330033-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14337678127.72864
+ --- Energy:  96.1514888870947
+ --- Workload:  1378590000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 26 in the X datas point
+--------------
+ --- Configuration:  110011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 132 in the X datas point
+--------------
+ --- Configuration:  202022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 164 in the X datas point
+--------------
+ --- Configuration:  111011-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220022-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 164 in the X datas point
+--------------
+ --- Configuration:  111011-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 26 in the X datas point
+--------------
+ --- Configuration:  110011-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 132 in the X datas point
+--------------
+ --- Configuration:  202022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 343 in the X datas point
+--------------
+ --- Configuration:  220022-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14662090139.59776
+ --- Energy:  91.26660104513866
+ --- Workload:  1338160000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 458 in the X datas point
+--------------
+ --- Configuration:  220022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13202208993.60881
+ --- Energy:  95.35824625251036
+ --- Workload:  1258940000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 179 in the X datas point
+--------------
+ --- Configuration:  222022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14657190304.561756
+ --- Energy:  95.6220428328611
+ --- Workload:  1401550000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 639 in the X datas point
+--------------
+ --- Configuration:  330033-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14337678127.72864
+ --- Energy:  96.1514888870947
+ --- Workload:  1378590000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 326 in the X datas point
+--------------
+ --- Configuration:  220222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14253216951.065857
+ --- Energy:  99.56004804973213
+ --- Workload:  1419050000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 458 in the X datas point
+--------------
+ --- Configuration:  220022-3-3
+ --- Energy efficiency:  13202208993.60881
+ --- Energy:  95.35824625251036
+ --- Workload:  1258940000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (95.35824625251036 mAh)  it is NOT far from the median.
+---  Median :95.35824625251036,   the gap is :  10
+--- So No we don't romove this configuration '220022-3-3'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '003033-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '003033-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 459 in the X datas point
+--------------
+ --- Configuration:  003033-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13313575986.569265
+ --- Energy:  58.999551683518746
+ --- Workload:  785495000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 582 in the X datas point
+--------------
+ --- Configuration:  003033-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13451237917.42554
+ --- Energy:  58.6370944765814
+ --- Workload:  788742000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 96 in the X datas point
+--------------
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 364 in the X datas point
+--------------
+ --- Configuration:  000033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12689099302.353321
+ --- Energy:  51.3326168675035
+ --- Workload:  651365000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 431 in the X datas point
+--------------
+ --- Configuration:  003030-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11942166476.189112
+ --- Energy:  38.31727344984162
+ --- Workload:  457591000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 61 in the X datas point
+--------------
+ --- Configuration:  003333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13753001592.597586
+ --- Energy:  81.48911064839487
+ --- Workload:  1120720000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 153 in the X datas point
+--------------
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 194 in the X datas point
+--------------
+ --- Configuration:  333033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14726651262.589447
+ --- Energy:  72.6506326213233
+ --- Workload:  1069900000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 270 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10275897573.963343
+ --- Energy:  24.5924899083227
+ --- Workload:  252710000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 351 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13323686983.956947
+ --- Energy:  83.3035486563878
+ --- Workload:  1109910000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '003033-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 270 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10275897573.963343
+ --- Energy:  24.5924899083227
+ --- Workload:  252710000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 431 in the X datas point
+--------------
+ --- Configuration:  003030-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11942166476.189112
+ --- Energy:  38.31727344984162
+ --- Workload:  457591000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 364 in the X datas point
+--------------
+ --- Configuration:  000033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12689099302.353321
+ --- Energy:  51.3326168675035
+ --- Workload:  651365000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 153 in the X datas point
+--------------
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 582 in the X datas point
+--------------
+ --- Configuration:  003033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13451237917.42554
+ --- Energy:  58.6370944765814
+ --- Workload:  788742000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 459 in the X datas point
+--------------
+ --- Configuration:  003033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13313575986.569265
+ --- Energy:  58.999551683518746
+ --- Workload:  785495000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 96 in the X datas point
+--------------
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 194 in the X datas point
+--------------
+ --- Configuration:  333033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14726651262.589447
+ --- Energy:  72.6506326213233
+ --- Workload:  1069900000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 61 in the X datas point
+--------------
+ --- Configuration:  003333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13753001592.597586
+ --- Energy:  81.48911064839487
+ --- Workload:  1120720000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 351 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13323686983.956947
+ --- Energy:  83.3035486563878
+ --- Workload:  1109910000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 582 in the X datas point
+--------------
+ --- Configuration:  003033-1-1
+ --- Energy efficiency:  13451237917.42554
+ --- Energy:  58.6370944765814
+ --- Workload:  788742000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (58.6370944765814 mAh)  it is NOT far from the median.
+---  Median :58.6370944765814,   the gap is :  10
+--- So No we don't romove this configuration '003033-1-1'
+ --- remove_aberrant_points: The value [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '110101-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110101-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 460 in the X datas point
+--------------
+ --- Configuration:  110101-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11763017543.364365
+ --- Energy:  58.12337398418788
+ --- Workload:  683706000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 361 in the X datas point
+--------------
+ --- Configuration:  010101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12300183518.7381
+ --- Energy:  48.5955323771484
+ --- Workload:  597734000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 480 in the X datas point
+--------------
+ --- Configuration:  100101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12027441811.236517
+ --- Energy:  49.41931284357229
+ --- Workload:  594388000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 595 in the X datas point
+--------------
+ --- Configuration:  110101-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12809509780.060719
+ --- Energy:  44.94678636770851
+ --- Workload:  575746000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 110 in the X datas point
+--------------
+ --- Configuration:  200202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373986415.837713
+ --- Energy:  65.7590425822352
+ --- Workload:  813702000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 213 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13997917109.93404
+ --- Energy:  44.3851855395692
+ --- Workload:  621300000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 217 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13731963066.512136
+ --- Energy:  45.342545639677
+ --- Workload:  622642000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 221 in the X datas point
+--------------
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 366 in the X datas point
+--------------
+ --- Configuration:  111111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14221635658.760386
+ --- Energy:  52.1586628956498
+ --- Workload:  741781000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 367 in the X datas point
+--------------
+ --- Configuration:  220202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14401834217.605953
+ --- Energy:  75.0091801682557
+ --- Workload:  1080270000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110101-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 213 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13997917109.93404
+ --- Energy:  44.3851855395692
+ --- Workload:  621300000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 595 in the X datas point
+--------------
+ --- Configuration:  110101-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12809509780.060719
+ --- Energy:  44.94678636770851
+ --- Workload:  575746000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 217 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13731963066.512136
+ --- Energy:  45.342545639677
+ --- Workload:  622642000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 361 in the X datas point
+--------------
+ --- Configuration:  010101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12300183518.7381
+ --- Energy:  48.5955323771484
+ --- Workload:  597734000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 480 in the X datas point
+--------------
+ --- Configuration:  100101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12027441811.236517
+ --- Energy:  49.41931284357229
+ --- Workload:  594388000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 366 in the X datas point
+--------------
+ --- Configuration:  111111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14221635658.760386
+ --- Energy:  52.1586628956498
+ --- Workload:  741781000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 460 in the X datas point
+--------------
+ --- Configuration:  110101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11763017543.364365
+ --- Energy:  58.12337398418788
+ --- Workload:  683706000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 110 in the X datas point
+--------------
+ --- Configuration:  200202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373986415.837713
+ --- Energy:  65.7590425822352
+ --- Workload:  813702000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 367 in the X datas point
+--------------
+ --- Configuration:  220202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14401834217.605953
+ --- Energy:  75.0091801682557
+ --- Workload:  1080270000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 221 in the X datas point
+--------------
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 480 in the X datas point
+--------------
+ --- Configuration:  100101-3-0
+ --- Energy efficiency:  12027441811.236517
+ --- Energy:  49.41931284357229
+ --- Workload:  594388000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (49.41931284357229 mAh)  it is NOT far from the median.
+---  Median :49.41931284357229,   the gap is :  10
+--- So No we don't romove this configuration '110101-3-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '011111-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011111-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 461 in the X datas point
+--------------
+ --- Configuration:  011111-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12672600823.212149
+ --- Energy:  85.29350021391399
+ --- Workload:  1080890000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 71 in the X datas point
+--------------
+ --- Configuration:  011111-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14151777817.088272
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 83 in the X datas point
+--------------
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 392 in the X datas point
+--------------
+ --- Configuration:  001111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12266206111.514534
+ --- Energy:  87.6643983443653
+ --- Workload:  1075310000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 636 in the X datas point
+--------------
+ --- Configuration:  022222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14763111118.98477
+ --- Energy:  92.57130206150522
+ --- Workload:  1366640000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 82 in the X datas point
+--------------
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 103 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 139 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 147 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011111-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 139 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 82 in the X datas point
+--------------
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 71 in the X datas point
+--------------
+ --- Configuration:  011111-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14151777817.088272
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 147 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 461 in the X datas point
+--------------
+ --- Configuration:  011111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12672600823.212149
+ --- Energy:  85.29350021391399
+ --- Workload:  1080890000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 392 in the X datas point
+--------------
+ --- Configuration:  001111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12266206111.514534
+ --- Energy:  87.6643983443653
+ --- Workload:  1075310000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 636 in the X datas point
+--------------
+ --- Configuration:  022222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14763111118.98477
+ --- Energy:  92.57130206150522
+ --- Workload:  1366640000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 103 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 83 in the X datas point
+--------------
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 461 in the X datas point
+--------------
+ --- Configuration:  011111-3-3
+ --- Energy efficiency:  12672600823.212149
+ --- Energy:  85.29350021391399
+ --- Workload:  1080890000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (85.29350021391399 mAh)  it is NOT far from the median.
+---  Median :85.29350021391399,   the gap is :  10
+--- So No we don't romove this configuration '011111-3-3'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '110001-3-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110001-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 462 in the X datas point
+--------------
+ --- Configuration:  110001-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12127533138.4843
+ --- Energy:  68.11268258859181
+ --- Workload:  826039000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 26 in the X datas point
+--------------
+ --- Configuration:  110011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 367 in the X datas point
+--------------
+ --- Configuration:  220202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14401834217.605953
+ --- Energy:  75.0091801682557
+ --- Workload:  1080270000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 381 in the X datas point
+--------------
+ --- Configuration:  111001-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12484488023.630638
+ --- Energy:  53.0720402291821
+ --- Workload:  662577000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 383 in the X datas point
+--------------
+ --- Configuration:  110111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12988227470.62063
+ --- Energy:  73.0759138749433
+ --- Workload:  949126000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 386 in the X datas point
+--------------
+ --- Configuration:  220002-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13567950330.447432
+ --- Energy:  56.7479002567857
+ --- Workload:  769953000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 415 in the X datas point
+--------------
+ --- Configuration:  110101-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13709391069.976845
+ --- Energy:  58.449843734673564
+ --- Workload:  801312000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 460 in the X datas point
+--------------
+ --- Configuration:  110101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11763017543.364365
+ --- Energy:  58.12337398418788
+ --- Workload:  683706000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 551 in the X datas point
+--------------
+ --- Configuration:  011001-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12797903191.541098
+ --- Energy:  64.71265249480714
+ --- Workload:  828186000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110001-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 381 in the X datas point
+--------------
+ --- Configuration:  111001-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12484488023.630638
+ --- Energy:  53.0720402291821
+ --- Workload:  662577000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 386 in the X datas point
+--------------
+ --- Configuration:  220002-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13567950330.447432
+ --- Energy:  56.7479002567857
+ --- Workload:  769953000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 460 in the X datas point
+--------------
+ --- Configuration:  110101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11763017543.364365
+ --- Energy:  58.12337398418788
+ --- Workload:  683706000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 415 in the X datas point
+--------------
+ --- Configuration:  110101-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13709391069.976845
+ --- Energy:  58.449843734673564
+ --- Workload:  801312000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 551 in the X datas point
+--------------
+ --- Configuration:  011001-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12797903191.541098
+ --- Energy:  64.71265249480714
+ --- Workload:  828186000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 462 in the X datas point
+--------------
+ --- Configuration:  110001-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12127533138.4843
+ --- Energy:  68.11268258859181
+ --- Workload:  826039000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 383 in the X datas point
+--------------
+ --- Configuration:  110111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12988227470.62063
+ --- Energy:  73.0759138749433
+ --- Workload:  949126000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 367 in the X datas point
+--------------
+ --- Configuration:  220202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14401834217.605953
+ --- Energy:  75.0091801682557
+ --- Workload:  1080270000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 26 in the X datas point
+--------------
+ --- Configuration:  110011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 551 in the X datas point
+--------------
+ --- Configuration:  011001-3-1
+ --- Energy efficiency:  12797903191.541098
+ --- Energy:  64.71265249480714
+ --- Workload:  828186000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (64.71265249480714 mAh)  it is NOT far from the median.
+---  Median :64.71265249480714,   the gap is :  10
+--- So No we don't romove this configuration '110001-3-1'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '002200-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '002200-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 463 in the X datas point
+--------------
+ --- Configuration:  002200-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10650251079.669203
+ --- Energy:  76.69149413315175
+ --- Workload:  816784000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 108 in the X datas point
+--------------
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 373 in the X datas point
+--------------
+ --- Configuration:  222200-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11496525749.918375
+ --- Energy:  80.2428888615872
+ --- Workload:  922514000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 553 in the X datas point
+--------------
+ --- Configuration:  002220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13196111369.901518
+ --- Energy:  79.03690304614342
+ --- Workload:  1042980000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 677 in the X datas point
+--------------
+ --- Configuration:  003330-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11341636167.116741
+ --- Energy:  75.53040676188047
+ --- Workload:  856638000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 747 in the X datas point
+--------------
+ --- Configuration:  101100-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5792903692.976104
+ --- Energy:  13.162529333531099
+ --- Workload:  76249300000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 13 in the X datas point
+--------------
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 28 in the X datas point
+--------------
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 122 in the X datas point
+--------------
+ --- Configuration:  000300-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11063476697.552206
+ --- Energy:  90.2662722413003
+ --- Workload:  998659000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 327 in the X datas point
+--------------
+ --- Configuration:  022202-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14427994927.116983
+ --- Energy:  91.64266045689709
+ --- Workload:  1322220000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '002200-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 747 in the X datas point
+--------------
+ --- Configuration:  101100-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5792903692.976104
+ --- Energy:  13.162529333531099
+ --- Workload:  76249300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 108 in the X datas point
+--------------
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 677 in the X datas point
+--------------
+ --- Configuration:  003330-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11341636167.116741
+ --- Energy:  75.53040676188047
+ --- Workload:  856638000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 463 in the X datas point
+--------------
+ --- Configuration:  002200-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10650251079.669203
+ --- Energy:  76.69149413315175
+ --- Workload:  816784000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 13 in the X datas point
+--------------
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 553 in the X datas point
+--------------
+ --- Configuration:  002220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13196111369.901518
+ --- Energy:  79.03690304614342
+ --- Workload:  1042980000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 373 in the X datas point
+--------------
+ --- Configuration:  222200-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11496525749.918375
+ --- Energy:  80.2428888615872
+ --- Workload:  922514000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 122 in the X datas point
+--------------
+ --- Configuration:  000300-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11063476697.552206
+ --- Energy:  90.2662722413003
+ --- Workload:  998659000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 327 in the X datas point
+--------------
+ --- Configuration:  022202-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14427994927.116983
+ --- Energy:  91.64266045689709
+ --- Workload:  1322220000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 28 in the X datas point
+--------------
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 13 in the X datas point
+--------------
+ --- Configuration:  202220-2-3
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (77.17119209715501 mAh)  it is NOT far from the median.
+---  Median :77.17119209715501,   the gap is :  10
+--- So No we don't romove this configuration '002200-1-3'
+ --- remove_aberrant_points: The value [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '010110-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '010110-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 464 in the X datas point
+--------------
+ --- Configuration:  010110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9252662453.621029
+ --- Energy:  32.02904675461461
+ --- Workload:  296355000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 634 in the X datas point
+--------------
+ --- Configuration:  010010-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8677467220.867573
+ --- Energy:  29.01647467870326
+ --- Workload:  251789000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 683 in the X datas point
+--------------
+ --- Configuration:  010100-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8609853115.905842
+ --- Energy:  29.1448725037754
+ --- Workload:  250933000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 716 in the X datas point
+--------------
+ --- Configuration:  010110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11786670689.850264
+ --- Energy:  44.887978162079634
+ --- Workload:  529080000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 89 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 106 in the X datas point
+--------------
+ --- Configuration:  011110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 141 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 206 in the X datas point
+--------------
+ --- Configuration:  110110-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13517367790.004988
+ --- Energy:  42.6214864172658
+ --- Workload:  576130000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 220 in the X datas point
+--------------
+ --- Configuration:  010100-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  3292105202.513851
+ --- Energy:  23.5175293800191
+ --- Workload:  77422300000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 417 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11201155959.295
+ --- Energy:  34.4916252352497
+ --- Workload:  386346000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '010110-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 220 in the X datas point
+--------------
+ --- Configuration:  010100-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  3292105202.513851
+ --- Energy:  23.5175293800191
+ --- Workload:  77422300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 634 in the X datas point
+--------------
+ --- Configuration:  010010-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8677467220.867573
+ --- Energy:  29.01647467870326
+ --- Workload:  251789000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 683 in the X datas point
+--------------
+ --- Configuration:  010100-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8609853115.905842
+ --- Energy:  29.1448725037754
+ --- Workload:  250933000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 464 in the X datas point
+--------------
+ --- Configuration:  010110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9252662453.621029
+ --- Energy:  32.02904675461461
+ --- Workload:  296355000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 89 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 141 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 417 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11201155959.295
+ --- Energy:  34.4916252352497
+ --- Workload:  386346000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 106 in the X datas point
+--------------
+ --- Configuration:  011110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 206 in the X datas point
+--------------
+ --- Configuration:  110110-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13517367790.004988
+ --- Energy:  42.6214864172658
+ --- Workload:  576130000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 716 in the X datas point
+--------------
+ --- Configuration:  010110-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11786670689.850264
+ --- Energy:  44.887978162079634
+ --- Workload:  529080000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 89 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (32.3869731002721 mAh)  it is NOT far from the median.
+---  Median :32.3869731002721,   the gap is :  10
+--- So No we don't romove this configuration '010110-1-0'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '330333-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330333-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 465 in the X datas point
+--------------
+ --- Configuration:  330333-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13912636987.301937
+ --- Energy:  77.38792641178887
+ --- Workload:  1076670000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 52 in the X datas point
+--------------
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 134 in the X datas point
+--------------
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 236 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 349 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14399200556.385109
+ --- Energy:  84.41510028409691
+ --- Workload:  1215510000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 360 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15049135427.169708
+ --- Energy:  75.0574196537613
+ --- Workload:  1129550000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 577 in the X datas point
+--------------
+ --- Configuration:  330303-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14185463588.042788
+ --- Energy:  62.03120341832688
+ --- Workload:  879941000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 771 in the X datas point
+--------------
+ --- Configuration:  330333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10314063225.207571
+ --- Energy:  24.401835984242894
+ --- Workload:  251682000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 62 in the X datas point
+--------------
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 112 in the X datas point
+--------------
+ --- Configuration:  330033-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12592000302.208008
+ --- Energy:  83.5387640803202
+ --- Workload:  1051920000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330333-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 771 in the X datas point
+--------------
+ --- Configuration:  330333-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10314063225.207571
+ --- Energy:  24.401835984242894
+ --- Workload:  251682000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 52 in the X datas point
+--------------
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 577 in the X datas point
+--------------
+ --- Configuration:  330303-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14185463588.042788
+ --- Energy:  62.03120341832688
+ --- Workload:  879941000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 134 in the X datas point
+--------------
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 360 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15049135427.169708
+ --- Energy:  75.0574196537613
+ --- Workload:  1129550000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 465 in the X datas point
+--------------
+ --- Configuration:  330333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13912636987.301937
+ --- Energy:  77.38792641178887
+ --- Workload:  1076670000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 62 in the X datas point
+--------------
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 236 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 112 in the X datas point
+--------------
+ --- Configuration:  330033-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12592000302.208008
+ --- Energy:  83.5387640803202
+ --- Workload:  1051920000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 349 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14399200556.385109
+ --- Energy:  84.41510028409691
+ --- Workload:  1215510000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 360 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Energy efficiency:  15049135427.169708
+ --- Energy:  75.0574196537613
+ --- Workload:  1129550000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (75.0574196537613 mAh)  it is NOT far from the median.
+---  Median :75.0574196537613,   the gap is :  10
+--- So No we don't romove this configuration '330333-2-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '202220-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202220-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 244 in the X datas point
+--------------
+ --- Configuration:  202220-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12080227204.913269
+ --- Energy:  55.1955872410731
+ --- Workload:  666775000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 466 in the X datas point
+--------------
+ --- Configuration:  202220-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11749390206.648275
+ --- Energy:  56.72728338180733
+ --- Workload:  666511000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 15 in the X datas point
+--------------
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 607 in the X datas point
+--------------
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12845347158.352303
+ --- Energy:  50.56673738427292
+ --- Workload:  649547000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 88 in the X datas point
+--------------
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 116 in the X datas point
+--------------
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 205 in the X datas point
+--------------
+ --- Configuration:  222220-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13053432922.324242
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 222 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 239 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202220-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 607 in the X datas point
+--------------
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12845347158.352303
+ --- Energy:  50.56673738427292
+ --- Workload:  649547000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 15 in the X datas point
+--------------
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 244 in the X datas point
+--------------
+ --- Configuration:  202220-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12080227204.913269
+ --- Energy:  55.1955872410731
+ --- Workload:  666775000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 466 in the X datas point
+--------------
+ --- Configuration:  202220-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11749390206.648275
+ --- Energy:  56.72728338180733
+ --- Workload:  666511000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 88 in the X datas point
+--------------
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 239 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 222 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 205 in the X datas point
+--------------
+ --- Configuration:  222220-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13053432922.324242
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 116 in the X datas point
+--------------
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 466 in the X datas point
+--------------
+ --- Configuration:  202220-3-0
+ --- Energy efficiency:  11749390206.648275
+ --- Energy:  56.72728338180733
+ --- Workload:  666511000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (56.72728338180733 mAh)  it is NOT far from the median.
+---  Median :56.72728338180733,   the gap is :  10
+--- So No we don't romove this configuration '202220-3-0'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '003300-3-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '003300-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 467 in the X datas point
+--------------
+ --- Configuration:  003300-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11503455638.073677
+ --- Energy:  68.68847048358467
+ --- Workload:  790155000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 618 in the X datas point
+--------------
+ --- Configuration:  003300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10679504855.436882
+ --- Energy:  57.61668750338357
+ --- Workload:  615318000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 11 in the X datas point
+--------------
+ --- Configuration:  003330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13704431053.692589
+ --- Energy:  75.87039020058079
+ --- Workload:  1039760000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 84 in the X datas point
+--------------
+ --- Configuration:  003333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712605724.190134
+ --- Energy:  82.9689480595376
+ --- Workload:  1137720000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 168 in the X datas point
+--------------
+ --- Configuration:  033300-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13694709322.947266
+ --- Energy:  55.1474477747145
+ --- Workload:  755228000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 173 in the X datas point
+--------------
+ --- Configuration:  002202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13345451002.843914
+ --- Energy:  76.0798450282377
+ --- Workload:  1015320000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 600 in the X datas point
+--------------
+ --- Configuration:  002200-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12812496796.875801
+ --- Energy:  81.66872704524802
+ --- Workload:  1046380000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 605 in the X datas point
+--------------
+ --- Configuration:  303000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12131240613.452576
+ --- Energy:  64.34512219904238
+ --- Workload:  780586000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 720 in the X datas point
+--------------
+ --- Configuration:  003300-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11105916010.39958
+ --- Energy:  43.401448789067906
+ --- Workload:  482013000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 15 in the X datas point
+--------------
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '003300-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 720 in the X datas point
+--------------
+ --- Configuration:  003300-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11105916010.39958
+ --- Energy:  43.401448789067906
+ --- Workload:  482013000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 15 in the X datas point
+--------------
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 168 in the X datas point
+--------------
+ --- Configuration:  033300-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13694709322.947266
+ --- Energy:  55.1474477747145
+ --- Workload:  755228000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 618 in the X datas point
+--------------
+ --- Configuration:  003300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10679504855.436882
+ --- Energy:  57.61668750338357
+ --- Workload:  615318000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 605 in the X datas point
+--------------
+ --- Configuration:  303000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12131240613.452576
+ --- Energy:  64.34512219904238
+ --- Workload:  780586000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 467 in the X datas point
+--------------
+ --- Configuration:  003300-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11503455638.073677
+ --- Energy:  68.68847048358467
+ --- Workload:  790155000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 11 in the X datas point
+--------------
+ --- Configuration:  003330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13704431053.692589
+ --- Energy:  75.87039020058079
+ --- Workload:  1039760000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 173 in the X datas point
+--------------
+ --- Configuration:  002202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13345451002.843914
+ --- Energy:  76.0798450282377
+ --- Workload:  1015320000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 600 in the X datas point
+--------------
+ --- Configuration:  002200-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12812496796.875801
+ --- Energy:  81.66872704524802
+ --- Workload:  1046380000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 84 in the X datas point
+--------------
+ --- Configuration:  003333-3-1
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13712605724.190134
+ --- Energy:  82.9689480595376
+ --- Workload:  1137720000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 605 in the X datas point
+--------------
+ --- Configuration:  303000-3-1
+ --- Energy efficiency:  12131240613.452576
+ --- Energy:  64.34512219904238
+ --- Workload:  780586000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (64.34512219904238 mAh)  it is NOT far from the median.
+---  Median :64.34512219904238,   the gap is :  10
+--- So No we don't romove this configuration '003300-3-1'
+ --- remove_aberrant_points: The value [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '200222-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '200222-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 468 in the X datas point
+--------------
+ --- Configuration:  200222-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12966704097.21916
+ --- Energy:  85.45268353263162
+ --- Workload:  1108040000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 51 in the X datas point
+--------------
+ --- Configuration:  200222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14594342940.789293
+ --- Energy:  80.17631322756387
+ --- Workload:  1170120000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 406 in the X datas point
+--------------
+ --- Configuration:  202222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10660117090.726126
+ --- Energy:  17.65816139009
+ --- Workload:  188238000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 16 in the X datas point
+--------------
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 30 in the X datas point
+--------------
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 79 in the X datas point
+--------------
+ --- Configuration:  100101-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11817746710.23476
+ --- Energy:  69.54756184550816
+ --- Workload:  821895000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 323 in the X datas point
+--------------
+ --- Configuration:  101111-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12292321232.772312
+ --- Energy:  77.79688045119694
+ --- Workload:  956304000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 332 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 399 in the X datas point
+--------------
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13410884005.240973
+ --- Energy:  109.874202798205
+ --- Workload:  1473510000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 402 in the X datas point
+--------------
+ --- Configuration:  300333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13575059899.951809
+ --- Energy:  82.7944265603379
+ --- Workload:  1123940000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '200222-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 406 in the X datas point
+--------------
+ --- Configuration:  202222-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10660117090.726126
+ --- Energy:  17.65816139009
+ --- Workload:  188238000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 79 in the X datas point
+--------------
+ --- Configuration:  100101-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11817746710.23476
+ --- Energy:  69.54756184550816
+ --- Workload:  821895000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 323 in the X datas point
+--------------
+ --- Configuration:  101111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12292321232.772312
+ --- Energy:  77.79688045119694
+ --- Workload:  956304000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 16 in the X datas point
+--------------
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 51 in the X datas point
+--------------
+ --- Configuration:  200222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14594342940.789293
+ --- Energy:  80.17631322756387
+ --- Workload:  1170120000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 402 in the X datas point
+--------------
+ --- Configuration:  300333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13575059899.951809
+ --- Energy:  82.7944265603379
+ --- Workload:  1123940000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 468 in the X datas point
+--------------
+ --- Configuration:  200222-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12966704097.21916
+ --- Energy:  85.45268353263162
+ --- Workload:  1108040000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 332 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 30 in the X datas point
+--------------
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 399 in the X datas point
+--------------
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13410884005.240973
+ --- Energy:  109.874202798205
+ --- Workload:  1473510000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 51 in the X datas point
+--------------
+ --- Configuration:  200222-2-3
+ --- Energy efficiency:  14594342940.789293
+ --- Energy:  80.17631322756387
+ --- Workload:  1170120000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (80.17631322756387 mAh)  it is NOT far from the median.
+---  Median :80.17631322756387,   the gap is :  10
+--- So No we don't romove this configuration '200222-1-3'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '330030-3-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330030-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 469 in the X datas point
+--------------
+ --- Configuration:  330030-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13326563439.106268
+ --- Energy:  79.44879111187178
+ --- Workload:  1058780000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 87 in the X datas point
+--------------
+ --- Configuration:  330030-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14087701577.399946
+ --- Energy:  72.9096660218277
+ --- Workload:  1027130000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 242 in the X datas point
+--------------
+ --- Configuration:  333030-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13545491857.12757
+ --- Energy:  82.3838251863148
+ --- Workload:  1115930000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 31 in the X datas point
+--------------
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 46 in the X datas point
+--------------
+ --- Configuration:  220220-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 260 in the X datas point
+--------------
+ --- Configuration:  033030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7104290991.759023
+ --- Energy:  16.3307947163033
+ --- Workload:  116019000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 343 in the X datas point
+--------------
+ --- Configuration:  220022-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14662090139.59776
+ --- Energy:  91.26660104513866
+ --- Workload:  1338160000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 419 in the X datas point
+--------------
+ --- Configuration:  330000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10983169391.224886
+ --- Energy:  83.68676450959153
+ --- Workload:  919146000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 542 in the X datas point
+--------------
+ --- Configuration:  330330-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12443165840.025682
+ --- Energy:  76.18345987594073
+ --- Workload:  947963000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 635 in the X datas point
+--------------
+ --- Configuration:  330003-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13484449059.122566
+ --- Energy:  94.49408464421893
+ --- Workload:  1274200000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330030-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 260 in the X datas point
+--------------
+ --- Configuration:  033030-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  7104290991.759023
+ --- Energy:  16.3307947163033
+ --- Workload:  116019000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 87 in the X datas point
+--------------
+ --- Configuration:  330030-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14087701577.399946
+ --- Energy:  72.9096660218277
+ --- Workload:  1027130000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 542 in the X datas point
+--------------
+ --- Configuration:  330330-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12443165840.025682
+ --- Energy:  76.18345987594073
+ --- Workload:  947963000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 46 in the X datas point
+--------------
+ --- Configuration:  220220-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 469 in the X datas point
+--------------
+ --- Configuration:  330030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13326563439.106268
+ --- Energy:  79.44879111187178
+ --- Workload:  1058780000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 242 in the X datas point
+--------------
+ --- Configuration:  333030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13545491857.12757
+ --- Energy:  82.3838251863148
+ --- Workload:  1115930000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 419 in the X datas point
+--------------
+ --- Configuration:  330000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10983169391.224886
+ --- Energy:  83.68676450959153
+ --- Workload:  919146000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 31 in the X datas point
+--------------
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 343 in the X datas point
+--------------
+ --- Configuration:  220022-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14662090139.59776
+ --- Energy:  91.26660104513866
+ --- Workload:  1338160000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 635 in the X datas point
+--------------
+ --- Configuration:  330003-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13484449059.122566
+ --- Energy:  94.49408464421893
+ --- Workload:  1274200000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 469 in the X datas point
+--------------
+ --- Configuration:  330030-3-2
+ --- Energy efficiency:  13326563439.106268
+ --- Energy:  79.44879111187178
+ --- Workload:  1058780000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (79.44879111187178 mAh)  it is NOT far from the median.
+---  Median :79.44879111187178,   the gap is :  10
+--- So No we don't romove this configuration '330030-3-2'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '111010-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111010-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 470 in the X datas point
+--------------
+ --- Configuration:  111010-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12158719929.965773
+ --- Energy:  53.41244164848047
+ --- Workload:  649427000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 41 in the X datas point
+--------------
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 93 in the X datas point
+--------------
+ --- Configuration:  111010-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12785418485.925173
+ --- Energy:  70.2667978545078
+ --- Workload:  898390000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 451 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12917092930.73338
+ --- Energy:  44.62557467187459
+ --- Workload:  576433000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 744 in the X datas point
+--------------
+ --- Configuration:  111110-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6030926591.561527
+ --- Energy:  12.568567782753549
+ --- Workload:  75800200000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 753 in the X datas point
+--------------
+ --- Configuration:  101010-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5716180219.729967
+ --- Energy:  13.04299789746687
+ --- Workload:  74556000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 193 in the X datas point
+--------------
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 248 in the X datas point
+--------------
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111010-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 744 in the X datas point
+--------------
+ --- Configuration:  111110-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6030926591.561527
+ --- Energy:  12.568567782753549
+ --- Workload:  75800200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 753 in the X datas point
+--------------
+ --- Configuration:  101010-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5716180219.729967
+ --- Energy:  13.04299789746687
+ --- Workload:  74556000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 451 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12917092930.73338
+ --- Energy:  44.62557467187459
+ --- Workload:  576433000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 248 in the X datas point
+--------------
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 470 in the X datas point
+--------------
+ --- Configuration:  111010-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12158719929.965773
+ --- Energy:  53.41244164848047
+ --- Workload:  649427000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 41 in the X datas point
+--------------
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 193 in the X datas point
+--------------
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 93 in the X datas point
+--------------
+ --- Configuration:  111010-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12785418485.925173
+ --- Energy:  70.2667978545078
+ --- Workload:  898390000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (45.07023497595242 mAh)  it is NOT far from the median.
+---  Median :45.07023497595242,   the gap is :  10
+--- So No we don't romove this configuration '111010-3-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '220222-3-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220222-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 226 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 471 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14772139744.44198
+ --- Energy:  98.66003637723567
+ --- Workload:  1457420000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 24 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 46 in the X datas point
+--------------
+ --- Configuration:  220220-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 240 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15595928215.061611
+ --- Energy:  95.9288937521245
+ --- Workload:  1496100000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 326 in the X datas point
+--------------
+ --- Configuration:  220222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14253216951.065857
+ --- Energy:  99.56004804973213
+ --- Workload:  1419050000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 330 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15386698506.874779
+ --- Energy:  100.44256053548322
+ --- Workload:  1545480000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 343 in the X datas point
+--------------
+ --- Configuration:  220022-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14662090139.59776
+ --- Energy:  91.26660104513866
+ --- Workload:  1338160000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 499 in the X datas point
+--------------
+ --- Configuration:  200222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14770830563.8026
+ --- Energy:  89.22173143973053
+ --- Workload:  1317880000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220222-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 46 in the X datas point
+--------------
+ --- Configuration:  220220-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 499 in the X datas point
+--------------
+ --- Configuration:  200222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14770830563.8026
+ --- Energy:  89.22173143973053
+ --- Workload:  1317880000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 343 in the X datas point
+--------------
+ --- Configuration:  220022-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14662090139.59776
+ --- Energy:  91.26660104513866
+ --- Workload:  1338160000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 240 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15595928215.061611
+ --- Energy:  95.9288937521245
+ --- Workload:  1496100000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 226 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 471 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14772139744.44198
+ --- Energy:  98.66003637723567
+ --- Workload:  1457420000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 326 in the X datas point
+--------------
+ --- Configuration:  220222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14253216951.065857
+ --- Energy:  99.56004804973213
+ --- Workload:  1419050000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 330 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15386698506.874779
+ --- Energy:  100.44256053548322
+ --- Workload:  1545480000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 24 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 240 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Energy efficiency:  15595928215.061611
+ --- Energy:  95.9288937521245
+ --- Workload:  1496100000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (95.9288937521245 mAh)  it is NOT far from the median.
+---  Median :95.9288937521245,   the gap is :  10
+--- So No we don't romove this configuration '220222-3-2'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '303000-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303000-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 472 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13885591061.0119
+ --- Energy:  50.17401859858811
+ --- Workload:  696696000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 733 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12720752763.265518
+ --- Energy:  54.90126391795327
+ --- Workload:  698385000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 605 in the X datas point
+--------------
+ --- Configuration:  303000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12131240613.452576
+ --- Energy:  64.34512219904238
+ --- Workload:  780586000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 718 in the X datas point
+--------------
+ --- Configuration:  202000-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12501375151.26664
+ --- Energy:  55.880391426208845
+ --- Workload:  698582000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 224 in the X datas point
+--------------
+ --- Configuration:  303300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13967533864.285854
+ --- Energy:  72.5489714103032
+ --- Workload:  1013330000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 518 in the X datas point
+--------------
+ --- Configuration:  303303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14789355213.691393
+ --- Energy:  71.90443674396933
+ --- Workload:  1063420000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 555 in the X datas point
+--------------
+ --- Configuration:  300000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11530208569.942822
+ --- Energy:  61.70736633784887
+ --- Workload:  711499000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 597 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10921477850.696844
+ --- Energy:  39.54493033100684
+ --- Workload:  431889000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 620 in the X datas point
+--------------
+ --- Configuration:  002000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12453749886.359531
+ --- Energy:  52.141300619742324
+ --- Workload:  649355000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303000-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 597 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10921477850.696844
+ --- Energy:  39.54493033100684
+ --- Workload:  431889000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 472 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13885591061.0119
+ --- Energy:  50.17401859858811
+ --- Workload:  696696000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 620 in the X datas point
+--------------
+ --- Configuration:  002000-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12453749886.359531
+ --- Energy:  52.141300619742324
+ --- Workload:  649355000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 733 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12720752763.265518
+ --- Energy:  54.90126391795327
+ --- Workload:  698385000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 718 in the X datas point
+--------------
+ --- Configuration:  202000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12501375151.26664
+ --- Energy:  55.880391426208845
+ --- Workload:  698582000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 555 in the X datas point
+--------------
+ --- Configuration:  300000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11530208569.942822
+ --- Energy:  61.70736633784887
+ --- Workload:  711499000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 605 in the X datas point
+--------------
+ --- Configuration:  303000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12131240613.452576
+ --- Energy:  64.34512219904238
+ --- Workload:  780586000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 518 in the X datas point
+--------------
+ --- Configuration:  303303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14789355213.691393
+ --- Energy:  71.90443674396933
+ --- Workload:  1063420000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 224 in the X datas point
+--------------
+ --- Configuration:  303300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13967533864.285854
+ --- Energy:  72.5489714103032
+ --- Workload:  1013330000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 733 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Energy efficiency:  12720752763.265518
+ --- Energy:  54.90126391795327
+ --- Workload:  698385000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (54.90126391795327 mAh)  it is NOT far from the median.
+---  Median :54.90126391795327,   the gap is :  10
+--- So No we don't romove this configuration '303000-2-1'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '222222-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222222-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 473 in the X datas point
+--------------
+ --- Configuration:  222222-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  16028749164.501448
+ --- Energy:  76.22620686685552
+ --- Workload:  1221810000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 62 in the X datas point
+--------------
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 113 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 118 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 130 in the X datas point
+--------------
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 198 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 199 in the X datas point
+--------------
+ --- Configuration:  222222-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17630558694.77448
+ --- Energy:  55.7442277111113
+ --- Workload:  982802000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 251 in the X datas point
+--------------
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222222-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 199 in the X datas point
+--------------
+ --- Configuration:  222222-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  17630558694.77448
+ --- Energy:  55.7442277111113
+ --- Workload:  982802000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 118 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 198 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 113 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 130 in the X datas point
+--------------
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 473 in the X datas point
+--------------
+ --- Configuration:  222222-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16028749164.501448
+ --- Energy:  76.22620686685552
+ --- Workload:  1221810000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 62 in the X datas point
+--------------
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 251 in the X datas point
+--------------
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 198 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (76.22620686685552 mAh)  is far from the median.
+---  Median :58.7321270588738,   the gap is :  10
+--- So yes we remove this configuration '222222-2-1'
+--- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 1, 1, 0, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '330330-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330330-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 474 in the X datas point
+--------------
+ --- Configuration:  330330-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13959598131.089003
+ --- Energy:  56.36587794320171
+ --- Workload:  786845000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 32 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 62 in the X datas point
+--------------
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 87 in the X datas point
+--------------
+ --- Configuration:  330030-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14087701577.399946
+ --- Energy:  72.9096660218277
+ --- Workload:  1027130000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 171 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 223 in the X datas point
+--------------
+ --- Configuration:  330033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13767012585.802904
+ --- Energy:  84.777250997072
+ --- Workload:  1167130000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 382 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15099786942.006248
+ --- Energy:  97.0033907151468
+ --- Workload:  1464730000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 465 in the X datas point
+--------------
+ --- Configuration:  330333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13912636987.301937
+ --- Energy:  77.38792641178887
+ --- Workload:  1076670000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330330-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 171 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 474 in the X datas point
+--------------
+ --- Configuration:  330330-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13959598131.089003
+ --- Energy:  56.36587794320171
+ --- Workload:  786845000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 87 in the X datas point
+--------------
+ --- Configuration:  330030-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14087701577.399946
+ --- Energy:  72.9096660218277
+ --- Workload:  1027130000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 465 in the X datas point
+--------------
+ --- Configuration:  330333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13912636987.301937
+ --- Energy:  77.38792641178887
+ --- Workload:  1076670000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 62 in the X datas point
+--------------
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 223 in the X datas point
+--------------
+ --- Configuration:  330033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13767012585.802904
+ --- Energy:  84.777250997072
+ --- Workload:  1167130000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 32 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 382 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15099786942.006248
+ --- Energy:  97.0033907151468
+ --- Workload:  1464730000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 87 in the X datas point
+--------------
+ --- Configuration:  330030-2-2
+ --- Energy efficiency:  14087701577.399946
+ --- Energy:  72.9096660218277
+ --- Workload:  1027130000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (56.36587794320171 mAh)  is far from the median.
+---  Median :72.9096660218277,   the gap is :  10
+--- So yes we remove this configuration '330330-2-1'
+--- remove_aberrant_points: The value [2.0, 1, 1, 0, 1, 1, 0, 2.0, 1.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '222222-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222222-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 332 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 475 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14914131885.668266
+ --- Energy:  85.92125075504671
+ --- Workload:  1281440000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 494 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14522366622.954342
+ --- Energy:  89.21276593255729
+ --- Workload:  1295580000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 74 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 98 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 99 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 140 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 158 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 185 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 232 in the X datas point
+--------------
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222222-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 140 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 232 in the X datas point
+--------------
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 158 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 74 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 332 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 475 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14914131885.668266
+ --- Energy:  85.92125075504671
+ --- Workload:  1281440000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 494 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522366622.954342
+ --- Energy:  89.21276593255729
+ --- Workload:  1295580000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 99 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 185 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 98 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 332 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (85.86709418709174 mAh)  it is NOT far from the median.
+---  Median :85.86709418709174,   the gap is :  10
+--- So No we don't romove this configuration '222222-1-3'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '333333-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333333-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 309 in the X datas point
+--------------
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 319 in the X datas point
+--------------
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14109387257.53018
+ --- Energy:  83.8569021514259
+ --- Workload:  1183170000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 476 in the X datas point
+--------------
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15954255957.319174
+ --- Energy:  64.94187940590403
+ --- Workload:  1036100000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 68 in the X datas point
+--------------
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 88 in the X datas point
+--------------
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 134 in the X datas point
+--------------
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 222 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 236 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 239 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 349 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14399200556.385109
+ --- Energy:  84.41510028409691
+ --- Workload:  1215510000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333333-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 88 in the X datas point
+--------------
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 476 in the X datas point
+--------------
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15954255957.319174
+ --- Energy:  64.94187940590403
+ --- Workload:  1036100000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 239 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 134 in the X datas point
+--------------
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 222 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 68 in the X datas point
+--------------
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 236 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 319 in the X datas point
+--------------
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14109387257.53018
+ --- Energy:  83.8569021514259
+ --- Workload:  1183170000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 349 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14399200556.385109
+ --- Energy:  84.41510028409691
+ --- Workload:  1215510000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 309 in the X datas point
+--------------
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 222 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (71.5079965571832 mAh)  it is NOT far from the median.
+---  Median :71.5079965571832,   the gap is :  10
+--- So No we don't romove this configuration '333333-3-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '000001-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000001-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 477 in the X datas point
+--------------
+ --- Configuration:  000001-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10565988294.998167
+ --- Energy:  47.261265478697936
+ --- Workload:  499362000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 295 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 312 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 501 in the X datas point
+--------------
+ --- Configuration:  000011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10884176040.66328
+ --- Energy:  53.28388273452391
+ --- Workload:  579951000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 227 in the X datas point
+--------------
+ --- Configuration:  000111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12035490253.659992
+ --- Energy:  49.4404352153497
+ --- Workload:  595040000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 276 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5303154846.818372
+ --- Energy:  14.4399767950293
+ --- Workload:  76577300000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 361 in the X datas point
+--------------
+ --- Configuration:  010101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12300183518.7381
+ --- Energy:  48.5955323771484
+ --- Workload:  597734000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000001-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 276 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5303154846.818372
+ --- Energy:  14.4399767950293
+ --- Workload:  76577300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 477 in the X datas point
+--------------
+ --- Configuration:  000001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10565988294.998167
+ --- Energy:  47.261265478697936
+ --- Workload:  499362000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 361 in the X datas point
+--------------
+ --- Configuration:  010101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12300183518.7381
+ --- Energy:  48.5955323771484
+ --- Workload:  597734000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 227 in the X datas point
+--------------
+ --- Configuration:  000111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12035490253.659992
+ --- Energy:  49.4404352153497
+ --- Workload:  595040000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 501 in the X datas point
+--------------
+ --- Configuration:  000011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10884176040.66328
+ --- Energy:  53.28388273452391
+ --- Workload:  579951000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 295 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 312 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 227 in the X datas point
+--------------
+ --- Configuration:  000111-3-0
+ --- Energy efficiency:  12035490253.659992
+ --- Energy:  49.4404352153497
+ --- Workload:  595040000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (49.4404352153497 mAh)  it is NOT far from the median.
+---  Median :49.4404352153497,   the gap is :  10
+--- So No we don't romove this configuration '000001-3-0'
+ --- remove_aberrant_points: The value [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '222022-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222022-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 225 in the X datas point
+--------------
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15528046758.0544
+ --- Energy:  58.262720853322
+ --- Workload:  904706000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 478 in the X datas point
+--------------
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15859321474.790024
+ --- Energy:  57.21047710637256
+ --- Workload:  907319000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 155 in the X datas point
+--------------
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 248 in the X datas point
+--------------
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 395 in the X datas point
+--------------
+ --- Configuration:  222222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  49900697611.75261
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 404 in the X datas point
+--------------
+ --- Configuration:  111011-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7611972109.73419
+ --- Energy:  14.9822385679116
+ --- Workload:  114044000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 574 in the X datas point
+--------------
+ --- Configuration:  333033-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14444312840.70523
+ --- Energy:  70.98779227993477
+ --- Workload:  1025370000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 732 in the X datas point
+--------------
+ --- Configuration:  222002-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14681722283.47763
+ --- Energy:  54.8681089022372
+ --- Workload:  805558000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 27 in the X datas point
+--------------
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222022-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 404 in the X datas point
+--------------
+ --- Configuration:  111011-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  7611972109.73419
+ --- Energy:  14.9822385679116
+ --- Workload:  114044000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 395 in the X datas point
+--------------
+ --- Configuration:  222222-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  49900697611.75261
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 155 in the X datas point
+--------------
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 248 in the X datas point
+--------------
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 732 in the X datas point
+--------------
+ --- Configuration:  222002-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14681722283.47763
+ --- Energy:  54.8681089022372
+ --- Workload:  805558000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 478 in the X datas point
+--------------
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15859321474.790024
+ --- Energy:  57.21047710637256
+ --- Workload:  907319000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 225 in the X datas point
+--------------
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15528046758.0544
+ --- Energy:  58.262720853322
+ --- Workload:  904706000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 27 in the X datas point
+--------------
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 574 in the X datas point
+--------------
+ --- Configuration:  333033-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14444312840.70523
+ --- Energy:  70.98779227993477
+ --- Workload:  1025370000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 248 in the X datas point
+--------------
+ --- Configuration:  222020-2-0
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (57.21047710637256 mAh)  is far from the median.
+---  Median :45.3072604814401,   the gap is :  10
+--- So yes we remove this configuration '222022-2-0'
+--- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '111010-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111010-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 479 in the X datas point
+--------------
+ --- Configuration:  111010-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13018731350.667341
+ --- Energy:  78.8194837737248
+ --- Workload:  1026130000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 164 in the X datas point
+--------------
+ --- Configuration:  111011-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 776 in the X datas point
+--------------
+ --- Configuration:  110010-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5868544600.938967
+ --- Energy:  12.939562727214717
+ --- Workload:  75936400000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 44 in the X datas point
+--------------
+ --- Configuration:  222220-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14471780028.94356
+ --- Energy:  72.03533813993924
+ --- Workload:  1042480000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 48 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 83 in the X datas point
+--------------
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 179 in the X datas point
+--------------
+ --- Configuration:  222022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14657190304.561756
+ --- Energy:  95.6220428328611
+ --- Workload:  1401550000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 266 in the X datas point
+--------------
+ --- Configuration:  101010-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5883010454.109577
+ --- Energy:  12.9248547023353
+ --- Workload:  76037200000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 486 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14236800706.145315
+ --- Energy:  79.66681688807911
+ --- Workload:  1134200000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 540 in the X datas point
+--------------
+ --- Configuration:  011010-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12504532893.173775
+ --- Energy:  85.2562842548241
+ --- Workload:  1066090000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111010-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 266 in the X datas point
+--------------
+ --- Configuration:  101010-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5883010454.109577
+ --- Energy:  12.9248547023353
+ --- Workload:  76037200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 776 in the X datas point
+--------------
+ --- Configuration:  110010-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5868544600.938967
+ --- Energy:  12.939562727214717
+ --- Workload:  75936400000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 48 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 44 in the X datas point
+--------------
+ --- Configuration:  222220-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14471780028.94356
+ --- Energy:  72.03533813993924
+ --- Workload:  1042480000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 164 in the X datas point
+--------------
+ --- Configuration:  111011-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 479 in the X datas point
+--------------
+ --- Configuration:  111010-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13018731350.667341
+ --- Energy:  78.8194837737248
+ --- Workload:  1026130000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 486 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14236800706.145315
+ --- Energy:  79.66681688807911
+ --- Workload:  1134200000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 540 in the X datas point
+--------------
+ --- Configuration:  011010-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12504532893.173775
+ --- Energy:  85.2562842548241
+ --- Workload:  1066090000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 179 in the X datas point
+--------------
+ --- Configuration:  222022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14657190304.561756
+ --- Energy:  95.6220428328611
+ --- Workload:  1401550000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 83 in the X datas point
+--------------
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 164 in the X datas point
+--------------
+ --- Configuration:  111011-3-3
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (77.6473695933206 mAh)  it is NOT far from the median.
+---  Median :77.6473695933206,   the gap is :  10
+--- So No we don't romove this configuration '111010-3-3'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '100101-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '100101-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 480 in the X datas point
+--------------
+ --- Configuration:  100101-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12027441811.236517
+ --- Energy:  49.41931284357229
+ --- Workload:  594388000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 110 in the X datas point
+--------------
+ --- Configuration:  200202-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12373986415.837713
+ --- Energy:  65.7590425822352
+ --- Workload:  813702000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 397 in the X datas point
+--------------
+ --- Configuration:  100101-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12649245282.780205
+ --- Energy:  41.7732349755354
+ --- Workload:  528400000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 460 in the X datas point
+--------------
+ --- Configuration:  110101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11763017543.364365
+ --- Energy:  58.12337398418788
+ --- Workload:  683706000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 508 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 561 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12080679610.712181
+ --- Energy:  56.78135936837892
+ --- Workload:  685957000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 632 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11809317315.175327
+ --- Energy:  58.81039857197384
+ --- Workload:  694511000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 219 in the X datas point
+--------------
+ --- Configuration:  100111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11605101602.664532
+ --- Energy:  80.0526614822044
+ --- Workload:  929019000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 227 in the X datas point
+--------------
+ --- Configuration:  000111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12035490253.659992
+ --- Energy:  49.4404352153497
+ --- Workload:  595040000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '100101-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 397 in the X datas point
+--------------
+ --- Configuration:  100101-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12649245282.780205
+ --- Energy:  41.7732349755354
+ --- Workload:  528400000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 480 in the X datas point
+--------------
+ --- Configuration:  100101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12027441811.236517
+ --- Energy:  49.41931284357229
+ --- Workload:  594388000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 227 in the X datas point
+--------------
+ --- Configuration:  000111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12035490253.659992
+ --- Energy:  49.4404352153497
+ --- Workload:  595040000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 508 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 561 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12080679610.712181
+ --- Energy:  56.78135936837892
+ --- Workload:  685957000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 460 in the X datas point
+--------------
+ --- Configuration:  110101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11763017543.364365
+ --- Energy:  58.12337398418788
+ --- Workload:  683706000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 632 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11809317315.175327
+ --- Energy:  58.81039857197384
+ --- Workload:  694511000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 110 in the X datas point
+--------------
+ --- Configuration:  200202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373986415.837713
+ --- Energy:  65.7590425822352
+ --- Workload:  813702000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 219 in the X datas point
+--------------
+ --- Configuration:  100111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11605101602.664532
+ --- Energy:  80.0526614822044
+ --- Workload:  929019000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (53.93709917505446 mAh)  it is NOT far from the median.
+---  Median :53.93709917505446,   the gap is :  10
+--- So No we don't romove this configuration '100101-3-0'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '333330-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333330-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 481 in the X datas point
+--------------
+ --- Configuration:  333330-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12550389815.107658
+ --- Energy:  74.43416393210141
+ --- Workload:  934178000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 99 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 185 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 264 in the X datas point
+--------------
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5413071485.022031
+ --- Energy:  13.9697963651223
+ --- Workload:  75619700000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 454 in the X datas point
+--------------
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13293134893.415646
+ --- Energy:  66.54311678610547
+ --- Workload:  884567000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 487 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14917179817.652395
+ --- Energy:  86.40713429401492
+ --- Workload:  1288950000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 488 in the X datas point
+--------------
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14243959136.930027
+ --- Energy:  78.84746341771039
+ --- Workload:  1123100000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 589 in the X datas point
+--------------
+ --- Configuration:  330330-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12070676223.42339
+ --- Energy:  73.18295677224415
+ --- Workload:  883368000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 663 in the X datas point
+--------------
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13587842685.392525
+ --- Energy:  64.90106538269521
+ --- Workload:  881865000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333330-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 264 in the X datas point
+--------------
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5413071485.022031
+ --- Energy:  13.9697963651223
+ --- Workload:  75619700000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 663 in the X datas point
+--------------
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13587842685.392525
+ --- Energy:  64.90106538269521
+ --- Workload:  881865000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 454 in the X datas point
+--------------
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13293134893.415646
+ --- Energy:  66.54311678610547
+ --- Workload:  884567000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 589 in the X datas point
+--------------
+ --- Configuration:  330330-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12070676223.42339
+ --- Energy:  73.18295677224415
+ --- Workload:  883368000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 481 in the X datas point
+--------------
+ --- Configuration:  333330-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12550389815.107658
+ --- Energy:  74.43416393210141
+ --- Workload:  934178000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 488 in the X datas point
+--------------
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14243959136.930027
+ --- Energy:  78.84746341771039
+ --- Workload:  1123100000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 487 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14917179817.652395
+ --- Energy:  86.40713429401492
+ --- Workload:  1288950000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 99 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 185 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 481 in the X datas point
+--------------
+ --- Configuration:  333330-1-3
+ --- Energy efficiency:  12550389815.107658
+ --- Energy:  74.43416393210141
+ --- Workload:  934178000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (74.43416393210141 mAh)  it is NOT far from the median.
+---  Median :74.43416393210141,   the gap is :  10
+--- So No we don't romove this configuration '333330-1-3'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0]
+--- Computing the list of the 10 first neighbours of '220222-0-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220222-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 482 in the X datas point
+--------------
+ --- Configuration:  220222-0-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13826458587.682562
+ --- Energy:  73.62693555372604
+ --- Workload:  1018000000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 232 in the X datas point
+--------------
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 340 in the X datas point
+--------------
+ --- Configuration:  330333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12362391133.693079
+ --- Energy:  92.82346734847745
+ --- Workload:  1147520000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 16 in the X datas point
+--------------
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 22 in the X datas point
+--------------
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 35 in the X datas point
+--------------
+ --- Configuration:  110110-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11308622485.386433
+ --- Energy:  64.13091227501518
+ --- Workload:  725232000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 75 in the X datas point
+--------------
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 142 in the X datas point
+--------------
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 143 in the X datas point
+--------------
+ --- Configuration:  220020-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10684388505.734846
+ --- Energy:  63.3690752564047
+ --- Workload:  677060000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 169 in the X datas point
+--------------
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220222-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 143 in the X datas point
+--------------
+ --- Configuration:  220020-0-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10684388505.734846
+ --- Energy:  63.3690752564047
+ --- Workload:  677060000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 35 in the X datas point
+--------------
+ --- Configuration:  110110-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11308622485.386433
+ --- Energy:  64.13091227501518
+ --- Workload:  725232000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 22 in the X datas point
+--------------
+ --- Configuration:  222220-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 75 in the X datas point
+--------------
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 169 in the X datas point
+--------------
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 482 in the X datas point
+--------------
+ --- Configuration:  220222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13826458587.682562
+ --- Energy:  73.62693555372604
+ --- Workload:  1018000000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 232 in the X datas point
+--------------
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 142 in the X datas point
+--------------
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 16 in the X datas point
+--------------
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 340 in the X datas point
+--------------
+ --- Configuration:  330333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12362391133.693079
+ --- Energy:  92.82346734847745
+ --- Workload:  1147520000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 169 in the X datas point
+--------------
+ --- Configuration:  222222-0-2
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (72.3253528074643 mAh)  it is NOT far from the median.
+---  Median :72.3253528074643,   the gap is :  10
+--- So No we don't romove this configuration '220222-0-3'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0]
+--- Computing the list of the 10 first neighbours of '333333-0-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333333-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 483 in the X datas point
+--------------
+ --- Configuration:  333333-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14751416504.76987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 43 in the X datas point
+--------------
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 77 in the X datas point
+--------------
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14045358079.381556
+ --- Energy:  70.47402905804368
+ --- Workload:  989833000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 105 in the X datas point
+--------------
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13446770287.478502
+ --- Energy:  86.2801902841026
+ --- Workload:  1160190000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 169 in the X datas point
+--------------
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 180 in the X datas point
+--------------
+ --- Configuration:  333333-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14508144872.531439
+ --- Energy:  62.5618690617415
+ --- Workload:  907657000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 189 in the X datas point
+--------------
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13468757197.367126
+ --- Energy:  79.8767027494463
+ --- Workload:  1075840000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 215 in the X datas point
+--------------
+ --- Configuration:  333333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13585369100.893103
+ --- Energy:  89.0597439439495
+ --- Workload:  1209910000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 249 in the X datas point
+--------------
+ --- Configuration:  333303-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13695515814.21211
+ --- Energy:  75.8036384393518
+ --- Workload:  1038170000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333333-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 180 in the X datas point
+--------------
+ --- Configuration:  333333-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14508144872.531439
+ --- Energy:  62.5618690617415
+ --- Workload:  907657000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 77 in the X datas point
+--------------
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14045358079.381556
+ --- Energy:  70.47402905804368
+ --- Workload:  989833000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 169 in the X datas point
+--------------
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 43 in the X datas point
+--------------
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  72.52828772049172
+ --- Workload:  1008420000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 249 in the X datas point
+--------------
+ --- Configuration:  333303-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13695515814.21211
+ --- Energy:  75.8036384393518
+ --- Workload:  1038170000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 483 in the X datas point
+--------------
+ --- Configuration:  333333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14751416504.76987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 189 in the X datas point
+--------------
+ --- Configuration:  333033-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13468757197.367126
+ --- Energy:  79.8767027494463
+ --- Workload:  1075840000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 105 in the X datas point
+--------------
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13446770287.478502
+ --- Energy:  86.2801902841026
+ --- Workload:  1160190000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 215 in the X datas point
+--------------
+ --- Configuration:  333333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13585369100.893103
+ --- Energy:  89.0597439439495
+ --- Workload:  1209910000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 249 in the X datas point
+--------------
+ --- Configuration:  333303-0-2
+ --- Energy efficiency:  13695515814.21211
+ --- Energy:  75.8036384393518
+ --- Workload:  1038170000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (75.8036384393518 mAh)  it is NOT far from the median.
+---  Median :75.8036384393518,   the gap is :  10
+--- So No we don't romove this configuration '333333-0-2'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '111101-3-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111101-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 484 in the X datas point
+--------------
+ --- Configuration:  111101-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14396443502.597118
+ --- Energy:  78.98892594686254
+ --- Workload:  1137160000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 272 in the X datas point
+--------------
+ --- Configuration:  222202-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 416 in the X datas point
+--------------
+ --- Configuration:  101101-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13340679600.900229
+ --- Energy:  83.02798102049613
+ --- Workload:  1107650000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 10 in the X datas point
+--------------
+ --- Configuration:  101101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 24 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 59 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 71 in the X datas point
+--------------
+ --- Configuration:  011111-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14151777817.088272
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 83 in the X datas point
+--------------
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 97 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111101-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 272 in the X datas point
+--------------
+ --- Configuration:  222202-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 59 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 97 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 10 in the X datas point
+--------------
+ --- Configuration:  101101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 484 in the X datas point
+--------------
+ --- Configuration:  111101-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14396443502.597118
+ --- Energy:  78.98892594686254
+ --- Workload:  1137160000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 71 in the X datas point
+--------------
+ --- Configuration:  011111-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14151777817.088272
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 416 in the X datas point
+--------------
+ --- Configuration:  101101-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13340679600.900229
+ --- Energy:  83.02798102049613
+ --- Workload:  1107650000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 83 in the X datas point
+--------------
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 24 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 484 in the X datas point
+--------------
+ --- Configuration:  111101-3-2
+ --- Energy efficiency:  14396443502.597118
+ --- Energy:  78.98892594686254
+ --- Workload:  1137160000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (78.98892594686254 mAh)  it is NOT far from the median.
+---  Median :78.98892594686254,   the gap is :  10
+--- So No we don't romove this configuration '111101-3-2'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '333003-3-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333003-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 485 in the X datas point
+--------------
+ --- Configuration:  333003-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14748327170.99063
+ --- Energy:  71.45892509072699
+ --- Workload:  1053900000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 604 in the X datas point
+--------------
+ --- Configuration:  330003-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13533264764.791859
+ --- Energy:  73.38859474562628
+ --- Workload:  993187000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 731 in the X datas point
+--------------
+ --- Configuration:  033003-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11710177783.919115
+ --- Energy:  96.92513711752248
+ --- Workload:  1135010000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 68 in the X datas point
+--------------
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 135 in the X datas point
+--------------
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 138 in the X datas point
+--------------
+ --- Configuration:  222202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15123376505.532131
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 160 in the X datas point
+--------------
+ --- Configuration:  333303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15150114913.62162
+ --- Energy:  74.9625159265616
+ --- Workload:  1135690000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 188 in the X datas point
+--------------
+ --- Configuration:  330303-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14509155276.979774
+ --- Energy:  74.9403190398345
+ --- Workload:  1087320000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 316 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13438400120.333483
+ --- Energy:  92.14393
+ --- Workload:  1238267000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 322 in the X datas point
+--------------
+ --- Configuration:  303033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13379358325.974688
+ --- Energy:  87.10137841468074
+ --- Workload:  1165360000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333003-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 485 in the X datas point
+--------------
+ --- Configuration:  333003-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14748327170.99063
+ --- Energy:  71.45892509072699
+ --- Workload:  1053900000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 604 in the X datas point
+--------------
+ --- Configuration:  330003-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13533264764.791859
+ --- Energy:  73.38859474562628
+ --- Workload:  993187000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 188 in the X datas point
+--------------
+ --- Configuration:  330303-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14509155276.979774
+ --- Energy:  74.9403190398345
+ --- Workload:  1087320000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 160 in the X datas point
+--------------
+ --- Configuration:  333303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15150114913.62162
+ --- Energy:  74.9625159265616
+ --- Workload:  1135690000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 68 in the X datas point
+--------------
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 138 in the X datas point
+--------------
+ --- Configuration:  222202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15123376505.532131
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 135 in the X datas point
+--------------
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 322 in the X datas point
+--------------
+ --- Configuration:  303033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13379358325.974688
+ --- Energy:  87.10137841468074
+ --- Workload:  1165360000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 316 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13438400120.333483
+ --- Energy:  92.14393
+ --- Workload:  1238267000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 731 in the X datas point
+--------------
+ --- Configuration:  033003-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11710177783.919115
+ --- Energy:  96.92513711752248
+ --- Workload:  1135010000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 68 in the X datas point
+--------------
+ --- Configuration:  333333-3-1
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (75.13916289414331 mAh)  it is NOT far from the median.
+---  Median :75.13916289414331,   the gap is :  10
+--- So No we don't romove this configuration '333003-3-1'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '111011-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111011-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 48 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 486 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14236800706.145315
+ --- Energy:  79.66681688807911
+ --- Workload:  1134200000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 94 in the X datas point
+--------------
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 103 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 139 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 147 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 164 in the X datas point
+--------------
+ --- Configuration:  111011-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 357 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 757 in the X datas point
+--------------
+ --- Configuration:  110011-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5863314414.372156
+ --- Energy:  12.909260168513825
+ --- Workload:  75691200000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111011-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 757 in the X datas point
+--------------
+ --- Configuration:  110011-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5863314414.372156
+ --- Energy:  12.909260168513825
+ --- Workload:  75691200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 48 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 164 in the X datas point
+--------------
+ --- Configuration:  111011-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 486 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14236800706.145315
+ --- Energy:  79.66681688807911
+ --- Workload:  1134200000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 139 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 94 in the X datas point
+--------------
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 147 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 357 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 103 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 139 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (80.579674343825 mAh)  it is NOT far from the median.
+---  Median :80.579674343825,   the gap is :  10
+--- So No we don't romove this configuration '111011-2-3'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '333333-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333333-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 99 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 185 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 487 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14917179817.652395
+ --- Energy:  86.40713429401492
+ --- Workload:  1288950000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 215 in the X datas point
+--------------
+ --- Configuration:  333333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13585369100.893103
+ --- Energy:  89.0597439439495
+ --- Workload:  1209910000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 332 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 475 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14914131885.668266
+ --- Energy:  85.92125075504671
+ --- Workload:  1281440000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 481 in the X datas point
+--------------
+ --- Configuration:  333330-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12550389815.107658
+ --- Energy:  74.43416393210141
+ --- Workload:  934178000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 494 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522366622.954342
+ --- Energy:  89.21276593255729
+ --- Workload:  1295580000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 497 in the X datas point
+--------------
+ --- Configuration:  033333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14463386659.839949
+ --- Energy:  82.92589585237724
+ --- Workload:  1199390000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333333-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 481 in the X datas point
+--------------
+ --- Configuration:  333330-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12550389815.107658
+ --- Energy:  74.43416393210141
+ --- Workload:  934178000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 497 in the X datas point
+--------------
+ --- Configuration:  033333-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14463386659.839949
+ --- Energy:  82.92589585237724
+ --- Workload:  1199390000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 332 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 475 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14914131885.668266
+ --- Energy:  85.92125075504671
+ --- Workload:  1281440000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 487 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14917179817.652395
+ --- Energy:  86.40713429401492
+ --- Workload:  1288950000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 215 in the X datas point
+--------------
+ --- Configuration:  333333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13585369100.893103
+ --- Energy:  89.0597439439495
+ --- Workload:  1209910000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 494 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522366622.954342
+ --- Energy:  89.21276593255729
+ --- Workload:  1295580000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 99 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 185 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 487 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Energy efficiency:  14917179817.652395
+ --- Energy:  86.40713429401492
+ --- Workload:  1288950000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (86.40713429401492 mAh)  it is NOT far from the median.
+---  Median :86.40713429401492,   the gap is :  10
+--- So No we don't romove this configuration '333333-1-3'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '333330-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333330-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 264 in the X datas point
+--------------
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5413071485.022031
+ --- Energy:  13.9697963651223
+ --- Workload:  75619700000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 488 in the X datas point
+--------------
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14243959136.930027
+ --- Energy:  78.84746341771039
+ --- Workload:  1123100000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 67 in the X datas point
+--------------
+ --- Configuration:  330330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 163 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 176 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  83.7034659994173
+ --- Workload:  1150120000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 439 in the X datas point
+--------------
+ --- Configuration:  033330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12476170514.317654
+ --- Energy:  89.40162859050163
+ --- Workload:  1115390000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 443 in the X datas point
+--------------
+ --- Configuration:  303330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11997960346.741053
+ --- Energy:  94.73104953565642
+ --- Workload:  1136580000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 481 in the X datas point
+--------------
+ --- Configuration:  333330-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12550389815.107658
+ --- Energy:  74.43416393210141
+ --- Workload:  934178000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 695 in the X datas point
+--------------
+ --- Configuration:  333030-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13728569702.694094
+ --- Energy:  78.42035817300528
+ --- Workload:  1076600000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 13 in the X datas point
+--------------
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333330-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 264 in the X datas point
+--------------
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5413071485.022031
+ --- Energy:  13.9697963651223
+ --- Workload:  75619700000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 481 in the X datas point
+--------------
+ --- Configuration:  333330-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12550389815.107658
+ --- Energy:  74.43416393210141
+ --- Workload:  934178000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 13 in the X datas point
+--------------
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 67 in the X datas point
+--------------
+ --- Configuration:  330330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 695 in the X datas point
+--------------
+ --- Configuration:  333030-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13728569702.694094
+ --- Energy:  78.42035817300528
+ --- Workload:  1076600000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 488 in the X datas point
+--------------
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14243959136.930027
+ --- Energy:  78.84746341771039
+ --- Workload:  1123100000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 163 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 176 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  83.7034659994173
+ --- Workload:  1150120000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 439 in the X datas point
+--------------
+ --- Configuration:  033330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12476170514.317654
+ --- Energy:  89.40162859050163
+ --- Workload:  1115390000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 443 in the X datas point
+--------------
+ --- Configuration:  303330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11997960346.741053
+ --- Energy:  94.73104953565642
+ --- Workload:  1136580000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 695 in the X datas point
+--------------
+ --- Configuration:  333030-2-3
+ --- Energy efficiency:  13728569702.694094
+ --- Energy:  78.42035817300528
+ --- Workload:  1076600000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (78.42035817300528 mAh)  it is NOT far from the median.
+---  Median :78.42035817300528,   the gap is :  10
+--- So No we don't romove this configuration '333330-2-3'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0]
+--- Computing the list of the 10 first neighbours of '222222-0-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222222-0-1'
+--- Neighbour  0 in the list of neghbours, And at position 125 in the X datas point
+--------------
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 489 in the X datas point
+--------------
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15673416162.11328
+ --- Energy:  52.24843908649111
+ --- Workload:  818911000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 33 in the X datas point
+--------------
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 166 in the X datas point
+--------------
+ --- Configuration:  222220-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11742671105.396345
+ --- Energy:  36.9581904467489
+ --- Workload:  433988000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 169 in the X datas point
+--------------
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 180 in the X datas point
+--------------
+ --- Configuration:  333333-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14508144872.531439
+ --- Energy:  62.5618690617415
+ --- Workload:  907657000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 199 in the X datas point
+--------------
+ --- Configuration:  222222-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17630558694.77448
+ --- Energy:  55.7442277111113
+ --- Workload:  982802000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 230 in the X datas point
+--------------
+ --- Configuration:  222222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14263788804.637444
+ --- Energy:  41.4528641815209
+ --- Workload:  591275000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 262 in the X datas point
+--------------
+ --- Configuration:  222202-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10269365455.90848
+ --- Energy:  18.3191369059882
+ --- Workload:  188126000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 369 in the X datas point
+--------------
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15203575881.047222
+ --- Energy:  71.7851022973991
+ --- Workload:  1091390000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222222-0-1'
+--- Neighbour  0 in the list of neghbours, And at position 262 in the X datas point
+--------------
+ --- Configuration:  222202-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10269365455.90848
+ --- Energy:  18.3191369059882
+ --- Workload:  188126000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 166 in the X datas point
+--------------
+ --- Configuration:  222220-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11742671105.396345
+ --- Energy:  36.9581904467489
+ --- Workload:  433988000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 230 in the X datas point
+--------------
+ --- Configuration:  222222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14263788804.637444
+ --- Energy:  41.4528641815209
+ --- Workload:  591275000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 33 in the X datas point
+--------------
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 125 in the X datas point
+--------------
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 489 in the X datas point
+--------------
+ --- Configuration:  222222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15673416162.11328
+ --- Energy:  52.24843908649111
+ --- Workload:  818911000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 199 in the X datas point
+--------------
+ --- Configuration:  222222-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17630558694.77448
+ --- Energy:  55.7442277111113
+ --- Workload:  982802000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 180 in the X datas point
+--------------
+ --- Configuration:  333333-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14508144872.531439
+ --- Energy:  62.5618690617415
+ --- Workload:  907657000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 369 in the X datas point
+--------------
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15203575881.047222
+ --- Energy:  71.7851022973991
+ --- Workload:  1091390000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 169 in the X datas point
+--------------
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 125 in the X datas point
+--------------
+ --- Configuration:  222222-0-1
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  52.1245882760953
+ --- Workload:  816621000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (52.1245882760953 mAh)  it is NOT far from the median.
+---  Median :52.1245882760953,   the gap is :  10
+--- So No we don't romove this configuration '222222-0-1'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '111111-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111111-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 341 in the X datas point
+--------------
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  16077609838.211012
+ --- Energy:  40.36593190681932
+ --- Workload:  648988000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 490 in the X datas point
+--------------
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15929324771.852247
+ --- Energy:  40.838573735993684
+ --- Workload:  650531000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 65 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 118 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 131 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 146 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 167 in the X datas point
+--------------
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 198 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111111-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 167 in the X datas point
+--------------
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 341 in the X datas point
+--------------
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  16077609838.211012
+ --- Energy:  40.36593190681932
+ --- Workload:  648988000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 490 in the X datas point
+--------------
+ --- Configuration:  111111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929324771.852247
+ --- Energy:  40.838573735993684
+ --- Workload:  650531000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 146 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 118 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 198 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 65 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 131 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (41.43583708148781 mAh)  it is NOT far from the median.
+---  Median :41.43583708148781,   the gap is :  10
+--- So No we don't romove this configuration '111111-1-1'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '033033-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033033-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 491 in the X datas point
+--------------
+ --- Configuration:  033033-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13084073019.59471
+ --- Energy:  87.73797792788814
+ --- Workload:  1147970000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 39 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 270 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10275897573.963343
+ --- Energy:  24.5924899083227
+ --- Workload:  252710000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 351 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13323686983.956947
+ --- Energy:  83.3035486563878
+ --- Workload:  1109910000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 497 in the X datas point
+--------------
+ --- Configuration:  033333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14463386659.839949
+ --- Energy:  82.92589585237724
+ --- Workload:  1199390000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 498 in the X datas point
+--------------
+ --- Configuration:  333033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14397604238.654688
+ --- Energy:  83.48198615501106
+ --- Workload:  1201940000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 535 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13609237950.72095
+ --- Energy:  81.63493485553877
+ --- Workload:  1110990000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 609 in the X datas point
+--------------
+ --- Configuration:  333033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13506887837.45271
+ --- Energy:  94.29930793987965
+ --- Workload:  1273690000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 34 in the X datas point
+--------------
+ --- Configuration:  033333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13280265392.82361
+ --- Energy:  80.89218696331669
+ --- Workload:  1074270000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 99 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033033-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 270 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10275897573.963343
+ --- Energy:  24.5924899083227
+ --- Workload:  252710000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 34 in the X datas point
+--------------
+ --- Configuration:  033333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13280265392.82361
+ --- Energy:  80.89218696331669
+ --- Workload:  1074270000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 535 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13609237950.72095
+ --- Energy:  81.63493485553877
+ --- Workload:  1110990000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 497 in the X datas point
+--------------
+ --- Configuration:  033333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14463386659.839949
+ --- Energy:  82.92589585237724
+ --- Workload:  1199390000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 351 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13323686983.956947
+ --- Energy:  83.3035486563878
+ --- Workload:  1109910000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 498 in the X datas point
+--------------
+ --- Configuration:  333033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14397604238.654688
+ --- Energy:  83.48198615501106
+ --- Workload:  1201940000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 39 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 491 in the X datas point
+--------------
+ --- Configuration:  033033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13084073019.59471
+ --- Energy:  87.73797792788814
+ --- Workload:  1147970000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 99 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 609 in the X datas point
+--------------
+ --- Configuration:  333033-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13506887837.45271
+ --- Energy:  94.29930793987965
+ --- Workload:  1273690000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 351 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Energy efficiency:  13323686983.956947
+ --- Energy:  83.3035486563878
+ --- Workload:  1109910000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (83.3035486563878 mAh)  it is NOT far from the median.
+---  Median :83.3035486563878,   the gap is :  10
+--- So No we don't romove this configuration '033033-1-3'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '303333-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303333-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 492 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13042179713.411142
+ --- Energy:  64.25089221017343
+ --- Workload:  837972000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 614 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13034495793.116482
+ --- Energy:  64.35007047679922
+ --- Workload:  838771000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 161 in the X datas point
+--------------
+ --- Configuration:  303333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 192 in the X datas point
+--------------
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 211 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 358 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14821951309.889946
+ --- Energy:  45.1609465048481
+ --- Workload:  669373000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 370 in the X datas point
+--------------
+ --- Configuration:  303333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15097712394.617968
+ --- Energy:  67.5804517710351
+ --- Workload:  1020310000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 387 in the X datas point
+--------------
+ --- Configuration:  303333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11746671287.02404
+ --- Energy:  55.9889928704492
+ --- Workload:  657684000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 572 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12236502220.313328
+ --- Energy:  57.33723345336789
+ --- Workload:  701607000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 736 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10537108006.410776
+ --- Energy:  25.752705265432734
+ --- Workload:  271359000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303333-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 736 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10537108006.410776
+ --- Energy:  25.752705265432734
+ --- Workload:  271359000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 211 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 358 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14821951309.889946
+ --- Energy:  45.1609465048481
+ --- Workload:  669373000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 387 in the X datas point
+--------------
+ --- Configuration:  303333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11746671287.02404
+ --- Energy:  55.9889928704492
+ --- Workload:  657684000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 572 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12236502220.313328
+ --- Energy:  57.33723345336789
+ --- Workload:  701607000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 161 in the X datas point
+--------------
+ --- Configuration:  303333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 492 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13042179713.411142
+ --- Energy:  64.25089221017343
+ --- Workload:  837972000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 614 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13034495793.116482
+ --- Energy:  64.35007047679922
+ --- Workload:  838771000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 370 in the X datas point
+--------------
+ --- Configuration:  303333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15097712394.617968
+ --- Energy:  67.5804517710351
+ --- Workload:  1020310000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 192 in the X datas point
+--------------
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 572 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Energy efficiency:  12236502220.313328
+ --- Energy:  57.33723345336789
+ --- Workload:  701607000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (57.33723345336789 mAh)  it is NOT far from the median.
+---  Median :57.33723345336789,   the gap is :  10
+--- So No we don't romove this configuration '303333-1-0'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '200222-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '200222-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 493 in the X datas point
+--------------
+ --- Configuration:  200222-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15903737855.50818
+ --- Energy:  49.814270279446845
+ --- Workload:  792233000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 390 in the X datas point
+--------------
+ --- Configuration:  200222-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15542938143.76907
+ --- Energy:  66.2043614748613
+ --- Workload:  1029010000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 33 in the X datas point
+--------------
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 130 in the X datas point
+--------------
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 150 in the X datas point
+--------------
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 199 in the X datas point
+--------------
+ --- Configuration:  222222-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  17630558694.77448
+ --- Energy:  55.7442277111113
+ --- Workload:  982802000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 211 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 321 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10662526762.942175
+ --- Energy:  31.96295936672102
+ --- Workload:  340806000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 358 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14821951309.889946
+ --- Energy:  45.1609465048481
+ --- Workload:  669373000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 370 in the X datas point
+--------------
+ --- Configuration:  303333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15097712394.617968
+ --- Energy:  67.5804517710351
+ --- Workload:  1020310000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '200222-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 321 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10662526762.942175
+ --- Energy:  31.96295936672102
+ --- Workload:  340806000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 211 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 358 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14821951309.889946
+ --- Energy:  45.1609465048481
+ --- Workload:  669373000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 33 in the X datas point
+--------------
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 493 in the X datas point
+--------------
+ --- Configuration:  200222-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15903737855.50818
+ --- Energy:  49.814270279446845
+ --- Workload:  792233000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 150 in the X datas point
+--------------
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 199 in the X datas point
+--------------
+ --- Configuration:  222222-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  17630558694.77448
+ --- Energy:  55.7442277111113
+ --- Workload:  982802000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 390 in the X datas point
+--------------
+ --- Configuration:  200222-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15542938143.76907
+ --- Energy:  66.2043614748613
+ --- Workload:  1029010000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 370 in the X datas point
+--------------
+ --- Configuration:  303333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15097712394.617968
+ --- Energy:  67.5804517710351
+ --- Workload:  1020310000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 130 in the X datas point
+--------------
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 493 in the X datas point
+--------------
+ --- Configuration:  200222-1-1
+ --- Energy efficiency:  15903737855.50818
+ --- Energy:  49.814270279446845
+ --- Workload:  792233000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (49.814270279446845 mAh)  it is NOT far from the median.
+---  Median :49.814270279446845,   the gap is :  10
+--- So No we don't romove this configuration '200222-1-1'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '222222-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222222-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 332 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 475 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14914131885.668266
+ --- Energy:  85.92125075504671
+ --- Workload:  1281440000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 494 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14522366622.954342
+ --- Energy:  89.21276593255729
+ --- Workload:  1295580000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 74 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 98 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 99 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 140 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 158 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 185 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 232 in the X datas point
+--------------
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222222-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 140 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 232 in the X datas point
+--------------
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 158 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 74 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 332 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 475 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14914131885.668266
+ --- Energy:  85.92125075504671
+ --- Workload:  1281440000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 494 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522366622.954342
+ --- Energy:  89.21276593255729
+ --- Workload:  1295580000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 99 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 185 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 98 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 332 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (85.86709418709174 mAh)  it is NOT far from the median.
+---  Median :85.86709418709174,   the gap is :  10
+--- So No we don't romove this configuration '222222-1-3'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '333333-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333333-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 92 in the X datas point
+--------------
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 495 in the X datas point
+--------------
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  16695549968.1115
+ --- Energy:  63.73792434520371
+ --- Workload:  1064140000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 62 in the X datas point
+--------------
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 180 in the X datas point
+--------------
+ --- Configuration:  333333-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14508144872.531439
+ --- Energy:  62.5618690617415
+ --- Workload:  907657000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 192 in the X datas point
+--------------
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 194 in the X datas point
+--------------
+ --- Configuration:  333033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14726651262.589447
+ --- Energy:  72.6506326213233
+ --- Workload:  1069900000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 199 in the X datas point
+--------------
+ --- Configuration:  222222-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17630558694.77448
+ --- Energy:  55.7442277111113
+ --- Workload:  982802000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 370 in the X datas point
+--------------
+ --- Configuration:  303333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15097712394.617968
+ --- Energy:  67.5804517710351
+ --- Workload:  1020310000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333333-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 199 in the X datas point
+--------------
+ --- Configuration:  222222-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  17630558694.77448
+ --- Energy:  55.7442277111113
+ --- Workload:  982802000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 180 in the X datas point
+--------------
+ --- Configuration:  333333-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14508144872.531439
+ --- Energy:  62.5618690617415
+ --- Workload:  907657000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 495 in the X datas point
+--------------
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16695549968.1115
+ --- Energy:  63.73792434520371
+ --- Workload:  1064140000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 370 in the X datas point
+--------------
+ --- Configuration:  303333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15097712394.617968
+ --- Energy:  67.5804517710351
+ --- Workload:  1020310000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 192 in the X datas point
+--------------
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 194 in the X datas point
+--------------
+ --- Configuration:  333033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14726651262.589447
+ --- Energy:  72.6506326213233
+ --- Workload:  1069900000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 62 in the X datas point
+--------------
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 92 in the X datas point
+--------------
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 192 in the X datas point
+--------------
+ --- Configuration:  333333-1-0
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (71.0356581632197 mAh)  it is NOT far from the median.
+---  Median :71.0356581632197,   the gap is :  10
+--- So No we don't romove this configuration '333333-1-1'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '222022-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222022-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 496 in the X datas point
+--------------
+ --- Configuration:  222022-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15478678120.888475
+ --- Energy:  91.10203171728844
+ --- Workload:  1410140000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 258 in the X datas point
+--------------
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15312505263.673683
+ --- Energy:  75.3926735584727
+ --- Workload:  1154450000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 357 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 375 in the X datas point
+--------------
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14663208104.648384
+ --- Energy:  102.002963990619
+ --- Workload:  1495690000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 554 in the X datas point
+--------------
+ --- Configuration:  222222-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16070659475.582241
+ --- Energy:  93.5530302681106
+ --- Workload:  1503460000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 745 in the X datas point
+--------------
+ --- Configuration:  222020-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5816929591.88422
+ --- Energy:  13.02862273430083
+ --- Workload:  75786600000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 24 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 27 in the X datas point
+--------------
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 48 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222022-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 745 in the X datas point
+--------------
+ --- Configuration:  222020-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5816929591.88422
+ --- Energy:  13.02862273430083
+ --- Workload:  75786600000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 27 in the X datas point
+--------------
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 48 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 258 in the X datas point
+--------------
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15312505263.673683
+ --- Energy:  75.3926735584727
+ --- Workload:  1154450000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 357 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 496 in the X datas point
+--------------
+ --- Configuration:  222022-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15478678120.888475
+ --- Energy:  91.10203171728844
+ --- Workload:  1410140000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 554 in the X datas point
+--------------
+ --- Configuration:  222222-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16070659475.582241
+ --- Energy:  93.5530302681106
+ --- Workload:  1503460000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 375 in the X datas point
+--------------
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14663208104.648384
+ --- Energy:  102.002963990619
+ --- Workload:  1495690000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 24 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 357 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (87.9883366652468 mAh)  it is NOT far from the median.
+---  Median :87.9883366652468,   the gap is :  10
+--- So No we don't romove this configuration '222022-2-2'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '033333-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033333-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 497 in the X datas point
+--------------
+ --- Configuration:  033333-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14463386659.839949
+ --- Energy:  82.92589585237724
+ --- Workload:  1199390000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 34 in the X datas point
+--------------
+ --- Configuration:  033333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13280265392.82361
+ --- Energy:  80.89218696331669
+ --- Workload:  1074270000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 99 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 156 in the X datas point
+--------------
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 185 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 487 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14917179817.652395
+ --- Energy:  86.40713429401492
+ --- Workload:  1288950000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 491 in the X datas point
+--------------
+ --- Configuration:  033033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13084073019.59471
+ --- Energy:  87.73797792788814
+ --- Workload:  1147970000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 17 in the X datas point
+--------------
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 39 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033333-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 34 in the X datas point
+--------------
+ --- Configuration:  033333-0-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13280265392.82361
+ --- Energy:  80.89218696331669
+ --- Workload:  1074270000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 156 in the X datas point
+--------------
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 497 in the X datas point
+--------------
+ --- Configuration:  033333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14463386659.839949
+ --- Energy:  82.92589585237724
+ --- Workload:  1199390000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 487 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14917179817.652395
+ --- Energy:  86.40713429401492
+ --- Workload:  1288950000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 39 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 491 in the X datas point
+--------------
+ --- Configuration:  033033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13084073019.59471
+ --- Energy:  87.73797792788814
+ --- Workload:  1147970000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 17 in the X datas point
+--------------
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 99 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 185 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 39 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (86.69594291794053 mAh)  it is NOT far from the median.
+---  Median :86.69594291794053,   the gap is :  10
+--- So No we don't romove this configuration '033333-1-3'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '333033-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333033-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 498 in the X datas point
+--------------
+ --- Configuration:  333033-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14397604238.654688
+ --- Energy:  83.48198615501106
+ --- Workload:  1201940000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 609 in the X datas point
+--------------
+ --- Configuration:  333033-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13506887837.45271
+ --- Energy:  94.29930793987965
+ --- Workload:  1273690000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 99 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 185 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 269 in the X datas point
+--------------
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10478138412.017168
+ --- Energy:  17.9776183946517
+ --- Workload:  188372000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 354 in the X datas point
+--------------
+ --- Configuration:  330033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13506559460.602041
+ --- Energy:  80.9473075242288
+ --- Workload:  1093320000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 355 in the X datas point
+--------------
+ --- Configuration:  333033-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15017968999.908392
+ --- Energy:  80.1899268231783
+ --- Workload:  1204290000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 487 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14917179817.652395
+ --- Energy:  86.40713429401492
+ --- Workload:  1288950000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 491 in the X datas point
+--------------
+ --- Configuration:  033033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13084073019.59471
+ --- Energy:  87.73797792788814
+ --- Workload:  1147970000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 640 in the X datas point
+--------------
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14620310535.395771
+ --- Energy:  81.50438397997827
+ --- Workload:  1191620000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333033-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 269 in the X datas point
+--------------
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10478138412.017168
+ --- Energy:  17.9776183946517
+ --- Workload:  188372000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 355 in the X datas point
+--------------
+ --- Configuration:  333033-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15017968999.908392
+ --- Energy:  80.1899268231783
+ --- Workload:  1204290000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 354 in the X datas point
+--------------
+ --- Configuration:  330033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13506559460.602041
+ --- Energy:  80.9473075242288
+ --- Workload:  1093320000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 640 in the X datas point
+--------------
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14620310535.395771
+ --- Energy:  81.50438397997827
+ --- Workload:  1191620000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 498 in the X datas point
+--------------
+ --- Configuration:  333033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14397604238.654688
+ --- Energy:  83.48198615501106
+ --- Workload:  1201940000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 487 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14917179817.652395
+ --- Energy:  86.40713429401492
+ --- Workload:  1288950000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 491 in the X datas point
+--------------
+ --- Configuration:  033033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13084073019.59471
+ --- Energy:  87.73797792788814
+ --- Workload:  1147970000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 99 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 609 in the X datas point
+--------------
+ --- Configuration:  333033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13506887837.45271
+ --- Energy:  94.29930793987965
+ --- Workload:  1273690000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 185 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 498 in the X datas point
+--------------
+ --- Configuration:  333033-1-3
+ --- Energy efficiency:  14397604238.654688
+ --- Energy:  83.48198615501106
+ --- Workload:  1201940000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (83.48198615501106 mAh)  it is NOT far from the median.
+---  Median :83.48198615501106,   the gap is :  10
+--- So No we don't romove this configuration '333033-1-3'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '200222-3-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '200222-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 499 in the X datas point
+--------------
+ --- Configuration:  200222-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14770830563.8026
+ --- Energy:  89.22173143973053
+ --- Workload:  1317880000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 226 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 231 in the X datas point
+--------------
+ --- Configuration:  300333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13826764467.980669
+ --- Energy:  100.311184339352
+ --- Workload:  1386980000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 412 in the X datas point
+--------------
+ --- Configuration:  300333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14000308006.776148
+ --- Energy:  97.0043167849163
+ --- Workload:  1358090000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 471 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14772139744.44198
+ --- Energy:  98.66003637723567
+ --- Workload:  1457420000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 768 in the X datas point
+--------------
+ --- Configuration:  200202-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10604352662.593887
+ --- Energy:  17.76713091857071
+ --- Workload:  188409000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 9 in the X datas point
+--------------
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 24 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 31 in the X datas point
+--------------
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '200222-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 768 in the X datas point
+--------------
+ --- Configuration:  200202-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10604352662.593887
+ --- Energy:  17.76713091857071
+ --- Workload:  188409000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 9 in the X datas point
+--------------
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 31 in the X datas point
+--------------
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 499 in the X datas point
+--------------
+ --- Configuration:  200222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14770830563.8026
+ --- Energy:  89.22173143973053
+ --- Workload:  1317880000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 412 in the X datas point
+--------------
+ --- Configuration:  300333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14000308006.776148
+ --- Energy:  97.0043167849163
+ --- Workload:  1358090000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 226 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 471 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14772139744.44198
+ --- Energy:  98.66003637723567
+ --- Workload:  1457420000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 231 in the X datas point
+--------------
+ --- Configuration:  300333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13826764467.980669
+ --- Energy:  100.311184339352
+ --- Workload:  1386980000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 24 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 499 in the X datas point
+--------------
+ --- Configuration:  200222-3-2
+ --- Energy efficiency:  14770830563.8026
+ --- Energy:  89.22173143973053
+ --- Workload:  1317880000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (89.22173143973053 mAh)  it is NOT far from the median.
+---  Median :89.22173143973053,   the gap is :  10
+--- So No we don't romove this configuration '200222-3-2'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '111110-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111110-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 500 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13526400151.49568
+ --- Energy:  45.93145920255071
+ --- Workload:  621287000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 89 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 141 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 145 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 206 in the X datas point
+--------------
+ --- Configuration:  110110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13517367790.004988
+ --- Energy:  42.6214864172658
+ --- Workload:  576130000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 265 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5524617696.455405
+ --- Energy:  13.7189335182749
+ --- Workload:  75791800000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 353 in the X datas point
+--------------
+ --- Configuration:  111110-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14286387786.85281
+ --- Energy:  59.8357473888033
+ --- Workload:  854837000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 400 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13861550830.306894
+ --- Energy:  44.8724765340684
+ --- Workload:  622002000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111110-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 265 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5524617696.455405
+ --- Energy:  13.7189335182749
+ --- Workload:  75791800000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 89 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 141 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 206 in the X datas point
+--------------
+ --- Configuration:  110110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13517367790.004988
+ --- Energy:  42.6214864172658
+ --- Workload:  576130000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 400 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13861550830.306894
+ --- Energy:  44.8724765340684
+ --- Workload:  622002000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 500 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13526400151.49568
+ --- Energy:  45.93145920255071
+ --- Workload:  621287000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 145 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 353 in the X datas point
+--------------
+ --- Configuration:  111110-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14286387786.85281
+ --- Energy:  59.8357473888033
+ --- Workload:  854837000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (43.78047104305274 mAh)  it is NOT far from the median.
+---  Median :43.78047104305274,   the gap is :  10
+--- So No we don't romove this configuration '111110-2-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '000011-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000011-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 501 in the X datas point
+--------------
+ --- Configuration:  000011-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10884176040.66328
+ --- Energy:  53.28388273452391
+ --- Workload:  579951000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 227 in the X datas point
+--------------
+ --- Configuration:  000111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12035490253.659992
+ --- Energy:  49.4404352153497
+ --- Workload:  595040000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 477 in the X datas point
+--------------
+ --- Configuration:  000001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10565988294.998167
+ --- Energy:  47.261265478697936
+ --- Workload:  499362000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 193 in the X datas point
+--------------
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 295 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 312 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 430 in the X datas point
+--------------
+ --- Configuration:  002022-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12850612909.982742
+ --- Energy:  61.59240778326698
+ --- Workload:  791500000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 448 in the X datas point
+--------------
+ --- Configuration:  001011-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11898288669.140718
+ --- Energy:  44.48907436947681
+ --- Workload:  529344000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 622 in the X datas point
+--------------
+ --- Configuration:  000010-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11230529070.224499
+ --- Energy:  65.58873751640105
+ --- Workload:  736596000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000011-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 448 in the X datas point
+--------------
+ --- Configuration:  001011-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11898288669.140718
+ --- Energy:  44.48907436947681
+ --- Workload:  529344000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 477 in the X datas point
+--------------
+ --- Configuration:  000001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10565988294.998167
+ --- Energy:  47.261265478697936
+ --- Workload:  499362000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 227 in the X datas point
+--------------
+ --- Configuration:  000111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12035490253.659992
+ --- Energy:  49.4404352153497
+ --- Workload:  595040000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 501 in the X datas point
+--------------
+ --- Configuration:  000011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10884176040.66328
+ --- Energy:  53.28388273452391
+ --- Workload:  579951000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 193 in the X datas point
+--------------
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 430 in the X datas point
+--------------
+ --- Configuration:  002022-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12850612909.982742
+ --- Energy:  61.59240778326698
+ --- Workload:  791500000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 622 in the X datas point
+--------------
+ --- Configuration:  000010-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11230529070.224499
+ --- Energy:  65.58873751640105
+ --- Workload:  736596000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 295 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 312 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 193 in the X datas point
+--------------
+ --- Configuration:  101011-3-0
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (57.5176175818552 mAh)  it is NOT far from the median.
+---  Median :57.5176175818552,   the gap is :  10
+--- So No we don't romove this configuration '000011-3-0'
+ --- remove_aberrant_points: The value [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '111001-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111001-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 502 in the X datas point
+--------------
+ --- Configuration:  111001-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13236319932.441824
+ --- Energy:  63.39311214039606
+ --- Workload:  839092000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 228 in the X datas point
+--------------
+ --- Configuration:  111001-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14359934633.577549
+ --- Energy:  74.8645087621987
+ --- Workload:  1075050000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 664 in the X datas point
+--------------
+ --- Configuration:  222002-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13972451913.80674
+ --- Energy:  76.4325894344246
+ --- Workload:  1067950000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 678 in the X datas point
+--------------
+ --- Configuration:  110001-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12657170413.611015
+ --- Energy:  62.61500040774629
+ --- Workload:  792529000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 36 in the X datas point
+--------------
+ --- Configuration:  110001-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11533320339.125751
+ --- Energy:  52.516287756608044
+ --- Workload:  605687000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 65 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 94 in the X datas point
+--------------
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 131 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 146 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111001-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 146 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 36 in the X datas point
+--------------
+ --- Configuration:  110001-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11533320339.125751
+ --- Energy:  52.516287756608044
+ --- Workload:  605687000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 678 in the X datas point
+--------------
+ --- Configuration:  110001-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12657170413.611015
+ --- Energy:  62.61500040774629
+ --- Workload:  792529000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 502 in the X datas point
+--------------
+ --- Configuration:  111001-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13236319932.441824
+ --- Energy:  63.39311214039606
+ --- Workload:  839092000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 65 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 131 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 228 in the X datas point
+--------------
+ --- Configuration:  111001-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14359934633.577549
+ --- Energy:  74.8645087621987
+ --- Workload:  1075050000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 664 in the X datas point
+--------------
+ --- Configuration:  222002-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13972451913.80674
+ --- Energy:  76.4325894344246
+ --- Workload:  1067950000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 94 in the X datas point
+--------------
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 502 in the X datas point
+--------------
+ --- Configuration:  111001-1-2
+ --- Energy efficiency:  13236319932.441824
+ --- Energy:  63.39311214039606
+ --- Workload:  839092000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (63.39311214039606 mAh)  it is NOT far from the median.
+---  Median :63.39311214039606,   the gap is :  10
+--- So No we don't romove this configuration '111001-1-2'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '333333-3-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333333-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 214 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 503 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15380805677.362993
+ --- Energy:  101.44390963131458
+ --- Workload:  1560290000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 24 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 53 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 68 in the X datas point
+--------------
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 101 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 117 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 191 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 240 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15595928215.061611
+ --- Energy:  95.9288937521245
+ --- Workload:  1496100000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333333-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 68 in the X datas point
+--------------
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 53 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 240 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15595928215.061611
+ --- Energy:  95.9288937521245
+ --- Workload:  1496100000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 191 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 503 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15380805677.362993
+ --- Energy:  101.44390963131458
+ --- Workload:  1560290000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 24 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 117 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 101 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 214 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 191 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (99.8453916327805 mAh)  it is NOT far from the median.
+---  Median :99.8453916327805,   the gap is :  10
+--- So No we don't romove this configuration '333333-3-2'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '022022-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '022022-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 504 in the X datas point
+--------------
+ --- Configuration:  022022-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14551380926.049883
+ --- Energy:  88.0748025631995
+ --- Workload:  1281610000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 179 in the X datas point
+--------------
+ --- Configuration:  222022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14657190304.561756
+ --- Energy:  95.6220428328611
+ --- Workload:  1401550000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 636 in the X datas point
+--------------
+ --- Configuration:  022222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14763111118.98477
+ --- Energy:  92.57130206150522
+ --- Workload:  1366640000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 132 in the X datas point
+--------------
+ --- Configuration:  202022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 151 in the X datas point
+--------------
+ --- Configuration:  033033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14103636340.557686
+ --- Energy:  92.8249833568298
+ --- Workload:  1309170000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 164 in the X datas point
+--------------
+ --- Configuration:  111011-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 342 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 357 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '022022-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 164 in the X datas point
+--------------
+ --- Configuration:  111011-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 357 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 504 in the X datas point
+--------------
+ --- Configuration:  022022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14551380926.049883
+ --- Energy:  88.0748025631995
+ --- Workload:  1281610000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 132 in the X datas point
+--------------
+ --- Configuration:  202022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 636 in the X datas point
+--------------
+ --- Configuration:  022222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14763111118.98477
+ --- Energy:  92.57130206150522
+ --- Workload:  1366640000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 151 in the X datas point
+--------------
+ --- Configuration:  033033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14103636340.557686
+ --- Energy:  92.8249833568298
+ --- Workload:  1309170000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 179 in the X datas point
+--------------
+ --- Configuration:  222022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14657190304.561756
+ --- Energy:  95.6220428328611
+ --- Workload:  1401550000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 342 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 636 in the X datas point
+--------------
+ --- Configuration:  022222-3-3
+ --- Energy efficiency:  14763111118.98477
+ --- Energy:  92.57130206150522
+ --- Workload:  1366640000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (92.57130206150522 mAh)  it is NOT far from the median.
+---  Median :92.57130206150522,   the gap is :  10
+--- So No we don't romove this configuration '022022-3-3'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0]
+--- Computing the list of the 10 first neighbours of '022222-0-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '022222-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 505 in the X datas point
+--------------
+ --- Configuration:  022222-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14246069509.422352
+ --- Energy:  69.37565973641902
+ --- Workload:  988330000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 75 in the X datas point
+--------------
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 105 in the X datas point
+--------------
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13446770287.478502
+ --- Energy:  86.2801902841026
+ --- Workload:  1160190000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 169 in the X datas point
+--------------
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 338 in the X datas point
+--------------
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12910472329.630178
+ --- Energy:  89.67295919976871
+ --- Workload:  1157720000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 369 in the X datas point
+--------------
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15203575881.047222
+ --- Energy:  71.7851022973991
+ --- Workload:  1091390000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 453 in the X datas point
+--------------
+ --- Configuration:  022222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14702487807.961985
+ --- Energy:  79.9871211726851
+ --- Workload:  1176010000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 528 in the X datas point
+--------------
+ --- Configuration:  022222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15108433225.257673
+ --- Energy:  77.62624080393333
+ --- Workload:  1172810000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 34 in the X datas point
+--------------
+ --- Configuration:  033333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13280265392.82361
+ --- Energy:  80.89218696331669
+ --- Workload:  1074270000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 85 in the X datas point
+--------------
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '022222-0-2'
+--- Neighbour  0 in the list of neghbours, And at position 85 in the X datas point
+--------------
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 505 in the X datas point
+--------------
+ --- Configuration:  022222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14246069509.422352
+ --- Energy:  69.37565973641902
+ --- Workload:  988330000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 75 in the X datas point
+--------------
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 369 in the X datas point
+--------------
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15203575881.047222
+ --- Energy:  71.7851022973991
+ --- Workload:  1091390000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 169 in the X datas point
+--------------
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 528 in the X datas point
+--------------
+ --- Configuration:  022222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15108433225.257673
+ --- Energy:  77.62624080393333
+ --- Workload:  1172810000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 453 in the X datas point
+--------------
+ --- Configuration:  022222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14702487807.961985
+ --- Energy:  79.9871211726851
+ --- Workload:  1176010000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 34 in the X datas point
+--------------
+ --- Configuration:  033333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13280265392.82361
+ --- Energy:  80.89218696331669
+ --- Workload:  1074270000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 105 in the X datas point
+--------------
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13446770287.478502
+ --- Energy:  86.2801902841026
+ --- Workload:  1160190000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 338 in the X datas point
+--------------
+ --- Configuration:  033333-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12910472329.630178
+ --- Energy:  89.67295919976871
+ --- Workload:  1157720000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 169 in the X datas point
+--------------
+ --- Configuration:  222222-0-2
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (72.3253528074643 mAh)  it is NOT far from the median.
+---  Median :72.3253528074643,   the gap is :  10
+--- So No we don't romove this configuration '022222-0-2'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '030303-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '030303-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 506 in the X datas point
+--------------
+ --- Configuration:  030303-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13120776749.983599
+ --- Energy:  76.53052030248016
+ --- Workload:  1004140000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 514 in the X datas point
+--------------
+ --- Configuration:  330303-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13657246808.30142
+ --- Energy:  82.00779235048205
+ --- Workload:  1120000000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 156 in the X datas point
+--------------
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 165 in the X datas point
+--------------
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 318 in the X datas point
+--------------
+ --- Configuration:  330303-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14023081992.960411
+ --- Energy:  66.12237864852598
+ --- Workload:  927239000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 336 in the X datas point
+--------------
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193940322.997305
+ --- Energy:  98.08558334376599
+ --- Workload:  1392220000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 436 in the X datas point
+--------------
+ --- Configuration:  030300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13468630213.370039
+ --- Energy:  72.31426635370143
+ --- Workload:  973974000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 563 in the X datas point
+--------------
+ --- Configuration:  020202-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798329050.159212
+ --- Energy:  78.24767797732055
+ --- Workload:  1001440000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 598 in the X datas point
+--------------
+ --- Configuration:  003303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12920497594.203348
+ --- Energy:  80.94736701096696
+ --- Workload:  1045880000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '030303-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 318 in the X datas point
+--------------
+ --- Configuration:  330303-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14023081992.960411
+ --- Energy:  66.12237864852598
+ --- Workload:  927239000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 436 in the X datas point
+--------------
+ --- Configuration:  030300-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13468630213.370039
+ --- Energy:  72.31426635370143
+ --- Workload:  973974000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 165 in the X datas point
+--------------
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 506 in the X datas point
+--------------
+ --- Configuration:  030303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13120776749.983599
+ --- Energy:  76.53052030248016
+ --- Workload:  1004140000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 563 in the X datas point
+--------------
+ --- Configuration:  020202-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798329050.159212
+ --- Energy:  78.24767797732055
+ --- Workload:  1001440000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 598 in the X datas point
+--------------
+ --- Configuration:  003303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12920497594.203348
+ --- Energy:  80.94736701096696
+ --- Workload:  1045880000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 514 in the X datas point
+--------------
+ --- Configuration:  330303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13657246808.30142
+ --- Energy:  82.00779235048205
+ --- Workload:  1120000000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 156 in the X datas point
+--------------
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 336 in the X datas point
+--------------
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193940322.997305
+ --- Energy:  98.08558334376599
+ --- Workload:  1392220000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 563 in the X datas point
+--------------
+ --- Configuration:  020202-1-3
+ --- Energy efficiency:  12798329050.159212
+ --- Energy:  78.24767797732055
+ --- Workload:  1001440000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (78.24767797732055 mAh)  it is NOT far from the median.
+---  Median :78.24767797732055,   the gap is :  10
+--- So No we don't romove this configuration '030303-1-2'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '022222-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '022222-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 507 in the X datas point
+--------------
+ --- Configuration:  022222-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14938304801.171164
+ --- Energy:  95.11984019839312
+ --- Workload:  1420930000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 74 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 98 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 158 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 327 in the X datas point
+--------------
+ --- Configuration:  022202-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14427994927.116983
+ --- Energy:  91.64266045689709
+ --- Workload:  1322220000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 636 in the X datas point
+--------------
+ --- Configuration:  022222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14763111118.98477
+ --- Energy:  92.57130206150522
+ --- Workload:  1366640000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 17 in the X datas point
+--------------
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 30 in the X datas point
+--------------
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '022222-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 158 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 74 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 327 in the X datas point
+--------------
+ --- Configuration:  022202-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14427994927.116983
+ --- Energy:  91.64266045689709
+ --- Workload:  1322220000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 17 in the X datas point
+--------------
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 636 in the X datas point
+--------------
+ --- Configuration:  022222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14763111118.98477
+ --- Energy:  92.57130206150522
+ --- Workload:  1366640000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 30 in the X datas point
+--------------
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 507 in the X datas point
+--------------
+ --- Configuration:  022222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14938304801.171164
+ --- Energy:  95.11984019839312
+ --- Workload:  1420930000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 98 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 636 in the X datas point
+--------------
+ --- Configuration:  022222-3-3
+ --- Energy efficiency:  14763111118.98477
+ --- Energy:  92.57130206150522
+ --- Workload:  1366640000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (92.57130206150522 mAh)  it is NOT far from the median.
+---  Median :92.57130206150522,   the gap is :  10
+--- So No we don't romove this configuration '022222-2-3'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '101101-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101101-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 508 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 561 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12080679610.712181
+ --- Energy:  56.78135936837892
+ --- Workload:  685957000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 632 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11809317315.175327
+ --- Energy:  58.81039857197384
+ --- Workload:  694511000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 276 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5303154846.818372
+ --- Energy:  14.4399767950293
+ --- Workload:  76577300000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 368 in the X datas point
+--------------
+ --- Configuration:  101101-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12808082412.325474
+ --- Energy:  45.0099417425521
+ --- Workload:  576491000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 480 in the X datas point
+--------------
+ --- Configuration:  100101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12027441811.236517
+ --- Energy:  49.41931284357229
+ --- Workload:  594388000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 567 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11472757936.280302
+ --- Energy:  54.89700632647969
+ --- Workload:  629820000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 655 in the X datas point
+--------------
+ --- Configuration:  001101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11963267981.988104
+ --- Energy:  50.131704402498926
+ --- Workload:  599739000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 755 in the X datas point
+--------------
+ --- Configuration:  001101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5933274396.140998
+ --- Energy:  12.801274922165252
+ --- Workload:  75953500000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101101-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 755 in the X datas point
+--------------
+ --- Configuration:  001101-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5933274396.140998
+ --- Energy:  12.801274922165252
+ --- Workload:  75953500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 276 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5303154846.818372
+ --- Energy:  14.4399767950293
+ --- Workload:  76577300000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 368 in the X datas point
+--------------
+ --- Configuration:  101101-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12808082412.325474
+ --- Energy:  45.0099417425521
+ --- Workload:  576491000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 480 in the X datas point
+--------------
+ --- Configuration:  100101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12027441811.236517
+ --- Energy:  49.41931284357229
+ --- Workload:  594388000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 655 in the X datas point
+--------------
+ --- Configuration:  001101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11963267981.988104
+ --- Energy:  50.131704402498926
+ --- Workload:  599739000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 508 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 567 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11472757936.280302
+ --- Energy:  54.89700632647969
+ --- Workload:  629820000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 561 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12080679610.712181
+ --- Energy:  56.78135936837892
+ --- Workload:  685957000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 632 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11809317315.175327
+ --- Energy:  58.81039857197384
+ --- Workload:  694511000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 655 in the X datas point
+--------------
+ --- Configuration:  001101-3-0
+ --- Energy efficiency:  11963267981.988104
+ --- Energy:  50.131704402498926
+ --- Workload:  599739000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (50.131704402498926 mAh)  it is NOT far from the median.
+---  Median :50.131704402498926,   the gap is :  10
+--- So No we don't romove this configuration '101101-3-0'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '000202-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000202-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 509 in the X datas point
+--------------
+ --- Configuration:  000202-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13004797469.786604
+ --- Energy:  45.81348523547173
+ --- Workload:  595795000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 441 in the X datas point
+--------------
+ --- Configuration:  020202-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13489251090.268719
+ --- Energy:  51.82043413295036
+ --- Workload:  699019000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 110 in the X datas point
+--------------
+ --- Configuration:  200202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373986415.837713
+ --- Energy:  65.7590425822352
+ --- Workload:  813702000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 233 in the X datas point
+--------------
+ --- Configuration:  000200-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 380 in the X datas point
+--------------
+ --- Configuration:  000333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12831600639.526976
+ --- Energy:  62.2597560074204
+ --- Workload:  798892000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 397 in the X datas point
+--------------
+ --- Configuration:  100101-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12649245282.780205
+ --- Energy:  41.7732349755354
+ --- Workload:  528400000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 538 in the X datas point
+--------------
+ --- Configuration:  000333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12729464509.616474
+ --- Energy:  62.669563544461724
+ --- Workload:  797750000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 560 in the X datas point
+--------------
+ --- Configuration:  002202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12755215926.672813
+ --- Energy:  62.95852732602467
+ --- Workload:  803050000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 575 in the X datas point
+--------------
+ --- Configuration:  020200-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11852174933.361147
+ --- Energy:  40.672301388671954
+ --- Workload:  482055000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000202-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 575 in the X datas point
+--------------
+ --- Configuration:  020200-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11852174933.361147
+ --- Energy:  40.672301388671954
+ --- Workload:  482055000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 397 in the X datas point
+--------------
+ --- Configuration:  100101-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12649245282.780205
+ --- Energy:  41.7732349755354
+ --- Workload:  528400000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 509 in the X datas point
+--------------
+ --- Configuration:  000202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13004797469.786604
+ --- Energy:  45.81348523547173
+ --- Workload:  595795000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 441 in the X datas point
+--------------
+ --- Configuration:  020202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13489251090.268719
+ --- Energy:  51.82043413295036
+ --- Workload:  699019000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 233 in the X datas point
+--------------
+ --- Configuration:  000200-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 380 in the X datas point
+--------------
+ --- Configuration:  000333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12831600639.526976
+ --- Energy:  62.2597560074204
+ --- Workload:  798892000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 538 in the X datas point
+--------------
+ --- Configuration:  000333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12729464509.616474
+ --- Energy:  62.669563544461724
+ --- Workload:  797750000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 560 in the X datas point
+--------------
+ --- Configuration:  002202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12755215926.672813
+ --- Energy:  62.95852732602467
+ --- Workload:  803050000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 110 in the X datas point
+--------------
+ --- Configuration:  200202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373986415.837713
+ --- Energy:  65.7590425822352
+ --- Workload:  813702000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 233 in the X datas point
+--------------
+ --- Configuration:  000200-2-1
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (53.677951058628 mAh)  it is NOT far from the median.
+---  Median :53.677951058628,   the gap is :  10
+--- So No we don't romove this configuration '000202-2-0'
+ --- remove_aberrant_points: The value [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0]
+--- Computing the list of the 10 first neighbours of '111011-0-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111011-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 510 in the X datas point
+--------------
+ --- Configuration:  111011-0-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11392233458.761824
+ --- Energy:  69.72901800554702
+ --- Workload:  794369000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 94 in the X datas point
+--------------
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 142 in the X datas point
+--------------
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 1 in the X datas point
+--------------
+ --- Configuration:  011001-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11271402985.343796
+ --- Energy:  64.71129799002061
+ --- Workload:  729387000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 111 in the X datas point
+--------------
+ --- Configuration:  111111-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13419378387.55433
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 140 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 232 in the X datas point
+--------------
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 237 in the X datas point
+--------------
+ --- Configuration:  110010-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10831501906.88591
+ --- Energy:  62.4324044343125
+ --- Workload:  676237000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 247 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13225816264.315292
+ --- Energy:  70.9803740450458
+ --- Workload:  938774000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 253 in the X datas point
+--------------
+ --- Configuration:  101111-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12089851778.417196
+ --- Energy:  58.0655432702143
+ --- Workload:  702004000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111011-0-3'
+--- Neighbour  0 in the list of neghbours, And at position 111 in the X datas point
+--------------
+ --- Configuration:  111111-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13419378387.55433
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 253 in the X datas point
+--------------
+ --- Configuration:  101111-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12089851778.417196
+ --- Energy:  58.0655432702143
+ --- Workload:  702004000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 237 in the X datas point
+--------------
+ --- Configuration:  110010-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10831501906.88591
+ --- Energy:  62.4324044343125
+ --- Workload:  676237000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 1 in the X datas point
+--------------
+ --- Configuration:  011001-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11271402985.343796
+ --- Energy:  64.71129799002061
+ --- Workload:  729387000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 510 in the X datas point
+--------------
+ --- Configuration:  111011-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11392233458.761824
+ --- Energy:  69.72901800554702
+ --- Workload:  794369000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 247 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13225816264.315292
+ --- Energy:  70.9803740450458
+ --- Workload:  938774000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 140 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 232 in the X datas point
+--------------
+ --- Configuration:  222222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515642055.879416
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 142 in the X datas point
+--------------
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 94 in the X datas point
+--------------
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 510 in the X datas point
+--------------
+ --- Configuration:  111011-0-3
+ --- Energy efficiency:  11392233458.761824
+ --- Energy:  69.72901800554702
+ --- Workload:  794369000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (69.72901800554702 mAh)  it is NOT far from the median.
+---  Median :69.72901800554702,   the gap is :  10
+--- So No we don't romove this configuration '111011-0-3'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '220200-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220200-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 511 in the X datas point
+--------------
+ --- Configuration:  220200-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13871530210.112068
+ --- Energy:  73.91177263939154
+ --- Workload:  1025270000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 447 in the X datas point
+--------------
+ --- Configuration:  020200-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13423107073.440504
+ --- Energy:  72.91082650802181
+ --- Workload:  978690000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 693 in the X datas point
+--------------
+ --- Configuration:  110100-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13984468848.896416
+ --- Energy:  73.46366427282355
+ --- Workload:  1027350000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 46 in the X datas point
+--------------
+ --- Configuration:  220220-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 162 in the X datas point
+--------------
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12976463290.882996
+ --- Energy:  64.768131410946
+ --- Workload:  840461000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 165 in the X datas point
+--------------
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 245 in the X datas point
+--------------
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13277356000.435497
+ --- Energy:  63.3971718133292
+ --- Workload:  841747000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 331 in the X datas point
+--------------
+ --- Configuration:  220202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14568255189.2125
+ --- Energy:  91.04108716316011
+ --- Workload:  1326310000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 334 in the X datas point
+--------------
+ --- Configuration:  333300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14628566078.695833
+ --- Energy:  73.5143630448687
+ --- Workload:  1075410000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220200-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 245 in the X datas point
+--------------
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13277356000.435497
+ --- Energy:  63.3971718133292
+ --- Workload:  841747000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 162 in the X datas point
+--------------
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12976463290.882996
+ --- Energy:  64.768131410946
+ --- Workload:  840461000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 447 in the X datas point
+--------------
+ --- Configuration:  020200-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13423107073.440504
+ --- Energy:  72.91082650802181
+ --- Workload:  978690000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 693 in the X datas point
+--------------
+ --- Configuration:  110100-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13984468848.896416
+ --- Energy:  73.46366427282355
+ --- Workload:  1027350000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 334 in the X datas point
+--------------
+ --- Configuration:  333300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14628566078.695833
+ --- Energy:  73.5143630448687
+ --- Workload:  1075410000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 511 in the X datas point
+--------------
+ --- Configuration:  220200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13871530210.112068
+ --- Energy:  73.91177263939154
+ --- Workload:  1025270000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 165 in the X datas point
+--------------
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 46 in the X datas point
+--------------
+ --- Configuration:  220220-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 331 in the X datas point
+--------------
+ --- Configuration:  220202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14568255189.2125
+ --- Energy:  91.04108716316011
+ --- Workload:  1326310000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 334 in the X datas point
+--------------
+ --- Configuration:  333300-2-2
+ --- Energy efficiency:  14628566078.695833
+ --- Energy:  73.5143630448687
+ --- Workload:  1075410000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (73.5143630448687 mAh)  it is NOT far from the median.
+---  Median :73.5143630448687,   the gap is :  10
+--- So No we don't romove this configuration '220200-2-2'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '333000-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333000-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 316 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13438400120.333483
+ --- Energy:  92.14393
+ --- Workload:  1238267000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 512 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11872339111.996523
+ --- Energy:  50.4557052793426
+ --- Workload:  599027000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 25 in the X datas point
+--------------
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 88 in the X datas point
+--------------
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 422 in the X datas point
+--------------
+ --- Configuration:  033000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 485 in the X datas point
+--------------
+ --- Configuration:  333003-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14748327170.99063
+ --- Energy:  71.45892509072699
+ --- Workload:  1053900000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 534 in the X datas point
+--------------
+ --- Configuration:  220000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10849423027.683388
+ --- Energy:  53.29091998643152
+ --- Workload:  578176000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333000-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 422 in the X datas point
+--------------
+ --- Configuration:  033000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 512 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11872339111.996523
+ --- Energy:  50.4557052793426
+ --- Workload:  599027000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 25 in the X datas point
+--------------
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 534 in the X datas point
+--------------
+ --- Configuration:  220000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10849423027.683388
+ --- Energy:  53.29091998643152
+ --- Workload:  578176000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 88 in the X datas point
+--------------
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 485 in the X datas point
+--------------
+ --- Configuration:  333003-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14748327170.99063
+ --- Energy:  71.45892509072699
+ --- Workload:  1053900000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 316 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13438400120.333483
+ --- Energy:  92.14393
+ --- Workload:  1238267000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 88 in the X datas point
+--------------
+ --- Configuration:  333330-3-0
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (58.2884375590111 mAh)  it is NOT far from the median.
+---  Median :58.2884375590111,   the gap is :  10
+--- So No we don't romove this configuration '333000-3-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '010000-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '010000-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 513 in the X datas point
+--------------
+ --- Configuration:  010000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  7423574302.555194
+ --- Energy:  27.86299512820046
+ --- Workload:  206843000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 527 in the X datas point
+--------------
+ --- Configuration:  011000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8513536523.071684
+ --- Energy:  29.34546622830315
+ --- Workload:  249834000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 634 in the X datas point
+--------------
+ --- Configuration:  010010-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8677467220.867573
+ --- Energy:  29.01647467870326
+ --- Workload:  251789000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 683 in the X datas point
+--------------
+ --- Configuration:  010100-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8609853115.905842
+ --- Energy:  29.1448725037754
+ --- Workload:  250933000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 220 in the X datas point
+--------------
+ --- Configuration:  010100-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  3292105202.513851
+ --- Energy:  23.5175293800191
+ --- Workload:  77422300000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 278 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 282 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  24.2773
+ --- Workload:  141737000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '010000-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 278 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 220 in the X datas point
+--------------
+ --- Configuration:  010100-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  3292105202.513851
+ --- Energy:  23.5175293800191
+ --- Workload:  77422300000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 282 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  24.2773
+ --- Workload:  141737000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 513 in the X datas point
+--------------
+ --- Configuration:  010000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7423574302.555194
+ --- Energy:  27.86299512820046
+ --- Workload:  206843000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 634 in the X datas point
+--------------
+ --- Configuration:  010010-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8677467220.867573
+ --- Energy:  29.01647467870326
+ --- Workload:  251789000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 683 in the X datas point
+--------------
+ --- Configuration:  010100-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8609853115.905842
+ --- Energy:  29.1448725037754
+ --- Workload:  250933000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 527 in the X datas point
+--------------
+ --- Configuration:  011000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8513536523.071684
+ --- Energy:  29.34546622830315
+ --- Workload:  249834000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (28.15818 mAh)  it is NOT far from the median.
+---  Median :28.15818,   the gap is :  10
+--- So No we don't romove this configuration '010000-1-0'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '330303-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330303-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 514 in the X datas point
+--------------
+ --- Configuration:  330303-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13657246808.30142
+ --- Energy:  82.00779235048205
+ --- Workload:  1120000000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 165 in the X datas point
+--------------
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 318 in the X datas point
+--------------
+ --- Configuration:  330303-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14023081992.960411
+ --- Energy:  66.12237864852598
+ --- Workload:  927239000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 506 in the X datas point
+--------------
+ --- Configuration:  030303-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13120776749.983599
+ --- Energy:  76.53052030248016
+ --- Workload:  1004140000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 626 in the X datas point
+--------------
+ --- Configuration:  330300-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12797903191.541098
+ --- Energy:  61.958674038002826
+ --- Workload:  792941000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 32 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 121 in the X datas point
+--------------
+ --- Configuration:  333300-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 150 in the X datas point
+--------------
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330303-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 150 in the X datas point
+--------------
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 626 in the X datas point
+--------------
+ --- Configuration:  330300-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12797903191.541098
+ --- Energy:  61.958674038002826
+ --- Workload:  792941000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 121 in the X datas point
+--------------
+ --- Configuration:  333300-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 318 in the X datas point
+--------------
+ --- Configuration:  330303-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14023081992.960411
+ --- Energy:  66.12237864852598
+ --- Workload:  927239000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 165 in the X datas point
+--------------
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 506 in the X datas point
+--------------
+ --- Configuration:  030303-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13120776749.983599
+ --- Energy:  76.53052030248016
+ --- Workload:  1004140000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 514 in the X datas point
+--------------
+ --- Configuration:  330303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13657246808.30142
+ --- Energy:  82.00779235048205
+ --- Workload:  1120000000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 32 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 165 in the X datas point
+--------------
+ --- Configuration:  220202-1-2
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (75.6785562491319 mAh)  it is NOT far from the median.
+---  Median :75.6785562491319,   the gap is :  10
+--- So No we don't romove this configuration '330303-1-2'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '110000-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 282 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  24.2773
+ --- Workload:  141737000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 515 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  3211871075.4950294
+ --- Energy:  23.98412276526465
+ --- Workload:  77034000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 279 in the X datas point
+--------------
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 285 in the X datas point
+--------------
+ --- Configuration:  111000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8793320381.554344
+ --- Energy:  26.06077
+ --- Workload:  229160700000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 60 in the X datas point
+--------------
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 70 in the X datas point
+--------------
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 220 in the X datas point
+--------------
+ --- Configuration:  010100-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  3292105202.513851
+ --- Energy:  23.5175293800191
+ --- Workload:  77422300000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 278 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 278 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 279 in the X datas point
+--------------
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 220 in the X datas point
+--------------
+ --- Configuration:  010100-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  3292105202.513851
+ --- Energy:  23.5175293800191
+ --- Workload:  77422300000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 515 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  3211871075.4950294
+ --- Energy:  23.98412276526465
+ --- Workload:  77034000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 282 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  24.2773
+ --- Workload:  141737000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 285 in the X datas point
+--------------
+ --- Configuration:  111000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8793320381.554344
+ --- Energy:  26.06077
+ --- Workload:  229160700000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 60 in the X datas point
+--------------
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 70 in the X datas point
+--------------
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 282 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  24.2773
+ --- Workload:  141737000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (24.2773 mAh)  it is NOT far from the median.
+---  Median :24.2773,   the gap is :  10
+--- So No we don't romove this configuration '110000-0-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 1, 0, 1, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '022202-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '022202-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 320 in the X datas point
+--------------
+ --- Configuration:  022202-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15067865666.964005
+ --- Energy:  86.55908372523825
+ --- Workload:  1304260000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 516 in the X datas point
+--------------
+ --- Configuration:  022202-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14984708105.378462
+ --- Energy:  87.20829086123818
+ --- Workload:  1306790000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 327 in the X datas point
+--------------
+ --- Configuration:  022202-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14427994927.116983
+ --- Energy:  91.64266045689709
+ --- Workload:  1322220000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 108 in the X datas point
+--------------
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 113 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 195 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14933352448.024466
+ --- Energy:  78.5356318543746
+ --- Workload:  1172800000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 197 in the X datas point
+--------------
+ --- Configuration:  001101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13985290271.692234
+ --- Energy:  73.251940060295
+ --- Workload:  1024450000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 252 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14598327031.722164
+ --- Energy:  75.2161891555095
+ --- Workload:  1098030000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 272 in the X datas point
+--------------
+ --- Configuration:  222202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 362 in the X datas point
+--------------
+ --- Configuration:  011111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14901908189.343645
+ --- Energy:  75.3366281487845
+ --- Workload:  1122660000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '022202-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 272 in the X datas point
+--------------
+ --- Configuration:  222202-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 108 in the X datas point
+--------------
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 113 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 197 in the X datas point
+--------------
+ --- Configuration:  001101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13985290271.692234
+ --- Energy:  73.251940060295
+ --- Workload:  1024450000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 252 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14598327031.722164
+ --- Energy:  75.2161891555095
+ --- Workload:  1098030000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 362 in the X datas point
+--------------
+ --- Configuration:  011111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14901908189.343645
+ --- Energy:  75.3366281487845
+ --- Workload:  1122660000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 195 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14933352448.024466
+ --- Energy:  78.5356318543746
+ --- Workload:  1172800000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 320 in the X datas point
+--------------
+ --- Configuration:  022202-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15067865666.964005
+ --- Energy:  86.55908372523825
+ --- Workload:  1304260000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 516 in the X datas point
+--------------
+ --- Configuration:  022202-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14984708105.378462
+ --- Energy:  87.20829086123818
+ --- Workload:  1306790000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 327 in the X datas point
+--------------
+ --- Configuration:  022202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14427994927.116983
+ --- Energy:  91.64266045689709
+ --- Workload:  1322220000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 252 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Energy efficiency:  14598327031.722164
+ --- Energy:  75.2161891555095
+ --- Workload:  1098030000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (87.20829086123818 mAh)  is far from the median.
+---  Median :75.2161891555095,   the gap is :  10
+--- So yes we remove this configuration '022202-2-2'
+--- remove_aberrant_points: The value [1.0, 0, 1, 1, 1, 0, 1, 2.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '202002-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202002-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 517 in the X datas point
+--------------
+ --- Configuration:  202002-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13684477013.499737
+ --- Energy:  56.33322721184273
+ --- Workload:  770891000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 276 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5303154846.818372
+ --- Energy:  14.4399767950293
+ --- Workload:  76577300000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 567 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11472757936.280302
+ --- Energy:  54.89700632647969
+ --- Workload:  629820000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 657 in the X datas point
+--------------
+ --- Configuration:  202022-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14577046981.822424
+ --- Energy:  55.92467118019403
+ --- Workload:  815217000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 708 in the X datas point
+--------------
+ --- Configuration:  303003-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12733095224.452637
+ --- Energy:  68.5685659400938
+ --- Workload:  873090000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 751 in the X datas point
+--------------
+ --- Configuration:  222002-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11099222610.448364
+ --- Energy:  16.982170959553237
+ --- Workload:  188489000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 110 in the X datas point
+--------------
+ --- Configuration:  200202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373986415.837713
+ --- Energy:  65.7590425822352
+ --- Workload:  813702000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 193 in the X datas point
+--------------
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 221 in the X datas point
+--------------
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 381 in the X datas point
+--------------
+ --- Configuration:  111001-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12484488023.630638
+ --- Energy:  53.0720402291821
+ --- Workload:  662577000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202002-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 276 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5303154846.818372
+ --- Energy:  14.4399767950293
+ --- Workload:  76577300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 751 in the X datas point
+--------------
+ --- Configuration:  222002-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11099222610.448364
+ --- Energy:  16.982170959553237
+ --- Workload:  188489000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 381 in the X datas point
+--------------
+ --- Configuration:  111001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12484488023.630638
+ --- Energy:  53.0720402291821
+ --- Workload:  662577000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 567 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11472757936.280302
+ --- Energy:  54.89700632647969
+ --- Workload:  629820000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 657 in the X datas point
+--------------
+ --- Configuration:  202022-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14577046981.822424
+ --- Energy:  55.92467118019403
+ --- Workload:  815217000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 517 in the X datas point
+--------------
+ --- Configuration:  202002-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13684477013.499737
+ --- Energy:  56.33322721184273
+ --- Workload:  770891000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 193 in the X datas point
+--------------
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 110 in the X datas point
+--------------
+ --- Configuration:  200202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373986415.837713
+ --- Energy:  65.7590425822352
+ --- Workload:  813702000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 708 in the X datas point
+--------------
+ --- Configuration:  303003-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12733095224.452637
+ --- Energy:  68.5685659400938
+ --- Workload:  873090000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 221 in the X datas point
+--------------
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 657 in the X datas point
+--------------
+ --- Configuration:  202022-3-0
+ --- Energy efficiency:  14577046981.822424
+ --- Energy:  55.92467118019403
+ --- Workload:  815217000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (55.92467118019403 mAh)  it is NOT far from the median.
+---  Median :55.92467118019403,   the gap is :  10
+--- So No we don't romove this configuration '202002-3-0'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '303303-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303303-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 518 in the X datas point
+--------------
+ --- Configuration:  303303-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14789355213.691393
+ --- Energy:  71.90443674396933
+ --- Workload:  1063420000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 160 in the X datas point
+--------------
+ --- Configuration:  333303-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15150114913.62162
+ --- Energy:  74.9625159265616
+ --- Workload:  1135690000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 62 in the X datas point
+--------------
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 72 in the X datas point
+--------------
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  75.96541207639095
+ --- Workload:  1164630000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 113 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 130 in the X datas point
+--------------
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 161 in the X datas point
+--------------
+ --- Configuration:  303333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 203 in the X datas point
+--------------
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14214479437.334045
+ --- Energy:  86.641218027865
+ --- Workload:  1231560000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 224 in the X datas point
+--------------
+ --- Configuration:  303300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13967533864.285854
+ --- Energy:  72.5489714103032
+ --- Workload:  1013330000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 370 in the X datas point
+--------------
+ --- Configuration:  303333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15097712394.617968
+ --- Energy:  67.5804517710351
+ --- Workload:  1020310000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303303-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 161 in the X datas point
+--------------
+ --- Configuration:  303333-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 370 in the X datas point
+--------------
+ --- Configuration:  303333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15097712394.617968
+ --- Energy:  67.5804517710351
+ --- Workload:  1020310000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 113 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 130 in the X datas point
+--------------
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 518 in the X datas point
+--------------
+ --- Configuration:  303303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14789355213.691393
+ --- Energy:  71.90443674396933
+ --- Workload:  1063420000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 224 in the X datas point
+--------------
+ --- Configuration:  303300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13967533864.285854
+ --- Energy:  72.5489714103032
+ --- Workload:  1013330000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 160 in the X datas point
+--------------
+ --- Configuration:  333303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15150114913.62162
+ --- Energy:  74.9625159265616
+ --- Workload:  1135690000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 72 in the X datas point
+--------------
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  75.96541207639095
+ --- Workload:  1164630000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 62 in the X datas point
+--------------
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 203 in the X datas point
+--------------
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14214479437.334045
+ --- Energy:  86.641218027865
+ --- Workload:  1231560000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 518 in the X datas point
+--------------
+ --- Configuration:  303303-2-1
+ --- Energy efficiency:  14789355213.691393
+ --- Energy:  71.90443674396933
+ --- Workload:  1063420000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (71.90443674396933 mAh)  it is NOT far from the median.
+---  Median :71.90443674396933,   the gap is :  10
+--- So No we don't romove this configuration '303303-2-1'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '200022-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '200022-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 519 in the X datas point
+--------------
+ --- Configuration:  200022-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14287673738.112658
+ --- Energy:  84.52879791585856
+ --- Workload:  1207720000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 51 in the X datas point
+--------------
+ --- Configuration:  200222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14594342940.789293
+ --- Energy:  80.17631322756387
+ --- Workload:  1170120000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 30 in the X datas point
+--------------
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 132 in the X datas point
+--------------
+ --- Configuration:  202022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 207 in the X datas point
+--------------
+ --- Configuration:  000022-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14281185109.865158
+ --- Energy:  76.4971891147909
+ --- Workload:  1092470000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 357 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 399 in the X datas point
+--------------
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13410884005.240973
+ --- Energy:  109.874202798205
+ --- Workload:  1473510000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 421 in the X datas point
+--------------
+ --- Configuration:  000022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  79.5806220896002
+ --- Workload:  975425000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 458 in the X datas point
+--------------
+ --- Configuration:  220022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13202208993.60881
+ --- Energy:  95.35824625251036
+ --- Workload:  1258940000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '200022-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 207 in the X datas point
+--------------
+ --- Configuration:  000022-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14281185109.865158
+ --- Energy:  76.4971891147909
+ --- Workload:  1092470000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 421 in the X datas point
+--------------
+ --- Configuration:  000022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  79.5806220896002
+ --- Workload:  975425000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 51 in the X datas point
+--------------
+ --- Configuration:  200222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14594342940.789293
+ --- Energy:  80.17631322756387
+ --- Workload:  1170120000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 519 in the X datas point
+--------------
+ --- Configuration:  200022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14287673738.112658
+ --- Energy:  84.52879791585856
+ --- Workload:  1207720000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 357 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 132 in the X datas point
+--------------
+ --- Configuration:  202022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 30 in the X datas point
+--------------
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 458 in the X datas point
+--------------
+ --- Configuration:  220022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13202208993.60881
+ --- Energy:  95.35824625251036
+ --- Workload:  1258940000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 399 in the X datas point
+--------------
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13410884005.240973
+ --- Energy:  109.874202798205
+ --- Workload:  1473510000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 357 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (87.9883366652468 mAh)  it is NOT far from the median.
+---  Median :87.9883366652468,   the gap is :  10
+--- So No we don't romove this configuration '200022-2-3'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '030300-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '030300-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 520 in the X datas point
+--------------
+ --- Configuration:  030300-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13386827094.402565
+ --- Energy:  73.31275563806082
+ --- Workload:  981425000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 122 in the X datas point
+--------------
+ --- Configuration:  000300-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11063476697.552206
+ --- Energy:  90.2662722413003
+ --- Workload:  998659000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 436 in the X datas point
+--------------
+ --- Configuration:  030300-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13468630213.370039
+ --- Energy:  72.31426635370143
+ --- Workload:  973974000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 565 in the X datas point
+--------------
+ --- Configuration:  020200-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12356571100.945772
+ --- Energy:  82.47916412519714
+ --- Workload:  1019160000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 17 in the X datas point
+--------------
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 67 in the X datas point
+--------------
+ --- Configuration:  330330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 182 in the X datas point
+--------------
+ --- Configuration:  030330-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13025293818.065302
+ --- Energy:  75.2120882234259
+ --- Workload:  979660000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 439 in the X datas point
+--------------
+ --- Configuration:  033330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12476170514.317654
+ --- Energy:  89.40162859050163
+ --- Workload:  1115390000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 447 in the X datas point
+--------------
+ --- Configuration:  020200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13423107073.440504
+ --- Energy:  72.91082650802181
+ --- Workload:  978690000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 586 in the X datas point
+--------------
+ --- Configuration:  030000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11233026896.3596
+ --- Energy:  80.04278396859557
+ --- Workload:  899123000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '030300-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 436 in the X datas point
+--------------
+ --- Configuration:  030300-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13468630213.370039
+ --- Energy:  72.31426635370143
+ --- Workload:  973974000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 447 in the X datas point
+--------------
+ --- Configuration:  020200-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13423107073.440504
+ --- Energy:  72.91082650802181
+ --- Workload:  978690000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 520 in the X datas point
+--------------
+ --- Configuration:  030300-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13386827094.402565
+ --- Energy:  73.31275563806082
+ --- Workload:  981425000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 182 in the X datas point
+--------------
+ --- Configuration:  030330-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13025293818.065302
+ --- Energy:  75.2120882234259
+ --- Workload:  979660000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 67 in the X datas point
+--------------
+ --- Configuration:  330330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 586 in the X datas point
+--------------
+ --- Configuration:  030000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11233026896.3596
+ --- Energy:  80.04278396859557
+ --- Workload:  899123000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 565 in the X datas point
+--------------
+ --- Configuration:  020200-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12356571100.945772
+ --- Energy:  82.47916412519714
+ --- Workload:  1019160000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 439 in the X datas point
+--------------
+ --- Configuration:  033330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12476170514.317654
+ --- Energy:  89.40162859050163
+ --- Workload:  1115390000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 122 in the X datas point
+--------------
+ --- Configuration:  000300-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11063476697.552206
+ --- Energy:  90.2662722413003
+ --- Workload:  998659000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 17 in the X datas point
+--------------
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 67 in the X datas point
+--------------
+ --- Configuration:  330330-2-3
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (78.20736118066493 mAh)  it is NOT far from the median.
+---  Median :78.20736118066493,   the gap is :  10
+--- So No we don't romove this configuration '030300-2-3'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '030003-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '030003-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 521 in the X datas point
+--------------
+ --- Configuration:  030003-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  7055470105.973162
+ --- Energy:  35.8863088610274
+ --- Workload:  253195000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 734 in the X datas point
+--------------
+ --- Configuration:  030303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8880442601.259247
+ --- Energy:  43.68880457674721
+ --- Workload:  387977000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 114 in the X datas point
+--------------
+ --- Configuration:  030033-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11607890115.069016
+ --- Energy:  52.6346324100534
+ --- Workload:  610977000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 259 in the X datas point
+--------------
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 284 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 304 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8725809067.483562
+ --- Energy:  38.59814
+ --- Workload:  336800000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 424 in the X datas point
+--------------
+ --- Configuration:  033303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10135460428.628622
+ --- Energy:  51.680919654150905
+ --- Workload:  523810000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 700 in the X datas point
+--------------
+ --- Configuration:  220002-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8919094890.250538
+ --- Energy:  32.30311403168223
+ --- Workload:  288115000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 774 in the X datas point
+--------------
+ --- Configuration:  330003-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10281708532.07019
+ --- Energy:  24.722444893035714
+ --- Workload:  254189000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 23 in the X datas point
+--------------
+ --- Configuration:  000300-0-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  1619850293.4358807
+ --- Energy:  22.60411372898465
+ --- Workload:  36615300000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '030003-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 23 in the X datas point
+--------------
+ --- Configuration:  000300-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  1619850293.4358807
+ --- Energy:  22.60411372898465
+ --- Workload:  36615300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 774 in the X datas point
+--------------
+ --- Configuration:  330003-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10281708532.07019
+ --- Energy:  24.722444893035714
+ --- Workload:  254189000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 700 in the X datas point
+--------------
+ --- Configuration:  220002-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8919094890.250538
+ --- Energy:  32.30311403168223
+ --- Workload:  288115000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 521 in the X datas point
+--------------
+ --- Configuration:  030003-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7055470105.973162
+ --- Energy:  35.8863088610274
+ --- Workload:  253195000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 284 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 304 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8725809067.483562
+ --- Energy:  38.59814
+ --- Workload:  336800000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 259 in the X datas point
+--------------
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 734 in the X datas point
+--------------
+ --- Configuration:  030303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8880442601.259247
+ --- Energy:  43.68880457674721
+ --- Workload:  387977000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 424 in the X datas point
+--------------
+ --- Configuration:  033303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10135460428.628622
+ --- Energy:  51.680919654150905
+ --- Workload:  523810000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 114 in the X datas point
+--------------
+ --- Configuration:  030033-0-1
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11607890115.069016
+ --- Energy:  52.6346324100534
+ --- Workload:  610977000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 284 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (38.59814 mAh)  it is NOT far from the median.
+---  Median :38.59814,   the gap is :  10
+--- So No we don't romove this configuration '030003-0-0'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '000000-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000000-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 522 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9980936411.454123
+ --- Energy:  38.269990495696405
+ --- Workload:  381971000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 295 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 312 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000000-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 522 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9980936411.454123
+ --- Energy:  38.269990495696405
+ --- Workload:  381971000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 295 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 312 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (42.7422 mAh)  it is NOT far from the median.
+---  Median :42.7422,   the gap is :  10
+--- So No we don't romove this configuration '000000-2-0'
+ --- remove_aberrant_points: The value [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '202220-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202220-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 523 in the X datas point
+--------------
+ --- Configuration:  202220-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14224386857.804495
+ --- Energy:  56.254266540548315
+ --- Workload:  800182000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 130 in the X datas point
+--------------
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 746 in the X datas point
+--------------
+ --- Configuration:  303330-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5746300818.847867
+ --- Energy:  13.100460968293364
+ --- Workload:  75279300000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 116 in the X datas point
+--------------
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 119 in the X datas point
+--------------
+ --- Configuration:  101111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 181 in the X datas point
+--------------
+ --- Configuration:  202222-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15385988288.185717
+ --- Energy:  91.4259968153942
+ --- Workload:  1406680000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 196 in the X datas point
+--------------
+ --- Configuration:  222020-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14254435980.477125
+ --- Energy:  56.5693073110482
+ --- Workload:  806364000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 205 in the X datas point
+--------------
+ --- Configuration:  222220-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13053432922.324242
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 244 in the X datas point
+--------------
+ --- Configuration:  202220-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12080227204.913269
+ --- Energy:  55.1955872410731
+ --- Workload:  666775000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202220-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 746 in the X datas point
+--------------
+ --- Configuration:  303330-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5746300818.847867
+ --- Energy:  13.100460968293364
+ --- Workload:  75279300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 244 in the X datas point
+--------------
+ --- Configuration:  202220-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12080227204.913269
+ --- Energy:  55.1955872410731
+ --- Workload:  666775000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 523 in the X datas point
+--------------
+ --- Configuration:  202220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14224386857.804495
+ --- Energy:  56.254266540548315
+ --- Workload:  800182000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 196 in the X datas point
+--------------
+ --- Configuration:  222020-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14254435980.477125
+ --- Energy:  56.5693073110482
+ --- Workload:  806364000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 119 in the X datas point
+--------------
+ --- Configuration:  101111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 130 in the X datas point
+--------------
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 205 in the X datas point
+--------------
+ --- Configuration:  222220-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13053432922.324242
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 116 in the X datas point
+--------------
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 181 in the X datas point
+--------------
+ --- Configuration:  202222-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15385988288.185717
+ --- Energy:  91.4259968153942
+ --- Workload:  1406680000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 119 in the X datas point
+--------------
+ --- Configuration:  101111-2-1
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (57.3205072294823 mAh)  it is NOT far from the median.
+---  Median :57.3205072294823,   the gap is :  10
+--- So No we don't romove this configuration '202220-2-1'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '001010-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '001010-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 524 in the X datas point
+--------------
+ --- Configuration:  001010-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8465178488.288426
+ --- Energy:  29.660392939079458
+ --- Workload:  251081000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 537 in the X datas point
+--------------
+ --- Configuration:  001010-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8558932529.934866
+ --- Energy:  29.331584322088812
+ --- Workload:  251046000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 337 in the X datas point
+--------------
+ --- Configuration:  001011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9632519385.445263
+ --- Energy:  30.734807722364668
+ --- Workload:  296054000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 769 in the X datas point
+--------------
+ --- Configuration:  001000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6484453522.679377
+ --- Energy:  11.76973873612909
+ --- Workload:  76320200000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 172 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 218 in the X datas point
+--------------
+ --- Configuration:  011011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 418 in the X datas point
+--------------
+ --- Configuration:  002020-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11522688750.283745
+ --- Energy:  41.82246108428108
+ --- Workload:  481907000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 427 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10275982049.914555
+ --- Energy:  33.06575864579996
+ --- Workload:  339783000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '001010-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 769 in the X datas point
+--------------
+ --- Configuration:  001000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6484453522.679377
+ --- Energy:  11.76973873612909
+ --- Workload:  76320200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 537 in the X datas point
+--------------
+ --- Configuration:  001010-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8558932529.934866
+ --- Energy:  29.331584322088812
+ --- Workload:  251046000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 524 in the X datas point
+--------------
+ --- Configuration:  001010-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8465178488.288426
+ --- Energy:  29.660392939079458
+ --- Workload:  251081000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 337 in the X datas point
+--------------
+ --- Configuration:  001011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9632519385.445263
+ --- Energy:  30.734807722364668
+ --- Workload:  296054000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 218 in the X datas point
+--------------
+ --- Configuration:  011011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 172 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 427 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10275982049.914555
+ --- Energy:  33.06575864579996
+ --- Workload:  339783000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 418 in the X datas point
+--------------
+ --- Configuration:  002020-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11522688750.283745
+ --- Energy:  41.82246108428108
+ --- Workload:  481907000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (30.700472577378978 mAh)  it is NOT far from the median.
+---  Median :30.700472577378978,   the gap is :  10
+--- So No we don't romove this configuration '001010-1-0'
+ --- remove_aberrant_points: The value [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '202000-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 525 in the X datas point
+--------------
+ --- Configuration:  202000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  3444676768.755404
+ --- Energy:  22.44356480668999
+ --- Workload:  77310900000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 286 in the X datas point
+--------------
+ --- Configuration:  222000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12705257909.722488
+ --- Energy:  32.11143
+ --- Workload:  407984000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 279 in the X datas point
+--------------
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 281 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5492386746.144499
+ --- Energy:  29.19724
+ --- Workload:  160362534000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 285 in the X datas point
+--------------
+ --- Configuration:  111000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8793320381.554344
+ --- Energy:  26.06077
+ --- Workload:  229160700000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 287 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 303 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5492368456.744541
+ --- Energy:  29.19724
+ --- Workload:  160362000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 305 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202000-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 525 in the X datas point
+--------------
+ --- Configuration:  202000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  3444676768.755404
+ --- Energy:  22.44356480668999
+ --- Workload:  77310900000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 279 in the X datas point
+--------------
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 285 in the X datas point
+--------------
+ --- Configuration:  111000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8793320381.554344
+ --- Energy:  26.06077
+ --- Workload:  229160700000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 281 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5492386746.144499
+ --- Energy:  29.19724
+ --- Workload:  160362534000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 303 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5492368456.744541
+ --- Energy:  29.19724
+ --- Workload:  160362000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 286 in the X datas point
+--------------
+ --- Configuration:  222000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12705257909.722488
+ --- Energy:  32.11143
+ --- Workload:  407984000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 287 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 305 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (28.50231 mAh)  it is NOT far from the median.
+---  Median :28.50231,   the gap is :  10
+--- So No we don't romove this configuration '202000-0-0'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '100000-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '100000-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 526 in the X datas point
+--------------
+ --- Configuration:  100000-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10074338544.11704
+ --- Energy:  55.34744693526562
+ --- Workload:  557589000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 295 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 312 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 645 in the X datas point
+--------------
+ --- Configuration:  100010-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11294917061.424017
+ --- Energy:  49.79470947563472
+ --- Workload:  562427000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 276 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5303154846.818372
+ --- Energy:  14.4399767950293
+ --- Workload:  76577300000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 426 in the X datas point
+--------------
+ --- Configuration:  110000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11352245417.38233
+ --- Energy:  42.47266528928453
+ --- Workload:  482160000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '100000-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 276 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5303154846.818372
+ --- Energy:  14.4399767950293
+ --- Workload:  76577300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 426 in the X datas point
+--------------
+ --- Configuration:  110000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11352245417.38233
+ --- Energy:  42.47266528928453
+ --- Workload:  482160000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 645 in the X datas point
+--------------
+ --- Configuration:  100010-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11294917061.424017
+ --- Energy:  49.79470947563472
+ --- Workload:  562427000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 526 in the X datas point
+--------------
+ --- Configuration:  100000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10074338544.11704
+ --- Energy:  55.34744693526562
+ --- Workload:  557589000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 295 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 312 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 645 in the X datas point
+--------------
+ --- Configuration:  100010-3-0
+ --- Energy efficiency:  11294917061.424017
+ --- Energy:  49.79470947563472
+ --- Workload:  562427000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (49.79470947563472 mAh)  it is NOT far from the median.
+---  Median :49.79470947563472,   the gap is :  10
+--- So No we don't romove this configuration '100000-3-0'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '011000-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011000-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 527 in the X datas point
+--------------
+ --- Configuration:  011000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8513536523.071684
+ --- Energy:  29.34546622830315
+ --- Workload:  249834000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 446 in the X datas point
+--------------
+ --- Configuration:  011000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11398700320.189491
+ --- Energy:  41.92258529337472
+ --- Workload:  477863000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 513 in the X datas point
+--------------
+ --- Configuration:  010000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7423574302.555194
+ --- Energy:  27.86299512820046
+ --- Workload:  206843000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 628 in the X datas point
+--------------
+ --- Configuration:  111000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9668281269.638697
+ --- Energy:  30.617996362116138
+ --- Workload:  296022000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 769 in the X datas point
+--------------
+ --- Configuration:  001000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6484453522.679377
+ --- Energy:  11.76973873612909
+ --- Workload:  76320200000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 218 in the X datas point
+--------------
+ --- Configuration:  011011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 285 in the X datas point
+--------------
+ --- Configuration:  111000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8793320381.554344
+ --- Energy:  26.06077
+ --- Workload:  229160700000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 391 in the X datas point
+--------------
+ --- Configuration:  111000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373817991.036406
+ --- Energy:  42.6850354508384
+ --- Workload:  528177000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 423 in the X datas point
+--------------
+ --- Configuration:  011100-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12667865046.700085
+ --- Energy:  40.3948990870666
+ --- Workload:  511717000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011000-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 769 in the X datas point
+--------------
+ --- Configuration:  001000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6484453522.679377
+ --- Energy:  11.76973873612909
+ --- Workload:  76320200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 285 in the X datas point
+--------------
+ --- Configuration:  111000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8793320381.554344
+ --- Energy:  26.06077
+ --- Workload:  229160700000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 513 in the X datas point
+--------------
+ --- Configuration:  010000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7423574302.555194
+ --- Energy:  27.86299512820046
+ --- Workload:  206843000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 527 in the X datas point
+--------------
+ --- Configuration:  011000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8513536523.071684
+ --- Energy:  29.34546622830315
+ --- Workload:  249834000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 628 in the X datas point
+--------------
+ --- Configuration:  111000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9668281269.638697
+ --- Energy:  30.617996362116138
+ --- Workload:  296022000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 218 in the X datas point
+--------------
+ --- Configuration:  011011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 423 in the X datas point
+--------------
+ --- Configuration:  011100-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12667865046.700085
+ --- Energy:  40.3948990870666
+ --- Workload:  511717000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 446 in the X datas point
+--------------
+ --- Configuration:  011000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11398700320.189491
+ --- Energy:  41.92258529337472
+ --- Workload:  477863000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 391 in the X datas point
+--------------
+ --- Configuration:  111000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373817991.036406
+ --- Energy:  42.6850354508384
+ --- Workload:  528177000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (30.05234 mAh)  it is NOT far from the median.
+---  Median :30.05234,   the gap is :  10
+--- So No we don't romove this configuration '011000-1-0'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '022222-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '022222-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 453 in the X datas point
+--------------
+ --- Configuration:  022222-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14702487807.961985
+ --- Energy:  79.9871211726851
+ --- Workload:  1176010000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 528 in the X datas point
+--------------
+ --- Configuration:  022222-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15108433225.257673
+ --- Energy:  77.62624080393333
+ --- Workload:  1172810000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 85 in the X datas point
+--------------
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 156 in the X datas point
+--------------
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 274 in the X datas point
+--------------
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10520800675.014572
+ --- Energy:  17.8171709875973
+ --- Workload:  187451000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 275 in the X datas point
+--------------
+ --- Configuration:  022222-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10571673834.261526
+ --- Energy:  17.8136328789872
+ --- Workload:  188320000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 505 in the X datas point
+--------------
+ --- Configuration:  022222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14246069509.422352
+ --- Energy:  69.37565973641902
+ --- Workload:  988330000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 530 in the X datas point
+--------------
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15452391953.012367
+ --- Energy:  81.35830423904434
+ --- Workload:  1257180000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 39 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '022222-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 275 in the X datas point
+--------------
+ --- Configuration:  022222-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10571673834.261526
+ --- Energy:  17.8136328789872
+ --- Workload:  188320000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 274 in the X datas point
+--------------
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10520800675.014572
+ --- Energy:  17.8171709875973
+ --- Workload:  187451000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 85 in the X datas point
+--------------
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 505 in the X datas point
+--------------
+ --- Configuration:  022222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14246069509.422352
+ --- Energy:  69.37565973641902
+ --- Workload:  988330000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 528 in the X datas point
+--------------
+ --- Configuration:  022222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15108433225.257673
+ --- Energy:  77.62624080393333
+ --- Workload:  1172810000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 453 in the X datas point
+--------------
+ --- Configuration:  022222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14702487807.961985
+ --- Energy:  79.9871211726851
+ --- Workload:  1176010000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 530 in the X datas point
+--------------
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15452391953.012367
+ --- Energy:  81.35830423904434
+ --- Workload:  1257180000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 156 in the X datas point
+--------------
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 39 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 528 in the X datas point
+--------------
+ --- Configuration:  022222-1-2
+ --- Energy efficiency:  15108433225.257673
+ --- Energy:  77.62624080393333
+ --- Workload:  1172810000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (77.62624080393333 mAh)  it is NOT far from the median.
+---  Median :77.62624080393333,   the gap is :  10
+--- So No we don't romove this configuration '022222-1-2'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '333300-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333300-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 63 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 148 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10583914566.641617
+ --- Energy:  32.1859127423429
+ --- Workload:  340653000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 529 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10992187852.093517
+ --- Energy:  31.06062061477282
+ --- Workload:  341424000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 234 in the X datas point
+--------------
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 261 in the X datas point
+--------------
+ --- Configuration:  333330-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5609028291.9387045
+ --- Energy:  13.4893048354332
+ --- Workload:  75662100000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 306 in the X datas point
+--------------
+ --- Configuration:  333300-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12877238669.53101
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 58 in the X datas point
+--------------
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 192 in the X datas point
+--------------
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 209 in the X datas point
+--------------
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 287 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333300-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 261 in the X datas point
+--------------
+ --- Configuration:  333330-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5609028291.9387045
+ --- Energy:  13.4893048354332
+ --- Workload:  75662100000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 529 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10992187852.093517
+ --- Energy:  31.06062061477282
+ --- Workload:  341424000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 209 in the X datas point
+--------------
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 148 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10583914566.641617
+ --- Energy:  32.1859127423429
+ --- Workload:  340653000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 63 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 58 in the X datas point
+--------------
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 234 in the X datas point
+--------------
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 287 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 306 in the X datas point
+--------------
+ --- Configuration:  333300-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12877238669.53101
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 192 in the X datas point
+--------------
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 63 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (32.97385398783962 mAh)  it is NOT far from the median.
+---  Median :32.97385398783962,   the gap is :  10
+--- So No we don't romove this configuration '333300-1-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '222222-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222222-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 274 in the X datas point
+--------------
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10520800675.014572
+ --- Energy:  17.8171709875973
+ --- Workload:  187451000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 530 in the X datas point
+--------------
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15452391953.012367
+ --- Energy:  81.35830423904434
+ --- Workload:  1257180000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 65 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 124 in the X datas point
+--------------
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 131 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 169 in the X datas point
+--------------
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 195 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14933352448.024466
+ --- Energy:  78.5356318543746
+ --- Workload:  1172800000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 199 in the X datas point
+--------------
+ --- Configuration:  222222-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17630558694.77448
+ --- Energy:  55.7442277111113
+ --- Workload:  982802000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 252 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14598327031.722164
+ --- Energy:  75.2161891555095
+ --- Workload:  1098030000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222222-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 274 in the X datas point
+--------------
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10520800675.014572
+ --- Energy:  17.8171709875973
+ --- Workload:  187451000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 199 in the X datas point
+--------------
+ --- Configuration:  222222-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  17630558694.77448
+ --- Energy:  55.7442277111113
+ --- Workload:  982802000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 124 in the X datas point
+--------------
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 65 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 131 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 169 in the X datas point
+--------------
+ --- Configuration:  222222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  72.3253528074643
+ --- Workload:  1092930000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 252 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14598327031.722164
+ --- Energy:  75.2161891555095
+ --- Workload:  1098030000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 195 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14933352448.024466
+ --- Energy:  78.5356318543746
+ --- Workload:  1172800000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 530 in the X datas point
+--------------
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15452391953.012367
+ --- Energy:  81.35830423904434
+ --- Workload:  1257180000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 131 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (81.35830423904434 mAh)  is far from the median.
+---  Median :66.3842172994299,   the gap is :  10
+--- So yes we remove this configuration '222222-1-2'
+--- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '003303-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '003303-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 531 in the X datas point
+--------------
+ --- Configuration:  003303-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13471279232.675934
+ --- Energy:  58.76194644449752
+ --- Workload:  791599000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 598 in the X datas point
+--------------
+ --- Configuration:  003303-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12920497594.203348
+ --- Energy:  80.94736701096696
+ --- Workload:  1045880000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 748 in the X datas point
+--------------
+ --- Configuration:  003303-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10743134868.240822
+ --- Energy:  23.48970283086431
+ --- Workload:  252353000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 6 in the X datas point
+--------------
+ --- Configuration:  303303-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  58.54108121624596
+ --- Workload:  751419000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 61 in the X datas point
+--------------
+ --- Configuration:  003333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13753001592.597586
+ --- Energy:  81.48911064839487
+ --- Workload:  1120720000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 370 in the X datas point
+--------------
+ --- Configuration:  303333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15097712394.617968
+ --- Energy:  67.5804517710351
+ --- Workload:  1020310000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 459 in the X datas point
+--------------
+ --- Configuration:  003033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13313575986.569265
+ --- Energy:  58.999551683518746
+ --- Workload:  785495000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 518 in the X datas point
+--------------
+ --- Configuration:  303303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14789355213.691393
+ --- Energy:  71.90443674396933
+ --- Workload:  1063420000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 572 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12236502220.313328
+ --- Energy:  57.33723345336789
+ --- Workload:  701607000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 582 in the X datas point
+--------------
+ --- Configuration:  003033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451237917.42554
+ --- Energy:  58.6370944765814
+ --- Workload:  788742000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '003303-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 748 in the X datas point
+--------------
+ --- Configuration:  003303-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10743134868.240822
+ --- Energy:  23.48970283086431
+ --- Workload:  252353000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 572 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12236502220.313328
+ --- Energy:  57.33723345336789
+ --- Workload:  701607000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 6 in the X datas point
+--------------
+ --- Configuration:  303303-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  58.54108121624596
+ --- Workload:  751419000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 582 in the X datas point
+--------------
+ --- Configuration:  003033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451237917.42554
+ --- Energy:  58.6370944765814
+ --- Workload:  788742000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 531 in the X datas point
+--------------
+ --- Configuration:  003303-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13471279232.675934
+ --- Energy:  58.76194644449752
+ --- Workload:  791599000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 459 in the X datas point
+--------------
+ --- Configuration:  003033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13313575986.569265
+ --- Energy:  58.999551683518746
+ --- Workload:  785495000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 370 in the X datas point
+--------------
+ --- Configuration:  303333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15097712394.617968
+ --- Energy:  67.5804517710351
+ --- Workload:  1020310000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 518 in the X datas point
+--------------
+ --- Configuration:  303303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14789355213.691393
+ --- Energy:  71.90443674396933
+ --- Workload:  1063420000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 598 in the X datas point
+--------------
+ --- Configuration:  003303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12920497594.203348
+ --- Energy:  80.94736701096696
+ --- Workload:  1045880000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 61 in the X datas point
+--------------
+ --- Configuration:  003333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13753001592.597586
+ --- Energy:  81.48911064839487
+ --- Workload:  1120720000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 531 in the X datas point
+--------------
+ --- Configuration:  003303-1-1
+ --- Energy efficiency:  13471279232.675934
+ --- Energy:  58.76194644449752
+ --- Workload:  791599000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (58.76194644449752 mAh)  it is NOT far from the median.
+---  Median :58.76194644449752,   the gap is :  10
+--- So No we don't romove this configuration '003303-1-1'
+ --- remove_aberrant_points: The value [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '000000-3-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000000-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 532 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11081302407.634575
+ --- Energy:  60.484653752985835
+ --- Workload:  670249000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 295 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 300 in the X datas point
+--------------
+ --- Configuration:  000000-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12446800294.572485
+ --- Energy:  98.66502
+ --- Workload:  1228063800000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 312 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 622 in the X datas point
+--------------
+ --- Configuration:  000010-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11230529070.224499
+ --- Energy:  65.58873751640105
+ --- Workload:  736596000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 438 in the X datas point
+--------------
+ --- Configuration:  000110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10984846404.38515
+ --- Energy:  74.34214040531062
+ --- Workload:  816637000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000000-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 532 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11081302407.634575
+ --- Energy:  60.484653752985835
+ --- Workload:  670249000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 622 in the X datas point
+--------------
+ --- Configuration:  000010-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11230529070.224499
+ --- Energy:  65.58873751640105
+ --- Workload:  736596000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 295 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 438 in the X datas point
+--------------
+ --- Configuration:  000110-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10984846404.38515
+ --- Energy:  74.34214040531062
+ --- Workload:  816637000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 312 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 300 in the X datas point
+--------------
+ --- Configuration:  000000-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12446800294.572485
+ --- Energy:  98.66502
+ --- Workload:  1228063800000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (66.8775 mAh)  it is NOT far from the median.
+---  Median :66.8775,   the gap is :  10
+--- So No we don't romove this configuration '000000-3-1'
+ --- remove_aberrant_points: The value [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '000110-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000110-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 533 in the X datas point
+--------------
+ --- Configuration:  000110-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12859238913.085691
+ --- Energy:  36.48721262882221
+ --- Workload:  469198000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 40 in the X datas point
+--------------
+ --- Configuration:  000011-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11067652130.41236
+ --- Energy:  41.81970183069355
+ --- Workload:  462846000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 106 in the X datas point
+--------------
+ --- Configuration:  011110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 324 in the X datas point
+--------------
+ --- Configuration:  002220-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13404268723.41766
+ --- Energy:  37.62672702026895
+ --- Workload:  504359000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 428 in the X datas point
+--------------
+ --- Configuration:  100100-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12184957913.155367
+ --- Energy:  38.48271275814499
+ --- Workload:  468910000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 433 in the X datas point
+--------------
+ --- Configuration:  010111-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13352311418.629679
+ --- Energy:  42.04621333129826
+ --- Workload:  561414000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 435 in the X datas point
+--------------
+ --- Configuration:  010010-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12144942603.001259
+ --- Energy:  38.33628258038769
+ --- Workload:  465592000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 464 in the X datas point
+--------------
+ --- Configuration:  010110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9252662453.621029
+ --- Energy:  32.02904675461461
+ --- Workload:  296355000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 613 in the X datas point
+--------------
+ --- Configuration:  000100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12336586491.191061
+ --- Energy:  52.305660553812594
+ --- Workload:  645273000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000110-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 464 in the X datas point
+--------------
+ --- Configuration:  010110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9252662453.621029
+ --- Energy:  32.02904675461461
+ --- Workload:  296355000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 533 in the X datas point
+--------------
+ --- Configuration:  000110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12859238913.085691
+ --- Energy:  36.48721262882221
+ --- Workload:  469198000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 324 in the X datas point
+--------------
+ --- Configuration:  002220-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13404268723.41766
+ --- Energy:  37.62672702026895
+ --- Workload:  504359000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 435 in the X datas point
+--------------
+ --- Configuration:  010010-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12144942603.001259
+ --- Energy:  38.33628258038769
+ --- Workload:  465592000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 428 in the X datas point
+--------------
+ --- Configuration:  100100-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12184957913.155367
+ --- Energy:  38.48271275814499
+ --- Workload:  468910000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 106 in the X datas point
+--------------
+ --- Configuration:  011110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 40 in the X datas point
+--------------
+ --- Configuration:  000011-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11067652130.41236
+ --- Energy:  41.81970183069355
+ --- Workload:  462846000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 433 in the X datas point
+--------------
+ --- Configuration:  010111-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13352311418.629679
+ --- Energy:  42.04621333129826
+ --- Workload:  561414000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 613 in the X datas point
+--------------
+ --- Configuration:  000100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12336586491.191061
+ --- Energy:  52.305660553812594
+ --- Workload:  645273000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 435 in the X datas point
+--------------
+ --- Configuration:  010010-1-1
+ --- Energy efficiency:  12144942603.001259
+ --- Energy:  38.33628258038769
+ --- Workload:  465592000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (38.33628258038769 mAh)  it is NOT far from the median.
+---  Median :38.33628258038769,   the gap is :  10
+--- So No we don't romove this configuration '000110-1-1'
+ --- remove_aberrant_points: The value [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '220000-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220000-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 534 in the X datas point
+--------------
+ --- Configuration:  220000-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10849423027.683388
+ --- Energy:  53.29091998643152
+ --- Workload:  578176000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 386 in the X datas point
+--------------
+ --- Configuration:  220002-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13567950330.447432
+ --- Energy:  56.7479002567857
+ --- Workload:  769953000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 316 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13438400120.333483
+ --- Energy:  92.14393
+ --- Workload:  1238267000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 379 in the X datas point
+--------------
+ --- Configuration:  220022-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14371553521.821047
+ --- Energy:  61.0078855819444
+ --- Workload:  876778000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 426 in the X datas point
+--------------
+ --- Configuration:  110000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11352245417.38233
+ --- Energy:  42.47266528928453
+ --- Workload:  482160000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 512 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11872339111.996523
+ --- Energy:  50.4557052793426
+ --- Workload:  599027000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220000-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 426 in the X datas point
+--------------
+ --- Configuration:  110000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11352245417.38233
+ --- Energy:  42.47266528928453
+ --- Workload:  482160000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 512 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11872339111.996523
+ --- Energy:  50.4557052793426
+ --- Workload:  599027000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 534 in the X datas point
+--------------
+ --- Configuration:  220000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10849423027.683388
+ --- Energy:  53.29091998643152
+ --- Workload:  578176000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 386 in the X datas point
+--------------
+ --- Configuration:  220002-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13567950330.447432
+ --- Energy:  56.7479002567857
+ --- Workload:  769953000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 379 in the X datas point
+--------------
+ --- Configuration:  220022-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14371553521.821047
+ --- Energy:  61.0078855819444
+ --- Workload:  876778000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 316 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13438400120.333483
+ --- Energy:  92.14393
+ --- Workload:  1238267000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 386 in the X datas point
+--------------
+ --- Configuration:  220002-3-0
+ --- Energy efficiency:  13567950330.447432
+ --- Energy:  56.7479002567857
+ --- Workload:  769953000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (56.7479002567857 mAh)  it is NOT far from the median.
+---  Median :56.7479002567857,   the gap is :  10
+--- So No we don't romove this configuration '220000-3-0'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '022022-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '022022-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 39 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 535 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13609237950.72095
+ --- Energy:  81.63493485553877
+ --- Workload:  1110990000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 269 in the X datas point
+--------------
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10478138412.017168
+ --- Energy:  17.9776183946517
+ --- Workload:  188372000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 491 in the X datas point
+--------------
+ --- Configuration:  033033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13084073019.59471
+ --- Energy:  87.73797792788814
+ --- Workload:  1147970000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 640 in the X datas point
+--------------
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14620310535.395771
+ --- Energy:  81.50438397997827
+ --- Workload:  1191620000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 55 in the X datas point
+--------------
+ --- Configuration:  011010-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12057461036.314661
+ --- Energy:  68.32437278660214
+ --- Workload:  823818000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 75 in the X datas point
+--------------
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 94 in the X datas point
+--------------
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 142 in the X datas point
+--------------
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '022022-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 269 in the X datas point
+--------------
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10478138412.017168
+ --- Energy:  17.9776183946517
+ --- Workload:  188372000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 55 in the X datas point
+--------------
+ --- Configuration:  011010-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12057461036.314661
+ --- Energy:  68.32437278660214
+ --- Workload:  823818000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 75 in the X datas point
+--------------
+ --- Configuration:  022222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14095406166.176382
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 142 in the X datas point
+--------------
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 94 in the X datas point
+--------------
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 640 in the X datas point
+--------------
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14620310535.395771
+ --- Energy:  81.50438397997827
+ --- Workload:  1191620000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 535 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13609237950.72095
+ --- Energy:  81.63493485553877
+ --- Workload:  1110990000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 39 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 491 in the X datas point
+--------------
+ --- Configuration:  033033-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13084073019.59471
+ --- Energy:  87.73797792788814
+ --- Workload:  1147970000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 94 in the X datas point
+--------------
+ --- Configuration:  111011-1-3
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (81.3667303591789 mAh)  it is NOT far from the median.
+---  Median :81.3667303591789,   the gap is :  10
+--- So No we don't romove this configuration '022022-1-3'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '000022-3-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000022-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 536 in the X datas point
+--------------
+ --- Configuration:  000022-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13874571102.320799
+ --- Energy:  80.16963008427506
+ --- Workload:  1112320000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 207 in the X datas point
+--------------
+ --- Configuration:  000022-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14281185109.865158
+ --- Energy:  76.4971891147909
+ --- Workload:  1092470000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 421 in the X datas point
+--------------
+ --- Configuration:  000022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  79.5806220896002
+ --- Workload:  975425000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 31 in the X datas point
+--------------
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 343 in the X datas point
+--------------
+ --- Configuration:  220022-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14662090139.59776
+ --- Energy:  91.26660104513866
+ --- Workload:  1338160000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 414 in the X datas point
+--------------
+ --- Configuration:  100011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13125943427.183828
+ --- Energy:  80.21675217727041
+ --- Workload:  1052920000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 499 in the X datas point
+--------------
+ --- Configuration:  200222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14770830563.8026
+ --- Energy:  89.22173143973053
+ --- Workload:  1317880000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 568 in the X datas point
+--------------
+ --- Configuration:  002022-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13394465674.67254
+ --- Energy:  75.26763933992237
+ --- Workload:  1008170000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 687 in the X datas point
+--------------
+ --- Configuration:  000222-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14429639634.179775
+ --- Energy:  82.81499880951421
+ --- Workload:  1194990000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 759 in the X datas point
+--------------
+ --- Configuration:  000022-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10913492022.783005
+ --- Energy:  17.236925200640222
+ --- Workload:  188115000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000022-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 759 in the X datas point
+--------------
+ --- Configuration:  000022-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10913492022.783005
+ --- Energy:  17.236925200640222
+ --- Workload:  188115000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 568 in the X datas point
+--------------
+ --- Configuration:  002022-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13394465674.67254
+ --- Energy:  75.26763933992237
+ --- Workload:  1008170000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 207 in the X datas point
+--------------
+ --- Configuration:  000022-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14281185109.865158
+ --- Energy:  76.4971891147909
+ --- Workload:  1092470000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 421 in the X datas point
+--------------
+ --- Configuration:  000022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  79.5806220896002
+ --- Workload:  975425000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 536 in the X datas point
+--------------
+ --- Configuration:  000022-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13874571102.320799
+ --- Energy:  80.16963008427506
+ --- Workload:  1112320000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 414 in the X datas point
+--------------
+ --- Configuration:  100011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13125943427.183828
+ --- Energy:  80.21675217727041
+ --- Workload:  1052920000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 687 in the X datas point
+--------------
+ --- Configuration:  000222-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14429639634.179775
+ --- Energy:  82.81499880951421
+ --- Workload:  1194990000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 31 in the X datas point
+--------------
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 499 in the X datas point
+--------------
+ --- Configuration:  200222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14770830563.8026
+ --- Energy:  89.22173143973053
+ --- Workload:  1317880000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 343 in the X datas point
+--------------
+ --- Configuration:  220022-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14662090139.59776
+ --- Energy:  91.26660104513866
+ --- Workload:  1338160000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 536 in the X datas point
+--------------
+ --- Configuration:  000022-3-2
+ --- Energy efficiency:  13874571102.320799
+ --- Energy:  80.16963008427506
+ --- Workload:  1112320000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (80.16963008427506 mAh)  it is NOT far from the median.
+---  Median :80.16963008427506,   the gap is :  10
+--- So No we don't romove this configuration '000022-3-2'
+ --- remove_aberrant_points: The value [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '001010-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '001010-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 524 in the X datas point
+--------------
+ --- Configuration:  001010-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8465178488.288426
+ --- Energy:  29.660392939079458
+ --- Workload:  251081000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 537 in the X datas point
+--------------
+ --- Configuration:  001010-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8558932529.934866
+ --- Energy:  29.331584322088812
+ --- Workload:  251046000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 337 in the X datas point
+--------------
+ --- Configuration:  001011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9632519385.445263
+ --- Energy:  30.734807722364668
+ --- Workload:  296054000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 769 in the X datas point
+--------------
+ --- Configuration:  001000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6484453522.679377
+ --- Energy:  11.76973873612909
+ --- Workload:  76320200000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 172 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 218 in the X datas point
+--------------
+ --- Configuration:  011011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 418 in the X datas point
+--------------
+ --- Configuration:  002020-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11522688750.283745
+ --- Energy:  41.82246108428108
+ --- Workload:  481907000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 427 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10275982049.914555
+ --- Energy:  33.06575864579996
+ --- Workload:  339783000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '001010-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 769 in the X datas point
+--------------
+ --- Configuration:  001000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6484453522.679377
+ --- Energy:  11.76973873612909
+ --- Workload:  76320200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 537 in the X datas point
+--------------
+ --- Configuration:  001010-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8558932529.934866
+ --- Energy:  29.331584322088812
+ --- Workload:  251046000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 524 in the X datas point
+--------------
+ --- Configuration:  001010-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8465178488.288426
+ --- Energy:  29.660392939079458
+ --- Workload:  251081000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 337 in the X datas point
+--------------
+ --- Configuration:  001011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9632519385.445263
+ --- Energy:  30.734807722364668
+ --- Workload:  296054000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 218 in the X datas point
+--------------
+ --- Configuration:  011011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 172 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 427 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10275982049.914555
+ --- Energy:  33.06575864579996
+ --- Workload:  339783000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 418 in the X datas point
+--------------
+ --- Configuration:  002020-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11522688750.283745
+ --- Energy:  41.82246108428108
+ --- Workload:  481907000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (30.700472577378978 mAh)  it is NOT far from the median.
+---  Median :30.700472577378978,   the gap is :  10
+--- So No we don't romove this configuration '001010-1-0'
+ --- remove_aberrant_points: The value [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '000333-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000333-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 380 in the X datas point
+--------------
+ --- Configuration:  000333-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12831600639.526976
+ --- Energy:  62.2597560074204
+ --- Workload:  798892000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 538 in the X datas point
+--------------
+ --- Configuration:  000333-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12729464509.616474
+ --- Energy:  62.669563544461724
+ --- Workload:  797750000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 591 in the X datas point
+--------------
+ --- Configuration:  003333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13285505513.484787
+ --- Energy:  70.52682283226056
+ --- Workload:  936985000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 738 in the X datas point
+--------------
+ --- Configuration:  000033-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9991107913.956577
+ --- Energy:  25.378870651700414
+ --- Workload:  253562000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 161 in the X datas point
+--------------
+ --- Configuration:  303333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 465 in the X datas point
+--------------
+ --- Configuration:  330333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13912636987.301937
+ --- Energy:  77.38792641178887
+ --- Workload:  1076670000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 509 in the X datas point
+--------------
+ --- Configuration:  000202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13004797469.786604
+ --- Energy:  45.81348523547173
+ --- Workload:  595795000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 572 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12236502220.313328
+ --- Energy:  57.33723345336789
+ --- Workload:  701607000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 736 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10537108006.410776
+ --- Energy:  25.752705265432734
+ --- Workload:  271359000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 740 in the X datas point
+--------------
+ --- Configuration:  020222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11107569030.764635
+ --- Energy:  16.962130007740114
+ --- Workload:  188408000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000333-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 740 in the X datas point
+--------------
+ --- Configuration:  020222-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11107569030.764635
+ --- Energy:  16.962130007740114
+ --- Workload:  188408000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 738 in the X datas point
+--------------
+ --- Configuration:  000033-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9991107913.956577
+ --- Energy:  25.378870651700414
+ --- Workload:  253562000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 736 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10537108006.410776
+ --- Energy:  25.752705265432734
+ --- Workload:  271359000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 509 in the X datas point
+--------------
+ --- Configuration:  000202-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13004797469.786604
+ --- Energy:  45.81348523547173
+ --- Workload:  595795000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 572 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12236502220.313328
+ --- Energy:  57.33723345336789
+ --- Workload:  701607000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 161 in the X datas point
+--------------
+ --- Configuration:  303333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 380 in the X datas point
+--------------
+ --- Configuration:  000333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12831600639.526976
+ --- Energy:  62.2597560074204
+ --- Workload:  798892000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 538 in the X datas point
+--------------
+ --- Configuration:  000333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12729464509.616474
+ --- Energy:  62.669563544461724
+ --- Workload:  797750000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 591 in the X datas point
+--------------
+ --- Configuration:  003333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13285505513.484787
+ --- Energy:  70.52682283226056
+ --- Workload:  936985000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 465 in the X datas point
+--------------
+ --- Configuration:  330333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13912636987.301937
+ --- Energy:  77.38792641178887
+ --- Workload:  1076670000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 572 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Energy efficiency:  12236502220.313328
+ --- Energy:  57.33723345336789
+ --- Workload:  701607000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (57.33723345336789 mAh)  it is NOT far from the median.
+---  Median :57.33723345336789,   the gap is :  10
+--- So No we don't romove this configuration '000333-2-0'
+ --- remove_aberrant_points: The value [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 0, 1, 0, 0, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '020200-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '020200-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 539 in the X datas point
+--------------
+ --- Configuration:  020200-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12611406007.821594
+ --- Energy:  35.941505988108695
+ --- Workload:  453273000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 754 in the X datas point
+--------------
+ --- Configuration:  022200-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6134705871.52699
+ --- Energy:  12.369555647233597
+ --- Workload:  75883500000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 150 in the X datas point
+--------------
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 233 in the X datas point
+--------------
+ --- Configuration:  000200-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 403 in the X datas point
+--------------
+ --- Configuration:  010100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 423 in the X datas point
+--------------
+ --- Configuration:  011100-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12667865046.700085
+ --- Energy:  40.3948990870666
+ --- Workload:  511717000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 447 in the X datas point
+--------------
+ --- Configuration:  020200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13423107073.440504
+ --- Energy:  72.91082650802181
+ --- Workload:  978690000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 575 in the X datas point
+--------------
+ --- Configuration:  020200-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11852174933.361147
+ --- Energy:  40.672301388671954
+ --- Workload:  482055000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 581 in the X datas point
+--------------
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15557640279.352987
+ --- Energy:  50.470000516399516
+ --- Workload:  785194000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '020200-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 754 in the X datas point
+--------------
+ --- Configuration:  022200-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6134705871.52699
+ --- Energy:  12.369555647233597
+ --- Workload:  75883500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 539 in the X datas point
+--------------
+ --- Configuration:  020200-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12611406007.821594
+ --- Energy:  35.941505988108695
+ --- Workload:  453273000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 423 in the X datas point
+--------------
+ --- Configuration:  011100-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12667865046.700085
+ --- Energy:  40.3948990870666
+ --- Workload:  511717000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 575 in the X datas point
+--------------
+ --- Configuration:  020200-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11852174933.361147
+ --- Energy:  40.672301388671954
+ --- Workload:  482055000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 150 in the X datas point
+--------------
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 581 in the X datas point
+--------------
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15557640279.352987
+ --- Energy:  50.470000516399516
+ --- Workload:  785194000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 403 in the X datas point
+--------------
+ --- Configuration:  010100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 233 in the X datas point
+--------------
+ --- Configuration:  000200-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 447 in the X datas point
+--------------
+ --- Configuration:  020200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13423107073.440504
+ --- Energy:  72.91082650802181
+ --- Workload:  978690000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 150 in the X datas point
+--------------
+ --- Configuration:  220202-1-1
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (35.941505988108695 mAh)  is far from the median.
+---  Median :50.3428670012474,   the gap is :  10
+--- So yes we remove this configuration '020200-1-1'
+--- remove_aberrant_points: The value [1.0, 0, 1, 0, 1, 0, 0, 1.0, 1.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 0, 1, 0, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '011010-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011010-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 540 in the X datas point
+--------------
+ --- Configuration:  011010-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12504532893.173775
+ --- Energy:  85.2562842548241
+ --- Workload:  1066090000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 55 in the X datas point
+--------------
+ --- Configuration:  011010-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12057461036.314661
+ --- Energy:  68.32437278660214
+ --- Workload:  823818000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 48 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 266 in the X datas point
+--------------
+ --- Configuration:  101010-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5883010454.109577
+ --- Energy:  12.9248547023353
+ --- Workload:  76037200000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 479 in the X datas point
+--------------
+ --- Configuration:  111010-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13018731350.667341
+ --- Energy:  78.8194837737248
+ --- Workload:  1026130000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 486 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14236800706.145315
+ --- Energy:  79.66681688807911
+ --- Workload:  1134200000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 545 in the X datas point
+--------------
+ --- Configuration:  011010-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13560884983.354015
+ --- Energy:  77.7920837079026
+ --- Workload:  1054930000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 633 in the X datas point
+--------------
+ --- Configuration:  011000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13654169915.221258
+ --- Energy:  71.4589837097857
+ --- Workload:  975713000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 662 in the X datas point
+--------------
+ --- Configuration:  011100-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12868373270.329777
+ --- Energy:  82.64292151495445
+ --- Workload:  1063480000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 672 in the X datas point
+--------------
+ --- Configuration:  011011-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14338623807.5642
+ --- Energy:  74.73239429974956
+ --- Workload:  1071560000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011010-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 266 in the X datas point
+--------------
+ --- Configuration:  101010-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5883010454.109577
+ --- Energy:  12.9248547023353
+ --- Workload:  76037200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 55 in the X datas point
+--------------
+ --- Configuration:  011010-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12057461036.314661
+ --- Energy:  68.32437278660214
+ --- Workload:  823818000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 48 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 633 in the X datas point
+--------------
+ --- Configuration:  011000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13654169915.221258
+ --- Energy:  71.4589837097857
+ --- Workload:  975713000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 672 in the X datas point
+--------------
+ --- Configuration:  011011-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14338623807.5642
+ --- Energy:  74.73239429974956
+ --- Workload:  1071560000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 545 in the X datas point
+--------------
+ --- Configuration:  011010-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13560884983.354015
+ --- Energy:  77.7920837079026
+ --- Workload:  1054930000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 479 in the X datas point
+--------------
+ --- Configuration:  111010-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13018731350.667341
+ --- Energy:  78.8194837737248
+ --- Workload:  1026130000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 486 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14236800706.145315
+ --- Energy:  79.66681688807911
+ --- Workload:  1134200000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 662 in the X datas point
+--------------
+ --- Configuration:  011100-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12868373270.329777
+ --- Energy:  82.64292151495445
+ --- Workload:  1063480000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 540 in the X datas point
+--------------
+ --- Configuration:  011010-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12504532893.173775
+ --- Energy:  85.2562842548241
+ --- Workload:  1066090000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 672 in the X datas point
+--------------
+ --- Configuration:  011011-2-2
+ --- Energy efficiency:  14338623807.5642
+ --- Energy:  74.73239429974956
+ --- Workload:  1071560000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (85.2562842548241 mAh)  is far from the median.
+---  Median :74.73239429974956,   the gap is :  10
+--- So yes we remove this configuration '011010-2-3'
+--- remove_aberrant_points: The value [0.0, 0, 1, 1, 0, 1, 0, 2.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '101101-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101101-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 541 in the X datas point
+--------------
+ --- Configuration:  101101-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14119886306.675457
+ --- Energy:  56.83939361137568
+ --- Workload:  802566000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 10 in the X datas point
+--------------
+ --- Configuration:  101101-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 119 in the X datas point
+--------------
+ --- Configuration:  101111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 368 in the X datas point
+--------------
+ --- Configuration:  101101-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12808082412.325474
+ --- Energy:  45.0099417425521
+ --- Workload:  576491000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 113 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 118 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 130 in the X datas point
+--------------
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 146 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101101-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 146 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 368 in the X datas point
+--------------
+ --- Configuration:  101101-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12808082412.325474
+ --- Energy:  45.0099417425521
+ --- Workload:  576491000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 541 in the X datas point
+--------------
+ --- Configuration:  101101-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14119886306.675457
+ --- Energy:  56.83939361137568
+ --- Workload:  802566000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 119 in the X datas point
+--------------
+ --- Configuration:  101111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 118 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 113 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 130 in the X datas point
+--------------
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 10 in the X datas point
+--------------
+ --- Configuration:  101101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 119 in the X datas point
+--------------
+ --- Configuration:  101111-2-1
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (57.3205072294823 mAh)  it is NOT far from the median.
+---  Median :57.3205072294823,   the gap is :  10
+--- So No we don't romove this configuration '101101-2-1'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '330330-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330330-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 542 in the X datas point
+--------------
+ --- Configuration:  330330-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12443165840.025682
+ --- Energy:  76.18345987594073
+ --- Workload:  947963000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 67 in the X datas point
+--------------
+ --- Configuration:  330330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 182 in the X datas point
+--------------
+ --- Configuration:  030330-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13025293818.065302
+ --- Energy:  75.2120882234259
+ --- Workload:  979660000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 44 in the X datas point
+--------------
+ --- Configuration:  222220-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14471780028.94356
+ --- Energy:  72.03533813993924
+ --- Workload:  1042480000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 46 in the X datas point
+--------------
+ --- Configuration:  220220-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 53 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 101 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 191 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 264 in the X datas point
+--------------
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5413071485.022031
+ --- Energy:  13.9697963651223
+ --- Workload:  75619700000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 310 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  17270333243.662476
+ --- Energy:  123.82321
+ --- Workload:  2138468100000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330330-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 264 in the X datas point
+--------------
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5413071485.022031
+ --- Energy:  13.9697963651223
+ --- Workload:  75619700000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 44 in the X datas point
+--------------
+ --- Configuration:  222220-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14471780028.94356
+ --- Energy:  72.03533813993924
+ --- Workload:  1042480000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 182 in the X datas point
+--------------
+ --- Configuration:  030330-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13025293818.065302
+ --- Energy:  75.2120882234259
+ --- Workload:  979660000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 542 in the X datas point
+--------------
+ --- Configuration:  330330-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12443165840.025682
+ --- Energy:  76.18345987594073
+ --- Workload:  947963000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 46 in the X datas point
+--------------
+ --- Configuration:  220220-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 53 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 67 in the X datas point
+--------------
+ --- Configuration:  330330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 191 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 101 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 310 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  17270333243.662476
+ --- Energy:  123.82321
+ --- Workload:  2138468100000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 46 in the X datas point
+--------------
+ --- Configuration:  220220-3-2
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (77.28586489330746 mAh)  it is NOT far from the median.
+---  Median :77.28586489330746,   the gap is :  10
+--- So No we don't romove this configuration '330330-3-3'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '022222-3-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '022222-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 543 in the X datas point
+--------------
+ --- Configuration:  022222-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15333190223.557913
+ --- Energy:  75.06196238428772
+ --- Workload:  1150940000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 251 in the X datas point
+--------------
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 333 in the X datas point
+--------------
+ --- Configuration:  011111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13434937285.712751
+ --- Energy:  68.27709347003412
+ --- Workload:  917298000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 688 in the X datas point
+--------------
+ --- Configuration:  022202-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14474880292.739979
+ --- Energy:  72.83305131515111
+ --- Workload:  1054250000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 24 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 59 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 68 in the X datas point
+--------------
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 71 in the X datas point
+--------------
+ --- Configuration:  011111-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14151777817.088272
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 84 in the X datas point
+--------------
+ --- Configuration:  003333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712605724.190134
+ --- Energy:  82.9689480595376
+ --- Workload:  1137720000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 97 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '022222-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 59 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 333 in the X datas point
+--------------
+ --- Configuration:  011111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13434937285.712751
+ --- Energy:  68.27709347003412
+ --- Workload:  917298000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 97 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 688 in the X datas point
+--------------
+ --- Configuration:  022202-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14474880292.739979
+ --- Energy:  72.83305131515111
+ --- Workload:  1054250000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 543 in the X datas point
+--------------
+ --- Configuration:  022222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15333190223.557913
+ --- Energy:  75.06196238428772
+ --- Workload:  1150940000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 68 in the X datas point
+--------------
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 251 in the X datas point
+--------------
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 84 in the X datas point
+--------------
+ --- Configuration:  003333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712605724.190134
+ --- Energy:  82.9689480595376
+ --- Workload:  1137720000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 71 in the X datas point
+--------------
+ --- Configuration:  011111-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14151777817.088272
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 24 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 543 in the X datas point
+--------------
+ --- Configuration:  022222-3-1
+ --- Energy efficiency:  15333190223.557913
+ --- Energy:  75.06196238428772
+ --- Workload:  1150940000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (75.06196238428772 mAh)  it is NOT far from the median.
+---  Median :75.06196238428772,   the gap is :  10
+--- So No we don't romove this configuration '022222-3-1'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '202022-3-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202022-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 544 in the X datas point
+--------------
+ --- Configuration:  202022-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14733811592.85764
+ --- Energy:  72.31670560917817
+ --- Workload:  1065500000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 116 in the X datas point
+--------------
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 186 in the X datas point
+--------------
+ --- Configuration:  101011-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12908055917.698235
+ --- Energy:  67.8209046191028
+ --- Workload:  875436000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 322 in the X datas point
+--------------
+ --- Configuration:  303033-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13379358325.974688
+ --- Energy:  87.10137841468074
+ --- Workload:  1165360000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 384 in the X datas point
+--------------
+ --- Configuration:  222022-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14768125659.027607
+ --- Energy:  80.9276948124698
+ --- Workload:  1195150000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 568 in the X datas point
+--------------
+ --- Configuration:  002022-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13394465674.67254
+ --- Energy:  75.26763933992237
+ --- Workload:  1008170000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 657 in the X datas point
+--------------
+ --- Configuration:  202022-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14577046981.822424
+ --- Energy:  55.92467118019403
+ --- Workload:  815217000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 72 in the X datas point
+--------------
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  75.96541207639095
+ --- Workload:  1164630000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 130 in the X datas point
+--------------
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 193 in the X datas point
+--------------
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202022-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 657 in the X datas point
+--------------
+ --- Configuration:  202022-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14577046981.822424
+ --- Energy:  55.92467118019403
+ --- Workload:  815217000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 193 in the X datas point
+--------------
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 186 in the X datas point
+--------------
+ --- Configuration:  101011-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12908055917.698235
+ --- Energy:  67.8209046191028
+ --- Workload:  875436000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 130 in the X datas point
+--------------
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 544 in the X datas point
+--------------
+ --- Configuration:  202022-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14733811592.85764
+ --- Energy:  72.31670560917817
+ --- Workload:  1065500000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 568 in the X datas point
+--------------
+ --- Configuration:  002022-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13394465674.67254
+ --- Energy:  75.26763933992237
+ --- Workload:  1008170000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 72 in the X datas point
+--------------
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  75.96541207639095
+ --- Workload:  1164630000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 384 in the X datas point
+--------------
+ --- Configuration:  222022-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14768125659.027607
+ --- Energy:  80.9276948124698
+ --- Workload:  1195150000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 322 in the X datas point
+--------------
+ --- Configuration:  303033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13379358325.974688
+ --- Energy:  87.10137841468074
+ --- Workload:  1165360000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 116 in the X datas point
+--------------
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 544 in the X datas point
+--------------
+ --- Configuration:  202022-3-1
+ --- Energy efficiency:  14733811592.85764
+ --- Energy:  72.31670560917817
+ --- Workload:  1065500000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (72.31670560917817 mAh)  it is NOT far from the median.
+---  Median :72.31670560917817,   the gap is :  10
+--- So No we don't romove this configuration '202022-3-1'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '011010-3-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011010-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 545 in the X datas point
+--------------
+ --- Configuration:  011010-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13560884983.354015
+ --- Energy:  77.7920837079026
+ --- Workload:  1054930000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 440 in the X datas point
+--------------
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13502784274.117321
+ --- Energy:  82.79771486146721
+ --- Workload:  1118000000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 761 in the X datas point
+--------------
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6079027355.6231
+ --- Energy:  12.473598223784801
+ --- Workload:  75827400000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 71 in the X datas point
+--------------
+ --- Configuration:  011111-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14151777817.088272
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 93 in the X datas point
+--------------
+ --- Configuration:  111010-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12785418485.925173
+ --- Energy:  70.2667978545078
+ --- Workload:  898390000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 100 in the X datas point
+--------------
+ --- Configuration:  011010-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 109 in the X datas point
+--------------
+ --- Configuration:  011110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11878826466.975676
+ --- Energy:  79.1921814190437
+ --- Workload:  940710000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 479 in the X datas point
+--------------
+ --- Configuration:  111010-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13018731350.667341
+ --- Energy:  78.8194837737248
+ --- Workload:  1026130000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 540 in the X datas point
+--------------
+ --- Configuration:  011010-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12504532893.173775
+ --- Energy:  85.2562842548241
+ --- Workload:  1066090000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 633 in the X datas point
+--------------
+ --- Configuration:  011000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13654169915.221258
+ --- Energy:  71.4589837097857
+ --- Workload:  975713000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011010-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 761 in the X datas point
+--------------
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6079027355.6231
+ --- Energy:  12.473598223784801
+ --- Workload:  75827400000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 100 in the X datas point
+--------------
+ --- Configuration:  011010-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 93 in the X datas point
+--------------
+ --- Configuration:  111010-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12785418485.925173
+ --- Energy:  70.2667978545078
+ --- Workload:  898390000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 633 in the X datas point
+--------------
+ --- Configuration:  011000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13654169915.221258
+ --- Energy:  71.4589837097857
+ --- Workload:  975713000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 545 in the X datas point
+--------------
+ --- Configuration:  011010-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13560884983.354015
+ --- Energy:  77.7920837079026
+ --- Workload:  1054930000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 479 in the X datas point
+--------------
+ --- Configuration:  111010-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13018731350.667341
+ --- Energy:  78.8194837737248
+ --- Workload:  1026130000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 109 in the X datas point
+--------------
+ --- Configuration:  011110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11878826466.975676
+ --- Energy:  79.1921814190437
+ --- Workload:  940710000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 440 in the X datas point
+--------------
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13502784274.117321
+ --- Energy:  82.79771486146721
+ --- Workload:  1118000000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 71 in the X datas point
+--------------
+ --- Configuration:  011111-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14151777817.088272
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 540 in the X datas point
+--------------
+ --- Configuration:  011010-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12504532893.173775
+ --- Energy:  85.2562842548241
+ --- Workload:  1066090000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 545 in the X datas point
+--------------
+ --- Configuration:  011010-3-2
+ --- Energy efficiency:  13560884983.354015
+ --- Energy:  77.7920837079026
+ --- Workload:  1054930000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (77.7920837079026 mAh)  it is NOT far from the median.
+---  Median :77.7920837079026,   the gap is :  10
+--- So No we don't romove this configuration '011010-3-2'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '110011-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110011-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 546 in the X datas point
+--------------
+ --- Configuration:  110011-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14409055803.391315
+ --- Energy:  74.74536356458539
+ --- Workload:  1077010000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 26 in the X datas point
+--------------
+ --- Configuration:  110011-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 757 in the X datas point
+--------------
+ --- Configuration:  110011-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5863314414.372156
+ --- Energy:  12.909260168513825
+ --- Workload:  75691200000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 27 in the X datas point
+--------------
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 48 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 80 in the X datas point
+--------------
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 104 in the X datas point
+--------------
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 174 in the X datas point
+--------------
+ --- Configuration:  220022-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15248016614.238901
+ --- Energy:  67.2323504939425
+ --- Workload:  1025160000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 228 in the X datas point
+--------------
+ --- Configuration:  111001-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14359934633.577549
+ --- Energy:  74.8645087621987
+ --- Workload:  1075050000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 246 in the X datas point
+--------------
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13583376120.968113
+ --- Energy:  65.5557580165811
+ --- Workload:  890469000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110011-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 757 in the X datas point
+--------------
+ --- Configuration:  110011-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5863314414.372156
+ --- Energy:  12.909260168513825
+ --- Workload:  75691200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 27 in the X datas point
+--------------
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 80 in the X datas point
+--------------
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 246 in the X datas point
+--------------
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13583376120.968113
+ --- Energy:  65.5557580165811
+ --- Workload:  890469000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 174 in the X datas point
+--------------
+ --- Configuration:  220022-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15248016614.238901
+ --- Energy:  67.2323504939425
+ --- Workload:  1025160000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 48 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 104 in the X datas point
+--------------
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 546 in the X datas point
+--------------
+ --- Configuration:  110011-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14409055803.391315
+ --- Energy:  74.74536356458539
+ --- Workload:  1077010000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 228 in the X datas point
+--------------
+ --- Configuration:  111001-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14359934633.577549
+ --- Energy:  74.8645087621987
+ --- Workload:  1075050000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 26 in the X datas point
+--------------
+ --- Configuration:  110011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 174 in the X datas point
+--------------
+ --- Configuration:  220022-2-1
+ --- Energy efficiency:  15248016614.238901
+ --- Energy:  67.2323504939425
+ --- Workload:  1025160000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (67.2323504939425 mAh)  it is NOT far from the median.
+---  Median :67.2323504939425,   the gap is :  10
+--- So No we don't romove this configuration '110011-2-2'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '033030-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033030-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 547 in the X datas point
+--------------
+ --- Configuration:  033030-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12586706675.611618
+ --- Energy:  42.00513493266639
+ --- Workload:  528706000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 57 in the X datas point
+--------------
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 422 in the X datas point
+--------------
+ --- Configuration:  033000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 654 in the X datas point
+--------------
+ --- Configuration:  033030-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12133492686.537285
+ --- Energy:  49.23349758478151
+ --- Workload:  597374000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 153 in the X datas point
+--------------
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 248 in the X datas point
+--------------
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 398 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12248762568.76149
+ --- Energy:  69.6438226916913
+ --- Workload:  853051000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 418 in the X datas point
+--------------
+ --- Configuration:  002020-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11522688750.283745
+ --- Energy:  41.82246108428108
+ --- Workload:  481907000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 432 in the X datas point
+--------------
+ --- Configuration:  033003-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12711988294.801178
+ --- Energy:  62.72069654525214
+ --- Workload:  797305000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 437 in the X datas point
+--------------
+ --- Configuration:  033000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8071025020.177562
+ --- Energy:  30.84463223263372
+ --- Workload:  248947000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033030-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 437 in the X datas point
+--------------
+ --- Configuration:  033000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8071025020.177562
+ --- Energy:  30.84463223263372
+ --- Workload:  248947000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 418 in the X datas point
+--------------
+ --- Configuration:  002020-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11522688750.283745
+ --- Energy:  41.82246108428108
+ --- Workload:  481907000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 547 in the X datas point
+--------------
+ --- Configuration:  033030-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12586706675.611618
+ --- Energy:  42.00513493266639
+ --- Workload:  528706000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 422 in the X datas point
+--------------
+ --- Configuration:  033000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 248 in the X datas point
+--------------
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 654 in the X datas point
+--------------
+ --- Configuration:  033030-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12133492686.537285
+ --- Energy:  49.23349758478151
+ --- Workload:  597374000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 57 in the X datas point
+--------------
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 153 in the X datas point
+--------------
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 432 in the X datas point
+--------------
+ --- Configuration:  033003-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12711988294.801178
+ --- Energy:  62.72069654525214
+ --- Workload:  797305000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 398 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12248762568.76149
+ --- Energy:  69.6438226916913
+ --- Workload:  853051000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 248 in the X datas point
+--------------
+ --- Configuration:  222020-2-0
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (45.3072604814401 mAh)  it is NOT far from the median.
+---  Median :45.3072604814401,   the gap is :  10
+--- So No we don't romove this configuration '033030-2-0'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '220222-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220222-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 399 in the X datas point
+--------------
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13410884005.240973
+ --- Energy:  109.874202798205
+ --- Workload:  1473510000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 548 in the X datas point
+--------------
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14753135779.009829
+ --- Energy:  97.4477993087831
+ --- Workload:  1437660000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 51 in the X datas point
+--------------
+ --- Configuration:  200222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14594342940.789293
+ --- Energy:  80.17631322756387
+ --- Workload:  1170120000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 74 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 98 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 158 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 326 in the X datas point
+--------------
+ --- Configuration:  220222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14253216951.065857
+ --- Energy:  99.56004804973213
+ --- Workload:  1419050000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 331 in the X datas point
+--------------
+ --- Configuration:  220202-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14568255189.2125
+ --- Energy:  91.04108716316011
+ --- Workload:  1326310000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 652 in the X datas point
+--------------
+ --- Configuration:  330333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14885870034.445902
+ --- Energy:  87.19607015727797
+ --- Workload:  1297990000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220222-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 51 in the X datas point
+--------------
+ --- Configuration:  200222-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14594342940.789293
+ --- Energy:  80.17631322756387
+ --- Workload:  1170120000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 158 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 74 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 652 in the X datas point
+--------------
+ --- Configuration:  330333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14885870034.445902
+ --- Energy:  87.19607015727797
+ --- Workload:  1297990000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 331 in the X datas point
+--------------
+ --- Configuration:  220202-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14568255189.2125
+ --- Energy:  91.04108716316011
+ --- Workload:  1326310000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 548 in the X datas point
+--------------
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14753135779.009829
+ --- Energy:  97.4477993087831
+ --- Workload:  1437660000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 326 in the X datas point
+--------------
+ --- Configuration:  220222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14253216951.065857
+ --- Energy:  99.56004804973213
+ --- Workload:  1419050000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 98 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 399 in the X datas point
+--------------
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13410884005.240973
+ --- Energy:  109.874202798205
+ --- Workload:  1473510000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 331 in the X datas point
+--------------
+ --- Configuration:  220202-2-3
+ --- Energy efficiency:  14568255189.2125
+ --- Energy:  91.04108716316011
+ --- Workload:  1326310000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (91.04108716316011 mAh)  it is NOT far from the median.
+---  Median :91.04108716316011,   the gap is :  10
+--- So No we don't romove this configuration '220222-2-3'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '101011-3-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101011-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 549 in the X datas point
+--------------
+ --- Configuration:  101011-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13990494857.793615
+ --- Energy:  77.57621667528683
+ --- Workload:  1085330000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 186 in the X datas point
+--------------
+ --- Configuration:  101011-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12908055917.698235
+ --- Energy:  67.8209046191028
+ --- Workload:  875436000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 409 in the X datas point
+--------------
+ --- Configuration:  101111-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17713662193.376507
+ --- Energy:  64.82001619850253
+ --- Workload:  1148200000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 414 in the X datas point
+--------------
+ --- Configuration:  100011-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13125943427.183828
+ --- Energy:  80.21675217727041
+ --- Workload:  1052920000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 26 in the X datas point
+--------------
+ --- Configuration:  110011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 82 in the X datas point
+--------------
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 132 in the X datas point
+--------------
+ --- Configuration:  202022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 164 in the X datas point
+--------------
+ --- Configuration:  111011-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 256 in the X datas point
+--------------
+ --- Configuration:  001011-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13559965557.687483
+ --- Energy:  73.393325791739
+ --- Workload:  995211000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 416 in the X datas point
+--------------
+ --- Configuration:  101101-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13340679600.900229
+ --- Energy:  83.02798102049613
+ --- Workload:  1107650000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101011-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 409 in the X datas point
+--------------
+ --- Configuration:  101111-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  17713662193.376507
+ --- Energy:  64.82001619850253
+ --- Workload:  1148200000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 186 in the X datas point
+--------------
+ --- Configuration:  101011-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12908055917.698235
+ --- Energy:  67.8209046191028
+ --- Workload:  875436000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 256 in the X datas point
+--------------
+ --- Configuration:  001011-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13559965557.687483
+ --- Energy:  73.393325791739
+ --- Workload:  995211000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 549 in the X datas point
+--------------
+ --- Configuration:  101011-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13990494857.793615
+ --- Energy:  77.57621667528683
+ --- Workload:  1085330000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 164 in the X datas point
+--------------
+ --- Configuration:  111011-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 414 in the X datas point
+--------------
+ --- Configuration:  100011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13125943427.183828
+ --- Energy:  80.21675217727041
+ --- Workload:  1052920000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 26 in the X datas point
+--------------
+ --- Configuration:  110011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 82 in the X datas point
+--------------
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 416 in the X datas point
+--------------
+ --- Configuration:  101101-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13340679600.900229
+ --- Energy:  83.02798102049613
+ --- Workload:  1107650000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 132 in the X datas point
+--------------
+ --- Configuration:  202022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 164 in the X datas point
+--------------
+ --- Configuration:  111011-3-3
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (77.6473695933206 mAh)  it is NOT far from the median.
+---  Median :77.6473695933206,   the gap is :  10
+--- So No we don't romove this configuration '101011-3-2'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '333303-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333303-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 550 in the X datas point
+--------------
+ --- Configuration:  333303-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11588412051.484997
+ --- Energy:  56.880158834189615
+ --- Workload:  659151000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 714 in the X datas point
+--------------
+ --- Configuration:  333303-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11117855943.716965
+ --- Energy:  59.358545626680076
+ --- Workload:  659940000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 259 in the X datas point
+--------------
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 306 in the X datas point
+--------------
+ --- Configuration:  333300-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12877238669.53101
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 308 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 385 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12421881890.262611
+ --- Energy:  63.8914148004144
+ --- Workload:  793652000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 424 in the X datas point
+--------------
+ --- Configuration:  033303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10135460428.628622
+ --- Energy:  51.680919654150905
+ --- Workload:  523810000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 6 in the X datas point
+--------------
+ --- Configuration:  303303-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  58.54108121624596
+ --- Workload:  751419000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 58 in the X datas point
+--------------
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 63 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333303-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 63 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 58 in the X datas point
+--------------
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 259 in the X datas point
+--------------
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 424 in the X datas point
+--------------
+ --- Configuration:  033303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10135460428.628622
+ --- Energy:  51.680919654150905
+ --- Workload:  523810000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 306 in the X datas point
+--------------
+ --- Configuration:  333300-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12877238669.53101
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 550 in the X datas point
+--------------
+ --- Configuration:  333303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11588412051.484997
+ --- Energy:  56.880158834189615
+ --- Workload:  659151000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 6 in the X datas point
+--------------
+ --- Configuration:  303303-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  58.54108121624596
+ --- Workload:  751419000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 714 in the X datas point
+--------------
+ --- Configuration:  333303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11117855943.716965
+ --- Energy:  59.358545626680076
+ --- Workload:  659940000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 385 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12421881890.262611
+ --- Energy:  63.8914148004144
+ --- Workload:  793652000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 308 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 306 in the X datas point
+--------------
+ --- Configuration:  333300-0-0
+ --- Energy efficiency:  12877238669.53101
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (53.62951 mAh)  it is NOT far from the median.
+---  Median :53.62951,   the gap is :  10
+--- So No we don't romove this configuration '333303-0-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '011001-3-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011001-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 551 in the X datas point
+--------------
+ --- Configuration:  011001-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12797903191.541098
+ --- Energy:  64.71265249480714
+ --- Workload:  828186000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 329 in the X datas point
+--------------
+ --- Configuration:  011001-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13549235890.841936
+ --- Energy:  55.62139896793428
+ --- Workload:  753627000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 648 in the X datas point
+--------------
+ --- Configuration:  022002-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14232302487.66415
+ --- Energy:  64.65330182509297
+ --- Workload:  920166000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 333 in the X datas point
+--------------
+ --- Configuration:  011111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13434937285.712751
+ --- Energy:  68.27709347003412
+ --- Workload:  917298000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 381 in the X datas point
+--------------
+ --- Configuration:  111001-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12484488023.630638
+ --- Energy:  53.0720402291821
+ --- Workload:  662577000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 440 in the X datas point
+--------------
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13502784274.117321
+ --- Energy:  82.79771486146721
+ --- Workload:  1118000000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 462 in the X datas point
+--------------
+ --- Configuration:  110001-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12127533138.4843
+ --- Energy:  68.11268258859181
+ --- Workload:  826039000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 688 in the X datas point
+--------------
+ --- Configuration:  022202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14474880292.739979
+ --- Energy:  72.83305131515111
+ --- Workload:  1054250000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 761 in the X datas point
+--------------
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6079027355.6231
+ --- Energy:  12.473598223784801
+ --- Workload:  75827400000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 27 in the X datas point
+--------------
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011001-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 761 in the X datas point
+--------------
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6079027355.6231
+ --- Energy:  12.473598223784801
+ --- Workload:  75827400000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 381 in the X datas point
+--------------
+ --- Configuration:  111001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12484488023.630638
+ --- Energy:  53.0720402291821
+ --- Workload:  662577000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 329 in the X datas point
+--------------
+ --- Configuration:  011001-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13549235890.841936
+ --- Energy:  55.62139896793428
+ --- Workload:  753627000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 27 in the X datas point
+--------------
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 648 in the X datas point
+--------------
+ --- Configuration:  022002-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14232302487.66415
+ --- Energy:  64.65330182509297
+ --- Workload:  920166000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 551 in the X datas point
+--------------
+ --- Configuration:  011001-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12797903191.541098
+ --- Energy:  64.71265249480714
+ --- Workload:  828186000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 462 in the X datas point
+--------------
+ --- Configuration:  110001-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12127533138.4843
+ --- Energy:  68.11268258859181
+ --- Workload:  826039000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 333 in the X datas point
+--------------
+ --- Configuration:  011111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13434937285.712751
+ --- Energy:  68.27709347003412
+ --- Workload:  917298000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 688 in the X datas point
+--------------
+ --- Configuration:  022202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14474880292.739979
+ --- Energy:  72.83305131515111
+ --- Workload:  1054250000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 440 in the X datas point
+--------------
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13502784274.117321
+ --- Energy:  82.79771486146721
+ --- Workload:  1118000000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 648 in the X datas point
+--------------
+ --- Configuration:  022002-3-1
+ --- Energy efficiency:  14232302487.66415
+ --- Energy:  64.65330182509297
+ --- Workload:  920166000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (64.65330182509297 mAh)  it is NOT far from the median.
+---  Median :64.65330182509297,   the gap is :  10
+--- So No we don't romove this configuration '011001-3-1'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '000110-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000110-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 552 in the X datas point
+--------------
+ --- Configuration:  000110-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11259739674.818718
+ --- Energy:  74.8050514094236
+ --- Workload:  842285000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 301 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11473711646.565487
+ --- Energy:  115.13669
+ --- Workload:  1321045181000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 313 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11473711743.841167
+ --- Energy:  115.13669
+ --- Workload:  1321045192200.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 392 in the X datas point
+--------------
+ --- Configuration:  001111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12266206111.514534
+ --- Energy:  87.6643983443653
+ --- Workload:  1075310000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 411 in the X datas point
+--------------
+ --- Configuration:  002220-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11417401947.352076
+ --- Energy:  95.64698110453958
+ --- Workload:  1092040000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 612 in the X datas point
+--------------
+ --- Configuration:  100100-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11460109650.329136
+ --- Energy:  77.70891264945926
+ --- Workload:  890553000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 647 in the X datas point
+--------------
+ --- Configuration:  001100-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12879909016.32271
+ --- Energy:  72.82903936158382
+ --- Workload:  938032000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 758 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6028999487.535044
+ --- Energy:  12.654544813790569
+ --- Workload:  76294200000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 47 in the X datas point
+--------------
+ --- Configuration:  101110-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14166071691.655617
+ --- Energy:  71.25193400283615
+ --- Workload:  1009360000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 82 in the X datas point
+--------------
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000110-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 758 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6028999487.535044
+ --- Energy:  12.654544813790569
+ --- Workload:  76294200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 47 in the X datas point
+--------------
+ --- Configuration:  101110-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14166071691.655617
+ --- Energy:  71.25193400283615
+ --- Workload:  1009360000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 647 in the X datas point
+--------------
+ --- Configuration:  001100-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12879909016.32271
+ --- Energy:  72.82903936158382
+ --- Workload:  938032000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 552 in the X datas point
+--------------
+ --- Configuration:  000110-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11259739674.818718
+ --- Energy:  74.8050514094236
+ --- Workload:  842285000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 612 in the X datas point
+--------------
+ --- Configuration:  100100-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11460109650.329136
+ --- Energy:  77.70891264945926
+ --- Workload:  890553000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 82 in the X datas point
+--------------
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 392 in the X datas point
+--------------
+ --- Configuration:  001111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12266206111.514534
+ --- Energy:  87.6643983443653
+ --- Workload:  1075310000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 411 in the X datas point
+--------------
+ --- Configuration:  002220-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11417401947.352076
+ --- Energy:  95.64698110453958
+ --- Workload:  1092040000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 301 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11473711646.565487
+ --- Energy:  115.13669
+ --- Workload:  1321045181000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 313 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11473711743.841167
+ --- Energy:  115.13669
+ --- Workload:  1321045192200.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 612 in the X datas point
+--------------
+ --- Configuration:  100100-3-3
+ --- Energy efficiency:  11460109650.329136
+ --- Energy:  77.70891264945926
+ --- Workload:  890553000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (77.70891264945926 mAh)  it is NOT far from the median.
+---  Median :77.70891264945926,   the gap is :  10
+--- So No we don't romove this configuration '000110-3-3'
+ --- remove_aberrant_points: The value [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '002220-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '002220-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 553 in the X datas point
+--------------
+ --- Configuration:  002220-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13196111369.901518
+ --- Energy:  79.03690304614342
+ --- Workload:  1042980000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 13 in the X datas point
+--------------
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 411 in the X datas point
+--------------
+ --- Configuration:  002220-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11417401947.352076
+ --- Energy:  95.64698110453958
+ --- Workload:  1092040000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 756 in the X datas point
+--------------
+ --- Configuration:  002020-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6012216824.587563
+ --- Energy:  12.615399718681916
+ --- Workload:  75846500000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 30 in the X datas point
+--------------
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 47 in the X datas point
+--------------
+ --- Configuration:  101110-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14166071691.655617
+ --- Energy:  71.25193400283615
+ --- Workload:  1009360000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 108 in the X datas point
+--------------
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 154 in the X datas point
+--------------
+ --- Configuration:  003333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 163 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 176 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  83.7034659994173
+ --- Workload:  1150120000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '002220-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 756 in the X datas point
+--------------
+ --- Configuration:  002020-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6012216824.587563
+ --- Energy:  12.615399718681916
+ --- Workload:  75846500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 108 in the X datas point
+--------------
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 47 in the X datas point
+--------------
+ --- Configuration:  101110-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14166071691.655617
+ --- Energy:  71.25193400283615
+ --- Workload:  1009360000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 13 in the X datas point
+--------------
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 553 in the X datas point
+--------------
+ --- Configuration:  002220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13196111369.901518
+ --- Energy:  79.03690304614342
+ --- Workload:  1042980000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 163 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 176 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  83.7034659994173
+ --- Workload:  1150120000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 154 in the X datas point
+--------------
+ --- Configuration:  003333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 30 in the X datas point
+--------------
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 411 in the X datas point
+--------------
+ --- Configuration:  002220-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11417401947.352076
+ --- Energy:  95.64698110453958
+ --- Workload:  1092040000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 553 in the X datas point
+--------------
+ --- Configuration:  002220-2-3
+ --- Energy efficiency:  13196111369.901518
+ --- Energy:  79.03690304614342
+ --- Workload:  1042980000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (79.03690304614342 mAh)  it is NOT far from the median.
+---  Median :79.03690304614342,   the gap is :  10
+--- So No we don't romove this configuration '002220-2-3'
+ --- remove_aberrant_points: The value [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '222222-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222222-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 554 in the X datas point
+--------------
+ --- Configuration:  222222-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  16070659475.582241
+ --- Energy:  93.5530302681106
+ --- Workload:  1503460000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 24 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 74 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 98 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 104 in the X datas point
+--------------
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 117 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 158 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 181 in the X datas point
+--------------
+ --- Configuration:  202222-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15385988288.185717
+ --- Energy:  91.4259968153942
+ --- Workload:  1406680000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 240 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15595928215.061611
+ --- Energy:  95.9288937521245
+ --- Workload:  1496100000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 267 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9880837104.519495
+ --- Energy:  25.3623210355619
+ --- Workload:  250600000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222222-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 267 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9880837104.519495
+ --- Energy:  25.3623210355619
+ --- Workload:  250600000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 104 in the X datas point
+--------------
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 158 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  81.9077463484616
+ --- Workload:  1296140000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 74 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 181 in the X datas point
+--------------
+ --- Configuration:  202222-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15385988288.185717
+ --- Energy:  91.4259968153942
+ --- Workload:  1406680000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 554 in the X datas point
+--------------
+ --- Configuration:  222222-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16070659475.582241
+ --- Energy:  93.5530302681106
+ --- Workload:  1503460000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 240 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15595928215.061611
+ --- Energy:  95.9288937521245
+ --- Workload:  1496100000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 24 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  102.00341241380069
+ --- Workload:  1553260000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 98 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14800343367.966137
+ --- Energy:  102.719273058889
+ --- Workload:  1520280000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 117 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 181 in the X datas point
+--------------
+ --- Configuration:  202222-2-2
+ --- Energy efficiency:  15385988288.185717
+ --- Energy:  91.4259968153942
+ --- Workload:  1406680000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (91.4259968153942 mAh)  it is NOT far from the median.
+---  Median :91.4259968153942,   the gap is :  10
+--- So No we don't romove this configuration '222222-2-2'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '300000-3-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '300000-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 555 in the X datas point
+--------------
+ --- Configuration:  300000-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11530208569.942822
+ --- Energy:  61.70736633784887
+ --- Workload:  711499000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 605 in the X datas point
+--------------
+ --- Configuration:  303000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12131240613.452576
+ --- Energy:  64.34512219904238
+ --- Workload:  780586000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 350 in the X datas point
+--------------
+ --- Configuration:  300300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10880623242.099306
+ --- Energy:  53.6505919747787
+ --- Workload:  583752000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 472 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885591061.0119
+ --- Energy:  50.17401859858811
+ --- Workload:  696696000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 597 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10921477850.696844
+ --- Energy:  39.54493033100684
+ --- Workload:  431889000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 604 in the X datas point
+--------------
+ --- Configuration:  330003-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13533264764.791859
+ --- Energy:  73.38859474562628
+ --- Workload:  993187000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '300000-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 597 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10921477850.696844
+ --- Energy:  39.54493033100684
+ --- Workload:  431889000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 472 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13885591061.0119
+ --- Energy:  50.17401859858811
+ --- Workload:  696696000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 350 in the X datas point
+--------------
+ --- Configuration:  300300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10880623242.099306
+ --- Energy:  53.6505919747787
+ --- Workload:  583752000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 555 in the X datas point
+--------------
+ --- Configuration:  300000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11530208569.942822
+ --- Energy:  61.70736633784887
+ --- Workload:  711499000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 605 in the X datas point
+--------------
+ --- Configuration:  303000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12131240613.452576
+ --- Energy:  64.34512219904238
+ --- Workload:  780586000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 604 in the X datas point
+--------------
+ --- Configuration:  330003-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13533264764.791859
+ --- Energy:  73.38859474562628
+ --- Workload:  993187000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 555 in the X datas point
+--------------
+ --- Configuration:  300000-3-1
+ --- Energy efficiency:  11530208569.942822
+ --- Energy:  61.70736633784887
+ --- Workload:  711499000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (61.70736633784887 mAh)  it is NOT far from the median.
+---  Median :61.70736633784887,   the gap is :  10
+--- So No we don't romove this configuration '300000-3-1'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '222002-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222002-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 556 in the X datas point
+--------------
+ --- Configuration:  222002-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13717835106.13489
+ --- Energy:  41.48623715392385
+ --- Workload:  569101000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 155 in the X datas point
+--------------
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 339 in the X datas point
+--------------
+ --- Configuration:  220002-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12468874571.85002
+ --- Energy:  37.3545557848716
+ --- Workload:  465769000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 587 in the X datas point
+--------------
+ --- Configuration:  222002-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11068387136.763205
+ --- Energy:  35.22248964071155
+ --- Workload:  389856000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 703 in the X datas point
+--------------
+ --- Configuration:  111001-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10720963342.88214
+ --- Energy:  31.78714877872434
+ --- Workload:  340789000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 732 in the X datas point
+--------------
+ --- Configuration:  222002-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14681722283.47763
+ --- Energy:  54.8681089022372
+ --- Workload:  805558000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 81 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 136 in the X datas point
+--------------
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 183 in the X datas point
+--------------
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 184 in the X datas point
+--------------
+ --- Configuration:  222000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13569165428.480322
+ --- Energy:  37.8409560260374
+ --- Workload:  513470000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222002-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 703 in the X datas point
+--------------
+ --- Configuration:  111001-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10720963342.88214
+ --- Energy:  31.78714877872434
+ --- Workload:  340789000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 136 in the X datas point
+--------------
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 587 in the X datas point
+--------------
+ --- Configuration:  222002-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11068387136.763205
+ --- Energy:  35.22248964071155
+ --- Workload:  389856000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 339 in the X datas point
+--------------
+ --- Configuration:  220002-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12468874571.85002
+ --- Energy:  37.3545557848716
+ --- Workload:  465769000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 184 in the X datas point
+--------------
+ --- Configuration:  222000-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13569165428.480322
+ --- Energy:  37.8409560260374
+ --- Workload:  513470000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 183 in the X datas point
+--------------
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 556 in the X datas point
+--------------
+ --- Configuration:  222002-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13717835106.13489
+ --- Energy:  41.48623715392385
+ --- Workload:  569101000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 155 in the X datas point
+--------------
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 81 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 732 in the X datas point
+--------------
+ --- Configuration:  222002-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14681722283.47763
+ --- Energy:  54.8681089022372
+ --- Workload:  805558000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 184 in the X datas point
+--------------
+ --- Configuration:  222000-1-1
+ --- Energy efficiency:  13569165428.480322
+ --- Energy:  37.8409560260374
+ --- Workload:  513470000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (37.8409560260374 mAh)  it is NOT far from the median.
+---  Median :37.8409560260374,   the gap is :  10
+--- So No we don't romove this configuration '222002-1-0'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 0, 1, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '033030-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033030-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 557 in the X datas point
+--------------
+ --- Configuration:  033030-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5054436278.721834
+ --- Energy:  23.84502806404063
+ --- Workload:  120523000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 128 in the X datas point
+--------------
+ --- Configuration:  033330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6111684930.418467
+ --- Energy:  26.7184846004408
+ --- Workload:  163295000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 107 in the X datas point
+--------------
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 153 in the X datas point
+--------------
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 277 in the X datas point
+--------------
+ --- Configuration:  033333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10524354935.975086
+ --- Energy:  24.0280687781385
+ --- Workload:  252880000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 287 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 305 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 307 in the X datas point
+--------------
+ --- Configuration:  333330-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16232147970.356508
+ --- Energy:  56.82057
+ --- Workload:  922319899999.9999
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 335 in the X datas point
+--------------
+ --- Configuration:  333030-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11193557883.566849
+ --- Energy:  34.531211142434685
+ --- Workload:  386527000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 437 in the X datas point
+--------------
+ --- Configuration:  033000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8071025020.177562
+ --- Energy:  30.84463223263372
+ --- Workload:  248947000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033030-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 557 in the X datas point
+--------------
+ --- Configuration:  033030-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5054436278.721834
+ --- Energy:  23.84502806404063
+ --- Workload:  120523000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 277 in the X datas point
+--------------
+ --- Configuration:  033333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10524354935.975086
+ --- Energy:  24.0280687781385
+ --- Workload:  252880000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 128 in the X datas point
+--------------
+ --- Configuration:  033330-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6111684930.418467
+ --- Energy:  26.7184846004408
+ --- Workload:  163295000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 437 in the X datas point
+--------------
+ --- Configuration:  033000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8071025020.177562
+ --- Energy:  30.84463223263372
+ --- Workload:  248947000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 335 in the X datas point
+--------------
+ --- Configuration:  333030-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11193557883.566849
+ --- Energy:  34.531211142434685
+ --- Workload:  386527000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 287 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 305 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  46.07778
+ --- Workload:  495630000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 107 in the X datas point
+--------------
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 307 in the X datas point
+--------------
+ --- Configuration:  333330-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16232147970.356508
+ --- Energy:  56.82057
+ --- Workload:  922319899999.9999
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 153 in the X datas point
+--------------
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 335 in the X datas point
+--------------
+ --- Configuration:  333030-0-1
+ --- Energy efficiency:  11193557883.566849
+ --- Energy:  34.531211142434685
+ --- Workload:  386527000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (23.84502806404063 mAh)  is far from the median.
+---  Median :34.531211142434685,   the gap is :  10
+--- So yes we remove this configuration '033030-0-0'
+--- remove_aberrant_points: The value [2.0, 0, 1, 1, 0, 1, 0, 0.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '110000-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110000-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 558 in the X datas point
+--------------
+ --- Configuration:  110000-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12516412145.425688
+ --- Energy:  59.318332001781286
+ --- Workload:  742453000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 678 in the X datas point
+--------------
+ --- Configuration:  110001-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12657170413.611015
+ --- Energy:  62.61500040774629
+ --- Workload:  792529000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 36 in the X datas point
+--------------
+ --- Configuration:  110001-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11533320339.125751
+ --- Energy:  52.516287756608044
+ --- Workload:  605687000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 42 in the X datas point
+--------------
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 157 in the X datas point
+--------------
+ --- Configuration:  100000-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10075333266.836134
+ --- Energy:  50.7096930689716
+ --- Workload:  510917000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 216 in the X datas point
+--------------
+ --- Configuration:  110100-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11216131488.952671
+ --- Energy:  77.6226342959476
+ --- Workload:  870626000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 408 in the X datas point
+--------------
+ --- Configuration:  000000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16089483270.155294
+ --- Energy:  39.92204534168386
+ --- Workload:  642325000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 502 in the X datas point
+--------------
+ --- Configuration:  111001-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13236319932.441824
+ --- Energy:  63.39311214039606
+ --- Workload:  839092000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 615 in the X datas point
+--------------
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12670208412.258175
+ --- Energy:  62.229672314345905
+ --- Workload:  788463000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 693 in the X datas point
+--------------
+ --- Configuration:  110100-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13984468848.896416
+ --- Energy:  73.46366427282355
+ --- Workload:  1027350000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110000-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 408 in the X datas point
+--------------
+ --- Configuration:  000000-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  16089483270.155294
+ --- Energy:  39.92204534168386
+ --- Workload:  642325000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 157 in the X datas point
+--------------
+ --- Configuration:  100000-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10075333266.836134
+ --- Energy:  50.7096930689716
+ --- Workload:  510917000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 36 in the X datas point
+--------------
+ --- Configuration:  110001-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11533320339.125751
+ --- Energy:  52.516287756608044
+ --- Workload:  605687000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 558 in the X datas point
+--------------
+ --- Configuration:  110000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12516412145.425688
+ --- Energy:  59.318332001781286
+ --- Workload:  742453000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 615 in the X datas point
+--------------
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12670208412.258175
+ --- Energy:  62.229672314345905
+ --- Workload:  788463000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 42 in the X datas point
+--------------
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 678 in the X datas point
+--------------
+ --- Configuration:  110001-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12657170413.611015
+ --- Energy:  62.61500040774629
+ --- Workload:  792529000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 502 in the X datas point
+--------------
+ --- Configuration:  111001-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13236319932.441824
+ --- Energy:  63.39311214039606
+ --- Workload:  839092000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 693 in the X datas point
+--------------
+ --- Configuration:  110100-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13984468848.896416
+ --- Energy:  73.46366427282355
+ --- Workload:  1027350000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 216 in the X datas point
+--------------
+ --- Configuration:  110100-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11216131488.952671
+ --- Energy:  77.6226342959476
+ --- Workload:  870626000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 615 in the X datas point
+--------------
+ --- Configuration:  220020-1-2
+ --- Energy efficiency:  12670208412.258175
+ --- Energy:  62.229672314345905
+ --- Workload:  788463000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (62.229672314345905 mAh)  it is NOT far from the median.
+---  Median :62.229672314345905,   the gap is :  10
+--- So No we don't romove this configuration '110000-1-2'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '001101-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '001101-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 559 in the X datas point
+--------------
+ --- Configuration:  001101-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13683428410.355072
+ --- Energy:  37.45828346692664
+ --- Workload:  512558000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 146 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 197 in the X datas point
+--------------
+ --- Configuration:  001101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13985290271.692234
+ --- Energy:  73.251940060295
+ --- Workload:  1024450000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 423 in the X datas point
+--------------
+ --- Configuration:  011100-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12667865046.700085
+ --- Energy:  40.3948990870666
+ --- Workload:  511717000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 455 in the X datas point
+--------------
+ --- Configuration:  101111-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14337534230.862976
+ --- Energy:  42.54593968589113
+ --- Workload:  610004000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 541 in the X datas point
+--------------
+ --- Configuration:  101101-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14119886306.675457
+ --- Energy:  56.83939361137568
+ --- Workload:  802566000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 610 in the X datas point
+--------------
+ --- Configuration:  001111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10299849210.207561
+ --- Energy:  33.008552866909774
+ --- Workload:  339983000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 737 in the X datas point
+--------------
+ --- Configuration:  011101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5926487844.77343
+ --- Energy:  12.82440487818982
+ --- Workload:  76003700000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 775 in the X datas point
+--------------
+ --- Configuration:  101101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5941064638.78327
+ --- Energy:  12.77057489674986
+ --- Workload:  75870700000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '001101-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 775 in the X datas point
+--------------
+ --- Configuration:  101101-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5941064638.78327
+ --- Energy:  12.77057489674986
+ --- Workload:  75870700000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 737 in the X datas point
+--------------
+ --- Configuration:  011101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5926487844.77343
+ --- Energy:  12.82440487818982
+ --- Workload:  76003700000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 610 in the X datas point
+--------------
+ --- Configuration:  001111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10299849210.207561
+ --- Energy:  33.008552866909774
+ --- Workload:  339983000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 559 in the X datas point
+--------------
+ --- Configuration:  001101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13683428410.355072
+ --- Energy:  37.45828346692664
+ --- Workload:  512558000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 423 in the X datas point
+--------------
+ --- Configuration:  011100-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12667865046.700085
+ --- Energy:  40.3948990870666
+ --- Workload:  511717000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 146 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 455 in the X datas point
+--------------
+ --- Configuration:  101111-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14337534230.862976
+ --- Energy:  42.54593968589113
+ --- Workload:  610004000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 541 in the X datas point
+--------------
+ --- Configuration:  101101-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14119886306.675457
+ --- Energy:  56.83939361137568
+ --- Workload:  802566000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 197 in the X datas point
+--------------
+ --- Configuration:  001101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13985290271.692234
+ --- Energy:  73.251940060295
+ --- Workload:  1024450000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 423 in the X datas point
+--------------
+ --- Configuration:  011100-1-1
+ --- Energy efficiency:  12667865046.700085
+ --- Energy:  40.3948990870666
+ --- Workload:  511717000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (40.3948990870666 mAh)  it is NOT far from the median.
+---  Median :40.3948990870666,   the gap is :  10
+--- So No we don't romove this configuration '001101-1-1'
+ --- remove_aberrant_points: The value [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '002202-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '002202-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 560 in the X datas point
+--------------
+ --- Configuration:  002202-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12755215926.672813
+ --- Energy:  62.95852732602467
+ --- Workload:  803050000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 173 in the X datas point
+--------------
+ --- Configuration:  002202-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13345451002.843914
+ --- Energy:  76.0798450282377
+ --- Workload:  1015320000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 655 in the X datas point
+--------------
+ --- Configuration:  001101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11963267981.988104
+ --- Energy:  50.131704402498926
+ --- Workload:  599739000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 755 in the X datas point
+--------------
+ --- Configuration:  001101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5933274396.140998
+ --- Energy:  12.801274922165252
+ --- Workload:  75953500000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 110 in the X datas point
+--------------
+ --- Configuration:  200202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373986415.837713
+ --- Energy:  65.7590425822352
+ --- Workload:  813702000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 221 in the X datas point
+--------------
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 430 in the X datas point
+--------------
+ --- Configuration:  002022-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12850612909.982742
+ --- Energy:  61.59240778326698
+ --- Workload:  791500000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 508 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 509 in the X datas point
+--------------
+ --- Configuration:  000202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13004797469.786604
+ --- Energy:  45.81348523547173
+ --- Workload:  595795000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '002202-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 755 in the X datas point
+--------------
+ --- Configuration:  001101-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5933274396.140998
+ --- Energy:  12.801274922165252
+ --- Workload:  75953500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 509 in the X datas point
+--------------
+ --- Configuration:  000202-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13004797469.786604
+ --- Energy:  45.81348523547173
+ --- Workload:  595795000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 655 in the X datas point
+--------------
+ --- Configuration:  001101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11963267981.988104
+ --- Energy:  50.131704402498926
+ --- Workload:  599739000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 508 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 430 in the X datas point
+--------------
+ --- Configuration:  002022-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12850612909.982742
+ --- Energy:  61.59240778326698
+ --- Workload:  791500000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 560 in the X datas point
+--------------
+ --- Configuration:  002202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12755215926.672813
+ --- Energy:  62.95852732602467
+ --- Workload:  803050000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 110 in the X datas point
+--------------
+ --- Configuration:  200202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373986415.837713
+ --- Energy:  65.7590425822352
+ --- Workload:  813702000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 173 in the X datas point
+--------------
+ --- Configuration:  002202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13345451002.843914
+ --- Energy:  76.0798450282377
+ --- Workload:  1015320000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 221 in the X datas point
+--------------
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (54.087718626572986 mAh)  it is NOT far from the median.
+---  Median :54.087718626572986,   the gap is :  10
+--- So No we don't romove this configuration '002202-3-0'
+ --- remove_aberrant_points: The value [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '101101-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101101-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 508 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 561 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12080679610.712181
+ --- Energy:  56.78135936837892
+ --- Workload:  685957000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 632 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11809317315.175327
+ --- Energy:  58.81039857197384
+ --- Workload:  694511000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 276 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5303154846.818372
+ --- Energy:  14.4399767950293
+ --- Workload:  76577300000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 368 in the X datas point
+--------------
+ --- Configuration:  101101-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12808082412.325474
+ --- Energy:  45.0099417425521
+ --- Workload:  576491000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 480 in the X datas point
+--------------
+ --- Configuration:  100101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12027441811.236517
+ --- Energy:  49.41931284357229
+ --- Workload:  594388000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 567 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11472757936.280302
+ --- Energy:  54.89700632647969
+ --- Workload:  629820000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 655 in the X datas point
+--------------
+ --- Configuration:  001101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11963267981.988104
+ --- Energy:  50.131704402498926
+ --- Workload:  599739000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 755 in the X datas point
+--------------
+ --- Configuration:  001101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5933274396.140998
+ --- Energy:  12.801274922165252
+ --- Workload:  75953500000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101101-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 755 in the X datas point
+--------------
+ --- Configuration:  001101-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5933274396.140998
+ --- Energy:  12.801274922165252
+ --- Workload:  75953500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 276 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5303154846.818372
+ --- Energy:  14.4399767950293
+ --- Workload:  76577300000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 368 in the X datas point
+--------------
+ --- Configuration:  101101-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12808082412.325474
+ --- Energy:  45.0099417425521
+ --- Workload:  576491000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 480 in the X datas point
+--------------
+ --- Configuration:  100101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12027441811.236517
+ --- Energy:  49.41931284357229
+ --- Workload:  594388000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 655 in the X datas point
+--------------
+ --- Configuration:  001101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11963267981.988104
+ --- Energy:  50.131704402498926
+ --- Workload:  599739000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 508 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 567 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11472757936.280302
+ --- Energy:  54.89700632647969
+ --- Workload:  629820000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 561 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12080679610.712181
+ --- Energy:  56.78135936837892
+ --- Workload:  685957000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 632 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11809317315.175327
+ --- Energy:  58.81039857197384
+ --- Workload:  694511000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 655 in the X datas point
+--------------
+ --- Configuration:  001101-3-0
+ --- Energy efficiency:  11963267981.988104
+ --- Energy:  50.131704402498926
+ --- Workload:  599739000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (50.131704402498926 mAh)  it is NOT far from the median.
+---  Median :50.131704402498926,   the gap is :  10
+--- So No we don't romove this configuration '101101-3-0'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '101110-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101110-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 562 in the X datas point
+--------------
+ --- Configuration:  101110-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14736981718.77418
+ --- Energy:  73.08276501890562
+ --- Workload:  1077020000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 47 in the X datas point
+--------------
+ --- Configuration:  101110-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14166071691.655617
+ --- Energy:  71.25193400283615
+ --- Workload:  1009360000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 5 in the X datas point
+--------------
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 10 in the X datas point
+--------------
+ --- Configuration:  101101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 13 in the X datas point
+--------------
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 104 in the X datas point
+--------------
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 119 in the X datas point
+--------------
+ --- Configuration:  101111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 181 in the X datas point
+--------------
+ --- Configuration:  202222-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15385988288.185717
+ --- Energy:  91.4259968153942
+ --- Workload:  1406680000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 266 in the X datas point
+--------------
+ --- Configuration:  101010-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5883010454.109577
+ --- Energy:  12.9248547023353
+ --- Workload:  76037200000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 353 in the X datas point
+--------------
+ --- Configuration:  111110-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14286387786.85281
+ --- Energy:  59.8357473888033
+ --- Workload:  854837000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101110-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 266 in the X datas point
+--------------
+ --- Configuration:  101010-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5883010454.109577
+ --- Energy:  12.9248547023353
+ --- Workload:  76037200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 119 in the X datas point
+--------------
+ --- Configuration:  101111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 353 in the X datas point
+--------------
+ --- Configuration:  111110-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14286387786.85281
+ --- Energy:  59.8357473888033
+ --- Workload:  854837000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 5 in the X datas point
+--------------
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 47 in the X datas point
+--------------
+ --- Configuration:  101110-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14166071691.655617
+ --- Energy:  71.25193400283615
+ --- Workload:  1009360000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 104 in the X datas point
+--------------
+ --- Configuration:  111111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15847508930.071281
+ --- Energy:  72.979973067832
+ --- Workload:  1156550000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 562 in the X datas point
+--------------
+ --- Configuration:  101110-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14736981718.77418
+ --- Energy:  73.08276501890562
+ --- Workload:  1077020000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 10 in the X datas point
+--------------
+ --- Configuration:  101101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 13 in the X datas point
+--------------
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 181 in the X datas point
+--------------
+ --- Configuration:  202222-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15385988288.185717
+ --- Energy:  91.4259968153942
+ --- Workload:  1406680000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 47 in the X datas point
+--------------
+ --- Configuration:  101110-2-3
+ --- Energy efficiency:  14166071691.655617
+ --- Energy:  71.25193400283615
+ --- Workload:  1009360000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (71.25193400283615 mAh)  it is NOT far from the median.
+---  Median :71.25193400283615,   the gap is :  10
+--- So No we don't romove this configuration '101110-2-2'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '020202-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '020202-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 563 in the X datas point
+--------------
+ --- Configuration:  020202-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12798329050.159212
+ --- Energy:  78.24767797732055
+ --- Workload:  1001440000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 165 in the X datas point
+--------------
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 327 in the X datas point
+--------------
+ --- Configuration:  022202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14427994927.116983
+ --- Energy:  91.64266045689709
+ --- Workload:  1322220000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 331 in the X datas point
+--------------
+ --- Configuration:  220202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14568255189.2125
+ --- Energy:  91.04108716316011
+ --- Workload:  1326310000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 394 in the X datas point
+--------------
+ --- Configuration:  222202-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14354884321.164698
+ --- Energy:  82.7028685460665
+ --- Workload:  1187190000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 506 in the X datas point
+--------------
+ --- Configuration:  030303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13120776749.983599
+ --- Energy:  76.53052030248016
+ --- Workload:  1004140000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 565 in the X datas point
+--------------
+ --- Configuration:  020200-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12356571100.945772
+ --- Energy:  82.47916412519714
+ --- Workload:  1019160000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 576 in the X datas point
+--------------
+ --- Configuration:  020000-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10711076216.805037
+ --- Energy:  71.00913070664843
+ --- Workload:  760584000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 606 in the X datas point
+--------------
+ --- Configuration:  020002-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13321042451.498085
+ --- Energy:  83.10239746504709
+ --- Workload:  1107010000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 17 in the X datas point
+--------------
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '020202-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 576 in the X datas point
+--------------
+ --- Configuration:  020000-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10711076216.805037
+ --- Energy:  71.00913070664843
+ --- Workload:  760584000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 165 in the X datas point
+--------------
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 506 in the X datas point
+--------------
+ --- Configuration:  030303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13120776749.983599
+ --- Energy:  76.53052030248016
+ --- Workload:  1004140000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 563 in the X datas point
+--------------
+ --- Configuration:  020202-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798329050.159212
+ --- Energy:  78.24767797732055
+ --- Workload:  1001440000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 565 in the X datas point
+--------------
+ --- Configuration:  020200-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12356571100.945772
+ --- Energy:  82.47916412519714
+ --- Workload:  1019160000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 394 in the X datas point
+--------------
+ --- Configuration:  222202-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14354884321.164698
+ --- Energy:  82.7028685460665
+ --- Workload:  1187190000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 606 in the X datas point
+--------------
+ --- Configuration:  020002-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13321042451.498085
+ --- Energy:  83.10239746504709
+ --- Workload:  1107010000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 331 in the X datas point
+--------------
+ --- Configuration:  220202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14568255189.2125
+ --- Energy:  91.04108716316011
+ --- Workload:  1326310000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 327 in the X datas point
+--------------
+ --- Configuration:  022202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14427994927.116983
+ --- Energy:  91.64266045689709
+ --- Workload:  1322220000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 17 in the X datas point
+--------------
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 565 in the X datas point
+--------------
+ --- Configuration:  020200-2-3
+ --- Energy efficiency:  12356571100.945772
+ --- Energy:  82.47916412519714
+ --- Workload:  1019160000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (82.47916412519714 mAh)  it is NOT far from the median.
+---  Median :82.47916412519714,   the gap is :  10
+--- So No we don't romove this configuration '020202-1-3'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '030300-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '030300-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 564 in the X datas point
+--------------
+ --- Configuration:  030300-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11625825142.93952
+ --- Energy:  47.58862500100224
+ --- Workload:  553257000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 651 in the X datas point
+--------------
+ --- Configuration:  030300-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11668883754.580038
+ --- Energy:  47.396418468531486
+ --- Workload:  553063000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 45 in the X datas point
+--------------
+ --- Configuration:  030300-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 178 in the X datas point
+--------------
+ --- Configuration:  030330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11742271237.07176
+ --- Energy:  50.8317348445158
+ --- Workload:  596880000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 25 in the X datas point
+--------------
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 171 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 350 in the X datas point
+--------------
+ --- Configuration:  300300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10880623242.099306
+ --- Energy:  53.6505919747787
+ --- Workload:  583752000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 575 in the X datas point
+--------------
+ --- Configuration:  020200-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11852174933.361147
+ --- Energy:  40.672301388671954
+ --- Workload:  482055000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 584 in the X datas point
+--------------
+ --- Configuration:  330300-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12326960294.86089
+ --- Energy:  42.494897108957154
+ --- Workload:  523833000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '030300-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 575 in the X datas point
+--------------
+ --- Configuration:  020200-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11852174933.361147
+ --- Energy:  40.672301388671954
+ --- Workload:  482055000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 45 in the X datas point
+--------------
+ --- Configuration:  030300-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 584 in the X datas point
+--------------
+ --- Configuration:  330300-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12326960294.86089
+ --- Energy:  42.494897108957154
+ --- Workload:  523833000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 651 in the X datas point
+--------------
+ --- Configuration:  030300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11668883754.580038
+ --- Energy:  47.396418468531486
+ --- Workload:  553063000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 564 in the X datas point
+--------------
+ --- Configuration:  030300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11625825142.93952
+ --- Energy:  47.58862500100224
+ --- Workload:  553257000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 178 in the X datas point
+--------------
+ --- Configuration:  030330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11742271237.07176
+ --- Energy:  50.8317348445158
+ --- Workload:  596880000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 25 in the X datas point
+--------------
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 171 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 350 in the X datas point
+--------------
+ --- Configuration:  300300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10880623242.099306
+ --- Energy:  53.6505919747787
+ --- Workload:  583752000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 564 in the X datas point
+--------------
+ --- Configuration:  030300-3-0
+ --- Energy efficiency:  11625825142.93952
+ --- Energy:  47.58862500100224
+ --- Workload:  553257000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (47.58862500100224 mAh)  it is NOT far from the median.
+---  Median :47.58862500100224,   the gap is :  10
+--- So No we don't romove this configuration '030300-3-0'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '020200-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '020200-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 565 in the X datas point
+--------------
+ --- Configuration:  020200-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12356571100.945772
+ --- Energy:  82.47916412519714
+ --- Workload:  1019160000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 447 in the X datas point
+--------------
+ --- Configuration:  020200-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13423107073.440504
+ --- Energy:  72.91082650802181
+ --- Workload:  978690000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 520 in the X datas point
+--------------
+ --- Configuration:  030300-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13386827094.402565
+ --- Energy:  73.31275563806082
+ --- Workload:  981425000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 122 in the X datas point
+--------------
+ --- Configuration:  000300-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11063476697.552206
+ --- Energy:  90.2662722413003
+ --- Workload:  998659000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 327 in the X datas point
+--------------
+ --- Configuration:  022202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14427994927.116983
+ --- Energy:  91.64266045689709
+ --- Workload:  1322220000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 331 in the X datas point
+--------------
+ --- Configuration:  220202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14568255189.2125
+ --- Energy:  91.04108716316011
+ --- Workload:  1326310000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 436 in the X datas point
+--------------
+ --- Configuration:  030300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13468630213.370039
+ --- Energy:  72.31426635370143
+ --- Workload:  973974000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 511 in the X datas point
+--------------
+ --- Configuration:  220200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13871530210.112068
+ --- Energy:  73.91177263939154
+ --- Workload:  1025270000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 563 in the X datas point
+--------------
+ --- Configuration:  020202-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798329050.159212
+ --- Energy:  78.24767797732055
+ --- Workload:  1001440000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 576 in the X datas point
+--------------
+ --- Configuration:  020000-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10711076216.805037
+ --- Energy:  71.00913070664843
+ --- Workload:  760584000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '020200-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 576 in the X datas point
+--------------
+ --- Configuration:  020000-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10711076216.805037
+ --- Energy:  71.00913070664843
+ --- Workload:  760584000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 436 in the X datas point
+--------------
+ --- Configuration:  030300-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13468630213.370039
+ --- Energy:  72.31426635370143
+ --- Workload:  973974000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 447 in the X datas point
+--------------
+ --- Configuration:  020200-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13423107073.440504
+ --- Energy:  72.91082650802181
+ --- Workload:  978690000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 520 in the X datas point
+--------------
+ --- Configuration:  030300-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13386827094.402565
+ --- Energy:  73.31275563806082
+ --- Workload:  981425000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 511 in the X datas point
+--------------
+ --- Configuration:  220200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13871530210.112068
+ --- Energy:  73.91177263939154
+ --- Workload:  1025270000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 563 in the X datas point
+--------------
+ --- Configuration:  020202-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798329050.159212
+ --- Energy:  78.24767797732055
+ --- Workload:  1001440000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 565 in the X datas point
+--------------
+ --- Configuration:  020200-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12356571100.945772
+ --- Energy:  82.47916412519714
+ --- Workload:  1019160000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 122 in the X datas point
+--------------
+ --- Configuration:  000300-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11063476697.552206
+ --- Energy:  90.2662722413003
+ --- Workload:  998659000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 331 in the X datas point
+--------------
+ --- Configuration:  220202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14568255189.2125
+ --- Energy:  91.04108716316011
+ --- Workload:  1326310000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 327 in the X datas point
+--------------
+ --- Configuration:  022202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14427994927.116983
+ --- Energy:  91.64266045689709
+ --- Workload:  1322220000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 511 in the X datas point
+--------------
+ --- Configuration:  220200-2-2
+ --- Energy efficiency:  13871530210.112068
+ --- Energy:  73.91177263939154
+ --- Workload:  1025270000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (73.91177263939154 mAh)  it is NOT far from the median.
+---  Median :73.91177263939154,   the gap is :  10
+--- So No we don't romove this configuration '020200-2-3'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '222220-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222220-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 400 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13861550830.306894
+ --- Energy:  44.8724765340684
+ --- Workload:  622002000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 566 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13883393379.009699
+ --- Energy:  44.42888788986695
+ --- Workload:  616824000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 209 in the X datas point
+--------------
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 248 in the X datas point
+--------------
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 395 in the X datas point
+--------------
+ --- Configuration:  222222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  49900697611.75261
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 500 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13526400151.49568
+ --- Energy:  45.93145920255071
+ --- Workload:  621287000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 601 in the X datas point
+--------------
+ --- Configuration:  333330-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13692590391.635471
+ --- Energy:  45.36592371702859
+ --- Workload:  621177000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222220-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 395 in the X datas point
+--------------
+ --- Configuration:  222222-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  49900697611.75261
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 209 in the X datas point
+--------------
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 566 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13883393379.009699
+ --- Energy:  44.42888788986695
+ --- Workload:  616824000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 400 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13861550830.306894
+ --- Energy:  44.8724765340684
+ --- Workload:  622002000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 248 in the X datas point
+--------------
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 601 in the X datas point
+--------------
+ --- Configuration:  333330-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13692590391.635471
+ --- Energy:  45.36592371702859
+ --- Workload:  621177000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 500 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13526400151.49568
+ --- Energy:  45.93145920255071
+ --- Workload:  621287000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 400 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Energy efficiency:  13861550830.306894
+ --- Energy:  44.8724765340684
+ --- Workload:  622002000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (44.8724765340684 mAh)  it is NOT far from the median.
+---  Median :44.8724765340684,   the gap is :  10
+--- So No we don't romove this configuration '222220-2-0'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '101001-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101001-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 276 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5303154846.818372
+ --- Energy:  14.4399767950293
+ --- Workload:  76577300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 567 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11472757936.280302
+ --- Energy:  54.89700632647969
+ --- Workload:  629820000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 193 in the X datas point
+--------------
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 381 in the X datas point
+--------------
+ --- Configuration:  111001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12484488023.630638
+ --- Energy:  53.0720402291821
+ --- Workload:  662577000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 508 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 517 in the X datas point
+--------------
+ --- Configuration:  202002-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13684477013.499737
+ --- Energy:  56.33322721184273
+ --- Workload:  770891000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 561 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12080679610.712181
+ --- Energy:  56.78135936837892
+ --- Workload:  685957000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 632 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11809317315.175327
+ --- Energy:  58.81039857197384
+ --- Workload:  694511000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 41 in the X datas point
+--------------
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101001-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 276 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5303154846.818372
+ --- Energy:  14.4399767950293
+ --- Workload:  76577300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 508 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 381 in the X datas point
+--------------
+ --- Configuration:  111001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12484488023.630638
+ --- Energy:  53.0720402291821
+ --- Workload:  662577000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 567 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11472757936.280302
+ --- Energy:  54.89700632647969
+ --- Workload:  629820000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 41 in the X datas point
+--------------
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 517 in the X datas point
+--------------
+ --- Configuration:  202002-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13684477013.499737
+ --- Energy:  56.33322721184273
+ --- Workload:  770891000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 561 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12080679610.712181
+ --- Energy:  56.78135936837892
+ --- Workload:  685957000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 193 in the X datas point
+--------------
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 632 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11809317315.175327
+ --- Energy:  58.81039857197384
+ --- Workload:  694511000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 567 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Energy efficiency:  11472757936.280302
+ --- Energy:  54.89700632647969
+ --- Workload:  629820000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (54.89700632647969 mAh)  it is NOT far from the median.
+---  Median :54.89700632647969,   the gap is :  10
+--- So No we don't romove this configuration '101001-3-0'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '002022-3-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '002022-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 568 in the X datas point
+--------------
+ --- Configuration:  002022-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13394465674.67254
+ --- Energy:  75.26763933992237
+ --- Workload:  1008170000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 430 in the X datas point
+--------------
+ --- Configuration:  002022-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12850612909.982742
+ --- Energy:  61.59240778326698
+ --- Workload:  791500000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 544 in the X datas point
+--------------
+ --- Configuration:  202022-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14733811592.85764
+ --- Energy:  72.31670560917817
+ --- Workload:  1065500000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 676 in the X datas point
+--------------
+ --- Configuration:  002022-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14639037922.427738
+ --- Energy:  63.03819652563211
+ --- Workload:  922819000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 84 in the X datas point
+--------------
+ --- Configuration:  003333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712605724.190134
+ --- Energy:  82.9689480595376
+ --- Workload:  1137720000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 116 in the X datas point
+--------------
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 173 in the X datas point
+--------------
+ --- Configuration:  002202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13345451002.843914
+ --- Energy:  76.0798450282377
+ --- Workload:  1015320000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 186 in the X datas point
+--------------
+ --- Configuration:  101011-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12908055917.698235
+ --- Energy:  67.8209046191028
+ --- Workload:  875436000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 322 in the X datas point
+--------------
+ --- Configuration:  303033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13379358325.974688
+ --- Energy:  87.10137841468074
+ --- Workload:  1165360000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 384 in the X datas point
+--------------
+ --- Configuration:  222022-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14768125659.027607
+ --- Energy:  80.9276948124698
+ --- Workload:  1195150000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '002022-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 430 in the X datas point
+--------------
+ --- Configuration:  002022-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12850612909.982742
+ --- Energy:  61.59240778326698
+ --- Workload:  791500000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 676 in the X datas point
+--------------
+ --- Configuration:  002022-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14639037922.427738
+ --- Energy:  63.03819652563211
+ --- Workload:  922819000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 186 in the X datas point
+--------------
+ --- Configuration:  101011-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12908055917.698235
+ --- Energy:  67.8209046191028
+ --- Workload:  875436000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 544 in the X datas point
+--------------
+ --- Configuration:  202022-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14733811592.85764
+ --- Energy:  72.31670560917817
+ --- Workload:  1065500000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 568 in the X datas point
+--------------
+ --- Configuration:  002022-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13394465674.67254
+ --- Energy:  75.26763933992237
+ --- Workload:  1008170000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 173 in the X datas point
+--------------
+ --- Configuration:  002202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13345451002.843914
+ --- Energy:  76.0798450282377
+ --- Workload:  1015320000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 384 in the X datas point
+--------------
+ --- Configuration:  222022-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14768125659.027607
+ --- Energy:  80.9276948124698
+ --- Workload:  1195150000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 84 in the X datas point
+--------------
+ --- Configuration:  003333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712605724.190134
+ --- Energy:  82.9689480595376
+ --- Workload:  1137720000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 322 in the X datas point
+--------------
+ --- Configuration:  303033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13379358325.974688
+ --- Energy:  87.10137841468074
+ --- Workload:  1165360000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 116 in the X datas point
+--------------
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 568 in the X datas point
+--------------
+ --- Configuration:  002022-3-1
+ --- Energy efficiency:  13394465674.67254
+ --- Energy:  75.26763933992237
+ --- Workload:  1008170000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (75.26763933992237 mAh)  it is NOT far from the median.
+---  Median :75.26763933992237,   the gap is :  10
+--- So No we don't romove this configuration '002022-3-1'
+ --- remove_aberrant_points: The value [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '002020-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '002020-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 569 in the X datas point
+--------------
+ --- Configuration:  002020-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10921513634.417622
+ --- Energy:  52.90383875415112
+ --- Workload:  577790000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 418 in the X datas point
+--------------
+ --- Configuration:  002020-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11522688750.283745
+ --- Energy:  41.82246108428108
+ --- Workload:  481907000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 430 in the X datas point
+--------------
+ --- Configuration:  002022-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12850612909.982742
+ --- Energy:  61.59240778326698
+ --- Workload:  791500000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 244 in the X datas point
+--------------
+ --- Configuration:  202220-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12080227204.913269
+ --- Energy:  55.1955872410731
+ --- Workload:  666775000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 466 in the X datas point
+--------------
+ --- Configuration:  202220-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11749390206.648275
+ --- Energy:  56.72728338180733
+ --- Workload:  666511000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 568 in the X datas point
+--------------
+ --- Configuration:  002022-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13394465674.67254
+ --- Energy:  75.26763933992237
+ --- Workload:  1008170000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 596 in the X datas point
+--------------
+ --- Configuration:  001000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10540573301.781883
+ --- Energy:  49.31922940865544
+ --- Workload:  519853000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 654 in the X datas point
+--------------
+ --- Configuration:  033030-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12133492686.537285
+ --- Energy:  49.23349758478151
+ --- Workload:  597374000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 657 in the X datas point
+--------------
+ --- Configuration:  202022-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14577046981.822424
+ --- Energy:  55.92467118019403
+ --- Workload:  815217000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 739 in the X datas point
+--------------
+ --- Configuration:  002220-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5804639067.542781
+ --- Energy:  13.05030508081098
+ --- Workload:  75752500000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '002020-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 739 in the X datas point
+--------------
+ --- Configuration:  002220-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5804639067.542781
+ --- Energy:  13.05030508081098
+ --- Workload:  75752500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 418 in the X datas point
+--------------
+ --- Configuration:  002020-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11522688750.283745
+ --- Energy:  41.82246108428108
+ --- Workload:  481907000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 654 in the X datas point
+--------------
+ --- Configuration:  033030-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12133492686.537285
+ --- Energy:  49.23349758478151
+ --- Workload:  597374000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 596 in the X datas point
+--------------
+ --- Configuration:  001000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10540573301.781883
+ --- Energy:  49.31922940865544
+ --- Workload:  519853000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 569 in the X datas point
+--------------
+ --- Configuration:  002020-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10921513634.417622
+ --- Energy:  52.90383875415112
+ --- Workload:  577790000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 244 in the X datas point
+--------------
+ --- Configuration:  202220-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12080227204.913269
+ --- Energy:  55.1955872410731
+ --- Workload:  666775000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 657 in the X datas point
+--------------
+ --- Configuration:  202022-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14577046981.822424
+ --- Energy:  55.92467118019403
+ --- Workload:  815217000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 466 in the X datas point
+--------------
+ --- Configuration:  202220-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11749390206.648275
+ --- Energy:  56.72728338180733
+ --- Workload:  666511000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 430 in the X datas point
+--------------
+ --- Configuration:  002022-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12850612909.982742
+ --- Energy:  61.59240778326698
+ --- Workload:  791500000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 568 in the X datas point
+--------------
+ --- Configuration:  002022-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13394465674.67254
+ --- Energy:  75.26763933992237
+ --- Workload:  1008170000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 569 in the X datas point
+--------------
+ --- Configuration:  002020-3-0
+ --- Energy efficiency:  10921513634.417622
+ --- Energy:  52.90383875415112
+ --- Workload:  577790000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (52.90383875415112 mAh)  it is NOT far from the median.
+---  Median :52.90383875415112,   the gap is :  10
+--- So No we don't romove this configuration '002020-3-0'
+ --- remove_aberrant_points: The value [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '202000-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202000-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 570 in the X datas point
+--------------
+ --- Configuration:  202000-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  76.35579765249746
+ --- Workload:  935898000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 705 in the X datas point
+--------------
+ --- Configuration:  202020-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11739583174.359812
+ --- Energy:  83.50940706004823
+ --- Workload:  980366000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 132 in the X datas point
+--------------
+ --- Configuration:  202022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 133 in the X datas point
+--------------
+ --- Configuration:  303300-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12321431651.786486
+ --- Energy:  75.3849371705881
+ --- Workload:  928850000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 317 in the X datas point
+--------------
+ --- Configuration:  300000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13175045908.951681
+ --- Energy:  96.57158
+ --- Workload:  1272335000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 571 in the X datas point
+--------------
+ --- Configuration:  220000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13209690629.045467
+ --- Energy:  73.69017863100204
+ --- Workload:  973425000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 637 in the X datas point
+--------------
+ --- Configuration:  202200-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13767808660.50236
+ --- Energy:  75.38525435820448
+ --- Workload:  1037890000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 646 in the X datas point
+--------------
+ --- Configuration:  202020-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13150575403.426777
+ --- Energy:  78.5836408674881
+ --- Workload:  1033420000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 658 in the X datas point
+--------------
+ --- Configuration:  003000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12284333175.684391
+ --- Energy:  71.49261933404156
+ --- Workload:  878239000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 713 in the X datas point
+--------------
+ --- Configuration:  202002-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12714024713.521238
+ --- Energy:  97.24138614826803
+ --- Workload:  1236330000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202000-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 658 in the X datas point
+--------------
+ --- Configuration:  003000-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12284333175.684391
+ --- Energy:  71.49261933404156
+ --- Workload:  878239000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 571 in the X datas point
+--------------
+ --- Configuration:  220000-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13209690629.045467
+ --- Energy:  73.69017863100204
+ --- Workload:  973425000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 133 in the X datas point
+--------------
+ --- Configuration:  303300-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12321431651.786486
+ --- Energy:  75.3849371705881
+ --- Workload:  928850000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 637 in the X datas point
+--------------
+ --- Configuration:  202200-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13767808660.50236
+ --- Energy:  75.38525435820448
+ --- Workload:  1037890000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 570 in the X datas point
+--------------
+ --- Configuration:  202000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  76.35579765249746
+ --- Workload:  935898000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 646 in the X datas point
+--------------
+ --- Configuration:  202020-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13150575403.426777
+ --- Energy:  78.5836408674881
+ --- Workload:  1033420000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 705 in the X datas point
+--------------
+ --- Configuration:  202020-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11739583174.359812
+ --- Energy:  83.50940706004823
+ --- Workload:  980366000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 132 in the X datas point
+--------------
+ --- Configuration:  202022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 317 in the X datas point
+--------------
+ --- Configuration:  300000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13175045908.951681
+ --- Energy:  96.57158
+ --- Workload:  1272335000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 713 in the X datas point
+--------------
+ --- Configuration:  202002-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12714024713.521238
+ --- Energy:  97.24138614826803
+ --- Workload:  1236330000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 570 in the X datas point
+--------------
+ --- Configuration:  202000-3-3
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  76.35579765249746
+ --- Workload:  935898000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (76.35579765249746 mAh)  it is NOT far from the median.
+---  Median :76.35579765249746,   the gap is :  10
+--- So No we don't romove this configuration '202000-3-3'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '220000-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220000-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 571 in the X datas point
+--------------
+ --- Configuration:  220000-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13209690629.045467
+ --- Energy:  73.69017863100204
+ --- Workload:  973425000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 419 in the X datas point
+--------------
+ --- Configuration:  330000-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10983169391.224886
+ --- Energy:  83.68676450959153
+ --- Workload:  919146000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 317 in the X datas point
+--------------
+ --- Configuration:  300000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13175045908.951681
+ --- Energy:  96.57158
+ --- Workload:  1272335000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 452 in the X datas point
+--------------
+ --- Configuration:  020000-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11844664334.057436
+ --- Energy:  85.8782938267127
+ --- Workload:  1017200000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 458 in the X datas point
+--------------
+ --- Configuration:  220022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13202208993.60881
+ --- Energy:  95.35824625251036
+ --- Workload:  1258940000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 570 in the X datas point
+--------------
+ --- Configuration:  202000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  76.35579765249746
+ --- Workload:  935898000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 586 in the X datas point
+--------------
+ --- Configuration:  030000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11233026896.3596
+ --- Energy:  80.04278396859557
+ --- Workload:  899123000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 776 in the X datas point
+--------------
+ --- Configuration:  110010-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5868544600.938967
+ --- Energy:  12.939562727214717
+ --- Workload:  75936400000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 44 in the X datas point
+--------------
+ --- Configuration:  222220-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14471780028.94356
+ --- Energy:  72.03533813993924
+ --- Workload:  1042480000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220000-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 776 in the X datas point
+--------------
+ --- Configuration:  110010-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5868544600.938967
+ --- Energy:  12.939562727214717
+ --- Workload:  75936400000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 44 in the X datas point
+--------------
+ --- Configuration:  222220-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14471780028.94356
+ --- Energy:  72.03533813993924
+ --- Workload:  1042480000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 571 in the X datas point
+--------------
+ --- Configuration:  220000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13209690629.045467
+ --- Energy:  73.69017863100204
+ --- Workload:  973425000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 570 in the X datas point
+--------------
+ --- Configuration:  202000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  76.35579765249746
+ --- Workload:  935898000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 586 in the X datas point
+--------------
+ --- Configuration:  030000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11233026896.3596
+ --- Energy:  80.04278396859557
+ --- Workload:  899123000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 419 in the X datas point
+--------------
+ --- Configuration:  330000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10983169391.224886
+ --- Energy:  83.68676450959153
+ --- Workload:  919146000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 452 in the X datas point
+--------------
+ --- Configuration:  020000-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11844664334.057436
+ --- Energy:  85.8782938267127
+ --- Workload:  1017200000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 458 in the X datas point
+--------------
+ --- Configuration:  220022-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13202208993.60881
+ --- Energy:  95.35824625251036
+ --- Workload:  1258940000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 317 in the X datas point
+--------------
+ --- Configuration:  300000-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13175045908.951681
+ --- Energy:  96.57158
+ --- Workload:  1272335000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 586 in the X datas point
+--------------
+ --- Configuration:  030000-3-3
+ --- Energy efficiency:  11233026896.3596
+ --- Energy:  80.04278396859557
+ --- Workload:  899123000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (80.04278396859557 mAh)  it is NOT far from the median.
+---  Median :80.04278396859557,   the gap is :  10
+--- So No we don't romove this configuration '220000-3-3'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '003333-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '003333-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 572 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12236502220.313328
+ --- Energy:  57.33723345336789
+ --- Workload:  701607000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 736 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10537108006.410776
+ --- Energy:  25.752705265432734
+ --- Workload:  271359000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 210 in the X datas point
+--------------
+ --- Configuration:  033333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 492 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13042179713.411142
+ --- Energy:  64.25089221017343
+ --- Workload:  837972000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 591 in the X datas point
+--------------
+ --- Configuration:  003333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13285505513.484787
+ --- Energy:  70.52682283226056
+ --- Workload:  936985000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 614 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13034495793.116482
+ --- Energy:  64.35007047679922
+ --- Workload:  838771000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 748 in the X datas point
+--------------
+ --- Configuration:  003303-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10743134868.240822
+ --- Energy:  23.48970283086431
+ --- Workload:  252353000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 153 in the X datas point
+--------------
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 161 in the X datas point
+--------------
+ --- Configuration:  303333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 192 in the X datas point
+--------------
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '003333-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 748 in the X datas point
+--------------
+ --- Configuration:  003303-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10743134868.240822
+ --- Energy:  23.48970283086431
+ --- Workload:  252353000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 736 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10537108006.410776
+ --- Energy:  25.752705265432734
+ --- Workload:  271359000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 572 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12236502220.313328
+ --- Energy:  57.33723345336789
+ --- Workload:  701607000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 153 in the X datas point
+--------------
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 161 in the X datas point
+--------------
+ --- Configuration:  303333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 210 in the X datas point
+--------------
+ --- Configuration:  033333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 492 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13042179713.411142
+ --- Energy:  64.25089221017343
+ --- Workload:  837972000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 614 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13034495793.116482
+ --- Energy:  64.35007047679922
+ --- Workload:  838771000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 591 in the X datas point
+--------------
+ --- Configuration:  003333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13285505513.484787
+ --- Energy:  70.52682283226056
+ --- Workload:  936985000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 192 in the X datas point
+--------------
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 161 in the X datas point
+--------------
+ --- Configuration:  303333-2-0
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (59.6329403677947 mAh)  it is NOT far from the median.
+---  Median :59.6329403677947,   the gap is :  10
+--- So No we don't romove this configuration '003333-1-0'
+ --- remove_aberrant_points: The value [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '000111-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000111-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 573 in the X datas point
+--------------
+ --- Configuration:  000111-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  4718027109.783772
+ --- Energy:  25.382226466175275
+ --- Workload:  119754000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 681 in the X datas point
+--------------
+ --- Configuration:  010111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6257234927.885367
+ --- Energy:  26.08548752567013
+ --- Workload:  163223000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 767 in the X datas point
+--------------
+ --- Configuration:  010111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5911528070.891045
+ --- Energy:  12.756494833976223
+ --- Workload:  75410500000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 90 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 321 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10662526762.942175
+ --- Energy:  31.96295936672102
+ --- Workload:  340806000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 359 in the X datas point
+--------------
+ --- Configuration:  100011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  4992984856.276931
+ --- Energy:  24.1374403681183
+ --- Workload:  120518000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 610 in the X datas point
+--------------
+ --- Configuration:  001111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10299849210.207561
+ --- Energy:  33.008552866909774
+ --- Workload:  339983000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 616 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10481279386.887081
+ --- Energy:  32.55567293709175
+ --- Workload:  341225000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 675 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7533921481.470321
+ --- Energy:  27.536240775049926
+ --- Workload:  207456000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000111-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 767 in the X datas point
+--------------
+ --- Configuration:  010111-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5911528070.891045
+ --- Energy:  12.756494833976223
+ --- Workload:  75410500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 359 in the X datas point
+--------------
+ --- Configuration:  100011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  4992984856.276931
+ --- Energy:  24.1374403681183
+ --- Workload:  120518000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 573 in the X datas point
+--------------
+ --- Configuration:  000111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  4718027109.783772
+ --- Energy:  25.382226466175275
+ --- Workload:  119754000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 681 in the X datas point
+--------------
+ --- Configuration:  010111-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6257234927.885367
+ --- Energy:  26.08548752567013
+ --- Workload:  163223000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 90 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 675 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7533921481.470321
+ --- Energy:  27.536240775049926
+ --- Workload:  207456000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 321 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10662526762.942175
+ --- Energy:  31.96295936672102
+ --- Workload:  340806000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 616 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10481279386.887081
+ --- Energy:  32.55567293709175
+ --- Workload:  341225000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 610 in the X datas point
+--------------
+ --- Configuration:  001111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10299849210.207561
+ --- Energy:  33.008552866909774
+ --- Workload:  339983000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 90 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (26.7121133566337 mAh)  it is NOT far from the median.
+---  Median :26.7121133566337,   the gap is :  10
+--- So No we don't romove this configuration '000111-0-0'
+ --- remove_aberrant_points: The value [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '333033-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333033-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 574 in the X datas point
+--------------
+ --- Configuration:  333033-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14444312840.70523
+ --- Energy:  70.98779227993477
+ --- Workload:  1025370000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 57 in the X datas point
+--------------
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 135 in the X datas point
+--------------
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 225 in the X datas point
+--------------
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15528046758.0544
+ --- Energy:  58.262720853322
+ --- Workload:  904706000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 236 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 349 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14399200556.385109
+ --- Energy:  84.41510028409691
+ --- Workload:  1215510000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 360 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15049135427.169708
+ --- Energy:  75.0574196537613
+ --- Workload:  1129550000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 478 in the X datas point
+--------------
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15859321474.790024
+ --- Energy:  57.21047710637256
+ --- Workload:  907319000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 62 in the X datas point
+--------------
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 112 in the X datas point
+--------------
+ --- Configuration:  330033-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12592000302.208008
+ --- Energy:  83.5387640803202
+ --- Workload:  1051920000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333033-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 478 in the X datas point
+--------------
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15859321474.790024
+ --- Energy:  57.21047710637256
+ --- Workload:  907319000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 57 in the X datas point
+--------------
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 225 in the X datas point
+--------------
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15528046758.0544
+ --- Energy:  58.262720853322
+ --- Workload:  904706000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 574 in the X datas point
+--------------
+ --- Configuration:  333033-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14444312840.70523
+ --- Energy:  70.98779227993477
+ --- Workload:  1025370000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 360 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15049135427.169708
+ --- Energy:  75.0574196537613
+ --- Workload:  1129550000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 62 in the X datas point
+--------------
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 135 in the X datas point
+--------------
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 236 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 112 in the X datas point
+--------------
+ --- Configuration:  330033-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12592000302.208008
+ --- Energy:  83.5387640803202
+ --- Workload:  1051920000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 349 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14399200556.385109
+ --- Energy:  84.41510028409691
+ --- Workload:  1215510000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 360 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Energy efficiency:  15049135427.169708
+ --- Energy:  75.0574196537613
+ --- Workload:  1129550000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (75.0574196537613 mAh)  it is NOT far from the median.
+---  Median :75.0574196537613,   the gap is :  10
+--- So No we don't romove this configuration '333033-2-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '020200-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '020200-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 575 in the X datas point
+--------------
+ --- Configuration:  020200-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11852174933.361147
+ --- Energy:  40.672301388671954
+ --- Workload:  482055000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 45 in the X datas point
+--------------
+ --- Configuration:  030300-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 441 in the X datas point
+--------------
+ --- Configuration:  020202-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13489251090.268719
+ --- Energy:  51.82043413295036
+ --- Workload:  699019000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 689 in the X datas point
+--------------
+ --- Configuration:  022200-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12524265764.919533
+ --- Energy:  42.174782341496964
+ --- Workload:  528208000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 743 in the X datas point
+--------------
+ --- Configuration:  020220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5955429565.134533
+ --- Energy:  12.724500572380222
+ --- Workload:  75779900000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 233 in the X datas point
+--------------
+ --- Configuration:  000200-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 403 in the X datas point
+--------------
+ --- Configuration:  010100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 425 in the X datas point
+--------------
+ --- Configuration:  010100-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10448185359.16682
+ --- Energy:  57.70074631354511
+ --- Workload:  602868000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '020200-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 743 in the X datas point
+--------------
+ --- Configuration:  020220-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5955429565.134533
+ --- Energy:  12.724500572380222
+ --- Workload:  75779900000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 575 in the X datas point
+--------------
+ --- Configuration:  020200-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11852174933.361147
+ --- Energy:  40.672301388671954
+ --- Workload:  482055000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 45 in the X datas point
+--------------
+ --- Configuration:  030300-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 689 in the X datas point
+--------------
+ --- Configuration:  022200-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12524265764.919533
+ --- Energy:  42.174782341496964
+ --- Workload:  528208000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 441 in the X datas point
+--------------
+ --- Configuration:  020202-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13489251090.268719
+ --- Energy:  51.82043413295036
+ --- Workload:  699019000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 403 in the X datas point
+--------------
+ --- Configuration:  010100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 233 in the X datas point
+--------------
+ --- Configuration:  000200-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 425 in the X datas point
+--------------
+ --- Configuration:  010100-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10448185359.16682
+ --- Energy:  57.70074631354511
+ --- Workload:  602868000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 441 in the X datas point
+--------------
+ --- Configuration:  020202-2-0
+ --- Energy efficiency:  13489251090.268719
+ --- Energy:  51.82043413295036
+ --- Workload:  699019000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (40.672301388671954 mAh)  is far from the median.
+---  Median :51.82043413295036,   the gap is :  10
+--- So yes we remove this configuration '020200-2-0'
+--- remove_aberrant_points: The value [1.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '020000-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '020000-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 576 in the X datas point
+--------------
+ --- Configuration:  020000-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10711076216.805037
+ --- Energy:  71.00913070664843
+ --- Workload:  760584000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 563 in the X datas point
+--------------
+ --- Configuration:  020202-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798329050.159212
+ --- Energy:  78.24767797732055
+ --- Workload:  1001440000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 565 in the X datas point
+--------------
+ --- Configuration:  020200-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12356571100.945772
+ --- Energy:  82.47916412519714
+ --- Workload:  1019160000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 579 in the X datas point
+--------------
+ --- Configuration:  200000-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11184606402.516088
+ --- Energy:  64.33997409241996
+ --- Workload:  719617000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 606 in the X datas point
+--------------
+ --- Configuration:  020002-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13321042451.498085
+ --- Energy:  83.10239746504709
+ --- Workload:  1107010000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 39 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 42 in the X datas point
+--------------
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 55 in the X datas point
+--------------
+ --- Configuration:  011010-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12057461036.314661
+ --- Energy:  68.32437278660214
+ --- Workload:  823818000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 143 in the X datas point
+--------------
+ --- Configuration:  220020-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  10684388505.734846
+ --- Energy:  63.3690752564047
+ --- Workload:  677060000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 216 in the X datas point
+--------------
+ --- Configuration:  110100-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11216131488.952671
+ --- Energy:  77.6226342959476
+ --- Workload:  870626000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '020000-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 42 in the X datas point
+--------------
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 143 in the X datas point
+--------------
+ --- Configuration:  220020-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10684388505.734846
+ --- Energy:  63.3690752564047
+ --- Workload:  677060000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 579 in the X datas point
+--------------
+ --- Configuration:  200000-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11184606402.516088
+ --- Energy:  64.33997409241996
+ --- Workload:  719617000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 55 in the X datas point
+--------------
+ --- Configuration:  011010-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12057461036.314661
+ --- Energy:  68.32437278660214
+ --- Workload:  823818000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 576 in the X datas point
+--------------
+ --- Configuration:  020000-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10711076216.805037
+ --- Energy:  71.00913070664843
+ --- Workload:  760584000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 216 in the X datas point
+--------------
+ --- Configuration:  110100-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11216131488.952671
+ --- Energy:  77.6226342959476
+ --- Workload:  870626000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 563 in the X datas point
+--------------
+ --- Configuration:  020202-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12798329050.159212
+ --- Energy:  78.24767797732055
+ --- Workload:  1001440000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 565 in the X datas point
+--------------
+ --- Configuration:  020200-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12356571100.945772
+ --- Energy:  82.47916412519714
+ --- Workload:  1019160000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 606 in the X datas point
+--------------
+ --- Configuration:  020002-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13321042451.498085
+ --- Energy:  83.10239746504709
+ --- Workload:  1107010000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 39 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 576 in the X datas point
+--------------
+ --- Configuration:  020000-1-3
+ --- Energy efficiency:  10711076216.805037
+ --- Energy:  71.00913070664843
+ --- Workload:  760584000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (71.00913070664843 mAh)  it is NOT far from the median.
+---  Median :71.00913070664843,   the gap is :  10
+--- So No we don't romove this configuration '020000-1-3'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '330303-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330303-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 577 in the X datas point
+--------------
+ --- Configuration:  330303-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14185463588.042788
+ --- Energy:  62.03120341832688
+ --- Workload:  879941000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 465 in the X datas point
+--------------
+ --- Configuration:  330333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13912636987.301937
+ --- Energy:  77.38792641178887
+ --- Workload:  1076670000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 584 in the X datas point
+--------------
+ --- Configuration:  330300-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12326960294.86089
+ --- Energy:  42.494897108957154
+ --- Workload:  523833000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 45 in the X datas point
+--------------
+ --- Configuration:  030300-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 52 in the X datas point
+--------------
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 134 in the X datas point
+--------------
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 160 in the X datas point
+--------------
+ --- Configuration:  333303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15150114913.62162
+ --- Energy:  74.9625159265616
+ --- Workload:  1135690000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 188 in the X datas point
+--------------
+ --- Configuration:  330303-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14509155276.979774
+ --- Energy:  74.9403190398345
+ --- Workload:  1087320000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 236 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 318 in the X datas point
+--------------
+ --- Configuration:  330303-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14023081992.960411
+ --- Energy:  66.12237864852598
+ --- Workload:  927239000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330303-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 45 in the X datas point
+--------------
+ --- Configuration:  030300-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 584 in the X datas point
+--------------
+ --- Configuration:  330300-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12326960294.86089
+ --- Energy:  42.494897108957154
+ --- Workload:  523833000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 52 in the X datas point
+--------------
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 577 in the X datas point
+--------------
+ --- Configuration:  330303-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14185463588.042788
+ --- Energy:  62.03120341832688
+ --- Workload:  879941000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 318 in the X datas point
+--------------
+ --- Configuration:  330303-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14023081992.960411
+ --- Energy:  66.12237864852598
+ --- Workload:  927239000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 134 in the X datas point
+--------------
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 188 in the X datas point
+--------------
+ --- Configuration:  330303-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14509155276.979774
+ --- Energy:  74.9403190398345
+ --- Workload:  1087320000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 160 in the X datas point
+--------------
+ --- Configuration:  333303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15150114913.62162
+ --- Energy:  74.9625159265616
+ --- Workload:  1135690000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 465 in the X datas point
+--------------
+ --- Configuration:  330333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13912636987.301937
+ --- Energy:  77.38792641178887
+ --- Workload:  1076670000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 236 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 318 in the X datas point
+--------------
+ --- Configuration:  330303-1-1
+ --- Energy efficiency:  14023081992.960411
+ --- Energy:  66.12237864852598
+ --- Workload:  927239000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (66.12237864852598 mAh)  it is NOT far from the median.
+---  Median :66.12237864852598,   the gap is :  10
+--- So No we don't romove this configuration '330303-2-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '110101-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110101-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 578 in the X datas point
+--------------
+ --- Configuration:  110101-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13268811525.820444
+ --- Energy:  75.57724470504559
+ --- Workload:  1002820000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 263 in the X datas point
+--------------
+ --- Configuration:  110111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5358769626.493757
+ --- Energy:  14.0838858431668
+ --- Workload:  75472200000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 83 in the X datas point
+--------------
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 202 in the X datas point
+--------------
+ --- Configuration:  111101-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12740395334.46723
+ --- Energy:  93.4131245697236
+ --- Workload:  1190120000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 326 in the X datas point
+--------------
+ --- Configuration:  220222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14253216951.065857
+ --- Energy:  99.56004804973213
+ --- Workload:  1419050000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 331 in the X datas point
+--------------
+ --- Configuration:  220202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14568255189.2125
+ --- Energy:  91.04108716316011
+ --- Workload:  1326310000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 484 in the X datas point
+--------------
+ --- Configuration:  111101-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14396443502.597118
+ --- Energy:  78.98892594686254
+ --- Workload:  1137160000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 580 in the X datas point
+--------------
+ --- Configuration:  110001-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13484430876.110443
+ --- Energy:  76.98065980311152
+ --- Workload:  1038040000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 612 in the X datas point
+--------------
+ --- Configuration:  100100-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11460109650.329136
+ --- Energy:  77.70891264945926
+ --- Workload:  890553000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110101-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 263 in the X datas point
+--------------
+ --- Configuration:  110111-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5358769626.493757
+ --- Energy:  14.0838858431668
+ --- Workload:  75472200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 578 in the X datas point
+--------------
+ --- Configuration:  110101-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13268811525.820444
+ --- Energy:  75.57724470504559
+ --- Workload:  1002820000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 580 in the X datas point
+--------------
+ --- Configuration:  110001-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13484430876.110443
+ --- Energy:  76.98065980311152
+ --- Workload:  1038040000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 612 in the X datas point
+--------------
+ --- Configuration:  100100-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11460109650.329136
+ --- Energy:  77.70891264945926
+ --- Workload:  890553000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 484 in the X datas point
+--------------
+ --- Configuration:  111101-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14396443502.597118
+ --- Energy:  78.98892594686254
+ --- Workload:  1137160000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 331 in the X datas point
+--------------
+ --- Configuration:  220202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14568255189.2125
+ --- Energy:  91.04108716316011
+ --- Workload:  1326310000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 202 in the X datas point
+--------------
+ --- Configuration:  111101-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12740395334.46723
+ --- Energy:  93.4131245697236
+ --- Workload:  1190120000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 326 in the X datas point
+--------------
+ --- Configuration:  220222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14253216951.065857
+ --- Energy:  99.56004804973213
+ --- Workload:  1419050000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 83 in the X datas point
+--------------
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 484 in the X datas point
+--------------
+ --- Configuration:  111101-3-2
+ --- Energy efficiency:  14396443502.597118
+ --- Energy:  78.98892594686254
+ --- Workload:  1137160000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (78.98892594686254 mAh)  it is NOT far from the median.
+---  Median :78.98892594686254,   the gap is :  10
+--- So No we don't romove this configuration '110101-3-3'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '200000-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '200000-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 579 in the X datas point
+--------------
+ --- Configuration:  200000-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11184606402.516088
+ --- Energy:  64.33997409241996
+ --- Workload:  719617000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 697 in the X datas point
+--------------
+ --- Configuration:  200000-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11743484714.680296
+ --- Energy:  59.21002058329076
+ --- Workload:  695332000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 413 in the X datas point
+--------------
+ --- Configuration:  303000-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10778103635.777699
+ --- Energy:  74.4831318809973
+ --- Workload:  802787000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 449 in the X datas point
+--------------
+ --- Configuration:  202000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12043389925.222591
+ --- Energy:  61.77677173928621
+ --- Workload:  744002000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 576 in the X datas point
+--------------
+ --- Configuration:  020000-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10711076216.805037
+ --- Energy:  71.00913070664843
+ --- Workload:  760584000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 725 in the X datas point
+--------------
+ --- Configuration:  300000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11702585803.359112
+ --- Energy:  59.58014174819067
+ --- Workload:  697242000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 42 in the X datas point
+--------------
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 79 in the X datas point
+--------------
+ --- Configuration:  100101-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11817746710.23476
+ --- Energy:  69.54756184550816
+ --- Workload:  821895000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 143 in the X datas point
+--------------
+ --- Configuration:  220020-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  10684388505.734846
+ --- Energy:  63.3690752564047
+ --- Workload:  677060000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 157 in the X datas point
+--------------
+ --- Configuration:  100000-0-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  10075333266.836134
+ --- Energy:  50.7096930689716
+ --- Workload:  510917000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '200000-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 157 in the X datas point
+--------------
+ --- Configuration:  100000-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10075333266.836134
+ --- Energy:  50.7096930689716
+ --- Workload:  510917000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 697 in the X datas point
+--------------
+ --- Configuration:  200000-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11743484714.680296
+ --- Energy:  59.21002058329076
+ --- Workload:  695332000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 725 in the X datas point
+--------------
+ --- Configuration:  300000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11702585803.359112
+ --- Energy:  59.58014174819067
+ --- Workload:  697242000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 449 in the X datas point
+--------------
+ --- Configuration:  202000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12043389925.222591
+ --- Energy:  61.77677173928621
+ --- Workload:  744002000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 42 in the X datas point
+--------------
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 143 in the X datas point
+--------------
+ --- Configuration:  220020-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10684388505.734846
+ --- Energy:  63.3690752564047
+ --- Workload:  677060000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 579 in the X datas point
+--------------
+ --- Configuration:  200000-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11184606402.516088
+ --- Energy:  64.33997409241996
+ --- Workload:  719617000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 79 in the X datas point
+--------------
+ --- Configuration:  100101-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11817746710.23476
+ --- Energy:  69.54756184550816
+ --- Workload:  821895000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 576 in the X datas point
+--------------
+ --- Configuration:  020000-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  10711076216.805037
+ --- Energy:  71.00913070664843
+ --- Workload:  760584000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 413 in the X datas point
+--------------
+ --- Configuration:  303000-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  10778103635.777699
+ --- Energy:  74.4831318809973
+ --- Workload:  802787000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 42 in the X datas point
+--------------
+ --- Configuration:  220020-1-2
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (62.38781956977318 mAh)  it is NOT far from the median.
+---  Median :62.38781956977318,   the gap is :  10
+--- So No we don't romove this configuration '200000-1-3'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '110001-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110001-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 580 in the X datas point
+--------------
+ --- Configuration:  110001-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13484430876.110443
+ --- Energy:  76.98065980311152
+ --- Workload:  1038040000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 757 in the X datas point
+--------------
+ --- Configuration:  110011-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5863314414.372156
+ --- Energy:  12.909260168513825
+ --- Workload:  75691200000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 48 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 202 in the X datas point
+--------------
+ --- Configuration:  111101-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12740395334.46723
+ --- Energy:  93.4131245697236
+ --- Workload:  1190120000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 228 in the X datas point
+--------------
+ --- Configuration:  111001-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14359934633.577549
+ --- Energy:  74.8645087621987
+ --- Workload:  1075050000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 268 in the X datas point
+--------------
+ --- Configuration:  222002-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10402709697.822088
+ --- Energy:  18.1188341516786
+ --- Workload:  188485000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 331 in the X datas point
+--------------
+ --- Configuration:  220202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14568255189.2125
+ --- Energy:  91.04108716316011
+ --- Workload:  1326310000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 486 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14236800706.145315
+ --- Energy:  79.66681688807911
+ --- Workload:  1134200000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 546 in the X datas point
+--------------
+ --- Configuration:  110011-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14409055803.391315
+ --- Energy:  74.74536356458539
+ --- Workload:  1077010000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 578 in the X datas point
+--------------
+ --- Configuration:  110101-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13268811525.820444
+ --- Energy:  75.57724470504559
+ --- Workload:  1002820000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110001-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 757 in the X datas point
+--------------
+ --- Configuration:  110011-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5863314414.372156
+ --- Energy:  12.909260168513825
+ --- Workload:  75691200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 268 in the X datas point
+--------------
+ --- Configuration:  222002-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10402709697.822088
+ --- Energy:  18.1188341516786
+ --- Workload:  188485000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 48 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 546 in the X datas point
+--------------
+ --- Configuration:  110011-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14409055803.391315
+ --- Energy:  74.74536356458539
+ --- Workload:  1077010000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 228 in the X datas point
+--------------
+ --- Configuration:  111001-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14359934633.577549
+ --- Energy:  74.8645087621987
+ --- Workload:  1075050000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 578 in the X datas point
+--------------
+ --- Configuration:  110101-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13268811525.820444
+ --- Energy:  75.57724470504559
+ --- Workload:  1002820000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 580 in the X datas point
+--------------
+ --- Configuration:  110001-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13484430876.110443
+ --- Energy:  76.98065980311152
+ --- Workload:  1038040000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 486 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14236800706.145315
+ --- Energy:  79.66681688807911
+ --- Workload:  1134200000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 331 in the X datas point
+--------------
+ --- Configuration:  220202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14568255189.2125
+ --- Energy:  91.04108716316011
+ --- Workload:  1326310000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 202 in the X datas point
+--------------
+ --- Configuration:  111101-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12740395334.46723
+ --- Energy:  93.4131245697236
+ --- Workload:  1190120000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 228 in the X datas point
+--------------
+ --- Configuration:  111001-2-2
+ --- Energy efficiency:  14359934633.577549
+ --- Energy:  74.8645087621987
+ --- Workload:  1075050000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (74.8645087621987 mAh)  it is NOT far from the median.
+---  Median :74.8645087621987,   the gap is :  10
+--- So No we don't romove this configuration '110001-2-3'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '220202-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220202-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 150 in the X datas point
+--------------
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 581 in the X datas point
+--------------
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15557640279.352987
+ --- Energy:  50.470000516399516
+ --- Workload:  785194000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 165 in the X datas point
+--------------
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 241 in the X datas point
+--------------
+ --- Configuration:  220202-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14004896111.680643
+ --- Energy:  43.9976841972795
+ --- Workload:  616183000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 318 in the X datas point
+--------------
+ --- Configuration:  330303-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14023081992.960411
+ --- Energy:  66.12237864852598
+ --- Workload:  927239000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 33 in the X datas point
+--------------
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 54 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 113 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 146 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220202-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 54 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 146 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 241 in the X datas point
+--------------
+ --- Configuration:  220202-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14004896111.680643
+ --- Energy:  43.9976841972795
+ --- Workload:  616183000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 33 in the X datas point
+--------------
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 150 in the X datas point
+--------------
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 581 in the X datas point
+--------------
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15557640279.352987
+ --- Energy:  50.470000516399516
+ --- Workload:  785194000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 318 in the X datas point
+--------------
+ --- Configuration:  330303-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14023081992.960411
+ --- Energy:  66.12237864852598
+ --- Workload:  927239000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 113 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 165 in the X datas point
+--------------
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 33 in the X datas point
+--------------
+ --- Configuration:  220222-0-1
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (48.32825169162293 mAh)  it is NOT far from the median.
+---  Median :48.32825169162293,   the gap is :  10
+--- So No we don't romove this configuration '220202-1-1'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '003033-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '003033-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 459 in the X datas point
+--------------
+ --- Configuration:  003033-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13313575986.569265
+ --- Energy:  58.999551683518746
+ --- Workload:  785495000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 582 in the X datas point
+--------------
+ --- Configuration:  003033-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13451237917.42554
+ --- Energy:  58.6370944765814
+ --- Workload:  788742000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 96 in the X datas point
+--------------
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 364 in the X datas point
+--------------
+ --- Configuration:  000033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12689099302.353321
+ --- Energy:  51.3326168675035
+ --- Workload:  651365000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 431 in the X datas point
+--------------
+ --- Configuration:  003030-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11942166476.189112
+ --- Energy:  38.31727344984162
+ --- Workload:  457591000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 61 in the X datas point
+--------------
+ --- Configuration:  003333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13753001592.597586
+ --- Energy:  81.48911064839487
+ --- Workload:  1120720000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 153 in the X datas point
+--------------
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 194 in the X datas point
+--------------
+ --- Configuration:  333033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14726651262.589447
+ --- Energy:  72.6506326213233
+ --- Workload:  1069900000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 270 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10275897573.963343
+ --- Energy:  24.5924899083227
+ --- Workload:  252710000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 351 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13323686983.956947
+ --- Energy:  83.3035486563878
+ --- Workload:  1109910000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '003033-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 270 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10275897573.963343
+ --- Energy:  24.5924899083227
+ --- Workload:  252710000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 431 in the X datas point
+--------------
+ --- Configuration:  003030-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11942166476.189112
+ --- Energy:  38.31727344984162
+ --- Workload:  457591000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 364 in the X datas point
+--------------
+ --- Configuration:  000033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12689099302.353321
+ --- Energy:  51.3326168675035
+ --- Workload:  651365000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 153 in the X datas point
+--------------
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 582 in the X datas point
+--------------
+ --- Configuration:  003033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13451237917.42554
+ --- Energy:  58.6370944765814
+ --- Workload:  788742000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 459 in the X datas point
+--------------
+ --- Configuration:  003033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13313575986.569265
+ --- Energy:  58.999551683518746
+ --- Workload:  785495000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 96 in the X datas point
+--------------
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 194 in the X datas point
+--------------
+ --- Configuration:  333033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14726651262.589447
+ --- Energy:  72.6506326213233
+ --- Workload:  1069900000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 61 in the X datas point
+--------------
+ --- Configuration:  003333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13753001592.597586
+ --- Energy:  81.48911064839487
+ --- Workload:  1120720000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 351 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13323686983.956947
+ --- Energy:  83.3035486563878
+ --- Workload:  1109910000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 582 in the X datas point
+--------------
+ --- Configuration:  003033-1-1
+ --- Energy efficiency:  13451237917.42554
+ --- Energy:  58.6370944765814
+ --- Workload:  788742000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (58.6370944765814 mAh)  it is NOT far from the median.
+---  Median :58.6370944765814,   the gap is :  10
+--- So No we don't romove this configuration '003033-1-1'
+ --- remove_aberrant_points: The value [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '202222-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202222-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 583 in the X datas point
+--------------
+ --- Configuration:  202222-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15282668231.611895
+ --- Energy:  59.2169275668937
+ --- Workload:  904992000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 130 in the X datas point
+--------------
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 161 in the X datas point
+--------------
+ --- Configuration:  303333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 211 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 358 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14821951309.889946
+ --- Energy:  45.1609465048481
+ --- Workload:  669373000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 395 in the X datas point
+--------------
+ --- Configuration:  222222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  49900697611.75261
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 52 in the X datas point
+--------------
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 81 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202222-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 395 in the X datas point
+--------------
+ --- Configuration:  222222-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  49900697611.75261
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 211 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 358 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14821951309.889946
+ --- Energy:  45.1609465048481
+ --- Workload:  669373000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 81 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 52 in the X datas point
+--------------
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 583 in the X datas point
+--------------
+ --- Configuration:  202222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15282668231.611895
+ --- Energy:  59.2169275668937
+ --- Workload:  904992000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 161 in the X datas point
+--------------
+ --- Configuration:  303333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 130 in the X datas point
+--------------
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 81 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (59.2169275668937 mAh)  is far from the median.
+---  Median :48.4114598927455,   the gap is :  10
+--- So yes we remove this configuration '202222-2-0'
+--- remove_aberrant_points: The value [1.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '330300-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330300-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 584 in the X datas point
+--------------
+ --- Configuration:  330300-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12326960294.86089
+ --- Energy:  42.494897108957154
+ --- Workload:  523833000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 45 in the X datas point
+--------------
+ --- Configuration:  030300-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 577 in the X datas point
+--------------
+ --- Configuration:  330303-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14185463588.042788
+ --- Energy:  62.03120341832688
+ --- Workload:  879941000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 25 in the X datas point
+--------------
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 63 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 148 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10583914566.641617
+ --- Energy:  32.1859127423429
+ --- Workload:  340653000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 171 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 350 in the X datas point
+--------------
+ --- Configuration:  300300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10880623242.099306
+ --- Energy:  53.6505919747787
+ --- Workload:  583752000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330300-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 148 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10583914566.641617
+ --- Energy:  32.1859127423429
+ --- Workload:  340653000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 63 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 45 in the X datas point
+--------------
+ --- Configuration:  030300-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 584 in the X datas point
+--------------
+ --- Configuration:  330300-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12326960294.86089
+ --- Energy:  42.494897108957154
+ --- Workload:  523833000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 25 in the X datas point
+--------------
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 171 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 350 in the X datas point
+--------------
+ --- Configuration:  300300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10880623242.099306
+ --- Energy:  53.6505919747787
+ --- Workload:  583752000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 577 in the X datas point
+--------------
+ --- Configuration:  330303-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14185463588.042788
+ --- Energy:  62.03120341832688
+ --- Workload:  879941000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (47.10283999999999 mAh)  it is NOT far from the median.
+---  Median :47.10283999999999,   the gap is :  10
+--- So No we don't romove this configuration '330300-2-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '010011-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '010011-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 585 in the X datas point
+--------------
+ --- Configuration:  010011-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9783204195.037958
+ --- Energy:  30.276377856940353
+ --- Workload:  296200000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 696 in the X datas point
+--------------
+ --- Configuration:  010011-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9422317701.708267
+ --- Energy:  31.27446828861957
+ --- Workload:  294678000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 218 in the X datas point
+--------------
+ --- Configuration:  011011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 630 in the X datas point
+--------------
+ --- Configuration:  020022-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12661321056.916437
+ --- Energy:  36.88800733705025
+ --- Workload:  467051000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 634 in the X datas point
+--------------
+ --- Configuration:  010010-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8677467220.867573
+ --- Energy:  29.01647467870326
+ --- Workload:  251789000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 40 in the X datas point
+--------------
+ --- Configuration:  000011-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11067652130.41236
+ --- Energy:  41.81970183069355
+ --- Workload:  462846000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 70 in the X datas point
+--------------
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 208 in the X datas point
+--------------
+ --- Configuration:  111011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11532602089.476847
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 337 in the X datas point
+--------------
+ --- Configuration:  001011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9632519385.445263
+ --- Energy:  30.734807722364668
+ --- Workload:  296054000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 433 in the X datas point
+--------------
+ --- Configuration:  010111-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13352311418.629679
+ --- Energy:  42.04621333129826
+ --- Workload:  561414000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '010011-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 70 in the X datas point
+--------------
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 634 in the X datas point
+--------------
+ --- Configuration:  010010-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8677467220.867573
+ --- Energy:  29.01647467870326
+ --- Workload:  251789000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 585 in the X datas point
+--------------
+ --- Configuration:  010011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9783204195.037958
+ --- Energy:  30.276377856940353
+ --- Workload:  296200000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 337 in the X datas point
+--------------
+ --- Configuration:  001011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9632519385.445263
+ --- Energy:  30.734807722364668
+ --- Workload:  296054000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 696 in the X datas point
+--------------
+ --- Configuration:  010011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9422317701.708267
+ --- Energy:  31.27446828861957
+ --- Workload:  294678000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 218 in the X datas point
+--------------
+ --- Configuration:  011011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 208 in the X datas point
+--------------
+ --- Configuration:  111011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11532602089.476847
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 630 in the X datas point
+--------------
+ --- Configuration:  020022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12661321056.916437
+ --- Energy:  36.88800733705025
+ --- Workload:  467051000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 40 in the X datas point
+--------------
+ --- Configuration:  000011-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11067652130.41236
+ --- Energy:  41.81970183069355
+ --- Workload:  462846000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 433 in the X datas point
+--------------
+ --- Configuration:  010111-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13352311418.629679
+ --- Energy:  42.04621333129826
+ --- Workload:  561414000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 696 in the X datas point
+--------------
+ --- Configuration:  010011-1-0
+ --- Energy efficiency:  9422317701.708267
+ --- Energy:  31.27446828861957
+ --- Workload:  294678000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (31.27446828861957 mAh)  it is NOT far from the median.
+---  Median :31.27446828861957,   the gap is :  10
+--- So No we don't romove this configuration '010011-1-0'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '030000-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '030000-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 586 in the X datas point
+--------------
+ --- Configuration:  030000-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11233026896.3596
+ --- Energy:  80.04278396859557
+ --- Workload:  899123000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 419 in the X datas point
+--------------
+ --- Configuration:  330000-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10983169391.224886
+ --- Energy:  83.68676450959153
+ --- Workload:  919146000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 735 in the X datas point
+--------------
+ --- Configuration:  030000-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11179904791.930792
+ --- Energy:  92.80579213921902
+ --- Workload:  1037560000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 182 in the X datas point
+--------------
+ --- Configuration:  030330-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13025293818.065302
+ --- Energy:  75.2120882234259
+ --- Workload:  979660000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 317 in the X datas point
+--------------
+ --- Configuration:  300000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13175045908.951681
+ --- Energy:  96.57158
+ --- Workload:  1272335000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 452 in the X datas point
+--------------
+ --- Configuration:  020000-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11844664334.057436
+ --- Energy:  85.8782938267127
+ --- Workload:  1017200000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 520 in the X datas point
+--------------
+ --- Configuration:  030300-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13386827094.402565
+ --- Energy:  73.31275563806082
+ --- Workload:  981425000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 571 in the X datas point
+--------------
+ --- Configuration:  220000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13209690629.045467
+ --- Energy:  73.69017863100204
+ --- Workload:  973425000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 658 in the X datas point
+--------------
+ --- Configuration:  003000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12284333175.684391
+ --- Energy:  71.49261933404156
+ --- Workload:  878239000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 692 in the X datas point
+--------------
+ --- Configuration:  033030-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11937034530.259785
+ --- Energy:  76.02625566802186
+ --- Workload:  907528000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '030000-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 658 in the X datas point
+--------------
+ --- Configuration:  003000-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12284333175.684391
+ --- Energy:  71.49261933404156
+ --- Workload:  878239000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 520 in the X datas point
+--------------
+ --- Configuration:  030300-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13386827094.402565
+ --- Energy:  73.31275563806082
+ --- Workload:  981425000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 571 in the X datas point
+--------------
+ --- Configuration:  220000-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13209690629.045467
+ --- Energy:  73.69017863100204
+ --- Workload:  973425000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 182 in the X datas point
+--------------
+ --- Configuration:  030330-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13025293818.065302
+ --- Energy:  75.2120882234259
+ --- Workload:  979660000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 692 in the X datas point
+--------------
+ --- Configuration:  033030-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11937034530.259785
+ --- Energy:  76.02625566802186
+ --- Workload:  907528000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 586 in the X datas point
+--------------
+ --- Configuration:  030000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11233026896.3596
+ --- Energy:  80.04278396859557
+ --- Workload:  899123000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 419 in the X datas point
+--------------
+ --- Configuration:  330000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10983169391.224886
+ --- Energy:  83.68676450959153
+ --- Workload:  919146000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 452 in the X datas point
+--------------
+ --- Configuration:  020000-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11844664334.057436
+ --- Energy:  85.8782938267127
+ --- Workload:  1017200000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 735 in the X datas point
+--------------
+ --- Configuration:  030000-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11179904791.930792
+ --- Energy:  92.80579213921902
+ --- Workload:  1037560000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 317 in the X datas point
+--------------
+ --- Configuration:  300000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13175045908.951681
+ --- Energy:  96.57158
+ --- Workload:  1272335000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 692 in the X datas point
+--------------
+ --- Configuration:  033030-3-3
+ --- Energy efficiency:  11937034530.259785
+ --- Energy:  76.02625566802186
+ --- Workload:  907528000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (76.02625566802186 mAh)  it is NOT far from the median.
+---  Median :76.02625566802186,   the gap is :  10
+--- So No we don't romove this configuration '030000-3-3'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '222002-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222002-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 587 in the X datas point
+--------------
+ --- Configuration:  222002-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11068387136.763205
+ --- Energy:  35.22248964071155
+ --- Workload:  389856000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 183 in the X datas point
+--------------
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 286 in the X datas point
+--------------
+ --- Configuration:  222000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12705257909.722488
+ --- Energy:  32.11143
+ --- Workload:  407984000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 388 in the X datas point
+--------------
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12210772587.792402
+ --- Energy:  40.0698805124967
+ --- Workload:  489284000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 556 in the X datas point
+--------------
+ --- Configuration:  222002-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13717835106.13489
+ --- Energy:  41.48623715392385
+ --- Workload:  569101000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 700 in the X datas point
+--------------
+ --- Configuration:  220002-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8919094890.250538
+ --- Energy:  32.30311403168223
+ --- Workload:  288115000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 4 in the X datas point
+--------------
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 107 in the X datas point
+--------------
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 149 in the X datas point
+--------------
+ --- Configuration:  111011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7219330479.29135
+ --- Energy:  28.6387646642511
+ --- Workload:  206752000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 152 in the X datas point
+--------------
+ --- Configuration:  022202-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10890102530.315323
+ --- Energy:  35.8868812091206
+ --- Workload:  390812000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222002-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 4 in the X datas point
+--------------
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 149 in the X datas point
+--------------
+ --- Configuration:  111011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7219330479.29135
+ --- Energy:  28.6387646642511
+ --- Workload:  206752000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 286 in the X datas point
+--------------
+ --- Configuration:  222000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12705257909.722488
+ --- Energy:  32.11143
+ --- Workload:  407984000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 700 in the X datas point
+--------------
+ --- Configuration:  220002-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8919094890.250538
+ --- Energy:  32.30311403168223
+ --- Workload:  288115000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 587 in the X datas point
+--------------
+ --- Configuration:  222002-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11068387136.763205
+ --- Energy:  35.22248964071155
+ --- Workload:  389856000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 152 in the X datas point
+--------------
+ --- Configuration:  022202-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10890102530.315323
+ --- Energy:  35.8868812091206
+ --- Workload:  390812000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 183 in the X datas point
+--------------
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 388 in the X datas point
+--------------
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12210772587.792402
+ --- Energy:  40.0698805124967
+ --- Workload:  489284000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 556 in the X datas point
+--------------
+ --- Configuration:  222002-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13717835106.13489
+ --- Energy:  41.48623715392385
+ --- Workload:  569101000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 107 in the X datas point
+--------------
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 587 in the X datas point
+--------------
+ --- Configuration:  222002-0-0
+ --- Energy efficiency:  11068387136.763205
+ --- Energy:  35.22248964071155
+ --- Workload:  389856000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (35.22248964071155 mAh)  it is NOT far from the median.
+---  Median :35.22248964071155,   the gap is :  10
+--- So No we don't romove this configuration '222002-0-0'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '330033-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330033-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 588 in the X datas point
+--------------
+ --- Configuration:  330033-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14150676402.332033
+ --- Energy:  65.34824041069513
+ --- Workload:  924722000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 194 in the X datas point
+--------------
+ --- Configuration:  333033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14726651262.589447
+ --- Energy:  72.6506326213233
+ --- Workload:  1069900000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 223 in the X datas point
+--------------
+ --- Configuration:  330033-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13767012585.802904
+ --- Energy:  84.777250997072
+ --- Workload:  1167130000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 92 in the X datas point
+--------------
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 96 in the X datas point
+--------------
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 102 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 114 in the X datas point
+--------------
+ --- Configuration:  030033-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11607890115.069016
+ --- Energy:  52.6346324100534
+ --- Workload:  610977000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 126 in the X datas point
+--------------
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 135 in the X datas point
+--------------
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 174 in the X datas point
+--------------
+ --- Configuration:  220022-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15248016614.238901
+ --- Energy:  67.2323504939425
+ --- Workload:  1025160000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330033-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 102 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 114 in the X datas point
+--------------
+ --- Configuration:  030033-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11607890115.069016
+ --- Energy:  52.6346324100534
+ --- Workload:  610977000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 588 in the X datas point
+--------------
+ --- Configuration:  330033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14150676402.332033
+ --- Energy:  65.34824041069513
+ --- Workload:  924722000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 96 in the X datas point
+--------------
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 126 in the X datas point
+--------------
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 174 in the X datas point
+--------------
+ --- Configuration:  220022-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15248016614.238901
+ --- Energy:  67.2323504939425
+ --- Workload:  1025160000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 194 in the X datas point
+--------------
+ --- Configuration:  333033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14726651262.589447
+ --- Energy:  72.6506326213233
+ --- Workload:  1069900000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 92 in the X datas point
+--------------
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 135 in the X datas point
+--------------
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 223 in the X datas point
+--------------
+ --- Configuration:  330033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13767012585.802904
+ --- Energy:  84.777250997072
+ --- Workload:  1167130000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 126 in the X datas point
+--------------
+ --- Configuration:  330333-0-1
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (65.8461101285994 mAh)  it is NOT far from the median.
+---  Median :65.8461101285994,   the gap is :  10
+--- So No we don't romove this configuration '330033-1-1'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '330330-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330330-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 589 in the X datas point
+--------------
+ --- Configuration:  330330-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12070676223.42339
+ --- Energy:  73.18295677224415
+ --- Workload:  883368000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 67 in the X datas point
+--------------
+ --- Configuration:  330330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 481 in the X datas point
+--------------
+ --- Configuration:  333330-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12550389815.107658
+ --- Energy:  74.43416393210141
+ --- Workload:  934178000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 99 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 162 in the X datas point
+--------------
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12976463290.882996
+ --- Energy:  64.768131410946
+ --- Workload:  840461000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 185 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 238 in the X datas point
+--------------
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 245 in the X datas point
+--------------
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13277356000.435497
+ --- Energy:  63.3971718133292
+ --- Workload:  841747000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 264 in the X datas point
+--------------
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5413071485.022031
+ --- Energy:  13.9697963651223
+ --- Workload:  75619700000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 340 in the X datas point
+--------------
+ --- Configuration:  330333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12362391133.693079
+ --- Energy:  92.82346734847745
+ --- Workload:  1147520000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330330-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 264 in the X datas point
+--------------
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5413071485.022031
+ --- Energy:  13.9697963651223
+ --- Workload:  75619700000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 238 in the X datas point
+--------------
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 245 in the X datas point
+--------------
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13277356000.435497
+ --- Energy:  63.3971718133292
+ --- Workload:  841747000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 162 in the X datas point
+--------------
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12976463290.882996
+ --- Energy:  64.768131410946
+ --- Workload:  840461000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 589 in the X datas point
+--------------
+ --- Configuration:  330330-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12070676223.42339
+ --- Energy:  73.18295677224415
+ --- Workload:  883368000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 481 in the X datas point
+--------------
+ --- Configuration:  333330-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12550389815.107658
+ --- Energy:  74.43416393210141
+ --- Workload:  934178000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 67 in the X datas point
+--------------
+ --- Configuration:  330330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 99 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 340 in the X datas point
+--------------
+ --- Configuration:  330333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12362391133.693079
+ --- Energy:  92.82346734847745
+ --- Workload:  1147520000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 185 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 589 in the X datas point
+--------------
+ --- Configuration:  330330-1-3
+ --- Energy efficiency:  12070676223.42339
+ --- Energy:  73.18295677224415
+ --- Workload:  883368000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (73.18295677224415 mAh)  it is NOT far from the median.
+---  Median :73.18295677224415,   the gap is :  10
+--- So No we don't romove this configuration '330330-1-3'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '303033-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303033-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 590 in the X datas point
+--------------
+ --- Configuration:  303033-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10435766293.101019
+ --- Energy:  50.121642670795254
+ --- Workload:  523058000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 107 in the X datas point
+--------------
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 387 in the X datas point
+--------------
+ --- Configuration:  303333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11746671287.02404
+ --- Energy:  55.9889928704492
+ --- Workload:  657684000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 456 in the X datas point
+--------------
+ --- Configuration:  300033-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8819508753.362438
+ --- Energy:  43.98581744362714
+ --- Workload:  387933000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 183 in the X datas point
+--------------
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 308 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 377 in the X datas point
+--------------
+ --- Configuration:  300333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10542740269.050732
+ --- Energy:  49.5215662037853
+ --- Workload:  522093000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 385 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12421881890.262611
+ --- Energy:  63.8914148004144
+ --- Workload:  793652000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 388 in the X datas point
+--------------
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12210772587.792402
+ --- Energy:  40.0698805124967
+ --- Workload:  489284000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 434 in the X datas point
+--------------
+ --- Configuration:  303330-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5989960825.6562
+ --- Energy:  27.414270971275005
+ --- Workload:  164210000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303033-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 434 in the X datas point
+--------------
+ --- Configuration:  303330-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5989960825.6562
+ --- Energy:  27.414270971275005
+ --- Workload:  164210000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 183 in the X datas point
+--------------
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 388 in the X datas point
+--------------
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12210772587.792402
+ --- Energy:  40.0698805124967
+ --- Workload:  489284000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 456 in the X datas point
+--------------
+ --- Configuration:  300033-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8819508753.362438
+ --- Energy:  43.98581744362714
+ --- Workload:  387933000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 377 in the X datas point
+--------------
+ --- Configuration:  300333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10542740269.050732
+ --- Energy:  49.5215662037853
+ --- Workload:  522093000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 590 in the X datas point
+--------------
+ --- Configuration:  303033-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10435766293.101019
+ --- Energy:  50.121642670795254
+ --- Workload:  523058000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 107 in the X datas point
+--------------
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 387 in the X datas point
+--------------
+ --- Configuration:  303333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11746671287.02404
+ --- Energy:  55.9889928704492
+ --- Workload:  657684000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 385 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12421881890.262611
+ --- Energy:  63.8914148004144
+ --- Workload:  793652000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 308 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 377 in the X datas point
+--------------
+ --- Configuration:  300333-0-0
+ --- Energy efficiency:  10542740269.050732
+ --- Energy:  49.5215662037853
+ --- Workload:  522093000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (49.5215662037853 mAh)  it is NOT far from the median.
+---  Median :49.5215662037853,   the gap is :  10
+--- So No we don't romove this configuration '303033-0-0'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 1, 1, 1, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '003333-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '003333-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 591 in the X datas point
+--------------
+ --- Configuration:  003333-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13285505513.484787
+ --- Energy:  70.52682283226056
+ --- Workload:  936985000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 161 in the X datas point
+--------------
+ --- Configuration:  303333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 380 in the X datas point
+--------------
+ --- Configuration:  000333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12831600639.526976
+ --- Energy:  62.2597560074204
+ --- Workload:  798892000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 538 in the X datas point
+--------------
+ --- Configuration:  000333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12729464509.616474
+ --- Energy:  62.669563544461724
+ --- Workload:  797750000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 572 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12236502220.313328
+ --- Energy:  57.33723345336789
+ --- Workload:  701607000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 736 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10537108006.410776
+ --- Energy:  25.752705265432734
+ --- Workload:  271359000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 57 in the X datas point
+--------------
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 84 in the X datas point
+--------------
+ --- Configuration:  003333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712605724.190134
+ --- Energy:  82.9689480595376
+ --- Workload:  1137720000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 115 in the X datas point
+--------------
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 210 in the X datas point
+--------------
+ --- Configuration:  033333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '003333-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 736 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10537108006.410776
+ --- Energy:  25.752705265432734
+ --- Workload:  271359000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 115 in the X datas point
+--------------
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 572 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12236502220.313328
+ --- Energy:  57.33723345336789
+ --- Workload:  701607000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 57 in the X datas point
+--------------
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 161 in the X datas point
+--------------
+ --- Configuration:  303333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 380 in the X datas point
+--------------
+ --- Configuration:  000333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12831600639.526976
+ --- Energy:  62.2597560074204
+ --- Workload:  798892000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 210 in the X datas point
+--------------
+ --- Configuration:  033333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 538 in the X datas point
+--------------
+ --- Configuration:  000333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12729464509.616474
+ --- Energy:  62.669563544461724
+ --- Workload:  797750000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 591 in the X datas point
+--------------
+ --- Configuration:  003333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13285505513.484787
+ --- Energy:  70.52682283226056
+ --- Workload:  936985000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 84 in the X datas point
+--------------
+ --- Configuration:  003333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712605724.190134
+ --- Energy:  82.9689480595376
+ --- Workload:  1137720000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 161 in the X datas point
+--------------
+ --- Configuration:  303333-2-0
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (70.52682283226056 mAh)  is far from the median.
+---  Median :59.6329403677947,   the gap is :  10
+--- So yes we remove this configuration '003333-2-0'
+--- remove_aberrant_points: The value [2.0, 0, 0, 1, 1, 1, 1, 2.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '020222-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '020222-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 592 in the X datas point
+--------------
+ --- Configuration:  020222-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14904373539.371391
+ --- Energy:  87.53002178089183
+ --- Workload:  1304580000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 336 in the X datas point
+--------------
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14193940322.997305
+ --- Energy:  98.08558334376599
+ --- Workload:  1392220000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 665 in the X datas point
+--------------
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14846663657.742832
+ --- Energy:  77.43016666098337
+ --- Workload:  1149580000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 687 in the X datas point
+--------------
+ --- Configuration:  000222-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14429639634.179775
+ --- Energy:  82.81499880951421
+ --- Workload:  1194990000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 17 in the X datas point
+--------------
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 32 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 207 in the X datas point
+--------------
+ --- Configuration:  000022-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14281185109.865158
+ --- Energy:  76.4971891147909
+ --- Workload:  1092470000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 226 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 271 in the X datas point
+--------------
+ --- Configuration:  010111-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5520012806.429711
+ --- Energy:  13.6504873016518
+ --- Workload:  75350800000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '020222-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 271 in the X datas point
+--------------
+ --- Configuration:  010111-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5520012806.429711
+ --- Energy:  13.6504873016518
+ --- Workload:  75350800000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 207 in the X datas point
+--------------
+ --- Configuration:  000022-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14281185109.865158
+ --- Energy:  76.4971891147909
+ --- Workload:  1092470000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 665 in the X datas point
+--------------
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14846663657.742832
+ --- Energy:  77.43016666098337
+ --- Workload:  1149580000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 687 in the X datas point
+--------------
+ --- Configuration:  000222-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14429639634.179775
+ --- Energy:  82.81499880951421
+ --- Workload:  1194990000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 592 in the X datas point
+--------------
+ --- Configuration:  020222-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14904373539.371391
+ --- Energy:  87.53002178089183
+ --- Workload:  1304580000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 32 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 17 in the X datas point
+--------------
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 226 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 336 in the X datas point
+--------------
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193940322.997305
+ --- Energy:  98.08558334376599
+ --- Workload:  1392220000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 687 in the X datas point
+--------------
+ --- Configuration:  000222-2-2
+ --- Energy efficiency:  14429639634.179775
+ --- Energy:  82.81499880951421
+ --- Workload:  1194990000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (82.81499880951421 mAh)  it is NOT far from the median.
+---  Median :82.81499880951421,   the gap is :  10
+--- So No we don't romove this configuration '020222-2-2'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '033030-3-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033030-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 398 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12248762568.76149
+ --- Energy:  69.6438226916913
+ --- Workload:  853051000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 593 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12530386186.502268
+ --- Energy:  65.40226173805877
+ --- Workload:  819516000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 260 in the X datas point
+--------------
+ --- Configuration:  033030-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7104290991.759023
+ --- Energy:  16.3307947163033
+ --- Workload:  116019000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 389 in the X datas point
+--------------
+ --- Configuration:  033033-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13292286751.84364
+ --- Energy:  89.2614987149264
+ --- Workload:  1186490000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 654 in the X datas point
+--------------
+ --- Configuration:  033030-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12133492686.537285
+ --- Energy:  49.23349758478151
+ --- Workload:  597374000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 144 in the X datas point
+--------------
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 151 in the X datas point
+--------------
+ --- Configuration:  033033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14103636340.557686
+ --- Energy:  92.8249833568298
+ --- Workload:  1309170000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 242 in the X datas point
+--------------
+ --- Configuration:  333030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13545491857.12757
+ --- Energy:  82.3838251863148
+ --- Workload:  1115930000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 547 in the X datas point
+--------------
+ --- Configuration:  033030-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12586706675.611618
+ --- Energy:  42.00513493266639
+ --- Workload:  528706000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 727 in the X datas point
+--------------
+ --- Configuration:  333330-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12377325235.262009
+ --- Energy:  77.91783871145545
+ --- Workload:  964415000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033030-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 260 in the X datas point
+--------------
+ --- Configuration:  033030-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  7104290991.759023
+ --- Energy:  16.3307947163033
+ --- Workload:  116019000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 547 in the X datas point
+--------------
+ --- Configuration:  033030-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12586706675.611618
+ --- Energy:  42.00513493266639
+ --- Workload:  528706000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 654 in the X datas point
+--------------
+ --- Configuration:  033030-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12133492686.537285
+ --- Energy:  49.23349758478151
+ --- Workload:  597374000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 593 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12530386186.502268
+ --- Energy:  65.40226173805877
+ --- Workload:  819516000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 398 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12248762568.76149
+ --- Energy:  69.6438226916913
+ --- Workload:  853051000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 727 in the X datas point
+--------------
+ --- Configuration:  333330-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12377325235.262009
+ --- Energy:  77.91783871145545
+ --- Workload:  964415000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 144 in the X datas point
+--------------
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 242 in the X datas point
+--------------
+ --- Configuration:  333030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13545491857.12757
+ --- Energy:  82.3838251863148
+ --- Workload:  1115930000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 389 in the X datas point
+--------------
+ --- Configuration:  033033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13292286751.84364
+ --- Energy:  89.2614987149264
+ --- Workload:  1186490000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 151 in the X datas point
+--------------
+ --- Configuration:  033033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14103636340.557686
+ --- Energy:  92.8249833568298
+ --- Workload:  1309170000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 398 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Energy efficiency:  12248762568.76149
+ --- Energy:  69.6438226916913
+ --- Workload:  853051000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (69.6438226916913 mAh)  it is NOT far from the median.
+---  Median :69.6438226916913,   the gap is :  10
+--- So No we don't romove this configuration '033030-3-1'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '333033-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333033-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 594 in the X datas point
+--------------
+ --- Configuration:  333033-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14885404711.826008
+ --- Energy:  92.65928549142409
+ --- Workload:  1379270000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 53 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 76 in the X datas point
+--------------
+ --- Configuration:  303033-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14925818681.154661
+ --- Energy:  75.15771108741323
+ --- Workload:  1121790000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 101 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 179 in the X datas point
+--------------
+ --- Configuration:  222022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14657190304.561756
+ --- Energy:  95.6220428328611
+ --- Workload:  1401550000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 191 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 310 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17270333243.662476
+ --- Energy:  123.82321
+ --- Workload:  2138468100000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 355 in the X datas point
+--------------
+ --- Configuration:  333033-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15017968999.908392
+ --- Energy:  80.1899268231783
+ --- Workload:  1204290000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 639 in the X datas point
+--------------
+ --- Configuration:  330033-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14337678127.72864
+ --- Energy:  96.1514888870947
+ --- Workload:  1378590000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333033-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 76 in the X datas point
+--------------
+ --- Configuration:  303033-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14925818681.154661
+ --- Energy:  75.15771108741323
+ --- Workload:  1121790000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 53 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 355 in the X datas point
+--------------
+ --- Configuration:  333033-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15017968999.908392
+ --- Energy:  80.1899268231783
+ --- Workload:  1204290000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 594 in the X datas point
+--------------
+ --- Configuration:  333033-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14885404711.826008
+ --- Energy:  92.65928549142409
+ --- Workload:  1379270000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 179 in the X datas point
+--------------
+ --- Configuration:  222022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14657190304.561756
+ --- Energy:  95.6220428328611
+ --- Workload:  1401550000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 639 in the X datas point
+--------------
+ --- Configuration:  330033-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14337678127.72864
+ --- Energy:  96.1514888870947
+ --- Workload:  1378590000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 191 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 101 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 310 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  17270333243.662476
+ --- Energy:  123.82321
+ --- Workload:  2138468100000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 179 in the X datas point
+--------------
+ --- Configuration:  222022-3-3
+ --- Energy efficiency:  14657190304.561756
+ --- Energy:  95.6220428328611
+ --- Workload:  1401550000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (95.6220428328611 mAh)  it is NOT far from the median.
+---  Median :95.6220428328611,   the gap is :  10
+--- So No we don't romove this configuration '333033-3-3'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '110101-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110101-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 595 in the X datas point
+--------------
+ --- Configuration:  110101-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12809509780.060719
+ --- Energy:  44.94678636770851
+ --- Workload:  575746000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 54 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 213 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13997917109.93404
+ --- Energy:  44.3851855395692
+ --- Workload:  621300000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 217 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13731963066.512136
+ --- Energy:  45.342545639677
+ --- Workload:  622642000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 397 in the X datas point
+--------------
+ --- Configuration:  100101-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12649245282.780205
+ --- Energy:  41.7732349755354
+ --- Workload:  528400000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 415 in the X datas point
+--------------
+ --- Configuration:  110101-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13709391069.976845
+ --- Energy:  58.449843734673564
+ --- Workload:  801312000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 460 in the X datas point
+--------------
+ --- Configuration:  110101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11763017543.364365
+ --- Energy:  58.12337398418788
+ --- Workload:  683706000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 608 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10844152182.494068
+ --- Energy:  31.249086970467445
+ --- Workload:  338870000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 52 in the X datas point
+--------------
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 145 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110101-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 608 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10844152182.494068
+ --- Energy:  31.249086970467445
+ --- Workload:  338870000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 54 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 397 in the X datas point
+--------------
+ --- Configuration:  100101-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12649245282.780205
+ --- Energy:  41.7732349755354
+ --- Workload:  528400000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 213 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13997917109.93404
+ --- Energy:  44.3851855395692
+ --- Workload:  621300000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 595 in the X datas point
+--------------
+ --- Configuration:  110101-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12809509780.060719
+ --- Energy:  44.94678636770851
+ --- Workload:  575746000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 217 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13731963066.512136
+ --- Energy:  45.342545639677
+ --- Workload:  622642000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 145 in the X datas point
+--------------
+ --- Configuration:  111111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14460730440.416006
+ --- Energy:  46.3133982052407
+ --- Workload:  669726000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 460 in the X datas point
+--------------
+ --- Configuration:  110101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11763017543.364365
+ --- Energy:  58.12337398418788
+ --- Workload:  683706000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 415 in the X datas point
+--------------
+ --- Configuration:  110101-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13709391069.976845
+ --- Energy:  58.449843734673564
+ --- Workload:  801312000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 52 in the X datas point
+--------------
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 595 in the X datas point
+--------------
+ --- Configuration:  110101-2-0
+ --- Energy efficiency:  12809509780.060719
+ --- Energy:  44.94678636770851
+ --- Workload:  575746000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (44.94678636770851 mAh)  it is NOT far from the median.
+---  Median :44.94678636770851,   the gap is :  10
+--- So No we don't romove this configuration '110101-2-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '001000-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '001000-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 596 in the X datas point
+--------------
+ --- Configuration:  001000-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10540573301.781883
+ --- Energy:  49.31922940865544
+ --- Workload:  519853000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 295 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 312 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 276 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5303154846.818372
+ --- Energy:  14.4399767950293
+ --- Workload:  76577300000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 446 in the X datas point
+--------------
+ --- Configuration:  011000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11398700320.189491
+ --- Energy:  41.92258529337472
+ --- Workload:  477863000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 477 in the X datas point
+--------------
+ --- Configuration:  000001-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10565988294.998167
+ --- Energy:  47.261265478697936
+ --- Workload:  499362000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 522 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9980936411.454123
+ --- Energy:  38.269990495696405
+ --- Workload:  381971000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '001000-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 276 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5303154846.818372
+ --- Energy:  14.4399767950293
+ --- Workload:  76577300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 522 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9980936411.454123
+ --- Energy:  38.269990495696405
+ --- Workload:  381971000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 446 in the X datas point
+--------------
+ --- Configuration:  011000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11398700320.189491
+ --- Energy:  41.92258529337472
+ --- Workload:  477863000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 477 in the X datas point
+--------------
+ --- Configuration:  000001-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10565988294.998167
+ --- Energy:  47.261265478697936
+ --- Workload:  499362000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 596 in the X datas point
+--------------
+ --- Configuration:  001000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10540573301.781883
+ --- Energy:  49.31922940865544
+ --- Workload:  519853000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 295 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 312 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 477 in the X datas point
+--------------
+ --- Configuration:  000001-3-0
+ --- Energy efficiency:  10565988294.998167
+ --- Energy:  47.261265478697936
+ --- Workload:  499362000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (47.261265478697936 mAh)  it is NOT far from the median.
+---  Median :47.261265478697936,   the gap is :  10
+--- So No we don't romove this configuration '001000-3-0'
+ --- remove_aberrant_points: The value [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '300000-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '300000-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 597 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10921477850.696844
+ --- Energy:  39.54493033100684
+ --- Workload:  431889000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 288 in the X datas point
+--------------
+ --- Configuration:  300000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10860100930.50205
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 599 in the X datas point
+--------------
+ --- Configuration:  300030-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11648576427.474798
+ --- Energy:  41.215784795617516
+ --- Workload:  480105000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 350 in the X datas point
+--------------
+ --- Configuration:  300300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10880623242.099306
+ --- Energy:  53.6505919747787
+ --- Workload:  583752000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 472 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885591061.0119
+ --- Energy:  50.17401859858811
+ --- Workload:  696696000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '300000-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 288 in the X datas point
+--------------
+ --- Configuration:  300000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10860100930.50205
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 597 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10921477850.696844
+ --- Energy:  39.54493033100684
+ --- Workload:  431889000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 599 in the X datas point
+--------------
+ --- Configuration:  300030-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11648576427.474798
+ --- Energy:  41.215784795617516
+ --- Workload:  480105000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 472 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13885591061.0119
+ --- Energy:  50.17401859858811
+ --- Workload:  696696000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 350 in the X datas point
+--------------
+ --- Configuration:  300300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10880623242.099306
+ --- Energy:  53.6505919747787
+ --- Workload:  583752000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (47.10283999999999 mAh)  it is NOT far from the median.
+---  Median :47.10283999999999,   the gap is :  10
+--- So No we don't romove this configuration '300000-2-0'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '003303-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '003303-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 598 in the X datas point
+--------------
+ --- Configuration:  003303-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12920497594.203348
+ --- Energy:  80.94736701096696
+ --- Workload:  1045880000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 61 in the X datas point
+--------------
+ --- Configuration:  003333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13753001592.597586
+ --- Energy:  81.48911064839487
+ --- Workload:  1120720000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 531 in the X datas point
+--------------
+ --- Configuration:  003303-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13471279232.675934
+ --- Energy:  58.76194644449752
+ --- Workload:  791599000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 638 in the X datas point
+--------------
+ --- Configuration:  003303-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14161738381.709831
+ --- Energy:  85.77330898403667
+ --- Workload:  1214700000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 156 in the X datas point
+--------------
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 344 in the X datas point
+--------------
+ --- Configuration:  303303-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13438548206.760126
+ --- Energy:  83.98672527663341
+ --- Workload:  1128660000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 506 in the X datas point
+--------------
+ --- Configuration:  030303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13120776749.983599
+ --- Energy:  76.53052030248016
+ --- Workload:  1004140000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 698 in the X datas point
+--------------
+ --- Configuration:  003000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11733357112.937082
+ --- Energy:  59.40661316486577
+ --- Workload:  697039000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 6 in the X datas point
+--------------
+ --- Configuration:  303303-0-1
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  58.54108121624596
+ --- Workload:  751419000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '003303-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 6 in the X datas point
+--------------
+ --- Configuration:  303303-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  58.54108121624596
+ --- Workload:  751419000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 531 in the X datas point
+--------------
+ --- Configuration:  003303-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13471279232.675934
+ --- Energy:  58.76194644449752
+ --- Workload:  791599000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 698 in the X datas point
+--------------
+ --- Configuration:  003000-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11733357112.937082
+ --- Energy:  59.40661316486577
+ --- Workload:  697039000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 506 in the X datas point
+--------------
+ --- Configuration:  030303-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13120776749.983599
+ --- Energy:  76.53052030248016
+ --- Workload:  1004140000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 598 in the X datas point
+--------------
+ --- Configuration:  003303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12920497594.203348
+ --- Energy:  80.94736701096696
+ --- Workload:  1045880000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 61 in the X datas point
+--------------
+ --- Configuration:  003333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13753001592.597586
+ --- Energy:  81.48911064839487
+ --- Workload:  1120720000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 156 in the X datas point
+--------------
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 344 in the X datas point
+--------------
+ --- Configuration:  303303-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13438548206.760126
+ --- Energy:  83.98672527663341
+ --- Workload:  1128660000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 638 in the X datas point
+--------------
+ --- Configuration:  003303-2-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14161738381.709831
+ --- Energy:  85.77330898403667
+ --- Workload:  1214700000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 598 in the X datas point
+--------------
+ --- Configuration:  003303-1-2
+ --- Energy efficiency:  12920497594.203348
+ --- Energy:  80.94736701096696
+ --- Workload:  1045880000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (80.94736701096696 mAh)  it is NOT far from the median.
+---  Median :80.94736701096696,   the gap is :  10
+--- So No we don't romove this configuration '003303-1-2'
+ --- remove_aberrant_points: The value [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '300030-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '300030-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 599 in the X datas point
+--------------
+ --- Configuration:  300030-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11648576427.474798
+ --- Energy:  41.215784795617516
+ --- Workload:  480105000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 597 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10921477850.696844
+ --- Energy:  39.54493033100684
+ --- Workload:  431889000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 752 in the X datas point
+--------------
+ --- Configuration:  000030-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6218634760.924586
+ --- Energy:  12.26762907254409
+ --- Workload:  76287800000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 201 in the X datas point
+--------------
+ --- Configuration:  300033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13490088157.726112
+ --- Energy:  75.6622282738419
+ --- Workload:  1020690000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 288 in the X datas point
+--------------
+ --- Configuration:  300000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10860100930.50205
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 673 in the X datas point
+--------------
+ --- Configuration:  200020-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8721209108.430794
+ --- Energy:  28.854441560215296
+ --- Workload:  251645000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '300030-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 752 in the X datas point
+--------------
+ --- Configuration:  000030-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6218634760.924586
+ --- Energy:  12.26762907254409
+ --- Workload:  76287800000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 673 in the X datas point
+--------------
+ --- Configuration:  200020-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8721209108.430794
+ --- Energy:  28.854441560215296
+ --- Workload:  251645000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 288 in the X datas point
+--------------
+ --- Configuration:  300000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10860100930.50205
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 597 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10921477850.696844
+ --- Energy:  39.54493033100684
+ --- Workload:  431889000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 599 in the X datas point
+--------------
+ --- Configuration:  300030-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11648576427.474798
+ --- Energy:  41.215784795617516
+ --- Workload:  480105000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 201 in the X datas point
+--------------
+ --- Configuration:  300033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13490088157.726112
+ --- Energy:  75.6622282738419
+ --- Workload:  1020690000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 599 in the X datas point
+--------------
+ --- Configuration:  300030-2-0
+ --- Energy efficiency:  11648576427.474798
+ --- Energy:  41.215784795617516
+ --- Workload:  480105000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (41.215784795617516 mAh)  it is NOT far from the median.
+---  Median :41.215784795617516,   the gap is :  10
+--- So No we don't romove this configuration '300030-2-0'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '002200-3-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '002200-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 600 in the X datas point
+--------------
+ --- Configuration:  002200-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12812496796.875801
+ --- Energy:  81.66872704524802
+ --- Workload:  1046380000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 108 in the X datas point
+--------------
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 637 in the X datas point
+--------------
+ --- Configuration:  202200-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13767808660.50236
+ --- Energy:  75.38525435820448
+ --- Workload:  1037890000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 11 in the X datas point
+--------------
+ --- Configuration:  003330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13704431053.692589
+ --- Energy:  75.87039020058079
+ --- Workload:  1039760000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 173 in the X datas point
+--------------
+ --- Configuration:  002202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13345451002.843914
+ --- Energy:  76.0798450282377
+ --- Workload:  1015320000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 411 in the X datas point
+--------------
+ --- Configuration:  002220-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11417401947.352076
+ --- Energy:  95.64698110453958
+ --- Workload:  1092040000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 467 in the X datas point
+--------------
+ --- Configuration:  003300-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11503455638.073677
+ --- Energy:  68.68847048358467
+ --- Workload:  790155000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 647 in the X datas point
+--------------
+ --- Configuration:  001100-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12879909016.32271
+ --- Energy:  72.82903936158382
+ --- Workload:  938032000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 750 in the X datas point
+--------------
+ --- Configuration:  002000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5682237892.57161
+ --- Energy:  13.395917496938448
+ --- Workload:  76118600000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 133 in the X datas point
+--------------
+ --- Configuration:  303300-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12321431651.786486
+ --- Energy:  75.3849371705881
+ --- Workload:  928850000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '002200-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 750 in the X datas point
+--------------
+ --- Configuration:  002000-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5682237892.57161
+ --- Energy:  13.395917496938448
+ --- Workload:  76118600000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 467 in the X datas point
+--------------
+ --- Configuration:  003300-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11503455638.073677
+ --- Energy:  68.68847048358467
+ --- Workload:  790155000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 108 in the X datas point
+--------------
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 647 in the X datas point
+--------------
+ --- Configuration:  001100-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12879909016.32271
+ --- Energy:  72.82903936158382
+ --- Workload:  938032000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 133 in the X datas point
+--------------
+ --- Configuration:  303300-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12321431651.786486
+ --- Energy:  75.3849371705881
+ --- Workload:  928850000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 637 in the X datas point
+--------------
+ --- Configuration:  202200-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13767808660.50236
+ --- Energy:  75.38525435820448
+ --- Workload:  1037890000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 11 in the X datas point
+--------------
+ --- Configuration:  003330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13704431053.692589
+ --- Energy:  75.87039020058079
+ --- Workload:  1039760000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 173 in the X datas point
+--------------
+ --- Configuration:  002202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13345451002.843914
+ --- Energy:  76.0798450282377
+ --- Workload:  1015320000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 600 in the X datas point
+--------------
+ --- Configuration:  002200-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12812496796.875801
+ --- Energy:  81.66872704524802
+ --- Workload:  1046380000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 411 in the X datas point
+--------------
+ --- Configuration:  002220-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11417401947.352076
+ --- Energy:  95.64698110453958
+ --- Workload:  1092040000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 133 in the X datas point
+--------------
+ --- Configuration:  303300-3-3
+ --- Energy efficiency:  12321431651.786486
+ --- Energy:  75.3849371705881
+ --- Workload:  928850000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (75.3849371705881 mAh)  it is NOT far from the median.
+---  Median :75.3849371705881,   the gap is :  10
+--- So No we don't romove this configuration '002200-3-2'
+ --- remove_aberrant_points: The value [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '333330-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333330-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 601 in the X datas point
+--------------
+ --- Configuration:  333330-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13692590391.635471
+ --- Energy:  45.36592371702859
+ --- Workload:  621177000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 88 in the X datas point
+--------------
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 236 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 261 in the X datas point
+--------------
+ --- Configuration:  333330-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5609028291.9387045
+ --- Energy:  13.4893048354332
+ --- Workload:  75662100000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 349 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14399200556.385109
+ --- Energy:  84.41510028409691
+ --- Workload:  1215510000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 360 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15049135427.169708
+ --- Energy:  75.0574196537613
+ --- Workload:  1129550000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 400 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13861550830.306894
+ --- Energy:  44.8724765340684
+ --- Workload:  622002000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 566 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13883393379.009699
+ --- Energy:  44.42888788986695
+ --- Workload:  616824000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 15 in the X datas point
+--------------
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 25 in the X datas point
+--------------
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333330-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 261 in the X datas point
+--------------
+ --- Configuration:  333330-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5609028291.9387045
+ --- Energy:  13.4893048354332
+ --- Workload:  75662100000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 566 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13883393379.009699
+ --- Energy:  44.42888788986695
+ --- Workload:  616824000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 400 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13861550830.306894
+ --- Energy:  44.8724765340684
+ --- Workload:  622002000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 601 in the X datas point
+--------------
+ --- Configuration:  333330-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13692590391.635471
+ --- Energy:  45.36592371702859
+ --- Workload:  621177000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 25 in the X datas point
+--------------
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 15 in the X datas point
+--------------
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 88 in the X datas point
+--------------
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 360 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15049135427.169708
+ --- Energy:  75.0574196537613
+ --- Workload:  1129550000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 236 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 349 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14399200556.385109
+ --- Energy:  84.41510028409691
+ --- Workload:  1215510000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 25 in the X datas point
+--------------
+ --- Configuration:  333300-3-0
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (51.080839551389985 mAh)  it is NOT far from the median.
+---  Median :51.080839551389985,   the gap is :  10
+--- So No we don't romove this configuration '333330-2-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '020222-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '020222-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 602 in the X datas point
+--------------
+ --- Configuration:  020222-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14237408791.59993
+ --- Energy:  62.53995293576916
+ --- Workload:  890407000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 669 in the X datas point
+--------------
+ --- Configuration:  020222-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14090619592.72473
+ --- Energy:  63.503699854423054
+ --- Workload:  894807000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 740 in the X datas point
+--------------
+ --- Configuration:  020222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11107569030.764635
+ --- Energy:  16.962130007740114
+ --- Workload:  188408000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 52 in the X datas point
+--------------
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 115 in the X datas point
+--------------
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 134 in the X datas point
+--------------
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 178 in the X datas point
+--------------
+ --- Configuration:  030330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11742271237.07176
+ --- Energy:  50.8317348445158
+ --- Workload:  596880000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 222 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 227 in the X datas point
+--------------
+ --- Configuration:  000111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12035490253.659992
+ --- Energy:  49.4404352153497
+ --- Workload:  595040000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 239 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '020222-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 740 in the X datas point
+--------------
+ --- Configuration:  020222-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11107569030.764635
+ --- Energy:  16.962130007740114
+ --- Workload:  188408000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 227 in the X datas point
+--------------
+ --- Configuration:  000111-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12035490253.659992
+ --- Energy:  49.4404352153497
+ --- Workload:  595040000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 178 in the X datas point
+--------------
+ --- Configuration:  030330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11742271237.07176
+ --- Energy:  50.8317348445158
+ --- Workload:  596880000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 115 in the X datas point
+--------------
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 52 in the X datas point
+--------------
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 602 in the X datas point
+--------------
+ --- Configuration:  020222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14237408791.59993
+ --- Energy:  62.53995293576916
+ --- Workload:  890407000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 669 in the X datas point
+--------------
+ --- Configuration:  020222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14090619592.72473
+ --- Energy:  63.503699854423054
+ --- Workload:  894807000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 239 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 134 in the X datas point
+--------------
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 222 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 52 in the X datas point
+--------------
+ --- Configuration:  220222-2-0
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (58.67863075260059 mAh)  it is NOT far from the median.
+---  Median :58.67863075260059,   the gap is :  10
+--- So No we don't romove this configuration '020222-3-0'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '030033-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '030033-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 603 in the X datas point
+--------------
+ --- Configuration:  030033-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12516443477.618721
+ --- Energy:  70.02713675655465
+ --- Workload:  876491000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 112 in the X datas point
+--------------
+ --- Configuration:  330033-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12592000302.208008
+ --- Energy:  83.5387640803202
+ --- Workload:  1051920000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 57 in the X datas point
+--------------
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 134 in the X datas point
+--------------
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 178 in the X datas point
+--------------
+ --- Configuration:  030330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11742271237.07176
+ --- Energy:  50.8317348445158
+ --- Workload:  596880000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 379 in the X datas point
+--------------
+ --- Configuration:  220022-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14371553521.821047
+ --- Energy:  61.0078855819444
+ --- Workload:  876778000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 389 in the X datas point
+--------------
+ --- Configuration:  033033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13292286751.84364
+ --- Energy:  89.2614987149264
+ --- Workload:  1186490000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 602 in the X datas point
+--------------
+ --- Configuration:  020222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14237408791.59993
+ --- Energy:  62.53995293576916
+ --- Workload:  890407000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 654 in the X datas point
+--------------
+ --- Configuration:  033030-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12133492686.537285
+ --- Energy:  49.23349758478151
+ --- Workload:  597374000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 669 in the X datas point
+--------------
+ --- Configuration:  020222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14090619592.72473
+ --- Energy:  63.503699854423054
+ --- Workload:  894807000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '030033-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 654 in the X datas point
+--------------
+ --- Configuration:  033030-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12133492686.537285
+ --- Energy:  49.23349758478151
+ --- Workload:  597374000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 178 in the X datas point
+--------------
+ --- Configuration:  030330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11742271237.07176
+ --- Energy:  50.8317348445158
+ --- Workload:  596880000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 57 in the X datas point
+--------------
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 379 in the X datas point
+--------------
+ --- Configuration:  220022-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14371553521.821047
+ --- Energy:  61.0078855819444
+ --- Workload:  876778000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 602 in the X datas point
+--------------
+ --- Configuration:  020222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14237408791.59993
+ --- Energy:  62.53995293576916
+ --- Workload:  890407000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 669 in the X datas point
+--------------
+ --- Configuration:  020222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14090619592.72473
+ --- Energy:  63.503699854423054
+ --- Workload:  894807000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 134 in the X datas point
+--------------
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 603 in the X datas point
+--------------
+ --- Configuration:  030033-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12516443477.618721
+ --- Energy:  70.02713675655465
+ --- Workload:  876491000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 112 in the X datas point
+--------------
+ --- Configuration:  330033-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12592000302.208008
+ --- Energy:  83.5387640803202
+ --- Workload:  1051920000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 389 in the X datas point
+--------------
+ --- Configuration:  033033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13292286751.84364
+ --- Energy:  89.2614987149264
+ --- Workload:  1186490000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 602 in the X datas point
+--------------
+ --- Configuration:  020222-3-0
+ --- Energy efficiency:  14237408791.59993
+ --- Energy:  62.53995293576916
+ --- Workload:  890407000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (62.53995293576916 mAh)  it is NOT far from the median.
+---  Median :62.53995293576916,   the gap is :  10
+--- So No we don't romove this configuration '030033-3-0'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '330003-3-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330003-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 604 in the X datas point
+--------------
+ --- Configuration:  330003-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13533264764.791859
+ --- Energy:  73.38859474562628
+ --- Workload:  993187000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 188 in the X datas point
+--------------
+ --- Configuration:  330303-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14509155276.979774
+ --- Energy:  74.9403190398345
+ --- Workload:  1087320000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 485 in the X datas point
+--------------
+ --- Configuration:  333003-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14748327170.99063
+ --- Energy:  71.45892509072699
+ --- Workload:  1053900000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 635 in the X datas point
+--------------
+ --- Configuration:  330003-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13484449059.122566
+ --- Energy:  94.49408464421893
+ --- Workload:  1274200000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 112 in the X datas point
+--------------
+ --- Configuration:  330033-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12592000302.208008
+ --- Energy:  83.5387640803202
+ --- Workload:  1051920000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 223 in the X datas point
+--------------
+ --- Configuration:  330033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13767012585.802904
+ --- Energy:  84.777250997072
+ --- Workload:  1167130000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 367 in the X datas point
+--------------
+ --- Configuration:  220202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14401834217.605953
+ --- Energy:  75.0091801682557
+ --- Workload:  1080270000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 386 in the X datas point
+--------------
+ --- Configuration:  220002-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13567950330.447432
+ --- Energy:  56.7479002567857
+ --- Workload:  769953000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 555 in the X datas point
+--------------
+ --- Configuration:  300000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11530208569.942822
+ --- Energy:  61.70736633784887
+ --- Workload:  711499000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330003-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 386 in the X datas point
+--------------
+ --- Configuration:  220002-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13567950330.447432
+ --- Energy:  56.7479002567857
+ --- Workload:  769953000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 555 in the X datas point
+--------------
+ --- Configuration:  300000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11530208569.942822
+ --- Energy:  61.70736633784887
+ --- Workload:  711499000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 485 in the X datas point
+--------------
+ --- Configuration:  333003-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14748327170.99063
+ --- Energy:  71.45892509072699
+ --- Workload:  1053900000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 604 in the X datas point
+--------------
+ --- Configuration:  330003-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13533264764.791859
+ --- Energy:  73.38859474562628
+ --- Workload:  993187000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 188 in the X datas point
+--------------
+ --- Configuration:  330303-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14509155276.979774
+ --- Energy:  74.9403190398345
+ --- Workload:  1087320000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 367 in the X datas point
+--------------
+ --- Configuration:  220202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14401834217.605953
+ --- Energy:  75.0091801682557
+ --- Workload:  1080270000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 112 in the X datas point
+--------------
+ --- Configuration:  330033-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12592000302.208008
+ --- Energy:  83.5387640803202
+ --- Workload:  1051920000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 223 in the X datas point
+--------------
+ --- Configuration:  330033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13767012585.802904
+ --- Energy:  84.777250997072
+ --- Workload:  1167130000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 635 in the X datas point
+--------------
+ --- Configuration:  330003-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13484449059.122566
+ --- Energy:  94.49408464421893
+ --- Workload:  1274200000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 188 in the X datas point
+--------------
+ --- Configuration:  330303-3-1
+ --- Energy efficiency:  14509155276.979774
+ --- Energy:  74.9403190398345
+ --- Workload:  1087320000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (74.9403190398345 mAh)  it is NOT far from the median.
+---  Median :74.9403190398345,   the gap is :  10
+--- So No we don't romove this configuration '330003-3-1'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '303000-3-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303000-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 605 in the X datas point
+--------------
+ --- Configuration:  303000-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12131240613.452576
+ --- Energy:  64.34512219904238
+ --- Workload:  780586000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 472 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13885591061.0119
+ --- Energy:  50.17401859858811
+ --- Workload:  696696000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 555 in the X datas point
+--------------
+ --- Configuration:  300000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11530208569.942822
+ --- Energy:  61.70736633784887
+ --- Workload:  711499000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 733 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12720752763.265518
+ --- Energy:  54.90126391795327
+ --- Workload:  698385000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 316 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13438400120.333483
+ --- Energy:  92.14393
+ --- Workload:  1238267000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 322 in the X datas point
+--------------
+ --- Configuration:  303033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13379358325.974688
+ --- Energy:  87.10137841468074
+ --- Workload:  1165360000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 467 in the X datas point
+--------------
+ --- Configuration:  003300-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11503455638.073677
+ --- Energy:  68.68847048358467
+ --- Workload:  790155000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 485 in the X datas point
+--------------
+ --- Configuration:  333003-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14748327170.99063
+ --- Energy:  71.45892509072699
+ --- Workload:  1053900000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303000-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 472 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13885591061.0119
+ --- Energy:  50.17401859858811
+ --- Workload:  696696000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 733 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12720752763.265518
+ --- Energy:  54.90126391795327
+ --- Workload:  698385000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 555 in the X datas point
+--------------
+ --- Configuration:  300000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11530208569.942822
+ --- Energy:  61.70736633784887
+ --- Workload:  711499000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 605 in the X datas point
+--------------
+ --- Configuration:  303000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12131240613.452576
+ --- Energy:  64.34512219904238
+ --- Workload:  780586000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 467 in the X datas point
+--------------
+ --- Configuration:  003300-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11503455638.073677
+ --- Energy:  68.68847048358467
+ --- Workload:  790155000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 485 in the X datas point
+--------------
+ --- Configuration:  333003-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14748327170.99063
+ --- Energy:  71.45892509072699
+ --- Workload:  1053900000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 322 in the X datas point
+--------------
+ --- Configuration:  303033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13379358325.974688
+ --- Energy:  87.10137841468074
+ --- Workload:  1165360000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 316 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13438400120.333483
+ --- Energy:  92.14393
+ --- Workload:  1238267000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 467 in the X datas point
+--------------
+ --- Configuration:  003300-3-1
+ --- Energy efficiency:  11503455638.073677
+ --- Energy:  68.68847048358467
+ --- Workload:  790155000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (68.68847048358467 mAh)  it is NOT far from the median.
+---  Median :68.68847048358467,   the gap is :  10
+--- So No we don't romove this configuration '303000-3-1'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '020002-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '020002-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 606 in the X datas point
+--------------
+ --- Configuration:  020002-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13321042451.498085
+ --- Energy:  83.10239746504709
+ --- Workload:  1107010000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 410 in the X datas point
+--------------
+ --- Configuration:  022002-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13145579404.557837
+ --- Energy:  93.70148281455602
+ --- Workload:  1231760000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 190 in the X datas point
+--------------
+ --- Configuration:  030033-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13852123045.63859
+ --- Energy:  89.776899533513
+ --- Workload:  1243600000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 268 in the X datas point
+--------------
+ --- Configuration:  222002-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10402709697.822088
+ --- Energy:  18.1188341516786
+ --- Workload:  188485000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 327 in the X datas point
+--------------
+ --- Configuration:  022202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14427994927.116983
+ --- Energy:  91.64266045689709
+ --- Workload:  1322220000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 331 in the X datas point
+--------------
+ --- Configuration:  220202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14568255189.2125
+ --- Energy:  91.04108716316011
+ --- Workload:  1326310000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 563 in the X datas point
+--------------
+ --- Configuration:  020202-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798329050.159212
+ --- Energy:  78.24767797732055
+ --- Workload:  1001440000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 565 in the X datas point
+--------------
+ --- Configuration:  020200-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12356571100.945772
+ --- Energy:  82.47916412519714
+ --- Workload:  1019160000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 576 in the X datas point
+--------------
+ --- Configuration:  020000-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10711076216.805037
+ --- Energy:  71.00913070664843
+ --- Workload:  760584000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 580 in the X datas point
+--------------
+ --- Configuration:  110001-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13484430876.110443
+ --- Energy:  76.98065980311152
+ --- Workload:  1038040000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '020002-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 268 in the X datas point
+--------------
+ --- Configuration:  222002-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10402709697.822088
+ --- Energy:  18.1188341516786
+ --- Workload:  188485000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 576 in the X datas point
+--------------
+ --- Configuration:  020000-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10711076216.805037
+ --- Energy:  71.00913070664843
+ --- Workload:  760584000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 580 in the X datas point
+--------------
+ --- Configuration:  110001-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13484430876.110443
+ --- Energy:  76.98065980311152
+ --- Workload:  1038040000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 563 in the X datas point
+--------------
+ --- Configuration:  020202-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798329050.159212
+ --- Energy:  78.24767797732055
+ --- Workload:  1001440000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 565 in the X datas point
+--------------
+ --- Configuration:  020200-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12356571100.945772
+ --- Energy:  82.47916412519714
+ --- Workload:  1019160000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 606 in the X datas point
+--------------
+ --- Configuration:  020002-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13321042451.498085
+ --- Energy:  83.10239746504709
+ --- Workload:  1107010000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 190 in the X datas point
+--------------
+ --- Configuration:  030033-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13852123045.63859
+ --- Energy:  89.776899533513
+ --- Workload:  1243600000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 331 in the X datas point
+--------------
+ --- Configuration:  220202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14568255189.2125
+ --- Energy:  91.04108716316011
+ --- Workload:  1326310000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 327 in the X datas point
+--------------
+ --- Configuration:  022202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14427994927.116983
+ --- Energy:  91.64266045689709
+ --- Workload:  1322220000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 410 in the X datas point
+--------------
+ --- Configuration:  022002-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13145579404.557837
+ --- Energy:  93.70148281455602
+ --- Workload:  1231760000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 565 in the X datas point
+--------------
+ --- Configuration:  020200-2-3
+ --- Energy efficiency:  12356571100.945772
+ --- Energy:  82.47916412519714
+ --- Workload:  1019160000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (82.47916412519714 mAh)  it is NOT far from the median.
+---  Median :82.47916412519714,   the gap is :  10
+--- So No we don't romove this configuration '020002-2-3'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '303330-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303330-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 15 in the X datas point
+--------------
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 607 in the X datas point
+--------------
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12845347158.352303
+ --- Energy:  50.56673738427292
+ --- Workload:  649547000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 88 in the X datas point
+--------------
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 244 in the X datas point
+--------------
+ --- Configuration:  202220-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12080227204.913269
+ --- Energy:  55.1955872410731
+ --- Workload:  666775000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 466 in the X datas point
+--------------
+ --- Configuration:  202220-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11749390206.648275
+ --- Energy:  56.72728338180733
+ --- Workload:  666511000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 25 in the X datas point
+--------------
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 72 in the X datas point
+--------------
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  75.96541207639095
+ --- Workload:  1164630000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 161 in the X datas point
+--------------
+ --- Configuration:  303333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 171 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 203 in the X datas point
+--------------
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14214479437.334045
+ --- Energy:  86.641218027865
+ --- Workload:  1231560000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303330-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 607 in the X datas point
+--------------
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12845347158.352303
+ --- Energy:  50.56673738427292
+ --- Workload:  649547000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 25 in the X datas point
+--------------
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 171 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 15 in the X datas point
+--------------
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 244 in the X datas point
+--------------
+ --- Configuration:  202220-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12080227204.913269
+ --- Energy:  55.1955872410731
+ --- Workload:  666775000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 466 in the X datas point
+--------------
+ --- Configuration:  202220-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11749390206.648275
+ --- Energy:  56.72728338180733
+ --- Workload:  666511000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 88 in the X datas point
+--------------
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 161 in the X datas point
+--------------
+ --- Configuration:  303333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 72 in the X datas point
+--------------
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  75.96541207639095
+ --- Workload:  1164630000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 203 in the X datas point
+--------------
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14214479437.334045
+ --- Energy:  86.641218027865
+ --- Workload:  1231560000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 244 in the X datas point
+--------------
+ --- Configuration:  202220-3-0
+ --- Energy efficiency:  12080227204.913269
+ --- Energy:  55.1955872410731
+ --- Workload:  666775000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (55.1955872410731 mAh)  it is NOT far from the median.
+---  Median :55.1955872410731,   the gap is :  10
+--- So No we don't romove this configuration '303330-3-0'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '110101-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110101-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 54 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 608 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10844152182.494068
+ --- Energy:  31.249086970467445
+ --- Workload:  338870000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 60 in the X datas point
+--------------
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 595 in the X datas point
+--------------
+ --- Configuration:  110101-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12809509780.060719
+ --- Energy:  44.94678636770851
+ --- Workload:  575746000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 702 in the X datas point
+--------------
+ --- Configuration:  100101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9662862719.709341
+ --- Energy:  30.72781519894828
+ --- Workload:  296920000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 4 in the X datas point
+--------------
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 90 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 146 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 150 in the X datas point
+--------------
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110101-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 60 in the X datas point
+--------------
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 90 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 4 in the X datas point
+--------------
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 702 in the X datas point
+--------------
+ --- Configuration:  100101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9662862719.709341
+ --- Energy:  30.72781519894828
+ --- Workload:  296920000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 608 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10844152182.494068
+ --- Energy:  31.249086970467445
+ --- Workload:  338870000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 54 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 146 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 595 in the X datas point
+--------------
+ --- Configuration:  110101-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12809509780.060719
+ --- Energy:  44.94678636770851
+ --- Workload:  575746000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 150 in the X datas point
+--------------
+ --- Configuration:  220202-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 608 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Energy efficiency:  10844152182.494068
+ --- Energy:  31.249086970467445
+ --- Workload:  338870000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (31.249086970467445 mAh)  it is NOT far from the median.
+---  Median :31.249086970467445,   the gap is :  10
+--- So No we don't romove this configuration '110101-1-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '333033-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333033-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 498 in the X datas point
+--------------
+ --- Configuration:  333033-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14397604238.654688
+ --- Energy:  83.48198615501106
+ --- Workload:  1201940000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 609 in the X datas point
+--------------
+ --- Configuration:  333033-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13506887837.45271
+ --- Energy:  94.29930793987965
+ --- Workload:  1273690000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 99 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 185 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 269 in the X datas point
+--------------
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10478138412.017168
+ --- Energy:  17.9776183946517
+ --- Workload:  188372000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 354 in the X datas point
+--------------
+ --- Configuration:  330033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13506559460.602041
+ --- Energy:  80.9473075242288
+ --- Workload:  1093320000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 355 in the X datas point
+--------------
+ --- Configuration:  333033-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15017968999.908392
+ --- Energy:  80.1899268231783
+ --- Workload:  1204290000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 487 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14917179817.652395
+ --- Energy:  86.40713429401492
+ --- Workload:  1288950000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 491 in the X datas point
+--------------
+ --- Configuration:  033033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13084073019.59471
+ --- Energy:  87.73797792788814
+ --- Workload:  1147970000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 640 in the X datas point
+--------------
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14620310535.395771
+ --- Energy:  81.50438397997827
+ --- Workload:  1191620000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333033-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 269 in the X datas point
+--------------
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10478138412.017168
+ --- Energy:  17.9776183946517
+ --- Workload:  188372000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 355 in the X datas point
+--------------
+ --- Configuration:  333033-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15017968999.908392
+ --- Energy:  80.1899268231783
+ --- Workload:  1204290000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 354 in the X datas point
+--------------
+ --- Configuration:  330033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13506559460.602041
+ --- Energy:  80.9473075242288
+ --- Workload:  1093320000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 640 in the X datas point
+--------------
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14620310535.395771
+ --- Energy:  81.50438397997827
+ --- Workload:  1191620000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 498 in the X datas point
+--------------
+ --- Configuration:  333033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14397604238.654688
+ --- Energy:  83.48198615501106
+ --- Workload:  1201940000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 487 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14917179817.652395
+ --- Energy:  86.40713429401492
+ --- Workload:  1288950000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 491 in the X datas point
+--------------
+ --- Configuration:  033033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13084073019.59471
+ --- Energy:  87.73797792788814
+ --- Workload:  1147970000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 99 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 609 in the X datas point
+--------------
+ --- Configuration:  333033-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13506887837.45271
+ --- Energy:  94.29930793987965
+ --- Workload:  1273690000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 185 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 498 in the X datas point
+--------------
+ --- Configuration:  333033-1-3
+ --- Energy efficiency:  14397604238.654688
+ --- Energy:  83.48198615501106
+ --- Workload:  1201940000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (94.29930793987965 mAh)  is far from the median.
+---  Median :83.48198615501106,   the gap is :  10
+--- So yes we remove this configuration '333033-1-3'
+--- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '001111-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '001111-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 610 in the X datas point
+--------------
+ --- Configuration:  001111-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10299849210.207561
+ --- Energy:  33.008552866909774
+ --- Workload:  339983000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 337 in the X datas point
+--------------
+ --- Configuration:  001011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9632519385.445263
+ --- Energy:  30.734807722364668
+ --- Workload:  296054000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 704 in the X datas point
+--------------
+ --- Configuration:  011111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11754748918.563099
+ --- Energy:  32.64170010691823
+ --- Workload:  383695000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 167 in the X datas point
+--------------
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 172 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 211 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 218 in the X datas point
+--------------
+ --- Configuration:  011011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 321 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10662526762.942175
+ --- Energy:  31.96295936672102
+ --- Workload:  340806000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '001111-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 337 in the X datas point
+--------------
+ --- Configuration:  001011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9632519385.445263
+ --- Energy:  30.734807722364668
+ --- Workload:  296054000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 218 in the X datas point
+--------------
+ --- Configuration:  011011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 172 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 321 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10662526762.942175
+ --- Energy:  31.96295936672102
+ --- Workload:  340806000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 704 in the X datas point
+--------------
+ --- Configuration:  011111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11754748918.563099
+ --- Energy:  32.64170010691823
+ --- Workload:  383695000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 610 in the X datas point
+--------------
+ --- Configuration:  001111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10299849210.207561
+ --- Energy:  33.008552866909774
+ --- Workload:  339983000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 167 in the X datas point
+--------------
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 211 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 321 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Energy efficiency:  10662526762.942175
+ --- Energy:  31.96295936672102
+ --- Workload:  340806000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (31.96295936672102 mAh)  it is NOT far from the median.
+---  Median :31.96295936672102,   the gap is :  10
+--- So No we don't romove this configuration '001111-1-0'
+ --- remove_aberrant_points: The value [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '010111-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '010111-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 611 in the X datas point
+--------------
+ --- Configuration:  010111-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13285064266.49839
+ --- Energy:  63.33291473508287
+ --- Workload:  841382000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 80 in the X datas point
+--------------
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 85 in the X datas point
+--------------
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 246 in the X datas point
+--------------
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13583376120.968113
+ --- Energy:  65.5557580165811
+ --- Workload:  890469000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 433 in the X datas point
+--------------
+ --- Configuration:  010111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13352311418.629679
+ --- Energy:  42.04621333129826
+ --- Workload:  561414000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 65 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 123 in the X datas point
+--------------
+ --- Configuration:  010110-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11607229911.367193
+ --- Energy:  52.6902862777189
+ --- Workload:  611588000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 131 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 362 in the X datas point
+--------------
+ --- Configuration:  011111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14901908189.343645
+ --- Energy:  75.3366281487845
+ --- Workload:  1122660000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 453 in the X datas point
+--------------
+ --- Configuration:  022222-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14702487807.961985
+ --- Energy:  79.9871211726851
+ --- Workload:  1176010000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '010111-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 433 in the X datas point
+--------------
+ --- Configuration:  010111-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13352311418.629679
+ --- Energy:  42.04621333129826
+ --- Workload:  561414000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 123 in the X datas point
+--------------
+ --- Configuration:  010110-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11607229911.367193
+ --- Energy:  52.6902862777189
+ --- Workload:  611588000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 611 in the X datas point
+--------------
+ --- Configuration:  010111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13285064266.49839
+ --- Energy:  63.33291473508287
+ --- Workload:  841382000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 80 in the X datas point
+--------------
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 85 in the X datas point
+--------------
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 65 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 246 in the X datas point
+--------------
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13583376120.968113
+ --- Energy:  65.5557580165811
+ --- Workload:  890469000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 131 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 362 in the X datas point
+--------------
+ --- Configuration:  011111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14901908189.343645
+ --- Energy:  75.3366281487845
+ --- Workload:  1122660000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 453 in the X datas point
+--------------
+ --- Configuration:  022222-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14702487807.961985
+ --- Energy:  79.9871211726851
+ --- Workload:  1176010000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 85 in the X datas point
+--------------
+ --- Configuration:  011111-1-2
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (64.6497062836685 mAh)  it is NOT far from the median.
+---  Median :64.6497062836685,   the gap is :  10
+--- So No we don't romove this configuration '010111-1-2'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '100100-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '100100-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 612 in the X datas point
+--------------
+ --- Configuration:  100100-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11460109650.329136
+ --- Energy:  77.70891264945926
+ --- Workload:  890553000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 301 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11473711646.565487
+ --- Energy:  115.13669
+ --- Workload:  1321045181000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 313 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11473711743.841167
+ --- Energy:  115.13669
+ --- Workload:  1321045192200.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 552 in the X datas point
+--------------
+ --- Configuration:  000110-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11259739674.818718
+ --- Energy:  74.8050514094236
+ --- Workload:  842285000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 578 in the X datas point
+--------------
+ --- Configuration:  110101-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13268811525.820444
+ --- Energy:  75.57724470504559
+ --- Workload:  1002820000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 647 in the X datas point
+--------------
+ --- Configuration:  001100-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12879909016.32271
+ --- Energy:  72.82903936158382
+ --- Workload:  938032000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 758 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6028999487.535044
+ --- Energy:  12.654544813790569
+ --- Workload:  76294200000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 47 in the X datas point
+--------------
+ --- Configuration:  101110-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14166071691.655617
+ --- Energy:  71.25193400283615
+ --- Workload:  1009360000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 82 in the X datas point
+--------------
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 263 in the X datas point
+--------------
+ --- Configuration:  110111-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  5358769626.493757
+ --- Energy:  14.0838858431668
+ --- Workload:  75472200000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '100100-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 758 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6028999487.535044
+ --- Energy:  12.654544813790569
+ --- Workload:  76294200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 263 in the X datas point
+--------------
+ --- Configuration:  110111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5358769626.493757
+ --- Energy:  14.0838858431668
+ --- Workload:  75472200000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 47 in the X datas point
+--------------
+ --- Configuration:  101110-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14166071691.655617
+ --- Energy:  71.25193400283615
+ --- Workload:  1009360000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 647 in the X datas point
+--------------
+ --- Configuration:  001100-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12879909016.32271
+ --- Energy:  72.82903936158382
+ --- Workload:  938032000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 552 in the X datas point
+--------------
+ --- Configuration:  000110-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11259739674.818718
+ --- Energy:  74.8050514094236
+ --- Workload:  842285000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 578 in the X datas point
+--------------
+ --- Configuration:  110101-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13268811525.820444
+ --- Energy:  75.57724470504559
+ --- Workload:  1002820000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 612 in the X datas point
+--------------
+ --- Configuration:  100100-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11460109650.329136
+ --- Energy:  77.70891264945926
+ --- Workload:  890553000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 82 in the X datas point
+--------------
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 301 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11473711646.565487
+ --- Energy:  115.13669
+ --- Workload:  1321045181000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 313 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11473711743.841167
+ --- Energy:  115.13669
+ --- Workload:  1321045192200.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 552 in the X datas point
+--------------
+ --- Configuration:  000110-3-3
+ --- Energy efficiency:  11259739674.818718
+ --- Energy:  74.8050514094236
+ --- Workload:  842285000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (74.8050514094236 mAh)  it is NOT far from the median.
+---  Median :74.8050514094236,   the gap is :  10
+--- So No we don't romove this configuration '100100-3-3'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '000100-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000100-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 613 in the X datas point
+--------------
+ --- Configuration:  000100-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12336586491.191061
+ --- Energy:  52.305660553812594
+ --- Workload:  645273000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 233 in the X datas point
+--------------
+ --- Configuration:  000200-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 403 in the X datas point
+--------------
+ --- Configuration:  010100-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 671 in the X datas point
+--------------
+ --- Configuration:  100100-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12819017268.498163
+ --- Energy:  54.9760816945145
+ --- Workload:  704739000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 428 in the X datas point
+--------------
+ --- Configuration:  100100-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12184957913.155367
+ --- Energy:  38.48271275814499
+ --- Workload:  468910000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 438 in the X datas point
+--------------
+ --- Configuration:  000110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10984846404.38515
+ --- Energy:  74.34214040531062
+ --- Workload:  816637000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000100-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 428 in the X datas point
+--------------
+ --- Configuration:  100100-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12184957913.155367
+ --- Energy:  38.48271275814499
+ --- Workload:  468910000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 613 in the X datas point
+--------------
+ --- Configuration:  000100-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12336586491.191061
+ --- Energy:  52.305660553812594
+ --- Workload:  645273000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 403 in the X datas point
+--------------
+ --- Configuration:  010100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 233 in the X datas point
+--------------
+ --- Configuration:  000200-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 671 in the X datas point
+--------------
+ --- Configuration:  100100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12819017268.498163
+ --- Energy:  54.9760816945145
+ --- Workload:  704739000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 438 in the X datas point
+--------------
+ --- Configuration:  000110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10984846404.38515
+ --- Energy:  74.34214040531062
+ --- Workload:  816637000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 403 in the X datas point
+--------------
+ --- Configuration:  010100-2-1
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (52.3623981374209 mAh)  it is NOT far from the median.
+---  Median :52.3623981374209,   the gap is :  10
+--- So No we don't romove this configuration '000100-2-1'
+ --- remove_aberrant_points: The value [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '303333-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303333-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 492 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13042179713.411142
+ --- Energy:  64.25089221017343
+ --- Workload:  837972000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 614 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13034495793.116482
+ --- Energy:  64.35007047679922
+ --- Workload:  838771000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 161 in the X datas point
+--------------
+ --- Configuration:  303333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 192 in the X datas point
+--------------
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 211 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 358 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14821951309.889946
+ --- Energy:  45.1609465048481
+ --- Workload:  669373000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 370 in the X datas point
+--------------
+ --- Configuration:  303333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15097712394.617968
+ --- Energy:  67.5804517710351
+ --- Workload:  1020310000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 387 in the X datas point
+--------------
+ --- Configuration:  303333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11746671287.02404
+ --- Energy:  55.9889928704492
+ --- Workload:  657684000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 572 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12236502220.313328
+ --- Energy:  57.33723345336789
+ --- Workload:  701607000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 736 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10537108006.410776
+ --- Energy:  25.752705265432734
+ --- Workload:  271359000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303333-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 736 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10537108006.410776
+ --- Energy:  25.752705265432734
+ --- Workload:  271359000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 211 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 358 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14821951309.889946
+ --- Energy:  45.1609465048481
+ --- Workload:  669373000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 387 in the X datas point
+--------------
+ --- Configuration:  303333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11746671287.02404
+ --- Energy:  55.9889928704492
+ --- Workload:  657684000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 572 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12236502220.313328
+ --- Energy:  57.33723345336789
+ --- Workload:  701607000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 161 in the X datas point
+--------------
+ --- Configuration:  303333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 492 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13042179713.411142
+ --- Energy:  64.25089221017343
+ --- Workload:  837972000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 614 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13034495793.116482
+ --- Energy:  64.35007047679922
+ --- Workload:  838771000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 370 in the X datas point
+--------------
+ --- Configuration:  303333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15097712394.617968
+ --- Energy:  67.5804517710351
+ --- Workload:  1020310000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 192 in the X datas point
+--------------
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 572 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Energy efficiency:  12236502220.313328
+ --- Energy:  57.33723345336789
+ --- Workload:  701607000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (57.33723345336789 mAh)  it is NOT far from the median.
+---  Median :57.33723345336789,   the gap is :  10
+--- So No we don't romove this configuration '303333-1-0'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '220020-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220020-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 42 in the X datas point
+--------------
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 615 in the X datas point
+--------------
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12670208412.258175
+ --- Energy:  62.229672314345905
+ --- Workload:  788463000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 162 in the X datas point
+--------------
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12976463290.882996
+ --- Energy:  64.768131410946
+ --- Workload:  840461000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 238 in the X datas point
+--------------
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 245 in the X datas point
+--------------
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13277356000.435497
+ --- Energy:  63.3971718133292
+ --- Workload:  841747000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 64 in the X datas point
+--------------
+ --- Configuration:  220020-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10312116840.40865
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 87 in the X datas point
+--------------
+ --- Configuration:  330030-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14087701577.399946
+ --- Energy:  72.9096660218277
+ --- Workload:  1027130000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 124 in the X datas point
+--------------
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 143 in the X datas point
+--------------
+ --- Configuration:  220020-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10684388505.734846
+ --- Energy:  63.3690752564047
+ --- Workload:  677060000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 558 in the X datas point
+--------------
+ --- Configuration:  110000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12516412145.425688
+ --- Energy:  59.318332001781286
+ --- Workload:  742453000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220020-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 64 in the X datas point
+--------------
+ --- Configuration:  220020-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10312116840.40865
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 558 in the X datas point
+--------------
+ --- Configuration:  110000-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12516412145.425688
+ --- Energy:  59.318332001781286
+ --- Workload:  742453000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 615 in the X datas point
+--------------
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12670208412.258175
+ --- Energy:  62.229672314345905
+ --- Workload:  788463000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 42 in the X datas point
+--------------
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 238 in the X datas point
+--------------
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 143 in the X datas point
+--------------
+ --- Configuration:  220020-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10684388505.734846
+ --- Energy:  63.3690752564047
+ --- Workload:  677060000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 245 in the X datas point
+--------------
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13277356000.435497
+ --- Energy:  63.3971718133292
+ --- Workload:  841747000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 124 in the X datas point
+--------------
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 162 in the X datas point
+--------------
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12976463290.882996
+ --- Energy:  64.768131410946
+ --- Workload:  840461000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 87 in the X datas point
+--------------
+ --- Configuration:  330030-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14087701577.399946
+ --- Energy:  72.9096660218277
+ --- Workload:  1027130000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 238 in the X datas point
+--------------
+ --- Configuration:  330030-1-2
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (62.4755025899128 mAh)  it is NOT far from the median.
+---  Median :62.4755025899128,   the gap is :  10
+--- So No we don't romove this configuration '220020-1-2'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '100111-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '100111-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 321 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10662526762.942175
+ --- Energy:  31.96295936672102
+ --- Workload:  340806000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 616 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10481279386.887081
+ --- Energy:  32.55567293709175
+ --- Workload:  341225000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 702 in the X datas point
+--------------
+ --- Configuration:  100101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9662862719.709341
+ --- Energy:  30.72781519894828
+ --- Workload:  296920000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 54 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 90 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 167 in the X datas point
+--------------
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 172 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 211 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '100111-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 90 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 702 in the X datas point
+--------------
+ --- Configuration:  100101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9662862719.709341
+ --- Energy:  30.72781519894828
+ --- Workload:  296920000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 172 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 321 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10662526762.942175
+ --- Energy:  31.96295936672102
+ --- Workload:  340806000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 54 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 616 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10481279386.887081
+ --- Energy:  32.55567293709175
+ --- Workload:  341225000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 167 in the X datas point
+--------------
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 211 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 321 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Energy efficiency:  10662526762.942175
+ --- Energy:  31.96295936672102
+ --- Workload:  340806000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (31.96295936672102 mAh)  it is NOT far from the median.
+---  Median :31.96295936672102,   the gap is :  10
+--- So No we don't romove this configuration '100111-1-0'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '200000-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '200000-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 617 in the X datas point
+--------------
+ --- Configuration:  200000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  7496364263.332283
+ --- Energy:  27.54961888696046
+ --- Workload:  206522000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 288 in the X datas point
+--------------
+ --- Configuration:  300000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10860100930.50205
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 450 in the X datas point
+--------------
+ --- Configuration:  200000-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11138350566.21805
+ --- Energy:  37.46453250408571
+ --- Workload:  417293000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 673 in the X datas point
+--------------
+ --- Configuration:  200020-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8721209108.430794
+ --- Energy:  28.854441560215296
+ --- Workload:  251645000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 279 in the X datas point
+--------------
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 281 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5492386746.144499
+ --- Energy:  29.19724
+ --- Workload:  160362534000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '200000-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 279 in the X datas point
+--------------
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 617 in the X datas point
+--------------
+ --- Configuration:  200000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7496364263.332283
+ --- Energy:  27.54961888696046
+ --- Workload:  206522000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 673 in the X datas point
+--------------
+ --- Configuration:  200020-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8721209108.430794
+ --- Energy:  28.854441560215296
+ --- Workload:  251645000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 281 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5492386746.144499
+ --- Energy:  29.19724
+ --- Workload:  160362534000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 288 in the X datas point
+--------------
+ --- Configuration:  300000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10860100930.50205
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 450 in the X datas point
+--------------
+ --- Configuration:  200000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11138350566.21805
+ --- Energy:  37.46453250408571
+ --- Workload:  417293000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (28.50231 mAh)  it is NOT far from the median.
+---  Median :28.50231,   the gap is :  10
+--- So No we don't romove this configuration '200000-1-0'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '003300-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '003300-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 618 in the X datas point
+--------------
+ --- Configuration:  003300-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10679504855.436882
+ --- Energy:  57.61668750338357
+ --- Workload:  615318000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 467 in the X datas point
+--------------
+ --- Configuration:  003300-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11503455638.073677
+ --- Energy:  68.68847048358467
+ --- Workload:  790155000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 720 in the X datas point
+--------------
+ --- Configuration:  003300-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11105916010.39958
+ --- Energy:  43.401448789067906
+ --- Workload:  482013000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 15 in the X datas point
+--------------
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 25 in the X datas point
+--------------
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 350 in the X datas point
+--------------
+ --- Configuration:  300300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10880623242.099306
+ --- Energy:  53.6505919747787
+ --- Workload:  583752000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 560 in the X datas point
+--------------
+ --- Configuration:  002202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12755215926.672813
+ --- Energy:  62.95852732602467
+ --- Workload:  803050000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 564 in the X datas point
+--------------
+ --- Configuration:  030300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11625825142.93952
+ --- Energy:  47.58862500100224
+ --- Workload:  553257000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 607 in the X datas point
+--------------
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12845347158.352303
+ --- Energy:  50.56673738427292
+ --- Workload:  649547000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 651 in the X datas point
+--------------
+ --- Configuration:  030300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11668883754.580038
+ --- Energy:  47.396418468531486
+ --- Workload:  553063000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '003300-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 720 in the X datas point
+--------------
+ --- Configuration:  003300-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11105916010.39958
+ --- Energy:  43.401448789067906
+ --- Workload:  482013000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 651 in the X datas point
+--------------
+ --- Configuration:  030300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11668883754.580038
+ --- Energy:  47.396418468531486
+ --- Workload:  553063000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 564 in the X datas point
+--------------
+ --- Configuration:  030300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11625825142.93952
+ --- Energy:  47.58862500100224
+ --- Workload:  553257000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 607 in the X datas point
+--------------
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12845347158.352303
+ --- Energy:  50.56673738427292
+ --- Workload:  649547000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 25 in the X datas point
+--------------
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 15 in the X datas point
+--------------
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 350 in the X datas point
+--------------
+ --- Configuration:  300300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10880623242.099306
+ --- Energy:  53.6505919747787
+ --- Workload:  583752000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 618 in the X datas point
+--------------
+ --- Configuration:  003300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10679504855.436882
+ --- Energy:  57.61668750338357
+ --- Workload:  615318000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 560 in the X datas point
+--------------
+ --- Configuration:  002202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12755215926.672813
+ --- Energy:  62.95852732602467
+ --- Workload:  803050000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 467 in the X datas point
+--------------
+ --- Configuration:  003300-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11503455638.073677
+ --- Energy:  68.68847048358467
+ --- Workload:  790155000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 25 in the X datas point
+--------------
+ --- Configuration:  333300-3-0
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (51.080839551389985 mAh)  it is NOT far from the median.
+---  Median :51.080839551389985,   the gap is :  10
+--- So No we don't romove this configuration '003300-3-0'
+ --- remove_aberrant_points: The value [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '330330-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330330-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 171 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 619 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11927480916.030533
+ --- Energy:  57.869084231929165
+ --- Workload:  690232000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 88 in the X datas point
+--------------
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 134 in the X datas point
+--------------
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 178 in the X datas point
+--------------
+ --- Configuration:  030330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11742271237.07176
+ --- Energy:  50.8317348445158
+ --- Workload:  596880000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 764 in the X datas point
+--------------
+ --- Configuration:  330030-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5810507722.1647625
+ --- Energy:  13.028609429521124
+ --- Workload:  75702900000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 15 in the X datas point
+--------------
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 25 in the X datas point
+--------------
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 112 in the X datas point
+--------------
+ --- Configuration:  330033-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12592000302.208008
+ --- Energy:  83.5387640803202
+ --- Workload:  1051920000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 309 in the X datas point
+--------------
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330330-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 764 in the X datas point
+--------------
+ --- Configuration:  330030-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5810507722.1647625
+ --- Energy:  13.028609429521124
+ --- Workload:  75702900000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 178 in the X datas point
+--------------
+ --- Configuration:  030330-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11742271237.07176
+ --- Energy:  50.8317348445158
+ --- Workload:  596880000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 25 in the X datas point
+--------------
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 171 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 15 in the X datas point
+--------------
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 619 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11927480916.030533
+ --- Energy:  57.869084231929165
+ --- Workload:  690232000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 88 in the X datas point
+--------------
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 134 in the X datas point
+--------------
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 112 in the X datas point
+--------------
+ --- Configuration:  330033-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12592000302.208008
+ --- Energy:  83.5387640803202
+ --- Workload:  1051920000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 309 in the X datas point
+--------------
+ --- Configuration:  333333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16089035406.763796
+ --- Energy:  106.21078
+ --- Workload:  1708829000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 15 in the X datas point
+--------------
+ --- Configuration:  303330-3-0
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (52.15820338037457 mAh)  it is NOT far from the median.
+---  Median :52.15820338037457,   the gap is :  10
+--- So No we don't romove this configuration '330330-3-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '002000-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '002000-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 620 in the X datas point
+--------------
+ --- Configuration:  002000-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12453749886.359531
+ --- Energy:  52.141300619742324
+ --- Workload:  649355000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 718 in the X datas point
+--------------
+ --- Configuration:  202000-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12501375151.26664
+ --- Energy:  55.880391426208845
+ --- Workload:  698582000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 750 in the X datas point
+--------------
+ --- Configuration:  002000-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5682237892.57161
+ --- Energy:  13.395917496938448
+ --- Workload:  76118600000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 108 in the X datas point
+--------------
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 233 in the X datas point
+--------------
+ --- Configuration:  000200-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 418 in the X datas point
+--------------
+ --- Configuration:  002020-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11522688750.283745
+ --- Energy:  41.82246108428108
+ --- Workload:  481907000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 472 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885591061.0119
+ --- Energy:  50.17401859858811
+ --- Workload:  696696000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 676 in the X datas point
+--------------
+ --- Configuration:  002022-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14639037922.427738
+ --- Energy:  63.03819652563211
+ --- Workload:  922819000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 685 in the X datas point
+--------------
+ --- Configuration:  022000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11527098479.46044
+ --- Energy:  41.488651501874486
+ --- Workload:  478244000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 733 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12720752763.265518
+ --- Energy:  54.90126391795327
+ --- Workload:  698385000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '002000-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 750 in the X datas point
+--------------
+ --- Configuration:  002000-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5682237892.57161
+ --- Energy:  13.395917496938448
+ --- Workload:  76118600000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 685 in the X datas point
+--------------
+ --- Configuration:  022000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11527098479.46044
+ --- Energy:  41.488651501874486
+ --- Workload:  478244000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 418 in the X datas point
+--------------
+ --- Configuration:  002020-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11522688750.283745
+ --- Energy:  41.82246108428108
+ --- Workload:  481907000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 472 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885591061.0119
+ --- Energy:  50.17401859858811
+ --- Workload:  696696000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 620 in the X datas point
+--------------
+ --- Configuration:  002000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12453749886.359531
+ --- Energy:  52.141300619742324
+ --- Workload:  649355000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 233 in the X datas point
+--------------
+ --- Configuration:  000200-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 733 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12720752763.265518
+ --- Energy:  54.90126391795327
+ --- Workload:  698385000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 718 in the X datas point
+--------------
+ --- Configuration:  202000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12501375151.26664
+ --- Energy:  55.880391426208845
+ --- Workload:  698582000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 676 in the X datas point
+--------------
+ --- Configuration:  002022-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14639037922.427738
+ --- Energy:  63.03819652563211
+ --- Workload:  922819000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 108 in the X datas point
+--------------
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 620 in the X datas point
+--------------
+ --- Configuration:  002000-2-1
+ --- Energy efficiency:  12453749886.359531
+ --- Energy:  52.141300619742324
+ --- Workload:  649355000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (52.141300619742324 mAh)  it is NOT far from the median.
+---  Median :52.141300619742324,   the gap is :  10
+--- So No we don't romove this configuration '002000-2-1'
+ --- remove_aberrant_points: The value [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '100000-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '100000-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 621 in the X datas point
+--------------
+ --- Configuration:  100000-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12660327218.817299
+ --- Energy:  51.604696137494564
+ --- Workload:  653332000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 671 in the X datas point
+--------------
+ --- Configuration:  100100-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12819017268.498163
+ --- Energy:  54.9760816945145
+ --- Workload:  704739000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 760 in the X datas point
+--------------
+ --- Configuration:  100000-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5587965756.945841
+ --- Energy:  13.49249894433128
+ --- Workload:  75395500000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 426 in the X datas point
+--------------
+ --- Configuration:  110000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11352245417.38233
+ --- Energy:  42.47266528928453
+ --- Workload:  482160000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '100000-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 760 in the X datas point
+--------------
+ --- Configuration:  100000-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5587965756.945841
+ --- Energy:  13.49249894433128
+ --- Workload:  75395500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 426 in the X datas point
+--------------
+ --- Configuration:  110000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11352245417.38233
+ --- Energy:  42.47266528928453
+ --- Workload:  482160000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 621 in the X datas point
+--------------
+ --- Configuration:  100000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12660327218.817299
+ --- Energy:  51.604696137494564
+ --- Workload:  653332000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 671 in the X datas point
+--------------
+ --- Configuration:  100100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12819017268.498163
+ --- Energy:  54.9760816945145
+ --- Workload:  704739000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (42.7422 mAh)  it is NOT far from the median.
+---  Median :42.7422,   the gap is :  10
+--- So No we don't romove this configuration '100000-2-1'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '000010-3-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000010-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 622 in the X datas point
+--------------
+ --- Configuration:  000010-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11230529070.224499
+ --- Energy:  65.58873751640105
+ --- Workload:  736596000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 438 in the X datas point
+--------------
+ --- Configuration:  000110-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10984846404.38515
+ --- Energy:  74.34214040531062
+ --- Workload:  816637000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 532 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11081302407.634575
+ --- Energy:  60.484653752985835
+ --- Workload:  670249000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 295 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 300 in the X datas point
+--------------
+ --- Configuration:  000000-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12446800294.572485
+ --- Energy:  98.66502
+ --- Workload:  1228063800000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 312 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 501 in the X datas point
+--------------
+ --- Configuration:  000011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10884176040.66328
+ --- Energy:  53.28388273452391
+ --- Workload:  579951000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 645 in the X datas point
+--------------
+ --- Configuration:  100010-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11294917061.424017
+ --- Energy:  49.79470947563472
+ --- Workload:  562427000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000010-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 645 in the X datas point
+--------------
+ --- Configuration:  100010-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11294917061.424017
+ --- Energy:  49.79470947563472
+ --- Workload:  562427000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 501 in the X datas point
+--------------
+ --- Configuration:  000011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10884176040.66328
+ --- Energy:  53.28388273452391
+ --- Workload:  579951000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 532 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11081302407.634575
+ --- Energy:  60.484653752985835
+ --- Workload:  670249000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 622 in the X datas point
+--------------
+ --- Configuration:  000010-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11230529070.224499
+ --- Energy:  65.58873751640105
+ --- Workload:  736596000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 295 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 438 in the X datas point
+--------------
+ --- Configuration:  000110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10984846404.38515
+ --- Energy:  74.34214040531062
+ --- Workload:  816637000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 312 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 300 in the X datas point
+--------------
+ --- Configuration:  000000-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12446800294.572485
+ --- Energy:  98.66502
+ --- Workload:  1228063800000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 295 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (66.8775 mAh)  it is NOT far from the median.
+---  Median :66.8775,   the gap is :  10
+--- So No we don't romove this configuration '000010-3-1'
+ --- remove_aberrant_points: The value [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '110110-3-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110110-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 204 in the X datas point
+--------------
+ --- Configuration:  110110-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12597441207.741884
+ --- Energy:  69.8226407220911
+ --- Workload:  879587000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 623 in the X datas point
+--------------
+ --- Configuration:  110110-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12940377211.995731
+ --- Energy:  67.57287611693334
+ --- Workload:  874419000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 383 in the X datas point
+--------------
+ --- Configuration:  110111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12988227470.62063
+ --- Energy:  73.0759138749433
+ --- Workload:  949126000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 680 in the X datas point
+--------------
+ --- Configuration:  220220-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12953334317.786741
+ --- Energy:  68.45824901392889
+ --- Workload:  886763000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 46 in the X datas point
+--------------
+ --- Configuration:  220220-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 59 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 93 in the X datas point
+--------------
+ --- Configuration:  111010-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12785418485.925173
+ --- Energy:  70.2667978545078
+ --- Workload:  898390000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 97 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 109 in the X datas point
+--------------
+ --- Configuration:  011110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11878826466.975676
+ --- Energy:  79.1921814190437
+ --- Workload:  940710000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 205 in the X datas point
+--------------
+ --- Configuration:  222220-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13053432922.324242
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110110-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 59 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 623 in the X datas point
+--------------
+ --- Configuration:  110110-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12940377211.995731
+ --- Energy:  67.57287611693334
+ --- Workload:  874419000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 680 in the X datas point
+--------------
+ --- Configuration:  220220-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12953334317.786741
+ --- Energy:  68.45824901392889
+ --- Workload:  886763000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 204 in the X datas point
+--------------
+ --- Configuration:  110110-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12597441207.741884
+ --- Energy:  69.8226407220911
+ --- Workload:  879587000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 93 in the X datas point
+--------------
+ --- Configuration:  111010-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12785418485.925173
+ --- Energy:  70.2667978545078
+ --- Workload:  898390000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 97 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  71.6230294037093
+ --- Workload:  979622000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 205 in the X datas point
+--------------
+ --- Configuration:  222220-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13053432922.324242
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 383 in the X datas point
+--------------
+ --- Configuration:  110111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12988227470.62063
+ --- Energy:  73.0759138749433
+ --- Workload:  949126000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 46 in the X datas point
+--------------
+ --- Configuration:  220220-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 109 in the X datas point
+--------------
+ --- Configuration:  011110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11878826466.975676
+ --- Energy:  79.1921814190437
+ --- Workload:  940710000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 93 in the X datas point
+--------------
+ --- Configuration:  111010-3-1
+ --- Energy efficiency:  12785418485.925173
+ --- Energy:  70.2667978545078
+ --- Workload:  898390000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (70.2667978545078 mAh)  it is NOT far from the median.
+---  Median :70.2667978545078,   the gap is :  10
+--- So No we don't romove this configuration '110110-3-1'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '033333-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033333-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 624 in the X datas point
+--------------
+ --- Configuration:  033333-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15076589072.48824
+ --- Energy:  79.64660959429389
+ --- Workload:  1200800000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 62 in the X datas point
+--------------
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 57 in the X datas point
+--------------
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 68 in the X datas point
+--------------
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 84 in the X datas point
+--------------
+ --- Configuration:  003333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712605724.190134
+ --- Energy:  82.9689480595376
+ --- Workload:  1137720000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 92 in the X datas point
+--------------
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 96 in the X datas point
+--------------
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 115 in the X datas point
+--------------
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 117 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 135 in the X datas point
+--------------
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033333-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 115 in the X datas point
+--------------
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 57 in the X datas point
+--------------
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 96 in the X datas point
+--------------
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 68 in the X datas point
+--------------
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 62 in the X datas point
+--------------
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 92 in the X datas point
+--------------
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 135 in the X datas point
+--------------
+ --- Configuration:  333033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15070431662.374104
+ --- Energy:  79.5378105979585
+ --- Workload:  1198670000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 624 in the X datas point
+--------------
+ --- Configuration:  033333-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15076589072.48824
+ --- Energy:  79.64660959429389
+ --- Workload:  1200800000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 84 in the X datas point
+--------------
+ --- Configuration:  003333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712605724.190134
+ --- Energy:  82.9689480595376
+ --- Workload:  1137720000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 117 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 62 in the X datas point
+--------------
+ --- Configuration:  333333-2-1
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (77.59635035177494 mAh)  it is NOT far from the median.
+---  Median :77.59635035177494,   the gap is :  10
+--- So No we don't romove this configuration '033333-2-1'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '000222-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000222-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 625 in the X datas point
+--------------
+ --- Configuration:  000222-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13901728679.961353
+ --- Energy:  85.57933287675009
+ --- Workload:  1189700000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 51 in the X datas point
+--------------
+ --- Configuration:  200222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14594342940.789293
+ --- Energy:  80.17631322756387
+ --- Workload:  1170120000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 659 in the X datas point
+--------------
+ --- Configuration:  000333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14157668288.66353
+ --- Energy:  78.13433738304217
+ --- Workload:  1106200000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 687 in the X datas point
+--------------
+ --- Configuration:  000222-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14429639634.179775
+ --- Energy:  82.81499880951421
+ --- Workload:  1194990000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 17 in the X datas point
+--------------
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 30 in the X datas point
+--------------
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 154 in the X datas point
+--------------
+ --- Configuration:  003333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 207 in the X datas point
+--------------
+ --- Configuration:  000022-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14281185109.865158
+ --- Energy:  76.4971891147909
+ --- Workload:  1092470000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 399 in the X datas point
+--------------
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13410884005.240973
+ --- Energy:  109.874202798205
+ --- Workload:  1473510000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 421 in the X datas point
+--------------
+ --- Configuration:  000022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  79.5806220896002
+ --- Workload:  975425000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000222-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 207 in the X datas point
+--------------
+ --- Configuration:  000022-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14281185109.865158
+ --- Energy:  76.4971891147909
+ --- Workload:  1092470000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 659 in the X datas point
+--------------
+ --- Configuration:  000333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14157668288.66353
+ --- Energy:  78.13433738304217
+ --- Workload:  1106200000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 421 in the X datas point
+--------------
+ --- Configuration:  000022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  79.5806220896002
+ --- Workload:  975425000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 51 in the X datas point
+--------------
+ --- Configuration:  200222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14594342940.789293
+ --- Energy:  80.17631322756387
+ --- Workload:  1170120000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 687 in the X datas point
+--------------
+ --- Configuration:  000222-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14429639634.179775
+ --- Energy:  82.81499880951421
+ --- Workload:  1194990000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 154 in the X datas point
+--------------
+ --- Configuration:  003333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 625 in the X datas point
+--------------
+ --- Configuration:  000222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13901728679.961353
+ --- Energy:  85.57933287675009
+ --- Workload:  1189700000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 17 in the X datas point
+--------------
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 30 in the X datas point
+--------------
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 399 in the X datas point
+--------------
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13410884005.240973
+ --- Energy:  109.874202798205
+ --- Workload:  1473510000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 687 in the X datas point
+--------------
+ --- Configuration:  000222-2-2
+ --- Energy efficiency:  14429639634.179775
+ --- Energy:  82.81499880951421
+ --- Workload:  1194990000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (82.81499880951421 mAh)  it is NOT far from the median.
+---  Median :82.81499880951421,   the gap is :  10
+--- So No we don't romove this configuration '000222-2-3'
+ --- remove_aberrant_points: The value [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '330300-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330300-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 626 in the X datas point
+--------------
+ --- Configuration:  330300-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12797903191.541098
+ --- Energy:  61.958674038002826
+ --- Workload:  792941000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 121 in the X datas point
+--------------
+ --- Configuration:  333300-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 514 in the X datas point
+--------------
+ --- Configuration:  330303-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13657246808.30142
+ --- Energy:  82.00779235048205
+ --- Workload:  1120000000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 162 in the X datas point
+--------------
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12976463290.882996
+ --- Energy:  64.768131410946
+ --- Workload:  840461000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 165 in the X datas point
+--------------
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 234 in the X datas point
+--------------
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 238 in the X datas point
+--------------
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 245 in the X datas point
+--------------
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13277356000.435497
+ --- Energy:  63.3971718133292
+ --- Workload:  841747000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 318 in the X datas point
+--------------
+ --- Configuration:  330303-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14023081992.960411
+ --- Energy:  66.12237864852598
+ --- Workload:  927239000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330300-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 234 in the X datas point
+--------------
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 626 in the X datas point
+--------------
+ --- Configuration:  330300-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12797903191.541098
+ --- Energy:  61.958674038002826
+ --- Workload:  792941000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 238 in the X datas point
+--------------
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 121 in the X datas point
+--------------
+ --- Configuration:  333300-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 245 in the X datas point
+--------------
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13277356000.435497
+ --- Energy:  63.3971718133292
+ --- Workload:  841747000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 162 in the X datas point
+--------------
+ --- Configuration:  220220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12976463290.882996
+ --- Energy:  64.768131410946
+ --- Workload:  840461000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 318 in the X datas point
+--------------
+ --- Configuration:  330303-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14023081992.960411
+ --- Energy:  66.12237864852598
+ --- Workload:  927239000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 165 in the X datas point
+--------------
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 514 in the X datas point
+--------------
+ --- Configuration:  330303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13657246808.30142
+ --- Energy:  82.00779235048205
+ --- Workload:  1120000000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 245 in the X datas point
+--------------
+ --- Configuration:  220220-1-2
+ --- Energy efficiency:  13277356000.435497
+ --- Energy:  63.3971718133292
+ --- Workload:  841747000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (63.3971718133292 mAh)  it is NOT far from the median.
+---  Median :63.3971718133292,   the gap is :  10
+--- So No we don't romove this configuration '330300-1-2'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '300303-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '300303-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 627 in the X datas point
+--------------
+ --- Configuration:  300303-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9265607916.535404
+ --- Energy:  41.90141554208418
+ --- Workload:  388241000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 259 in the X datas point
+--------------
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 377 in the X datas point
+--------------
+ --- Configuration:  300333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10542740269.050732
+ --- Energy:  49.5215662037853
+ --- Workload:  522093000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 6 in the X datas point
+--------------
+ --- Configuration:  303303-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  58.54108121624596
+ --- Workload:  751419000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 23 in the X datas point
+--------------
+ --- Configuration:  000300-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  1619850293.4358807
+ --- Energy:  22.60411372898465
+ --- Workload:  36615300000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 170 in the X datas point
+--------------
+ --- Configuration:  330333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11461738424.790365
+ --- Energy:  57.5070787061249
+ --- Workload:  659131000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 281 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5492386746.144499
+ --- Energy:  29.19724
+ --- Workload:  160362534000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 303 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5492368456.744541
+ --- Energy:  29.19724
+ --- Workload:  160362000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 387 in the X datas point
+--------------
+ --- Configuration:  303333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11746671287.02404
+ --- Energy:  55.9889928704492
+ --- Workload:  657684000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 456 in the X datas point
+--------------
+ --- Configuration:  300033-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8819508753.362438
+ --- Energy:  43.98581744362714
+ --- Workload:  387933000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '300303-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 23 in the X datas point
+--------------
+ --- Configuration:  000300-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  1619850293.4358807
+ --- Energy:  22.60411372898465
+ --- Workload:  36615300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 281 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5492386746.144499
+ --- Energy:  29.19724
+ --- Workload:  160362534000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 303 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5492368456.744541
+ --- Energy:  29.19724
+ --- Workload:  160362000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 259 in the X datas point
+--------------
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 627 in the X datas point
+--------------
+ --- Configuration:  300303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9265607916.535404
+ --- Energy:  41.90141554208418
+ --- Workload:  388241000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 456 in the X datas point
+--------------
+ --- Configuration:  300033-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8819508753.362438
+ --- Energy:  43.98581744362714
+ --- Workload:  387933000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 377 in the X datas point
+--------------
+ --- Configuration:  300333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10542740269.050732
+ --- Energy:  49.5215662037853
+ --- Workload:  522093000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 387 in the X datas point
+--------------
+ --- Configuration:  303333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11746671287.02404
+ --- Energy:  55.9889928704492
+ --- Workload:  657684000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 170 in the X datas point
+--------------
+ --- Configuration:  330333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11461738424.790365
+ --- Energy:  57.5070787061249
+ --- Workload:  659131000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 6 in the X datas point
+--------------
+ --- Configuration:  303303-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  58.54108121624596
+ --- Workload:  751419000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 627 in the X datas point
+--------------
+ --- Configuration:  300303-0-0
+ --- Energy efficiency:  9265607916.535404
+ --- Energy:  41.90141554208418
+ --- Workload:  388241000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (41.90141554208418 mAh)  it is NOT far from the median.
+---  Median :41.90141554208418,   the gap is :  10
+--- So No we don't romove this configuration '300303-0-0'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '111000-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111000-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 628 in the X datas point
+--------------
+ --- Configuration:  111000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9668281269.638697
+ --- Energy:  30.617996362116138
+ --- Workload:  296022000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 285 in the X datas point
+--------------
+ --- Configuration:  111000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8793320381.554344
+ --- Energy:  26.06077
+ --- Workload:  229160700000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 391 in the X datas point
+--------------
+ --- Configuration:  111000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12373817991.036406
+ --- Energy:  42.6850354508384
+ --- Workload:  528177000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 527 in the X datas point
+--------------
+ --- Configuration:  011000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8513536523.071684
+ --- Energy:  29.34546622830315
+ --- Workload:  249834000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 703 in the X datas point
+--------------
+ --- Configuration:  111001-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10720963342.88214
+ --- Energy:  31.78714877872434
+ --- Workload:  340789000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 89 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 136 in the X datas point
+--------------
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 141 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 184 in the X datas point
+--------------
+ --- Configuration:  222000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13569165428.480322
+ --- Energy:  37.8409560260374
+ --- Workload:  513470000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111000-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 285 in the X datas point
+--------------
+ --- Configuration:  111000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8793320381.554344
+ --- Energy:  26.06077
+ --- Workload:  229160700000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 527 in the X datas point
+--------------
+ --- Configuration:  011000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8513536523.071684
+ --- Energy:  29.34546622830315
+ --- Workload:  249834000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 628 in the X datas point
+--------------
+ --- Configuration:  111000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9668281269.638697
+ --- Energy:  30.617996362116138
+ --- Workload:  296022000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 703 in the X datas point
+--------------
+ --- Configuration:  111001-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10720963342.88214
+ --- Energy:  31.78714877872434
+ --- Workload:  340789000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 89 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 136 in the X datas point
+--------------
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 141 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 184 in the X datas point
+--------------
+ --- Configuration:  222000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13569165428.480322
+ --- Energy:  37.8409560260374
+ --- Workload:  513470000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 391 in the X datas point
+--------------
+ --- Configuration:  111000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373817991.036406
+ --- Energy:  42.6850354508384
+ --- Workload:  528177000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 89 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (32.3869731002721 mAh)  it is NOT far from the median.
+---  Median :32.3869731002721,   the gap is :  10
+--- So No we don't romove this configuration '111000-1-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '002220-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '002220-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 629 in the X datas point
+--------------
+ --- Configuration:  002220-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9568096140.230017
+ --- Energy:  30.98063125088282
+ --- Workload:  296427000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 324 in the X datas point
+--------------
+ --- Configuration:  002220-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13404268723.41766
+ --- Energy:  37.62672702026895
+ --- Workload:  504359000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 739 in the X datas point
+--------------
+ --- Configuration:  002220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5804639067.542781
+ --- Energy:  13.05030508081098
+ --- Workload:  75752500000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 172 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 209 in the X datas point
+--------------
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 211 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 356 in the X datas point
+--------------
+ --- Configuration:  022222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14586168519.839378
+ --- Energy:  45.8860959823931
+ --- Workload:  669302000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 358 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14821951309.889946
+ --- Energy:  45.1609465048481
+ --- Workload:  669373000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 418 in the X datas point
+--------------
+ --- Configuration:  002020-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11522688750.283745
+ --- Energy:  41.82246108428108
+ --- Workload:  481907000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '002220-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 739 in the X datas point
+--------------
+ --- Configuration:  002220-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5804639067.542781
+ --- Energy:  13.05030508081098
+ --- Workload:  75752500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 629 in the X datas point
+--------------
+ --- Configuration:  002220-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9568096140.230017
+ --- Energy:  30.98063125088282
+ --- Workload:  296427000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 172 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 209 in the X datas point
+--------------
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 324 in the X datas point
+--------------
+ --- Configuration:  002220-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13404268723.41766
+ --- Energy:  37.62672702026895
+ --- Workload:  504359000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 418 in the X datas point
+--------------
+ --- Configuration:  002020-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11522688750.283745
+ --- Energy:  41.82246108428108
+ --- Workload:  481907000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 211 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 358 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14821951309.889946
+ --- Energy:  45.1609465048481
+ --- Workload:  669373000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 356 in the X datas point
+--------------
+ --- Configuration:  022222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14586168519.839378
+ --- Energy:  45.8860959823931
+ --- Workload:  669302000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 209 in the X datas point
+--------------
+ --- Configuration:  222220-1-0
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (32.0011057465816 mAh)  it is NOT far from the median.
+---  Median :32.0011057465816,   the gap is :  10
+--- So No we don't romove this configuration '002220-1-0'
+ --- remove_aberrant_points: The value [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '020022-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '020022-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 630 in the X datas point
+--------------
+ --- Configuration:  020022-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12661321056.916437
+ --- Energy:  36.88800733705025
+ --- Workload:  467051000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 585 in the X datas point
+--------------
+ --- Configuration:  010011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9783204195.037958
+ --- Energy:  30.276377856940353
+ --- Workload:  296200000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 696 in the X datas point
+--------------
+ --- Configuration:  010011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9422317701.708267
+ --- Energy:  31.27446828861957
+ --- Workload:  294678000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 778 in the X datas point
+--------------
+ --- Configuration:  020020-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5577369266.464394
+ --- Energy:  13.574697742750608
+ --- Workload:  75711000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 153 in the X datas point
+--------------
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 155 in the X datas point
+--------------
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 218 in the X datas point
+--------------
+ --- Configuration:  011011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 339 in the X datas point
+--------------
+ --- Configuration:  220002-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12468874571.85002
+ --- Energy:  37.3545557848716
+ --- Workload:  465769000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 356 in the X datas point
+--------------
+ --- Configuration:  022222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14586168519.839378
+ --- Energy:  45.8860959823931
+ --- Workload:  669302000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 445 in the X datas point
+--------------
+ --- Configuration:  200022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11839826096.634293
+ --- Energy:  39.46922201479768
+ --- Workload:  467309000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '020022-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 778 in the X datas point
+--------------
+ --- Configuration:  020020-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5577369266.464394
+ --- Energy:  13.574697742750608
+ --- Workload:  75711000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 585 in the X datas point
+--------------
+ --- Configuration:  010011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9783204195.037958
+ --- Energy:  30.276377856940353
+ --- Workload:  296200000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 696 in the X datas point
+--------------
+ --- Configuration:  010011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9422317701.708267
+ --- Energy:  31.27446828861957
+ --- Workload:  294678000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 218 in the X datas point
+--------------
+ --- Configuration:  011011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 630 in the X datas point
+--------------
+ --- Configuration:  020022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12661321056.916437
+ --- Energy:  36.88800733705025
+ --- Workload:  467051000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 339 in the X datas point
+--------------
+ --- Configuration:  220002-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12468874571.85002
+ --- Energy:  37.3545557848716
+ --- Workload:  465769000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 445 in the X datas point
+--------------
+ --- Configuration:  200022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11839826096.634293
+ --- Energy:  39.46922201479768
+ --- Workload:  467309000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 155 in the X datas point
+--------------
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 356 in the X datas point
+--------------
+ --- Configuration:  022222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14586168519.839378
+ --- Energy:  45.8860959823931
+ --- Workload:  669302000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 153 in the X datas point
+--------------
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 630 in the X datas point
+--------------
+ --- Configuration:  020022-1-0
+ --- Energy efficiency:  12661321056.916437
+ --- Energy:  36.88800733705025
+ --- Workload:  467051000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (36.88800733705025 mAh)  it is NOT far from the median.
+---  Median :36.88800733705025,   the gap is :  10
+--- So No we don't romove this configuration '020022-1-0'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '020220-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '020220-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 631 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13940157691.063803
+ --- Energy:  53.671785048668475
+ --- Workload:  748193000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 743 in the X datas point
+--------------
+ --- Configuration:  020220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5955429565.134533
+ --- Energy:  12.724500572380222
+ --- Workload:  75779900000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 233 in the X datas point
+--------------
+ --- Configuration:  000200-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 257 in the X datas point
+--------------
+ --- Configuration:  011110-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 374 in the X datas point
+--------------
+ --- Configuration:  022220-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14357811008.1337
+ --- Energy:  74.4883903754354
+ --- Workload:  1069490000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 403 in the X datas point
+--------------
+ --- Configuration:  010100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 444 in the X datas point
+--------------
+ --- Configuration:  022220-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13985779259.648788
+ --- Energy:  76.30755632960373
+ --- Workload:  1067220000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 447 in the X datas point
+--------------
+ --- Configuration:  020200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13423107073.440504
+ --- Energy:  72.91082650802181
+ --- Workload:  978690000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '020220-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 743 in the X datas point
+--------------
+ --- Configuration:  020220-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5955429565.134533
+ --- Energy:  12.724500572380222
+ --- Workload:  75779900000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 403 in the X datas point
+--------------
+ --- Configuration:  010100-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 631 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13940157691.063803
+ --- Energy:  53.671785048668475
+ --- Workload:  748193000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 233 in the X datas point
+--------------
+ --- Configuration:  000200-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 257 in the X datas point
+--------------
+ --- Configuration:  011110-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 447 in the X datas point
+--------------
+ --- Configuration:  020200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13423107073.440504
+ --- Energy:  72.91082650802181
+ --- Workload:  978690000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 374 in the X datas point
+--------------
+ --- Configuration:  022220-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14357811008.1337
+ --- Energy:  74.4883903754354
+ --- Workload:  1069490000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 444 in the X datas point
+--------------
+ --- Configuration:  022220-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13985779259.648788
+ --- Energy:  76.30755632960373
+ --- Workload:  1067220000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (55.3938120911074 mAh)  it is NOT far from the median.
+---  Median :55.3938120911074,   the gap is :  10
+--- So No we don't romove this configuration '020220-2-1'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '101101-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101101-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 508 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 561 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12080679610.712181
+ --- Energy:  56.78135936837892
+ --- Workload:  685957000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 632 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11809317315.175327
+ --- Energy:  58.81039857197384
+ --- Workload:  694511000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 276 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5303154846.818372
+ --- Energy:  14.4399767950293
+ --- Workload:  76577300000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 368 in the X datas point
+--------------
+ --- Configuration:  101101-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12808082412.325474
+ --- Energy:  45.0099417425521
+ --- Workload:  576491000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 480 in the X datas point
+--------------
+ --- Configuration:  100101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12027441811.236517
+ --- Energy:  49.41931284357229
+ --- Workload:  594388000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 567 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11472757936.280302
+ --- Energy:  54.89700632647969
+ --- Workload:  629820000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 655 in the X datas point
+--------------
+ --- Configuration:  001101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11963267981.988104
+ --- Energy:  50.131704402498926
+ --- Workload:  599739000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 755 in the X datas point
+--------------
+ --- Configuration:  001101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5933274396.140998
+ --- Energy:  12.801274922165252
+ --- Workload:  75953500000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101101-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 755 in the X datas point
+--------------
+ --- Configuration:  001101-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5933274396.140998
+ --- Energy:  12.801274922165252
+ --- Workload:  75953500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 276 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5303154846.818372
+ --- Energy:  14.4399767950293
+ --- Workload:  76577300000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 368 in the X datas point
+--------------
+ --- Configuration:  101101-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12808082412.325474
+ --- Energy:  45.0099417425521
+ --- Workload:  576491000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 480 in the X datas point
+--------------
+ --- Configuration:  100101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12027441811.236517
+ --- Energy:  49.41931284357229
+ --- Workload:  594388000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 655 in the X datas point
+--------------
+ --- Configuration:  001101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11963267981.988104
+ --- Energy:  50.131704402498926
+ --- Workload:  599739000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 508 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 567 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11472757936.280302
+ --- Energy:  54.89700632647969
+ --- Workload:  629820000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 561 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12080679610.712181
+ --- Energy:  56.78135936837892
+ --- Workload:  685957000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 632 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11809317315.175327
+ --- Energy:  58.81039857197384
+ --- Workload:  694511000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 655 in the X datas point
+--------------
+ --- Configuration:  001101-3-0
+ --- Energy efficiency:  11963267981.988104
+ --- Energy:  50.131704402498926
+ --- Workload:  599739000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (50.131704402498926 mAh)  it is NOT far from the median.
+---  Median :50.131704402498926,   the gap is :  10
+--- So No we don't romove this configuration '101101-3-0'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '011000-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011000-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 633 in the X datas point
+--------------
+ --- Configuration:  011000-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13654169915.221258
+ --- Energy:  71.4589837097857
+ --- Workload:  975713000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 100 in the X datas point
+--------------
+ --- Configuration:  011010-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 228 in the X datas point
+--------------
+ --- Configuration:  111001-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14359934633.577549
+ --- Energy:  74.8645087621987
+ --- Workload:  1075050000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 329 in the X datas point
+--------------
+ --- Configuration:  011001-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13549235890.841936
+ --- Energy:  55.62139896793428
+ --- Workload:  753627000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 540 in the X datas point
+--------------
+ --- Configuration:  011010-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12504532893.173775
+ --- Energy:  85.2562842548241
+ --- Workload:  1066090000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 545 in the X datas point
+--------------
+ --- Configuration:  011010-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13560884983.354015
+ --- Energy:  77.7920837079026
+ --- Workload:  1054930000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 662 in the X datas point
+--------------
+ --- Configuration:  011100-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12868373270.329777
+ --- Energy:  82.64292151495445
+ --- Workload:  1063480000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 666 in the X datas point
+--------------
+ --- Configuration:  010000-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12860297304.353083
+ --- Energy:  72.53963798699066
+ --- Workload:  932881000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 672 in the X datas point
+--------------
+ --- Configuration:  011011-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14338623807.5642
+ --- Energy:  74.73239429974956
+ --- Workload:  1071560000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011000-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 100 in the X datas point
+--------------
+ --- Configuration:  011010-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 329 in the X datas point
+--------------
+ --- Configuration:  011001-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13549235890.841936
+ --- Energy:  55.62139896793428
+ --- Workload:  753627000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 633 in the X datas point
+--------------
+ --- Configuration:  011000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13654169915.221258
+ --- Energy:  71.4589837097857
+ --- Workload:  975713000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 666 in the X datas point
+--------------
+ --- Configuration:  010000-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12860297304.353083
+ --- Energy:  72.53963798699066
+ --- Workload:  932881000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 672 in the X datas point
+--------------
+ --- Configuration:  011011-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14338623807.5642
+ --- Energy:  74.73239429974956
+ --- Workload:  1071560000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 228 in the X datas point
+--------------
+ --- Configuration:  111001-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14359934633.577549
+ --- Energy:  74.8645087621987
+ --- Workload:  1075050000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 545 in the X datas point
+--------------
+ --- Configuration:  011010-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13560884983.354015
+ --- Energy:  77.7920837079026
+ --- Workload:  1054930000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 662 in the X datas point
+--------------
+ --- Configuration:  011100-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12868373270.329777
+ --- Energy:  82.64292151495445
+ --- Workload:  1063480000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 540 in the X datas point
+--------------
+ --- Configuration:  011010-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12504532893.173775
+ --- Energy:  85.2562842548241
+ --- Workload:  1066090000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 666 in the X datas point
+--------------
+ --- Configuration:  010000-3-2
+ --- Energy efficiency:  12860297304.353083
+ --- Energy:  72.53963798699066
+ --- Workload:  932881000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (72.53963798699066 mAh)  it is NOT far from the median.
+---  Median :72.53963798699066,   the gap is :  10
+--- So No we don't romove this configuration '011000-2-2'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '010010-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '010010-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 634 in the X datas point
+--------------
+ --- Configuration:  010010-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8677467220.867573
+ --- Energy:  29.01647467870326
+ --- Workload:  251789000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 435 in the X datas point
+--------------
+ --- Configuration:  010010-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12144942603.001259
+ --- Energy:  38.33628258038769
+ --- Workload:  465592000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 464 in the X datas point
+--------------
+ --- Configuration:  010110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9252662453.621029
+ --- Energy:  32.02904675461461
+ --- Workload:  296355000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 513 in the X datas point
+--------------
+ --- Configuration:  010000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7423574302.555194
+ --- Energy:  27.86299512820046
+ --- Workload:  206843000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 585 in the X datas point
+--------------
+ --- Configuration:  010011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9783204195.037958
+ --- Energy:  30.276377856940353
+ --- Workload:  296200000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 696 in the X datas point
+--------------
+ --- Configuration:  010011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9422317701.708267
+ --- Energy:  31.27446828861957
+ --- Workload:  294678000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 778 in the X datas point
+--------------
+ --- Configuration:  020020-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5577369266.464394
+ --- Energy:  13.574697742750608
+ --- Workload:  75711000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 218 in the X datas point
+--------------
+ --- Configuration:  011011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 524 in the X datas point
+--------------
+ --- Configuration:  001010-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8465178488.288426
+ --- Energy:  29.660392939079458
+ --- Workload:  251081000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '010010-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 778 in the X datas point
+--------------
+ --- Configuration:  020020-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5577369266.464394
+ --- Energy:  13.574697742750608
+ --- Workload:  75711000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 513 in the X datas point
+--------------
+ --- Configuration:  010000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7423574302.555194
+ --- Energy:  27.86299512820046
+ --- Workload:  206843000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 634 in the X datas point
+--------------
+ --- Configuration:  010010-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8677467220.867573
+ --- Energy:  29.01647467870326
+ --- Workload:  251789000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 524 in the X datas point
+--------------
+ --- Configuration:  001010-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8465178488.288426
+ --- Energy:  29.660392939079458
+ --- Workload:  251081000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 585 in the X datas point
+--------------
+ --- Configuration:  010011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9783204195.037958
+ --- Energy:  30.276377856940353
+ --- Workload:  296200000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 696 in the X datas point
+--------------
+ --- Configuration:  010011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9422317701.708267
+ --- Energy:  31.27446828861957
+ --- Workload:  294678000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 218 in the X datas point
+--------------
+ --- Configuration:  011011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 464 in the X datas point
+--------------
+ --- Configuration:  010110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9252662453.621029
+ --- Energy:  32.02904675461461
+ --- Workload:  296355000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 435 in the X datas point
+--------------
+ --- Configuration:  010010-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12144942603.001259
+ --- Energy:  38.33628258038769
+ --- Workload:  465592000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (30.05234 mAh)  it is NOT far from the median.
+---  Median :30.05234,   the gap is :  10
+--- So No we don't romove this configuration '010010-1-0'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 0, 0, 1, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '330003-3-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330003-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 635 in the X datas point
+--------------
+ --- Configuration:  330003-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13484449059.122566
+ --- Energy:  94.49408464421893
+ --- Workload:  1274200000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 604 in the X datas point
+--------------
+ --- Configuration:  330003-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13533264764.791859
+ --- Energy:  73.38859474562628
+ --- Workload:  993187000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 31 in the X datas point
+--------------
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 188 in the X datas point
+--------------
+ --- Configuration:  330303-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14509155276.979774
+ --- Energy:  74.9403190398345
+ --- Workload:  1087320000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 343 in the X datas point
+--------------
+ --- Configuration:  220022-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14662090139.59776
+ --- Energy:  91.26660104513866
+ --- Workload:  1338160000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 419 in the X datas point
+--------------
+ --- Configuration:  330000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10983169391.224886
+ --- Energy:  83.68676450959153
+ --- Workload:  919146000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 469 in the X datas point
+--------------
+ --- Configuration:  330030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13326563439.106268
+ --- Energy:  79.44879111187178
+ --- Workload:  1058780000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 485 in the X datas point
+--------------
+ --- Configuration:  333003-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14748327170.99063
+ --- Energy:  71.45892509072699
+ --- Workload:  1053900000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 639 in the X datas point
+--------------
+ --- Configuration:  330033-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14337678127.72864
+ --- Energy:  96.1514888870947
+ --- Workload:  1378590000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330003-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 485 in the X datas point
+--------------
+ --- Configuration:  333003-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14748327170.99063
+ --- Energy:  71.45892509072699
+ --- Workload:  1053900000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 604 in the X datas point
+--------------
+ --- Configuration:  330003-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13533264764.791859
+ --- Energy:  73.38859474562628
+ --- Workload:  993187000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 188 in the X datas point
+--------------
+ --- Configuration:  330303-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14509155276.979774
+ --- Energy:  74.9403190398345
+ --- Workload:  1087320000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 469 in the X datas point
+--------------
+ --- Configuration:  330030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13326563439.106268
+ --- Energy:  79.44879111187178
+ --- Workload:  1058780000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 419 in the X datas point
+--------------
+ --- Configuration:  330000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10983169391.224886
+ --- Energy:  83.68676450959153
+ --- Workload:  919146000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 31 in the X datas point
+--------------
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 343 in the X datas point
+--------------
+ --- Configuration:  220022-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14662090139.59776
+ --- Energy:  91.26660104513866
+ --- Workload:  1338160000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 635 in the X datas point
+--------------
+ --- Configuration:  330003-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13484449059.122566
+ --- Energy:  94.49408464421893
+ --- Workload:  1274200000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 639 in the X datas point
+--------------
+ --- Configuration:  330033-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14337678127.72864
+ --- Energy:  96.1514888870947
+ --- Workload:  1378590000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 419 in the X datas point
+--------------
+ --- Configuration:  330000-3-3
+ --- Energy efficiency:  10983169391.224886
+ --- Energy:  83.68676450959153
+ --- Workload:  919146000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (94.49408464421893 mAh)  is far from the median.
+---  Median :83.68676450959153,   the gap is :  10
+--- So yes we remove this configuration '330003-3-2'
+--- remove_aberrant_points: The value [2.0, 1, 1, 0, 0, 0, 1, 3.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '022222-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '022222-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 636 in the X datas point
+--------------
+ --- Configuration:  022222-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14763111118.98477
+ --- Energy:  92.57130206150522
+ --- Workload:  1366640000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 342 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 393 in the X datas point
+--------------
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15121089686.207148
+ --- Energy:  96.9268799133665
+ --- Workload:  1465640000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 461 in the X datas point
+--------------
+ --- Configuration:  011111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12672600823.212149
+ --- Energy:  85.29350021391399
+ --- Workload:  1080890000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 504 in the X datas point
+--------------
+ --- Configuration:  022022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14551380926.049883
+ --- Energy:  88.0748025631995
+ --- Workload:  1281610000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 507 in the X datas point
+--------------
+ --- Configuration:  022222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14938304801.171164
+ --- Energy:  95.11984019839312
+ --- Workload:  1420930000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 722 in the X datas point
+--------------
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14609780078.98047
+ --- Energy:  105.2672237780514
+ --- Workload:  1537930000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 777 in the X datas point
+--------------
+ --- Configuration:  022220-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6021448399.197943
+ --- Energy:  12.583421405685236
+ --- Workload:  75770300000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 9 in the X datas point
+--------------
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '022222-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 777 in the X datas point
+--------------
+ --- Configuration:  022220-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6021448399.197943
+ --- Energy:  12.583421405685236
+ --- Workload:  75770300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 9 in the X datas point
+--------------
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 461 in the X datas point
+--------------
+ --- Configuration:  011111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12672600823.212149
+ --- Energy:  85.29350021391399
+ --- Workload:  1080890000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 504 in the X datas point
+--------------
+ --- Configuration:  022022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14551380926.049883
+ --- Energy:  88.0748025631995
+ --- Workload:  1281610000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 636 in the X datas point
+--------------
+ --- Configuration:  022222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14763111118.98477
+ --- Energy:  92.57130206150522
+ --- Workload:  1366640000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 507 in the X datas point
+--------------
+ --- Configuration:  022222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14938304801.171164
+ --- Energy:  95.11984019839312
+ --- Workload:  1420930000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 393 in the X datas point
+--------------
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15121089686.207148
+ --- Energy:  96.9268799133665
+ --- Workload:  1465640000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 342 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 722 in the X datas point
+--------------
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14609780078.98047
+ --- Energy:  105.2672237780514
+ --- Workload:  1537930000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 636 in the X datas point
+--------------
+ --- Configuration:  022222-3-3
+ --- Energy efficiency:  14763111118.98477
+ --- Energy:  92.57130206150522
+ --- Workload:  1366640000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (92.57130206150522 mAh)  it is NOT far from the median.
+---  Median :92.57130206150522,   the gap is :  10
+--- So No we don't romove this configuration '022222-3-3'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '202200-3-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202200-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 637 in the X datas point
+--------------
+ --- Configuration:  202200-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13767808660.50236
+ --- Energy:  75.38525435820448
+ --- Workload:  1037890000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 600 in the X datas point
+--------------
+ --- Configuration:  002200-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12812496796.875801
+ --- Energy:  81.66872704524802
+ --- Workload:  1046380000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 108 in the X datas point
+--------------
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 133 in the X datas point
+--------------
+ --- Configuration:  303300-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12321431651.786486
+ --- Energy:  75.3849371705881
+ --- Workload:  928850000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 224 in the X datas point
+--------------
+ --- Configuration:  303300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13967533864.285854
+ --- Energy:  72.5489714103032
+ --- Workload:  1013330000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 272 in the X datas point
+--------------
+ --- Configuration:  222202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 416 in the X datas point
+--------------
+ --- Configuration:  101101-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13340679600.900229
+ --- Energy:  83.02798102049613
+ --- Workload:  1107650000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 570 in the X datas point
+--------------
+ --- Configuration:  202000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  76.35579765249746
+ --- Workload:  935898000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 717 in the X datas point
+--------------
+ --- Configuration:  333300-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12977490542.653767
+ --- Energy:  88.00551228316039
+ --- Workload:  1142090000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 768 in the X datas point
+--------------
+ --- Configuration:  200202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10604352662.593887
+ --- Energy:  17.76713091857071
+ --- Workload:  188409000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202200-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 768 in the X datas point
+--------------
+ --- Configuration:  200202-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10604352662.593887
+ --- Energy:  17.76713091857071
+ --- Workload:  188409000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 272 in the X datas point
+--------------
+ --- Configuration:  222202-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 108 in the X datas point
+--------------
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 224 in the X datas point
+--------------
+ --- Configuration:  303300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13967533864.285854
+ --- Energy:  72.5489714103032
+ --- Workload:  1013330000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 133 in the X datas point
+--------------
+ --- Configuration:  303300-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12321431651.786486
+ --- Energy:  75.3849371705881
+ --- Workload:  928850000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 637 in the X datas point
+--------------
+ --- Configuration:  202200-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13767808660.50236
+ --- Energy:  75.38525435820448
+ --- Workload:  1037890000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 570 in the X datas point
+--------------
+ --- Configuration:  202000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  76.35579765249746
+ --- Workload:  935898000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 600 in the X datas point
+--------------
+ --- Configuration:  002200-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12812496796.875801
+ --- Energy:  81.66872704524802
+ --- Workload:  1046380000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 416 in the X datas point
+--------------
+ --- Configuration:  101101-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13340679600.900229
+ --- Energy:  83.02798102049613
+ --- Workload:  1107650000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 717 in the X datas point
+--------------
+ --- Configuration:  333300-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12977490542.653767
+ --- Energy:  88.00551228316039
+ --- Workload:  1142090000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 133 in the X datas point
+--------------
+ --- Configuration:  303300-3-3
+ --- Energy efficiency:  12321431651.786486
+ --- Energy:  75.3849371705881
+ --- Workload:  928850000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (75.3849371705881 mAh)  it is NOT far from the median.
+---  Median :75.3849371705881,   the gap is :  10
+--- So No we don't romove this configuration '202200-3-2'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '003303-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '003303-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 638 in the X datas point
+--------------
+ --- Configuration:  003303-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14161738381.709831
+ --- Energy:  85.77330898403667
+ --- Workload:  1214700000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 598 in the X datas point
+--------------
+ --- Configuration:  003303-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12920497594.203348
+ --- Energy:  80.94736701096696
+ --- Workload:  1045880000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 61 in the X datas point
+--------------
+ --- Configuration:  003333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13753001592.597586
+ --- Energy:  81.48911064839487
+ --- Workload:  1120720000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 108 in the X datas point
+--------------
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 154 in the X datas point
+--------------
+ --- Configuration:  003333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 224 in the X datas point
+--------------
+ --- Configuration:  303300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13967533864.285854
+ --- Energy:  72.5489714103032
+ --- Workload:  1013330000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 320 in the X datas point
+--------------
+ --- Configuration:  022202-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15067865666.964005
+ --- Energy:  86.55908372523825
+ --- Workload:  1304260000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 516 in the X datas point
+--------------
+ --- Configuration:  022202-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14984708105.378462
+ --- Energy:  87.20829086123818
+ --- Workload:  1306790000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 518 in the X datas point
+--------------
+ --- Configuration:  303303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14789355213.691393
+ --- Energy:  71.90443674396933
+ --- Workload:  1063420000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 531 in the X datas point
+--------------
+ --- Configuration:  003303-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13471279232.675934
+ --- Energy:  58.76194644449752
+ --- Workload:  791599000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '003303-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 531 in the X datas point
+--------------
+ --- Configuration:  003303-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13471279232.675934
+ --- Energy:  58.76194644449752
+ --- Workload:  791599000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 108 in the X datas point
+--------------
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 518 in the X datas point
+--------------
+ --- Configuration:  303303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14789355213.691393
+ --- Energy:  71.90443674396933
+ --- Workload:  1063420000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 224 in the X datas point
+--------------
+ --- Configuration:  303300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13967533864.285854
+ --- Energy:  72.5489714103032
+ --- Workload:  1013330000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 598 in the X datas point
+--------------
+ --- Configuration:  003303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12920497594.203348
+ --- Energy:  80.94736701096696
+ --- Workload:  1045880000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 61 in the X datas point
+--------------
+ --- Configuration:  003333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13753001592.597586
+ --- Energy:  81.48911064839487
+ --- Workload:  1120720000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 154 in the X datas point
+--------------
+ --- Configuration:  003333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 638 in the X datas point
+--------------
+ --- Configuration:  003303-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14161738381.709831
+ --- Energy:  85.77330898403667
+ --- Workload:  1214700000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 320 in the X datas point
+--------------
+ --- Configuration:  022202-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15067865666.964005
+ --- Energy:  86.55908372523825
+ --- Workload:  1304260000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 516 in the X datas point
+--------------
+ --- Configuration:  022202-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14984708105.378462
+ --- Energy:  87.20829086123818
+ --- Workload:  1306790000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 598 in the X datas point
+--------------
+ --- Configuration:  003303-1-2
+ --- Energy efficiency:  12920497594.203348
+ --- Energy:  80.94736701096696
+ --- Workload:  1045880000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (80.94736701096696 mAh)  it is NOT far from the median.
+---  Median :80.94736701096696,   the gap is :  10
+--- So No we don't romove this configuration '003303-2-2'
+ --- remove_aberrant_points: The value [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '330033-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330033-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 639 in the X datas point
+--------------
+ --- Configuration:  330033-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14337678127.72864
+ --- Energy:  96.1514888870947
+ --- Workload:  1378590000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 458 in the X datas point
+--------------
+ --- Configuration:  220022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13202208993.60881
+ --- Energy:  95.35824625251036
+ --- Workload:  1258940000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 594 in the X datas point
+--------------
+ --- Configuration:  333033-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14885404711.826008
+ --- Energy:  92.65928549142409
+ --- Workload:  1379270000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 31 in the X datas point
+--------------
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 53 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 76 in the X datas point
+--------------
+ --- Configuration:  303033-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14925818681.154661
+ --- Energy:  75.15771108741323
+ --- Workload:  1121790000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 101 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 179 in the X datas point
+--------------
+ --- Configuration:  222022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14657190304.561756
+ --- Energy:  95.6220428328611
+ --- Workload:  1401550000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 190 in the X datas point
+--------------
+ --- Configuration:  030033-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13852123045.63859
+ --- Energy:  89.776899533513
+ --- Workload:  1243600000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 191 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330033-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 76 in the X datas point
+--------------
+ --- Configuration:  303033-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14925818681.154661
+ --- Energy:  75.15771108741323
+ --- Workload:  1121790000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 53 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 31 in the X datas point
+--------------
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 190 in the X datas point
+--------------
+ --- Configuration:  030033-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13852123045.63859
+ --- Energy:  89.776899533513
+ --- Workload:  1243600000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 594 in the X datas point
+--------------
+ --- Configuration:  333033-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14885404711.826008
+ --- Energy:  92.65928549142409
+ --- Workload:  1379270000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 458 in the X datas point
+--------------
+ --- Configuration:  220022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13202208993.60881
+ --- Energy:  95.35824625251036
+ --- Workload:  1258940000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 179 in the X datas point
+--------------
+ --- Configuration:  222022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14657190304.561756
+ --- Energy:  95.6220428328611
+ --- Workload:  1401550000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 639 in the X datas point
+--------------
+ --- Configuration:  330033-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14337678127.72864
+ --- Energy:  96.1514888870947
+ --- Workload:  1378590000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 191 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 101 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 594 in the X datas point
+--------------
+ --- Configuration:  333033-3-3
+ --- Energy efficiency:  14885404711.826008
+ --- Energy:  92.65928549142409
+ --- Workload:  1379270000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (92.65928549142409 mAh)  it is NOT far from the median.
+---  Median :92.65928549142409,   the gap is :  10
+--- So No we don't romove this configuration '330033-3-3'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '222022-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222022-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 269 in the X datas point
+--------------
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10478138412.017168
+ --- Energy:  17.9776183946517
+ --- Workload:  188372000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 640 in the X datas point
+--------------
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14620310535.395771
+ --- Energy:  81.50438397997827
+ --- Workload:  1191620000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 39 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 94 in the X datas point
+--------------
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 142 in the X datas point
+--------------
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 332 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 357 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 475 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14914131885.668266
+ --- Energy:  85.92125075504671
+ --- Workload:  1281440000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 494 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522366622.954342
+ --- Energy:  89.21276593255729
+ --- Workload:  1295580000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222022-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 269 in the X datas point
+--------------
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10478138412.017168
+ --- Energy:  17.9776183946517
+ --- Workload:  188372000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 142 in the X datas point
+--------------
+ --- Configuration:  222022-0-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13320350431.77916
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 94 in the X datas point
+--------------
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 640 in the X datas point
+--------------
+ --- Configuration:  222022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14620310535.395771
+ --- Energy:  81.50438397997827
+ --- Workload:  1191620000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 332 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 475 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14914131885.668266
+ --- Energy:  85.92125075504671
+ --- Workload:  1281440000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 39 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 357 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 494 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522366622.954342
+ --- Energy:  89.21276593255729
+ --- Workload:  1295580000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 332 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (85.86709418709174 mAh)  it is NOT far from the median.
+---  Median :85.86709418709174,   the gap is :  10
+--- So No we don't romove this configuration '222022-1-3'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '222220-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222220-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 641 in the X datas point
+--------------
+ --- Configuration:  222220-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  7320161921.981714
+ --- Energy:  28.31277417055063
+ --- Workload:  207254000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 69 in the X datas point
+--------------
+ --- Configuration:  220220-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6218480079.099067
+ --- Energy:  26.274511449565598
+ --- Workload:  163388000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 166 in the X datas point
+--------------
+ --- Configuration:  222220-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11742671105.396345
+ --- Energy:  36.9581904467489
+ --- Workload:  433988000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 209 in the X datas point
+--------------
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 230 in the X datas point
+--------------
+ --- Configuration:  222222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14263788804.637444
+ --- Energy:  41.4528641815209
+ --- Workload:  591275000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 307 in the X datas point
+--------------
+ --- Configuration:  333330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16232147970.356508
+ --- Energy:  56.82057
+ --- Workload:  922319899999.9999
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 642 in the X datas point
+--------------
+ --- Configuration:  220220-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6051071039.574004
+ --- Energy:  26.957077100488743
+ --- Workload:  163119000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 724 in the X datas point
+--------------
+ --- Configuration:  222020-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5766580360.18061
+ --- Energy:  28.13171207069184
+ --- Workload:  162224000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 78 in the X datas point
+--------------
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 81 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222220-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 69 in the X datas point
+--------------
+ --- Configuration:  220220-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6218480079.099067
+ --- Energy:  26.274511449565598
+ --- Workload:  163388000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 642 in the X datas point
+--------------
+ --- Configuration:  220220-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6051071039.574004
+ --- Energy:  26.957077100488743
+ --- Workload:  163119000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 724 in the X datas point
+--------------
+ --- Configuration:  222020-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5766580360.18061
+ --- Energy:  28.13171207069184
+ --- Workload:  162224000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 641 in the X datas point
+--------------
+ --- Configuration:  222220-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7320161921.981714
+ --- Energy:  28.31277417055063
+ --- Workload:  207254000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 209 in the X datas point
+--------------
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 166 in the X datas point
+--------------
+ --- Configuration:  222220-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11742671105.396345
+ --- Energy:  36.9581904467489
+ --- Workload:  433988000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 78 in the X datas point
+--------------
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 230 in the X datas point
+--------------
+ --- Configuration:  222222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14263788804.637444
+ --- Energy:  41.4528641815209
+ --- Workload:  591275000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 81 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 307 in the X datas point
+--------------
+ --- Configuration:  333330-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16232147970.356508
+ --- Energy:  56.82057
+ --- Workload:  922319899999.9999
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 209 in the X datas point
+--------------
+ --- Configuration:  222220-1-0
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (32.0011057465816 mAh)  it is NOT far from the median.
+---  Median :32.0011057465816,   the gap is :  10
+--- So No we don't romove this configuration '222220-0-0'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '220220-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220220-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 69 in the X datas point
+--------------
+ --- Configuration:  220220-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6218480079.099067
+ --- Energy:  26.274511449565598
+ --- Workload:  163388000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 642 in the X datas point
+--------------
+ --- Configuration:  220220-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6051071039.574004
+ --- Energy:  26.957077100488743
+ --- Workload:  163119000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 273 in the X datas point
+--------------
+ --- Configuration:  330330-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5536240228.535996
+ --- Energy:  13.8323700917135
+ --- Workload:  76579500000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 641 in the X datas point
+--------------
+ --- Configuration:  222220-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7320161921.981714
+ --- Energy:  28.31277417055063
+ --- Workload:  207254000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 33 in the X datas point
+--------------
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 64 in the X datas point
+--------------
+ --- Configuration:  220020-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10312116840.40865
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 90 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 166 in the X datas point
+--------------
+ --- Configuration:  222220-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11742671105.396345
+ --- Energy:  36.9581904467489
+ --- Workload:  433988000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 170 in the X datas point
+--------------
+ --- Configuration:  330333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11461738424.790365
+ --- Energy:  57.5070787061249
+ --- Workload:  659131000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 209 in the X datas point
+--------------
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220220-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 273 in the X datas point
+--------------
+ --- Configuration:  330330-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5536240228.535996
+ --- Energy:  13.8323700917135
+ --- Workload:  76579500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 69 in the X datas point
+--------------
+ --- Configuration:  220220-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6218480079.099067
+ --- Energy:  26.274511449565598
+ --- Workload:  163388000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 90 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 642 in the X datas point
+--------------
+ --- Configuration:  220220-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6051071039.574004
+ --- Energy:  26.957077100488743
+ --- Workload:  163119000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 641 in the X datas point
+--------------
+ --- Configuration:  222220-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7320161921.981714
+ --- Energy:  28.31277417055063
+ --- Workload:  207254000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 209 in the X datas point
+--------------
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 64 in the X datas point
+--------------
+ --- Configuration:  220020-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10312116840.40865
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 166 in the X datas point
+--------------
+ --- Configuration:  222220-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11742671105.396345
+ --- Energy:  36.9581904467489
+ --- Workload:  433988000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 33 in the X datas point
+--------------
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 170 in the X datas point
+--------------
+ --- Configuration:  330333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11461738424.790365
+ --- Energy:  57.5070787061249
+ --- Workload:  659131000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 641 in the X datas point
+--------------
+ --- Configuration:  222220-0-0
+ --- Energy efficiency:  7320161921.981714
+ --- Energy:  28.31277417055063
+ --- Workload:  207254000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (28.31277417055063 mAh)  it is NOT far from the median.
+---  Median :28.31277417055063,   the gap is :  10
+--- So No we don't romove this configuration '220220-0-0'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '100001-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '100001-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 643 in the X datas point
+--------------
+ --- Configuration:  100001-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12431780603.935902
+ --- Energy:  37.245499593655026
+ --- Workload:  463028000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 760 in the X datas point
+--------------
+ --- Configuration:  100000-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5587965756.945841
+ --- Energy:  13.49249894433128
+ --- Workload:  75395500000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 40 in the X datas point
+--------------
+ --- Configuration:  000011-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11067652130.41236
+ --- Energy:  41.81970183069355
+ --- Workload:  462846000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 428 in the X datas point
+--------------
+ --- Configuration:  100100-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12184957913.155367
+ --- Energy:  38.48271275814499
+ --- Workload:  468910000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 450 in the X datas point
+--------------
+ --- Configuration:  200000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11138350566.21805
+ --- Energy:  37.46453250408571
+ --- Workload:  417293000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 621 in the X datas point
+--------------
+ --- Configuration:  100000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12660327218.817299
+ --- Energy:  51.604696137494564
+ --- Workload:  653332000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 678 in the X datas point
+--------------
+ --- Configuration:  110001-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12657170413.611015
+ --- Energy:  62.61500040774629
+ --- Workload:  792529000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 702 in the X datas point
+--------------
+ --- Configuration:  100101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9662862719.709341
+ --- Energy:  30.72781519894828
+ --- Workload:  296920000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '100001-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 760 in the X datas point
+--------------
+ --- Configuration:  100000-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5587965756.945841
+ --- Energy:  13.49249894433128
+ --- Workload:  75395500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 702 in the X datas point
+--------------
+ --- Configuration:  100101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9662862719.709341
+ --- Energy:  30.72781519894828
+ --- Workload:  296920000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 643 in the X datas point
+--------------
+ --- Configuration:  100001-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12431780603.935902
+ --- Energy:  37.245499593655026
+ --- Workload:  463028000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 450 in the X datas point
+--------------
+ --- Configuration:  200000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11138350566.21805
+ --- Energy:  37.46453250408571
+ --- Workload:  417293000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 428 in the X datas point
+--------------
+ --- Configuration:  100100-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12184957913.155367
+ --- Energy:  38.48271275814499
+ --- Workload:  468910000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 40 in the X datas point
+--------------
+ --- Configuration:  000011-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11067652130.41236
+ --- Energy:  41.81970183069355
+ --- Workload:  462846000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 621 in the X datas point
+--------------
+ --- Configuration:  100000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12660327218.817299
+ --- Energy:  51.604696137494564
+ --- Workload:  653332000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 678 in the X datas point
+--------------
+ --- Configuration:  110001-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12657170413.611015
+ --- Energy:  62.61500040774629
+ --- Workload:  792529000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 643 in the X datas point
+--------------
+ --- Configuration:  100001-1-1
+ --- Energy efficiency:  12431780603.935902
+ --- Energy:  37.245499593655026
+ --- Workload:  463028000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (37.245499593655026 mAh)  it is NOT far from the median.
+---  Median :37.245499593655026,   the gap is :  10
+--- So No we don't romove this configuration '100001-1-1'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '202202-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202202-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 644 in the X datas point
+--------------
+ --- Configuration:  202202-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13769969898.845802
+ --- Energy:  41.393349766173586
+ --- Workload:  569985000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 211 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 358 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14821951309.889946
+ --- Energy:  45.1609465048481
+ --- Workload:  669373000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 775 in the X datas point
+--------------
+ --- Configuration:  101101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5941064638.78327
+ --- Energy:  12.77057489674986
+ --- Workload:  75870700000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 81 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 363 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16239592451.187845
+ --- Energy:  47.6246847339546
+ --- Workload:  773406000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 368 in the X datas point
+--------------
+ --- Configuration:  101101-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12808082412.325474
+ --- Energy:  45.0099417425521
+ --- Workload:  576491000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 492 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13042179713.411142
+ --- Energy:  64.25089221017343
+ --- Workload:  837972000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 556 in the X datas point
+--------------
+ --- Configuration:  222002-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13717835106.13489
+ --- Energy:  41.48623715392385
+ --- Workload:  569101000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202202-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 775 in the X datas point
+--------------
+ --- Configuration:  101101-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5941064638.78327
+ --- Energy:  12.77057489674986
+ --- Workload:  75870700000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 644 in the X datas point
+--------------
+ --- Configuration:  202202-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13769969898.845802
+ --- Energy:  41.393349766173586
+ --- Workload:  569985000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 556 in the X datas point
+--------------
+ --- Configuration:  222002-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13717835106.13489
+ --- Energy:  41.48623715392385
+ --- Workload:  569101000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 211 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 368 in the X datas point
+--------------
+ --- Configuration:  101101-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12808082412.325474
+ --- Energy:  45.0099417425521
+ --- Workload:  576491000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 358 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14821951309.889946
+ --- Energy:  45.1609465048481
+ --- Workload:  669373000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 363 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16239592451.187845
+ --- Energy:  47.6246847339546
+ --- Workload:  773406000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 81 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 492 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13042179713.411142
+ --- Energy:  64.25089221017343
+ --- Workload:  837972000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 211 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  44.0672441700072
+ --- Workload:  668521000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (44.0672441700072 mAh)  it is NOT far from the median.
+---  Median :44.0672441700072,   the gap is :  10
+--- So No we don't romove this configuration '202202-1-0'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '100010-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '100010-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 645 in the X datas point
+--------------
+ --- Configuration:  100010-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11294917061.424017
+ --- Energy:  49.79470947563472
+ --- Workload:  562427000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 526 in the X datas point
+--------------
+ --- Configuration:  100000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10074338544.11704
+ --- Energy:  55.34744693526562
+ --- Workload:  557589000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 753 in the X datas point
+--------------
+ --- Configuration:  101010-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5716180219.729967
+ --- Energy:  13.04299789746687
+ --- Workload:  74556000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 193 in the X datas point
+--------------
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 295 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 312 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 470 in the X datas point
+--------------
+ --- Configuration:  111010-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12158719929.965773
+ --- Energy:  53.41244164848047
+ --- Workload:  649427000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 501 in the X datas point
+--------------
+ --- Configuration:  000011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10884176040.66328
+ --- Energy:  53.28388273452391
+ --- Workload:  579951000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 622 in the X datas point
+--------------
+ --- Configuration:  000010-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11230529070.224499
+ --- Energy:  65.58873751640105
+ --- Workload:  736596000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '100010-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 753 in the X datas point
+--------------
+ --- Configuration:  101010-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5716180219.729967
+ --- Energy:  13.04299789746687
+ --- Workload:  74556000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 645 in the X datas point
+--------------
+ --- Configuration:  100010-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11294917061.424017
+ --- Energy:  49.79470947563472
+ --- Workload:  562427000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 501 in the X datas point
+--------------
+ --- Configuration:  000011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10884176040.66328
+ --- Energy:  53.28388273452391
+ --- Workload:  579951000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 470 in the X datas point
+--------------
+ --- Configuration:  111010-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12158719929.965773
+ --- Energy:  53.41244164848047
+ --- Workload:  649427000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 526 in the X datas point
+--------------
+ --- Configuration:  100000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10074338544.11704
+ --- Energy:  55.34744693526562
+ --- Workload:  557589000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 193 in the X datas point
+--------------
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 622 in the X datas point
+--------------
+ --- Configuration:  000010-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11230529070.224499
+ --- Energy:  65.58873751640105
+ --- Workload:  736596000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 295 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 311 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10084408059.511795
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 312 in the X datas point
+--------------
+ --- Configuration:  000000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9848377853.032824
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 526 in the X datas point
+--------------
+ --- Configuration:  100000-3-0
+ --- Energy efficiency:  10074338544.11704
+ --- Energy:  55.34744693526562
+ --- Workload:  557589000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (55.34744693526562 mAh)  it is NOT far from the median.
+---  Median :55.34744693526562,   the gap is :  10
+--- So No we don't romove this configuration '100010-3-0'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '202020-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202020-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 646 in the X datas point
+--------------
+ --- Configuration:  202020-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13150575403.426777
+ --- Energy:  78.5836408674881
+ --- Workload:  1033420000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 13 in the X datas point
+--------------
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 266 in the X datas point
+--------------
+ --- Configuration:  101010-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5883010454.109577
+ --- Energy:  12.9248547023353
+ --- Workload:  76037200000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 705 in the X datas point
+--------------
+ --- Configuration:  202020-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11739583174.359812
+ --- Energy:  83.50940706004823
+ --- Workload:  980366000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 756 in the X datas point
+--------------
+ --- Configuration:  002020-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6012216824.587563
+ --- Energy:  12.615399718681916
+ --- Workload:  75846500000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 30 in the X datas point
+--------------
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 47 in the X datas point
+--------------
+ --- Configuration:  101110-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14166071691.655617
+ --- Energy:  71.25193400283615
+ --- Workload:  1009360000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 132 in the X datas point
+--------------
+ --- Configuration:  202022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 163 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202020-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 756 in the X datas point
+--------------
+ --- Configuration:  002020-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6012216824.587563
+ --- Energy:  12.615399718681916
+ --- Workload:  75846500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 266 in the X datas point
+--------------
+ --- Configuration:  101010-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5883010454.109577
+ --- Energy:  12.9248547023353
+ --- Workload:  76037200000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 47 in the X datas point
+--------------
+ --- Configuration:  101110-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14166071691.655617
+ --- Energy:  71.25193400283615
+ --- Workload:  1009360000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 13 in the X datas point
+--------------
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 646 in the X datas point
+--------------
+ --- Configuration:  202020-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13150575403.426777
+ --- Energy:  78.5836408674881
+ --- Workload:  1033420000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 163 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 705 in the X datas point
+--------------
+ --- Configuration:  202020-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11739583174.359812
+ --- Energy:  83.50940706004823
+ --- Workload:  980366000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 132 in the X datas point
+--------------
+ --- Configuration:  202022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 30 in the X datas point
+--------------
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 646 in the X datas point
+--------------
+ --- Configuration:  202020-2-3
+ --- Energy efficiency:  13150575403.426777
+ --- Energy:  78.5836408674881
+ --- Workload:  1033420000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (78.5836408674881 mAh)  it is NOT far from the median.
+---  Median :78.5836408674881,   the gap is :  10
+--- So No we don't romove this configuration '202020-2-3'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '001100-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '001100-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 647 in the X datas point
+--------------
+ --- Configuration:  001100-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12879909016.32271
+ --- Energy:  72.82903936158382
+ --- Workload:  938032000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 301 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11473711646.565487
+ --- Energy:  115.13669
+ --- Workload:  1321045181000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 313 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11473711743.841167
+ --- Energy:  115.13669
+ --- Workload:  1321045192200.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 392 in the X datas point
+--------------
+ --- Configuration:  001111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12266206111.514534
+ --- Energy:  87.6643983443653
+ --- Workload:  1075310000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 411 in the X datas point
+--------------
+ --- Configuration:  002220-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11417401947.352076
+ --- Energy:  95.64698110453958
+ --- Workload:  1092040000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 552 in the X datas point
+--------------
+ --- Configuration:  000110-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11259739674.818718
+ --- Energy:  74.8050514094236
+ --- Workload:  842285000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 600 in the X datas point
+--------------
+ --- Configuration:  002200-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12812496796.875801
+ --- Energy:  81.66872704524802
+ --- Workload:  1046380000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 612 in the X datas point
+--------------
+ --- Configuration:  100100-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11460109650.329136
+ --- Energy:  77.70891264945926
+ --- Workload:  890553000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 662 in the X datas point
+--------------
+ --- Configuration:  011100-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12868373270.329777
+ --- Energy:  82.64292151495445
+ --- Workload:  1063480000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 758 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6028999487.535044
+ --- Energy:  12.654544813790569
+ --- Workload:  76294200000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '001100-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 758 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6028999487.535044
+ --- Energy:  12.654544813790569
+ --- Workload:  76294200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 647 in the X datas point
+--------------
+ --- Configuration:  001100-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12879909016.32271
+ --- Energy:  72.82903936158382
+ --- Workload:  938032000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 552 in the X datas point
+--------------
+ --- Configuration:  000110-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11259739674.818718
+ --- Energy:  74.8050514094236
+ --- Workload:  842285000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 612 in the X datas point
+--------------
+ --- Configuration:  100100-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11460109650.329136
+ --- Energy:  77.70891264945926
+ --- Workload:  890553000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 600 in the X datas point
+--------------
+ --- Configuration:  002200-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12812496796.875801
+ --- Energy:  81.66872704524802
+ --- Workload:  1046380000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 662 in the X datas point
+--------------
+ --- Configuration:  011100-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12868373270.329777
+ --- Energy:  82.64292151495445
+ --- Workload:  1063480000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 392 in the X datas point
+--------------
+ --- Configuration:  001111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12266206111.514534
+ --- Energy:  87.6643983443653
+ --- Workload:  1075310000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 411 in the X datas point
+--------------
+ --- Configuration:  002220-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11417401947.352076
+ --- Energy:  95.64698110453958
+ --- Workload:  1092040000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 301 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11473711646.565487
+ --- Energy:  115.13669
+ --- Workload:  1321045181000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 313 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11473711743.841167
+ --- Energy:  115.13669
+ --- Workload:  1321045192200.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 600 in the X datas point
+--------------
+ --- Configuration:  002200-3-2
+ --- Energy efficiency:  12812496796.875801
+ --- Energy:  81.66872704524802
+ --- Workload:  1046380000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (81.66872704524802 mAh)  it is NOT far from the median.
+---  Median :81.66872704524802,   the gap is :  10
+--- So No we don't romove this configuration '001100-3-3'
+ --- remove_aberrant_points: The value [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '022002-3-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '022002-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 648 in the X datas point
+--------------
+ --- Configuration:  022002-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14232302487.66415
+ --- Energy:  64.65330182509297
+ --- Workload:  920166000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 551 in the X datas point
+--------------
+ --- Configuration:  011001-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12797903191.541098
+ --- Energy:  64.71265249480714
+ --- Workload:  828186000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 688 in the X datas point
+--------------
+ --- Configuration:  022202-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14474880292.739979
+ --- Energy:  72.83305131515111
+ --- Workload:  1054250000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 731 in the X datas point
+--------------
+ --- Configuration:  033003-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11710177783.919115
+ --- Energy:  96.92513711752248
+ --- Workload:  1135010000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 138 in the X datas point
+--------------
+ --- Configuration:  222202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15123376505.532131
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 173 in the X datas point
+--------------
+ --- Configuration:  002202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13345451002.843914
+ --- Energy:  76.0798450282377
+ --- Workload:  1015320000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 329 in the X datas point
+--------------
+ --- Configuration:  011001-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13549235890.841936
+ --- Energy:  55.62139896793428
+ --- Workload:  753627000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 384 in the X datas point
+--------------
+ --- Configuration:  222022-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14768125659.027607
+ --- Energy:  80.9276948124698
+ --- Workload:  1195150000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 389 in the X datas point
+--------------
+ --- Configuration:  033033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13292286751.84364
+ --- Energy:  89.2614987149264
+ --- Workload:  1186490000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 485 in the X datas point
+--------------
+ --- Configuration:  333003-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14748327170.99063
+ --- Energy:  71.45892509072699
+ --- Workload:  1053900000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '022002-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 329 in the X datas point
+--------------
+ --- Configuration:  011001-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13549235890.841936
+ --- Energy:  55.62139896793428
+ --- Workload:  753627000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 648 in the X datas point
+--------------
+ --- Configuration:  022002-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14232302487.66415
+ --- Energy:  64.65330182509297
+ --- Workload:  920166000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 551 in the X datas point
+--------------
+ --- Configuration:  011001-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12797903191.541098
+ --- Energy:  64.71265249480714
+ --- Workload:  828186000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 485 in the X datas point
+--------------
+ --- Configuration:  333003-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14748327170.99063
+ --- Energy:  71.45892509072699
+ --- Workload:  1053900000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 688 in the X datas point
+--------------
+ --- Configuration:  022202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14474880292.739979
+ --- Energy:  72.83305131515111
+ --- Workload:  1054250000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 173 in the X datas point
+--------------
+ --- Configuration:  002202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13345451002.843914
+ --- Energy:  76.0798450282377
+ --- Workload:  1015320000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 138 in the X datas point
+--------------
+ --- Configuration:  222202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15123376505.532131
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 384 in the X datas point
+--------------
+ --- Configuration:  222022-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14768125659.027607
+ --- Energy:  80.9276948124698
+ --- Workload:  1195150000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 389 in the X datas point
+--------------
+ --- Configuration:  033033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13292286751.84364
+ --- Energy:  89.2614987149264
+ --- Workload:  1186490000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 731 in the X datas point
+--------------
+ --- Configuration:  033003-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11710177783.919115
+ --- Energy:  96.92513711752248
+ --- Workload:  1135010000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 688 in the X datas point
+--------------
+ --- Configuration:  022202-3-1
+ --- Energy efficiency:  14474880292.739979
+ --- Energy:  72.83305131515111
+ --- Workload:  1054250000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (72.83305131515111 mAh)  it is NOT far from the median.
+---  Median :72.83305131515111,   the gap is :  10
+--- So No we don't romove this configuration '022002-3-1'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '202222-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202222-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 649 in the X datas point
+--------------
+ --- Configuration:  202222-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14443499197.66362
+ --- Energy:  75.01155662770421
+ --- Workload:  1083430000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 86 in the X datas point
+--------------
+ --- Configuration:  202022-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14390518375.252914
+ --- Energy:  73.9118250482876
+ --- Workload:  1063630000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 91 in the X datas point
+--------------
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 159 in the X datas point
+--------------
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  69.5925937545452
+ --- Workload:  983338000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 181 in the X datas point
+--------------
+ --- Configuration:  202222-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15385988288.185717
+ --- Energy:  91.4259968153942
+ --- Workload:  1406680000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 274 in the X datas point
+--------------
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10520800675.014572
+ --- Energy:  17.8171709875973
+ --- Workload:  187451000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 406 in the X datas point
+--------------
+ --- Configuration:  202222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10660117090.726126
+ --- Energy:  17.65816139009
+ --- Workload:  188238000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 530 in the X datas point
+--------------
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15452391953.012367
+ --- Energy:  81.35830423904434
+ --- Workload:  1257180000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 16 in the X datas point
+--------------
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202222-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 406 in the X datas point
+--------------
+ --- Configuration:  202222-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10660117090.726126
+ --- Energy:  17.65816139009
+ --- Workload:  188238000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 274 in the X datas point
+--------------
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10520800675.014572
+ --- Energy:  17.8171709875973
+ --- Workload:  187451000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 91 in the X datas point
+--------------
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 159 in the X datas point
+--------------
+ --- Configuration:  202222-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  69.5925937545452
+ --- Workload:  983338000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 86 in the X datas point
+--------------
+ --- Configuration:  202022-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14390518375.252914
+ --- Energy:  73.9118250482876
+ --- Workload:  1063630000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 649 in the X datas point
+--------------
+ --- Configuration:  202222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14443499197.66362
+ --- Energy:  75.01155662770421
+ --- Workload:  1083430000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 16 in the X datas point
+--------------
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 530 in the X datas point
+--------------
+ --- Configuration:  222222-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15452391953.012367
+ --- Energy:  81.35830423904434
+ --- Workload:  1257180000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 181 in the X datas point
+--------------
+ --- Configuration:  202222-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15385988288.185717
+ --- Energy:  91.4259968153942
+ --- Workload:  1406680000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 86 in the X datas point
+--------------
+ --- Configuration:  202022-1-2
+ --- Energy efficiency:  14390518375.252914
+ --- Energy:  73.9118250482876
+ --- Workload:  1063630000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (73.9118250482876 mAh)  it is NOT far from the median.
+---  Median :73.9118250482876,   the gap is :  10
+--- So No we don't romove this configuration '202222-1-2'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '101101-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101101-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 650 in the X datas point
+--------------
+ --- Configuration:  101101-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6233792140.43487
+ --- Energy:  26.21709253261557
+ --- Workload:  163432000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 4 in the X datas point
+--------------
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 775 in the X datas point
+--------------
+ --- Configuration:  101101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5941064638.78327
+ --- Energy:  12.77057489674986
+ --- Workload:  75870700000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 60 in the X datas point
+--------------
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 644 in the X datas point
+--------------
+ --- Configuration:  202202-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13769969898.845802
+ --- Energy:  41.393349766173586
+ --- Workload:  569985000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 668 in the X datas point
+--------------
+ --- Configuration:  001100-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  3284525287.5601892
+ --- Energy:  23.657962241570964
+ --- Workload:  77705200000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 702 in the X datas point
+--------------
+ --- Configuration:  100101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9662862719.709341
+ --- Energy:  30.72781519894828
+ --- Workload:  296920000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101101-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 775 in the X datas point
+--------------
+ --- Configuration:  101101-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5941064638.78327
+ --- Energy:  12.77057489674986
+ --- Workload:  75870700000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 668 in the X datas point
+--------------
+ --- Configuration:  001100-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  3284525287.5601892
+ --- Energy:  23.657962241570964
+ --- Workload:  77705200000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 650 in the X datas point
+--------------
+ --- Configuration:  101101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6233792140.43487
+ --- Energy:  26.21709253261557
+ --- Workload:  163432000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 60 in the X datas point
+--------------
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 4 in the X datas point
+--------------
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 702 in the X datas point
+--------------
+ --- Configuration:  100101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9662862719.709341
+ --- Energy:  30.72781519894828
+ --- Workload:  296920000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 644 in the X datas point
+--------------
+ --- Configuration:  202202-1-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13769969898.845802
+ --- Energy:  41.393349766173586
+ --- Workload:  569985000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 4 in the X datas point
+--------------
+ --- Configuration:  111101-0-0
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (26.767238609212782 mAh)  it is NOT far from the median.
+---  Median :26.767238609212782,   the gap is :  10
+--- So No we don't romove this configuration '101101-0-0'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '030300-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '030300-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 564 in the X datas point
+--------------
+ --- Configuration:  030300-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11625825142.93952
+ --- Energy:  47.58862500100224
+ --- Workload:  553257000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 651 in the X datas point
+--------------
+ --- Configuration:  030300-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11668883754.580038
+ --- Energy:  47.396418468531486
+ --- Workload:  553063000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 45 in the X datas point
+--------------
+ --- Configuration:  030300-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 178 in the X datas point
+--------------
+ --- Configuration:  030330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11742271237.07176
+ --- Energy:  50.8317348445158
+ --- Workload:  596880000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 25 in the X datas point
+--------------
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 171 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 350 in the X datas point
+--------------
+ --- Configuration:  300300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10880623242.099306
+ --- Energy:  53.6505919747787
+ --- Workload:  583752000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 575 in the X datas point
+--------------
+ --- Configuration:  020200-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11852174933.361147
+ --- Energy:  40.672301388671954
+ --- Workload:  482055000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 584 in the X datas point
+--------------
+ --- Configuration:  330300-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12326960294.86089
+ --- Energy:  42.494897108957154
+ --- Workload:  523833000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '030300-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 575 in the X datas point
+--------------
+ --- Configuration:  020200-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11852174933.361147
+ --- Energy:  40.672301388671954
+ --- Workload:  482055000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 45 in the X datas point
+--------------
+ --- Configuration:  030300-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 584 in the X datas point
+--------------
+ --- Configuration:  330300-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12326960294.86089
+ --- Energy:  42.494897108957154
+ --- Workload:  523833000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 651 in the X datas point
+--------------
+ --- Configuration:  030300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11668883754.580038
+ --- Energy:  47.396418468531486
+ --- Workload:  553063000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 564 in the X datas point
+--------------
+ --- Configuration:  030300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11625825142.93952
+ --- Energy:  47.58862500100224
+ --- Workload:  553257000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 178 in the X datas point
+--------------
+ --- Configuration:  030330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11742271237.07176
+ --- Energy:  50.8317348445158
+ --- Workload:  596880000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 25 in the X datas point
+--------------
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 171 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 350 in the X datas point
+--------------
+ --- Configuration:  300300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10880623242.099306
+ --- Energy:  53.6505919747787
+ --- Workload:  583752000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 564 in the X datas point
+--------------
+ --- Configuration:  030300-3-0
+ --- Energy efficiency:  11625825142.93952
+ --- Energy:  47.58862500100224
+ --- Workload:  553257000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (47.58862500100224 mAh)  it is NOT far from the median.
+---  Median :47.58862500100224,   the gap is :  10
+--- So No we don't romove this configuration '030300-3-0'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '330333-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330333-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 652 in the X datas point
+--------------
+ --- Configuration:  330333-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14885870034.445902
+ --- Energy:  87.19607015727797
+ --- Workload:  1297990000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 17 in the X datas point
+--------------
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 32 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 67 in the X datas point
+--------------
+ --- Configuration:  330330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 382 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15099786942.006248
+ --- Energy:  97.0033907151468
+ --- Workload:  1464730000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 399 in the X datas point
+--------------
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13410884005.240973
+ --- Energy:  109.874202798205
+ --- Workload:  1473510000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 548 in the X datas point
+--------------
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14753135779.009829
+ --- Energy:  97.4477993087831
+ --- Workload:  1437660000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 51 in the X datas point
+--------------
+ --- Configuration:  200222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14594342940.789293
+ --- Energy:  80.17631322756387
+ --- Workload:  1170120000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 53 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 74 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330333-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 53 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 67 in the X datas point
+--------------
+ --- Configuration:  330330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 51 in the X datas point
+--------------
+ --- Configuration:  200222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14594342940.789293
+ --- Energy:  80.17631322756387
+ --- Workload:  1170120000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 74 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 652 in the X datas point
+--------------
+ --- Configuration:  330333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14885870034.445902
+ --- Energy:  87.19607015727797
+ --- Workload:  1297990000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 32 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 17 in the X datas point
+--------------
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 382 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15099786942.006248
+ --- Energy:  97.0033907151468
+ --- Workload:  1464730000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 548 in the X datas point
+--------------
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14753135779.009829
+ --- Energy:  97.4477993087831
+ --- Workload:  1437660000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 399 in the X datas point
+--------------
+ --- Configuration:  220222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13410884005.240973
+ --- Energy:  109.874202798205
+ --- Workload:  1473510000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 652 in the X datas point
+--------------
+ --- Configuration:  330333-2-3
+ --- Energy efficiency:  14885870034.445902
+ --- Energy:  87.19607015727797
+ --- Workload:  1297990000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (87.19607015727797 mAh)  it is NOT far from the median.
+---  Median :87.19607015727797,   the gap is :  10
+--- So No we don't romove this configuration '330333-2-3'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '100111-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '100111-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 653 in the X datas point
+--------------
+ --- Configuration:  100111-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12648173350.804678
+ --- Energy:  65.36175990721286
+ --- Workload:  826707000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 80 in the X datas point
+--------------
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 246 in the X datas point
+--------------
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13583376120.968113
+ --- Energy:  65.5557580165811
+ --- Workload:  890469000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 65 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 79 in the X datas point
+--------------
+ --- Configuration:  100101-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11817746710.23476
+ --- Energy:  69.54756184550816
+ --- Workload:  821895000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 120 in the X datas point
+--------------
+ --- Configuration:  100110-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11691120593.908926
+ --- Energy:  51.630790443296
+ --- Workload:  603622000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 131 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 255 in the X datas point
+--------------
+ --- Configuration:  101011-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12918694901.766243
+ --- Energy:  64.7867353921133
+ --- Workload:  836960000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 323 in the X datas point
+--------------
+ --- Configuration:  101111-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12292321232.772312
+ --- Energy:  77.79688045119694
+ --- Workload:  956304000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 455 in the X datas point
+--------------
+ --- Configuration:  101111-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14337534230.862976
+ --- Energy:  42.54593968589113
+ --- Workload:  610004000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '100111-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 455 in the X datas point
+--------------
+ --- Configuration:  101111-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14337534230.862976
+ --- Energy:  42.54593968589113
+ --- Workload:  610004000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 120 in the X datas point
+--------------
+ --- Configuration:  100110-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11691120593.908926
+ --- Energy:  51.630790443296
+ --- Workload:  603622000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 80 in the X datas point
+--------------
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 255 in the X datas point
+--------------
+ --- Configuration:  101011-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12918694901.766243
+ --- Energy:  64.7867353921133
+ --- Workload:  836960000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 65 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 653 in the X datas point
+--------------
+ --- Configuration:  100111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12648173350.804678
+ --- Energy:  65.36175990721286
+ --- Workload:  826707000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 246 in the X datas point
+--------------
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13583376120.968113
+ --- Energy:  65.5557580165811
+ --- Workload:  890469000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 131 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 79 in the X datas point
+--------------
+ --- Configuration:  100101-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11817746710.23476
+ --- Energy:  69.54756184550816
+ --- Workload:  821895000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 323 in the X datas point
+--------------
+ --- Configuration:  101111-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12292321232.772312
+ --- Energy:  77.79688045119694
+ --- Workload:  956304000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 65 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (65.20383205963783 mAh)  it is NOT far from the median.
+---  Median :65.20383205963783,   the gap is :  10
+--- So No we don't romove this configuration '100111-1-2'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '033030-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033030-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 654 in the X datas point
+--------------
+ --- Configuration:  033030-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12133492686.537285
+ --- Energy:  49.23349758478151
+ --- Workload:  597374000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 398 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12248762568.76149
+ --- Energy:  69.6438226916913
+ --- Workload:  853051000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 547 in the X datas point
+--------------
+ --- Configuration:  033030-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12586706675.611618
+ --- Energy:  42.00513493266639
+ --- Workload:  528706000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 593 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12530386186.502268
+ --- Energy:  65.40226173805877
+ --- Workload:  819516000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 57 in the X datas point
+--------------
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 88 in the X datas point
+--------------
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 178 in the X datas point
+--------------
+ --- Configuration:  030330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11742271237.07176
+ --- Energy:  50.8317348445158
+ --- Workload:  596880000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 316 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13438400120.333483
+ --- Energy:  92.14393
+ --- Workload:  1238267000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 389 in the X datas point
+--------------
+ --- Configuration:  033033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13292286751.84364
+ --- Energy:  89.2614987149264
+ --- Workload:  1186490000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 422 in the X datas point
+--------------
+ --- Configuration:  033000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033030-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 547 in the X datas point
+--------------
+ --- Configuration:  033030-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12586706675.611618
+ --- Energy:  42.00513493266639
+ --- Workload:  528706000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 422 in the X datas point
+--------------
+ --- Configuration:  033000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 654 in the X datas point
+--------------
+ --- Configuration:  033030-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12133492686.537285
+ --- Energy:  49.23349758478151
+ --- Workload:  597374000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 178 in the X datas point
+--------------
+ --- Configuration:  030330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11742271237.07176
+ --- Energy:  50.8317348445158
+ --- Workload:  596880000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 57 in the X datas point
+--------------
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 88 in the X datas point
+--------------
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 593 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12530386186.502268
+ --- Energy:  65.40226173805877
+ --- Workload:  819516000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 398 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12248762568.76149
+ --- Energy:  69.6438226916913
+ --- Workload:  853051000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 389 in the X datas point
+--------------
+ --- Configuration:  033033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13292286751.84364
+ --- Energy:  89.2614987149264
+ --- Workload:  1186490000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 316 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13438400120.333483
+ --- Energy:  92.14393
+ --- Workload:  1238267000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 57 in the X datas point
+--------------
+ --- Configuration:  033033-2-0
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (57.4797738276827 mAh)  it is NOT far from the median.
+---  Median :57.4797738276827,   the gap is :  10
+--- So No we don't romove this configuration '033030-3-0'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '001101-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '001101-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 655 in the X datas point
+--------------
+ --- Configuration:  001101-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11963267981.988104
+ --- Energy:  50.131704402498926
+ --- Workload:  599739000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 755 in the X datas point
+--------------
+ --- Configuration:  001101-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5933274396.140998
+ --- Energy:  12.801274922165252
+ --- Workload:  75953500000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 508 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 560 in the X datas point
+--------------
+ --- Configuration:  002202-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12755215926.672813
+ --- Energy:  62.95852732602467
+ --- Workload:  803050000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 561 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12080679610.712181
+ --- Energy:  56.78135936837892
+ --- Workload:  685957000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 632 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11809317315.175327
+ --- Energy:  58.81039857197384
+ --- Workload:  694511000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 173 in the X datas point
+--------------
+ --- Configuration:  002202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13345451002.843914
+ --- Energy:  76.0798450282377
+ --- Workload:  1015320000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 227 in the X datas point
+--------------
+ --- Configuration:  000111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12035490253.659992
+ --- Energy:  49.4404352153497
+ --- Workload:  595040000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 276 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5303154846.818372
+ --- Energy:  14.4399767950293
+ --- Workload:  76577300000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '001101-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 755 in the X datas point
+--------------
+ --- Configuration:  001101-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5933274396.140998
+ --- Energy:  12.801274922165252
+ --- Workload:  75953500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 276 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5303154846.818372
+ --- Energy:  14.4399767950293
+ --- Workload:  76577300000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 227 in the X datas point
+--------------
+ --- Configuration:  000111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12035490253.659992
+ --- Energy:  49.4404352153497
+ --- Workload:  595040000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 655 in the X datas point
+--------------
+ --- Configuration:  001101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11963267981.988104
+ --- Energy:  50.131704402498926
+ --- Workload:  599739000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 508 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 561 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12080679610.712181
+ --- Energy:  56.78135936837892
+ --- Workload:  685957000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 632 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11809317315.175327
+ --- Energy:  58.81039857197384
+ --- Workload:  694511000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 560 in the X datas point
+--------------
+ --- Configuration:  002202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12755215926.672813
+ --- Energy:  62.95852732602467
+ --- Workload:  803050000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 173 in the X datas point
+--------------
+ --- Configuration:  002202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13345451002.843914
+ --- Energy:  76.0798450282377
+ --- Workload:  1015320000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 508 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (51.17451467754853 mAh)  it is NOT far from the median.
+---  Median :51.17451467754853,   the gap is :  10
+--- So No we don't romove this configuration '001101-3-0'
+ --- remove_aberrant_points: The value [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '003333-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '003333-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 656 in the X datas point
+--------------
+ --- Configuration:  003333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14264907898.62215
+ --- Energy:  85.34158691455114
+ --- Workload:  1217390000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 154 in the X datas point
+--------------
+ --- Configuration:  003333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 393 in the X datas point
+--------------
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15121089686.207148
+ --- Energy:  96.9268799133665
+ --- Workload:  1465640000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 722 in the X datas point
+--------------
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14609780078.98047
+ --- Energy:  105.2672237780514
+ --- Workload:  1537930000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 9 in the X datas point
+--------------
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 11 in the X datas point
+--------------
+ --- Configuration:  003330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13704431053.692589
+ --- Energy:  75.87039020058079
+ --- Workload:  1039760000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 53 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 76 in the X datas point
+--------------
+ --- Configuration:  303033-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14925818681.154661
+ --- Energy:  75.15771108741323
+ --- Workload:  1121790000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 101 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 191 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '003333-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 76 in the X datas point
+--------------
+ --- Configuration:  303033-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14925818681.154661
+ --- Energy:  75.15771108741323
+ --- Workload:  1121790000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 11 in the X datas point
+--------------
+ --- Configuration:  003330-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13704431053.692589
+ --- Energy:  75.87039020058079
+ --- Workload:  1039760000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 53 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 9 in the X datas point
+--------------
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 154 in the X datas point
+--------------
+ --- Configuration:  003333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 656 in the X datas point
+--------------
+ --- Configuration:  003333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14264907898.62215
+ --- Energy:  85.34158691455114
+ --- Workload:  1217390000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 393 in the X datas point
+--------------
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15121089686.207148
+ --- Energy:  96.9268799133665
+ --- Workload:  1465640000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 191 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 101 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 722 in the X datas point
+--------------
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14609780078.98047
+ --- Energy:  105.2672237780514
+ --- Workload:  1537930000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 154 in the X datas point
+--------------
+ --- Configuration:  003333-2-3
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (84.9404936835098 mAh)  it is NOT far from the median.
+---  Median :84.9404936835098,   the gap is :  10
+--- So No we don't romove this configuration '003333-3-3'
+ --- remove_aberrant_points: The value [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '202022-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202022-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 657 in the X datas point
+--------------
+ --- Configuration:  202022-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14577046981.822424
+ --- Energy:  55.92467118019403
+ --- Workload:  815217000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 193 in the X datas point
+--------------
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 430 in the X datas point
+--------------
+ --- Configuration:  002022-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12850612909.982742
+ --- Energy:  61.59240778326698
+ --- Workload:  791500000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 517 in the X datas point
+--------------
+ --- Configuration:  202002-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13684477013.499737
+ --- Energy:  56.33322721184273
+ --- Workload:  770891000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 544 in the X datas point
+--------------
+ --- Configuration:  202022-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14733811592.85764
+ --- Energy:  72.31670560917817
+ --- Workload:  1065500000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 41 in the X datas point
+--------------
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 116 in the X datas point
+--------------
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 186 in the X datas point
+--------------
+ --- Configuration:  101011-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12908055917.698235
+ --- Energy:  67.8209046191028
+ --- Workload:  875436000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 222 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202022-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 657 in the X datas point
+--------------
+ --- Configuration:  202022-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14577046981.822424
+ --- Energy:  55.92467118019403
+ --- Workload:  815217000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 41 in the X datas point
+--------------
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 517 in the X datas point
+--------------
+ --- Configuration:  202002-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13684477013.499737
+ --- Energy:  56.33322721184273
+ --- Workload:  770891000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 193 in the X datas point
+--------------
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 430 in the X datas point
+--------------
+ --- Configuration:  002022-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12850612909.982742
+ --- Energy:  61.59240778326698
+ --- Workload:  791500000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 186 in the X datas point
+--------------
+ --- Configuration:  101011-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12908055917.698235
+ --- Energy:  67.8209046191028
+ --- Workload:  875436000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 222 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 544 in the X datas point
+--------------
+ --- Configuration:  202022-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14733811592.85764
+ --- Energy:  72.31670560917817
+ --- Workload:  1065500000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 116 in the X datas point
+--------------
+ --- Configuration:  202222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14122618220.437122
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 193 in the X datas point
+--------------
+ --- Configuration:  101011-3-0
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (57.5176175818552 mAh)  it is NOT far from the median.
+---  Median :57.5176175818552,   the gap is :  10
+--- So No we don't romove this configuration '202022-3-0'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '003000-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '003000-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 658 in the X datas point
+--------------
+ --- Configuration:  003000-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12284333175.684391
+ --- Energy:  71.49261933404156
+ --- Workload:  878239000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 420 in the X datas point
+--------------
+ --- Configuration:  003003-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12601108141.449959
+ --- Energy:  86.43365459642617
+ --- Workload:  1089160000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 133 in the X datas point
+--------------
+ --- Configuration:  303300-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12321431651.786486
+ --- Energy:  75.3849371705881
+ --- Workload:  928850000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 317 in the X datas point
+--------------
+ --- Configuration:  300000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13175045908.951681
+ --- Energy:  96.57158
+ --- Workload:  1272335000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 570 in the X datas point
+--------------
+ --- Configuration:  202000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  76.35579765249746
+ --- Workload:  935898000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 586 in the X datas point
+--------------
+ --- Configuration:  030000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11233026896.3596
+ --- Energy:  80.04278396859557
+ --- Workload:  899123000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 692 in the X datas point
+--------------
+ --- Configuration:  033030-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11937034530.259785
+ --- Energy:  76.02625566802186
+ --- Workload:  907528000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 11 in the X datas point
+--------------
+ --- Configuration:  003330-3-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13704431053.692589
+ --- Energy:  75.87039020058079
+ --- Workload:  1039760000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 76 in the X datas point
+--------------
+ --- Configuration:  303033-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14925818681.154661
+ --- Energy:  75.15771108741323
+ --- Workload:  1121790000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 122 in the X datas point
+--------------
+ --- Configuration:  000300-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11063476697.552206
+ --- Energy:  90.2662722413003
+ --- Workload:  998659000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '003000-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 658 in the X datas point
+--------------
+ --- Configuration:  003000-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12284333175.684391
+ --- Energy:  71.49261933404156
+ --- Workload:  878239000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 76 in the X datas point
+--------------
+ --- Configuration:  303033-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14925818681.154661
+ --- Energy:  75.15771108741323
+ --- Workload:  1121790000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 133 in the X datas point
+--------------
+ --- Configuration:  303300-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12321431651.786486
+ --- Energy:  75.3849371705881
+ --- Workload:  928850000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 11 in the X datas point
+--------------
+ --- Configuration:  003330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13704431053.692589
+ --- Energy:  75.87039020058079
+ --- Workload:  1039760000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 692 in the X datas point
+--------------
+ --- Configuration:  033030-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11937034530.259785
+ --- Energy:  76.02625566802186
+ --- Workload:  907528000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 570 in the X datas point
+--------------
+ --- Configuration:  202000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  76.35579765249746
+ --- Workload:  935898000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 586 in the X datas point
+--------------
+ --- Configuration:  030000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11233026896.3596
+ --- Energy:  80.04278396859557
+ --- Workload:  899123000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 420 in the X datas point
+--------------
+ --- Configuration:  003003-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12601108141.449959
+ --- Energy:  86.43365459642617
+ --- Workload:  1089160000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 122 in the X datas point
+--------------
+ --- Configuration:  000300-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11063476697.552206
+ --- Energy:  90.2662722413003
+ --- Workload:  998659000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 317 in the X datas point
+--------------
+ --- Configuration:  300000-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13175045908.951681
+ --- Energy:  96.57158
+ --- Workload:  1272335000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 692 in the X datas point
+--------------
+ --- Configuration:  033030-3-3
+ --- Energy efficiency:  11937034530.259785
+ --- Energy:  76.02625566802186
+ --- Workload:  907528000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (76.02625566802186 mAh)  it is NOT far from the median.
+---  Median :76.02625566802186,   the gap is :  10
+--- So No we don't romove this configuration '003000-3-3'
+ --- remove_aberrant_points: The value [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '000333-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000333-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 659 in the X datas point
+--------------
+ --- Configuration:  000333-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14157668288.66353
+ --- Energy:  78.13433738304217
+ --- Workload:  1106200000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 17 in the X datas point
+--------------
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 154 in the X datas point
+--------------
+ --- Configuration:  003333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 625 in the X datas point
+--------------
+ --- Configuration:  000222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13901728679.961353
+ --- Energy:  85.57933287675009
+ --- Workload:  1189700000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 51 in the X datas point
+--------------
+ --- Configuration:  200222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14594342940.789293
+ --- Energy:  80.17631322756387
+ --- Workload:  1170120000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 122 in the X datas point
+--------------
+ --- Configuration:  000300-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11063476697.552206
+ --- Energy:  90.2662722413003
+ --- Workload:  998659000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 190 in the X datas point
+--------------
+ --- Configuration:  030033-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13852123045.63859
+ --- Energy:  89.776899533513
+ --- Workload:  1243600000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 336 in the X datas point
+--------------
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193940322.997305
+ --- Energy:  98.08558334376599
+ --- Workload:  1392220000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 407 in the X datas point
+--------------
+ --- Configuration:  303333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8563403439.062821
+ --- Energy:  105.00109687320945
+ --- Workload:  899168000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 652 in the X datas point
+--------------
+ --- Configuration:  330333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14885870034.445902
+ --- Energy:  87.19607015727797
+ --- Workload:  1297990000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000333-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 659 in the X datas point
+--------------
+ --- Configuration:  000333-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14157668288.66353
+ --- Energy:  78.13433738304217
+ --- Workload:  1106200000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 51 in the X datas point
+--------------
+ --- Configuration:  200222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14594342940.789293
+ --- Energy:  80.17631322756387
+ --- Workload:  1170120000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 154 in the X datas point
+--------------
+ --- Configuration:  003333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 625 in the X datas point
+--------------
+ --- Configuration:  000222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13901728679.961353
+ --- Energy:  85.57933287675009
+ --- Workload:  1189700000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 652 in the X datas point
+--------------
+ --- Configuration:  330333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14885870034.445902
+ --- Energy:  87.19607015727797
+ --- Workload:  1297990000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 190 in the X datas point
+--------------
+ --- Configuration:  030033-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13852123045.63859
+ --- Energy:  89.776899533513
+ --- Workload:  1243600000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 122 in the X datas point
+--------------
+ --- Configuration:  000300-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11063476697.552206
+ --- Energy:  90.2662722413003
+ --- Workload:  998659000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 17 in the X datas point
+--------------
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 336 in the X datas point
+--------------
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193940322.997305
+ --- Energy:  98.08558334376599
+ --- Workload:  1392220000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 407 in the X datas point
+--------------
+ --- Configuration:  303333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8563403439.062821
+ --- Energy:  105.00109687320945
+ --- Workload:  899168000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 652 in the X datas point
+--------------
+ --- Configuration:  330333-2-3
+ --- Energy efficiency:  14885870034.445902
+ --- Energy:  87.19607015727797
+ --- Workload:  1297990000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (87.19607015727797 mAh)  it is NOT far from the median.
+---  Median :87.19607015727797,   the gap is :  10
+--- So No we don't romove this configuration '000333-2-3'
+ --- remove_aberrant_points: The value [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '000020-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000020-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 660 in the X datas point
+--------------
+ --- Configuration:  000020-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  1568536414.3571274
+ --- Energy:  23.271814457222327
+ --- Workload:  36502700000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 278 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 302 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 673 in the X datas point
+--------------
+ --- Configuration:  200020-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8721209108.430794
+ --- Energy:  28.854441560215296
+ --- Workload:  251645000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 778 in the X datas point
+--------------
+ --- Configuration:  020020-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5577369266.464394
+ --- Energy:  13.574697742750608
+ --- Workload:  75711000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 23 in the X datas point
+--------------
+ --- Configuration:  000300-0-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  1619850293.4358807
+ --- Energy:  22.60411372898465
+ --- Workload:  36615300000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 64 in the X datas point
+--------------
+ --- Configuration:  220020-0-1
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  10312116840.40865
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 69 in the X datas point
+--------------
+ --- Configuration:  220220-0-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  6218480079.099067
+ --- Energy:  26.274511449565598
+ --- Workload:  163388000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 250 in the X datas point
+--------------
+ --- Configuration:  100010-0-1
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  9201917679.644438
+ --- Energy:  32.1912867561494
+ --- Workload:  296221000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000020-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 278 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 302 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 778 in the X datas point
+--------------
+ --- Configuration:  020020-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5577369266.464394
+ --- Energy:  13.574697742750608
+ --- Workload:  75711000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 23 in the X datas point
+--------------
+ --- Configuration:  000300-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  1619850293.4358807
+ --- Energy:  22.60411372898465
+ --- Workload:  36615300000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 660 in the X datas point
+--------------
+ --- Configuration:  000020-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  1568536414.3571274
+ --- Energy:  23.271814457222327
+ --- Workload:  36502700000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 69 in the X datas point
+--------------
+ --- Configuration:  220220-0-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  6218480079.099067
+ --- Energy:  26.274511449565598
+ --- Workload:  163388000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 673 in the X datas point
+--------------
+ --- Configuration:  200020-1-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  8721209108.430794
+ --- Energy:  28.854441560215296
+ --- Workload:  251645000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 250 in the X datas point
+--------------
+ --- Configuration:  100010-0-1
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  9201917679.644438
+ --- Energy:  32.1912867561494
+ --- Workload:  296221000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 64 in the X datas point
+--------------
+ --- Configuration:  220020-0-1
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  10312116840.40865
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 660 in the X datas point
+--------------
+ --- Configuration:  000020-0-0
+ --- Energy efficiency:  1568536414.3571274
+ --- Energy:  23.271814457222327
+ --- Workload:  36502700000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (23.271814457222327 mAh)  it is NOT far from the median.
+---  Median :23.271814457222327,   the gap is :  10
+--- So No we don't romove this configuration '000020-0-0'
+ --- remove_aberrant_points: The value [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '222020-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222020-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 136 in the X datas point
+--------------
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 661 in the X datas point
+--------------
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10742142391.394255
+ --- Energy:  31.721882777468608
+ --- Workload:  340761000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 155 in the X datas point
+--------------
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 209 in the X datas point
+--------------
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 248 in the X datas point
+--------------
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 724 in the X datas point
+--------------
+ --- Configuration:  222020-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5766580360.18061
+ --- Energy:  28.13171207069184
+ --- Workload:  162224000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 81 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 89 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 141 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222020-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 724 in the X datas point
+--------------
+ --- Configuration:  222020-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5766580360.18061
+ --- Energy:  28.13171207069184
+ --- Workload:  162224000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 661 in the X datas point
+--------------
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10742142391.394255
+ --- Energy:  31.721882777468608
+ --- Workload:  340761000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 209 in the X datas point
+--------------
+ --- Configuration:  222220-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12054278002.99187
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 89 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 136 in the X datas point
+--------------
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 141 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  33.5555977111976
+ --- Workload:  384524000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 155 in the X datas point
+--------------
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 248 in the X datas point
+--------------
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 81 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 136 in the X datas point
+--------------
+ --- Configuration:  222020-1-0
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (32.3911267160719 mAh)  it is NOT far from the median.
+---  Median :32.3911267160719,   the gap is :  10
+--- So No we don't romove this configuration '222020-1-0'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '011100-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011100-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 662 in the X datas point
+--------------
+ --- Configuration:  011100-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12868373270.329777
+ --- Energy:  82.64292151495445
+ --- Workload:  1063480000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 202 in the X datas point
+--------------
+ --- Configuration:  111101-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12740395334.46723
+ --- Energy:  93.4131245697236
+ --- Workload:  1190120000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 327 in the X datas point
+--------------
+ --- Configuration:  022202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14427994927.116983
+ --- Energy:  91.64266045689709
+ --- Workload:  1322220000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 540 in the X datas point
+--------------
+ --- Configuration:  011010-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12504532893.173775
+ --- Energy:  85.2562842548241
+ --- Workload:  1066090000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 565 in the X datas point
+--------------
+ --- Configuration:  020200-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12356571100.945772
+ --- Energy:  82.47916412519714
+ --- Workload:  1019160000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 633 in the X datas point
+--------------
+ --- Configuration:  011000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13654169915.221258
+ --- Energy:  71.4589837097857
+ --- Workload:  975713000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 647 in the X datas point
+--------------
+ --- Configuration:  001100-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12879909016.32271
+ --- Energy:  72.82903936158382
+ --- Workload:  938032000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 47 in the X datas point
+--------------
+ --- Configuration:  101110-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14166071691.655617
+ --- Energy:  71.25193400283615
+ --- Workload:  1009360000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 55 in the X datas point
+--------------
+ --- Configuration:  011010-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12057461036.314661
+ --- Energy:  68.32437278660214
+ --- Workload:  823818000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 103 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011100-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 55 in the X datas point
+--------------
+ --- Configuration:  011010-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12057461036.314661
+ --- Energy:  68.32437278660214
+ --- Workload:  823818000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 47 in the X datas point
+--------------
+ --- Configuration:  101110-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14166071691.655617
+ --- Energy:  71.25193400283615
+ --- Workload:  1009360000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 633 in the X datas point
+--------------
+ --- Configuration:  011000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13654169915.221258
+ --- Energy:  71.4589837097857
+ --- Workload:  975713000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 647 in the X datas point
+--------------
+ --- Configuration:  001100-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12879909016.32271
+ --- Energy:  72.82903936158382
+ --- Workload:  938032000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 565 in the X datas point
+--------------
+ --- Configuration:  020200-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12356571100.945772
+ --- Energy:  82.47916412519714
+ --- Workload:  1019160000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 662 in the X datas point
+--------------
+ --- Configuration:  011100-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12868373270.329777
+ --- Energy:  82.64292151495445
+ --- Workload:  1063480000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 540 in the X datas point
+--------------
+ --- Configuration:  011010-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12504532893.173775
+ --- Energy:  85.2562842548241
+ --- Workload:  1066090000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 327 in the X datas point
+--------------
+ --- Configuration:  022202-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14427994927.116983
+ --- Energy:  91.64266045689709
+ --- Workload:  1322220000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 202 in the X datas point
+--------------
+ --- Configuration:  111101-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12740395334.46723
+ --- Energy:  93.4131245697236
+ --- Workload:  1190120000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 103 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 565 in the X datas point
+--------------
+ --- Configuration:  020200-2-3
+ --- Energy efficiency:  12356571100.945772
+ --- Energy:  82.47916412519714
+ --- Workload:  1019160000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (82.47916412519714 mAh)  it is NOT far from the median.
+---  Median :82.47916412519714,   the gap is :  10
+--- So No we don't romove this configuration '011100-2-3'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '333330-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333330-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 454 in the X datas point
+--------------
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13293134893.415646
+ --- Energy:  66.54311678610547
+ --- Workload:  884567000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 663 in the X datas point
+--------------
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13587842685.392525
+ --- Energy:  64.90106538269521
+ --- Workload:  881865000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 56 in the X datas point
+--------------
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 121 in the X datas point
+--------------
+ --- Configuration:  333300-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 124 in the X datas point
+--------------
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 348 in the X datas point
+--------------
+ --- Configuration:  333330-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12855040139.862837
+ --- Energy:  54.89737027002233
+ --- Workload:  705708000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 481 in the X datas point
+--------------
+ --- Configuration:  333330-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12550389815.107658
+ --- Energy:  74.43416393210141
+ --- Workload:  934178000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 14 in the X datas point
+--------------
+ --- Configuration:  333030-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333330-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 348 in the X datas point
+--------------
+ --- Configuration:  333330-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12855040139.862837
+ --- Energy:  54.89737027002233
+ --- Workload:  705708000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 14 in the X datas point
+--------------
+ --- Configuration:  333030-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11958775708.378078
+ --- Energy:  55.19798222953497
+ --- Workload:  660100000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 121 in the X datas point
+--------------
+ --- Configuration:  333300-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13361213732.655474
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 56 in the X datas point
+--------------
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 124 in the X datas point
+--------------
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 663 in the X datas point
+--------------
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13587842685.392525
+ --- Energy:  64.90106538269521
+ --- Workload:  881865000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 454 in the X datas point
+--------------
+ --- Configuration:  333330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13293134893.415646
+ --- Energy:  66.54311678610547
+ --- Workload:  884567000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 481 in the X datas point
+--------------
+ --- Configuration:  333330-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12550389815.107658
+ --- Energy:  74.43416393210141
+ --- Workload:  934178000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 124 in the X datas point
+--------------
+ --- Configuration:  222220-1-2
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (64.6001284096528 mAh)  it is NOT far from the median.
+---  Median :64.6001284096528,   the gap is :  10
+--- So No we don't romove this configuration '333330-1-2'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '222002-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222002-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 664 in the X datas point
+--------------
+ --- Configuration:  222002-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13972451913.80674
+ --- Energy:  76.4325894344246
+ --- Workload:  1067950000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 177 in the X datas point
+--------------
+ --- Configuration:  222002-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13620192752.96784
+ --- Energy:  65.1406964237598
+ --- Workload:  887229000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 195 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14933352448.024466
+ --- Energy:  78.5356318543746
+ --- Workload:  1172800000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 252 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14598327031.722164
+ --- Energy:  75.2161891555095
+ --- Workload:  1098030000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 502 in the X datas point
+--------------
+ --- Configuration:  111001-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13236319932.441824
+ --- Energy:  63.39311214039606
+ --- Workload:  839092000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 86 in the X datas point
+--------------
+ --- Configuration:  202022-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14390518375.252914
+ --- Energy:  73.9118250482876
+ --- Workload:  1063630000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 165 in the X datas point
+--------------
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 184 in the X datas point
+--------------
+ --- Configuration:  222000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13569165428.480322
+ --- Energy:  37.8409560260374
+ --- Workload:  513470000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 228 in the X datas point
+--------------
+ --- Configuration:  111001-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14359934633.577549
+ --- Energy:  74.8645087621987
+ --- Workload:  1075050000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222002-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 184 in the X datas point
+--------------
+ --- Configuration:  222000-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13569165428.480322
+ --- Energy:  37.8409560260374
+ --- Workload:  513470000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 502 in the X datas point
+--------------
+ --- Configuration:  111001-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13236319932.441824
+ --- Energy:  63.39311214039606
+ --- Workload:  839092000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 177 in the X datas point
+--------------
+ --- Configuration:  222002-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13620192752.96784
+ --- Energy:  65.1406964237598
+ --- Workload:  887229000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 86 in the X datas point
+--------------
+ --- Configuration:  202022-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14390518375.252914
+ --- Energy:  73.9118250482876
+ --- Workload:  1063630000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 228 in the X datas point
+--------------
+ --- Configuration:  111001-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14359934633.577549
+ --- Energy:  74.8645087621987
+ --- Workload:  1075050000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 252 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14598327031.722164
+ --- Energy:  75.2161891555095
+ --- Workload:  1098030000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 165 in the X datas point
+--------------
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 664 in the X datas point
+--------------
+ --- Configuration:  222002-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13972451913.80674
+ --- Energy:  76.4325894344246
+ --- Workload:  1067950000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 195 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14933352448.024466
+ --- Energy:  78.5356318543746
+ --- Workload:  1172800000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 228 in the X datas point
+--------------
+ --- Configuration:  111001-2-2
+ --- Energy efficiency:  14359934633.577549
+ --- Energy:  74.8645087621987
+ --- Workload:  1075050000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (74.8645087621987 mAh)  it is NOT far from the median.
+---  Median :74.8645087621987,   the gap is :  10
+--- So No we don't romove this configuration '222002-1-2'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '030333-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '030333-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 336 in the X datas point
+--------------
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14193940322.997305
+ --- Energy:  98.08558334376599
+ --- Workload:  1392220000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 665 in the X datas point
+--------------
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14846663657.742832
+ --- Energy:  77.43016666098337
+ --- Workload:  1149580000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 17 in the X datas point
+--------------
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 32 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 382 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15099786942.006248
+ --- Energy:  97.0033907151468
+ --- Workload:  1464730000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 592 in the X datas point
+--------------
+ --- Configuration:  020222-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14904373539.371391
+ --- Energy:  87.53002178089183
+ --- Workload:  1304580000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 117 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 156 in the X datas point
+--------------
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 187 in the X datas point
+--------------
+ --- Configuration:  033033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14361976380.293646
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 190 in the X datas point
+--------------
+ --- Configuration:  030033-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13852123045.63859
+ --- Energy:  89.776899533513
+ --- Workload:  1243600000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '030333-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 665 in the X datas point
+--------------
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14846663657.742832
+ --- Energy:  77.43016666098337
+ --- Workload:  1149580000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 156 in the X datas point
+--------------
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 592 in the X datas point
+--------------
+ --- Configuration:  020222-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14904373539.371391
+ --- Energy:  87.53002178089183
+ --- Workload:  1304580000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 190 in the X datas point
+--------------
+ --- Configuration:  030033-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13852123045.63859
+ --- Energy:  89.776899533513
+ --- Workload:  1243600000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 32 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 17 in the X datas point
+--------------
+ --- Configuration:  030333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14498805298.443407
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 187 in the X datas point
+--------------
+ --- Configuration:  033033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14361976380.293646
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 382 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15099786942.006248
+ --- Energy:  97.0033907151468
+ --- Workload:  1464730000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 336 in the X datas point
+--------------
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193940322.997305
+ --- Energy:  98.08558334376599
+ --- Workload:  1392220000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 117 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 32 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (77.43016666098337 mAh)  is far from the median.
+---  Median :89.99138924115384,   the gap is :  10
+--- So yes we remove this configuration '030333-2-2'
+--- remove_aberrant_points: The value [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '010000-3-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '010000-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 666 in the X datas point
+--------------
+ --- Configuration:  010000-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12860297304.353083
+ --- Energy:  72.53963798699066
+ --- Workload:  932881000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 300 in the X datas point
+--------------
+ --- Configuration:  000000-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12446800294.572485
+ --- Energy:  98.66502
+ --- Workload:  1228063800000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 452 in the X datas point
+--------------
+ --- Configuration:  020000-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11844664334.057436
+ --- Energy:  85.8782938267127
+ --- Workload:  1017200000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 301 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11473711646.565487
+ --- Energy:  115.13669
+ --- Workload:  1321045181000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 313 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11473711743.841167
+ --- Energy:  115.13669
+ --- Workload:  1321045192200.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 532 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11081302407.634575
+ --- Energy:  60.484653752985835
+ --- Workload:  670249000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 545 in the X datas point
+--------------
+ --- Configuration:  011010-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13560884983.354015
+ --- Energy:  77.7920837079026
+ --- Workload:  1054930000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 633 in the X datas point
+--------------
+ --- Configuration:  011000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13654169915.221258
+ --- Energy:  71.4589837097857
+ --- Workload:  975713000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '010000-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 532 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11081302407.634575
+ --- Energy:  60.484653752985835
+ --- Workload:  670249000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 633 in the X datas point
+--------------
+ --- Configuration:  011000-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13654169915.221258
+ --- Energy:  71.4589837097857
+ --- Workload:  975713000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 666 in the X datas point
+--------------
+ --- Configuration:  010000-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12860297304.353083
+ --- Energy:  72.53963798699066
+ --- Workload:  932881000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 545 in the X datas point
+--------------
+ --- Configuration:  011010-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13560884983.354015
+ --- Energy:  77.7920837079026
+ --- Workload:  1054930000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 452 in the X datas point
+--------------
+ --- Configuration:  020000-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11844664334.057436
+ --- Energy:  85.8782938267127
+ --- Workload:  1017200000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 300 in the X datas point
+--------------
+ --- Configuration:  000000-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12446800294.572485
+ --- Energy:  98.66502
+ --- Workload:  1228063800000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 301 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11473711646.565487
+ --- Energy:  115.13669
+ --- Workload:  1321045181000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 313 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11473711743.841167
+ --- Energy:  115.13669
+ --- Workload:  1321045192200.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 545 in the X datas point
+--------------
+ --- Configuration:  011010-3-2
+ --- Energy efficiency:  13560884983.354015
+ --- Energy:  77.7920837079026
+ --- Workload:  1054930000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (77.7920837079026 mAh)  it is NOT far from the median.
+---  Median :77.7920837079026,   the gap is :  10
+--- So No we don't romove this configuration '010000-3-2'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '300300-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '300300-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 667 in the X datas point
+--------------
+ --- Configuration:  300300-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8476515812.9402485
+ --- Energy:  29.659992682257588
+ --- Workload:  251413000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 288 in the X datas point
+--------------
+ --- Configuration:  300000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10860100930.50205
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 712 in the X datas point
+--------------
+ --- Configuration:  300300-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11916238377.198992
+ --- Energy:  39.019265274982374
+ --- Workload:  464963000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 742 in the X datas point
+--------------
+ --- Configuration:  000300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6016955781.391962
+ --- Energy:  12.605191807912393
+ --- Workload:  75844800000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 23 in the X datas point
+--------------
+ --- Configuration:  000300-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  1619850293.4358807
+ --- Energy:  22.60411372898465
+ --- Workload:  36615300000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 63 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 148 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10583914566.641617
+ --- Energy:  32.1859127423429
+ --- Workload:  340653000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 281 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5492386746.144499
+ --- Energy:  29.19724
+ --- Workload:  160362534000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 303 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5492368456.744541
+ --- Energy:  29.19724
+ --- Workload:  160362000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '300300-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 742 in the X datas point
+--------------
+ --- Configuration:  000300-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6016955781.391962
+ --- Energy:  12.605191807912393
+ --- Workload:  75844800000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 23 in the X datas point
+--------------
+ --- Configuration:  000300-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  1619850293.4358807
+ --- Energy:  22.60411372898465
+ --- Workload:  36615300000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 281 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5492386746.144499
+ --- Energy:  29.19724
+ --- Workload:  160362534000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 303 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5492368456.744541
+ --- Energy:  29.19724
+ --- Workload:  160362000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 667 in the X datas point
+--------------
+ --- Configuration:  300300-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8476515812.9402485
+ --- Energy:  29.659992682257588
+ --- Workload:  251413000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 148 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10583914566.641617
+ --- Energy:  32.1859127423429
+ --- Workload:  340653000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 63 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 288 in the X datas point
+--------------
+ --- Configuration:  300000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10860100930.50205
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 712 in the X datas point
+--------------
+ --- Configuration:  300300-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11916238377.198992
+ --- Energy:  39.019265274982374
+ --- Workload:  464963000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 667 in the X datas point
+--------------
+ --- Configuration:  300300-1-0
+ --- Energy efficiency:  8476515812.9402485
+ --- Energy:  29.659992682257588
+ --- Workload:  251413000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (29.659992682257588 mAh)  it is NOT far from the median.
+---  Median :29.659992682257588,   the gap is :  10
+--- So No we don't romove this configuration '300300-1-0'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '001100-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '001100-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 668 in the X datas point
+--------------
+ --- Configuration:  001100-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  3284525287.5601892
+ --- Energy:  23.657962241570964
+ --- Workload:  77705200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 220 in the X datas point
+--------------
+ --- Configuration:  010100-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  3292105202.513851
+ --- Energy:  23.5175293800191
+ --- Workload:  77422300000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 278 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 302 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 650 in the X datas point
+--------------
+ --- Configuration:  101101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6233792140.43487
+ --- Energy:  26.21709253261557
+ --- Workload:  163432000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 769 in the X datas point
+--------------
+ --- Configuration:  001000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6484453522.679377
+ --- Energy:  11.76973873612909
+ --- Workload:  76320200000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 4 in the X datas point
+--------------
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 152 in the X datas point
+--------------
+ --- Configuration:  022202-0-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  10890102530.315323
+ --- Energy:  35.8868812091206
+ --- Workload:  390812000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 172 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '001100-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 278 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 302 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 769 in the X datas point
+--------------
+ --- Configuration:  001000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6484453522.679377
+ --- Energy:  11.76973873612909
+ --- Workload:  76320200000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 220 in the X datas point
+--------------
+ --- Configuration:  010100-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  3292105202.513851
+ --- Energy:  23.5175293800191
+ --- Workload:  77422300000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 668 in the X datas point
+--------------
+ --- Configuration:  001100-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  3284525287.5601892
+ --- Energy:  23.657962241570964
+ --- Workload:  77705200000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 650 in the X datas point
+--------------
+ --- Configuration:  101101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6233792140.43487
+ --- Energy:  26.21709253261557
+ --- Workload:  163432000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 4 in the X datas point
+--------------
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 172 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 152 in the X datas point
+--------------
+ --- Configuration:  022202-0-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  10890102530.315323
+ --- Energy:  35.8868812091206
+ --- Workload:  390812000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 668 in the X datas point
+--------------
+ --- Configuration:  001100-0-0
+ --- Energy efficiency:  3284525287.5601892
+ --- Energy:  23.657962241570964
+ --- Workload:  77705200000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (23.657962241570964 mAh)  it is NOT far from the median.
+---  Median :23.657962241570964,   the gap is :  10
+--- So No we don't romove this configuration '001100-0-0'
+ --- remove_aberrant_points: The value [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '020222-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '020222-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 602 in the X datas point
+--------------
+ --- Configuration:  020222-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14237408791.59993
+ --- Energy:  62.53995293576916
+ --- Workload:  890407000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 669 in the X datas point
+--------------
+ --- Configuration:  020222-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14090619592.72473
+ --- Energy:  63.503699854423054
+ --- Workload:  894807000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 740 in the X datas point
+--------------
+ --- Configuration:  020222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11107569030.764635
+ --- Energy:  16.962130007740114
+ --- Workload:  188408000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 52 in the X datas point
+--------------
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 115 in the X datas point
+--------------
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 134 in the X datas point
+--------------
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 178 in the X datas point
+--------------
+ --- Configuration:  030330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11742271237.07176
+ --- Energy:  50.8317348445158
+ --- Workload:  596880000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 222 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 227 in the X datas point
+--------------
+ --- Configuration:  000111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12035490253.659992
+ --- Energy:  49.4404352153497
+ --- Workload:  595040000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 239 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '020222-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 740 in the X datas point
+--------------
+ --- Configuration:  020222-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11107569030.764635
+ --- Energy:  16.962130007740114
+ --- Workload:  188408000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 227 in the X datas point
+--------------
+ --- Configuration:  000111-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12035490253.659992
+ --- Energy:  49.4404352153497
+ --- Workload:  595040000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 178 in the X datas point
+--------------
+ --- Configuration:  030330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11742271237.07176
+ --- Energy:  50.8317348445158
+ --- Workload:  596880000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 115 in the X datas point
+--------------
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 52 in the X datas point
+--------------
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 602 in the X datas point
+--------------
+ --- Configuration:  020222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14237408791.59993
+ --- Energy:  62.53995293576916
+ --- Workload:  890407000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 669 in the X datas point
+--------------
+ --- Configuration:  020222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14090619592.72473
+ --- Energy:  63.503699854423054
+ --- Workload:  894807000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 239 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  68.8022036229322
+ --- Workload:  1089440000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 134 in the X datas point
+--------------
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 222 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 52 in the X datas point
+--------------
+ --- Configuration:  220222-2-0
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (58.67863075260059 mAh)  it is NOT far from the median.
+---  Median :58.67863075260059,   the gap is :  10
+--- So No we don't romove this configuration '020222-3-0'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '110000-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110000-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 426 in the X datas point
+--------------
+ --- Configuration:  110000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11352245417.38233
+ --- Energy:  42.47266528928453
+ --- Workload:  482160000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 670 in the X datas point
+--------------
+ --- Configuration:  110000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11355055554.6093
+ --- Energy:  42.151077227704505
+ --- Workload:  478628000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 391 in the X datas point
+--------------
+ --- Configuration:  111000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12373817991.036406
+ --- Energy:  42.6850354508384
+ --- Workload:  528177000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 206 in the X datas point
+--------------
+ --- Configuration:  110110-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13517367790.004988
+ --- Energy:  42.6214864172658
+ --- Workload:  576130000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 446 in the X datas point
+--------------
+ --- Configuration:  011000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11398700320.189491
+ --- Energy:  41.92258529337472
+ --- Workload:  477863000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 451 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12917092930.73338
+ --- Energy:  44.62557467187459
+ --- Workload:  576433000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110000-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 446 in the X datas point
+--------------
+ --- Configuration:  011000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11398700320.189491
+ --- Energy:  41.92258529337472
+ --- Workload:  477863000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 670 in the X datas point
+--------------
+ --- Configuration:  110000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11355055554.6093
+ --- Energy:  42.151077227704505
+ --- Workload:  478628000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 426 in the X datas point
+--------------
+ --- Configuration:  110000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11352245417.38233
+ --- Energy:  42.47266528928453
+ --- Workload:  482160000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 206 in the X datas point
+--------------
+ --- Configuration:  110110-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13517367790.004988
+ --- Energy:  42.6214864172658
+ --- Workload:  576130000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 391 in the X datas point
+--------------
+ --- Configuration:  111000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373817991.036406
+ --- Energy:  42.6850354508384
+ --- Workload:  528177000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 451 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12917092930.73338
+ --- Energy:  44.62557467187459
+ --- Workload:  576433000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 206 in the X datas point
+--------------
+ --- Configuration:  110110-2-0
+ --- Energy efficiency:  13517367790.004988
+ --- Energy:  42.6214864172658
+ --- Workload:  576130000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (42.6214864172658 mAh)  it is NOT far from the median.
+---  Median :42.6214864172658,   the gap is :  10
+--- So No we don't romove this configuration '110000-2-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '100100-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '100100-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 671 in the X datas point
+--------------
+ --- Configuration:  100100-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12819017268.498163
+ --- Energy:  54.9760816945145
+ --- Workload:  704739000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 428 in the X datas point
+--------------
+ --- Configuration:  100100-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12184957913.155367
+ --- Energy:  38.48271275814499
+ --- Workload:  468910000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 613 in the X datas point
+--------------
+ --- Configuration:  000100-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12336586491.191061
+ --- Energy:  52.305660553812594
+ --- Workload:  645273000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 621 in the X datas point
+--------------
+ --- Configuration:  100000-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12660327218.817299
+ --- Energy:  51.604696137494564
+ --- Workload:  653332000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 723 in the X datas point
+--------------
+ --- Configuration:  200200-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12643455810.489769
+ --- Energy:  55.917443124663876
+ --- Workload:  706990000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 233 in the X datas point
+--------------
+ --- Configuration:  000200-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 397 in the X datas point
+--------------
+ --- Configuration:  100101-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12649245282.780205
+ --- Energy:  41.7732349755354
+ --- Workload:  528400000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 403 in the X datas point
+--------------
+ --- Configuration:  010100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 415 in the X datas point
+--------------
+ --- Configuration:  110101-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13709391069.976845
+ --- Energy:  58.449843734673564
+ --- Workload:  801312000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 541 in the X datas point
+--------------
+ --- Configuration:  101101-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14119886306.675457
+ --- Energy:  56.83939361137568
+ --- Workload:  802566000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '100100-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 428 in the X datas point
+--------------
+ --- Configuration:  100100-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12184957913.155367
+ --- Energy:  38.48271275814499
+ --- Workload:  468910000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 397 in the X datas point
+--------------
+ --- Configuration:  100101-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12649245282.780205
+ --- Energy:  41.7732349755354
+ --- Workload:  528400000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 621 in the X datas point
+--------------
+ --- Configuration:  100000-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12660327218.817299
+ --- Energy:  51.604696137494564
+ --- Workload:  653332000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 613 in the X datas point
+--------------
+ --- Configuration:  000100-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12336586491.191061
+ --- Energy:  52.305660553812594
+ --- Workload:  645273000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 403 in the X datas point
+--------------
+ --- Configuration:  010100-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 233 in the X datas point
+--------------
+ --- Configuration:  000200-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 671 in the X datas point
+--------------
+ --- Configuration:  100100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12819017268.498163
+ --- Energy:  54.9760816945145
+ --- Workload:  704739000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 723 in the X datas point
+--------------
+ --- Configuration:  200200-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12643455810.489769
+ --- Energy:  55.917443124663876
+ --- Workload:  706990000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 541 in the X datas point
+--------------
+ --- Configuration:  101101-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14119886306.675457
+ --- Energy:  56.83939361137568
+ --- Workload:  802566000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 415 in the X datas point
+--------------
+ --- Configuration:  110101-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13709391069.976845
+ --- Energy:  58.449843734673564
+ --- Workload:  801312000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 403 in the X datas point
+--------------
+ --- Configuration:  010100-2-1
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (52.3623981374209 mAh)  it is NOT far from the median.
+---  Median :52.3623981374209,   the gap is :  10
+--- So No we don't romove this configuration '100100-2-1'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '011011-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011011-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 672 in the X datas point
+--------------
+ --- Configuration:  011011-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14338623807.5642
+ --- Energy:  74.73239429974956
+ --- Workload:  1071560000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 256 in the X datas point
+--------------
+ --- Configuration:  001011-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13559965557.687483
+ --- Energy:  73.393325791739
+ --- Workload:  995211000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 362 in the X datas point
+--------------
+ --- Configuration:  011111-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14901908189.343645
+ --- Energy:  75.3366281487845
+ --- Workload:  1122660000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 440 in the X datas point
+--------------
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13502784274.117321
+ --- Energy:  82.79771486146721
+ --- Workload:  1118000000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 761 in the X datas point
+--------------
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6079027355.6231
+ --- Energy:  12.473598223784801
+ --- Workload:  75827400000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 27 in the X datas point
+--------------
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 48 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 71 in the X datas point
+--------------
+ --- Configuration:  011111-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14151777817.088272
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 85 in the X datas point
+--------------
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 100 in the X datas point
+--------------
+ --- Configuration:  011010-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011011-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 761 in the X datas point
+--------------
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6079027355.6231
+ --- Energy:  12.473598223784801
+ --- Workload:  75827400000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 100 in the X datas point
+--------------
+ --- Configuration:  011010-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 27 in the X datas point
+--------------
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 85 in the X datas point
+--------------
+ --- Configuration:  011111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13743003093.549995
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 48 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 256 in the X datas point
+--------------
+ --- Configuration:  001011-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13559965557.687483
+ --- Energy:  73.393325791739
+ --- Workload:  995211000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 672 in the X datas point
+--------------
+ --- Configuration:  011011-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14338623807.5642
+ --- Energy:  74.73239429974956
+ --- Workload:  1071560000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 362 in the X datas point
+--------------
+ --- Configuration:  011111-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14901908189.343645
+ --- Energy:  75.3366281487845
+ --- Workload:  1122660000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 440 in the X datas point
+--------------
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13502784274.117321
+ --- Energy:  82.79771486146721
+ --- Workload:  1118000000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 71 in the X datas point
+--------------
+ --- Configuration:  011111-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14151777817.088272
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 48 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (71.21791539618593 mAh)  it is NOT far from the median.
+---  Median :71.21791539618593,   the gap is :  10
+--- So No we don't romove this configuration '011011-2-2'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '200020-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '200020-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 673 in the X datas point
+--------------
+ --- Configuration:  200020-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8721209108.430794
+ --- Energy:  28.854441560215296
+ --- Workload:  251645000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 445 in the X datas point
+--------------
+ --- Configuration:  200022-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11839826096.634293
+ --- Energy:  39.46922201479768
+ --- Workload:  467309000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 617 in the X datas point
+--------------
+ --- Configuration:  200000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7496364263.332283
+ --- Energy:  27.54961888696046
+ --- Workload:  206522000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 679 in the X datas point
+--------------
+ --- Configuration:  100010-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8467113730.2716255
+ --- Energy:  29.649894317218024
+ --- Workload:  251048000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 136 in the X datas point
+--------------
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 288 in the X datas point
+--------------
+ --- Configuration:  300000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10860100930.50205
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 450 in the X datas point
+--------------
+ --- Configuration:  200000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11138350566.21805
+ --- Energy:  37.46453250408571
+ --- Workload:  417293000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '200020-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 617 in the X datas point
+--------------
+ --- Configuration:  200000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7496364263.332283
+ --- Energy:  27.54961888696046
+ --- Workload:  206522000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 673 in the X datas point
+--------------
+ --- Configuration:  200020-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8721209108.430794
+ --- Energy:  28.854441560215296
+ --- Workload:  251645000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 679 in the X datas point
+--------------
+ --- Configuration:  100010-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8467113730.2716255
+ --- Energy:  29.649894317218024
+ --- Workload:  251048000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 136 in the X datas point
+--------------
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 288 in the X datas point
+--------------
+ --- Configuration:  300000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10860100930.50205
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 450 in the X datas point
+--------------
+ --- Configuration:  200000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11138350566.21805
+ --- Energy:  37.46453250408571
+ --- Workload:  417293000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 445 in the X datas point
+--------------
+ --- Configuration:  200022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11839826096.634293
+ --- Energy:  39.46922201479768
+ --- Workload:  467309000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 679 in the X datas point
+--------------
+ --- Configuration:  100010-1-0
+ --- Energy efficiency:  8467113730.2716255
+ --- Energy:  29.649894317218024
+ --- Workload:  251048000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (29.649894317218024 mAh)  it is NOT far from the median.
+---  Median :29.649894317218024,   the gap is :  10
+--- So No we don't romove this configuration '200020-1-0'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '303330-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303330-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 457 in the X datas point
+--------------
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13461287356.755075
+ --- Energy:  41.2112771905204
+ --- Workload:  554757000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 674 in the X datas point
+--------------
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13890586627.254442
+ --- Energy:  40.077884631026805
+ --- Workload:  556705000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 56 in the X datas point
+--------------
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 370 in the X datas point
+--------------
+ --- Configuration:  303333-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15097712394.617968
+ --- Energy:  67.5804517710351
+ --- Workload:  1020310000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 746 in the X datas point
+--------------
+ --- Configuration:  303330-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5746300818.847867
+ --- Energy:  13.100460968293364
+ --- Workload:  75279300000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 49 in the X datas point
+--------------
+ --- Configuration:  303300-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10199294208.840748
+ --- Energy:  33.55309393673303
+ --- Workload:  342218000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 92 in the X datas point
+--------------
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 234 in the X datas point
+--------------
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 261 in the X datas point
+--------------
+ --- Configuration:  333330-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5609028291.9387045
+ --- Energy:  13.4893048354332
+ --- Workload:  75662100000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 324 in the X datas point
+--------------
+ --- Configuration:  002220-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13404268723.41766
+ --- Energy:  37.62672702026895
+ --- Workload:  504359000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303330-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 746 in the X datas point
+--------------
+ --- Configuration:  303330-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5746300818.847867
+ --- Energy:  13.100460968293364
+ --- Workload:  75279300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 261 in the X datas point
+--------------
+ --- Configuration:  333330-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5609028291.9387045
+ --- Energy:  13.4893048354332
+ --- Workload:  75662100000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 49 in the X datas point
+--------------
+ --- Configuration:  303300-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10199294208.840748
+ --- Energy:  33.55309393673303
+ --- Workload:  342218000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 324 in the X datas point
+--------------
+ --- Configuration:  002220-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13404268723.41766
+ --- Energy:  37.62672702026895
+ --- Workload:  504359000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 234 in the X datas point
+--------------
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 674 in the X datas point
+--------------
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13890586627.254442
+ --- Energy:  40.077884631026805
+ --- Workload:  556705000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 457 in the X datas point
+--------------
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13461287356.755075
+ --- Energy:  41.2112771905204
+ --- Workload:  554757000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 56 in the X datas point
+--------------
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 370 in the X datas point
+--------------
+ --- Configuration:  303333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15097712394.617968
+ --- Energy:  67.5804517710351
+ --- Workload:  1020310000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 92 in the X datas point
+--------------
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 234 in the X datas point
+--------------
+ --- Configuration:  333300-1-1
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (39.9195324609141 mAh)  it is NOT far from the median.
+---  Median :39.9195324609141,   the gap is :  10
+--- So No we don't romove this configuration '303330-1-1'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '110111-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110111-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 90 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 675 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  7533921481.470321
+ --- Energy:  27.536240775049926
+ --- Workload:  207456000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 2 in the X datas point
+--------------
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 60 in the X datas point
+--------------
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 70 in the X datas point
+--------------
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 681 in the X datas point
+--------------
+ --- Configuration:  010111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6257234927.885367
+ --- Energy:  26.08548752567013
+ --- Workload:  163223000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 767 in the X datas point
+--------------
+ --- Configuration:  010111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5911528070.891045
+ --- Energy:  12.756494833976223
+ --- Workload:  75410500000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 4 in the X datas point
+--------------
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 33 in the X datas point
+--------------
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 54 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110111-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 767 in the X datas point
+--------------
+ --- Configuration:  010111-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5911528070.891045
+ --- Energy:  12.756494833976223
+ --- Workload:  75410500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 681 in the X datas point
+--------------
+ --- Configuration:  010111-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6257234927.885367
+ --- Energy:  26.08548752567013
+ --- Workload:  163223000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 60 in the X datas point
+--------------
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 90 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 4 in the X datas point
+--------------
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 70 in the X datas point
+--------------
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 675 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7533921481.470321
+ --- Energy:  27.536240775049926
+ --- Workload:  207456000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 54 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 2 in the X datas point
+--------------
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 33 in the X datas point
+--------------
+ --- Configuration:  220222-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14874621812.74041
+ --- Energy:  48.32825169162293
+ --- Workload:  718865000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 4 in the X datas point
+--------------
+ --- Configuration:  111101-0-0
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (26.767238609212782 mAh)  it is NOT far from the median.
+---  Median :26.767238609212782,   the gap is :  10
+--- So No we don't romove this configuration '110111-0-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '002022-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '002022-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 676 in the X datas point
+--------------
+ --- Configuration:  002022-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14639037922.427738
+ --- Energy:  63.03819652563211
+ --- Workload:  922819000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 568 in the X datas point
+--------------
+ --- Configuration:  002022-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13394465674.67254
+ --- Energy:  75.26763933992237
+ --- Workload:  1008170000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 759 in the X datas point
+--------------
+ --- Configuration:  000022-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10913492022.783005
+ --- Energy:  17.236925200640222
+ --- Workload:  188115000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 130 in the X datas point
+--------------
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 207 in the X datas point
+--------------
+ --- Configuration:  000022-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14281185109.865158
+ --- Energy:  76.4971891147909
+ --- Workload:  1092470000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 256 in the X datas point
+--------------
+ --- Configuration:  001011-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13559965557.687483
+ --- Energy:  73.393325791739
+ --- Workload:  995211000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 418 in the X datas point
+--------------
+ --- Configuration:  002020-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11522688750.283745
+ --- Energy:  41.82246108428108
+ --- Workload:  481907000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 430 in the X datas point
+--------------
+ --- Configuration:  002022-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12850612909.982742
+ --- Energy:  61.59240778326698
+ --- Workload:  791500000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 448 in the X datas point
+--------------
+ --- Configuration:  001011-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11898288669.140718
+ --- Energy:  44.48907436947681
+ --- Workload:  529344000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 459 in the X datas point
+--------------
+ --- Configuration:  003033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13313575986.569265
+ --- Energy:  58.999551683518746
+ --- Workload:  785495000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '002022-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 759 in the X datas point
+--------------
+ --- Configuration:  000022-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10913492022.783005
+ --- Energy:  17.236925200640222
+ --- Workload:  188115000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 418 in the X datas point
+--------------
+ --- Configuration:  002020-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11522688750.283745
+ --- Energy:  41.82246108428108
+ --- Workload:  481907000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 448 in the X datas point
+--------------
+ --- Configuration:  001011-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11898288669.140718
+ --- Energy:  44.48907436947681
+ --- Workload:  529344000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 459 in the X datas point
+--------------
+ --- Configuration:  003033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13313575986.569265
+ --- Energy:  58.999551683518746
+ --- Workload:  785495000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 430 in the X datas point
+--------------
+ --- Configuration:  002022-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12850612909.982742
+ --- Energy:  61.59240778326698
+ --- Workload:  791500000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 676 in the X datas point
+--------------
+ --- Configuration:  002022-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14639037922.427738
+ --- Energy:  63.03819652563211
+ --- Workload:  922819000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 130 in the X datas point
+--------------
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 256 in the X datas point
+--------------
+ --- Configuration:  001011-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13559965557.687483
+ --- Energy:  73.393325791739
+ --- Workload:  995211000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 568 in the X datas point
+--------------
+ --- Configuration:  002022-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13394465674.67254
+ --- Energy:  75.26763933992237
+ --- Workload:  1008170000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 207 in the X datas point
+--------------
+ --- Configuration:  000022-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14281185109.865158
+ --- Energy:  76.4971891147909
+ --- Workload:  1092470000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 430 in the X datas point
+--------------
+ --- Configuration:  002022-3-0
+ --- Energy efficiency:  12850612909.982742
+ --- Energy:  61.59240778326698
+ --- Workload:  791500000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (61.59240778326698 mAh)  it is NOT far from the median.
+---  Median :61.59240778326698,   the gap is :  10
+--- So No we don't romove this configuration '002022-2-1'
+ --- remove_aberrant_points: The value [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '003330-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '003330-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 677 in the X datas point
+--------------
+ --- Configuration:  003330-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11341636167.116741
+ --- Energy:  75.53040676188047
+ --- Workload:  856638000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 56 in the X datas point
+--------------
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 61 in the X datas point
+--------------
+ --- Configuration:  003333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13753001592.597586
+ --- Energy:  81.48911064839487
+ --- Workload:  1120720000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 154 in the X datas point
+--------------
+ --- Configuration:  003333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 439 in the X datas point
+--------------
+ --- Configuration:  033330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12476170514.317654
+ --- Energy:  89.40162859050163
+ --- Workload:  1115390000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 443 in the X datas point
+--------------
+ --- Configuration:  303330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11997960346.741053
+ --- Energy:  94.73104953565642
+ --- Workload:  1136580000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 463 in the X datas point
+--------------
+ --- Configuration:  002200-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10650251079.669203
+ --- Energy:  76.69149413315175
+ --- Workload:  816784000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 481 in the X datas point
+--------------
+ --- Configuration:  333330-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12550389815.107658
+ --- Energy:  74.43416393210141
+ --- Workload:  934178000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 497 in the X datas point
+--------------
+ --- Configuration:  033333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14463386659.839949
+ --- Energy:  82.92589585237724
+ --- Workload:  1199390000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 553 in the X datas point
+--------------
+ --- Configuration:  002220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13196111369.901518
+ --- Energy:  79.03690304614342
+ --- Workload:  1042980000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '003330-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 56 in the X datas point
+--------------
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 481 in the X datas point
+--------------
+ --- Configuration:  333330-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12550389815.107658
+ --- Energy:  74.43416393210141
+ --- Workload:  934178000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 677 in the X datas point
+--------------
+ --- Configuration:  003330-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11341636167.116741
+ --- Energy:  75.53040676188047
+ --- Workload:  856638000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 463 in the X datas point
+--------------
+ --- Configuration:  002200-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10650251079.669203
+ --- Energy:  76.69149413315175
+ --- Workload:  816784000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 553 in the X datas point
+--------------
+ --- Configuration:  002220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13196111369.901518
+ --- Energy:  79.03690304614342
+ --- Workload:  1042980000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 61 in the X datas point
+--------------
+ --- Configuration:  003333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13753001592.597586
+ --- Energy:  81.48911064839487
+ --- Workload:  1120720000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 497 in the X datas point
+--------------
+ --- Configuration:  033333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14463386659.839949
+ --- Energy:  82.92589585237724
+ --- Workload:  1199390000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 154 in the X datas point
+--------------
+ --- Configuration:  003333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14446232567.00885
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 439 in the X datas point
+--------------
+ --- Configuration:  033330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12476170514.317654
+ --- Energy:  89.40162859050163
+ --- Workload:  1115390000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 443 in the X datas point
+--------------
+ --- Configuration:  303330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11997960346.741053
+ --- Energy:  94.73104953565642
+ --- Workload:  1136580000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 553 in the X datas point
+--------------
+ --- Configuration:  002220-2-3
+ --- Energy efficiency:  13196111369.901518
+ --- Energy:  79.03690304614342
+ --- Workload:  1042980000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (79.03690304614342 mAh)  it is NOT far from the median.
+---  Median :79.03690304614342,   the gap is :  10
+--- So No we don't romove this configuration '003330-1-3'
+ --- remove_aberrant_points: The value [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '110001-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110001-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 678 in the X datas point
+--------------
+ --- Configuration:  110001-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12657170413.611015
+ --- Energy:  62.61500040774629
+ --- Workload:  792529000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 36 in the X datas point
+--------------
+ --- Configuration:  110001-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11533320339.125751
+ --- Energy:  52.516287756608044
+ --- Workload:  605687000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 502 in the X datas point
+--------------
+ --- Configuration:  111001-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13236319932.441824
+ --- Energy:  63.39311214039606
+ --- Workload:  839092000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 558 in the X datas point
+--------------
+ --- Configuration:  110000-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12516412145.425688
+ --- Energy:  59.318332001781286
+ --- Workload:  742453000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 80 in the X datas point
+--------------
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 165 in the X datas point
+--------------
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 228 in the X datas point
+--------------
+ --- Configuration:  111001-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14359934633.577549
+ --- Energy:  74.8645087621987
+ --- Workload:  1075050000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 246 in the X datas point
+--------------
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13583376120.968113
+ --- Energy:  65.5557580165811
+ --- Workload:  890469000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 254 in the X datas point
+--------------
+ --- Configuration:  110011-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11783642889.632044
+ --- Energy:  56.004272107212
+ --- Workload:  659934000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 546 in the X datas point
+--------------
+ --- Configuration:  110011-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14409055803.391315
+ --- Energy:  74.74536356458539
+ --- Workload:  1077010000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110001-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 36 in the X datas point
+--------------
+ --- Configuration:  110001-0-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11533320339.125751
+ --- Energy:  52.516287756608044
+ --- Workload:  605687000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 254 in the X datas point
+--------------
+ --- Configuration:  110011-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11783642889.632044
+ --- Energy:  56.004272107212
+ --- Workload:  659934000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 558 in the X datas point
+--------------
+ --- Configuration:  110000-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12516412145.425688
+ --- Energy:  59.318332001781286
+ --- Workload:  742453000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 678 in the X datas point
+--------------
+ --- Configuration:  110001-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12657170413.611015
+ --- Energy:  62.61500040774629
+ --- Workload:  792529000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 502 in the X datas point
+--------------
+ --- Configuration:  111001-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13236319932.441824
+ --- Energy:  63.39311214039606
+ --- Workload:  839092000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 80 in the X datas point
+--------------
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  64.195799103128
+ --- Workload:  887774000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 246 in the X datas point
+--------------
+ --- Configuration:  110111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13583376120.968113
+ --- Energy:  65.5557580165811
+ --- Workload:  890469000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 546 in the X datas point
+--------------
+ --- Configuration:  110011-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14409055803.391315
+ --- Energy:  74.74536356458539
+ --- Workload:  1077010000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 228 in the X datas point
+--------------
+ --- Configuration:  111001-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14359934633.577549
+ --- Energy:  74.8645087621987
+ --- Workload:  1075050000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 165 in the X datas point
+--------------
+ --- Configuration:  220202-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14123954650.806406
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 502 in the X datas point
+--------------
+ --- Configuration:  111001-1-2
+ --- Energy efficiency:  13236319932.441824
+ --- Energy:  63.39311214039606
+ --- Workload:  839092000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (63.39311214039606 mAh)  it is NOT far from the median.
+---  Median :63.39311214039606,   the gap is :  10
+--- So No we don't romove this configuration '110001-1-2'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '100010-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '100010-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 679 in the X datas point
+--------------
+ --- Configuration:  100010-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8467113730.2716255
+ --- Energy:  29.649894317218024
+ --- Workload:  251048000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 673 in the X datas point
+--------------
+ --- Configuration:  200020-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8721209108.430794
+ --- Energy:  28.854441560215296
+ --- Workload:  251645000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 172 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 250 in the X datas point
+--------------
+ --- Configuration:  100010-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9201917679.644438
+ --- Energy:  32.1912867561494
+ --- Workload:  296221000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 279 in the X datas point
+--------------
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 321 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10662526762.942175
+ --- Energy:  31.96295936672102
+ --- Workload:  340806000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 359 in the X datas point
+--------------
+ --- Configuration:  100011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  4992984856.276931
+ --- Energy:  24.1374403681183
+ --- Workload:  120518000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '100010-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 279 in the X datas point
+--------------
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 359 in the X datas point
+--------------
+ --- Configuration:  100011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  4992984856.276931
+ --- Energy:  24.1374403681183
+ --- Workload:  120518000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 673 in the X datas point
+--------------
+ --- Configuration:  200020-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8721209108.430794
+ --- Energy:  28.854441560215296
+ --- Workload:  251645000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 679 in the X datas point
+--------------
+ --- Configuration:  100010-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8467113730.2716255
+ --- Energy:  29.649894317218024
+ --- Workload:  251048000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 172 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  31.3934447994613
+ --- Workload:  341309000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 321 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10662526762.942175
+ --- Energy:  31.96295936672102
+ --- Workload:  340806000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 250 in the X datas point
+--------------
+ --- Configuration:  100010-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9201917679.644438
+ --- Energy:  32.1912867561494
+ --- Workload:  296221000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 679 in the X datas point
+--------------
+ --- Configuration:  100010-1-0
+ --- Energy efficiency:  8467113730.2716255
+ --- Energy:  29.649894317218024
+ --- Workload:  251048000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (29.649894317218024 mAh)  it is NOT far from the median.
+---  Median :29.649894317218024,   the gap is :  10
+--- So No we don't romove this configuration '100010-1-0'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '220220-3-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220220-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 680 in the X datas point
+--------------
+ --- Configuration:  220220-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12953334317.786741
+ --- Energy:  68.45824901392889
+ --- Workload:  886763000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 46 in the X datas point
+--------------
+ --- Configuration:  220220-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 204 in the X datas point
+--------------
+ --- Configuration:  110110-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12597441207.741884
+ --- Energy:  69.8226407220911
+ --- Workload:  879587000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 205 in the X datas point
+--------------
+ --- Configuration:  222220-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13053432922.324242
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 623 in the X datas point
+--------------
+ --- Configuration:  110110-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12940377211.995731
+ --- Energy:  67.57287611693334
+ --- Workload:  874419000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 171 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 226 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 251 in the X datas point
+--------------
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220220-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 171 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 623 in the X datas point
+--------------
+ --- Configuration:  110110-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12940377211.995731
+ --- Energy:  67.57287611693334
+ --- Workload:  874419000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 680 in the X datas point
+--------------
+ --- Configuration:  220220-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12953334317.786741
+ --- Energy:  68.45824901392889
+ --- Workload:  886763000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 204 in the X datas point
+--------------
+ --- Configuration:  110110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12597441207.741884
+ --- Energy:  69.8226407220911
+ --- Workload:  879587000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 205 in the X datas point
+--------------
+ --- Configuration:  222220-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13053432922.324242
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 46 in the X datas point
+--------------
+ --- Configuration:  220220-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 251 in the X datas point
+--------------
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 226 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 680 in the X datas point
+--------------
+ --- Configuration:  220220-3-1
+ --- Energy efficiency:  12953334317.786741
+ --- Energy:  68.45824901392889
+ --- Workload:  886763000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (68.45824901392889 mAh)  it is NOT far from the median.
+---  Median :68.45824901392889,   the gap is :  10
+--- So No we don't romove this configuration '220220-3-1'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '010111-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '010111-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 681 in the X datas point
+--------------
+ --- Configuration:  010111-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6257234927.885367
+ --- Energy:  26.08548752567013
+ --- Workload:  163223000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 767 in the X datas point
+--------------
+ --- Configuration:  010111-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5911528070.891045
+ --- Energy:  12.756494833976223
+ --- Workload:  75410500000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 90 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 573 in the X datas point
+--------------
+ --- Configuration:  000111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  4718027109.783772
+ --- Energy:  25.382226466175275
+ --- Workload:  119754000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 675 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7533921481.470321
+ --- Energy:  27.536240775049926
+ --- Workload:  207456000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 2 in the X datas point
+--------------
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 60 in the X datas point
+--------------
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 70 in the X datas point
+--------------
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 78 in the X datas point
+--------------
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 220 in the X datas point
+--------------
+ --- Configuration:  010100-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  3292105202.513851
+ --- Energy:  23.5175293800191
+ --- Workload:  77422300000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '010111-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 767 in the X datas point
+--------------
+ --- Configuration:  010111-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5911528070.891045
+ --- Energy:  12.756494833976223
+ --- Workload:  75410500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 220 in the X datas point
+--------------
+ --- Configuration:  010100-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  3292105202.513851
+ --- Energy:  23.5175293800191
+ --- Workload:  77422300000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 573 in the X datas point
+--------------
+ --- Configuration:  000111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  4718027109.783772
+ --- Energy:  25.382226466175275
+ --- Workload:  119754000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 681 in the X datas point
+--------------
+ --- Configuration:  010111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6257234927.885367
+ --- Energy:  26.08548752567013
+ --- Workload:  163223000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 60 in the X datas point
+--------------
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 90 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 70 in the X datas point
+--------------
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 675 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7533921481.470321
+ --- Energy:  27.536240775049926
+ --- Workload:  207456000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 2 in the X datas point
+--------------
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 78 in the X datas point
+--------------
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 60 in the X datas point
+--------------
+ --- Configuration:  110101-0-0
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (26.332761918292903 mAh)  it is NOT far from the median.
+---  Median :26.332761918292903,   the gap is :  10
+--- So No we don't romove this configuration '010111-0-0'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '300000-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '300000-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 682 in the X datas point
+--------------
+ --- Configuration:  300000-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13144404427.03541
+ --- Energy:  70.39204293589904
+ --- Workload:  925262000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 729 in the X datas point
+--------------
+ --- Configuration:  300000-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12935790616.11877
+ --- Energy:  71.63108945590916
+ --- Workload:  926605000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 725 in the X datas point
+--------------
+ --- Configuration:  300000-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11702585803.359112
+ --- Energy:  59.58014174819067
+ --- Workload:  697242000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 87 in the X datas point
+--------------
+ --- Configuration:  330030-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14087701577.399946
+ --- Energy:  72.9096660218277
+ --- Workload:  1027130000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 224 in the X datas point
+--------------
+ --- Configuration:  303300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13967533864.285854
+ --- Energy:  72.5489714103032
+ --- Workload:  1013330000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 317 in the X datas point
+--------------
+ --- Configuration:  300000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13175045908.951681
+ --- Energy:  96.57158
+ --- Workload:  1272335000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 472 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885591061.0119
+ --- Energy:  50.17401859858811
+ --- Workload:  696696000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 555 in the X datas point
+--------------
+ --- Configuration:  300000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11530208569.942822
+ --- Energy:  61.70736633784887
+ --- Workload:  711499000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 697 in the X datas point
+--------------
+ --- Configuration:  200000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11743484714.680296
+ --- Energy:  59.21002058329076
+ --- Workload:  695332000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 733 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12720752763.265518
+ --- Energy:  54.90126391795327
+ --- Workload:  698385000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '300000-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 472 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13885591061.0119
+ --- Energy:  50.17401859858811
+ --- Workload:  696696000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 733 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12720752763.265518
+ --- Energy:  54.90126391795327
+ --- Workload:  698385000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 697 in the X datas point
+--------------
+ --- Configuration:  200000-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11743484714.680296
+ --- Energy:  59.21002058329076
+ --- Workload:  695332000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 725 in the X datas point
+--------------
+ --- Configuration:  300000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11702585803.359112
+ --- Energy:  59.58014174819067
+ --- Workload:  697242000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 555 in the X datas point
+--------------
+ --- Configuration:  300000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11530208569.942822
+ --- Energy:  61.70736633784887
+ --- Workload:  711499000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 682 in the X datas point
+--------------
+ --- Configuration:  300000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13144404427.03541
+ --- Energy:  70.39204293589904
+ --- Workload:  925262000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 729 in the X datas point
+--------------
+ --- Configuration:  300000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12935790616.11877
+ --- Energy:  71.63108945590916
+ --- Workload:  926605000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 224 in the X datas point
+--------------
+ --- Configuration:  303300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13967533864.285854
+ --- Energy:  72.5489714103032
+ --- Workload:  1013330000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 87 in the X datas point
+--------------
+ --- Configuration:  330030-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14087701577.399946
+ --- Energy:  72.9096660218277
+ --- Workload:  1027130000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 317 in the X datas point
+--------------
+ --- Configuration:  300000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13175045908.951681
+ --- Energy:  96.57158
+ --- Workload:  1272335000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 555 in the X datas point
+--------------
+ --- Configuration:  300000-3-1
+ --- Energy efficiency:  11530208569.942822
+ --- Energy:  61.70736633784887
+ --- Workload:  711499000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (61.70736633784887 mAh)  it is NOT far from the median.
+---  Median :61.70736633784887,   the gap is :  10
+--- So No we don't romove this configuration '300000-2-2'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '010100-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '010100-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 683 in the X datas point
+--------------
+ --- Configuration:  010100-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8609853115.905842
+ --- Energy:  29.1448725037754
+ --- Workload:  250933000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 220 in the X datas point
+--------------
+ --- Configuration:  010100-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  3292105202.513851
+ --- Energy:  23.5175293800191
+ --- Workload:  77422300000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 464 in the X datas point
+--------------
+ --- Configuration:  010110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9252662453.621029
+ --- Energy:  32.02904675461461
+ --- Workload:  296355000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 513 in the X datas point
+--------------
+ --- Configuration:  010000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7423574302.555194
+ --- Energy:  27.86299512820046
+ --- Workload:  206843000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 54 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 403 in the X datas point
+--------------
+ --- Configuration:  010100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 423 in the X datas point
+--------------
+ --- Configuration:  011100-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12667865046.700085
+ --- Energy:  40.3948990870666
+ --- Workload:  511717000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 527 in the X datas point
+--------------
+ --- Configuration:  011000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8513536523.071684
+ --- Energy:  29.34546622830315
+ --- Workload:  249834000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 539 in the X datas point
+--------------
+ --- Configuration:  020200-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12611406007.821594
+ --- Energy:  35.941505988108695
+ --- Workload:  453273000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '010100-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 220 in the X datas point
+--------------
+ --- Configuration:  010100-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  3292105202.513851
+ --- Energy:  23.5175293800191
+ --- Workload:  77422300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 513 in the X datas point
+--------------
+ --- Configuration:  010000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7423574302.555194
+ --- Energy:  27.86299512820046
+ --- Workload:  206843000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 683 in the X datas point
+--------------
+ --- Configuration:  010100-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8609853115.905842
+ --- Energy:  29.1448725037754
+ --- Workload:  250933000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 527 in the X datas point
+--------------
+ --- Configuration:  011000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8513536523.071684
+ --- Energy:  29.34546622830315
+ --- Workload:  249834000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 464 in the X datas point
+--------------
+ --- Configuration:  010110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9252662453.621029
+ --- Energy:  32.02904675461461
+ --- Workload:  296355000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 54 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 539 in the X datas point
+--------------
+ --- Configuration:  020200-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12611406007.821594
+ --- Energy:  35.941505988108695
+ --- Workload:  453273000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 423 in the X datas point
+--------------
+ --- Configuration:  011100-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12667865046.700085
+ --- Energy:  40.3948990870666
+ --- Workload:  511717000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 403 in the X datas point
+--------------
+ --- Configuration:  010100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (30.05234 mAh)  it is NOT far from the median.
+---  Median :30.05234,   the gap is :  10
+--- So No we don't romove this configuration '010100-1-0'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '033003-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033003-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 432 in the X datas point
+--------------
+ --- Configuration:  033003-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12711988294.801178
+ --- Energy:  62.72069654525214
+ --- Workload:  797305000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 684 in the X datas point
+--------------
+ --- Configuration:  033003-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12932729116.229023
+ --- Energy:  61.75656078333707
+ --- Workload:  798681000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 57 in the X datas point
+--------------
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 422 in the X datas point
+--------------
+ --- Configuration:  033000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 153 in the X datas point
+--------------
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 437 in the X datas point
+--------------
+ --- Configuration:  033000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8071025020.177562
+ --- Energy:  30.84463223263372
+ --- Workload:  248947000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 547 in the X datas point
+--------------
+ --- Configuration:  033030-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12586706675.611618
+ --- Energy:  42.00513493266639
+ --- Workload:  528706000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 574 in the X datas point
+--------------
+ --- Configuration:  333033-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14444312840.70523
+ --- Energy:  70.98779227993477
+ --- Workload:  1025370000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 685 in the X datas point
+--------------
+ --- Configuration:  022000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11527098479.46044
+ --- Energy:  41.488651501874486
+ --- Workload:  478244000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033003-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 437 in the X datas point
+--------------
+ --- Configuration:  033000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8071025020.177562
+ --- Energy:  30.84463223263372
+ --- Workload:  248947000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 685 in the X datas point
+--------------
+ --- Configuration:  022000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11527098479.46044
+ --- Energy:  41.488651501874486
+ --- Workload:  478244000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 547 in the X datas point
+--------------
+ --- Configuration:  033030-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12586706675.611618
+ --- Energy:  42.00513493266639
+ --- Workload:  528706000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 422 in the X datas point
+--------------
+ --- Configuration:  033000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 57 in the X datas point
+--------------
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 153 in the X datas point
+--------------
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 684 in the X datas point
+--------------
+ --- Configuration:  033003-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12932729116.229023
+ --- Energy:  61.75656078333707
+ --- Workload:  798681000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 432 in the X datas point
+--------------
+ --- Configuration:  033003-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12711988294.801178
+ --- Energy:  62.72069654525214
+ --- Workload:  797305000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 574 in the X datas point
+--------------
+ --- Configuration:  333033-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14444312840.70523
+ --- Energy:  70.98779227993477
+ --- Workload:  1025370000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (54.087718626572986 mAh)  it is NOT far from the median.
+---  Median :54.087718626572986,   the gap is :  10
+--- So No we don't romove this configuration '033003-2-0'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '022000-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '022000-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 685 in the X datas point
+--------------
+ --- Configuration:  022000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11527098479.46044
+ --- Energy:  41.488651501874486
+ --- Workload:  478244000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 422 in the X datas point
+--------------
+ --- Configuration:  033000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 446 in the X datas point
+--------------
+ --- Configuration:  011000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11398700320.189491
+ --- Energy:  41.92258529337472
+ --- Workload:  477863000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 689 in the X datas point
+--------------
+ --- Configuration:  022200-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12524265764.919533
+ --- Energy:  42.174782341496964
+ --- Workload:  528208000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 248 in the X datas point
+--------------
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 391 in the X datas point
+--------------
+ --- Configuration:  111000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373817991.036406
+ --- Energy:  42.6850354508384
+ --- Workload:  528177000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 418 in the X datas point
+--------------
+ --- Configuration:  002020-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11522688750.283745
+ --- Energy:  41.82246108428108
+ --- Workload:  481907000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 432 in the X datas point
+--------------
+ --- Configuration:  033003-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12711988294.801178
+ --- Energy:  62.72069654525214
+ --- Workload:  797305000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 437 in the X datas point
+--------------
+ --- Configuration:  033000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8071025020.177562
+ --- Energy:  30.84463223263372
+ --- Workload:  248947000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '022000-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 437 in the X datas point
+--------------
+ --- Configuration:  033000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8071025020.177562
+ --- Energy:  30.84463223263372
+ --- Workload:  248947000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 685 in the X datas point
+--------------
+ --- Configuration:  022000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11527098479.46044
+ --- Energy:  41.488651501874486
+ --- Workload:  478244000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 418 in the X datas point
+--------------
+ --- Configuration:  002020-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11522688750.283745
+ --- Energy:  41.82246108428108
+ --- Workload:  481907000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 446 in the X datas point
+--------------
+ --- Configuration:  011000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11398700320.189491
+ --- Energy:  41.92258529337472
+ --- Workload:  477863000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 689 in the X datas point
+--------------
+ --- Configuration:  022200-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12524265764.919533
+ --- Energy:  42.174782341496964
+ --- Workload:  528208000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 391 in the X datas point
+--------------
+ --- Configuration:  111000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373817991.036406
+ --- Energy:  42.6850354508384
+ --- Workload:  528177000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 422 in the X datas point
+--------------
+ --- Configuration:  033000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 248 in the X datas point
+--------------
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 432 in the X datas point
+--------------
+ --- Configuration:  033003-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12711988294.801178
+ --- Energy:  62.72069654525214
+ --- Workload:  797305000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 689 in the X datas point
+--------------
+ --- Configuration:  022200-2-0
+ --- Energy efficiency:  12524265764.919533
+ --- Energy:  42.174782341496964
+ --- Workload:  528208000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (42.174782341496964 mAh)  it is NOT far from the median.
+---  Median :42.174782341496964,   the gap is :  10
+--- So No we don't romove this configuration '022000-2-0'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '300003-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '300003-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 686 in the X datas point
+--------------
+ --- Configuration:  300003-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12797379096.760984
+ --- Energy:  88.86270165652928
+ --- Workload:  1137210000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 317 in the X datas point
+--------------
+ --- Configuration:  300000-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13175045908.951681
+ --- Energy:  96.57158
+ --- Workload:  1272335000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 31 in the X datas point
+--------------
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 76 in the X datas point
+--------------
+ --- Configuration:  303033-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14925818681.154661
+ --- Energy:  75.15771108741323
+ --- Workload:  1121790000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 419 in the X datas point
+--------------
+ --- Configuration:  330000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10983169391.224886
+ --- Energy:  83.68676450959153
+ --- Workload:  919146000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 420 in the X datas point
+--------------
+ --- Configuration:  003003-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12601108141.449959
+ --- Energy:  86.43365459642617
+ --- Workload:  1089160000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 635 in the X datas point
+--------------
+ --- Configuration:  330003-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13484449059.122566
+ --- Energy:  94.49408464421893
+ --- Workload:  1274200000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 639 in the X datas point
+--------------
+ --- Configuration:  330033-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14337678127.72864
+ --- Energy:  96.1514888870947
+ --- Workload:  1378590000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 132 in the X datas point
+--------------
+ --- Configuration:  202022-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 133 in the X datas point
+--------------
+ --- Configuration:  303300-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12321431651.786486
+ --- Energy:  75.3849371705881
+ --- Workload:  928850000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '300003-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 76 in the X datas point
+--------------
+ --- Configuration:  303033-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14925818681.154661
+ --- Energy:  75.15771108741323
+ --- Workload:  1121790000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 133 in the X datas point
+--------------
+ --- Configuration:  303300-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12321431651.786486
+ --- Energy:  75.3849371705881
+ --- Workload:  928850000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 419 in the X datas point
+--------------
+ --- Configuration:  330000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10983169391.224886
+ --- Energy:  83.68676450959153
+ --- Workload:  919146000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 31 in the X datas point
+--------------
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 420 in the X datas point
+--------------
+ --- Configuration:  003003-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12601108141.449959
+ --- Energy:  86.43365459642617
+ --- Workload:  1089160000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 686 in the X datas point
+--------------
+ --- Configuration:  300003-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12797379096.760984
+ --- Energy:  88.86270165652928
+ --- Workload:  1137210000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 132 in the X datas point
+--------------
+ --- Configuration:  202022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 635 in the X datas point
+--------------
+ --- Configuration:  330003-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13484449059.122566
+ --- Energy:  94.49408464421893
+ --- Workload:  1274200000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 639 in the X datas point
+--------------
+ --- Configuration:  330033-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14337678127.72864
+ --- Energy:  96.1514888870947
+ --- Workload:  1378590000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 317 in the X datas point
+--------------
+ --- Configuration:  300000-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13175045908.951681
+ --- Energy:  96.57158
+ --- Workload:  1272335000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 420 in the X datas point
+--------------
+ --- Configuration:  003003-3-3
+ --- Energy efficiency:  12601108141.449959
+ --- Energy:  86.43365459642617
+ --- Workload:  1089160000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (86.43365459642617 mAh)  it is NOT far from the median.
+---  Median :86.43365459642617,   the gap is :  10
+--- So No we don't romove this configuration '300003-3-3'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '000222-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000222-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 687 in the X datas point
+--------------
+ --- Configuration:  000222-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14429639634.179775
+ --- Energy:  82.81499880951421
+ --- Workload:  1194990000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 207 in the X datas point
+--------------
+ --- Configuration:  000022-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14281185109.865158
+ --- Energy:  76.4971891147909
+ --- Workload:  1092470000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 592 in the X datas point
+--------------
+ --- Configuration:  020222-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14904373539.371391
+ --- Energy:  87.53002178089183
+ --- Workload:  1304580000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 625 in the X datas point
+--------------
+ --- Configuration:  000222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13901728679.961353
+ --- Energy:  85.57933287675009
+ --- Workload:  1189700000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 51 in the X datas point
+--------------
+ --- Configuration:  200222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14594342940.789293
+ --- Energy:  80.17631322756387
+ --- Workload:  1170120000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 181 in the X datas point
+--------------
+ --- Configuration:  202222-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15385988288.185717
+ --- Energy:  91.4259968153942
+ --- Workload:  1406680000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 336 in the X datas point
+--------------
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193940322.997305
+ --- Energy:  98.08558334376599
+ --- Workload:  1392220000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 390 in the X datas point
+--------------
+ --- Configuration:  200222-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15542938143.76907
+ --- Energy:  66.2043614748613
+ --- Workload:  1029010000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 499 in the X datas point
+--------------
+ --- Configuration:  200222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14770830563.8026
+ --- Energy:  89.22173143973053
+ --- Workload:  1317880000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 536 in the X datas point
+--------------
+ --- Configuration:  000022-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13874571102.320799
+ --- Energy:  80.16963008427506
+ --- Workload:  1112320000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000222-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 390 in the X datas point
+--------------
+ --- Configuration:  200222-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15542938143.76907
+ --- Energy:  66.2043614748613
+ --- Workload:  1029010000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 207 in the X datas point
+--------------
+ --- Configuration:  000022-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14281185109.865158
+ --- Energy:  76.4971891147909
+ --- Workload:  1092470000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 536 in the X datas point
+--------------
+ --- Configuration:  000022-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13874571102.320799
+ --- Energy:  80.16963008427506
+ --- Workload:  1112320000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 51 in the X datas point
+--------------
+ --- Configuration:  200222-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14594342940.789293
+ --- Energy:  80.17631322756387
+ --- Workload:  1170120000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 687 in the X datas point
+--------------
+ --- Configuration:  000222-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14429639634.179775
+ --- Energy:  82.81499880951421
+ --- Workload:  1194990000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 625 in the X datas point
+--------------
+ --- Configuration:  000222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13901728679.961353
+ --- Energy:  85.57933287675009
+ --- Workload:  1189700000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 592 in the X datas point
+--------------
+ --- Configuration:  020222-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14904373539.371391
+ --- Energy:  87.53002178089183
+ --- Workload:  1304580000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 499 in the X datas point
+--------------
+ --- Configuration:  200222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14770830563.8026
+ --- Energy:  89.22173143973053
+ --- Workload:  1317880000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 181 in the X datas point
+--------------
+ --- Configuration:  202222-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15385988288.185717
+ --- Energy:  91.4259968153942
+ --- Workload:  1406680000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 336 in the X datas point
+--------------
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193940322.997305
+ --- Energy:  98.08558334376599
+ --- Workload:  1392220000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 687 in the X datas point
+--------------
+ --- Configuration:  000222-2-2
+ --- Energy efficiency:  14429639634.179775
+ --- Energy:  82.81499880951421
+ --- Workload:  1194990000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (82.81499880951421 mAh)  it is NOT far from the median.
+---  Median :82.81499880951421,   the gap is :  10
+--- So No we don't romove this configuration '000222-2-2'
+ --- remove_aberrant_points: The value [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '022202-3-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '022202-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 688 in the X datas point
+--------------
+ --- Configuration:  022202-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14474880292.739979
+ --- Energy:  72.83305131515111
+ --- Workload:  1054250000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 138 in the X datas point
+--------------
+ --- Configuration:  222202-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15123376505.532131
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 173 in the X datas point
+--------------
+ --- Configuration:  002202-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13345451002.843914
+ --- Energy:  76.0798450282377
+ --- Workload:  1015320000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 543 in the X datas point
+--------------
+ --- Configuration:  022222-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15333190223.557913
+ --- Energy:  75.06196238428772
+ --- Workload:  1150940000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 648 in the X datas point
+--------------
+ --- Configuration:  022002-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14232302487.66415
+ --- Energy:  64.65330182509297
+ --- Workload:  920166000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 113 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 221 in the X datas point
+--------------
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 251 in the X datas point
+--------------
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 272 in the X datas point
+--------------
+ --- Configuration:  222202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '022202-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 272 in the X datas point
+--------------
+ --- Configuration:  222202-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 648 in the X datas point
+--------------
+ --- Configuration:  022002-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14232302487.66415
+ --- Energy:  64.65330182509297
+ --- Workload:  920166000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 113 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 688 in the X datas point
+--------------
+ --- Configuration:  022202-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14474880292.739979
+ --- Energy:  72.83305131515111
+ --- Workload:  1054250000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 543 in the X datas point
+--------------
+ --- Configuration:  022222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15333190223.557913
+ --- Energy:  75.06196238428772
+ --- Workload:  1150940000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 173 in the X datas point
+--------------
+ --- Configuration:  002202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13345451002.843914
+ --- Energy:  76.0798450282377
+ --- Workload:  1015320000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 221 in the X datas point
+--------------
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 138 in the X datas point
+--------------
+ --- Configuration:  222202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15123376505.532131
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 251 in the X datas point
+--------------
+ --- Configuration:  222222-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15790678762.326597
+ --- Energy:  79.3720923830505
+ --- Workload:  1253340000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 688 in the X datas point
+--------------
+ --- Configuration:  022202-3-1
+ --- Energy efficiency:  14474880292.739979
+ --- Energy:  72.83305131515111
+ --- Workload:  1054250000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (72.83305131515111 mAh)  it is NOT far from the median.
+---  Median :72.83305131515111,   the gap is :  10
+--- So No we don't romove this configuration '022202-3-1'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '022200-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '022200-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 689 in the X datas point
+--------------
+ --- Configuration:  022200-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12524265764.919533
+ --- Energy:  42.174782341496964
+ --- Workload:  528208000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 575 in the X datas point
+--------------
+ --- Configuration:  020200-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11852174933.361147
+ --- Energy:  40.672301388671954
+ --- Workload:  482055000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 685 in the X datas point
+--------------
+ --- Configuration:  022000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11527098479.46044
+ --- Energy:  41.488651501874486
+ --- Workload:  478244000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 45 in the X datas point
+--------------
+ --- Configuration:  030300-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 115 in the X datas point
+--------------
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 168 in the X datas point
+--------------
+ --- Configuration:  033300-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13694709322.947266
+ --- Energy:  55.1474477747145
+ --- Workload:  755228000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 400 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13861550830.306894
+ --- Energy:  44.8724765340684
+ --- Workload:  622002000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 422 in the X datas point
+--------------
+ --- Configuration:  033000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 441 in the X datas point
+--------------
+ --- Configuration:  020202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13489251090.268719
+ --- Energy:  51.82043413295036
+ --- Workload:  699019000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '022200-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 575 in the X datas point
+--------------
+ --- Configuration:  020200-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11852174933.361147
+ --- Energy:  40.672301388671954
+ --- Workload:  482055000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 45 in the X datas point
+--------------
+ --- Configuration:  030300-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 685 in the X datas point
+--------------
+ --- Configuration:  022000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11527098479.46044
+ --- Energy:  41.488651501874486
+ --- Workload:  478244000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 689 in the X datas point
+--------------
+ --- Configuration:  022200-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12524265764.919533
+ --- Energy:  42.174782341496964
+ --- Workload:  528208000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 422 in the X datas point
+--------------
+ --- Configuration:  033000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 400 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13861550830.306894
+ --- Energy:  44.8724765340684
+ --- Workload:  622002000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 441 in the X datas point
+--------------
+ --- Configuration:  020202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13489251090.268719
+ --- Energy:  51.82043413295036
+ --- Workload:  699019000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 168 in the X datas point
+--------------
+ --- Configuration:  033300-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13694709322.947266
+ --- Energy:  55.1474477747145
+ --- Workload:  755228000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 115 in the X datas point
+--------------
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 422 in the X datas point
+--------------
+ --- Configuration:  033000-2-0
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (43.85899784030102 mAh)  it is NOT far from the median.
+---  Median :43.85899784030102,   the gap is :  10
+--- So No we don't romove this configuration '022200-2-0'
+ --- remove_aberrant_points: The value [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '010000-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '010000-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 690 in the X datas point
+--------------
+ --- Configuration:  010000-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12479113084.47486
+ --- Energy:  52.60822658489953
+ --- Workload:  656504000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 403 in the X datas point
+--------------
+ --- Configuration:  010100-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 100 in the X datas point
+--------------
+ --- Configuration:  011010-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 329 in the X datas point
+--------------
+ --- Configuration:  011001-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13549235890.841936
+ --- Energy:  55.62139896793428
+ --- Workload:  753627000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 426 in the X datas point
+--------------
+ --- Configuration:  110000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11352245417.38233
+ --- Energy:  42.47266528928453
+ --- Workload:  482160000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 435 in the X datas point
+--------------
+ --- Configuration:  010010-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12144942603.001259
+ --- Energy:  38.33628258038769
+ --- Workload:  465592000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '010000-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 435 in the X datas point
+--------------
+ --- Configuration:  010010-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12144942603.001259
+ --- Energy:  38.33628258038769
+ --- Workload:  465592000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 426 in the X datas point
+--------------
+ --- Configuration:  110000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11352245417.38233
+ --- Energy:  42.47266528928453
+ --- Workload:  482160000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 403 in the X datas point
+--------------
+ --- Configuration:  010100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 690 in the X datas point
+--------------
+ --- Configuration:  010000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12479113084.47486
+ --- Energy:  52.60822658489953
+ --- Workload:  656504000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 100 in the X datas point
+--------------
+ --- Configuration:  011010-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 329 in the X datas point
+--------------
+ --- Configuration:  011001-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13549235890.841936
+ --- Energy:  55.62139896793428
+ --- Workload:  753627000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 299 in the X datas point
+--------------
+ --- Configuration:  000000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11642112100.11391
+ --- Energy:  80.6761
+ --- Workload:  939240200000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 403 in the X datas point
+--------------
+ --- Configuration:  010100-2-1
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (52.3623981374209 mAh)  it is NOT far from the median.
+---  Median :52.3623981374209,   the gap is :  10
+--- So No we don't romove this configuration '010000-2-1'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '001110-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '001110-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 691 in the X datas point
+--------------
+ --- Configuration:  001110-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13547198439.36274
+ --- Energy:  54.82947618628158
+ --- Workload:  742786000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 257 in the X datas point
+--------------
+ --- Configuration:  011110-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 100 in the X datas point
+--------------
+ --- Configuration:  011010-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 106 in the X datas point
+--------------
+ --- Configuration:  011110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 109 in the X datas point
+--------------
+ --- Configuration:  011110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11878826466.975676
+ --- Energy:  79.1921814190437
+ --- Workload:  940710000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 119 in the X datas point
+--------------
+ --- Configuration:  101111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 212 in the X datas point
+--------------
+ --- Configuration:  011111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 324 in the X datas point
+--------------
+ --- Configuration:  002220-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13404268723.41766
+ --- Energy:  37.62672702026895
+ --- Workload:  504359000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 353 in the X datas point
+--------------
+ --- Configuration:  111110-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14286387786.85281
+ --- Energy:  59.8357473888033
+ --- Workload:  854837000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 438 in the X datas point
+--------------
+ --- Configuration:  000110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10984846404.38515
+ --- Energy:  74.34214040531062
+ --- Workload:  816637000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '001110-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 324 in the X datas point
+--------------
+ --- Configuration:  002220-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13404268723.41766
+ --- Energy:  37.62672702026895
+ --- Workload:  504359000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 106 in the X datas point
+--------------
+ --- Configuration:  011110-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 100 in the X datas point
+--------------
+ --- Configuration:  011010-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 691 in the X datas point
+--------------
+ --- Configuration:  001110-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13547198439.36274
+ --- Energy:  54.82947618628158
+ --- Workload:  742786000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 212 in the X datas point
+--------------
+ --- Configuration:  011111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 119 in the X datas point
+--------------
+ --- Configuration:  101111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778842018.612473
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 257 in the X datas point
+--------------
+ --- Configuration:  011110-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 353 in the X datas point
+--------------
+ --- Configuration:  111110-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14286387786.85281
+ --- Energy:  59.8357473888033
+ --- Workload:  854837000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 438 in the X datas point
+--------------
+ --- Configuration:  000110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10984846404.38515
+ --- Energy:  74.34214040531062
+ --- Workload:  816637000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 109 in the X datas point
+--------------
+ --- Configuration:  011110-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11878826466.975676
+ --- Energy:  79.1921814190437
+ --- Workload:  940710000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 212 in the X datas point
+--------------
+ --- Configuration:  011111-2-1
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (54.9134481539672 mAh)  it is NOT far from the median.
+---  Median :54.9134481539672,   the gap is :  10
+--- So No we don't romove this configuration '001110-2-1'
+ --- remove_aberrant_points: The value [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '033030-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033030-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 692 in the X datas point
+--------------
+ --- Configuration:  033030-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11937034530.259785
+ --- Energy:  76.02625566802186
+ --- Workload:  907528000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 260 in the X datas point
+--------------
+ --- Configuration:  033030-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7104290991.759023
+ --- Energy:  16.3307947163033
+ --- Workload:  116019000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 144 in the X datas point
+--------------
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 151 in the X datas point
+--------------
+ --- Configuration:  033033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14103636340.557686
+ --- Energy:  92.8249833568298
+ --- Workload:  1309170000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 182 in the X datas point
+--------------
+ --- Configuration:  030330-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13025293818.065302
+ --- Energy:  75.2120882234259
+ --- Workload:  979660000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 242 in the X datas point
+--------------
+ --- Configuration:  333030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13545491857.12757
+ --- Energy:  82.3838251863148
+ --- Workload:  1115930000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 393 in the X datas point
+--------------
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15121089686.207148
+ --- Energy:  96.9268799133665
+ --- Workload:  1465640000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 439 in the X datas point
+--------------
+ --- Configuration:  033330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12476170514.317654
+ --- Energy:  89.40162859050163
+ --- Workload:  1115390000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 504 in the X datas point
+--------------
+ --- Configuration:  022022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14551380926.049883
+ --- Energy:  88.0748025631995
+ --- Workload:  1281610000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 586 in the X datas point
+--------------
+ --- Configuration:  030000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11233026896.3596
+ --- Energy:  80.04278396859557
+ --- Workload:  899123000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033030-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 260 in the X datas point
+--------------
+ --- Configuration:  033030-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  7104290991.759023
+ --- Energy:  16.3307947163033
+ --- Workload:  116019000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 182 in the X datas point
+--------------
+ --- Configuration:  030330-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13025293818.065302
+ --- Energy:  75.2120882234259
+ --- Workload:  979660000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 692 in the X datas point
+--------------
+ --- Configuration:  033030-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11937034530.259785
+ --- Energy:  76.02625566802186
+ --- Workload:  907528000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 144 in the X datas point
+--------------
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 586 in the X datas point
+--------------
+ --- Configuration:  030000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11233026896.3596
+ --- Energy:  80.04278396859557
+ --- Workload:  899123000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 242 in the X datas point
+--------------
+ --- Configuration:  333030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13545491857.12757
+ --- Energy:  82.3838251863148
+ --- Workload:  1115930000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 504 in the X datas point
+--------------
+ --- Configuration:  022022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14551380926.049883
+ --- Energy:  88.0748025631995
+ --- Workload:  1281610000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 439 in the X datas point
+--------------
+ --- Configuration:  033330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12476170514.317654
+ --- Energy:  89.40162859050163
+ --- Workload:  1115390000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 151 in the X datas point
+--------------
+ --- Configuration:  033033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14103636340.557686
+ --- Energy:  92.8249833568298
+ --- Workload:  1309170000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 393 in the X datas point
+--------------
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15121089686.207148
+ --- Energy:  96.9268799133665
+ --- Workload:  1465640000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 586 in the X datas point
+--------------
+ --- Configuration:  030000-3-3
+ --- Energy efficiency:  11233026896.3596
+ --- Energy:  80.04278396859557
+ --- Workload:  899123000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (80.04278396859557 mAh)  it is NOT far from the median.
+---  Median :80.04278396859557,   the gap is :  10
+--- So No we don't romove this configuration '033030-3-3'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '110100-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110100-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 693 in the X datas point
+--------------
+ --- Configuration:  110100-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13984468848.896416
+ --- Energy:  73.46366427282355
+ --- Workload:  1027350000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 511 in the X datas point
+--------------
+ --- Configuration:  220200-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13871530210.112068
+ --- Energy:  73.91177263939154
+ --- Workload:  1025270000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 216 in the X datas point
+--------------
+ --- Configuration:  110100-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11216131488.952671
+ --- Energy:  77.6226342959476
+ --- Workload:  870626000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 403 in the X datas point
+--------------
+ --- Configuration:  010100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 415 in the X datas point
+--------------
+ --- Configuration:  110101-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13709391069.976845
+ --- Energy:  58.449843734673564
+ --- Workload:  801312000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 447 in the X datas point
+--------------
+ --- Configuration:  020200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13423107073.440504
+ --- Energy:  72.91082650802181
+ --- Workload:  978690000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 558 in the X datas point
+--------------
+ --- Configuration:  110000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12516412145.425688
+ --- Energy:  59.318332001781286
+ --- Workload:  742453000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 671 in the X datas point
+--------------
+ --- Configuration:  100100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12819017268.498163
+ --- Energy:  54.9760816945145
+ --- Workload:  704739000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 773 in the X datas point
+--------------
+ --- Configuration:  100101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5895600702.755604
+ --- Energy:  12.88737035992497
+ --- Workload:  75978600000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 5 in the X datas point
+--------------
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110100-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 773 in the X datas point
+--------------
+ --- Configuration:  100101-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5895600702.755604
+ --- Energy:  12.88737035992497
+ --- Workload:  75978600000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 403 in the X datas point
+--------------
+ --- Configuration:  010100-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13532935104.163002
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 671 in the X datas point
+--------------
+ --- Configuration:  100100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12819017268.498163
+ --- Energy:  54.9760816945145
+ --- Workload:  704739000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 415 in the X datas point
+--------------
+ --- Configuration:  110101-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13709391069.976845
+ --- Energy:  58.449843734673564
+ --- Workload:  801312000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 558 in the X datas point
+--------------
+ --- Configuration:  110000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12516412145.425688
+ --- Energy:  59.318332001781286
+ --- Workload:  742453000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 5 in the X datas point
+--------------
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 447 in the X datas point
+--------------
+ --- Configuration:  020200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13423107073.440504
+ --- Energy:  72.91082650802181
+ --- Workload:  978690000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 693 in the X datas point
+--------------
+ --- Configuration:  110100-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13984468848.896416
+ --- Energy:  73.46366427282355
+ --- Workload:  1027350000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 511 in the X datas point
+--------------
+ --- Configuration:  220200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13871530210.112068
+ --- Energy:  73.91177263939154
+ --- Workload:  1025270000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 216 in the X datas point
+--------------
+ --- Configuration:  110100-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11216131488.952671
+ --- Energy:  77.6226342959476
+ --- Workload:  870626000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 558 in the X datas point
+--------------
+ --- Configuration:  110000-1-2
+ --- Energy efficiency:  12516412145.425688
+ --- Energy:  59.318332001781286
+ --- Workload:  742453000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (73.46366427282355 mAh)  is far from the median.
+---  Median :59.318332001781286,   the gap is :  10
+--- So yes we remove this configuration '110100-2-2'
+--- remove_aberrant_points: The value [0.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '333003-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333003-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 694 in the X datas point
+--------------
+ --- Configuration:  333003-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14563926900.7381
+ --- Energy:  90.43710623240364
+ --- Workload:  1317120000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 268 in the X datas point
+--------------
+ --- Configuration:  222002-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10402709697.822088
+ --- Energy:  18.1188341516786
+ --- Workload:  188485000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 355 in the X datas point
+--------------
+ --- Configuration:  333033-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15017968999.908392
+ --- Energy:  80.1899268231783
+ --- Workload:  1204290000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 258 in the X datas point
+--------------
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15312505263.673683
+ --- Energy:  75.3926735584727
+ --- Workload:  1154450000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 357 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 375 in the X datas point
+--------------
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14663208104.648384
+ --- Energy:  102.002963990619
+ --- Workload:  1495690000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 410 in the X datas point
+--------------
+ --- Configuration:  022002-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13145579404.557837
+ --- Energy:  93.70148281455602
+ --- Workload:  1231760000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 498 in the X datas point
+--------------
+ --- Configuration:  333033-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14397604238.654688
+ --- Energy:  83.48198615501106
+ --- Workload:  1201940000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 594 in the X datas point
+--------------
+ --- Configuration:  333033-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14885404711.826008
+ --- Energy:  92.65928549142409
+ --- Workload:  1379270000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333003-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 268 in the X datas point
+--------------
+ --- Configuration:  222002-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10402709697.822088
+ --- Energy:  18.1188341516786
+ --- Workload:  188485000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 258 in the X datas point
+--------------
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15312505263.673683
+ --- Energy:  75.3926735584727
+ --- Workload:  1154450000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 355 in the X datas point
+--------------
+ --- Configuration:  333033-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15017968999.908392
+ --- Energy:  80.1899268231783
+ --- Workload:  1204290000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 498 in the X datas point
+--------------
+ --- Configuration:  333033-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14397604238.654688
+ --- Energy:  83.48198615501106
+ --- Workload:  1201940000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 357 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 694 in the X datas point
+--------------
+ --- Configuration:  333003-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14563926900.7381
+ --- Energy:  90.43710623240364
+ --- Workload:  1317120000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 594 in the X datas point
+--------------
+ --- Configuration:  333033-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14885404711.826008
+ --- Energy:  92.65928549142409
+ --- Workload:  1379270000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 410 in the X datas point
+--------------
+ --- Configuration:  022002-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13145579404.557837
+ --- Energy:  93.70148281455602
+ --- Workload:  1231760000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 375 in the X datas point
+--------------
+ --- Configuration:  333033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14663208104.648384
+ --- Energy:  102.002963990619
+ --- Workload:  1495690000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 357 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (87.9883366652468 mAh)  it is NOT far from the median.
+---  Median :87.9883366652468,   the gap is :  10
+--- So No we don't romove this configuration '333003-2-3'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '333030-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333030-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 695 in the X datas point
+--------------
+ --- Configuration:  333030-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13728569702.694094
+ --- Energy:  78.42035817300528
+ --- Workload:  1076600000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 264 in the X datas point
+--------------
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5413071485.022031
+ --- Energy:  13.9697963651223
+ --- Workload:  75619700000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 355 in the X datas point
+--------------
+ --- Configuration:  333033-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15017968999.908392
+ --- Energy:  80.1899268231783
+ --- Workload:  1204290000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 488 in the X datas point
+--------------
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14243959136.930027
+ --- Energy:  78.84746341771039
+ --- Workload:  1123100000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 67 in the X datas point
+--------------
+ --- Configuration:  330330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 87 in the X datas point
+--------------
+ --- Configuration:  330030-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14087701577.399946
+ --- Energy:  72.9096660218277
+ --- Workload:  1027130000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 163 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 176 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  83.7034659994173
+ --- Workload:  1150120000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 242 in the X datas point
+--------------
+ --- Configuration:  333030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13545491857.12757
+ --- Energy:  82.3838251863148
+ --- Workload:  1115930000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333030-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 264 in the X datas point
+--------------
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5413071485.022031
+ --- Energy:  13.9697963651223
+ --- Workload:  75619700000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 87 in the X datas point
+--------------
+ --- Configuration:  330030-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14087701577.399946
+ --- Energy:  72.9096660218277
+ --- Workload:  1027130000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 67 in the X datas point
+--------------
+ --- Configuration:  330330-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13784129504.653522
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 695 in the X datas point
+--------------
+ --- Configuration:  333030-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13728569702.694094
+ --- Energy:  78.42035817300528
+ --- Workload:  1076600000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 488 in the X datas point
+--------------
+ --- Configuration:  333330-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14243959136.930027
+ --- Energy:  78.84746341771039
+ --- Workload:  1123100000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 163 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 355 in the X datas point
+--------------
+ --- Configuration:  333033-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15017968999.908392
+ --- Energy:  80.1899268231783
+ --- Workload:  1204290000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 242 in the X datas point
+--------------
+ --- Configuration:  333030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13545491857.12757
+ --- Energy:  82.3838251863148
+ --- Workload:  1115930000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 176 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  83.7034659994173
+ --- Workload:  1150120000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 488 in the X datas point
+--------------
+ --- Configuration:  333330-2-3
+ --- Energy efficiency:  14243959136.930027
+ --- Energy:  78.84746341771039
+ --- Workload:  1123100000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (78.84746341771039 mAh)  it is NOT far from the median.
+---  Median :78.84746341771039,   the gap is :  10
+--- So No we don't romove this configuration '333030-2-3'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '010011-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '010011-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 585 in the X datas point
+--------------
+ --- Configuration:  010011-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9783204195.037958
+ --- Energy:  30.276377856940353
+ --- Workload:  296200000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 696 in the X datas point
+--------------
+ --- Configuration:  010011-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9422317701.708267
+ --- Energy:  31.27446828861957
+ --- Workload:  294678000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 218 in the X datas point
+--------------
+ --- Configuration:  011011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 630 in the X datas point
+--------------
+ --- Configuration:  020022-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12661321056.916437
+ --- Energy:  36.88800733705025
+ --- Workload:  467051000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 634 in the X datas point
+--------------
+ --- Configuration:  010010-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8677467220.867573
+ --- Energy:  29.01647467870326
+ --- Workload:  251789000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 40 in the X datas point
+--------------
+ --- Configuration:  000011-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11067652130.41236
+ --- Energy:  41.81970183069355
+ --- Workload:  462846000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 70 in the X datas point
+--------------
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 208 in the X datas point
+--------------
+ --- Configuration:  111011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11532602089.476847
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 337 in the X datas point
+--------------
+ --- Configuration:  001011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9632519385.445263
+ --- Energy:  30.734807722364668
+ --- Workload:  296054000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 433 in the X datas point
+--------------
+ --- Configuration:  010111-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13352311418.629679
+ --- Energy:  42.04621333129826
+ --- Workload:  561414000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '010011-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 70 in the X datas point
+--------------
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 634 in the X datas point
+--------------
+ --- Configuration:  010010-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8677467220.867573
+ --- Energy:  29.01647467870326
+ --- Workload:  251789000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 585 in the X datas point
+--------------
+ --- Configuration:  010011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9783204195.037958
+ --- Energy:  30.276377856940353
+ --- Workload:  296200000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 337 in the X datas point
+--------------
+ --- Configuration:  001011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9632519385.445263
+ --- Energy:  30.734807722364668
+ --- Workload:  296054000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 696 in the X datas point
+--------------
+ --- Configuration:  010011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9422317701.708267
+ --- Energy:  31.27446828861957
+ --- Workload:  294678000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 218 in the X datas point
+--------------
+ --- Configuration:  011011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 208 in the X datas point
+--------------
+ --- Configuration:  111011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11532602089.476847
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 630 in the X datas point
+--------------
+ --- Configuration:  020022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12661321056.916437
+ --- Energy:  36.88800733705025
+ --- Workload:  467051000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 40 in the X datas point
+--------------
+ --- Configuration:  000011-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11067652130.41236
+ --- Energy:  41.81970183069355
+ --- Workload:  462846000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 433 in the X datas point
+--------------
+ --- Configuration:  010111-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13352311418.629679
+ --- Energy:  42.04621333129826
+ --- Workload:  561414000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 696 in the X datas point
+--------------
+ --- Configuration:  010011-1-0
+ --- Energy efficiency:  9422317701.708267
+ --- Energy:  31.27446828861957
+ --- Workload:  294678000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (31.27446828861957 mAh)  it is NOT far from the median.
+---  Median :31.27446828861957,   the gap is :  10
+--- So No we don't romove this configuration '010011-1-0'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '200000-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '200000-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 697 in the X datas point
+--------------
+ --- Configuration:  200000-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11743484714.680296
+ --- Energy:  59.21002058329076
+ --- Workload:  695332000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 449 in the X datas point
+--------------
+ --- Configuration:  202000-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12043389925.222591
+ --- Energy:  61.77677173928621
+ --- Workload:  744002000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 450 in the X datas point
+--------------
+ --- Configuration:  200000-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11138350566.21805
+ --- Energy:  37.46453250408571
+ --- Workload:  417293000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 579 in the X datas point
+--------------
+ --- Configuration:  200000-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11184606402.516088
+ --- Energy:  64.33997409241996
+ --- Workload:  719617000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 725 in the X datas point
+--------------
+ --- Configuration:  300000-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11702585803.359112
+ --- Energy:  59.58014174819067
+ --- Workload:  697242000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 42 in the X datas point
+--------------
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 157 in the X datas point
+--------------
+ --- Configuration:  100000-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10075333266.836134
+ --- Energy:  50.7096930689716
+ --- Workload:  510917000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 408 in the X datas point
+--------------
+ --- Configuration:  000000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16089483270.155294
+ --- Energy:  39.92204534168386
+ --- Workload:  642325000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 558 in the X datas point
+--------------
+ --- Configuration:  110000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12516412145.425688
+ --- Energy:  59.318332001781286
+ --- Workload:  742453000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 615 in the X datas point
+--------------
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12670208412.258175
+ --- Energy:  62.229672314345905
+ --- Workload:  788463000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '200000-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 450 in the X datas point
+--------------
+ --- Configuration:  200000-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11138350566.21805
+ --- Energy:  37.46453250408571
+ --- Workload:  417293000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 408 in the X datas point
+--------------
+ --- Configuration:  000000-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  16089483270.155294
+ --- Energy:  39.92204534168386
+ --- Workload:  642325000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 157 in the X datas point
+--------------
+ --- Configuration:  100000-0-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10075333266.836134
+ --- Energy:  50.7096930689716
+ --- Workload:  510917000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 697 in the X datas point
+--------------
+ --- Configuration:  200000-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11743484714.680296
+ --- Energy:  59.21002058329076
+ --- Workload:  695332000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 558 in the X datas point
+--------------
+ --- Configuration:  110000-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12516412145.425688
+ --- Energy:  59.318332001781286
+ --- Workload:  742453000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 725 in the X datas point
+--------------
+ --- Configuration:  300000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11702585803.359112
+ --- Energy:  59.58014174819067
+ --- Workload:  697242000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 449 in the X datas point
+--------------
+ --- Configuration:  202000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12043389925.222591
+ --- Energy:  61.77677173928621
+ --- Workload:  744002000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 615 in the X datas point
+--------------
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12670208412.258175
+ --- Energy:  62.229672314345905
+ --- Workload:  788463000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 42 in the X datas point
+--------------
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 579 in the X datas point
+--------------
+ --- Configuration:  200000-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11184606402.516088
+ --- Energy:  64.33997409241996
+ --- Workload:  719617000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 558 in the X datas point
+--------------
+ --- Configuration:  110000-1-2
+ --- Energy efficiency:  12516412145.425688
+ --- Energy:  59.318332001781286
+ --- Workload:  742453000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (59.318332001781286 mAh)  it is NOT far from the median.
+---  Median :59.318332001781286,   the gap is :  10
+--- So No we don't romove this configuration '200000-1-2'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '003000-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '003000-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 698 in the X datas point
+--------------
+ --- Configuration:  003000-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11733357112.937082
+ --- Energy:  59.40661316486577
+ --- Workload:  697039000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 365 in the X datas point
+--------------
+ --- Configuration:  033030-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12790717009.223387
+ --- Energy:  62.0291609855632
+ --- Workload:  793397000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 413 in the X datas point
+--------------
+ --- Configuration:  303000-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10778103635.777699
+ --- Energy:  74.4831318809973
+ --- Workload:  802787000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 431 in the X datas point
+--------------
+ --- Configuration:  003030-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11942166476.189112
+ --- Energy:  38.31727344984162
+ --- Workload:  457591000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 449 in the X datas point
+--------------
+ --- Configuration:  202000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12043389925.222591
+ --- Energy:  61.77677173928621
+ --- Workload:  744002000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 598 in the X datas point
+--------------
+ --- Configuration:  003303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12920497594.203348
+ --- Energy:  80.94736701096696
+ --- Workload:  1045880000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 699 in the X datas point
+--------------
+ --- Configuration:  033000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12307419651.010809
+ --- Energy:  36.77983717149928
+ --- Workload:  452665000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 725 in the X datas point
+--------------
+ --- Configuration:  300000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11702585803.359112
+ --- Energy:  59.58014174819067
+ --- Workload:  697242000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 750 in the X datas point
+--------------
+ --- Configuration:  002000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5682237892.57161
+ --- Energy:  13.395917496938448
+ --- Workload:  76118600000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 56 in the X datas point
+--------------
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '003000-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 750 in the X datas point
+--------------
+ --- Configuration:  002000-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5682237892.57161
+ --- Energy:  13.395917496938448
+ --- Workload:  76118600000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 699 in the X datas point
+--------------
+ --- Configuration:  033000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12307419651.010809
+ --- Energy:  36.77983717149928
+ --- Workload:  452665000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 431 in the X datas point
+--------------
+ --- Configuration:  003030-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11942166476.189112
+ --- Energy:  38.31727344984162
+ --- Workload:  457591000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 698 in the X datas point
+--------------
+ --- Configuration:  003000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11733357112.937082
+ --- Energy:  59.40661316486577
+ --- Workload:  697039000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 725 in the X datas point
+--------------
+ --- Configuration:  300000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11702585803.359112
+ --- Energy:  59.58014174819067
+ --- Workload:  697242000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 449 in the X datas point
+--------------
+ --- Configuration:  202000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12043389925.222591
+ --- Energy:  61.77677173928621
+ --- Workload:  744002000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 365 in the X datas point
+--------------
+ --- Configuration:  033030-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12790717009.223387
+ --- Energy:  62.0291609855632
+ --- Workload:  793397000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 56 in the X datas point
+--------------
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 413 in the X datas point
+--------------
+ --- Configuration:  303000-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10778103635.777699
+ --- Energy:  74.4831318809973
+ --- Workload:  802787000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 598 in the X datas point
+--------------
+ --- Configuration:  003303-1-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12920497594.203348
+ --- Energy:  80.94736701096696
+ --- Workload:  1045880000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 725 in the X datas point
+--------------
+ --- Configuration:  300000-1-2
+ --- Energy efficiency:  11702585803.359112
+ --- Energy:  59.58014174819067
+ --- Workload:  697242000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (59.58014174819067 mAh)  it is NOT far from the median.
+---  Median :59.58014174819067,   the gap is :  10
+--- So No we don't romove this configuration '003000-1-2'
+ --- remove_aberrant_points: The value [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '033000-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033000-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 699 in the X datas point
+--------------
+ --- Configuration:  033000-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12307419651.010809
+ --- Energy:  36.77983717149928
+ --- Workload:  452665000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 437 in the X datas point
+--------------
+ --- Configuration:  033000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8071025020.177562
+ --- Energy:  30.84463223263372
+ --- Workload:  248947000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 96 in the X datas point
+--------------
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 168 in the X datas point
+--------------
+ --- Configuration:  033300-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13694709322.947266
+ --- Energy:  55.1474477747145
+ --- Workload:  755228000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 184 in the X datas point
+--------------
+ --- Configuration:  222000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13569165428.480322
+ --- Energy:  37.8409560260374
+ --- Workload:  513470000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 234 in the X datas point
+--------------
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 365 in the X datas point
+--------------
+ --- Configuration:  033030-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12790717009.223387
+ --- Energy:  62.0291609855632
+ --- Workload:  793397000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 422 in the X datas point
+--------------
+ --- Configuration:  033000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 431 in the X datas point
+--------------
+ --- Configuration:  003030-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11942166476.189112
+ --- Energy:  38.31727344984162
+ --- Workload:  457591000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 698 in the X datas point
+--------------
+ --- Configuration:  003000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11733357112.937082
+ --- Energy:  59.40661316486577
+ --- Workload:  697039000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033000-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 437 in the X datas point
+--------------
+ --- Configuration:  033000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8071025020.177562
+ --- Energy:  30.84463223263372
+ --- Workload:  248947000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 699 in the X datas point
+--------------
+ --- Configuration:  033000-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12307419651.010809
+ --- Energy:  36.77983717149928
+ --- Workload:  452665000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 184 in the X datas point
+--------------
+ --- Configuration:  222000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13569165428.480322
+ --- Energy:  37.8409560260374
+ --- Workload:  513470000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 431 in the X datas point
+--------------
+ --- Configuration:  003030-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11942166476.189112
+ --- Energy:  38.31727344984162
+ --- Workload:  457591000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 234 in the X datas point
+--------------
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 422 in the X datas point
+--------------
+ --- Configuration:  033000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 168 in the X datas point
+--------------
+ --- Configuration:  033300-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13694709322.947266
+ --- Energy:  55.1474477747145
+ --- Workload:  755228000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 698 in the X datas point
+--------------
+ --- Configuration:  003000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11733357112.937082
+ --- Energy:  59.40661316486577
+ --- Workload:  697039000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 365 in the X datas point
+--------------
+ --- Configuration:  033030-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12790717009.223387
+ --- Energy:  62.0291609855632
+ --- Workload:  793397000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 96 in the X datas point
+--------------
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 234 in the X datas point
+--------------
+ --- Configuration:  333300-1-1
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (39.9195324609141 mAh)  it is NOT far from the median.
+---  Median :39.9195324609141,   the gap is :  10
+--- So No we don't romove this configuration '033000-1-1'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '220002-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '220002-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 700 in the X datas point
+--------------
+ --- Configuration:  220002-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8919094890.250538
+ --- Energy:  32.30311403168223
+ --- Workload:  288115000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 339 in the X datas point
+--------------
+ --- Configuration:  220002-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12468874571.85002
+ --- Energy:  37.3545557848716
+ --- Workload:  465769000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 587 in the X datas point
+--------------
+ --- Configuration:  222002-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11068387136.763205
+ --- Energy:  35.22248964071155
+ --- Workload:  389856000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 60 in the X datas point
+--------------
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 70 in the X datas point
+--------------
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 183 in the X datas point
+--------------
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 241 in the X datas point
+--------------
+ --- Configuration:  220202-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14004896111.680643
+ --- Energy:  43.9976841972795
+ --- Workload:  616183000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 259 in the X datas point
+--------------
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '220002-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 280 in the X datas point
+--------------
+ --- Configuration:  200000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5111958755.732292
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 60 in the X datas point
+--------------
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 70 in the X datas point
+--------------
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 283 in the X datas point
+--------------
+ --- Configuration:  220000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9157643713.790216
+ --- Energy:  28.50231
+ --- Workload:  261014000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 700 in the X datas point
+--------------
+ --- Configuration:  220002-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8919094890.250538
+ --- Energy:  32.30311403168223
+ --- Workload:  288115000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 587 in the X datas point
+--------------
+ --- Configuration:  222002-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11068387136.763205
+ --- Energy:  35.22248964071155
+ --- Workload:  389856000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 339 in the X datas point
+--------------
+ --- Configuration:  220002-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12468874571.85002
+ --- Energy:  37.3545557848716
+ --- Workload:  465769000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 259 in the X datas point
+--------------
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 183 in the X datas point
+--------------
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 241 in the X datas point
+--------------
+ --- Configuration:  220202-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14004896111.680643
+ --- Energy:  43.9976841972795
+ --- Workload:  616183000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 700 in the X datas point
+--------------
+ --- Configuration:  220002-0-0
+ --- Energy efficiency:  8919094890.250538
+ --- Energy:  32.30311403168223
+ --- Workload:  288115000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (32.30311403168223 mAh)  it is NOT far from the median.
+---  Median :32.30311403168223,   the gap is :  10
+--- So No we don't romove this configuration '220002-0-0'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '002002-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '002002-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 701 in the X datas point
+--------------
+ --- Configuration:  002002-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10920273268.918282
+ --- Energy:  33.42552978625363
+ --- Workload:  365016000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 337 in the X datas point
+--------------
+ --- Configuration:  001011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9632519385.445263
+ --- Energy:  30.734807722364668
+ --- Workload:  296054000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 556 in the X datas point
+--------------
+ --- Configuration:  222002-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13717835106.13489
+ --- Energy:  41.48623715392385
+ --- Workload:  569101000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 644 in the X datas point
+--------------
+ --- Configuration:  202202-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13769969898.845802
+ --- Energy:  41.393349766173586
+ --- Workload:  569985000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 748 in the X datas point
+--------------
+ --- Configuration:  003303-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10743134868.240822
+ --- Energy:  23.48970283086431
+ --- Workload:  252353000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 769 in the X datas point
+--------------
+ --- Configuration:  001000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6484453522.679377
+ --- Energy:  11.76973873612909
+ --- Workload:  76320200000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 772 in the X datas point
+--------------
+ --- Configuration:  202002-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11353933911.02149
+ --- Energy:  16.598746445608374
+ --- Workload:  188461000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 152 in the X datas point
+--------------
+ --- Configuration:  022202-0-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  10890102530.315323
+ --- Energy:  35.8868812091206
+ --- Workload:  390812000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 153 in the X datas point
+--------------
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '002002-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 769 in the X datas point
+--------------
+ --- Configuration:  001000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6484453522.679377
+ --- Energy:  11.76973873612909
+ --- Workload:  76320200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 772 in the X datas point
+--------------
+ --- Configuration:  202002-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11353933911.02149
+ --- Energy:  16.598746445608374
+ --- Workload:  188461000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 748 in the X datas point
+--------------
+ --- Configuration:  003303-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10743134868.240822
+ --- Energy:  23.48970283086431
+ --- Workload:  252353000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 337 in the X datas point
+--------------
+ --- Configuration:  001011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9632519385.445263
+ --- Energy:  30.734807722364668
+ --- Workload:  296054000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 701 in the X datas point
+--------------
+ --- Configuration:  002002-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10920273268.918282
+ --- Energy:  33.42552978625363
+ --- Workload:  365016000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 152 in the X datas point
+--------------
+ --- Configuration:  022202-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10890102530.315323
+ --- Energy:  35.8868812091206
+ --- Workload:  390812000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 644 in the X datas point
+--------------
+ --- Configuration:  202202-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13769969898.845802
+ --- Energy:  41.393349766173586
+ --- Workload:  569985000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 556 in the X datas point
+--------------
+ --- Configuration:  222002-1-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13717835106.13489
+ --- Energy:  41.48623715392385
+ --- Workload:  569101000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 153 in the X datas point
+--------------
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 701 in the X datas point
+--------------
+ --- Configuration:  002002-1-0
+ --- Energy efficiency:  10920273268.918282
+ --- Energy:  33.42552978625363
+ --- Workload:  365016000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (33.42552978625363 mAh)  it is NOT far from the median.
+---  Median :33.42552978625363,   the gap is :  10
+--- So No we don't romove this configuration '002002-1-0'
+ --- remove_aberrant_points: The value [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '100101-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '100101-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 702 in the X datas point
+--------------
+ --- Configuration:  100101-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9662862719.709341
+ --- Energy:  30.72781519894828
+ --- Workload:  296920000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 54 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 321 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10662526762.942175
+ --- Energy:  31.96295936672102
+ --- Workload:  340806000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 397 in the X datas point
+--------------
+ --- Configuration:  100101-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12649245282.780205
+ --- Energy:  41.7732349755354
+ --- Workload:  528400000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 608 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10844152182.494068
+ --- Energy:  31.249086970467445
+ --- Workload:  338870000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 616 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10481279386.887081
+ --- Energy:  32.55567293709175
+ --- Workload:  341225000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 775 in the X datas point
+--------------
+ --- Configuration:  101101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5941064638.78327
+ --- Energy:  12.77057489674986
+ --- Workload:  75870700000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 60 in the X datas point
+--------------
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '100101-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 775 in the X datas point
+--------------
+ --- Configuration:  101101-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5941064638.78327
+ --- Energy:  12.77057489674986
+ --- Workload:  75870700000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 60 in the X datas point
+--------------
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 702 in the X datas point
+--------------
+ --- Configuration:  100101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9662862719.709341
+ --- Energy:  30.72781519894828
+ --- Workload:  296920000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 608 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10844152182.494068
+ --- Energy:  31.249086970467445
+ --- Workload:  338870000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 321 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10662526762.942175
+ --- Energy:  31.96295936672102
+ --- Workload:  340806000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 54 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 616 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10481279386.887081
+ --- Energy:  32.55567293709175
+ --- Workload:  341225000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 397 in the X datas point
+--------------
+ --- Configuration:  100101-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12649245282.780205
+ --- Energy:  41.7732349755354
+ --- Workload:  528400000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 608 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Energy efficiency:  10844152182.494068
+ --- Energy:  31.249086970467445
+ --- Workload:  338870000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (31.249086970467445 mAh)  it is NOT far from the median.
+---  Median :31.249086970467445,   the gap is :  10
+--- So No we don't romove this configuration '100101-1-0'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '111001-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111001-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 703 in the X datas point
+--------------
+ --- Configuration:  111001-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10720963342.88214
+ --- Energy:  31.78714877872434
+ --- Workload:  340789000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 208 in the X datas point
+--------------
+ --- Configuration:  111011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11532602089.476847
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 556 in the X datas point
+--------------
+ --- Configuration:  222002-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13717835106.13489
+ --- Energy:  41.48623715392385
+ --- Workload:  569101000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 628 in the X datas point
+--------------
+ --- Configuration:  111000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9668281269.638697
+ --- Energy:  30.617996362116138
+ --- Workload:  296022000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 4 in the X datas point
+--------------
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 54 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 146 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 149 in the X datas point
+--------------
+ --- Configuration:  111011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7219330479.29135
+ --- Energy:  28.6387646642511
+ --- Workload:  206752000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 155 in the X datas point
+--------------
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111001-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 4 in the X datas point
+--------------
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 149 in the X datas point
+--------------
+ --- Configuration:  111011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7219330479.29135
+ --- Energy:  28.6387646642511
+ --- Workload:  206752000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 628 in the X datas point
+--------------
+ --- Configuration:  111000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9668281269.638697
+ --- Energy:  30.617996362116138
+ --- Workload:  296022000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 703 in the X datas point
+--------------
+ --- Configuration:  111001-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10720963342.88214
+ --- Energy:  31.78714877872434
+ --- Workload:  340789000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 54 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 208 in the X datas point
+--------------
+ --- Configuration:  111011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11532602089.476847
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 146 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 556 in the X datas point
+--------------
+ --- Configuration:  222002-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13717835106.13489
+ --- Energy:  41.48623715392385
+ --- Workload:  569101000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 155 in the X datas point
+--------------
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 54 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (32.51905730105663 mAh)  it is NOT far from the median.
+---  Median :32.51905730105663,   the gap is :  10
+--- So No we don't romove this configuration '111001-1-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '011111-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011111-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 704 in the X datas point
+--------------
+ --- Configuration:  011111-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11754748918.563099
+ --- Energy:  32.64170010691823
+ --- Workload:  383695000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 167 in the X datas point
+--------------
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 218 in the X datas point
+--------------
+ --- Configuration:  011011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 345 in the X datas point
+--------------
+ --- Configuration:  011111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13720451293.083933
+ --- Energy:  45.25936522348479
+ --- Workload:  620979000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 356 in the X datas point
+--------------
+ --- Configuration:  022222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14586168519.839378
+ --- Energy:  45.8860959823931
+ --- Workload:  669302000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 610 in the X datas point
+--------------
+ --- Configuration:  001111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10299849210.207561
+ --- Energy:  33.008552866909774
+ --- Workload:  339983000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 737 in the X datas point
+--------------
+ --- Configuration:  011101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5926487844.77343
+ --- Energy:  12.82440487818982
+ --- Workload:  76003700000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 78 in the X datas point
+--------------
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 81 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011111-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 737 in the X datas point
+--------------
+ --- Configuration:  011101-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5926487844.77343
+ --- Energy:  12.82440487818982
+ --- Workload:  76003700000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 218 in the X datas point
+--------------
+ --- Configuration:  011011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 704 in the X datas point
+--------------
+ --- Configuration:  011111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11754748918.563099
+ --- Energy:  32.64170010691823
+ --- Workload:  383695000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 610 in the X datas point
+--------------
+ --- Configuration:  001111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10299849210.207561
+ --- Energy:  33.008552866909774
+ --- Workload:  339983000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 167 in the X datas point
+--------------
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 78 in the X datas point
+--------------
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 345 in the X datas point
+--------------
+ --- Configuration:  011111-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13720451293.083933
+ --- Energy:  45.25936522348479
+ --- Workload:  620979000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 356 in the X datas point
+--------------
+ --- Configuration:  022222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14586168519.839378
+ --- Energy:  45.8860959823931
+ --- Workload:  669302000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 81 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 167 in the X datas point
+--------------
+ --- Configuration:  111111-1-0
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (34.5550819751672 mAh)  it is NOT far from the median.
+---  Median :34.5550819751672,   the gap is :  10
+--- So No we don't romove this configuration '011111-1-0'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '202020-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202020-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 705 in the X datas point
+--------------
+ --- Configuration:  202020-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11739583174.359812
+ --- Energy:  83.50940706004823
+ --- Workload:  980366000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 132 in the X datas point
+--------------
+ --- Configuration:  202022-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 570 in the X datas point
+--------------
+ --- Configuration:  202000-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  76.35579765249746
+ --- Workload:  935898000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 646 in the X datas point
+--------------
+ --- Configuration:  202020-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13150575403.426777
+ --- Energy:  78.5836408674881
+ --- Workload:  1033420000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 9 in the X datas point
+--------------
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 13 in the X datas point
+--------------
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 44 in the X datas point
+--------------
+ --- Configuration:  222220-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14471780028.94356
+ --- Energy:  72.03533813993924
+ --- Workload:  1042480000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 76 in the X datas point
+--------------
+ --- Configuration:  303033-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14925818681.154661
+ --- Energy:  75.15771108741323
+ --- Workload:  1121790000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 179 in the X datas point
+--------------
+ --- Configuration:  222022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14657190304.561756
+ --- Energy:  95.6220428328611
+ --- Workload:  1401550000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 266 in the X datas point
+--------------
+ --- Configuration:  101010-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5883010454.109577
+ --- Energy:  12.9248547023353
+ --- Workload:  76037200000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202020-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 266 in the X datas point
+--------------
+ --- Configuration:  101010-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5883010454.109577
+ --- Energy:  12.9248547023353
+ --- Workload:  76037200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 44 in the X datas point
+--------------
+ --- Configuration:  222220-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14471780028.94356
+ --- Energy:  72.03533813993924
+ --- Workload:  1042480000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 76 in the X datas point
+--------------
+ --- Configuration:  303033-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14925818681.154661
+ --- Energy:  75.15771108741323
+ --- Workload:  1121790000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 570 in the X datas point
+--------------
+ --- Configuration:  202000-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  76.35579765249746
+ --- Workload:  935898000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 13 in the X datas point
+--------------
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 646 in the X datas point
+--------------
+ --- Configuration:  202020-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13150575403.426777
+ --- Energy:  78.5836408674881
+ --- Workload:  1033420000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 705 in the X datas point
+--------------
+ --- Configuration:  202020-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11739583174.359812
+ --- Energy:  83.50940706004823
+ --- Workload:  980366000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 9 in the X datas point
+--------------
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 132 in the X datas point
+--------------
+ --- Configuration:  202022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 179 in the X datas point
+--------------
+ --- Configuration:  222022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14657190304.561756
+ --- Energy:  95.6220428328611
+ --- Workload:  1401550000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 13 in the X datas point
+--------------
+ --- Configuration:  202220-2-3
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (77.17119209715501 mAh)  it is NOT far from the median.
+---  Median :77.17119209715501,   the gap is :  10
+--- So No we don't romove this configuration '202020-3-3'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '111111-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111111-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 140 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 247 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13225816264.315292
+ --- Energy:  70.9803740450458
+ --- Workload:  938774000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 706 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13008417747.124165
+ --- Energy:  74.45417223065692
+ --- Workload:  968531000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 65 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 94 in the X datas point
+--------------
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 103 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 131 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 139 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 147 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 323 in the X datas point
+--------------
+ --- Configuration:  101111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12292321232.772312
+ --- Energy:  77.79688045119694
+ --- Workload:  956304000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111111-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 65 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  65.20383205963783
+ --- Workload:  919225000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 131 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  66.3842172994299
+ --- Workload:  918121000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 247 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13225816264.315292
+ --- Energy:  70.9803740450458
+ --- Workload:  938774000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 140 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  71.2294033945321
+ --- Workload:  942341000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 706 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13008417747.124165
+ --- Energy:  74.45417223065692
+ --- Workload:  968531000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 323 in the X datas point
+--------------
+ --- Configuration:  101111-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12292321232.772312
+ --- Energy:  77.79688045119694
+ --- Workload:  956304000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 139 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 94 in the X datas point
+--------------
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 147 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  84.3646166621502
+ --- Workload:  1166140000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 103 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 706 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Energy efficiency:  13008417747.124165
+ --- Energy:  74.45417223065692
+ --- Workload:  968531000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (74.45417223065692 mAh)  it is NOT far from the median.
+---  Median :74.45417223065692,   the gap is :  10
+--- So No we don't romove this configuration '111111-1-3'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '111100-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111100-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 707 in the X datas point
+--------------
+ --- Configuration:  111100-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12514281924.246046
+ --- Energy:  51.769595901132256
+ --- Workload:  647859000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 744 in the X datas point
+--------------
+ --- Configuration:  111110-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6030926591.561527
+ --- Energy:  12.568567782753549
+ --- Workload:  75800200000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 221 in the X datas point
+--------------
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 366 in the X datas point
+--------------
+ --- Configuration:  111111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14221635658.760386
+ --- Energy:  52.1586628956498
+ --- Workload:  741781000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 381 in the X datas point
+--------------
+ --- Configuration:  111001-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12484488023.630638
+ --- Energy:  53.0720402291821
+ --- Workload:  662577000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 391 in the X datas point
+--------------
+ --- Configuration:  111000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373817991.036406
+ --- Energy:  42.6850354508384
+ --- Workload:  528177000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 425 in the X datas point
+--------------
+ --- Configuration:  010100-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10448185359.16682
+ --- Energy:  57.70074631354511
+ --- Workload:  602868000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 460 in the X datas point
+--------------
+ --- Configuration:  110101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11763017543.364365
+ --- Energy:  58.12337398418788
+ --- Workload:  683706000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 470 in the X datas point
+--------------
+ --- Configuration:  111010-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12158719929.965773
+ --- Energy:  53.41244164848047
+ --- Workload:  649427000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111100-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 744 in the X datas point
+--------------
+ --- Configuration:  111110-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6030926591.561527
+ --- Energy:  12.568567782753549
+ --- Workload:  75800200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 391 in the X datas point
+--------------
+ --- Configuration:  111000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12373817991.036406
+ --- Energy:  42.6850354508384
+ --- Workload:  528177000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 707 in the X datas point
+--------------
+ --- Configuration:  111100-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12514281924.246046
+ --- Energy:  51.769595901132256
+ --- Workload:  647859000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 366 in the X datas point
+--------------
+ --- Configuration:  111111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14221635658.760386
+ --- Energy:  52.1586628956498
+ --- Workload:  741781000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 381 in the X datas point
+--------------
+ --- Configuration:  111001-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12484488023.630638
+ --- Energy:  53.0720402291821
+ --- Workload:  662577000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 470 in the X datas point
+--------------
+ --- Configuration:  111010-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12158719929.965773
+ --- Energy:  53.41244164848047
+ --- Workload:  649427000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 425 in the X datas point
+--------------
+ --- Configuration:  010100-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10448185359.16682
+ --- Energy:  57.70074631354511
+ --- Workload:  602868000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 460 in the X datas point
+--------------
+ --- Configuration:  110101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11763017543.364365
+ --- Energy:  58.12337398418788
+ --- Workload:  683706000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 221 in the X datas point
+--------------
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 366 in the X datas point
+--------------
+ --- Configuration:  111111-3-0
+ --- Energy efficiency:  14221635658.760386
+ --- Energy:  52.1586628956498
+ --- Workload:  741781000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (52.1586628956498 mAh)  it is NOT far from the median.
+---  Median :52.1586628956498,   the gap is :  10
+--- So No we don't romove this configuration '111100-3-0'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '303003-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303003-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 708 in the X datas point
+--------------
+ --- Configuration:  303003-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12733095224.452637
+ --- Energy:  68.5685659400938
+ --- Workload:  873090000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 517 in the X datas point
+--------------
+ --- Configuration:  202002-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13684477013.499737
+ --- Energy:  56.33322721184273
+ --- Workload:  770891000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 316 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13438400120.333483
+ --- Energy:  92.14393
+ --- Workload:  1238267000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 322 in the X datas point
+--------------
+ --- Configuration:  303033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13379358325.974688
+ --- Energy:  87.10137841468074
+ --- Workload:  1165360000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 485 in the X datas point
+--------------
+ --- Configuration:  333003-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14748327170.99063
+ --- Energy:  71.45892509072699
+ --- Workload:  1053900000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 512 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11872339111.996523
+ --- Energy:  50.4557052793426
+ --- Workload:  599027000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 605 in the X datas point
+--------------
+ --- Configuration:  303000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12131240613.452576
+ --- Energy:  64.34512219904238
+ --- Workload:  780586000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 657 in the X datas point
+--------------
+ --- Configuration:  202022-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14577046981.822424
+ --- Energy:  55.92467118019403
+ --- Workload:  815217000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303003-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 512 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11872339111.996523
+ --- Energy:  50.4557052793426
+ --- Workload:  599027000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 657 in the X datas point
+--------------
+ --- Configuration:  202022-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14577046981.822424
+ --- Energy:  55.92467118019403
+ --- Workload:  815217000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 517 in the X datas point
+--------------
+ --- Configuration:  202002-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13684477013.499737
+ --- Energy:  56.33322721184273
+ --- Workload:  770891000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 605 in the X datas point
+--------------
+ --- Configuration:  303000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12131240613.452576
+ --- Energy:  64.34512219904238
+ --- Workload:  780586000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 708 in the X datas point
+--------------
+ --- Configuration:  303003-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12733095224.452637
+ --- Energy:  68.5685659400938
+ --- Workload:  873090000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 485 in the X datas point
+--------------
+ --- Configuration:  333003-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14748327170.99063
+ --- Energy:  71.45892509072699
+ --- Workload:  1053900000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 322 in the X datas point
+--------------
+ --- Configuration:  303033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13379358325.974688
+ --- Energy:  87.10137841468074
+ --- Workload:  1165360000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 316 in the X datas point
+--------------
+ --- Configuration:  333000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13438400120.333483
+ --- Energy:  92.14393
+ --- Workload:  1238267000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 708 in the X datas point
+--------------
+ --- Configuration:  303003-3-0
+ --- Energy efficiency:  12733095224.452637
+ --- Energy:  68.5685659400938
+ --- Workload:  873090000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (68.5685659400938 mAh)  it is NOT far from the median.
+---  Median :68.5685659400938,   the gap is :  10
+--- So No we don't romove this configuration '303003-3-0'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '030333-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '030333-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 709 in the X datas point
+--------------
+ --- Configuration:  030333-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13867452119.154696
+ --- Energy:  66.87351339419763
+ --- Workload:  927365000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 92 in the X datas point
+--------------
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 96 in the X datas point
+--------------
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 114 in the X datas point
+--------------
+ --- Configuration:  030033-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11607890115.069016
+ --- Energy:  52.6346324100534
+ --- Workload:  610977000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 126 in the X datas point
+--------------
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 156 in the X datas point
+--------------
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 210 in the X datas point
+--------------
+ --- Configuration:  033333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 275 in the X datas point
+--------------
+ --- Configuration:  022222-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10571673834.261526
+ --- Energy:  17.8136328789872
+ --- Workload:  188320000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 318 in the X datas point
+--------------
+ --- Configuration:  330303-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14023081992.960411
+ --- Energy:  66.12237864852598
+ --- Workload:  927239000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 336 in the X datas point
+--------------
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193940322.997305
+ --- Energy:  98.08558334376599
+ --- Workload:  1392220000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '030333-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 275 in the X datas point
+--------------
+ --- Configuration:  022222-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10571673834.261526
+ --- Energy:  17.8136328789872
+ --- Workload:  188320000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 114 in the X datas point
+--------------
+ --- Configuration:  030033-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11607890115.069016
+ --- Energy:  52.6346324100534
+ --- Workload:  610977000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 210 in the X datas point
+--------------
+ --- Configuration:  033333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 96 in the X datas point
+--------------
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 126 in the X datas point
+--------------
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 318 in the X datas point
+--------------
+ --- Configuration:  330303-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14023081992.960411
+ --- Energy:  66.12237864852598
+ --- Workload:  927239000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 709 in the X datas point
+--------------
+ --- Configuration:  030333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13867452119.154696
+ --- Energy:  66.87351339419763
+ --- Workload:  927365000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 92 in the X datas point
+--------------
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 156 in the X datas point
+--------------
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 336 in the X datas point
+--------------
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193940322.997305
+ --- Energy:  98.08558334376599
+ --- Workload:  1392220000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 126 in the X datas point
+--------------
+ --- Configuration:  330333-0-1
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (65.8461101285994 mAh)  it is NOT far from the median.
+---  Median :65.8461101285994,   the gap is :  10
+--- So No we don't romove this configuration '030333-1-1'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '101000-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101000-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 710 in the X datas point
+--------------
+ --- Configuration:  101000-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11887652176.807428
+ --- Energy:  62.71395189420631
+ --- Workload:  745522000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 449 in the X datas point
+--------------
+ --- Configuration:  202000-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12043389925.222591
+ --- Energy:  61.77677173928621
+ --- Workload:  744002000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 157 in the X datas point
+--------------
+ --- Configuration:  100000-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10075333266.836134
+ --- Energy:  50.7096930689716
+ --- Workload:  510917000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 255 in the X datas point
+--------------
+ --- Configuration:  101011-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12918694901.766243
+ --- Energy:  64.7867353921133
+ --- Workload:  836960000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 408 in the X datas point
+--------------
+ --- Configuration:  000000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16089483270.155294
+ --- Energy:  39.92204534168386
+ --- Workload:  642325000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 502 in the X datas point
+--------------
+ --- Configuration:  111001-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13236319932.441824
+ --- Energy:  63.39311214039606
+ --- Workload:  839092000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 558 in the X datas point
+--------------
+ --- Configuration:  110000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12516412145.425688
+ --- Energy:  59.318332001781286
+ --- Workload:  742453000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 697 in the X datas point
+--------------
+ --- Configuration:  200000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11743484714.680296
+ --- Energy:  59.21002058329076
+ --- Workload:  695332000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 747 in the X datas point
+--------------
+ --- Configuration:  101100-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5792903692.976104
+ --- Energy:  13.162529333531099
+ --- Workload:  76249300000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 760 in the X datas point
+--------------
+ --- Configuration:  100000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5587965756.945841
+ --- Energy:  13.49249894433128
+ --- Workload:  75395500000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101000-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 747 in the X datas point
+--------------
+ --- Configuration:  101100-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5792903692.976104
+ --- Energy:  13.162529333531099
+ --- Workload:  76249300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 760 in the X datas point
+--------------
+ --- Configuration:  100000-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5587965756.945841
+ --- Energy:  13.49249894433128
+ --- Workload:  75395500000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 408 in the X datas point
+--------------
+ --- Configuration:  000000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16089483270.155294
+ --- Energy:  39.92204534168386
+ --- Workload:  642325000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 157 in the X datas point
+--------------
+ --- Configuration:  100000-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10075333266.836134
+ --- Energy:  50.7096930689716
+ --- Workload:  510917000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 697 in the X datas point
+--------------
+ --- Configuration:  200000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11743484714.680296
+ --- Energy:  59.21002058329076
+ --- Workload:  695332000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 558 in the X datas point
+--------------
+ --- Configuration:  110000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12516412145.425688
+ --- Energy:  59.318332001781286
+ --- Workload:  742453000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 449 in the X datas point
+--------------
+ --- Configuration:  202000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12043389925.222591
+ --- Energy:  61.77677173928621
+ --- Workload:  744002000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 710 in the X datas point
+--------------
+ --- Configuration:  101000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11887652176.807428
+ --- Energy:  62.71395189420631
+ --- Workload:  745522000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 502 in the X datas point
+--------------
+ --- Configuration:  111001-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13236319932.441824
+ --- Energy:  63.39311214039606
+ --- Workload:  839092000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 255 in the X datas point
+--------------
+ --- Configuration:  101011-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12918694901.766243
+ --- Energy:  64.7867353921133
+ --- Workload:  836960000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 697 in the X datas point
+--------------
+ --- Configuration:  200000-1-2
+ --- Energy efficiency:  11743484714.680296
+ --- Energy:  59.21002058329076
+ --- Workload:  695332000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (59.21002058329076 mAh)  it is NOT far from the median.
+---  Median :59.21002058329076,   the gap is :  10
+--- So No we don't romove this configuration '101000-1-2'
+ --- remove_aberrant_points: The value [0.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 0, 0, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '200002-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '200002-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 711 in the X datas point
+--------------
+ --- Configuration:  200002-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12469045594.31212
+ --- Energy:  47.86510196998857
+ --- Workload:  596832000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 110 in the X datas point
+--------------
+ --- Configuration:  200202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373986415.837713
+ --- Energy:  65.7590425822352
+ --- Workload:  813702000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 339 in the X datas point
+--------------
+ --- Configuration:  220002-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12468874571.85002
+ --- Energy:  37.3545557848716
+ --- Workload:  465769000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 386 in the X datas point
+--------------
+ --- Configuration:  220002-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13567950330.447432
+ --- Energy:  56.7479002567857
+ --- Workload:  769953000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 397 in the X datas point
+--------------
+ --- Configuration:  100101-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12649245282.780205
+ --- Energy:  41.7732349755354
+ --- Workload:  528400000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 445 in the X datas point
+--------------
+ --- Configuration:  200022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11839826096.634293
+ --- Energy:  39.46922201479768
+ --- Workload:  467309000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 509 in the X datas point
+--------------
+ --- Configuration:  000202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13004797469.786604
+ --- Energy:  45.81348523547173
+ --- Workload:  595795000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 517 in the X datas point
+--------------
+ --- Configuration:  202002-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13684477013.499737
+ --- Energy:  56.33322721184273
+ --- Workload:  770891000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '200002-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 339 in the X datas point
+--------------
+ --- Configuration:  220002-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12468874571.85002
+ --- Energy:  37.3545557848716
+ --- Workload:  465769000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 445 in the X datas point
+--------------
+ --- Configuration:  200022-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11839826096.634293
+ --- Energy:  39.46922201479768
+ --- Workload:  467309000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 397 in the X datas point
+--------------
+ --- Configuration:  100101-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12649245282.780205
+ --- Energy:  41.7732349755354
+ --- Workload:  528400000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 509 in the X datas point
+--------------
+ --- Configuration:  000202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13004797469.786604
+ --- Energy:  45.81348523547173
+ --- Workload:  595795000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 711 in the X datas point
+--------------
+ --- Configuration:  200002-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12469045594.31212
+ --- Energy:  47.86510196998857
+ --- Workload:  596832000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 517 in the X datas point
+--------------
+ --- Configuration:  202002-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13684477013.499737
+ --- Energy:  56.33322721184273
+ --- Workload:  770891000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 386 in the X datas point
+--------------
+ --- Configuration:  220002-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13567950330.447432
+ --- Energy:  56.7479002567857
+ --- Workload:  769953000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 110 in the X datas point
+--------------
+ --- Configuration:  200202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12373986415.837713
+ --- Energy:  65.7590425822352
+ --- Workload:  813702000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 509 in the X datas point
+--------------
+ --- Configuration:  000202-2-0
+ --- Energy efficiency:  13004797469.786604
+ --- Energy:  45.81348523547173
+ --- Workload:  595795000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (45.81348523547173 mAh)  it is NOT far from the median.
+---  Median :45.81348523547173,   the gap is :  10
+--- So No we don't romove this configuration '200002-2-0'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 0, 0, 0, 1, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '300300-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '300300-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 712 in the X datas point
+--------------
+ --- Configuration:  300300-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11916238377.198992
+ --- Energy:  39.019265274982374
+ --- Workload:  464963000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 667 in the X datas point
+--------------
+ --- Configuration:  300300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8476515812.9402485
+ --- Energy:  29.659992682257588
+ --- Workload:  251413000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 762 in the X datas point
+--------------
+ --- Configuration:  300300-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6026783023.757579
+ --- Energy:  12.58462594133227
+ --- Workload:  75844700000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 49 in the X datas point
+--------------
+ --- Configuration:  303300-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10199294208.840748
+ --- Energy:  33.55309393673303
+ --- Workload:  342218000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 234 in the X datas point
+--------------
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 288 in the X datas point
+--------------
+ --- Configuration:  300000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10860100930.50205
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 318 in the X datas point
+--------------
+ --- Configuration:  330303-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14023081992.960411
+ --- Energy:  66.12237864852598
+ --- Workload:  927239000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 450 in the X datas point
+--------------
+ --- Configuration:  200000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11138350566.21805
+ --- Energy:  37.46453250408571
+ --- Workload:  417293000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 457 in the X datas point
+--------------
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13461287356.755075
+ --- Energy:  41.2112771905204
+ --- Workload:  554757000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 626 in the X datas point
+--------------
+ --- Configuration:  330300-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12797903191.541098
+ --- Energy:  61.958674038002826
+ --- Workload:  792941000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '300300-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 762 in the X datas point
+--------------
+ --- Configuration:  300300-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6026783023.757579
+ --- Energy:  12.58462594133227
+ --- Workload:  75844700000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 667 in the X datas point
+--------------
+ --- Configuration:  300300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8476515812.9402485
+ --- Energy:  29.659992682257588
+ --- Workload:  251413000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 49 in the X datas point
+--------------
+ --- Configuration:  303300-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10199294208.840748
+ --- Energy:  33.55309393673303
+ --- Workload:  342218000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 288 in the X datas point
+--------------
+ --- Configuration:  300000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10860100930.50205
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 450 in the X datas point
+--------------
+ --- Configuration:  200000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11138350566.21805
+ --- Energy:  37.46453250408571
+ --- Workload:  417293000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 712 in the X datas point
+--------------
+ --- Configuration:  300300-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11916238377.198992
+ --- Energy:  39.019265274982374
+ --- Workload:  464963000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 234 in the X datas point
+--------------
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 457 in the X datas point
+--------------
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13461287356.755075
+ --- Energy:  41.2112771905204
+ --- Workload:  554757000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 626 in the X datas point
+--------------
+ --- Configuration:  330300-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12797903191.541098
+ --- Energy:  61.958674038002826
+ --- Workload:  792941000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 318 in the X datas point
+--------------
+ --- Configuration:  330303-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14023081992.960411
+ --- Energy:  66.12237864852598
+ --- Workload:  927239000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 450 in the X datas point
+--------------
+ --- Configuration:  200000-1-1
+ --- Energy efficiency:  11138350566.21805
+ --- Energy:  37.46453250408571
+ --- Workload:  417293000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (37.46453250408571 mAh)  it is NOT far from the median.
+---  Median :37.46453250408571,   the gap is :  10
+--- So No we don't romove this configuration '300300-1-1'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 0, 0, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '202002-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202002-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 713 in the X datas point
+--------------
+ --- Configuration:  202002-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12714024713.521238
+ --- Energy:  97.24138614826803
+ --- Workload:  1236330000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 28 in the X datas point
+--------------
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 268 in the X datas point
+--------------
+ --- Configuration:  222002-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10402709697.822088
+ --- Energy:  18.1188341516786
+ --- Workload:  188485000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 30 in the X datas point
+--------------
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 132 in the X datas point
+--------------
+ --- Configuration:  202022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 357 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 410 in the X datas point
+--------------
+ --- Configuration:  022002-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13145579404.557837
+ --- Energy:  93.70148281455602
+ --- Workload:  1231760000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 519 in the X datas point
+--------------
+ --- Configuration:  200022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14287673738.112658
+ --- Energy:  84.52879791585856
+ --- Workload:  1207720000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 570 in the X datas point
+--------------
+ --- Configuration:  202000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  76.35579765249746
+ --- Workload:  935898000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202002-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 268 in the X datas point
+--------------
+ --- Configuration:  222002-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10402709697.822088
+ --- Energy:  18.1188341516786
+ --- Workload:  188485000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 570 in the X datas point
+--------------
+ --- Configuration:  202000-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  76.35579765249746
+ --- Workload:  935898000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 519 in the X datas point
+--------------
+ --- Configuration:  200022-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14287673738.112658
+ --- Energy:  84.52879791585856
+ --- Workload:  1207720000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 357 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15274754649.253447
+ --- Energy:  87.9883366652468
+ --- Workload:  1344000000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 132 in the X datas point
+--------------
+ --- Configuration:  202022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 30 in the X datas point
+--------------
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 28 in the X datas point
+--------------
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 410 in the X datas point
+--------------
+ --- Configuration:  022002-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13145579404.557837
+ --- Energy:  93.70148281455602
+ --- Workload:  1231760000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 713 in the X datas point
+--------------
+ --- Configuration:  202002-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12714024713.521238
+ --- Energy:  97.24138614826803
+ --- Workload:  1236330000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 132 in the X datas point
+--------------
+ --- Configuration:  202022-3-3
+ --- Energy efficiency:  14080045056.14418
+ --- Energy:  90.7376428641244
+ --- Workload:  1277590000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (90.7376428641244 mAh)  it is NOT far from the median.
+---  Median :90.7376428641244,   the gap is :  10
+--- So No we don't romove this configuration '202002-2-3'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 1, 0, 0, 1, 2.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '333303-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333303-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 550 in the X datas point
+--------------
+ --- Configuration:  333303-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11588412051.484997
+ --- Energy:  56.880158834189615
+ --- Workload:  659151000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 714 in the X datas point
+--------------
+ --- Configuration:  333303-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11117855943.716965
+ --- Energy:  59.358545626680076
+ --- Workload:  659940000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 259 in the X datas point
+--------------
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 306 in the X datas point
+--------------
+ --- Configuration:  333300-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12877238669.53101
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 308 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 385 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12421881890.262611
+ --- Energy:  63.8914148004144
+ --- Workload:  793652000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 424 in the X datas point
+--------------
+ --- Configuration:  033303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10135460428.628622
+ --- Energy:  51.680919654150905
+ --- Workload:  523810000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 6 in the X datas point
+--------------
+ --- Configuration:  303303-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  58.54108121624596
+ --- Workload:  751419000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 58 in the X datas point
+--------------
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 63 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333303-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 63 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 58 in the X datas point
+--------------
+ --- Configuration:  333300-0-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10890802281.840895
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 259 in the X datas point
+--------------
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 424 in the X datas point
+--------------
+ --- Configuration:  033303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10135460428.628622
+ --- Energy:  51.680919654150905
+ --- Workload:  523810000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 306 in the X datas point
+--------------
+ --- Configuration:  333300-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12877238669.53101
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 550 in the X datas point
+--------------
+ --- Configuration:  333303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11588412051.484997
+ --- Energy:  56.880158834189615
+ --- Workload:  659151000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 6 in the X datas point
+--------------
+ --- Configuration:  303303-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  58.54108121624596
+ --- Workload:  751419000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 714 in the X datas point
+--------------
+ --- Configuration:  333303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11117855943.716965
+ --- Energy:  59.358545626680076
+ --- Workload:  659940000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 385 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12421881890.262611
+ --- Energy:  63.8914148004144
+ --- Workload:  793652000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 308 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 306 in the X datas point
+--------------
+ --- Configuration:  333300-0-0
+ --- Energy efficiency:  12877238669.53101
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (53.62951 mAh)  it is NOT far from the median.
+---  Median :53.62951,   the gap is :  10
+--- So No we don't romove this configuration '333303-0-0'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 0, 1, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '333303-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333303-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 715 in the X datas point
+--------------
+ --- Configuration:  333303-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14664670316.214285
+ --- Energy:  99.6674290491051
+ --- Workload:  1461590000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 117 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 160 in the X datas point
+--------------
+ --- Configuration:  333303-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15150114913.62162
+ --- Energy:  74.9625159265616
+ --- Workload:  1135690000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 267 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9880837104.519495
+ --- Energy:  25.3623210355619
+ --- Workload:  250600000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 334 in the X datas point
+--------------
+ --- Configuration:  333300-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14628566078.695833
+ --- Energy:  73.5143630448687
+ --- Workload:  1075410000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 32 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 62 in the X datas point
+--------------
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333303-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 267 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9880837104.519495
+ --- Energy:  25.3623210355619
+ --- Workload:  250600000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 334 in the X datas point
+--------------
+ --- Configuration:  333300-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14628566078.695833
+ --- Energy:  73.5143630448687
+ --- Workload:  1075410000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 160 in the X datas point
+--------------
+ --- Configuration:  333303-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15150114913.62162
+ --- Energy:  74.9625159265616
+ --- Workload:  1135690000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 62 in the X datas point
+--------------
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 32 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  89.99138924115384
+ --- Workload:  1374920000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 20 in the X datas point
+--------------
+ --- Configuration:  333333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14515768479.29906
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 715 in the X datas point
+--------------
+ --- Configuration:  333303-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14664670316.214285
+ --- Energy:  99.6674290491051
+ --- Workload:  1461590000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 117 in the X datas point
+--------------
+ --- Configuration:  333333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15222530563.035736
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (99.6674290491051 mAh)  is far from the median.
+---  Median :83.8645825370609,   the gap is :  10
+--- So yes we remove this configuration '333303-2-2'
+--- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 0, 1, 2.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 1, 1, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '010110-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '010110-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 716 in the X datas point
+--------------
+ --- Configuration:  010110-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11786670689.850264
+ --- Energy:  44.887978162079634
+ --- Workload:  529080000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 206 in the X datas point
+--------------
+ --- Configuration:  110110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13517367790.004988
+ --- Energy:  42.6214864172658
+ --- Workload:  576130000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 464 in the X datas point
+--------------
+ --- Configuration:  010110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9252662453.621029
+ --- Energy:  32.02904675461461
+ --- Workload:  296355000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 743 in the X datas point
+--------------
+ --- Configuration:  020220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5955429565.134533
+ --- Energy:  12.724500572380222
+ --- Workload:  75779900000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 213 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13997917109.93404
+ --- Energy:  44.3851855395692
+ --- Workload:  621300000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 217 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13731963066.512136
+ --- Energy:  45.342545639677
+ --- Workload:  622642000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 257 in the X datas point
+--------------
+ --- Configuration:  011110-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 345 in the X datas point
+--------------
+ --- Configuration:  011111-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13720451293.083933
+ --- Energy:  45.25936522348479
+ --- Workload:  620979000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '010110-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 743 in the X datas point
+--------------
+ --- Configuration:  020220-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5955429565.134533
+ --- Energy:  12.724500572380222
+ --- Workload:  75779900000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 464 in the X datas point
+--------------
+ --- Configuration:  010110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9252662453.621029
+ --- Energy:  32.02904675461461
+ --- Workload:  296355000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 206 in the X datas point
+--------------
+ --- Configuration:  110110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13517367790.004988
+ --- Energy:  42.6214864172658
+ --- Workload:  576130000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 213 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13997917109.93404
+ --- Energy:  44.3851855395692
+ --- Workload:  621300000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 716 in the X datas point
+--------------
+ --- Configuration:  010110-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11786670689.850264
+ --- Energy:  44.887978162079634
+ --- Workload:  529080000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 345 in the X datas point
+--------------
+ --- Configuration:  011111-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13720451293.083933
+ --- Energy:  45.25936522348479
+ --- Workload:  620979000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 217 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13731963066.512136
+ --- Energy:  45.342545639677
+ --- Workload:  622642000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 257 in the X datas point
+--------------
+ --- Configuration:  011110-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 716 in the X datas point
+--------------
+ --- Configuration:  010110-2-0
+ --- Energy efficiency:  11786670689.850264
+ --- Energy:  44.887978162079634
+ --- Workload:  529080000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (44.887978162079634 mAh)  it is NOT far from the median.
+---  Median :44.887978162079634,   the gap is :  10
+--- So No we don't romove this configuration '010110-2-0'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 0, 1, 1, 0, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 0, 0, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '333300-3-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333300-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 717 in the X datas point
+--------------
+ --- Configuration:  333300-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12977490542.653767
+ --- Energy:  88.00551228316039
+ --- Workload:  1142090000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 334 in the X datas point
+--------------
+ --- Configuration:  333300-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14628566078.695833
+ --- Energy:  73.5143630448687
+ --- Workload:  1075410000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 133 in the X datas point
+--------------
+ --- Configuration:  303300-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12321431651.786486
+ --- Energy:  75.3849371705881
+ --- Workload:  928850000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 144 in the X datas point
+--------------
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 214 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 224 in the X datas point
+--------------
+ --- Configuration:  303300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13967533864.285854
+ --- Energy:  72.5489714103032
+ --- Workload:  1013330000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 242 in the X datas point
+--------------
+ --- Configuration:  333030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13545491857.12757
+ --- Energy:  82.3838251863148
+ --- Workload:  1115930000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 272 in the X datas point
+--------------
+ --- Configuration:  222202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 503 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15380805677.362993
+ --- Energy:  101.44390963131458
+ --- Workload:  1560290000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333300-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 272 in the X datas point
+--------------
+ --- Configuration:  222202-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 224 in the X datas point
+--------------
+ --- Configuration:  303300-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13967533864.285854
+ --- Energy:  72.5489714103032
+ --- Workload:  1013330000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 334 in the X datas point
+--------------
+ --- Configuration:  333300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14628566078.695833
+ --- Energy:  73.5143630448687
+ --- Workload:  1075410000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 133 in the X datas point
+--------------
+ --- Configuration:  303300-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12321431651.786486
+ --- Energy:  75.3849371705881
+ --- Workload:  928850000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 144 in the X datas point
+--------------
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 242 in the X datas point
+--------------
+ --- Configuration:  333030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13545491857.12757
+ --- Energy:  82.3838251863148
+ --- Workload:  1115930000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 717 in the X datas point
+--------------
+ --- Configuration:  333300-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12977490542.653767
+ --- Energy:  88.00551228316039
+ --- Workload:  1142090000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 503 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15380805677.362993
+ --- Energy:  101.44390963131458
+ --- Workload:  1560290000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 214 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14650211549.054768
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 144 in the X datas point
+--------------
+ --- Configuration:  033330-3-2
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (79.7127969833484 mAh)  it is NOT far from the median.
+---  Median :79.7127969833484,   the gap is :  10
+--- So No we don't romove this configuration '333300-3-2'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 0, 0, 3.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '202000-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202000-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 718 in the X datas point
+--------------
+ --- Configuration:  202000-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12501375151.26664
+ --- Energy:  55.880391426208845
+ --- Workload:  698582000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 472 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13885591061.0119
+ --- Energy:  50.17401859858811
+ --- Workload:  696696000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 620 in the X datas point
+--------------
+ --- Configuration:  002000-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12453749886.359531
+ --- Energy:  52.141300619742324
+ --- Workload:  649355000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 733 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12720752763.265518
+ --- Energy:  54.90126391795327
+ --- Workload:  698385000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 184 in the X datas point
+--------------
+ --- Configuration:  222000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13569165428.480322
+ --- Energy:  37.8409560260374
+ --- Workload:  513470000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 196 in the X datas point
+--------------
+ --- Configuration:  222020-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14254435980.477125
+ --- Energy:  56.5693073110482
+ --- Workload:  806364000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 449 in the X datas point
+--------------
+ --- Configuration:  202000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12043389925.222591
+ --- Energy:  61.77677173928621
+ --- Workload:  744002000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 450 in the X datas point
+--------------
+ --- Configuration:  200000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11138350566.21805
+ --- Energy:  37.46453250408571
+ --- Workload:  417293000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 523 in the X datas point
+--------------
+ --- Configuration:  202220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14224386857.804495
+ --- Energy:  56.254266540548315
+ --- Workload:  800182000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202000-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 450 in the X datas point
+--------------
+ --- Configuration:  200000-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11138350566.21805
+ --- Energy:  37.46453250408571
+ --- Workload:  417293000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 184 in the X datas point
+--------------
+ --- Configuration:  222000-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13569165428.480322
+ --- Energy:  37.8409560260374
+ --- Workload:  513470000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 472 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13885591061.0119
+ --- Energy:  50.17401859858811
+ --- Workload:  696696000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 620 in the X datas point
+--------------
+ --- Configuration:  002000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12453749886.359531
+ --- Energy:  52.141300619742324
+ --- Workload:  649355000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 733 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12720752763.265518
+ --- Energy:  54.90126391795327
+ --- Workload:  698385000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 718 in the X datas point
+--------------
+ --- Configuration:  202000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12501375151.26664
+ --- Energy:  55.880391426208845
+ --- Workload:  698582000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 523 in the X datas point
+--------------
+ --- Configuration:  202220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14224386857.804495
+ --- Energy:  56.254266540548315
+ --- Workload:  800182000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 196 in the X datas point
+--------------
+ --- Configuration:  222020-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14254435980.477125
+ --- Energy:  56.5693073110482
+ --- Workload:  806364000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 449 in the X datas point
+--------------
+ --- Configuration:  202000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12043389925.222591
+ --- Energy:  61.77677173928621
+ --- Workload:  744002000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 620 in the X datas point
+--------------
+ --- Configuration:  002000-2-1
+ --- Energy efficiency:  12453749886.359531
+ --- Energy:  52.141300619742324
+ --- Workload:  649355000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (52.141300619742324 mAh)  it is NOT far from the median.
+---  Median :52.141300619742324,   the gap is :  10
+--- So No we don't romove this configuration '202000-2-1'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 0, 1, 1, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '030033-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '030033-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 719 in the X datas point
+--------------
+ --- Configuration:  030033-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12443630354.494143
+ --- Energy:  85.62206665875647
+ --- Workload:  1065450000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 270 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10275897573.963343
+ --- Energy:  24.5924899083227
+ --- Workload:  252710000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 351 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13323686983.956947
+ --- Energy:  83.3035486563878
+ --- Workload:  1109910000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 96 in the X datas point
+--------------
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 114 in the X datas point
+--------------
+ --- Configuration:  030033-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11607890115.069016
+ --- Energy:  52.6346324100534
+ --- Workload:  610977000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 156 in the X datas point
+--------------
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 187 in the X datas point
+--------------
+ --- Configuration:  033033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14361976380.293646
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 190 in the X datas point
+--------------
+ --- Configuration:  030033-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13852123045.63859
+ --- Energy:  89.776899533513
+ --- Workload:  1243600000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 238 in the X datas point
+--------------
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 336 in the X datas point
+--------------
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193940322.997305
+ --- Energy:  98.08558334376599
+ --- Workload:  1392220000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '030033-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 270 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10275897573.963343
+ --- Energy:  24.5924899083227
+ --- Workload:  252710000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 114 in the X datas point
+--------------
+ --- Configuration:  030033-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11607890115.069016
+ --- Energy:  52.6346324100534
+ --- Workload:  610977000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 238 in the X datas point
+--------------
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 96 in the X datas point
+--------------
+ --- Configuration:  033033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14223092043.31785
+ --- Energy:  65.4051401275013
+ --- Workload:  930263000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 156 in the X datas point
+--------------
+ --- Configuration:  033333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 351 in the X datas point
+--------------
+ --- Configuration:  033033-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13323686983.956947
+ --- Energy:  83.3035486563878
+ --- Workload:  1109910000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 719 in the X datas point
+--------------
+ --- Configuration:  030033-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12443630354.494143
+ --- Energy:  85.62206665875647
+ --- Workload:  1065450000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 190 in the X datas point
+--------------
+ --- Configuration:  030033-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13852123045.63859
+ --- Energy:  89.776899533513
+ --- Workload:  1243600000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 187 in the X datas point
+--------------
+ --- Configuration:  033033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14361976380.293646
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 336 in the X datas point
+--------------
+ --- Configuration:  030333-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193940322.997305
+ --- Energy:  98.08558334376599
+ --- Workload:  1392220000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 156 in the X datas point
+--------------
+ --- Configuration:  033333-1-2
+ --- Energy efficiency:  14313318542.904173
+ --- Energy:  82.6335756822963
+ --- Workload:  1182760000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (82.6335756822963 mAh)  it is NOT far from the median.
+---  Median :82.6335756822963,   the gap is :  10
+--- So No we don't romove this configuration '030033-1-2'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 0, 0, 1, 1, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 1, 1, 0, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '003300-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '003300-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 720 in the X datas point
+--------------
+ --- Configuration:  003300-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11105916010.39958
+ --- Energy:  43.401448789067906
+ --- Workload:  482013000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 618 in the X datas point
+--------------
+ --- Configuration:  003300-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10679504855.436882
+ --- Energy:  57.61668750338357
+ --- Workload:  615318000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 45 in the X datas point
+--------------
+ --- Configuration:  030300-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 168 in the X datas point
+--------------
+ --- Configuration:  033300-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13694709322.947266
+ --- Energy:  55.1474477747145
+ --- Workload:  755228000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 422 in the X datas point
+--------------
+ --- Configuration:  033000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 467 in the X datas point
+--------------
+ --- Configuration:  003300-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11503455638.073677
+ --- Energy:  68.68847048358467
+ --- Workload:  790155000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 591 in the X datas point
+--------------
+ --- Configuration:  003333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13285505513.484787
+ --- Energy:  70.52682283226056
+ --- Workload:  936985000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 689 in the X datas point
+--------------
+ --- Configuration:  022200-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12524265764.919533
+ --- Energy:  42.174782341496964
+ --- Workload:  528208000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 739 in the X datas point
+--------------
+ --- Configuration:  002220-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5804639067.542781
+ --- Energy:  13.05030508081098
+ --- Workload:  75752500000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 742 in the X datas point
+--------------
+ --- Configuration:  000300-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6016955781.391962
+ --- Energy:  12.605191807912393
+ --- Workload:  75844800000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '003300-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 742 in the X datas point
+--------------
+ --- Configuration:  000300-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6016955781.391962
+ --- Energy:  12.605191807912393
+ --- Workload:  75844800000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 739 in the X datas point
+--------------
+ --- Configuration:  002220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5804639067.542781
+ --- Energy:  13.05030508081098
+ --- Workload:  75752500000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 45 in the X datas point
+--------------
+ --- Configuration:  030300-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 689 in the X datas point
+--------------
+ --- Configuration:  022200-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12524265764.919533
+ --- Energy:  42.174782341496964
+ --- Workload:  528208000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 720 in the X datas point
+--------------
+ --- Configuration:  003300-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11105916010.39958
+ --- Energy:  43.401448789067906
+ --- Workload:  482013000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 422 in the X datas point
+--------------
+ --- Configuration:  033000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11012924768.508322
+ --- Energy:  43.85899784030102
+ --- Workload:  483016000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 168 in the X datas point
+--------------
+ --- Configuration:  033300-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13694709322.947266
+ --- Energy:  55.1474477747145
+ --- Workload:  755228000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 618 in the X datas point
+--------------
+ --- Configuration:  003300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10679504855.436882
+ --- Energy:  57.61668750338357
+ --- Workload:  615318000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 467 in the X datas point
+--------------
+ --- Configuration:  003300-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11503455638.073677
+ --- Energy:  68.68847048358467
+ --- Workload:  790155000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 591 in the X datas point
+--------------
+ --- Configuration:  003333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13285505513.484787
+ --- Energy:  70.52682283226056
+ --- Workload:  936985000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 720 in the X datas point
+--------------
+ --- Configuration:  003300-2-0
+ --- Energy efficiency:  11105916010.39958
+ --- Energy:  43.401448789067906
+ --- Workload:  482013000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (43.401448789067906 mAh)  it is NOT far from the median.
+---  Median :43.401448789067906,   the gap is :  10
+--- So No we don't romove this configuration '003300-2-0'
+ --- remove_aberrant_points: The value [2.0, 0, 0, 1, 1, 0, 0, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 0, 1, 0, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '111010-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111010-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 721 in the X datas point
+--------------
+ --- Configuration:  111010-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13671885681.160686
+ --- Energy:  40.784636165372405
+ --- Workload:  557603000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 243 in the X datas point
+--------------
+ --- Configuration:  111011-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14576855743.06251
+ --- Energy:  41.794008855435
+ --- Workload:  609225000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 325 in the X datas point
+--------------
+ --- Configuration:  111110-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14911863431.18995
+ --- Energy:  40.707805921643576
+ --- Workload:  607029000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 5 in the X datas point
+--------------
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 27 in the X datas point
+--------------
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 89 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 100 in the X datas point
+--------------
+ --- Configuration:  011010-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 106 in the X datas point
+--------------
+ --- Configuration:  011110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 136 in the X datas point
+--------------
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111010-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 89 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 136 in the X datas point
+--------------
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 106 in the X datas point
+--------------
+ --- Configuration:  011110-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 325 in the X datas point
+--------------
+ --- Configuration:  111110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14911863431.18995
+ --- Energy:  40.707805921643576
+ --- Workload:  607029000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 721 in the X datas point
+--------------
+ --- Configuration:  111010-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13671885681.160686
+ --- Energy:  40.784636165372405
+ --- Workload:  557603000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 243 in the X datas point
+--------------
+ --- Configuration:  111011-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14576855743.06251
+ --- Energy:  41.794008855435
+ --- Workload:  609225000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 100 in the X datas point
+--------------
+ --- Configuration:  011010-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13585184541.146809
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 27 in the X datas point
+--------------
+ --- Configuration:  111011-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14204444570.706173
+ --- Energy:  58.70580259207987
+ --- Workload:  833883000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 5 in the X datas point
+--------------
+ --- Configuration:  111110-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14014690198.265823
+ --- Energy:  63.44082042960884
+ --- Workload:  889103000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 721 in the X datas point
+--------------
+ --- Configuration:  111010-1-1
+ --- Energy efficiency:  13671885681.160686
+ --- Energy:  40.784636165372405
+ --- Workload:  557603000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (40.784636165372405 mAh)  it is NOT far from the median.
+---  Median :40.784636165372405,   the gap is :  10
+--- So No we don't romove this configuration '111010-1-1'
+ --- remove_aberrant_points: The value [0.0, 1, 1, 1, 0, 1, 0, 1.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '033333-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033333-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 393 in the X datas point
+--------------
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15121089686.207148
+ --- Energy:  96.9268799133665
+ --- Workload:  1465640000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 722 in the X datas point
+--------------
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14609780078.98047
+ --- Energy:  105.2672237780514
+ --- Workload:  1537930000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 53 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 101 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 191 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 310 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17270333243.662476
+ --- Energy:  123.82321
+ --- Workload:  2138468100000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 636 in the X datas point
+--------------
+ --- Configuration:  022222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14763111118.98477
+ --- Energy:  92.57130206150522
+ --- Workload:  1366640000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 656 in the X datas point
+--------------
+ --- Configuration:  003333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14264907898.62215
+ --- Energy:  85.34158691455114
+ --- Workload:  1217390000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033333-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 53 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15988488288.432327
+ --- Energy:  77.67467453614748
+ --- Workload:  1241900000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 656 in the X datas point
+--------------
+ --- Configuration:  003333-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14264907898.62215
+ --- Energy:  85.34158691455114
+ --- Workload:  1217390000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 636 in the X datas point
+--------------
+ --- Configuration:  022222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14763111118.98477
+ --- Energy:  92.57130206150522
+ --- Workload:  1366640000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 393 in the X datas point
+--------------
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15121089686.207148
+ --- Energy:  96.9268799133665
+ --- Workload:  1465640000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 191 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  99.8453916327805
+ --- Workload:  1531480000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 101 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  103.605542776513
+ --- Workload:  1585470000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 722 in the X datas point
+--------------
+ --- Configuration:  033333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14609780078.98047
+ --- Energy:  105.2672237780514
+ --- Workload:  1537930000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 310 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  17270333243.662476
+ --- Energy:  123.82321
+ --- Workload:  2138468100000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 393 in the X datas point
+--------------
+ --- Configuration:  033333-3-3
+ --- Energy efficiency:  15121089686.207148
+ --- Energy:  96.9268799133665
+ --- Workload:  1465640000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (96.9268799133665 mAh)  it is NOT far from the median.
+---  Median :96.9268799133665,   the gap is :  10
+--- So No we don't romove this configuration '033333-3-3'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '200200-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '200200-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 723 in the X datas point
+--------------
+ --- Configuration:  200200-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12643455810.489769
+ --- Energy:  55.917443124663876
+ --- Workload:  706990000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 233 in the X datas point
+--------------
+ --- Configuration:  000200-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 671 in the X datas point
+--------------
+ --- Configuration:  100100-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12819017268.498163
+ --- Energy:  54.9760816945145
+ --- Workload:  704739000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 762 in the X datas point
+--------------
+ --- Configuration:  300300-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6026783023.757579
+ --- Energy:  12.58462594133227
+ --- Workload:  75844700000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 390 in the X datas point
+--------------
+ --- Configuration:  200222-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15542938143.76907
+ --- Energy:  66.2043614748613
+ --- Workload:  1029010000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 428 in the X datas point
+--------------
+ --- Configuration:  100100-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12184957913.155367
+ --- Energy:  38.48271275814499
+ --- Workload:  468910000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 450 in the X datas point
+--------------
+ --- Configuration:  200000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11138350566.21805
+ --- Energy:  37.46453250408571
+ --- Workload:  417293000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 511 in the X datas point
+--------------
+ --- Configuration:  220200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13871530210.112068
+ --- Energy:  73.91177263939154
+ --- Workload:  1025270000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 523 in the X datas point
+--------------
+ --- Configuration:  202220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14224386857.804495
+ --- Energy:  56.254266540548315
+ --- Workload:  800182000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '200200-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 762 in the X datas point
+--------------
+ --- Configuration:  300300-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6026783023.757579
+ --- Energy:  12.58462594133227
+ --- Workload:  75844700000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 450 in the X datas point
+--------------
+ --- Configuration:  200000-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11138350566.21805
+ --- Energy:  37.46453250408571
+ --- Workload:  417293000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 428 in the X datas point
+--------------
+ --- Configuration:  100100-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12184957913.155367
+ --- Energy:  38.48271275814499
+ --- Workload:  468910000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 291 in the X datas point
+--------------
+ --- Configuration:  200000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14322613248.733103
+ --- Energy:  42.7422
+ --- Workload:  612180000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 233 in the X datas point
+--------------
+ --- Configuration:  000200-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 671 in the X datas point
+--------------
+ --- Configuration:  100100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12819017268.498163
+ --- Energy:  54.9760816945145
+ --- Workload:  704739000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 723 in the X datas point
+--------------
+ --- Configuration:  200200-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12643455810.489769
+ --- Energy:  55.917443124663876
+ --- Workload:  706990000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 523 in the X datas point
+--------------
+ --- Configuration:  202220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14224386857.804495
+ --- Energy:  56.254266540548315
+ --- Workload:  800182000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 390 in the X datas point
+--------------
+ --- Configuration:  200222-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15542938143.76907
+ --- Energy:  66.2043614748613
+ --- Workload:  1029010000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 511 in the X datas point
+--------------
+ --- Configuration:  220200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13871530210.112068
+ --- Energy:  73.91177263939154
+ --- Workload:  1025270000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 233 in the X datas point
+--------------
+ --- Configuration:  000200-2-1
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (53.677951058628 mAh)  it is NOT far from the median.
+---  Median :53.677951058628,   the gap is :  10
+--- So No we don't romove this configuration '200200-2-1'
+ --- remove_aberrant_points: The value [1.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 1, 0, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '222020-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222020-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 724 in the X datas point
+--------------
+ --- Configuration:  222020-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5766580360.18061
+ --- Energy:  28.13171207069184
+ --- Workload:  162224000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 136 in the X datas point
+--------------
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 183 in the X datas point
+--------------
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 286 in the X datas point
+--------------
+ --- Configuration:  222000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12705257909.722488
+ --- Energy:  32.11143
+ --- Workload:  407984000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 388 in the X datas point
+--------------
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12210772587.792402
+ --- Energy:  40.0698805124967
+ --- Workload:  489284000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 641 in the X datas point
+--------------
+ --- Configuration:  222220-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7320161921.981714
+ --- Energy:  28.31277417055063
+ --- Workload:  207254000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 661 in the X datas point
+--------------
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10742142391.394255
+ --- Energy:  31.721882777468608
+ --- Workload:  340761000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 64 in the X datas point
+--------------
+ --- Configuration:  220020-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10312116840.40865
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 69 in the X datas point
+--------------
+ --- Configuration:  220220-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6218480079.099067
+ --- Energy:  26.274511449565598
+ --- Workload:  163388000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 107 in the X datas point
+--------------
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222020-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 69 in the X datas point
+--------------
+ --- Configuration:  220220-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6218480079.099067
+ --- Energy:  26.274511449565598
+ --- Workload:  163388000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 724 in the X datas point
+--------------
+ --- Configuration:  222020-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5766580360.18061
+ --- Energy:  28.13171207069184
+ --- Workload:  162224000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 641 in the X datas point
+--------------
+ --- Configuration:  222220-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7320161921.981714
+ --- Energy:  28.31277417055063
+ --- Workload:  207254000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 661 in the X datas point
+--------------
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10742142391.394255
+ --- Energy:  31.721882777468608
+ --- Workload:  340761000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 286 in the X datas point
+--------------
+ --- Configuration:  222000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12705257909.722488
+ --- Energy:  32.11143
+ --- Workload:  407984000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 136 in the X datas point
+--------------
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 64 in the X datas point
+--------------
+ --- Configuration:  220020-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10312116840.40865
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 183 in the X datas point
+--------------
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 388 in the X datas point
+--------------
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12210772587.792402
+ --- Energy:  40.0698805124967
+ --- Workload:  489284000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 107 in the X datas point
+--------------
+ --- Configuration:  333033-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11838060073.41965
+ --- Energy:  55.6549041743458
+ --- Workload:  658846000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 286 in the X datas point
+--------------
+ --- Configuration:  222000-0-0
+ --- Energy efficiency:  12705257909.722488
+ --- Energy:  32.11143
+ --- Workload:  407984000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (32.11143 mAh)  it is NOT far from the median.
+---  Median :32.11143,   the gap is :  10
+--- So No we don't romove this configuration '222020-0-0'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 1, 0, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0]
+--- Computing the list of the 10 first neighbours of '300000-1-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '300000-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 725 in the X datas point
+--------------
+ --- Configuration:  300000-1-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11702585803.359112
+ --- Energy:  59.58014174819067
+ --- Workload:  697242000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 682 in the X datas point
+--------------
+ --- Configuration:  300000-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13144404427.03541
+ --- Energy:  70.39204293589904
+ --- Workload:  925262000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 697 in the X datas point
+--------------
+ --- Configuration:  200000-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11743484714.680296
+ --- Energy:  59.21002058329076
+ --- Workload:  695332000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 729 in the X datas point
+--------------
+ --- Configuration:  300000-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12935790616.11877
+ --- Energy:  71.63108945590916
+ --- Workload:  926605000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 238 in the X datas point
+--------------
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 413 in the X datas point
+--------------
+ --- Configuration:  303000-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10778103635.777699
+ --- Energy:  74.4831318809973
+ --- Workload:  802787000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 449 in the X datas point
+--------------
+ --- Configuration:  202000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12043389925.222591
+ --- Energy:  61.77677173928621
+ --- Workload:  744002000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 450 in the X datas point
+--------------
+ --- Configuration:  200000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11138350566.21805
+ --- Energy:  37.46453250408571
+ --- Workload:  417293000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 579 in the X datas point
+--------------
+ --- Configuration:  200000-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11184606402.516088
+ --- Energy:  64.33997409241996
+ --- Workload:  719617000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 626 in the X datas point
+--------------
+ --- Configuration:  330300-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12797903191.541098
+ --- Energy:  61.958674038002826
+ --- Workload:  792941000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '300000-1-2'
+--- Neighbour  0 in the list of neghbours, And at position 450 in the X datas point
+--------------
+ --- Configuration:  200000-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11138350566.21805
+ --- Energy:  37.46453250408571
+ --- Workload:  417293000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 697 in the X datas point
+--------------
+ --- Configuration:  200000-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11743484714.680296
+ --- Energy:  59.21002058329076
+ --- Workload:  695332000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 725 in the X datas point
+--------------
+ --- Configuration:  300000-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11702585803.359112
+ --- Energy:  59.58014174819067
+ --- Workload:  697242000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 449 in the X datas point
+--------------
+ --- Configuration:  202000-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12043389925.222591
+ --- Energy:  61.77677173928621
+ --- Workload:  744002000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 626 in the X datas point
+--------------
+ --- Configuration:  330300-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12797903191.541098
+ --- Energy:  61.958674038002826
+ --- Workload:  792941000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 238 in the X datas point
+--------------
+ --- Configuration:  330030-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12684319010.623117
+ --- Energy:  62.4755025899128
+ --- Workload:  792459000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 579 in the X datas point
+--------------
+ --- Configuration:  200000-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11184606402.516088
+ --- Energy:  64.33997409241996
+ --- Workload:  719617000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 682 in the X datas point
+--------------
+ --- Configuration:  300000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13144404427.03541
+ --- Energy:  70.39204293589904
+ --- Workload:  925262000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 729 in the X datas point
+--------------
+ --- Configuration:  300000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12935790616.11877
+ --- Energy:  71.63108945590916
+ --- Workload:  926605000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 413 in the X datas point
+--------------
+ --- Configuration:  303000-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10778103635.777699
+ --- Energy:  74.4831318809973
+ --- Workload:  802787000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 626 in the X datas point
+--------------
+ --- Configuration:  330300-1-2
+ --- Energy efficiency:  12797903191.541098
+ --- Energy:  61.958674038002826
+ --- Workload:  792941000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (61.958674038002826 mAh)  it is NOT far from the median.
+---  Median :61.958674038002826,   the gap is :  10
+--- So No we don't romove this configuration '300000-1-2'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 1, 1, 1, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '010111-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '010111-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 726 in the X datas point
+--------------
+ --- Configuration:  010111-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14055841045.304787
+ --- Energy:  57.13542391806448
+ --- Workload:  803087000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 212 in the X datas point
+--------------
+ --- Configuration:  011111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 433 in the X datas point
+--------------
+ --- Configuration:  010111-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13352311418.629679
+ --- Energy:  42.04621333129826
+ --- Workload:  561414000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 118 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 198 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 213 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13997917109.93404
+ --- Energy:  44.3851855395692
+ --- Workload:  621300000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 217 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13731963066.512136
+ --- Energy:  45.342545639677
+ --- Workload:  622642000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 257 in the X datas point
+--------------
+ --- Configuration:  011110-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '010111-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 433 in the X datas point
+--------------
+ --- Configuration:  010111-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13352311418.629679
+ --- Energy:  42.04621333129826
+ --- Workload:  561414000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 213 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13997917109.93404
+ --- Energy:  44.3851855395692
+ --- Workload:  621300000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 217 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13731963066.512136
+ --- Energy:  45.342545639677
+ --- Workload:  622642000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 212 in the X datas point
+--------------
+ --- Configuration:  011111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14930141866.208012
+ --- Energy:  54.9134481539672
+ --- Workload:  819865000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 726 in the X datas point
+--------------
+ --- Configuration:  010111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14055841045.304787
+ --- Energy:  57.13542391806448
+ --- Workload:  803087000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 257 in the X datas point
+--------------
+ --- Configuration:  011110-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 118 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 198 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (55.3938120911074 mAh)  it is NOT far from the median.
+---  Median :55.3938120911074,   the gap is :  10
+--- So No we don't romove this configuration '010111-2-1'
+ --- remove_aberrant_points: The value [0.0, 0, 1, 0, 1, 1, 1, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '333330-3-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '333330-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 727 in the X datas point
+--------------
+ --- Configuration:  333330-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12377325235.262009
+ --- Energy:  77.91783871145545
+ --- Workload:  964415000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 68 in the X datas point
+--------------
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 88 in the X datas point
+--------------
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 205 in the X datas point
+--------------
+ --- Configuration:  222220-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13053432922.324242
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 15 in the X datas point
+--------------
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 25 in the X datas point
+--------------
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 62 in the X datas point
+--------------
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 72 in the X datas point
+--------------
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  75.96541207639095
+ --- Workload:  1164630000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '333330-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 25 in the X datas point
+--------------
+ --- Configuration:  333300-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12714137867.025375
+ --- Energy:  51.080839551389985
+ --- Workload:  649449000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 15 in the X datas point
+--------------
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 88 in the X datas point
+--------------
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 205 in the X datas point
+--------------
+ --- Configuration:  222220-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13053432922.324242
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 68 in the X datas point
+--------------
+ --- Configuration:  333333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15804679449.491407
+ --- Energy:  75.13916289414331
+ --- Workload:  1187550000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 72 in the X datas point
+--------------
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  75.96541207639095
+ --- Workload:  1164630000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 62 in the X datas point
+--------------
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 727 in the X datas point
+--------------
+ --- Configuration:  333330-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12377325235.262009
+ --- Energy:  77.91783871145545
+ --- Workload:  964415000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 8 in the X datas point
+--------------
+ --- Configuration:  333333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15861711256.58063
+ --- Energy:  85.51534231485796
+ --- Workload:  1356420000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 205 in the X datas point
+--------------
+ --- Configuration:  222220-3-1
+ --- Energy efficiency:  13053432922.324242
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (72.5120663430038 mAh)  it is NOT far from the median.
+---  Median :72.5120663430038,   the gap is :  10
+--- So No we don't romove this configuration '333330-3-1'
+ --- remove_aberrant_points: The value [2.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 1, 1, 0, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '030330-3-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '030330-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 728 in the X datas point
+--------------
+ --- Configuration:  030330-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11775636443.710691
+ --- Energy:  72.65400201940935
+ --- Workload:  855547000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 178 in the X datas point
+--------------
+ --- Configuration:  030330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11742271237.07176
+ --- Energy:  50.8317348445158
+ --- Workload:  596880000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 144 in the X datas point
+--------------
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 171 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 398 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12248762568.76149
+ --- Energy:  69.6438226916913
+ --- Workload:  853051000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 474 in the X datas point
+--------------
+ --- Configuration:  330330-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13959598131.089003
+ --- Energy:  56.36587794320171
+ --- Workload:  786845000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 564 in the X datas point
+--------------
+ --- Configuration:  030300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11625825142.93952
+ --- Energy:  47.58862500100224
+ --- Workload:  553257000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 593 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12530386186.502268
+ --- Energy:  65.40226173805877
+ --- Workload:  819516000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 619 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11927480916.030533
+ --- Energy:  57.869084231929165
+ --- Workload:  690232000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '030330-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 564 in the X datas point
+--------------
+ --- Configuration:  030300-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11625825142.93952
+ --- Energy:  47.58862500100224
+ --- Workload:  553257000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 178 in the X datas point
+--------------
+ --- Configuration:  030330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11742271237.07176
+ --- Energy:  50.8317348445158
+ --- Workload:  596880000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 171 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 474 in the X datas point
+--------------
+ --- Configuration:  330330-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13959598131.089003
+ --- Energy:  56.36587794320171
+ --- Workload:  786845000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 619 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11927480916.030533
+ --- Energy:  57.869084231929165
+ --- Workload:  690232000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 593 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12530386186.502268
+ --- Energy:  65.40226173805877
+ --- Workload:  819516000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 398 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12248762568.76149
+ --- Energy:  69.6438226916913
+ --- Workload:  853051000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 728 in the X datas point
+--------------
+ --- Configuration:  030330-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11775636443.710691
+ --- Energy:  72.65400201940935
+ --- Workload:  855547000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 144 in the X datas point
+--------------
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 474 in the X datas point
+--------------
+ --- Configuration:  330330-2-1
+ --- Energy efficiency:  13959598131.089003
+ --- Energy:  56.36587794320171
+ --- Workload:  786845000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (72.65400201940935 mAh)  is far from the median.
+---  Median :56.36587794320171,   the gap is :  10
+--- So yes we remove this configuration '030330-3-1'
+--- remove_aberrant_points: The value [2.0, 0, 1, 0, 1, 1, 0, 3.0, 1.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '300000-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '300000-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 682 in the X datas point
+--------------
+ --- Configuration:  300000-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13144404427.03541
+ --- Energy:  70.39204293589904
+ --- Workload:  925262000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 729 in the X datas point
+--------------
+ --- Configuration:  300000-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12935790616.11877
+ --- Energy:  71.63108945590916
+ --- Workload:  926605000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 725 in the X datas point
+--------------
+ --- Configuration:  300000-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11702585803.359112
+ --- Energy:  59.58014174819067
+ --- Workload:  697242000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 87 in the X datas point
+--------------
+ --- Configuration:  330030-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14087701577.399946
+ --- Energy:  72.9096660218277
+ --- Workload:  1027130000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 224 in the X datas point
+--------------
+ --- Configuration:  303300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13967533864.285854
+ --- Energy:  72.5489714103032
+ --- Workload:  1013330000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 317 in the X datas point
+--------------
+ --- Configuration:  300000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13175045908.951681
+ --- Energy:  96.57158
+ --- Workload:  1272335000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 472 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885591061.0119
+ --- Energy:  50.17401859858811
+ --- Workload:  696696000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 555 in the X datas point
+--------------
+ --- Configuration:  300000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11530208569.942822
+ --- Energy:  61.70736633784887
+ --- Workload:  711499000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 697 in the X datas point
+--------------
+ --- Configuration:  200000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11743484714.680296
+ --- Energy:  59.21002058329076
+ --- Workload:  695332000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 733 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12720752763.265518
+ --- Energy:  54.90126391795327
+ --- Workload:  698385000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '300000-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 472 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13885591061.0119
+ --- Energy:  50.17401859858811
+ --- Workload:  696696000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 733 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12720752763.265518
+ --- Energy:  54.90126391795327
+ --- Workload:  698385000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 697 in the X datas point
+--------------
+ --- Configuration:  200000-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11743484714.680296
+ --- Energy:  59.21002058329076
+ --- Workload:  695332000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 725 in the X datas point
+--------------
+ --- Configuration:  300000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11702585803.359112
+ --- Energy:  59.58014174819067
+ --- Workload:  697242000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 555 in the X datas point
+--------------
+ --- Configuration:  300000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11530208569.942822
+ --- Energy:  61.70736633784887
+ --- Workload:  711499000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 682 in the X datas point
+--------------
+ --- Configuration:  300000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13144404427.03541
+ --- Energy:  70.39204293589904
+ --- Workload:  925262000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 729 in the X datas point
+--------------
+ --- Configuration:  300000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12935790616.11877
+ --- Energy:  71.63108945590916
+ --- Workload:  926605000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 224 in the X datas point
+--------------
+ --- Configuration:  303300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13967533864.285854
+ --- Energy:  72.5489714103032
+ --- Workload:  1013330000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 87 in the X datas point
+--------------
+ --- Configuration:  330030-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14087701577.399946
+ --- Energy:  72.9096660218277
+ --- Workload:  1027130000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 317 in the X datas point
+--------------
+ --- Configuration:  300000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13175045908.951681
+ --- Energy:  96.57158
+ --- Workload:  1272335000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 555 in the X datas point
+--------------
+ --- Configuration:  300000-3-1
+ --- Energy efficiency:  11530208569.942822
+ --- Energy:  61.70736633784887
+ --- Workload:  711499000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (61.70736633784887 mAh)  it is NOT far from the median.
+---  Median :61.70736633784887,   the gap is :  10
+--- So No we don't romove this configuration '300000-2-2'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '030030-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '030030-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 730 in the X datas point
+--------------
+ --- Configuration:  030030-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8319329129.299013
+ --- Energy:  30.213348273400626
+ --- Workload:  251355000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 778 in the X datas point
+--------------
+ --- Configuration:  020020-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5577369266.464394
+ --- Energy:  13.574697742750608
+ --- Workload:  75711000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 153 in the X datas point
+--------------
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 437 in the X datas point
+--------------
+ --- Configuration:  033000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8071025020.177562
+ --- Energy:  30.84463223263372
+ --- Workload:  248947000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 547 in the X datas point
+--------------
+ --- Configuration:  033030-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12586706675.611618
+ --- Energy:  42.00513493266639
+ --- Workload:  528706000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 557 in the X datas point
+--------------
+ --- Configuration:  033030-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5054436278.721834
+ --- Energy:  23.84502806404063
+ --- Workload:  120523000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 630 in the X datas point
+--------------
+ --- Configuration:  020022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12661321056.916437
+ --- Energy:  36.88800733705025
+ --- Workload:  467051000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 752 in the X datas point
+--------------
+ --- Configuration:  000030-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6218634760.924586
+ --- Energy:  12.26762907254409
+ --- Workload:  76287800000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 45 in the X datas point
+--------------
+ --- Configuration:  030300-2-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 57 in the X datas point
+--------------
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '030030-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 752 in the X datas point
+--------------
+ --- Configuration:  000030-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6218634760.924586
+ --- Energy:  12.26762907254409
+ --- Workload:  76287800000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 778 in the X datas point
+--------------
+ --- Configuration:  020020-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5577369266.464394
+ --- Energy:  13.574697742750608
+ --- Workload:  75711000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 557 in the X datas point
+--------------
+ --- Configuration:  033030-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5054436278.721834
+ --- Energy:  23.84502806404063
+ --- Workload:  120523000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 730 in the X datas point
+--------------
+ --- Configuration:  030030-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8319329129.299013
+ --- Energy:  30.213348273400626
+ --- Workload:  251355000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 437 in the X datas point
+--------------
+ --- Configuration:  033000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8071025020.177562
+ --- Energy:  30.84463223263372
+ --- Workload:  248947000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 630 in the X datas point
+--------------
+ --- Configuration:  020022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12661321056.916437
+ --- Energy:  36.88800733705025
+ --- Workload:  467051000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 45 in the X datas point
+--------------
+ --- Configuration:  030300-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 547 in the X datas point
+--------------
+ --- Configuration:  033030-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12586706675.611618
+ --- Energy:  42.00513493266639
+ --- Workload:  528706000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 57 in the X datas point
+--------------
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 153 in the X datas point
+--------------
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 437 in the X datas point
+--------------
+ --- Configuration:  033000-1-0
+ --- Energy efficiency:  8071025020.177562
+ --- Energy:  30.84463223263372
+ --- Workload:  248947000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (30.84463223263372 mAh)  it is NOT far from the median.
+---  Median :30.84463223263372,   the gap is :  10
+--- So No we don't romove this configuration '030030-1-0'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0]
+--- Computing the list of the 10 first neighbours of '033003-3-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '033003-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 731 in the X datas point
+--------------
+ --- Configuration:  033003-3-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11710177783.919115
+ --- Energy:  96.92513711752248
+ --- Workload:  1135010000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 389 in the X datas point
+--------------
+ --- Configuration:  033033-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13292286751.84364
+ --- Energy:  89.2614987149264
+ --- Workload:  1186490000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 485 in the X datas point
+--------------
+ --- Configuration:  333003-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14748327170.99063
+ --- Energy:  71.45892509072699
+ --- Workload:  1053900000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 648 in the X datas point
+--------------
+ --- Configuration:  022002-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14232302487.66415
+ --- Energy:  64.65330182509297
+ --- Workload:  920166000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 151 in the X datas point
+--------------
+ --- Configuration:  033033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14103636340.557686
+ --- Energy:  92.8249833568298
+ --- Workload:  1309170000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 398 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12248762568.76149
+ --- Energy:  69.6438226916913
+ --- Workload:  853051000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 432 in the X datas point
+--------------
+ --- Configuration:  033003-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12711988294.801178
+ --- Energy:  62.72069654525214
+ --- Workload:  797305000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 593 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12530386186.502268
+ --- Energy:  65.40226173805877
+ --- Workload:  819516000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 604 in the X datas point
+--------------
+ --- Configuration:  330003-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13533264764.791859
+ --- Energy:  73.38859474562628
+ --- Workload:  993187000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 684 in the X datas point
+--------------
+ --- Configuration:  033003-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12932729116.229023
+ --- Energy:  61.75656078333707
+ --- Workload:  798681000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '033003-3-1'
+--- Neighbour  0 in the list of neghbours, And at position 684 in the X datas point
+--------------
+ --- Configuration:  033003-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12932729116.229023
+ --- Energy:  61.75656078333707
+ --- Workload:  798681000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 432 in the X datas point
+--------------
+ --- Configuration:  033003-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12711988294.801178
+ --- Energy:  62.72069654525214
+ --- Workload:  797305000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 648 in the X datas point
+--------------
+ --- Configuration:  022002-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14232302487.66415
+ --- Energy:  64.65330182509297
+ --- Workload:  920166000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 593 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12530386186.502268
+ --- Energy:  65.40226173805877
+ --- Workload:  819516000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 398 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12248762568.76149
+ --- Energy:  69.6438226916913
+ --- Workload:  853051000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 485 in the X datas point
+--------------
+ --- Configuration:  333003-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14748327170.99063
+ --- Energy:  71.45892509072699
+ --- Workload:  1053900000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 604 in the X datas point
+--------------
+ --- Configuration:  330003-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13533264764.791859
+ --- Energy:  73.38859474562628
+ --- Workload:  993187000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 389 in the X datas point
+--------------
+ --- Configuration:  033033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13292286751.84364
+ --- Energy:  89.2614987149264
+ --- Workload:  1186490000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 151 in the X datas point
+--------------
+ --- Configuration:  033033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14103636340.557686
+ --- Energy:  92.8249833568298
+ --- Workload:  1309170000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 731 in the X datas point
+--------------
+ --- Configuration:  033003-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11710177783.919115
+ --- Energy:  96.92513711752248
+ --- Workload:  1135010000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 398 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Energy efficiency:  12248762568.76149
+ --- Energy:  69.6438226916913
+ --- Workload:  853051000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (96.92513711752248 mAh)  is far from the median.
+---  Median :69.6438226916913,   the gap is :  10
+--- So yes we remove this configuration '033003-3-1'
+--- remove_aberrant_points: The value [2.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 0, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '222002-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222002-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 732 in the X datas point
+--------------
+ --- Configuration:  222002-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14681722283.47763
+ --- Energy:  54.8681089022372
+ --- Workload:  805558000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 225 in the X datas point
+--------------
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15528046758.0544
+ --- Energy:  58.262720853322
+ --- Workload:  904706000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 478 in the X datas point
+--------------
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15859321474.790024
+ --- Energy:  57.21047710637256
+ --- Workload:  907319000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 556 in the X datas point
+--------------
+ --- Configuration:  222002-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13717835106.13489
+ --- Energy:  41.48623715392385
+ --- Workload:  569101000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 751 in the X datas point
+--------------
+ --- Configuration:  222002-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11099222610.448364
+ --- Energy:  16.982170959553237
+ --- Workload:  188489000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 113 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 155 in the X datas point
+--------------
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 221 in the X datas point
+--------------
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 248 in the X datas point
+--------------
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222002-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 751 in the X datas point
+--------------
+ --- Configuration:  222002-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11099222610.448364
+ --- Energy:  16.982170959553237
+ --- Workload:  188489000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 556 in the X datas point
+--------------
+ --- Configuration:  222002-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13717835106.13489
+ --- Energy:  41.48623715392385
+ --- Workload:  569101000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 155 in the X datas point
+--------------
+ --- Configuration:  222022-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14778186805.148129
+ --- Energy:  45.2436589650941
+ --- Workload:  668619000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 248 in the X datas point
+--------------
+ --- Configuration:  222020-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12701670777.774109
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 732 in the X datas point
+--------------
+ --- Configuration:  222002-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14681722283.47763
+ --- Energy:  54.8681089022372
+ --- Workload:  805558000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 478 in the X datas point
+--------------
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15859321474.790024
+ --- Energy:  57.21047710637256
+ --- Workload:  907319000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 225 in the X datas point
+--------------
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15528046758.0544
+ --- Energy:  58.262720853322
+ --- Workload:  904706000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 113 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  70.0487654332769
+ --- Workload:  1135860000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 221 in the X datas point
+--------------
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (54.087718626572986 mAh)  it is NOT far from the median.
+---  Median :54.087718626572986,   the gap is :  10
+--- So No we don't romove this configuration '222002-2-0'
+ --- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 0, 1, 2.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '303000-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303000-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 472 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13885591061.0119
+ --- Energy:  50.17401859858811
+ --- Workload:  696696000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 733 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12720752763.265518
+ --- Energy:  54.90126391795327
+ --- Workload:  698385000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 605 in the X datas point
+--------------
+ --- Configuration:  303000-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12131240613.452576
+ --- Energy:  64.34512219904238
+ --- Workload:  780586000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 718 in the X datas point
+--------------
+ --- Configuration:  202000-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12501375151.26664
+ --- Energy:  55.880391426208845
+ --- Workload:  698582000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 224 in the X datas point
+--------------
+ --- Configuration:  303300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13967533864.285854
+ --- Energy:  72.5489714103032
+ --- Workload:  1013330000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 518 in the X datas point
+--------------
+ --- Configuration:  303303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14789355213.691393
+ --- Energy:  71.90443674396933
+ --- Workload:  1063420000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 555 in the X datas point
+--------------
+ --- Configuration:  300000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11530208569.942822
+ --- Energy:  61.70736633784887
+ --- Workload:  711499000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 597 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10921477850.696844
+ --- Energy:  39.54493033100684
+ --- Workload:  431889000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 620 in the X datas point
+--------------
+ --- Configuration:  002000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12453749886.359531
+ --- Energy:  52.141300619742324
+ --- Workload:  649355000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303000-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 597 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10921477850.696844
+ --- Energy:  39.54493033100684
+ --- Workload:  431889000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 472 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13885591061.0119
+ --- Energy:  50.17401859858811
+ --- Workload:  696696000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 620 in the X datas point
+--------------
+ --- Configuration:  002000-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12453749886.359531
+ --- Energy:  52.141300619742324
+ --- Workload:  649355000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 733 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12720752763.265518
+ --- Energy:  54.90126391795327
+ --- Workload:  698385000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 718 in the X datas point
+--------------
+ --- Configuration:  202000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12501375151.26664
+ --- Energy:  55.880391426208845
+ --- Workload:  698582000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 555 in the X datas point
+--------------
+ --- Configuration:  300000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11530208569.942822
+ --- Energy:  61.70736633784887
+ --- Workload:  711499000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 605 in the X datas point
+--------------
+ --- Configuration:  303000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12131240613.452576
+ --- Energy:  64.34512219904238
+ --- Workload:  780586000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 518 in the X datas point
+--------------
+ --- Configuration:  303303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14789355213.691393
+ --- Energy:  71.90443674396933
+ --- Workload:  1063420000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 224 in the X datas point
+--------------
+ --- Configuration:  303300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13967533864.285854
+ --- Energy:  72.5489714103032
+ --- Workload:  1013330000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 733 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Energy efficiency:  12720752763.265518
+ --- Energy:  54.90126391795327
+ --- Workload:  698385000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (54.90126391795327 mAh)  it is NOT far from the median.
+---  Median :54.90126391795327,   the gap is :  10
+--- So No we don't romove this configuration '303000-2-1'
+ --- remove_aberrant_points: The value [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 1, 0, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '030303-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '030303-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 734 in the X datas point
+--------------
+ --- Configuration:  030303-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8880442601.259247
+ --- Energy:  43.68880457674721
+ --- Workload:  387977000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 259 in the X datas point
+--------------
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 424 in the X datas point
+--------------
+ --- Configuration:  033303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10135460428.628622
+ --- Energy:  51.680919654150905
+ --- Workload:  523810000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 521 in the X datas point
+--------------
+ --- Configuration:  030003-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7055470105.973162
+ --- Energy:  35.8863088610274
+ --- Workload:  253195000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 23 in the X datas point
+--------------
+ --- Configuration:  000300-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  1619850293.4358807
+ --- Energy:  22.60411372898465
+ --- Workload:  36615300000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 152 in the X datas point
+--------------
+ --- Configuration:  022202-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10890102530.315323
+ --- Energy:  35.8868812091206
+ --- Workload:  390812000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 170 in the X datas point
+--------------
+ --- Configuration:  330333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11461738424.790365
+ --- Energy:  57.5070787061249
+ --- Workload:  659131000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 277 in the X datas point
+--------------
+ --- Configuration:  033333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10524354935.975086
+ --- Energy:  24.0280687781385
+ --- Workload:  252880000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 550 in the X datas point
+--------------
+ --- Configuration:  333303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11588412051.484997
+ --- Energy:  56.880158834189615
+ --- Workload:  659151000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 627 in the X datas point
+--------------
+ --- Configuration:  300303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9265607916.535404
+ --- Energy:  41.90141554208418
+ --- Workload:  388241000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '030303-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 23 in the X datas point
+--------------
+ --- Configuration:  000300-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  1619850293.4358807
+ --- Energy:  22.60411372898465
+ --- Workload:  36615300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 277 in the X datas point
+--------------
+ --- Configuration:  033333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10524354935.975086
+ --- Energy:  24.0280687781385
+ --- Workload:  252880000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 521 in the X datas point
+--------------
+ --- Configuration:  030003-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7055470105.973162
+ --- Energy:  35.8863088610274
+ --- Workload:  253195000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 152 in the X datas point
+--------------
+ --- Configuration:  022202-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10890102530.315323
+ --- Energy:  35.8868812091206
+ --- Workload:  390812000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 259 in the X datas point
+--------------
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 627 in the X datas point
+--------------
+ --- Configuration:  300303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9265607916.535404
+ --- Energy:  41.90141554208418
+ --- Workload:  388241000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 734 in the X datas point
+--------------
+ --- Configuration:  030303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8880442601.259247
+ --- Energy:  43.68880457674721
+ --- Workload:  387977000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 424 in the X datas point
+--------------
+ --- Configuration:  033303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10135460428.628622
+ --- Energy:  51.680919654150905
+ --- Workload:  523810000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 550 in the X datas point
+--------------
+ --- Configuration:  333303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11588412051.484997
+ --- Energy:  56.880158834189615
+ --- Workload:  659151000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 170 in the X datas point
+--------------
+ --- Configuration:  330333-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11461738424.790365
+ --- Energy:  57.5070787061249
+ --- Workload:  659131000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 259 in the X datas point
+--------------
+ --- Configuration:  330303-0-0
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (38.6438793260726 mAh)  it is NOT far from the median.
+---  Median :38.6438793260726,   the gap is :  10
+--- So No we don't romove this configuration '030303-0-0'
+ --- remove_aberrant_points: The value [2.0, 0, 1, 0, 1, 0, 1, 0.0, 0.0] is not an abberant point.
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '030000-3-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '030000-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 735 in the X datas point
+--------------
+ --- Configuration:  030000-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11179904791.930792
+ --- Energy:  92.80579213921902
+ --- Workload:  1037560000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 452 in the X datas point
+--------------
+ --- Configuration:  020000-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11844664334.057436
+ --- Energy:  85.8782938267127
+ --- Workload:  1017200000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 586 in the X datas point
+--------------
+ --- Configuration:  030000-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11233026896.3596
+ --- Energy:  80.04278396859557
+ --- Workload:  899123000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 260 in the X datas point
+--------------
+ --- Configuration:  033030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7104290991.759023
+ --- Energy:  16.3307947163033
+ --- Workload:  116019000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 419 in the X datas point
+--------------
+ --- Configuration:  330000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10983169391.224886
+ --- Energy:  83.68676450959153
+ --- Workload:  919146000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 436 in the X datas point
+--------------
+ --- Configuration:  030300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13468630213.370039
+ --- Energy:  72.31426635370143
+ --- Workload:  973974000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 469 in the X datas point
+--------------
+ --- Configuration:  330030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13326563439.106268
+ --- Energy:  79.44879111187178
+ --- Workload:  1058780000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 635 in the X datas point
+--------------
+ --- Configuration:  330003-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13484449059.122566
+ --- Energy:  94.49408464421893
+ --- Workload:  1274200000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 87 in the X datas point
+--------------
+ --- Configuration:  330030-2-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14087701577.399946
+ --- Energy:  72.9096660218277
+ --- Workload:  1027130000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 144 in the X datas point
+--------------
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '030000-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 260 in the X datas point
+--------------
+ --- Configuration:  033030-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  7104290991.759023
+ --- Energy:  16.3307947163033
+ --- Workload:  116019000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 436 in the X datas point
+--------------
+ --- Configuration:  030300-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13468630213.370039
+ --- Energy:  72.31426635370143
+ --- Workload:  973974000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 87 in the X datas point
+--------------
+ --- Configuration:  330030-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14087701577.399946
+ --- Energy:  72.9096660218277
+ --- Workload:  1027130000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 469 in the X datas point
+--------------
+ --- Configuration:  330030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13326563439.106268
+ --- Energy:  79.44879111187178
+ --- Workload:  1058780000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 144 in the X datas point
+--------------
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 586 in the X datas point
+--------------
+ --- Configuration:  030000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11233026896.3596
+ --- Energy:  80.04278396859557
+ --- Workload:  899123000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 419 in the X datas point
+--------------
+ --- Configuration:  330000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10983169391.224886
+ --- Energy:  83.68676450959153
+ --- Workload:  919146000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 452 in the X datas point
+--------------
+ --- Configuration:  020000-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11844664334.057436
+ --- Energy:  85.8782938267127
+ --- Workload:  1017200000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 735 in the X datas point
+--------------
+ --- Configuration:  030000-3-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11179904791.930792
+ --- Energy:  92.80579213921902
+ --- Workload:  1037560000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 635 in the X datas point
+--------------
+ --- Configuration:  330003-3-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13484449059.122566
+ --- Energy:  94.49408464421893
+ --- Workload:  1274200000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 144 in the X datas point
+--------------
+ --- Configuration:  033330-3-2
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (92.80579213921902 mAh)  is far from the median.
+---  Median :79.7127969833484,   the gap is :  10
+--- So yes we remove this configuration '030000-3-2'
+--- remove_aberrant_points: The value [2.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '003333-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '003333-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 572 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12236502220.313328
+ --- Energy:  57.33723345336789
+ --- Workload:  701607000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 736 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10537108006.410776
+ --- Energy:  25.752705265432734
+ --- Workload:  271359000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 210 in the X datas point
+--------------
+ --- Configuration:  033333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 492 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13042179713.411142
+ --- Energy:  64.25089221017343
+ --- Workload:  837972000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 591 in the X datas point
+--------------
+ --- Configuration:  003333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13285505513.484787
+ --- Energy:  70.52682283226056
+ --- Workload:  936985000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 614 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13034495793.116482
+ --- Energy:  64.35007047679922
+ --- Workload:  838771000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 748 in the X datas point
+--------------
+ --- Configuration:  003303-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10743134868.240822
+ --- Energy:  23.48970283086431
+ --- Workload:  252353000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 153 in the X datas point
+--------------
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 161 in the X datas point
+--------------
+ --- Configuration:  303333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 192 in the X datas point
+--------------
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '003333-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 748 in the X datas point
+--------------
+ --- Configuration:  003303-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10743134868.240822
+ --- Energy:  23.48970283086431
+ --- Workload:  252353000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 736 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10537108006.410776
+ --- Energy:  25.752705265432734
+ --- Workload:  271359000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 572 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12236502220.313328
+ --- Energy:  57.33723345336789
+ --- Workload:  701607000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 153 in the X datas point
+--------------
+ --- Configuration:  033033-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12220292773.774273
+ --- Energy:  57.5281823764323
+ --- Workload:  703011000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 161 in the X datas point
+--------------
+ --- Configuration:  303333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 210 in the X datas point
+--------------
+ --- Configuration:  033333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 492 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13042179713.411142
+ --- Energy:  64.25089221017343
+ --- Workload:  837972000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 614 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13034495793.116482
+ --- Energy:  64.35007047679922
+ --- Workload:  838771000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 591 in the X datas point
+--------------
+ --- Configuration:  003333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13285505513.484787
+ --- Energy:  70.52682283226056
+ --- Workload:  936985000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 192 in the X datas point
+--------------
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 161 in the X datas point
+--------------
+ --- Configuration:  303333-2-0
+ --- Energy efficiency:  15159761142.803434
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (25.752705265432734 mAh)  is far from the median.
+---  Median :59.6329403677947,   the gap is :  10
+--- So yes we remove this configuration '003333-1-0'
+--- remove_aberrant_points: The value [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 1, 0, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '011101-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011101-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 737 in the X datas point
+--------------
+ --- Configuration:  011101-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5926487844.77343
+ --- Energy:  12.82440487818982
+ --- Workload:  76003700000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 704 in the X datas point
+--------------
+ --- Configuration:  011111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11754748918.563099
+ --- Energy:  32.64170010691823
+ --- Workload:  383695000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 4 in the X datas point
+--------------
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 54 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 146 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 152 in the X datas point
+--------------
+ --- Configuration:  022202-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10890102530.315323
+ --- Energy:  35.8868812091206
+ --- Workload:  390812000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 167 in the X datas point
+--------------
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 218 in the X datas point
+--------------
+ --- Configuration:  011011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011101-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 737 in the X datas point
+--------------
+ --- Configuration:  011101-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5926487844.77343
+ --- Energy:  12.82440487818982
+ --- Workload:  76003700000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 4 in the X datas point
+--------------
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 218 in the X datas point
+--------------
+ --- Configuration:  011011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 54 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 704 in the X datas point
+--------------
+ --- Configuration:  011111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11754748918.563099
+ --- Energy:  32.64170010691823
+ --- Workload:  383695000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 167 in the X datas point
+--------------
+ --- Configuration:  111111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12442484614.867773
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 152 in the X datas point
+--------------
+ --- Configuration:  022202-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10890102530.315323
+ --- Energy:  35.8868812091206
+ --- Workload:  390812000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 146 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  41.1716606409971
+ --- Workload:  602738000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 704 in the X datas point
+--------------
+ --- Configuration:  011111-1-0
+ --- Energy efficiency:  11754748918.563099
+ --- Energy:  32.64170010691823
+ --- Workload:  383695000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (12.82440487818982 mAh)  is far from the median.
+---  Median :32.64170010691823,   the gap is :  10
+--- So yes we remove this configuration '011101-1-0'
+--- remove_aberrant_points: The value [0.0, 0, 1, 1, 1, 0, 1, 1.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 0, 0, 1, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '000033-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000033-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 738 in the X datas point
+--------------
+ --- Configuration:  000033-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  9991107913.956577
+ --- Energy:  25.378870651700414
+ --- Workload:  253562000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 380 in the X datas point
+--------------
+ --- Configuration:  000333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12831600639.526976
+ --- Energy:  62.2597560074204
+ --- Workload:  798892000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 538 in the X datas point
+--------------
+ --- Configuration:  000333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12729464509.616474
+ --- Energy:  62.669563544461724
+ --- Workload:  797750000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 752 in the X datas point
+--------------
+ --- Configuration:  000030-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6218634760.924586
+ --- Energy:  12.26762907254409
+ --- Workload:  76287800000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 57 in the X datas point
+--------------
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 201 in the X datas point
+--------------
+ --- Configuration:  300033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13490088157.726112
+ --- Energy:  75.6622282738419
+ --- Workload:  1020690000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 364 in the X datas point
+--------------
+ --- Configuration:  000033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12689099302.353321
+ --- Energy:  51.3326168675035
+ --- Workload:  651365000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 591 in the X datas point
+--------------
+ --- Configuration:  003333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13285505513.484787
+ --- Energy:  70.52682283226056
+ --- Workload:  936985000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 599 in the X datas point
+--------------
+ --- Configuration:  300030-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11648576427.474798
+ --- Energy:  41.215784795617516
+ --- Workload:  480105000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 603 in the X datas point
+--------------
+ --- Configuration:  030033-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12516443477.618721
+ --- Energy:  70.02713675655465
+ --- Workload:  876491000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000033-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 752 in the X datas point
+--------------
+ --- Configuration:  000030-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6218634760.924586
+ --- Energy:  12.26762907254409
+ --- Workload:  76287800000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 738 in the X datas point
+--------------
+ --- Configuration:  000033-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9991107913.956577
+ --- Energy:  25.378870651700414
+ --- Workload:  253562000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 599 in the X datas point
+--------------
+ --- Configuration:  300030-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11648576427.474798
+ --- Energy:  41.215784795617516
+ --- Workload:  480105000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 364 in the X datas point
+--------------
+ --- Configuration:  000033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12689099302.353321
+ --- Energy:  51.3326168675035
+ --- Workload:  651365000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 57 in the X datas point
+--------------
+ --- Configuration:  033033-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 380 in the X datas point
+--------------
+ --- Configuration:  000333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12831600639.526976
+ --- Energy:  62.2597560074204
+ --- Workload:  798892000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 538 in the X datas point
+--------------
+ --- Configuration:  000333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12729464509.616474
+ --- Energy:  62.669563544461724
+ --- Workload:  797750000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 603 in the X datas point
+--------------
+ --- Configuration:  030033-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12516443477.618721
+ --- Energy:  70.02713675655465
+ --- Workload:  876491000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 591 in the X datas point
+--------------
+ --- Configuration:  003333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13285505513.484787
+ --- Energy:  70.52682283226056
+ --- Workload:  936985000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 201 in the X datas point
+--------------
+ --- Configuration:  300033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13490088157.726112
+ --- Energy:  75.6622282738419
+ --- Workload:  1020690000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 57 in the X datas point
+--------------
+ --- Configuration:  033033-2-0
+ --- Energy efficiency:  14474943149.660782
+ --- Energy:  57.4797738276827
+ --- Workload:  832017000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (25.378870651700414 mAh)  is far from the median.
+---  Median :57.4797738276827,   the gap is :  10
+--- So yes we remove this configuration '000033-2-0'
+--- remove_aberrant_points: The value [2.0, 0, 0, 0, 0, 1, 1, 2.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 1, 1, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '002220-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '002220-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 739 in the X datas point
+--------------
+ --- Configuration:  002220-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5804639067.542781
+ --- Energy:  13.05030508081098
+ --- Workload:  75752500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 418 in the X datas point
+--------------
+ --- Configuration:  002020-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11522688750.283745
+ --- Energy:  41.82246108428108
+ --- Workload:  481907000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 629 in the X datas point
+--------------
+ --- Configuration:  002220-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9568096140.230017
+ --- Energy:  30.98063125088282
+ --- Workload:  296427000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 115 in the X datas point
+--------------
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 244 in the X datas point
+--------------
+ --- Configuration:  202220-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12080227204.913269
+ --- Energy:  55.1955872410731
+ --- Workload:  666775000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 324 in the X datas point
+--------------
+ --- Configuration:  002220-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13404268723.41766
+ --- Energy:  37.62672702026895
+ --- Workload:  504359000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 400 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13861550830.306894
+ --- Energy:  44.8724765340684
+ --- Workload:  622002000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 466 in the X datas point
+--------------
+ --- Configuration:  202220-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11749390206.648275
+ --- Energy:  56.72728338180733
+ --- Workload:  666511000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 523 in the X datas point
+--------------
+ --- Configuration:  202220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14224386857.804495
+ --- Energy:  56.254266540548315
+ --- Workload:  800182000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 566 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13883393379.009699
+ --- Energy:  44.42888788986695
+ --- Workload:  616824000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '002220-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 739 in the X datas point
+--------------
+ --- Configuration:  002220-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5804639067.542781
+ --- Energy:  13.05030508081098
+ --- Workload:  75752500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 629 in the X datas point
+--------------
+ --- Configuration:  002220-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9568096140.230017
+ --- Energy:  30.98063125088282
+ --- Workload:  296427000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 324 in the X datas point
+--------------
+ --- Configuration:  002220-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13404268723.41766
+ --- Energy:  37.62672702026895
+ --- Workload:  504359000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 418 in the X datas point
+--------------
+ --- Configuration:  002020-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11522688750.283745
+ --- Energy:  41.82246108428108
+ --- Workload:  481907000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 566 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13883393379.009699
+ --- Energy:  44.42888788986695
+ --- Workload:  616824000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 400 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13861550830.306894
+ --- Energy:  44.8724765340684
+ --- Workload:  622002000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 244 in the X datas point
+--------------
+ --- Configuration:  202220-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12080227204.913269
+ --- Energy:  55.1955872410731
+ --- Workload:  666775000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 523 in the X datas point
+--------------
+ --- Configuration:  202220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14224386857.804495
+ --- Energy:  56.254266540548315
+ --- Workload:  800182000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 466 in the X datas point
+--------------
+ --- Configuration:  202220-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11749390206.648275
+ --- Energy:  56.72728338180733
+ --- Workload:  666511000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 115 in the X datas point
+--------------
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 566 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Energy efficiency:  13883393379.009699
+ --- Energy:  44.42888788986695
+ --- Workload:  616824000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (13.05030508081098 mAh)  is far from the median.
+---  Median :44.42888788986695,   the gap is :  10
+--- So yes we remove this configuration '002220-2-0'
+--- remove_aberrant_points: The value [1.0, 0, 0, 1, 1, 1, 0, 2.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 0, 1, 1, 1, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '020222-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '020222-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 740 in the X datas point
+--------------
+ --- Configuration:  020222-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11107569030.764635
+ --- Energy:  16.962130007740114
+ --- Workload:  188408000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 52 in the X datas point
+--------------
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 115 in the X datas point
+--------------
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 441 in the X datas point
+--------------
+ --- Configuration:  020202-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13489251090.268719
+ --- Energy:  51.82043413295036
+ --- Workload:  699019000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 602 in the X datas point
+--------------
+ --- Configuration:  020222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14237408791.59993
+ --- Energy:  62.53995293576916
+ --- Workload:  890407000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 669 in the X datas point
+--------------
+ --- Configuration:  020222-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14090619592.72473
+ --- Energy:  63.503699854423054
+ --- Workload:  894807000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 743 in the X datas point
+--------------
+ --- Configuration:  020220-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5955429565.134533
+ --- Energy:  12.724500572380222
+ --- Workload:  75779900000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 213 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13997917109.93404
+ --- Energy:  44.3851855395692
+ --- Workload:  621300000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 217 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13731963066.512136
+ --- Energy:  45.342545639677
+ --- Workload:  622642000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '020222-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 743 in the X datas point
+--------------
+ --- Configuration:  020220-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5955429565.134533
+ --- Energy:  12.724500572380222
+ --- Workload:  75779900000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 740 in the X datas point
+--------------
+ --- Configuration:  020222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11107569030.764635
+ --- Energy:  16.962130007740114
+ --- Workload:  188408000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 213 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13997917109.93404
+ --- Energy:  44.3851855395692
+ --- Workload:  621300000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 217 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13731963066.512136
+ --- Energy:  45.342545639677
+ --- Workload:  622642000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 441 in the X datas point
+--------------
+ --- Configuration:  020202-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13489251090.268719
+ --- Energy:  51.82043413295036
+ --- Workload:  699019000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 18 in the X datas point
+--------------
+ --- Configuration:  022202-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14878826834.261774
+ --- Energy:  54.087718626572986
+ --- Workload:  804762000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 115 in the X datas point
+--------------
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 52 in the X datas point
+--------------
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 602 in the X datas point
+--------------
+ --- Configuration:  020222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14237408791.59993
+ --- Energy:  62.53995293576916
+ --- Workload:  890407000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 669 in the X datas point
+--------------
+ --- Configuration:  020222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14090619592.72473
+ --- Energy:  63.503699854423054
+ --- Workload:  894807000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 441 in the X datas point
+--------------
+ --- Configuration:  020202-2-0
+ --- Energy efficiency:  13489251090.268719
+ --- Energy:  51.82043413295036
+ --- Workload:  699019000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (16.962130007740114 mAh)  is far from the median.
+---  Median :51.82043413295036,   the gap is :  10
+--- So yes we remove this configuration '020222-2-0'
+--- remove_aberrant_points: The value [1.0, 0, 1, 0, 1, 1, 1, 2.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '300303-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '300303-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 741 in the X datas point
+--------------
+ --- Configuration:  300303-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10679972488.39087
+ --- Energy:  23.671865117505998
+ --- Workload:  252815000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 344 in the X datas point
+--------------
+ --- Configuration:  303303-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13438548206.760126
+ --- Energy:  83.98672527663341
+ --- Workload:  1128660000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 402 in the X datas point
+--------------
+ --- Configuration:  300333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13575059899.951809
+ --- Energy:  82.7944265603379
+ --- Workload:  1123940000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 468 in the X datas point
+--------------
+ --- Configuration:  200222-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12966704097.21916
+ --- Energy:  85.45268353263162
+ --- Workload:  1108040000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 514 in the X datas point
+--------------
+ --- Configuration:  330303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13657246808.30142
+ --- Energy:  82.00779235048205
+ --- Workload:  1120000000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 766 in the X datas point
+--------------
+ --- Configuration:  303333-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10578417278.363646
+ --- Energy:  23.863863929112192
+ --- Workload:  252442000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 28 in the X datas point
+--------------
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 51 in the X datas point
+--------------
+ --- Configuration:  200222-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14594342940.789293
+ --- Energy:  80.17631322756387
+ --- Workload:  1170120000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 95 in the X datas point
+--------------
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13070067323.916784
+ --- Energy:  83.5550372075793
+ --- Workload:  1092070000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '300303-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 741 in the X datas point
+--------------
+ --- Configuration:  300303-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10679972488.39087
+ --- Energy:  23.671865117505998
+ --- Workload:  252815000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 766 in the X datas point
+--------------
+ --- Configuration:  303333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10578417278.363646
+ --- Energy:  23.863863929112192
+ --- Workload:  252442000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 51 in the X datas point
+--------------
+ --- Configuration:  200222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14594342940.789293
+ --- Energy:  80.17631322756387
+ --- Workload:  1170120000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 514 in the X datas point
+--------------
+ --- Configuration:  330303-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13657246808.30142
+ --- Energy:  82.00779235048205
+ --- Workload:  1120000000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 402 in the X datas point
+--------------
+ --- Configuration:  300333-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13575059899.951809
+ --- Energy:  82.7944265603379
+ --- Workload:  1123940000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 95 in the X datas point
+--------------
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13070067323.916784
+ --- Energy:  83.5550372075793
+ --- Workload:  1092070000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 29 in the X datas point
+--------------
+ --- Configuration:  333303-1-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14395593796.65072
+ --- Energy:  83.8645825370609
+ --- Workload:  1207280000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 344 in the X datas point
+--------------
+ --- Configuration:  303303-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13438548206.760126
+ --- Energy:  83.98672527663341
+ --- Workload:  1128660000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 468 in the X datas point
+--------------
+ --- Configuration:  200222-1-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12966704097.21916
+ --- Energy:  85.45268353263162
+ --- Workload:  1108040000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 28 in the X datas point
+--------------
+ --- Configuration:  202202-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14288735332.61318
+ --- Energy:  93.11184671772176
+ --- Workload:  1330450000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 402 in the X datas point
+--------------
+ --- Configuration:  300333-1-2
+ --- Energy efficiency:  13575059899.951809
+ --- Energy:  82.7944265603379
+ --- Workload:  1123940000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (23.671865117505998 mAh)  is far from the median.
+---  Median :82.7944265603379,   the gap is :  10
+--- So yes we remove this configuration '300303-1-3'
+--- remove_aberrant_points: The value [2.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 0, 1, 0, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '000300-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000300-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 742 in the X datas point
+--------------
+ --- Configuration:  000300-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6016955781.391962
+ --- Energy:  12.605191807912393
+ --- Workload:  75844800000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 23 in the X datas point
+--------------
+ --- Configuration:  000300-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  1619850293.4358807
+ --- Energy:  22.60411372898465
+ --- Workload:  36615300000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 667 in the X datas point
+--------------
+ --- Configuration:  300300-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8476515812.9402485
+ --- Energy:  29.659992682257588
+ --- Workload:  251413000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 45 in the X datas point
+--------------
+ --- Configuration:  030300-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 288 in the X datas point
+--------------
+ --- Configuration:  300000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10860100930.50205
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 712 in the X datas point
+--------------
+ --- Configuration:  300300-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11916238377.198992
+ --- Energy:  39.019265274982374
+ --- Workload:  464963000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 720 in the X datas point
+--------------
+ --- Configuration:  003300-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11105916010.39958
+ --- Energy:  43.401448789067906
+ --- Workload:  482013000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 748 in the X datas point
+--------------
+ --- Configuration:  003303-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10743134868.240822
+ --- Energy:  23.48970283086431
+ --- Workload:  252353000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 63 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 148 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  10583914566.641617
+ --- Energy:  32.1859127423429
+ --- Workload:  340653000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000300-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 742 in the X datas point
+--------------
+ --- Configuration:  000300-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6016955781.391962
+ --- Energy:  12.605191807912393
+ --- Workload:  75844800000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 23 in the X datas point
+--------------
+ --- Configuration:  000300-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  1619850293.4358807
+ --- Energy:  22.60411372898465
+ --- Workload:  36615300000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 748 in the X datas point
+--------------
+ --- Configuration:  003303-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10743134868.240822
+ --- Energy:  23.48970283086431
+ --- Workload:  252353000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 667 in the X datas point
+--------------
+ --- Configuration:  300300-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8476515812.9402485
+ --- Energy:  29.659992682257588
+ --- Workload:  251413000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 148 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10583914566.641617
+ --- Energy:  32.1859127423429
+ --- Workload:  340653000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 63 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  32.97385398783962
+ --- Workload:  341169000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 288 in the X datas point
+--------------
+ --- Configuration:  300000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10860100930.50205
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 712 in the X datas point
+--------------
+ --- Configuration:  300300-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11916238377.198992
+ --- Energy:  39.019265274982374
+ --- Workload:  464963000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 45 in the X datas point
+--------------
+ --- Configuration:  030300-2-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 720 in the X datas point
+--------------
+ --- Configuration:  003300-2-0
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11105916010.39958
+ --- Energy:  43.401448789067906
+ --- Workload:  482013000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 148 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Energy efficiency:  10583914566.641617
+ --- Energy:  32.1859127423429
+ --- Workload:  340653000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (12.605191807912393 mAh)  is far from the median.
+---  Median :32.1859127423429,   the gap is :  10
+--- So yes we remove this configuration '000300-1-0'
+--- remove_aberrant_points: The value [2.0, 0, 0, 0, 1, 0, 0, 1.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 0, 1, 1, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '020220-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '020220-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 743 in the X datas point
+--------------
+ --- Configuration:  020220-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5955429565.134533
+ --- Energy:  12.724500572380222
+ --- Workload:  75779900000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 575 in the X datas point
+--------------
+ --- Configuration:  020200-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11852174933.361147
+ --- Energy:  40.672301388671954
+ --- Workload:  482055000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 631 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13940157691.063803
+ --- Energy:  53.671785048668475
+ --- Workload:  748193000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 716 in the X datas point
+--------------
+ --- Configuration:  010110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11786670689.850264
+ --- Energy:  44.887978162079634
+ --- Workload:  529080000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 740 in the X datas point
+--------------
+ --- Configuration:  020222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11107569030.764635
+ --- Energy:  16.962130007740114
+ --- Workload:  188408000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 45 in the X datas point
+--------------
+ --- Configuration:  030300-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 52 in the X datas point
+--------------
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 115 in the X datas point
+--------------
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 178 in the X datas point
+--------------
+ --- Configuration:  030330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11742271237.07176
+ --- Energy:  50.8317348445158
+ --- Workload:  596880000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '020220-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 743 in the X datas point
+--------------
+ --- Configuration:  020220-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5955429565.134533
+ --- Energy:  12.724500572380222
+ --- Workload:  75779900000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 740 in the X datas point
+--------------
+ --- Configuration:  020222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11107569030.764635
+ --- Energy:  16.962130007740114
+ --- Workload:  188408000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 575 in the X datas point
+--------------
+ --- Configuration:  020200-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11852174933.361147
+ --- Energy:  40.672301388671954
+ --- Workload:  482055000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 45 in the X datas point
+--------------
+ --- Configuration:  030300-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11667290866.728037
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 716 in the X datas point
+--------------
+ --- Configuration:  010110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11786670689.850264
+ --- Energy:  44.887978162079634
+ --- Workload:  529080000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 178 in the X datas point
+--------------
+ --- Configuration:  030330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11742271237.07176
+ --- Energy:  50.8317348445158
+ --- Workload:  596880000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 631 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13940157691.063803
+ --- Energy:  53.671785048668475
+ --- Workload:  748193000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 229 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 115 in the X datas point
+--------------
+ --- Configuration:  022222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15732497203.54862
+ --- Energy:  57.2873551037916
+ --- Workload:  901273000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 52 in the X datas point
+--------------
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 716 in the X datas point
+--------------
+ --- Configuration:  010110-2-0
+ --- Energy efficiency:  11786670689.850264
+ --- Energy:  44.887978162079634
+ --- Workload:  529080000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (12.724500572380222 mAh)  is far from the median.
+---  Median :44.887978162079634,   the gap is :  10
+--- So yes we remove this configuration '020220-2-0'
+--- remove_aberrant_points: The value [1.0, 0, 1, 0, 1, 1, 0, 2.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '111110-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111110-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 744 in the X datas point
+--------------
+ --- Configuration:  111110-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6030926591.561527
+ --- Energy:  12.568567782753549
+ --- Workload:  75800200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 366 in the X datas point
+--------------
+ --- Configuration:  111111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14221635658.760386
+ --- Energy:  52.1586628956498
+ --- Workload:  741781000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 470 in the X datas point
+--------------
+ --- Configuration:  111010-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12158719929.965773
+ --- Energy:  53.41244164848047
+ --- Workload:  649427000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 500 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13526400151.49568
+ --- Energy:  45.93145920255071
+ --- Workload:  621287000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 707 in the X datas point
+--------------
+ --- Configuration:  111100-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12514281924.246046
+ --- Energy:  51.769595901132256
+ --- Workload:  647859000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 41 in the X datas point
+--------------
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 59 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111110-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 744 in the X datas point
+--------------
+ --- Configuration:  111110-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6030926591.561527
+ --- Energy:  12.568567782753549
+ --- Workload:  75800200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 500 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13526400151.49568
+ --- Energy:  45.93145920255071
+ --- Workload:  621287000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 707 in the X datas point
+--------------
+ --- Configuration:  111100-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12514281924.246046
+ --- Energy:  51.769595901132256
+ --- Workload:  647859000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 366 in the X datas point
+--------------
+ --- Configuration:  111111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14221635658.760386
+ --- Energy:  52.1586628956498
+ --- Workload:  741781000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 470 in the X datas point
+--------------
+ --- Configuration:  111010-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12158719929.965773
+ --- Energy:  53.41244164848047
+ --- Workload:  649427000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 41 in the X datas point
+--------------
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 59 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  67.49357382359369
+ --- Workload:  930688000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 707 in the X datas point
+--------------
+ --- Configuration:  111100-3-0
+ --- Energy efficiency:  12514281924.246046
+ --- Energy:  51.769595901132256
+ --- Workload:  647859000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (12.568567782753549 mAh)  is far from the median.
+---  Median :51.769595901132256,   the gap is :  10
+--- So yes we remove this configuration '111110-3-0'
+--- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 1, 0, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '222020-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222020-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 745 in the X datas point
+--------------
+ --- Configuration:  222020-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5816929591.88422
+ --- Energy:  13.02862273430083
+ --- Workload:  75786600000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 196 in the X datas point
+--------------
+ --- Configuration:  222020-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14254435980.477125
+ --- Energy:  56.5693073110482
+ --- Workload:  806364000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 429 in the X datas point
+--------------
+ --- Configuration:  222220-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14754441824.711329
+ --- Energy:  76.06186087808521
+ --- Workload:  1122250000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 496 in the X datas point
+--------------
+ --- Configuration:  222022-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15478678120.888475
+ --- Energy:  91.10203171728844
+ --- Workload:  1410140000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 42 in the X datas point
+--------------
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 87 in the X datas point
+--------------
+ --- Configuration:  330030-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14087701577.399946
+ --- Energy:  72.9096660218277
+ --- Workload:  1027130000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 124 in the X datas point
+--------------
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 163 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222020-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 745 in the X datas point
+--------------
+ --- Configuration:  222020-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5816929591.88422
+ --- Energy:  13.02862273430083
+ --- Workload:  75786600000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 196 in the X datas point
+--------------
+ --- Configuration:  222020-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14254435980.477125
+ --- Energy:  56.5693073110482
+ --- Workload:  806364000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 42 in the X datas point
+--------------
+ --- Configuration:  220020-1-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  62.38781956977318
+ --- Workload:  789711000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 124 in the X datas point
+--------------
+ --- Configuration:  222220-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 87 in the X datas point
+--------------
+ --- Configuration:  330030-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14087701577.399946
+ --- Energy:  72.9096660218277
+ --- Workload:  1027130000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 429 in the X datas point
+--------------
+ --- Configuration:  222220-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14754441824.711329
+ --- Energy:  76.06186087808521
+ --- Workload:  1122250000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 163 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 496 in the X datas point
+--------------
+ --- Configuration:  222022-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15478678120.888475
+ --- Energy:  91.10203171728844
+ --- Workload:  1410140000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 124 in the X datas point
+--------------
+ --- Configuration:  222220-1-2
+ --- Energy efficiency:  13772833636.56522
+ --- Energy:  64.6001284096528
+ --- Workload:  889727000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (13.02862273430083 mAh)  is far from the median.
+---  Median :64.6001284096528,   the gap is :  10
+--- So yes we remove this configuration '222020-2-2'
+--- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 1, 0, 2.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '303330-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303330-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 746 in the X datas point
+--------------
+ --- Configuration:  303330-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5746300818.847867
+ --- Energy:  13.100460968293364
+ --- Workload:  75279300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 457 in the X datas point
+--------------
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13461287356.755075
+ --- Energy:  41.2112771905204
+ --- Workload:  554757000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 523 in the X datas point
+--------------
+ --- Configuration:  202220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14224386857.804495
+ --- Energy:  56.254266540548315
+ --- Workload:  800182000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 674 in the X datas point
+--------------
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13890586627.254442
+ --- Energy:  40.077884631026805
+ --- Workload:  556705000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 15 in the X datas point
+--------------
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 56 in the X datas point
+--------------
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 62 in the X datas point
+--------------
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 72 in the X datas point
+--------------
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  75.96541207639095
+ --- Workload:  1164630000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 130 in the X datas point
+--------------
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303330-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 746 in the X datas point
+--------------
+ --- Configuration:  303330-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5746300818.847867
+ --- Energy:  13.100460968293364
+ --- Workload:  75279300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 674 in the X datas point
+--------------
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13890586627.254442
+ --- Energy:  40.077884631026805
+ --- Workload:  556705000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 457 in the X datas point
+--------------
+ --- Configuration:  303330-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13461287356.755075
+ --- Energy:  41.2112771905204
+ --- Workload:  554757000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 15 in the X datas point
+--------------
+ --- Configuration:  303330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  52.15820338037457
+ --- Workload:  647919000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 523 in the X datas point
+--------------
+ --- Configuration:  202220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14224386857.804495
+ --- Energy:  56.254266540548315
+ --- Workload:  800182000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 56 in the X datas point
+--------------
+ --- Configuration:  303330-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13026006421.821165
+ --- Energy:  64.30775539783755
+ --- Workload:  837673000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 130 in the X datas point
+--------------
+ --- Configuration:  202222-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15686643607.300564
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 72 in the X datas point
+--------------
+ --- Configuration:  303333-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  75.96541207639095
+ --- Workload:  1164630000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 62 in the X datas point
+--------------
+ --- Configuration:  333333-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15929350146.231434
+ --- Energy:  77.59635035177494
+ --- Workload:  1236060000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 523 in the X datas point
+--------------
+ --- Configuration:  202220-2-1
+ --- Energy efficiency:  14224386857.804495
+ --- Energy:  56.254266540548315
+ --- Workload:  800182000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (13.100460968293364 mAh)  is far from the median.
+---  Median :56.254266540548315,   the gap is :  10
+--- So yes we remove this configuration '303330-2-1'
+--- remove_aberrant_points: The value [2.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 0, 0, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '101100-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101100-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 747 in the X datas point
+--------------
+ --- Configuration:  101100-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5792903692.976104
+ --- Energy:  13.162529333531099
+ --- Workload:  76249300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 405 in the X datas point
+--------------
+ --- Configuration:  101101-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5642481111.794478
+ --- Energy:  13.362479905568
+ --- Workload:  75397700000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 47 in the X datas point
+--------------
+ --- Configuration:  101110-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14166071691.655617
+ --- Energy:  71.25193400283615
+ --- Workload:  1009360000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 79 in the X datas point
+--------------
+ --- Configuration:  100101-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11817746710.23476
+ --- Energy:  69.54756184550816
+ --- Workload:  821895000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 200 in the X datas point
+--------------
+ --- Configuration:  101110-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10569718390.992908
+ --- Energy:  73.6624240556838
+ --- Workload:  778591000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 216 in the X datas point
+--------------
+ --- Configuration:  110100-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11216131488.952671
+ --- Energy:  77.6226342959476
+ --- Workload:  870626000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 323 in the X datas point
+--------------
+ --- Configuration:  101111-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12292321232.772312
+ --- Energy:  77.79688045119694
+ --- Workload:  956304000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 373 in the X datas point
+--------------
+ --- Configuration:  222200-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11496525749.918375
+ --- Energy:  80.2428888615872
+ --- Workload:  922514000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 463 in the X datas point
+--------------
+ --- Configuration:  002200-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10650251079.669203
+ --- Energy:  76.69149413315175
+ --- Workload:  816784000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 710 in the X datas point
+--------------
+ --- Configuration:  101000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11887652176.807428
+ --- Energy:  62.71395189420631
+ --- Workload:  745522000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101100-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 747 in the X datas point
+--------------
+ --- Configuration:  101100-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5792903692.976104
+ --- Energy:  13.162529333531099
+ --- Workload:  76249300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 405 in the X datas point
+--------------
+ --- Configuration:  101101-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5642481111.794478
+ --- Energy:  13.362479905568
+ --- Workload:  75397700000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 710 in the X datas point
+--------------
+ --- Configuration:  101000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11887652176.807428
+ --- Energy:  62.71395189420631
+ --- Workload:  745522000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 79 in the X datas point
+--------------
+ --- Configuration:  100101-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11817746710.23476
+ --- Energy:  69.54756184550816
+ --- Workload:  821895000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 47 in the X datas point
+--------------
+ --- Configuration:  101110-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14166071691.655617
+ --- Energy:  71.25193400283615
+ --- Workload:  1009360000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 200 in the X datas point
+--------------
+ --- Configuration:  101110-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10569718390.992908
+ --- Energy:  73.6624240556838
+ --- Workload:  778591000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 463 in the X datas point
+--------------
+ --- Configuration:  002200-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10650251079.669203
+ --- Energy:  76.69149413315175
+ --- Workload:  816784000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 216 in the X datas point
+--------------
+ --- Configuration:  110100-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11216131488.952671
+ --- Energy:  77.6226342959476
+ --- Workload:  870626000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 323 in the X datas point
+--------------
+ --- Configuration:  101111-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12292321232.772312
+ --- Energy:  77.79688045119694
+ --- Workload:  956304000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 373 in the X datas point
+--------------
+ --- Configuration:  222200-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11496525749.918375
+ --- Energy:  80.2428888615872
+ --- Workload:  922514000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 47 in the X datas point
+--------------
+ --- Configuration:  101110-2-3
+ --- Energy efficiency:  14166071691.655617
+ --- Energy:  71.25193400283615
+ --- Workload:  1009360000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (13.162529333531099 mAh)  is far from the median.
+---  Median :71.25193400283615,   the gap is :  10
+--- So yes we remove this configuration '101100-1-3'
+--- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 0, 0, 1.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 1, 1, 0, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '003303-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '003303-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 748 in the X datas point
+--------------
+ --- Configuration:  003303-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10743134868.240822
+ --- Energy:  23.48970283086431
+ --- Workload:  252353000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 531 in the X datas point
+--------------
+ --- Configuration:  003303-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13471279232.675934
+ --- Energy:  58.76194644449752
+ --- Workload:  791599000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 572 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12236502220.313328
+ --- Energy:  57.33723345336789
+ --- Workload:  701607000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 736 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10537108006.410776
+ --- Energy:  25.752705265432734
+ --- Workload:  271359000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 210 in the X datas point
+--------------
+ --- Configuration:  033333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 424 in the X datas point
+--------------
+ --- Configuration:  033303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10135460428.628622
+ --- Energy:  51.680919654150905
+ --- Workload:  523810000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 492 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13042179713.411142
+ --- Energy:  64.25089221017343
+ --- Workload:  837972000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 591 in the X datas point
+--------------
+ --- Configuration:  003333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13285505513.484787
+ --- Energy:  70.52682283226056
+ --- Workload:  936985000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 614 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13034495793.116482
+ --- Energy:  64.35007047679922
+ --- Workload:  838771000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 644 in the X datas point
+--------------
+ --- Configuration:  202202-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13769969898.845802
+ --- Energy:  41.393349766173586
+ --- Workload:  569985000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '003303-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 748 in the X datas point
+--------------
+ --- Configuration:  003303-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10743134868.240822
+ --- Energy:  23.48970283086431
+ --- Workload:  252353000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 736 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10537108006.410776
+ --- Energy:  25.752705265432734
+ --- Workload:  271359000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 644 in the X datas point
+--------------
+ --- Configuration:  202202-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13769969898.845802
+ --- Energy:  41.393349766173586
+ --- Workload:  569985000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 424 in the X datas point
+--------------
+ --- Configuration:  033303-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10135460428.628622
+ --- Energy:  51.680919654150905
+ --- Workload:  523810000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 572 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12236502220.313328
+ --- Energy:  57.33723345336789
+ --- Workload:  701607000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 531 in the X datas point
+--------------
+ --- Configuration:  003303-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13471279232.675934
+ --- Energy:  58.76194644449752
+ --- Workload:  791599000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 210 in the X datas point
+--------------
+ --- Configuration:  033333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 492 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13042179713.411142
+ --- Energy:  64.25089221017343
+ --- Workload:  837972000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 614 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13034495793.116482
+ --- Energy:  64.35007047679922
+ --- Workload:  838771000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 591 in the X datas point
+--------------
+ --- Configuration:  003333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13285505513.484787
+ --- Energy:  70.52682283226056
+ --- Workload:  936985000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 572 in the X datas point
+--------------
+ --- Configuration:  003333-1-0
+ --- Energy efficiency:  12236502220.313328
+ --- Energy:  57.33723345336789
+ --- Workload:  701607000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (23.48970283086431 mAh)  is far from the median.
+---  Median :57.33723345336789,   the gap is :  10
+--- So yes we remove this configuration '003303-1-0'
+--- remove_aberrant_points: The value [2.0, 0, 0, 1, 1, 0, 1, 1.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 0, 1, 0, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '303030-3-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303030-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 749 in the X datas point
+--------------
+ --- Configuration:  303030-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6007774059.633164
+ --- Energy:  12.57695300211794
+ --- Workload:  75559400000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 242 in the X datas point
+--------------
+ --- Configuration:  333030-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13545491857.12757
+ --- Energy:  82.3838251863148
+ --- Workload:  1115930000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 11 in the X datas point
+--------------
+ --- Configuration:  003330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13704431053.692589
+ --- Energy:  75.87039020058079
+ --- Workload:  1039760000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 31 in the X datas point
+--------------
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 76 in the X datas point
+--------------
+ --- Configuration:  303033-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14925818681.154661
+ --- Energy:  75.15771108741323
+ --- Workload:  1121790000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 129 in the X datas point
+--------------
+ --- Configuration:  303033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14047528407.614323
+ --- Energy:  99.1199512733933
+ --- Workload:  1392390000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 260 in the X datas point
+--------------
+ --- Configuration:  033030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7104290991.759023
+ --- Energy:  16.3307947163033
+ --- Workload:  116019000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 322 in the X datas point
+--------------
+ --- Configuration:  303033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13379358325.974688
+ --- Energy:  87.10137841468074
+ --- Workload:  1165360000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 469 in the X datas point
+--------------
+ --- Configuration:  330030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13326563439.106268
+ --- Energy:  79.44879111187178
+ --- Workload:  1058780000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 605 in the X datas point
+--------------
+ --- Configuration:  303000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12131240613.452576
+ --- Energy:  64.34512219904238
+ --- Workload:  780586000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303030-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 749 in the X datas point
+--------------
+ --- Configuration:  303030-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6007774059.633164
+ --- Energy:  12.57695300211794
+ --- Workload:  75559400000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 260 in the X datas point
+--------------
+ --- Configuration:  033030-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7104290991.759023
+ --- Energy:  16.3307947163033
+ --- Workload:  116019000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 605 in the X datas point
+--------------
+ --- Configuration:  303000-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12131240613.452576
+ --- Energy:  64.34512219904238
+ --- Workload:  780586000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 76 in the X datas point
+--------------
+ --- Configuration:  303033-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14925818681.154661
+ --- Energy:  75.15771108741323
+ --- Workload:  1121790000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 11 in the X datas point
+--------------
+ --- Configuration:  003330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13704431053.692589
+ --- Energy:  75.87039020058079
+ --- Workload:  1039760000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 469 in the X datas point
+--------------
+ --- Configuration:  330030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13326563439.106268
+ --- Energy:  79.44879111187178
+ --- Workload:  1058780000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 242 in the X datas point
+--------------
+ --- Configuration:  333030-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13545491857.12757
+ --- Energy:  82.3838251863148
+ --- Workload:  1115930000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 31 in the X datas point
+--------------
+ --- Configuration:  300033-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14177780865.38339
+ --- Energy:  85.35681971478988
+ --- Workload:  1210170000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 322 in the X datas point
+--------------
+ --- Configuration:  303033-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13379358325.974688
+ --- Energy:  87.10137841468074
+ --- Workload:  1165360000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 129 in the X datas point
+--------------
+ --- Configuration:  303033-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14047528407.614323
+ --- Energy:  99.1199512733933
+ --- Workload:  1392390000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 11 in the X datas point
+--------------
+ --- Configuration:  003330-3-2
+ --- Energy efficiency:  13704431053.692589
+ --- Energy:  75.87039020058079
+ --- Workload:  1039760000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (12.57695300211794 mAh)  is far from the median.
+---  Median :75.87039020058079,   the gap is :  10
+--- So yes we remove this configuration '303030-3-2'
+--- remove_aberrant_points: The value [2.0, 1, 0, 1, 0, 1, 0, 3.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 0, 0, 0, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '002000-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '002000-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 750 in the X datas point
+--------------
+ --- Configuration:  002000-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5682237892.57161
+ --- Energy:  13.395917496938448
+ --- Workload:  76118600000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 108 in the X datas point
+--------------
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 620 in the X datas point
+--------------
+ --- Configuration:  002000-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12453749886.359531
+ --- Energy:  52.141300619742324
+ --- Workload:  649355000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 449 in the X datas point
+--------------
+ --- Configuration:  202000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12043389925.222591
+ --- Energy:  61.77677173928621
+ --- Workload:  744002000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 600 in the X datas point
+--------------
+ --- Configuration:  002200-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12812496796.875801
+ --- Energy:  81.66872704524802
+ --- Workload:  1046380000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 633 in the X datas point
+--------------
+ --- Configuration:  011000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13654169915.221258
+ --- Energy:  71.4589837097857
+ --- Workload:  975713000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 698 in the X datas point
+--------------
+ --- Configuration:  003000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11733357112.937082
+ --- Energy:  59.40661316486577
+ --- Workload:  697039000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 718 in the X datas point
+--------------
+ --- Configuration:  202000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12501375151.26664
+ --- Energy:  55.880391426208845
+ --- Workload:  698582000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 756 in the X datas point
+--------------
+ --- Configuration:  002020-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6012216824.587563
+ --- Energy:  12.615399718681916
+ --- Workload:  75846500000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '002000-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 756 in the X datas point
+--------------
+ --- Configuration:  002020-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6012216824.587563
+ --- Energy:  12.615399718681916
+ --- Workload:  75846500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 750 in the X datas point
+--------------
+ --- Configuration:  002000-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5682237892.57161
+ --- Energy:  13.395917496938448
+ --- Workload:  76118600000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 620 in the X datas point
+--------------
+ --- Configuration:  002000-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12453749886.359531
+ --- Energy:  52.141300619742324
+ --- Workload:  649355000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 718 in the X datas point
+--------------
+ --- Configuration:  202000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12501375151.26664
+ --- Energy:  55.880391426208845
+ --- Workload:  698582000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 698 in the X datas point
+--------------
+ --- Configuration:  003000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11733357112.937082
+ --- Energy:  59.40661316486577
+ --- Workload:  697039000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 449 in the X datas point
+--------------
+ --- Configuration:  202000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12043389925.222591
+ --- Energy:  61.77677173928621
+ --- Workload:  744002000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 108 in the X datas point
+--------------
+ --- Configuration:  002200-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885706747.759195
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 633 in the X datas point
+--------------
+ --- Configuration:  011000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13654169915.221258
+ --- Energy:  71.4589837097857
+ --- Workload:  975713000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 600 in the X datas point
+--------------
+ --- Configuration:  002200-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12812496796.875801
+ --- Energy:  81.66872704524802
+ --- Workload:  1046380000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 698 in the X datas point
+--------------
+ --- Configuration:  003000-1-2
+ --- Energy efficiency:  11733357112.937082
+ --- Energy:  59.40661316486577
+ --- Workload:  697039000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (13.395917496938448 mAh)  is far from the median.
+---  Median :59.40661316486577,   the gap is :  10
+--- So yes we remove this configuration '002000-2-2'
+--- remove_aberrant_points: The value [1.0, 0, 0, 1, 0, 0, 0, 2.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '222002-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '222002-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 751 in the X datas point
+--------------
+ --- Configuration:  222002-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11099222610.448364
+ --- Energy:  16.982170959553237
+ --- Workload:  188489000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 221 in the X datas point
+--------------
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 381 in the X datas point
+--------------
+ --- Configuration:  111001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12484488023.630638
+ --- Energy:  53.0720402291821
+ --- Workload:  662577000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 386 in the X datas point
+--------------
+ --- Configuration:  220002-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13567950330.447432
+ --- Energy:  56.7479002567857
+ --- Workload:  769953000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 517 in the X datas point
+--------------
+ --- Configuration:  202002-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13684477013.499737
+ --- Energy:  56.33322721184273
+ --- Workload:  770891000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 732 in the X datas point
+--------------
+ --- Configuration:  222002-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14681722283.47763
+ --- Energy:  54.8681089022372
+ --- Workload:  805558000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 41 in the X datas point
+--------------
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 138 in the X datas point
+--------------
+ --- Configuration:  222202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15123376505.532131
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 222 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 225 in the X datas point
+--------------
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15528046758.0544
+ --- Energy:  58.262720853322
+ --- Workload:  904706000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '222002-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 751 in the X datas point
+--------------
+ --- Configuration:  222002-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11099222610.448364
+ --- Energy:  16.982170959553237
+ --- Workload:  188489000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 381 in the X datas point
+--------------
+ --- Configuration:  111001-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12484488023.630638
+ --- Energy:  53.0720402291821
+ --- Workload:  662577000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 732 in the X datas point
+--------------
+ --- Configuration:  222002-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14681722283.47763
+ --- Energy:  54.8681089022372
+ --- Workload:  805558000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 41 in the X datas point
+--------------
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 517 in the X datas point
+--------------
+ --- Configuration:  202002-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13684477013.499737
+ --- Energy:  56.33322721184273
+ --- Workload:  770891000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 386 in the X datas point
+--------------
+ --- Configuration:  220002-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13567950330.447432
+ --- Energy:  56.7479002567857
+ --- Workload:  769953000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 225 in the X datas point
+--------------
+ --- Configuration:  222022-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15528046758.0544
+ --- Energy:  58.262720853322
+ --- Workload:  904706000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 222 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  71.5079965571832
+ --- Workload:  1103560000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 221 in the X datas point
+--------------
+ --- Configuration:  222202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13662807379.009008
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 138 in the X datas point
+--------------
+ --- Configuration:  222202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15123376505.532131
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 517 in the X datas point
+--------------
+ --- Configuration:  202002-3-0
+ --- Energy efficiency:  13684477013.499737
+ --- Energy:  56.33322721184273
+ --- Workload:  770891000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (16.982170959553237 mAh)  is far from the median.
+---  Median :56.33322721184273,   the gap is :  10
+--- So yes we remove this configuration '222002-3-0'
+--- remove_aberrant_points: The value [1.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 0, 0, 0, 0, 1, 0, 2.0, 0.0]
+--- Computing the list of the 10 first neighbours of '000030-2-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000030-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 752 in the X datas point
+--------------
+ --- Configuration:  000030-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6218634760.924586
+ --- Energy:  12.26762907254409
+ --- Workload:  76287800000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 599 in the X datas point
+--------------
+ --- Configuration:  300030-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11648576427.474798
+ --- Energy:  41.215784795617516
+ --- Workload:  480105000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 738 in the X datas point
+--------------
+ --- Configuration:  000033-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9991107913.956577
+ --- Energy:  25.378870651700414
+ --- Workload:  253562000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 380 in the X datas point
+--------------
+ --- Configuration:  000333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12831600639.526976
+ --- Energy:  62.2597560074204
+ --- Workload:  798892000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 418 in the X datas point
+--------------
+ --- Configuration:  002020-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11522688750.283745
+ --- Energy:  41.82246108428108
+ --- Workload:  481907000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 538 in the X datas point
+--------------
+ --- Configuration:  000333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12729464509.616474
+ --- Energy:  62.669563544461724
+ --- Workload:  797750000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 547 in the X datas point
+--------------
+ --- Configuration:  033030-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12586706675.611618
+ --- Energy:  42.00513493266639
+ --- Workload:  528706000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 597 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10921477850.696844
+ --- Energy:  39.54493033100684
+ --- Workload:  431889000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 730 in the X datas point
+--------------
+ --- Configuration:  030030-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8319329129.299013
+ --- Energy:  30.213348273400626
+ --- Workload:  251355000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000030-2-0'
+--- Neighbour  0 in the list of neghbours, And at position 752 in the X datas point
+--------------
+ --- Configuration:  000030-2-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6218634760.924586
+ --- Energy:  12.26762907254409
+ --- Workload:  76287800000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 738 in the X datas point
+--------------
+ --- Configuration:  000033-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9991107913.956577
+ --- Energy:  25.378870651700414
+ --- Workload:  253562000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 730 in the X datas point
+--------------
+ --- Configuration:  030030-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8319329129.299013
+ --- Energy:  30.213348273400626
+ --- Workload:  251355000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 597 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10921477850.696844
+ --- Energy:  39.54493033100684
+ --- Workload:  431889000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 599 in the X datas point
+--------------
+ --- Configuration:  300030-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11648576427.474798
+ --- Energy:  41.215784795617516
+ --- Workload:  480105000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 418 in the X datas point
+--------------
+ --- Configuration:  002020-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11522688750.283745
+ --- Energy:  41.82246108428108
+ --- Workload:  481907000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 547 in the X datas point
+--------------
+ --- Configuration:  033030-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12586706675.611618
+ --- Energy:  42.00513493266639
+ --- Workload:  528706000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 380 in the X datas point
+--------------
+ --- Configuration:  000333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12831600639.526976
+ --- Energy:  62.2597560074204
+ --- Workload:  798892000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 538 in the X datas point
+--------------
+ --- Configuration:  000333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12729464509.616474
+ --- Energy:  62.669563544461724
+ --- Workload:  797750000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 599 in the X datas point
+--------------
+ --- Configuration:  300030-2-0
+ --- Energy efficiency:  11648576427.474798
+ --- Energy:  41.215784795617516
+ --- Workload:  480105000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (12.26762907254409 mAh)  is far from the median.
+---  Median :41.215784795617516,   the gap is :  10
+--- So yes we remove this configuration '000030-2-0'
+--- remove_aberrant_points: The value [2.0, 0, 0, 0, 0, 1, 0, 2.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 0, 1, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '101010-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101010-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 753 in the X datas point
+--------------
+ --- Configuration:  101010-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5716180219.729967
+ --- Energy:  13.04299789746687
+ --- Workload:  74556000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 193 in the X datas point
+--------------
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 470 in the X datas point
+--------------
+ --- Configuration:  111010-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12158719929.965773
+ --- Energy:  53.41244164848047
+ --- Workload:  649427000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 645 in the X datas point
+--------------
+ --- Configuration:  100010-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11294917061.424017
+ --- Energy:  49.79470947563472
+ --- Workload:  562427000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 41 in the X datas point
+--------------
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 93 in the X datas point
+--------------
+ --- Configuration:  111010-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12785418485.925173
+ --- Energy:  70.2667978545078
+ --- Workload:  898390000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 186 in the X datas point
+--------------
+ --- Configuration:  101011-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12908055917.698235
+ --- Energy:  67.8209046191028
+ --- Workload:  875436000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 244 in the X datas point
+--------------
+ --- Configuration:  202220-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12080227204.913269
+ --- Energy:  55.1955872410731
+ --- Workload:  666775000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101010-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 753 in the X datas point
+--------------
+ --- Configuration:  101010-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5716180219.729967
+ --- Energy:  13.04299789746687
+ --- Workload:  74556000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 645 in the X datas point
+--------------
+ --- Configuration:  100010-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11294917061.424017
+ --- Energy:  49.79470947563472
+ --- Workload:  562427000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 470 in the X datas point
+--------------
+ --- Configuration:  111010-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12158719929.965773
+ --- Energy:  53.41244164848047
+ --- Workload:  649427000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 244 in the X datas point
+--------------
+ --- Configuration:  202220-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12080227204.913269
+ --- Energy:  55.1955872410731
+ --- Workload:  666775000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 41 in the X datas point
+--------------
+ --- Configuration:  111011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12470196231.00789
+ --- Energy:  56.29375828423512
+ --- Workload:  701994000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 193 in the X datas point
+--------------
+ --- Configuration:  101011-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11787671039.106777
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 186 in the X datas point
+--------------
+ --- Configuration:  101011-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12908055917.698235
+ --- Energy:  67.8209046191028
+ --- Workload:  875436000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 93 in the X datas point
+--------------
+ --- Configuration:  111010-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12785418485.925173
+ --- Energy:  70.2667978545078
+ --- Workload:  898390000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (13.04299789746687 mAh)  is far from the median.
+---  Median :53.93709917505446,   the gap is :  10
+--- So yes we remove this configuration '101010-3-0'
+--- remove_aberrant_points: The value [0.0, 1, 0, 1, 0, 1, 0, 3.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '022200-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '022200-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 754 in the X datas point
+--------------
+ --- Configuration:  022200-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6134705871.52699
+ --- Energy:  12.369555647233597
+ --- Workload:  75883500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 423 in the X datas point
+--------------
+ --- Configuration:  011100-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12667865046.700085
+ --- Energy:  40.3948990870666
+ --- Workload:  511717000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 539 in the X datas point
+--------------
+ --- Configuration:  020200-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12611406007.821594
+ --- Energy:  35.941505988108695
+ --- Workload:  453273000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 106 in the X datas point
+--------------
+ --- Configuration:  011110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 168 in the X datas point
+--------------
+ --- Configuration:  033300-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13694709322.947266
+ --- Energy:  55.1474477747145
+ --- Workload:  755228000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 184 in the X datas point
+--------------
+ --- Configuration:  222000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13569165428.480322
+ --- Energy:  37.8409560260374
+ --- Workload:  513470000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 234 in the X datas point
+--------------
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 275 in the X datas point
+--------------
+ --- Configuration:  022222-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10571673834.261526
+ --- Energy:  17.8136328789872
+ --- Workload:  188320000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 324 in the X datas point
+--------------
+ --- Configuration:  002220-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13404268723.41766
+ --- Energy:  37.62672702026895
+ --- Workload:  504359000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 372 in the X datas point
+--------------
+ --- Configuration:  022220-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11478960786.722055
+ --- Energy:  33.8887834603504
+ --- Workload:  389008000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '022200-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 754 in the X datas point
+--------------
+ --- Configuration:  022200-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6134705871.52699
+ --- Energy:  12.369555647233597
+ --- Workload:  75883500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 275 in the X datas point
+--------------
+ --- Configuration:  022222-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10571673834.261526
+ --- Energy:  17.8136328789872
+ --- Workload:  188320000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 372 in the X datas point
+--------------
+ --- Configuration:  022220-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11478960786.722055
+ --- Energy:  33.8887834603504
+ --- Workload:  389008000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 539 in the X datas point
+--------------
+ --- Configuration:  020200-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12611406007.821594
+ --- Energy:  35.941505988108695
+ --- Workload:  453273000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 324 in the X datas point
+--------------
+ --- Configuration:  002220-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13404268723.41766
+ --- Energy:  37.62672702026895
+ --- Workload:  504359000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 184 in the X datas point
+--------------
+ --- Configuration:  222000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13569165428.480322
+ --- Energy:  37.8409560260374
+ --- Workload:  513470000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 106 in the X datas point
+--------------
+ --- Configuration:  011110-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14403991634.16166
+ --- Energy:  39.2183051603058
+ --- Workload:  564900000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 234 in the X datas point
+--------------
+ --- Configuration:  333300-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14095922754.343307
+ --- Energy:  39.9195324609141
+ --- Workload:  562703000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 423 in the X datas point
+--------------
+ --- Configuration:  011100-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12667865046.700085
+ --- Energy:  40.3948990870666
+ --- Workload:  511717000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 168 in the X datas point
+--------------
+ --- Configuration:  033300-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13694709322.947266
+ --- Energy:  55.1474477747145
+ --- Workload:  755228000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 324 in the X datas point
+--------------
+ --- Configuration:  002220-1-1
+ --- Energy efficiency:  13404268723.41766
+ --- Energy:  37.62672702026895
+ --- Workload:  504359000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (12.369555647233597 mAh)  is far from the median.
+---  Median :37.62672702026895,   the gap is :  10
+--- So yes we remove this configuration '022200-1-1'
+--- remove_aberrant_points: The value [1.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '001101-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '001101-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 655 in the X datas point
+--------------
+ --- Configuration:  001101-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11963267981.988104
+ --- Energy:  50.131704402498926
+ --- Workload:  599739000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 755 in the X datas point
+--------------
+ --- Configuration:  001101-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5933274396.140998
+ --- Energy:  12.801274922165252
+ --- Workload:  75953500000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 508 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 560 in the X datas point
+--------------
+ --- Configuration:  002202-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12755215926.672813
+ --- Energy:  62.95852732602467
+ --- Workload:  803050000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 561 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12080679610.712181
+ --- Energy:  56.78135936837892
+ --- Workload:  685957000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 632 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11809317315.175327
+ --- Energy:  58.81039857197384
+ --- Workload:  694511000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 173 in the X datas point
+--------------
+ --- Configuration:  002202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13345451002.843914
+ --- Energy:  76.0798450282377
+ --- Workload:  1015320000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 227 in the X datas point
+--------------
+ --- Configuration:  000111-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12035490253.659992
+ --- Energy:  49.4404352153497
+ --- Workload:  595040000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 276 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5303154846.818372
+ --- Energy:  14.4399767950293
+ --- Workload:  76577300000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '001101-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 755 in the X datas point
+--------------
+ --- Configuration:  001101-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5933274396.140998
+ --- Energy:  12.801274922165252
+ --- Workload:  75953500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 276 in the X datas point
+--------------
+ --- Configuration:  101001-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5303154846.818372
+ --- Energy:  14.4399767950293
+ --- Workload:  76577300000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 227 in the X datas point
+--------------
+ --- Configuration:  000111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12035490253.659992
+ --- Energy:  49.4404352153497
+ --- Workload:  595040000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 655 in the X datas point
+--------------
+ --- Configuration:  001101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11963267981.988104
+ --- Energy:  50.131704402498926
+ --- Workload:  599739000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 508 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 73 in the X datas point
+--------------
+ --- Configuration:  101111-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12835751160.993692
+ --- Energy:  53.93709917505446
+ --- Workload:  692323000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 561 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12080679610.712181
+ --- Energy:  56.78135936837892
+ --- Workload:  685957000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 632 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11809317315.175327
+ --- Energy:  58.81039857197384
+ --- Workload:  694511000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 560 in the X datas point
+--------------
+ --- Configuration:  002202-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12755215926.672813
+ --- Energy:  62.95852732602467
+ --- Workload:  803050000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 173 in the X datas point
+--------------
+ --- Configuration:  002202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13345451002.843914
+ --- Energy:  76.0798450282377
+ --- Workload:  1015320000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 508 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (12.801274922165252 mAh)  is far from the median.
+---  Median :51.17451467754853,   the gap is :  10
+--- So yes we remove this configuration '001101-3-0'
+--- remove_aberrant_points: The value [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 1, 0, 1, 0, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '002020-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '002020-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 756 in the X datas point
+--------------
+ --- Configuration:  002020-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6012216824.587563
+ --- Energy:  12.615399718681916
+ --- Workload:  75846500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 553 in the X datas point
+--------------
+ --- Configuration:  002220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13196111369.901518
+ --- Energy:  79.03690304614342
+ --- Workload:  1042980000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 646 in the X datas point
+--------------
+ --- Configuration:  202020-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13150575403.426777
+ --- Energy:  78.5836408674881
+ --- Workload:  1033420000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 13 in the X datas point
+--------------
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 266 in the X datas point
+--------------
+ --- Configuration:  101010-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5883010454.109577
+ --- Energy:  12.9248547023353
+ --- Workload:  76037200000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 411 in the X datas point
+--------------
+ --- Configuration:  002220-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11417401947.352076
+ --- Energy:  95.64698110453958
+ --- Workload:  1092040000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 540 in the X datas point
+--------------
+ --- Configuration:  011010-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12504532893.173775
+ --- Energy:  85.2562842548241
+ --- Workload:  1066090000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 705 in the X datas point
+--------------
+ --- Configuration:  202020-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11739583174.359812
+ --- Energy:  83.50940706004823
+ --- Workload:  980366000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 750 in the X datas point
+--------------
+ --- Configuration:  002000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5682237892.57161
+ --- Energy:  13.395917496938448
+ --- Workload:  76118600000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 30 in the X datas point
+--------------
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '002020-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 756 in the X datas point
+--------------
+ --- Configuration:  002020-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6012216824.587563
+ --- Energy:  12.615399718681916
+ --- Workload:  75846500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 266 in the X datas point
+--------------
+ --- Configuration:  101010-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5883010454.109577
+ --- Energy:  12.9248547023353
+ --- Workload:  76037200000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 750 in the X datas point
+--------------
+ --- Configuration:  002000-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5682237892.57161
+ --- Energy:  13.395917496938448
+ --- Workload:  76118600000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 13 in the X datas point
+--------------
+ --- Configuration:  202220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13904280154.559978
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 646 in the X datas point
+--------------
+ --- Configuration:  202020-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13150575403.426777
+ --- Energy:  78.5836408674881
+ --- Workload:  1033420000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 553 in the X datas point
+--------------
+ --- Configuration:  002220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13196111369.901518
+ --- Energy:  79.03690304614342
+ --- Workload:  1042980000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 705 in the X datas point
+--------------
+ --- Configuration:  202020-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11739583174.359812
+ --- Energy:  83.50940706004823
+ --- Workload:  980366000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 540 in the X datas point
+--------------
+ --- Configuration:  011010-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12504532893.173775
+ --- Energy:  85.2562842548241
+ --- Workload:  1066090000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 30 in the X datas point
+--------------
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 411 in the X datas point
+--------------
+ --- Configuration:  002220-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11417401947.352076
+ --- Energy:  95.64698110453958
+ --- Workload:  1092040000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 646 in the X datas point
+--------------
+ --- Configuration:  202020-2-3
+ --- Energy efficiency:  13150575403.426777
+ --- Energy:  78.5836408674881
+ --- Workload:  1033420000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (12.615399718681916 mAh)  is far from the median.
+---  Median :78.5836408674881,   the gap is :  10
+--- So yes we remove this configuration '002020-2-3'
+--- remove_aberrant_points: The value [1.0, 0, 0, 1, 0, 1, 0, 2.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 0, 1, 1, 2.0, 3.0]
+--- Computing the list of the 10 first neighbours of '110011-2-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110011-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 757 in the X datas point
+--------------
+ --- Configuration:  110011-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5863314414.372156
+ --- Energy:  12.909260168513825
+ --- Workload:  75691200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 48 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 486 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14236800706.145315
+ --- Energy:  79.66681688807911
+ --- Workload:  1134200000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 546 in the X datas point
+--------------
+ --- Configuration:  110011-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14409055803.391315
+ --- Energy:  74.74536356458539
+ --- Workload:  1077010000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 580 in the X datas point
+--------------
+ --- Configuration:  110001-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13484430876.110443
+ --- Energy:  76.98065980311152
+ --- Workload:  1038040000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 26 in the X datas point
+--------------
+ --- Configuration:  110011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 94 in the X datas point
+--------------
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 103 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 139 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110011-2-3'
+--- Neighbour  0 in the list of neghbours, And at position 757 in the X datas point
+--------------
+ --- Configuration:  110011-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5863314414.372156
+ --- Energy:  12.909260168513825
+ --- Workload:  75691200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 48 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  71.21791539618593
+ --- Workload:  1020840000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 546 in the X datas point
+--------------
+ --- Configuration:  110011-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14409055803.391315
+ --- Energy:  74.74536356458539
+ --- Workload:  1077010000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 580 in the X datas point
+--------------
+ --- Configuration:  110001-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13484430876.110443
+ --- Energy:  76.98065980311152
+ --- Workload:  1038040000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 486 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14236800706.145315
+ --- Energy:  79.66681688807911
+ --- Workload:  1134200000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 139 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 94 in the X datas point
+--------------
+ --- Configuration:  111011-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11902466429.093437
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 26 in the X datas point
+--------------
+ --- Configuration:  110011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 103 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 37 in the X datas point
+--------------
+ --- Configuration:  222022-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14655579232.458004
+ --- Energy:  98.33180383203538
+ --- Workload:  1441110000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 486 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Energy efficiency:  14236800706.145315
+ --- Energy:  79.66681688807911
+ --- Workload:  1134200000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (12.909260168513825 mAh)  is far from the median.
+---  Median :79.66681688807911,   the gap is :  10
+--- So yes we remove this configuration '110011-2-3'
+--- remove_aberrant_points: The value [0.0, 1, 1, 0, 0, 1, 1, 2.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0, 0, 0, 0, 0, 0, 0, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '000000-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000000-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 301 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11473711646.565487
+ --- Energy:  115.13669
+ --- Workload:  1321045181000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 313 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11473711743.841167
+ --- Energy:  115.13669
+ --- Workload:  1321045192200.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 758 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6028999487.535044
+ --- Energy:  12.654544813790569
+ --- Workload:  76294200000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 300 in the X datas point
+--------------
+ --- Configuration:  000000-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12446800294.572485
+ --- Energy:  98.66502
+ --- Workload:  1228063800000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 552 in the X datas point
+--------------
+ --- Configuration:  000110-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11259739674.818718
+ --- Energy:  74.8050514094236
+ --- Workload:  842285000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 612 in the X datas point
+--------------
+ --- Configuration:  100100-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11460109650.329136
+ --- Energy:  77.70891264945926
+ --- Workload:  890553000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 647 in the X datas point
+--------------
+ --- Configuration:  001100-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12879909016.32271
+ --- Energy:  72.82903936158382
+ --- Workload:  938032000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 666 in the X datas point
+--------------
+ --- Configuration:  010000-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12860297304.353083
+ --- Energy:  72.53963798699066
+ --- Workload:  932881000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 421 in the X datas point
+--------------
+ --- Configuration:  000022-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  79.5806220896002
+ --- Workload:  975425000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000000-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 758 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6028999487.535044
+ --- Energy:  12.654544813790569
+ --- Workload:  76294200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 298 in the X datas point
+--------------
+ --- Configuration:  000000-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  15251088619.069136
+ --- Energy:  67.64763
+ --- Workload:  1031700000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 666 in the X datas point
+--------------
+ --- Configuration:  010000-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  12860297304.353083
+ --- Energy:  72.53963798699066
+ --- Workload:  932881000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 647 in the X datas point
+--------------
+ --- Configuration:  001100-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12879909016.32271
+ --- Energy:  72.82903936158382
+ --- Workload:  938032000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 552 in the X datas point
+--------------
+ --- Configuration:  000110-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11259739674.818718
+ --- Energy:  74.8050514094236
+ --- Workload:  842285000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 612 in the X datas point
+--------------
+ --- Configuration:  100100-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11460109650.329136
+ --- Energy:  77.70891264945926
+ --- Workload:  890553000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 421 in the X datas point
+--------------
+ --- Configuration:  000022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12257064972.250004
+ --- Energy:  79.5806220896002
+ --- Workload:  975425000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 300 in the X datas point
+--------------
+ --- Configuration:  000000-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12446800294.572485
+ --- Energy:  98.66502
+ --- Workload:  1228063800000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 301 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11473711646.565487
+ --- Energy:  115.13669
+ --- Workload:  1321045181000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 313 in the X datas point
+--------------
+ --- Configuration:  000000-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  11473711743.841167
+ --- Energy:  115.13669
+ --- Workload:  1321045192200.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 552 in the X datas point
+--------------
+ --- Configuration:  000110-3-3
+ --- Energy efficiency:  11259739674.818718
+ --- Energy:  74.8050514094236
+ --- Workload:  842285000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (12.654544813790569 mAh)  is far from the median.
+---  Median :74.8050514094236,   the gap is :  10
+--- So yes we remove this configuration '000000-3-3'
+--- remove_aberrant_points: The value [0, 0, 0, 0, 0, 0, 0, 3.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 0, 0, 0, 1, 1, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '000022-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '000022-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 759 in the X datas point
+--------------
+ --- Configuration:  000022-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10913492022.783005
+ --- Energy:  17.236925200640222
+ --- Workload:  188115000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 207 in the X datas point
+--------------
+ --- Configuration:  000022-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14281185109.865158
+ --- Energy:  76.4971891147909
+ --- Workload:  1092470000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 676 in the X datas point
+--------------
+ --- Configuration:  002022-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14639037922.427738
+ --- Energy:  63.03819652563211
+ --- Workload:  922819000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 40 in the X datas point
+--------------
+ --- Configuration:  000011-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11067652130.41236
+ --- Energy:  41.81970183069355
+ --- Workload:  462846000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 174 in the X datas point
+--------------
+ --- Configuration:  220022-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15248016614.238901
+ --- Energy:  67.2323504939425
+ --- Workload:  1025160000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 201 in the X datas point
+--------------
+ --- Configuration:  300033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13490088157.726112
+ --- Energy:  75.6622282738419
+ --- Workload:  1020690000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 364 in the X datas point
+--------------
+ --- Configuration:  000033-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12689099302.353321
+ --- Energy:  51.3326168675035
+ --- Workload:  651365000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 390 in the X datas point
+--------------
+ --- Configuration:  200222-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15542938143.76907
+ --- Energy:  66.2043614748613
+ --- Workload:  1029010000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 536 in the X datas point
+--------------
+ --- Configuration:  000022-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13874571102.320799
+ --- Energy:  80.16963008427506
+ --- Workload:  1112320000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 568 in the X datas point
+--------------
+ --- Configuration:  002022-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13394465674.67254
+ --- Energy:  75.26763933992237
+ --- Workload:  1008170000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '000022-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 759 in the X datas point
+--------------
+ --- Configuration:  000022-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10913492022.783005
+ --- Energy:  17.236925200640222
+ --- Workload:  188115000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 40 in the X datas point
+--------------
+ --- Configuration:  000011-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11067652130.41236
+ --- Energy:  41.81970183069355
+ --- Workload:  462846000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 364 in the X datas point
+--------------
+ --- Configuration:  000033-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12689099302.353321
+ --- Energy:  51.3326168675035
+ --- Workload:  651365000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 676 in the X datas point
+--------------
+ --- Configuration:  002022-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14639037922.427738
+ --- Energy:  63.03819652563211
+ --- Workload:  922819000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 390 in the X datas point
+--------------
+ --- Configuration:  200222-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15542938143.76907
+ --- Energy:  66.2043614748613
+ --- Workload:  1029010000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 174 in the X datas point
+--------------
+ --- Configuration:  220022-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15248016614.238901
+ --- Energy:  67.2323504939425
+ --- Workload:  1025160000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 568 in the X datas point
+--------------
+ --- Configuration:  002022-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13394465674.67254
+ --- Energy:  75.26763933992237
+ --- Workload:  1008170000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 201 in the X datas point
+--------------
+ --- Configuration:  300033-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13490088157.726112
+ --- Energy:  75.6622282738419
+ --- Workload:  1020690000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 207 in the X datas point
+--------------
+ --- Configuration:  000022-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14281185109.865158
+ --- Energy:  76.4971891147909
+ --- Workload:  1092470000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 536 in the X datas point
+--------------
+ --- Configuration:  000022-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13874571102.320799
+ --- Energy:  80.16963008427506
+ --- Workload:  1112320000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 390 in the X datas point
+--------------
+ --- Configuration:  200222-2-1
+ --- Energy efficiency:  15542938143.76907
+ --- Energy:  66.2043614748613
+ --- Workload:  1029010000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (17.236925200640222 mAh)  is far from the median.
+---  Median :66.2043614748613,   the gap is :  10
+--- So yes we remove this configuration '000022-2-1'
+--- remove_aberrant_points: The value [1.0, 0, 0, 0, 0, 1, 1, 2.0, 1.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '100000-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '100000-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 760 in the X datas point
+--------------
+ --- Configuration:  100000-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5587965756.945841
+ --- Energy:  13.49249894433128
+ --- Workload:  75395500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 428 in the X datas point
+--------------
+ --- Configuration:  100100-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12184957913.155367
+ --- Energy:  38.48271275814499
+ --- Workload:  468910000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 450 in the X datas point
+--------------
+ --- Configuration:  200000-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11138350566.21805
+ --- Energy:  37.46453250408571
+ --- Workload:  417293000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 621 in the X datas point
+--------------
+ --- Configuration:  100000-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12660327218.817299
+ --- Energy:  51.604696137494564
+ --- Workload:  653332000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 643 in the X datas point
+--------------
+ --- Configuration:  100001-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12431780603.935902
+ --- Energy:  37.245499593655026
+ --- Workload:  463028000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 157 in the X datas point
+--------------
+ --- Configuration:  100000-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10075333266.836134
+ --- Energy:  50.7096930689716
+ --- Workload:  510917000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 250 in the X datas point
+--------------
+ --- Configuration:  100010-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9201917679.644438
+ --- Energy:  32.1912867561494
+ --- Workload:  296221000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 279 in the X datas point
+--------------
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '100000-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 760 in the X datas point
+--------------
+ --- Configuration:  100000-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5587965756.945841
+ --- Energy:  13.49249894433128
+ --- Workload:  75395500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 279 in the X datas point
+--------------
+ --- Configuration:  100000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  2751497562.180254
+ --- Energy:  22.55499
+ --- Workload:  62060000000.00001
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 250 in the X datas point
+--------------
+ --- Configuration:  100010-0-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9201917679.644438
+ --- Energy:  32.1912867561494
+ --- Workload:  296221000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 643 in the X datas point
+--------------
+ --- Configuration:  100001-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12431780603.935902
+ --- Energy:  37.245499593655026
+ --- Workload:  463028000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 450 in the X datas point
+--------------
+ --- Configuration:  200000-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11138350566.21805
+ --- Energy:  37.46453250408571
+ --- Workload:  417293000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 428 in the X datas point
+--------------
+ --- Configuration:  100100-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12184957913.155367
+ --- Energy:  38.48271275814499
+ --- Workload:  468910000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 157 in the X datas point
+--------------
+ --- Configuration:  100000-0-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10075333266.836134
+ --- Energy:  50.7096930689716
+ --- Workload:  510917000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 621 in the X datas point
+--------------
+ --- Configuration:  100000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12660327218.817299
+ --- Energy:  51.604696137494564
+ --- Workload:  653332000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (13.49249894433128 mAh)  is far from the median.
+---  Median :35.6832,   the gap is :  10
+--- So yes we remove this configuration '100000-1-1'
+--- remove_aberrant_points: The value [0.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '011011-3-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011011-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 440 in the X datas point
+--------------
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13502784274.117321
+ --- Energy:  82.79771486146721
+ --- Workload:  1118000000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 761 in the X datas point
+--------------
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6079027355.6231
+ --- Energy:  12.473598223784801
+ --- Workload:  75827400000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 71 in the X datas point
+--------------
+ --- Configuration:  011111-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14151777817.088272
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 545 in the X datas point
+--------------
+ --- Configuration:  011010-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13560884983.354015
+ --- Energy:  77.7920837079026
+ --- Workload:  1054930000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 672 in the X datas point
+--------------
+ --- Configuration:  011011-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14338623807.5642
+ --- Energy:  74.73239429974956
+ --- Workload:  1071560000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 26 in the X datas point
+--------------
+ --- Configuration:  110011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 164 in the X datas point
+--------------
+ --- Configuration:  111011-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 256 in the X datas point
+--------------
+ --- Configuration:  001011-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13559965557.687483
+ --- Energy:  73.393325791739
+ --- Workload:  995211000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 271 in the X datas point
+--------------
+ --- Configuration:  010111-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5520012806.429711
+ --- Energy:  13.6504873016518
+ --- Workload:  75350800000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 333 in the X datas point
+--------------
+ --- Configuration:  011111-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13434937285.712751
+ --- Energy:  68.27709347003412
+ --- Workload:  917298000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011011-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 761 in the X datas point
+--------------
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6079027355.6231
+ --- Energy:  12.473598223784801
+ --- Workload:  75827400000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 271 in the X datas point
+--------------
+ --- Configuration:  010111-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5520012806.429711
+ --- Energy:  13.6504873016518
+ --- Workload:  75350800000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 333 in the X datas point
+--------------
+ --- Configuration:  011111-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13434937285.712751
+ --- Energy:  68.27709347003412
+ --- Workload:  917298000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 256 in the X datas point
+--------------
+ --- Configuration:  001011-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13559965557.687483
+ --- Energy:  73.393325791739
+ --- Workload:  995211000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 672 in the X datas point
+--------------
+ --- Configuration:  011011-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14338623807.5642
+ --- Energy:  74.73239429974956
+ --- Workload:  1071560000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 164 in the X datas point
+--------------
+ --- Configuration:  111011-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 545 in the X datas point
+--------------
+ --- Configuration:  011010-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13560884983.354015
+ --- Energy:  77.7920837079026
+ --- Workload:  1054930000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 26 in the X datas point
+--------------
+ --- Configuration:  110011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 440 in the X datas point
+--------------
+ --- Configuration:  011011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13502784274.117321
+ --- Energy:  82.79771486146721
+ --- Workload:  1118000000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 71 in the X datas point
+--------------
+ --- Configuration:  011111-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14151777817.088272
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 672 in the X datas point
+--------------
+ --- Configuration:  011011-2-2
+ --- Energy efficiency:  14338623807.5642
+ --- Energy:  74.73239429974956
+ --- Workload:  1071560000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (12.473598223784801 mAh)  is far from the median.
+---  Median :74.73239429974956,   the gap is :  10
+--- So yes we remove this configuration '011011-3-2'
+--- remove_aberrant_points: The value [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '300300-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '300300-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 762 in the X datas point
+--------------
+ --- Configuration:  300300-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6026783023.757579
+ --- Energy:  12.58462594133227
+ --- Workload:  75844700000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 712 in the X datas point
+--------------
+ --- Configuration:  300300-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11916238377.198992
+ --- Energy:  39.019265274982374
+ --- Workload:  464963000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 723 in the X datas point
+--------------
+ --- Configuration:  200200-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12643455810.489769
+ --- Energy:  55.917443124663876
+ --- Workload:  706990000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 224 in the X datas point
+--------------
+ --- Configuration:  303300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13967533864.285854
+ --- Energy:  72.5489714103032
+ --- Workload:  1013330000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 233 in the X datas point
+--------------
+ --- Configuration:  000200-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 350 in the X datas point
+--------------
+ --- Configuration:  300300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10880623242.099306
+ --- Energy:  53.6505919747787
+ --- Workload:  583752000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 472 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885591061.0119
+ --- Energy:  50.17401859858811
+ --- Workload:  696696000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 474 in the X datas point
+--------------
+ --- Configuration:  330330-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13959598131.089003
+ --- Energy:  56.36587794320171
+ --- Workload:  786845000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 518 in the X datas point
+--------------
+ --- Configuration:  303303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14789355213.691393
+ --- Energy:  71.90443674396933
+ --- Workload:  1063420000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '300300-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 762 in the X datas point
+--------------
+ --- Configuration:  300300-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6026783023.757579
+ --- Energy:  12.58462594133227
+ --- Workload:  75844700000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 712 in the X datas point
+--------------
+ --- Configuration:  300300-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11916238377.198992
+ --- Energy:  39.019265274982374
+ --- Workload:  464963000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 289 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  47.10283999999999
+ --- Workload:  624912800000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 472 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13885591061.0119
+ --- Energy:  50.17401859858811
+ --- Workload:  696696000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 350 in the X datas point
+--------------
+ --- Configuration:  300300-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10880623242.099306
+ --- Energy:  53.6505919747787
+ --- Workload:  583752000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 233 in the X datas point
+--------------
+ --- Configuration:  000200-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12017367499.510292
+ --- Energy:  53.677951058628
+ --- Workload:  645068000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 723 in the X datas point
+--------------
+ --- Configuration:  200200-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12643455810.489769
+ --- Energy:  55.917443124663876
+ --- Workload:  706990000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 474 in the X datas point
+--------------
+ --- Configuration:  330330-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13959598131.089003
+ --- Energy:  56.36587794320171
+ --- Workload:  786845000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 518 in the X datas point
+--------------
+ --- Configuration:  303303-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14789355213.691393
+ --- Energy:  71.90443674396933
+ --- Workload:  1063420000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 224 in the X datas point
+--------------
+ --- Configuration:  303300-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13967533864.285854
+ --- Energy:  72.5489714103032
+ --- Workload:  1013330000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 350 in the X datas point
+--------------
+ --- Configuration:  300300-3-0
+ --- Energy efficiency:  10880623242.099306
+ --- Energy:  53.6505919747787
+ --- Workload:  583752000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (12.58462594133227 mAh)  is far from the median.
+---  Median :53.6505919747787,   the gap is :  10
+--- So yes we remove this configuration '300300-2-1'
+--- remove_aberrant_points: The value [2.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0]
+--- Computing the list of the 10 first neighbours of '111110-2-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '111110-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 353 in the X datas point
+--------------
+ --- Configuration:  111110-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14286387786.85281
+ --- Energy:  59.8357473888033
+ --- Workload:  854837000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 763 in the X datas point
+--------------
+ --- Configuration:  111110-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6055761451.444905
+ --- Energy:  12.504158981784528
+ --- Workload:  75722300000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 118 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 198 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 257 in the X datas point
+--------------
+ --- Configuration:  011110-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 325 in the X datas point
+--------------
+ --- Configuration:  111110-1-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14911863431.18995
+ --- Energy:  40.707805921643576
+ --- Workload:  607029000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 500 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13526400151.49568
+ --- Energy:  45.93145920255071
+ --- Workload:  621287000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '111110-2-1'
+--- Neighbour  0 in the list of neghbours, And at position 763 in the X datas point
+--------------
+ --- Configuration:  111110-2-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6055761451.444905
+ --- Energy:  12.504158981784528
+ --- Workload:  75722300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 325 in the X datas point
+--------------
+ --- Configuration:  111110-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  14911863431.18995
+ --- Energy:  40.707805921643576
+ --- Workload:  607029000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 347 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  45.07023497595242
+ --- Workload:  621352000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 500 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13526400151.49568
+ --- Energy:  45.93145920255071
+ --- Workload:  621287000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 257 in the X datas point
+--------------
+ --- Configuration:  011110-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 21 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  58.45814541687684
+ --- Workload:  885553000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 118 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  58.6922029582491
+ --- Workload:  880803000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 50 in the X datas point
+--------------
+ --- Configuration:  222220-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14563969322.455019
+ --- Energy:  58.70456587016728
+ --- Workload:  854971000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 198 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  58.7321270588738
+ --- Workload:  887255000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 353 in the X datas point
+--------------
+ --- Configuration:  111110-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14286387786.85281
+ --- Energy:  59.8357473888033
+ --- Workload:  854837000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 257 in the X datas point
+--------------
+ --- Configuration:  011110-2-1
+ --- Energy efficiency:  13743550838.768908
+ --- Energy:  57.8940253640561
+ --- Workload:  795670000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (12.504158981784528 mAh)  is far from the median.
+---  Median :57.8940253640561,   the gap is :  10
+--- So yes we remove this configuration '111110-2-1'
+--- remove_aberrant_points: The value [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 0, 1, 0, 3.0, 0.0]
+--- Computing the list of the 10 first neighbours of '330030-3-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330030-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 764 in the X datas point
+--------------
+ --- Configuration:  330030-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5810507722.1647625
+ --- Energy:  13.028609429521124
+ --- Workload:  75702900000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 112 in the X datas point
+--------------
+ --- Configuration:  330033-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12592000302.208008
+ --- Energy:  83.5387640803202
+ --- Workload:  1051920000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 171 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 619 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11927480916.030533
+ --- Energy:  57.869084231929165
+ --- Workload:  690232000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 88 in the X datas point
+--------------
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 134 in the X datas point
+--------------
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 178 in the X datas point
+--------------
+ --- Configuration:  030330-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11742271237.07176
+ --- Energy:  50.8317348445158
+ --- Workload:  596880000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330030-3-0'
+--- Neighbour  0 in the list of neghbours, And at position 764 in the X datas point
+--------------
+ --- Configuration:  330030-3-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5810507722.1647625
+ --- Energy:  13.028609429521124
+ --- Workload:  75702900000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 178 in the X datas point
+--------------
+ --- Configuration:  030330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11742271237.07176
+ --- Energy:  50.8317348445158
+ --- Workload:  596880000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 171 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 619 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11927480916.030533
+ --- Energy:  57.869084231929165
+ --- Workload:  690232000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 88 in the X datas point
+--------------
+ --- Configuration:  333330-3-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 134 in the X datas point
+--------------
+ --- Configuration:  330333-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14500655429.625418
+ --- Energy:  69.1154876227722
+ --- Workload:  1002220000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 292 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 314 in the X datas point
+--------------
+ --- Configuration:  300000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11595544071.596024
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 315 in the X datas point
+--------------
+ --- Configuration:  330000-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13041985695.23333
+ --- Energy:  79.00024
+ --- Workload:  1030320000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 112 in the X datas point
+--------------
+ --- Configuration:  330033-3-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12592000302.208008
+ --- Energy:  83.5387640803202
+ --- Workload:  1051920000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 88 in the X datas point
+--------------
+ --- Configuration:  333330-3-0
+ --- Energy efficiency:  12477742826.233706
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (13.028609429521124 mAh)  is far from the median.
+---  Median :58.2884375590111,   the gap is :  10
+--- So yes we remove this configuration '330030-3-0'
+--- remove_aberrant_points: The value [2.0, 1, 1, 0, 0, 1, 0, 3.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 1, 0, 1, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '011011-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '011011-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 765 in the X datas point
+--------------
+ --- Configuration:  011011-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6266331626.802354
+ --- Energy:  12.105878961419078
+ --- Workload:  75859500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 149 in the X datas point
+--------------
+ --- Configuration:  111011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7219330479.29135
+ --- Energy:  28.6387646642511
+ --- Workload:  206752000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 218 in the X datas point
+--------------
+ --- Configuration:  011011-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 70 in the X datas point
+--------------
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 78 in the X datas point
+--------------
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 183 in the X datas point
+--------------
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 208 in the X datas point
+--------------
+ --- Configuration:  111011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11532602089.476847
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 337 in the X datas point
+--------------
+ --- Configuration:  001011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9632519385.445263
+ --- Energy:  30.734807722364668
+ --- Workload:  296054000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 388 in the X datas point
+--------------
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12210772587.792402
+ --- Energy:  40.0698805124967
+ --- Workload:  489284000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 585 in the X datas point
+--------------
+ --- Configuration:  010011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9783204195.037958
+ --- Energy:  30.276377856940353
+ --- Workload:  296200000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '011011-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 765 in the X datas point
+--------------
+ --- Configuration:  011011-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6266331626.802354
+ --- Energy:  12.105878961419078
+ --- Workload:  75859500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 70 in the X datas point
+--------------
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 149 in the X datas point
+--------------
+ --- Configuration:  111011-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7219330479.29135
+ --- Energy:  28.6387646642511
+ --- Workload:  206752000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 585 in the X datas point
+--------------
+ --- Configuration:  010011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9783204195.037958
+ --- Energy:  30.276377856940353
+ --- Workload:  296200000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 337 in the X datas point
+--------------
+ --- Configuration:  001011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9632519385.445263
+ --- Energy:  30.734807722364668
+ --- Workload:  296054000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 218 in the X datas point
+--------------
+ --- Configuration:  011011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10887754868.731785
+ --- Energy:  31.3418994560934
+ --- Workload:  341243000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 208 in the X datas point
+--------------
+ --- Configuration:  111011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11532602089.476847
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 78 in the X datas point
+--------------
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 183 in the X datas point
+--------------
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  39.9085203282099
+ --- Workload:  490700000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 388 in the X datas point
+--------------
+ --- Configuration:  222022-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12210772587.792402
+ --- Energy:  40.0698805124967
+ --- Workload:  489284000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 337 in the X datas point
+--------------
+ --- Configuration:  001011-1-0
+ --- Energy efficiency:  9632519385.445263
+ --- Energy:  30.734807722364668
+ --- Workload:  296054000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (12.105878961419078 mAh)  is far from the median.
+---  Median :30.734807722364668,   the gap is :  10
+--- So yes we remove this configuration '011011-0-0'
+--- remove_aberrant_points: The value [0.0, 0, 1, 1, 0, 1, 1, 0.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0]
+--- Computing the list of the 10 first neighbours of '303333-1-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '303333-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 766 in the X datas point
+--------------
+ --- Configuration:  303333-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10578417278.363646
+ --- Energy:  23.863863929112192
+ --- Workload:  252442000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 95 in the X datas point
+--------------
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13070067323.916784
+ --- Energy:  83.5550372075793
+ --- Workload:  1092070000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 99 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 137 in the X datas point
+--------------
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12840398976.87701
+ --- Energy:  86.4225033041374
+ --- Workload:  1109700000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 185 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 344 in the X datas point
+--------------
+ --- Configuration:  303303-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13438548206.760126
+ --- Energy:  83.98672527663341
+ --- Workload:  1128660000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 406 in the X datas point
+--------------
+ --- Configuration:  202222-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10660117090.726126
+ --- Energy:  17.65816139009
+ --- Workload:  188238000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 407 in the X datas point
+--------------
+ --- Configuration:  303333-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8563403439.062821
+ --- Energy:  105.00109687320945
+ --- Workload:  899168000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 487 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14917179817.652395
+ --- Energy:  86.40713429401492
+ --- Workload:  1288950000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 16 in the X datas point
+--------------
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '303333-1-3'
+--- Neighbour  0 in the list of neghbours, And at position 406 in the X datas point
+--------------
+ --- Configuration:  202222-1-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10660117090.726126
+ --- Energy:  17.65816139009
+ --- Workload:  188238000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 766 in the X datas point
+--------------
+ --- Configuration:  303333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10578417278.363646
+ --- Energy:  23.863863929112192
+ --- Workload:  252442000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 16 in the X datas point
+--------------
+ --- Configuration:  202222-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13244489299.11487
+ --- Energy:  78.94530881409207
+ --- Workload:  1045590000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 95 in the X datas point
+--------------
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13070067323.916784
+ --- Energy:  83.5550372075793
+ --- Workload:  1092070000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 344 in the X datas point
+--------------
+ --- Configuration:  303303-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13438548206.760126
+ --- Energy:  83.98672527663341
+ --- Workload:  1128660000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 487 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14917179817.652395
+ --- Energy:  86.40713429401492
+ --- Workload:  1288950000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 137 in the X datas point
+--------------
+ --- Configuration:  303333-0-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12840398976.87701
+ --- Energy:  86.4225033041374
+ --- Workload:  1109700000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 99 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  91.8755525545871
+ --- Workload:  1334240000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 185 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14019405661.316395
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 407 in the X datas point
+--------------
+ --- Configuration:  303333-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8563403439.062821
+ --- Energy:  105.00109687320945
+ --- Workload:  899168000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 344 in the X datas point
+--------------
+ --- Configuration:  303303-1-3
+ --- Energy efficiency:  13438548206.760126
+ --- Energy:  83.98672527663341
+ --- Workload:  1128660000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (23.863863929112192 mAh)  is far from the median.
+---  Median :83.98672527663341,   the gap is :  10
+--- So yes we remove this configuration '303333-1-3'
+--- remove_aberrant_points: The value [2.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0]
+--- Computing the list of the 10 first neighbours of '010111-0-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '010111-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 681 in the X datas point
+--------------
+ --- Configuration:  010111-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6257234927.885367
+ --- Energy:  26.08548752567013
+ --- Workload:  163223000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 767 in the X datas point
+--------------
+ --- Configuration:  010111-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5911528070.891045
+ --- Energy:  12.756494833976223
+ --- Workload:  75410500000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 90 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 573 in the X datas point
+--------------
+ --- Configuration:  000111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  4718027109.783772
+ --- Energy:  25.382226466175275
+ --- Workload:  119754000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 675 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7533921481.470321
+ --- Energy:  27.536240775049926
+ --- Workload:  207456000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 2 in the X datas point
+--------------
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 60 in the X datas point
+--------------
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 70 in the X datas point
+--------------
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 78 in the X datas point
+--------------
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 220 in the X datas point
+--------------
+ --- Configuration:  010100-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  3292105202.513851
+ --- Energy:  23.5175293800191
+ --- Workload:  77422300000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '010111-0-0'
+--- Neighbour  0 in the list of neghbours, And at position 767 in the X datas point
+--------------
+ --- Configuration:  010111-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5911528070.891045
+ --- Energy:  12.756494833976223
+ --- Workload:  75410500000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 220 in the X datas point
+--------------
+ --- Configuration:  010100-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  3292105202.513851
+ --- Energy:  23.5175293800191
+ --- Workload:  77422300000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 573 in the X datas point
+--------------
+ --- Configuration:  000111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  4718027109.783772
+ --- Energy:  25.382226466175275
+ --- Workload:  119754000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 681 in the X datas point
+--------------
+ --- Configuration:  010111-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6257234927.885367
+ --- Energy:  26.08548752567013
+ --- Workload:  163223000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 60 in the X datas point
+--------------
+ --- Configuration:  110101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 90 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  26.7121133566337
+ --- Workload:  207423000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 70 in the X datas point
+--------------
+ --- Configuration:  110011-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  6003554104.029585
+ --- Energy:  27.241716653761866
+ --- Workload:  163547000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 675 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7533921481.470321
+ --- Energy:  27.536240775049926
+ --- Workload:  207456000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 2 in the X datas point
+--------------
+ --- Configuration:  110111-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11835117871.856445
+ --- Energy:  36.734913097035495
+ --- Workload:  434762000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 78 in the X datas point
+--------------
+ --- Configuration:  022222-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12317273251.316717
+ --- Energy:  39.76219318534942
+ --- Workload:  489762000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 60 in the X datas point
+--------------
+ --- Configuration:  110101-0-0
+ --- Energy efficiency:  6206361520.558573
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (12.756494833976223 mAh)  is far from the median.
+---  Median :26.332761918292903,   the gap is :  10
+--- So yes we remove this configuration '010111-0-0'
+--- remove_aberrant_points: The value [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 0, 1, 0, 1, 3.0, 2.0]
+--- Computing the list of the 10 first neighbours of '200202-3-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '200202-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 768 in the X datas point
+--------------
+ --- Configuration:  200202-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10604352662.593887
+ --- Energy:  17.76713091857071
+ --- Workload:  188409000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 499 in the X datas point
+--------------
+ --- Configuration:  200222-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14770830563.8026
+ --- Energy:  89.22173143973053
+ --- Workload:  1317880000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 226 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 231 in the X datas point
+--------------
+ --- Configuration:  300333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13826764467.980669
+ --- Energy:  100.311184339352
+ --- Workload:  1386980000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 272 in the X datas point
+--------------
+ --- Configuration:  222202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 367 in the X datas point
+--------------
+ --- Configuration:  220202-3-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14401834217.605953
+ --- Energy:  75.0091801682557
+ --- Workload:  1080270000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 412 in the X datas point
+--------------
+ --- Configuration:  300333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14000308006.776148
+ --- Energy:  97.0043167849163
+ --- Workload:  1358090000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 416 in the X datas point
+--------------
+ --- Configuration:  101101-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13340679600.900229
+ --- Energy:  83.02798102049613
+ --- Workload:  1107650000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 471 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14772139744.44198
+ --- Energy:  98.66003637723567
+ --- Workload:  1457420000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '200202-3-2'
+--- Neighbour  0 in the list of neghbours, And at position 768 in the X datas point
+--------------
+ --- Configuration:  200202-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10604352662.593887
+ --- Energy:  17.76713091857071
+ --- Workload:  188409000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 272 in the X datas point
+--------------
+ --- Configuration:  222202-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10467861049.612429
+ --- Energy:  17.984386490349
+ --- Workload:  188258000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 367 in the X datas point
+--------------
+ --- Configuration:  220202-3-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14401834217.605953
+ --- Energy:  75.0091801682557
+ --- Workload:  1080270000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 416 in the X datas point
+--------------
+ --- Configuration:  101101-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13340679600.900229
+ --- Energy:  83.02798102049613
+ --- Workload:  1107650000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 499 in the X datas point
+--------------
+ --- Configuration:  200222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14770830563.8026
+ --- Energy:  89.22173143973053
+ --- Workload:  1317880000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 412 in the X datas point
+--------------
+ --- Configuration:  300333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14000308006.776148
+ --- Energy:  97.0043167849163
+ --- Workload:  1358090000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 226 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  98.0625210176743
+ --- Workload:  1450630000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 471 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14772139744.44198
+ --- Energy:  98.66003637723567
+ --- Workload:  1457420000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 231 in the X datas point
+--------------
+ --- Configuration:  300333-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13826764467.980669
+ --- Energy:  100.311184339352
+ --- Workload:  1386980000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 12 in the X datas point
+--------------
+ --- Configuration:  220202-3-2
+ --- Energy efficiency:  14941965406.36169
+ --- Energy:  88.45960297015073
+ --- Workload:  1321760000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (17.76713091857071 mAh)  is far from the median.
+---  Median :88.45960297015073,   the gap is :  10
+--- So yes we remove this configuration '200202-3-2'
+--- remove_aberrant_points: The value [1.0, 1, 0, 0, 1, 0, 1, 3.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 0, 0, 1, 0, 0, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '001000-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '001000-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 769 in the X datas point
+--------------
+ --- Configuration:  001000-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6484453522.679377
+ --- Energy:  11.76973873612909
+ --- Workload:  76320200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 524 in the X datas point
+--------------
+ --- Configuration:  001010-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8465178488.288426
+ --- Energy:  29.660392939079458
+ --- Workload:  251081000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 527 in the X datas point
+--------------
+ --- Configuration:  011000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8513536523.071684
+ --- Energy:  29.34546622830315
+ --- Workload:  249834000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 537 in the X datas point
+--------------
+ --- Configuration:  001010-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8558932529.934866
+ --- Energy:  29.331584322088812
+ --- Workload:  251046000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 278 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 302 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '001000-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 278 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 302 in the X datas point
+--------------
+ --- Configuration:  000000-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8146469908.297905
+ --- Energy:  11.04773
+ --- Workload:  90000000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 769 in the X datas point
+--------------
+ --- Configuration:  001000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6484453522.679377
+ --- Energy:  11.76973873612909
+ --- Workload:  76320200000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 290 in the X datas point
+--------------
+ --- Configuration:  100000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9909170265.975996
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 537 in the X datas point
+--------------
+ --- Configuration:  001010-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8558932529.934866
+ --- Energy:  29.331584322088812
+ --- Workload:  251046000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 527 in the X datas point
+--------------
+ --- Configuration:  011000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8513536523.071684
+ --- Energy:  29.34546622830315
+ --- Workload:  249834000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 524 in the X datas point
+--------------
+ --- Configuration:  001010-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8465178488.288426
+ --- Energy:  29.660392939079458
+ --- Workload:  251081000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 293 in the X datas point
+--------------
+ --- Configuration:  000000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8498732877.373275
+ --- Energy:  30.05234
+ --- Workload:  255406809999.99997
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 297 in the X datas point
+--------------
+ --- Configuration:  000000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12798179535.467672
+ --- Energy:  35.6832
+ --- Workload:  456680000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 294 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  47.13362
+ --- Workload:  553843000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 537 in the X datas point
+--------------
+ --- Configuration:  001010-1-0
+ --- Energy efficiency:  8558932529.934866
+ --- Energy:  29.331584322088812
+ --- Workload:  251046000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (11.76973873612909 mAh)  is far from the median.
+---  Median :29.331584322088812,   the gap is :  10
+--- So yes we remove this configuration '001000-1-0'
+--- remove_aberrant_points: The value [0.0, 0, 0, 1, 0, 0, 0, 1.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '101111-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101111-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 82 in the X datas point
+--------------
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 770 in the X datas point
+--------------
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5852539416.852973
+ --- Energy:  12.941299579331238
+ --- Workload:  75739300000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 9 in the X datas point
+--------------
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 83 in the X datas point
+--------------
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 392 in the X datas point
+--------------
+ --- Configuration:  001111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12266206111.514534
+ --- Energy:  87.6643983443653
+ --- Workload:  1075310000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 409 in the X datas point
+--------------
+ --- Configuration:  101111-3-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  17713662193.376507
+ --- Energy:  64.82001619850253
+ --- Workload:  1148200000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 30 in the X datas point
+--------------
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 47 in the X datas point
+--------------
+ --- Configuration:  101110-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14166071691.655617
+ --- Energy:  71.25193400283615
+ --- Workload:  1009360000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 103 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101111-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 770 in the X datas point
+--------------
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5852539416.852973
+ --- Energy:  12.941299579331238
+ --- Workload:  75739300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 409 in the X datas point
+--------------
+ --- Configuration:  101111-3-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  17713662193.376507
+ --- Energy:  64.82001619850253
+ --- Workload:  1148200000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 47 in the X datas point
+--------------
+ --- Configuration:  101110-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14166071691.655617
+ --- Energy:  71.25193400283615
+ --- Workload:  1009360000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 82 in the X datas point
+--------------
+ --- Configuration:  101111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13561013712.897066
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 9 in the X datas point
+--------------
+ --- Configuration:  202222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 392 in the X datas point
+--------------
+ --- Configuration:  001111-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12266206111.514534
+ --- Energy:  87.6643983443653
+ --- Workload:  1075310000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 30 in the X datas point
+--------------
+ --- Configuration:  202222-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15034451445.487333
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 103 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12674978072.287935
+ --- Energy:  96.2036865454932
+ --- Workload:  1219380000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 83 in the X datas point
+--------------
+ --- Configuration:  111111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12616768189.5947
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 9 in the X datas point
+--------------
+ --- Configuration:  202222-3-3
+ --- Energy efficiency:  15103367446.80594
+ --- Energy:  84.49044180099274
+ --- Workload:  1276090000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (12.941299579331238 mAh)  is far from the median.
+---  Median :84.49044180099274,   the gap is :  10
+--- So yes we remove this configuration '101111-3-3'
+--- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 1, 1, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '330333-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330333-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 771 in the X datas point
+--------------
+ --- Configuration:  330333-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10314063225.207571
+ --- Energy:  24.401835984242894
+ --- Workload:  251682000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 170 in the X datas point
+--------------
+ --- Configuration:  330333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11461738424.790365
+ --- Energy:  57.5070787061249
+ --- Workload:  659131000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 192 in the X datas point
+--------------
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 465 in the X datas point
+--------------
+ --- Configuration:  330333-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13912636987.301937
+ --- Energy:  77.38792641178887
+ --- Workload:  1076670000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 52 in the X datas point
+--------------
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 81 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 92 in the X datas point
+--------------
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 126 in the X datas point
+--------------
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 210 in the X datas point
+--------------
+ --- Configuration:  033333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 236 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330333-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 771 in the X datas point
+--------------
+ --- Configuration:  330333-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10314063225.207571
+ --- Energy:  24.401835984242894
+ --- Workload:  251682000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 81 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  48.4114598927455
+ --- Workload:  768047000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 170 in the X datas point
+--------------
+ --- Configuration:  330333-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11461738424.790365
+ --- Energy:  57.5070787061249
+ --- Workload:  659131000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 52 in the X datas point
+--------------
+ --- Configuration:  220222-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  15440819969.30365
+ --- Energy:  58.67863075260059
+ --- Workload:  906046000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 210 in the X datas point
+--------------
+ --- Configuration:  033333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 126 in the X datas point
+--------------
+ --- Configuration:  330333-0-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13451509326.603992
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 192 in the X datas point
+--------------
+ --- Configuration:  333333-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13730944881.241056
+ --- Energy:  71.0356581632197
+ --- Workload:  975387000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 465 in the X datas point
+--------------
+ --- Configuration:  330333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13912636987.301937
+ --- Energy:  77.38792641178887
+ --- Workload:  1076670000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 92 in the X datas point
+--------------
+ --- Configuration:  333333-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 236 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  83.103378159748
+ --- Workload:  1195420000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 210 in the X datas point
+--------------
+ --- Configuration:  033333-1-0
+ --- Energy efficiency:  13418532066.266079
+ --- Energy:  62.5543914533039
+ --- Workload:  839388000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (24.401835984242894 mAh)  is far from the median.
+---  Median :62.5543914533039,   the gap is :  10
+--- So yes we remove this configuration '330333-1-0'
+--- remove_aberrant_points: The value [2.0, 1, 1, 0, 1, 1, 1, 1.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 1, 0, 1, 0, 0, 1, 1.0, 1.0]
+--- Computing the list of the 10 first neighbours of '202002-1-1'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '202002-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 772 in the X datas point
+--------------
+ --- Configuration:  202002-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11353933911.02149
+ --- Energy:  16.598746445608374
+ --- Workload:  188461000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 86 in the X datas point
+--------------
+ --- Configuration:  202022-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14390518375.252914
+ --- Energy:  73.9118250482876
+ --- Workload:  1063630000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 184 in the X datas point
+--------------
+ --- Configuration:  222000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13569165428.480322
+ --- Energy:  37.8409560260374
+ --- Workload:  513470000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 449 in the X datas point
+--------------
+ --- Configuration:  202000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12043389925.222591
+ --- Energy:  61.77677173928621
+ --- Workload:  744002000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 450 in the X datas point
+--------------
+ --- Configuration:  200000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11138350566.21805
+ --- Energy:  37.46453250408571
+ --- Workload:  417293000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 556 in the X datas point
+--------------
+ --- Configuration:  222002-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13717835106.13489
+ --- Energy:  41.48623715392385
+ --- Workload:  569101000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 643 in the X datas point
+--------------
+ --- Configuration:  100001-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12431780603.935902
+ --- Energy:  37.245499593655026
+ --- Workload:  463028000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 644 in the X datas point
+--------------
+ --- Configuration:  202202-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13769969898.845802
+ --- Energy:  41.393349766173586
+ --- Workload:  569985000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 664 in the X datas point
+--------------
+ --- Configuration:  222002-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13972451913.80674
+ --- Energy:  76.4325894344246
+ --- Workload:  1067950000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 701 in the X datas point
+--------------
+ --- Configuration:  002002-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10920273268.918282
+ --- Energy:  33.42552978625363
+ --- Workload:  365016000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '202002-1-1'
+--- Neighbour  0 in the list of neghbours, And at position 772 in the X datas point
+--------------
+ --- Configuration:  202002-1-1
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  11353933911.02149
+ --- Energy:  16.598746445608374
+ --- Workload:  188461000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 701 in the X datas point
+--------------
+ --- Configuration:  002002-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10920273268.918282
+ --- Energy:  33.42552978625363
+ --- Workload:  365016000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 643 in the X datas point
+--------------
+ --- Configuration:  100001-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12431780603.935902
+ --- Energy:  37.245499593655026
+ --- Workload:  463028000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 450 in the X datas point
+--------------
+ --- Configuration:  200000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11138350566.21805
+ --- Energy:  37.46453250408571
+ --- Workload:  417293000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 184 in the X datas point
+--------------
+ --- Configuration:  222000-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13569165428.480322
+ --- Energy:  37.8409560260374
+ --- Workload:  513470000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 644 in the X datas point
+--------------
+ --- Configuration:  202202-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13769969898.845802
+ --- Energy:  41.393349766173586
+ --- Workload:  569985000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 556 in the X datas point
+--------------
+ --- Configuration:  222002-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13717835106.13489
+ --- Energy:  41.48623715392385
+ --- Workload:  569101000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 449 in the X datas point
+--------------
+ --- Configuration:  202000-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12043389925.222591
+ --- Energy:  61.77677173928621
+ --- Workload:  744002000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 86 in the X datas point
+--------------
+ --- Configuration:  202022-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14390518375.252914
+ --- Energy:  73.9118250482876
+ --- Workload:  1063630000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 664 in the X datas point
+--------------
+ --- Configuration:  222002-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13972451913.80674
+ --- Energy:  76.4325894344246
+ --- Workload:  1067950000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 184 in the X datas point
+--------------
+ --- Configuration:  222000-1-1
+ --- Energy efficiency:  13569165428.480322
+ --- Energy:  37.8409560260374
+ --- Workload:  513470000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (16.598746445608374 mAh)  is far from the median.
+---  Median :37.8409560260374,   the gap is :  10
+--- So yes we remove this configuration '202002-1-1'
+--- remove_aberrant_points: The value [1.0, 1, 0, 1, 0, 0, 1, 1.0, 1.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 0, 1, 0, 1, 2.0, 2.0]
+--- Computing the list of the 10 first neighbours of '100101-2-2'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '100101-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 773 in the X datas point
+--------------
+ --- Configuration:  100101-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5895600702.755604
+ --- Energy:  12.88737035992497
+ --- Workload:  75978600000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 10 in the X datas point
+--------------
+ --- Configuration:  101101-2-2
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 79 in the X datas point
+--------------
+ --- Configuration:  100101-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11817746710.23476
+ --- Energy:  69.54756184550816
+ --- Workload:  821895000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 197 in the X datas point
+--------------
+ --- Configuration:  001101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13985290271.692234
+ --- Energy:  73.251940060295
+ --- Workload:  1024450000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 415 in the X datas point
+--------------
+ --- Configuration:  110101-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13709391069.976845
+ --- Energy:  58.449843734673564
+ --- Workload:  801312000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 416 in the X datas point
+--------------
+ --- Configuration:  101101-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13340679600.900229
+ --- Energy:  83.02798102049613
+ --- Workload:  1107650000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 541 in the X datas point
+--------------
+ --- Configuration:  101101-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14119886306.675457
+ --- Energy:  56.83939361137568
+ --- Workload:  802566000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 653 in the X datas point
+--------------
+ --- Configuration:  100111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12648173350.804678
+ --- Energy:  65.36175990721286
+ --- Workload:  826707000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 671 in the X datas point
+--------------
+ --- Configuration:  100100-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12819017268.498163
+ --- Energy:  54.9760816945145
+ --- Workload:  704739000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 693 in the X datas point
+--------------
+ --- Configuration:  110100-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13984468848.896416
+ --- Energy:  73.46366427282355
+ --- Workload:  1027350000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '100101-2-2'
+--- Neighbour  0 in the list of neghbours, And at position 773 in the X datas point
+--------------
+ --- Configuration:  100101-2-2
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5895600702.755604
+ --- Energy:  12.88737035992497
+ --- Workload:  75978600000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 671 in the X datas point
+--------------
+ --- Configuration:  100100-2-1
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12819017268.498163
+ --- Energy:  54.9760816945145
+ --- Workload:  704739000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 541 in the X datas point
+--------------
+ --- Configuration:  101101-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14119886306.675457
+ --- Energy:  56.83939361137568
+ --- Workload:  802566000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 415 in the X datas point
+--------------
+ --- Configuration:  110101-2-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13709391069.976845
+ --- Energy:  58.449843734673564
+ --- Workload:  801312000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 653 in the X datas point
+--------------
+ --- Configuration:  100111-1-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12648173350.804678
+ --- Energy:  65.36175990721286
+ --- Workload:  826707000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 79 in the X datas point
+--------------
+ --- Configuration:  100101-1-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11817746710.23476
+ --- Energy:  69.54756184550816
+ --- Workload:  821895000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 197 in the X datas point
+--------------
+ --- Configuration:  001101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13985290271.692234
+ --- Energy:  73.251940060295
+ --- Workload:  1024450000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 693 in the X datas point
+--------------
+ --- Configuration:  110100-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13984468848.896416
+ --- Energy:  73.46366427282355
+ --- Workload:  1027350000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 10 in the X datas point
+--------------
+ --- Configuration:  101101-2-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14193154641.516396
+ --- Energy:  75.19043109374802
+ --- Workload:  1067190000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 416 in the X datas point
+--------------
+ --- Configuration:  101101-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13340679600.900229
+ --- Energy:  83.02798102049613
+ --- Workload:  1107650000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 653 in the X datas point
+--------------
+ --- Configuration:  100111-1-2
+ --- Energy efficiency:  12648173350.804678
+ --- Energy:  65.36175990721286
+ --- Workload:  826707000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (12.88737035992497 mAh)  is far from the median.
+---  Median :65.36175990721286,   the gap is :  10
+--- So yes we remove this configuration '100101-2-2'
+--- remove_aberrant_points: The value [0.0, 1, 0, 0, 1, 0, 1, 2.0, 2.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [2.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '330003-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '330003-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 774 in the X datas point
+--------------
+ --- Configuration:  330003-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10281708532.07019
+ --- Energy:  24.722444893035714
+ --- Workload:  254189000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 339 in the X datas point
+--------------
+ --- Configuration:  220002-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12468874571.85002
+ --- Energy:  37.3545557848716
+ --- Workload:  465769000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 259 in the X datas point
+--------------
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 284 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 288 in the X datas point
+--------------
+ --- Configuration:  300000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10860100930.50205
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 304 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8725809067.483562
+ --- Energy:  38.59814
+ --- Workload:  336800000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 318 in the X datas point
+--------------
+ --- Configuration:  330303-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14023081992.960411
+ --- Energy:  66.12237864852598
+ --- Workload:  927239000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 521 in the X datas point
+--------------
+ --- Configuration:  030003-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7055470105.973162
+ --- Energy:  35.8863088610274
+ --- Workload:  253195000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 556 in the X datas point
+--------------
+ --- Configuration:  222002-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13717835106.13489
+ --- Energy:  41.48623715392385
+ --- Workload:  569101000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 577 in the X datas point
+--------------
+ --- Configuration:  330303-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14185463588.042788
+ --- Energy:  62.03120341832688
+ --- Workload:  879941000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '330003-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 774 in the X datas point
+--------------
+ --- Configuration:  330003-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  10281708532.07019
+ --- Energy:  24.722444893035714
+ --- Workload:  254189000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 288 in the X datas point
+--------------
+ --- Configuration:  300000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10860100930.50205
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 521 in the X datas point
+--------------
+ --- Configuration:  030003-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7055470105.973162
+ --- Energy:  35.8863088610274
+ --- Workload:  253195000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 339 in the X datas point
+--------------
+ --- Configuration:  220002-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12468874571.85002
+ --- Energy:  37.3545557848716
+ --- Workload:  465769000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 284 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 304 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8725809067.483562
+ --- Energy:  38.59814
+ --- Workload:  336800000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 259 in the X datas point
+--------------
+ --- Configuration:  330303-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10632890934.184532
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 556 in the X datas point
+--------------
+ --- Configuration:  222002-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13717835106.13489
+ --- Energy:  41.48623715392385
+ --- Workload:  569101000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 577 in the X datas point
+--------------
+ --- Configuration:  330303-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14185463588.042788
+ --- Energy:  62.03120341832688
+ --- Workload:  879941000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 318 in the X datas point
+--------------
+ --- Configuration:  330303-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14023081992.960411
+ --- Energy:  66.12237864852598
+ --- Workload:  927239000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 284 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  38.59814
+ --- Workload:  336804200000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (24.722444893035714 mAh)  is far from the median.
+---  Median :38.59814,   the gap is :  10
+--- So yes we remove this configuration '330003-1-0'
+--- remove_aberrant_points: The value [2.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '101101-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '101101-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 775 in the X datas point
+--------------
+ --- Configuration:  101101-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5941064638.78327
+ --- Energy:  12.77057489674986
+ --- Workload:  75870700000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 368 in the X datas point
+--------------
+ --- Configuration:  101101-2-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12808082412.325474
+ --- Energy:  45.0099417425521
+ --- Workload:  576491000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 644 in the X datas point
+--------------
+ --- Configuration:  202202-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13769969898.845802
+ --- Energy:  41.393349766173586
+ --- Workload:  569985000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 650 in the X datas point
+--------------
+ --- Configuration:  101101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6233792140.43487
+ --- Energy:  26.21709253261557
+ --- Workload:  163432000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 702 in the X datas point
+--------------
+ --- Configuration:  100101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9662862719.709341
+ --- Energy:  30.72781519894828
+ --- Workload:  296920000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 4 in the X datas point
+--------------
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 54 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '101101-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 775 in the X datas point
+--------------
+ --- Configuration:  101101-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5941064638.78327
+ --- Energy:  12.77057489674986
+ --- Workload:  75870700000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 650 in the X datas point
+--------------
+ --- Configuration:  101101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  6233792140.43487
+ --- Energy:  26.21709253261557
+ --- Workload:  163432000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 4 in the X datas point
+--------------
+ --- Configuration:  111101-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7744553642.650806
+ --- Energy:  26.767238609212782
+ --- Workload:  207301000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 702 in the X datas point
+--------------
+ --- Configuration:  100101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  9662862719.709341
+ --- Energy:  30.72781519894828
+ --- Workload:  296920000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 54 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 0 in the X datas point
+--------------
+ --- Configuration:  101111-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10829988671.831848
+ --- Energy:  35.536402216432755
+ --- Workload:  384859000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 644 in the X datas point
+--------------
+ --- Configuration:  202202-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13769969898.845802
+ --- Energy:  41.393349766173586
+ --- Workload:  569985000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 38 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  41.43583708148781
+ --- Workload:  614221000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 368 in the X datas point
+--------------
+ --- Configuration:  101101-2-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12808082412.325474
+ --- Energy:  45.0099417425521
+ --- Workload:  576491000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 702 in the X datas point
+--------------
+ --- Configuration:  100101-1-0
+ --- Energy efficiency:  9662862719.709341
+ --- Energy:  30.72781519894828
+ --- Workload:  296920000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (12.77057489674986 mAh)  is far from the median.
+---  Median :30.72781519894828,   the gap is :  10
+--- So yes we remove this configuration '101101-1-0'
+--- remove_aberrant_points: The value [0.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [0.0, 1, 1, 0, 0, 1, 0, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '110010-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '110010-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 776 in the X datas point
+--------------
+ --- Configuration:  110010-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5868544600.938967
+ --- Energy:  12.939562727214717
+ --- Workload:  75936400000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 479 in the X datas point
+--------------
+ --- Configuration:  111010-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13018731350.667341
+ --- Energy:  78.8194837737248
+ --- Workload:  1026130000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 26 in the X datas point
+--------------
+ --- Configuration:  110011-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 164 in the X datas point
+--------------
+ --- Configuration:  111011-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 263 in the X datas point
+--------------
+ --- Configuration:  110111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5358769626.493757
+ --- Energy:  14.0838858431668
+ --- Workload:  75472200000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 458 in the X datas point
+--------------
+ --- Configuration:  220022-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13202208993.60881
+ --- Energy:  95.35824625251036
+ --- Workload:  1258940000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 571 in the X datas point
+--------------
+ --- Configuration:  220000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13209690629.045467
+ --- Energy:  73.69017863100204
+ --- Workload:  973425000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 757 in the X datas point
+--------------
+ --- Configuration:  110011-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5863314414.372156
+ --- Energy:  12.909260168513825
+ --- Workload:  75691200000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 44 in the X datas point
+--------------
+ --- Configuration:  222220-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14471780028.94356
+ --- Energy:  72.03533813993924
+ --- Workload:  1042480000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 46 in the X datas point
+--------------
+ --- Configuration:  220220-3-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '110010-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 757 in the X datas point
+--------------
+ --- Configuration:  110011-2-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5863314414.372156
+ --- Energy:  12.909260168513825
+ --- Workload:  75691200000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 776 in the X datas point
+--------------
+ --- Configuration:  110010-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  5868544600.938967
+ --- Energy:  12.939562727214717
+ --- Workload:  75936400000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 263 in the X datas point
+--------------
+ --- Configuration:  110111-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  5358769626.493757
+ --- Energy:  14.0838858431668
+ --- Workload:  75472200000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 44 in the X datas point
+--------------
+ --- Configuration:  222220-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14471780028.94356
+ --- Energy:  72.03533813993924
+ --- Workload:  1042480000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 571 in the X datas point
+--------------
+ --- Configuration:  220000-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13209690629.045467
+ --- Energy:  73.69017863100204
+ --- Workload:  973425000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 46 in the X datas point
+--------------
+ --- Configuration:  220220-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14092347150.879715
+ --- Energy:  77.28586489330746
+ --- Workload:  1089140000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 164 in the X datas point
+--------------
+ --- Configuration:  111011-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14320636179.941658
+ --- Energy:  77.6473695933206
+ --- Workload:  1111960000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 479 in the X datas point
+--------------
+ --- Configuration:  111010-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13018731350.667341
+ --- Energy:  78.8194837737248
+ --- Workload:  1026130000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 26 in the X datas point
+--------------
+ --- Configuration:  110011-3-2
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13712530510.380384
+ --- Energy:  81.77773921998886
+ --- Workload:  1121380000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 458 in the X datas point
+--------------
+ --- Configuration:  220022-3-3
+ --- Distance from that configuration:  [0.74081822]
+ --- Energy efficiency:  13202208993.60881
+ --- Energy:  95.35824625251036
+ --- Workload:  1258940000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 571 in the X datas point
+--------------
+ --- Configuration:  220000-3-3
+ --- Energy efficiency:  13209690629.045467
+ --- Energy:  73.69017863100204
+ --- Workload:  973425000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (12.939562727214717 mAh)  is far from the median.
+---  Median :73.69017863100204,   the gap is :  10
+--- So yes we remove this configuration '110010-3-3'
+--- remove_aberrant_points: The value [0.0, 1, 1, 0, 0, 1, 0, 3.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 1, 1, 1, 0, 3.0, 3.0]
+--- Computing the list of the 10 first neighbours of '022220-3-3'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '022220-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 777 in the X datas point
+--------------
+ --- Configuration:  022220-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6021448399.197943
+ --- Energy:  12.583421405685236
+ --- Workload:  75770300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 44 in the X datas point
+--------------
+ --- Configuration:  222220-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14471780028.94356
+ --- Energy:  72.03533813993924
+ --- Workload:  1042480000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 411 in the X datas point
+--------------
+ --- Configuration:  002220-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  11417401947.352076
+ --- Energy:  95.64698110453958
+ --- Workload:  1092040000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 636 in the X datas point
+--------------
+ --- Configuration:  022222-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14763111118.98477
+ --- Energy:  92.57130206150522
+ --- Workload:  1366640000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 144 in the X datas point
+--------------
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 163 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 176 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  83.7034659994173
+ --- Workload:  1150120000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 182 in the X datas point
+--------------
+ --- Configuration:  030330-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13025293818.065302
+ --- Energy:  75.2120882234259
+ --- Workload:  979660000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 342 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '022220-3-3'
+--- Neighbour  0 in the list of neghbours, And at position 777 in the X datas point
+--------------
+ --- Configuration:  022220-3-3
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  6021448399.197943
+ --- Energy:  12.583421405685236
+ --- Workload:  75770300000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 44 in the X datas point
+--------------
+ --- Configuration:  222220-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14471780028.94356
+ --- Energy:  72.03533813993924
+ --- Workload:  1042480000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 182 in the X datas point
+--------------
+ --- Configuration:  030330-3-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  13025293818.065302
+ --- Energy:  75.2120882234259
+ --- Workload:  979660000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 163 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  79.5738884766809
+ --- Workload:  1118250000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 144 in the X datas point
+--------------
+ --- Configuration:  033330-3-2
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 176 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  83.7034659994173
+ --- Workload:  1150120000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 636 in the X datas point
+--------------
+ --- Configuration:  022222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14763111118.98477
+ --- Energy:  92.57130206150522
+ --- Workload:  1366640000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 411 in the X datas point
+--------------
+ --- Configuration:  002220-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  11417401947.352076
+ --- Energy:  95.64698110453958
+ --- Workload:  1092040000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 342 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  98.71806225531626
+ --- Workload:  1441490000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 144 in the X datas point
+--------------
+ --- Configuration:  033330-3-2
+ --- Energy efficiency:  13766178701.51896
+ --- Energy:  79.7127969833484
+ --- Workload:  1097340000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (12.583421405685236 mAh)  is far from the median.
+---  Median :79.7127969833484,   the gap is :  10
+--- So yes we remove this configuration '022220-3-3'
+--- remove_aberrant_points: The value [1.0, 0, 1, 1, 1, 1, 0, 3.0, 3.0] is  an abberant point. we don't add it
+ --- remove_aberrant_points: do we remove value  [1.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0]
+--- Computing the list of the 10 first neighbours of '020020-1-0'
+*** START computing ci exp matrix 
+X =  [[0. 1. 0. ... 1. 1. 0.]
+ [0. 0. 1. ... 1. 0. 3.]
+ [0. 1. 1. ... 1. 0. 1.]
+ ...
+ [0. 1. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 3. 3.]
+ [1. 0. 1. ... 0. 1. 0.]]
+*** END computing ci exp matrix, cached  result  [[[1.        ]
+  [0.24659696]
+  [0.67032005]
+  ...
+  [0.18268352]
+  [0.18268352]
+  [0.54881164]]
+
+ [[0.24659696]
+  [1.        ]
+  [0.44932896]
+  ...
+  [0.27253179]
+  [0.27253179]
+  [0.24659696]]
+
+ [[0.67032005]
+  [0.44932896]
+  [1.        ]
+  ...
+  [0.22313016]
+  [0.18268352]
+  [0.54881164]]
+
+ ...
+
+ [[0.18268352]
+  [0.27253179]
+  [0.22313016]
+  ...
+  [1.        ]
+  [0.67032005]
+  [0.22313016]]
+
+ [[0.18268352]
+  [0.27253179]
+  [0.18268352]
+  ...
+  [0.67032005]
+  [1.        ]
+  [0.22313016]]
+
+ [[0.54881164]
+  [0.24659696]
+  [0.54881164]
+  ...
+  [0.22313016]
+  [0.22313016]
+  [1.        ]]]
+--- Ordered by distance, Printing the list of the 10 first neighbours of '020020-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 778 in the X datas point
+--------------
+ --- Configuration:  020020-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5577369266.464394
+ --- Energy:  13.574697742750608
+ --- Workload:  75711000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 630 in the X datas point
+--------------
+ --- Configuration:  020022-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  12661321056.916437
+ --- Energy:  36.88800733705025
+ --- Workload:  467051000000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 634 in the X datas point
+--------------
+ --- Configuration:  010010-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8677467220.867573
+ --- Energy:  29.01647467870326
+ --- Workload:  251789000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 730 in the X datas point
+--------------
+ --- Configuration:  030030-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8319329129.299013
+ --- Energy:  30.213348273400626
+ --- Workload:  251355000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 136 in the X datas point
+--------------
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 435 in the X datas point
+--------------
+ --- Configuration:  010010-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12144942603.001259
+ --- Energy:  38.33628258038769
+ --- Workload:  465592000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 464 in the X datas point
+--------------
+ --- Configuration:  010110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9252662453.621029
+ --- Energy:  32.02904675461461
+ --- Workload:  296355000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 513 in the X datas point
+--------------
+ --- Configuration:  010000-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  7423574302.555194
+ --- Energy:  27.86299512820046
+ --- Workload:  206843000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 585 in the X datas point
+--------------
+ --- Configuration:  010011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9783204195.037958
+ --- Energy:  30.276377856940353
+ --- Workload:  296200000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 660 in the X datas point
+--------------
+ --- Configuration:  000020-0-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  1568536414.3571274
+ --- Energy:  23.271814457222327
+ --- Workload:  36502700000.0
+--------------
+--- Ordered by energy, Printing the list of the 10 first neighbours of '020020-1-0'
+--- Neighbour  0 in the list of neghbours, And at position 778 in the X datas point
+--------------
+ --- Configuration:  020020-1-0
+ --- Distance from that configuration:  [1.]
+ --- Energy efficiency:  5577369266.464394
+ --- Energy:  13.574697742750608
+ --- Workload:  75711000000.0
+--------------
+--- Neighbour  1 in the list of neghbours, And at position 660 in the X datas point
+--------------
+ --- Configuration:  000020-0-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  1568536414.3571274
+ --- Energy:  23.271814457222327
+ --- Workload:  36502700000.0
+--------------
+--- Neighbour  2 in the list of neghbours, And at position 513 in the X datas point
+--------------
+ --- Configuration:  010000-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  7423574302.555194
+ --- Energy:  27.86299512820046
+ --- Workload:  206843000000.0
+--------------
+--- Neighbour  3 in the list of neghbours, And at position 634 in the X datas point
+--------------
+ --- Configuration:  010010-1-0
+ --- Distance from that configuration:  [0.90483742]
+ --- Energy efficiency:  8677467220.867573
+ --- Energy:  29.01647467870326
+ --- Workload:  251789000000.0
+--------------
+--- Neighbour  4 in the list of neghbours, And at position 730 in the X datas point
+--------------
+ --- Configuration:  030030-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  8319329129.299013
+ --- Energy:  30.213348273400626
+ --- Workload:  251355000000.0
+--------------
+--- Neighbour  5 in the list of neghbours, And at position 585 in the X datas point
+--------------
+ --- Configuration:  010011-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9783204195.037958
+ --- Energy:  30.276377856940353
+ --- Workload:  296200000000.0
+--------------
+--- Neighbour  6 in the list of neghbours, And at position 464 in the X datas point
+--------------
+ --- Configuration:  010110-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  9252662453.621029
+ --- Energy:  32.02904675461461
+ --- Workload:  296355000000.0
+--------------
+--- Neighbour  7 in the list of neghbours, And at position 136 in the X datas point
+--------------
+ --- Configuration:  222020-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  32.3911267160719
+ --- Workload:  340610000000.0
+--------------
+--- Neighbour  8 in the list of neghbours, And at position 630 in the X datas point
+--------------
+ --- Configuration:  020022-1-0
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12661321056.916437
+ --- Energy:  36.88800733705025
+ --- Workload:  467051000000.0
+--------------
+--- Neighbour  9 in the list of neghbours, And at position 435 in the X datas point
+--------------
+ --- Configuration:  010010-1-1
+ --- Distance from that configuration:  [0.81873075]
+ --- Energy efficiency:  12144942603.001259
+ --- Energy:  38.33628258038769
+ --- Workload:  465592000000.0
+--------------
+--------------
+--- Median at position 4 in the list of neghbours, And at position 730 in the X datas point
+--------------
+ --- Configuration:  030030-1-0
+ --- Energy efficiency:  8319329129.299013
+ --- Energy:  30.213348273400626
+ --- Workload:  251355000000.0
+--------------
+--- Comparing the median energy with the energy of that data point
+--- The energy of the current configuration (13.574697742750608 mAh)  is far from the median.
+---  Median :30.213348273400626,   the gap is :  10
+--- So yes we remove this configuration '020020-1-0'
+--- remove_aberrant_points: The value [1.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0] is  an abberant point. we don't add it
+--- remove_aberrant_points: Printing all 151 removed points 
+ --- Configuration:  333333-3-2
+ --- Energy:  85.51534231485796
+ --- Configuration:  220202-3-2
+ --- Energy:  88.45960297015073
+ --- Configuration:  222022-2-3
+ --- Energy:  98.33180383203538
+ --- Configuration:  220222-2-0
+ --- Energy:  58.67863075260059
+ --- Configuration:  333333-3-3
+ --- Energy:  77.67467453614748
+ --- Configuration:  303033-3-3
+ --- Energy:  75.15771108741323
+ --- Configuration:  111111-3-3
+ --- Energy:  100.207122447555
+ --- Configuration:  111010-3-1
+ --- Energy:  70.2667978545078
+ --- Configuration:  111011-1-3
+ --- Energy:  81.3667303591789
+ --- Configuration:  222222-2-3
+ --- Energy:  102.719273058889
+ --- Configuration:  111111-2-3
+ --- Energy:  96.2036865454932
+ --- Configuration:  200202-3-0
+ --- Energy:  65.7590425822352
+ --- Configuration:  330033-3-0
+ --- Energy:  83.5387640803202
+ --- Configuration:  022222-2-0
+ --- Energy:  57.2873551037916
+ --- Configuration:  202222-3-1
+ --- Energy:  87.1615988005907
+ --- Configuration:  333333-2-2
+ --- Energy:  102.945501098208
+ --- Configuration:  000300-2-3
+ --- Energy:  90.2662722413003
+ --- Configuration:  330333-0-1
+ --- Energy:  65.8461101285994
+ --- Configuration:  303033-2-2
+ --- Energy:  99.1199512733933
+ --- Configuration:  202222-2-1
+ --- Energy:  71.5812859564726
+ --- Configuration:  220202-1-2
+ --- Energy:  75.6785562491319
+ --- Configuration:  202220-0-2
+ --- Energy:  54.4639625494408
+ --- Configuration:  333333-1-3
+ --- Energy:  97.3671383278909
+ --- Configuration:  033033-2-2
+ --- Energy:  94.0135655715655
+ --- Configuration:  101110-0-3
+ --- Energy:  73.6624240556838
+ --- Configuration:  033333-1-0
+ --- Energy:  62.5543914533039
+ --- Configuration:  333333-3-2
+ --- Energy:  112.252246650916
+ --- Configuration:  110100-1-3
+ --- Energy:  77.6226342959476
+ --- Configuration:  100111-3-1
+ --- Energy:  80.0526614822044
+ --- Configuration:  222022-2-0
+ --- Energy:  58.262720853322
+ --- Configuration:  300333-3-2
+ --- Energy:  100.311184339352
+ --- Configuration:  101111-0-3
+ --- Energy:  58.0655432702143
+ --- Configuration:  333033-2-2
+ --- Energy:  75.3926735584727
+ --- Configuration:  033030-3-2
+ --- Energy:  16.3307947163033
+ --- Configuration:  333330-1-0
+ --- Energy:  13.4893048354332
+ --- Configuration:  222202-0-1
+ --- Energy:  18.3191369059882
+ --- Configuration:  110111-3-3
+ --- Energy:  14.0838858431668
+ --- Configuration:  333330-2-3
+ --- Energy:  13.9697963651223
+ --- Configuration:  111111-2-0
+ --- Energy:  13.7189335182749
+ --- Configuration:  101010-2-3
+ --- Energy:  12.9248547023353
+ --- Configuration:  333333-2-2
+ --- Energy:  25.3623210355619
+ --- Configuration:  222002-2-3
+ --- Energy:  18.1188341516786
+ --- Configuration:  222022-1-3
+ --- Energy:  17.9776183946517
+ --- Configuration:  033033-1-2
+ --- Energy:  24.5924899083227
+ --- Configuration:  010111-3-2
+ --- Energy:  13.6504873016518
+ --- Configuration:  222202-3-2
+ --- Energy:  17.984386490349
+ --- Configuration:  330330-0-0
+ --- Energy:  13.8323700917135
+ --- Configuration:  222222-1-2
+ --- Energy:  17.8171709875973
+ --- Configuration:  022222-1-1
+ --- Energy:  17.8136328789872
+ --- Configuration:  101001-3-0
+ --- Energy:  14.4399767950293
+ --- Configuration:  033333-0-0
+ --- Energy:  24.0280687781385
+ --- Configuration:  000000-0-0
+ --- Energy:  11.04773
+ --- Configuration:  300000-3-0
+ --- Energy:  73.04875
+ --- Configuration:  000000-3-0
+ --- Energy:  66.8775
+ --- Configuration:  000000-0-3
+ --- Energy:  77.6323
+ --- Configuration:  000000-3-1
+ --- Energy:  80.6761
+ --- Configuration:  000000-3-2
+ --- Energy:  98.66502
+ --- Configuration:  000000-3-3
+ --- Energy:  115.13669
+ --- Configuration:  000000-0-0
+ --- Energy:  11.04773
+ --- Configuration:  333330-0-0
+ --- Energy:  56.82057
+ --- Configuration:  333333-3-0
+ --- Energy:  106.21078
+ --- Configuration:  333333-3-3
+ --- Energy:  123.82321
+ --- Configuration:  000000-3-0
+ --- Energy:  66.8775
+ --- Configuration:  000000-3-0
+ --- Energy:  77.6323
+ --- Configuration:  000000-3-3
+ --- Energy:  115.13669
+ --- Configuration:  300000-3-0
+ --- Energy:  73.04875
+ --- Configuration:  330000-3-0
+ --- Energy:  79.00024
+ --- Configuration:  333000-3-0
+ --- Energy:  92.14393
+ --- Configuration:  300000-3-3
+ --- Energy:  96.57158
+ --- Configuration:  333333-3-0
+ --- Energy:  83.8569021514259
+ --- Configuration:  022202-2-2
+ --- Energy:  86.55908372523825
+ --- Configuration:  333330-0-2
+ --- Energy:  54.89737027002233
+ --- Configuration:  011111-2-2
+ --- Energy:  75.3366281487845
+ --- Configuration:  333033-2-2
+ --- Energy:  102.002963990619
+ --- Configuration:  222222-2-0
+ --- Energy:  20.2730896056071
+ --- Configuration:  220222-2-3
+ --- Energy:  109.874202798205
+ --- Configuration:  330033-0-2
+ --- Energy:  80.8971097844968
+ --- Configuration:  111011-2-0
+ --- Energy:  14.9822385679116
+ --- Configuration:  101101-1-3
+ --- Energy:  13.362479905568
+ --- Configuration:  202222-1-3
+ --- Energy:  17.65816139009
+ --- Configuration:  303333-2-3
+ --- Energy:  105.00109687320945
+ --- Configuration:  000000-1-2
+ --- Energy:  39.92204534168386
+ --- Configuration:  101111-3-2
+ --- Energy:  64.82001619850253
+ --- Configuration:  002220-3-3
+ --- Energy:  95.64698110453958
+ --- Configuration:  303000-1-3
+ --- Energy:  74.4831318809973
+ --- Configuration:  033303-0-0
+ --- Energy:  51.680919654150905
+ --- Configuration:  003030-1-1
+ --- Energy:  38.31727344984162
+ --- Configuration:  010111-1-1
+ --- Energy:  42.04621333129826
+ --- Configuration:  303330-2-3
+ --- Energy:  94.73104953565642
+ --- Configuration:  222222-2-1
+ --- Energy:  76.22620686685552
+ --- Configuration:  330330-2-1
+ --- Energy:  56.36587794320171
+ --- Configuration:  222022-2-0
+ --- Energy:  57.21047710637256
+ --- Configuration:  022202-2-2
+ --- Energy:  87.20829086123818
+ --- Configuration:  222222-1-2
+ --- Energy:  81.35830423904434
+ --- Configuration:  020200-1-1
+ --- Energy:  35.941505988108695
+ --- Configuration:  011010-2-3
+ --- Energy:  85.2562842548241
+ --- Configuration:  033030-0-0
+ --- Energy:  23.84502806404063
+ --- Configuration:  020200-2-0
+ --- Energy:  40.672301388671954
+ --- Configuration:  202222-2-0
+ --- Energy:  59.2169275668937
+ --- Configuration:  003333-2-0
+ --- Energy:  70.52682283226056
+ --- Configuration:  333033-1-3
+ --- Energy:  94.29930793987965
+ --- Configuration:  330003-3-2
+ --- Energy:  94.49408464421893
+ --- Configuration:  030333-2-2
+ --- Energy:  77.43016666098337
+ --- Configuration:  110100-2-2
+ --- Energy:  73.46366427282355
+ --- Configuration:  333303-2-2
+ --- Energy:  99.6674290491051
+ --- Configuration:  030330-3-1
+ --- Energy:  72.65400201940935
+ --- Configuration:  033003-3-1
+ --- Energy:  96.92513711752248
+ --- Configuration:  030000-3-2
+ --- Energy:  92.80579213921902
+ --- Configuration:  003333-1-0
+ --- Energy:  25.752705265432734
+ --- Configuration:  011101-1-0
+ --- Energy:  12.82440487818982
+ --- Configuration:  000033-2-0
+ --- Energy:  25.378870651700414
+ --- Configuration:  002220-2-0
+ --- Energy:  13.05030508081098
+ --- Configuration:  020222-2-0
+ --- Energy:  16.962130007740114
+ --- Configuration:  300303-1-3
+ --- Energy:  23.671865117505998
+ --- Configuration:  000300-1-0
+ --- Energy:  12.605191807912393
+ --- Configuration:  020220-2-0
+ --- Energy:  12.724500572380222
+ --- Configuration:  111110-3-0
+ --- Energy:  12.568567782753549
+ --- Configuration:  222020-2-2
+ --- Energy:  13.02862273430083
+ --- Configuration:  303330-2-1
+ --- Energy:  13.100460968293364
+ --- Configuration:  101100-1-3
+ --- Energy:  13.162529333531099
+ --- Configuration:  003303-1-0
+ --- Energy:  23.48970283086431
+ --- Configuration:  303030-3-2
+ --- Energy:  12.57695300211794
+ --- Configuration:  002000-2-2
+ --- Energy:  13.395917496938448
+ --- Configuration:  222002-3-0
+ --- Energy:  16.982170959553237
+ --- Configuration:  000030-2-0
+ --- Energy:  12.26762907254409
+ --- Configuration:  101010-3-0
+ --- Energy:  13.04299789746687
+ --- Configuration:  022200-1-1
+ --- Energy:  12.369555647233597
+ --- Configuration:  001101-3-0
+ --- Energy:  12.801274922165252
+ --- Configuration:  002020-2-3
+ --- Energy:  12.615399718681916
+ --- Configuration:  110011-2-3
+ --- Energy:  12.909260168513825
+ --- Configuration:  000000-3-3
+ --- Energy:  12.654544813790569
+ --- Configuration:  000022-2-1
+ --- Energy:  17.236925200640222
+ --- Configuration:  100000-1-1
+ --- Energy:  13.49249894433128
+ --- Configuration:  011011-3-2
+ --- Energy:  12.473598223784801
+ --- Configuration:  300300-2-1
+ --- Energy:  12.58462594133227
+ --- Configuration:  111110-2-1
+ --- Energy:  12.504158981784528
+ --- Configuration:  330030-3-0
+ --- Energy:  13.028609429521124
+ --- Configuration:  011011-0-0
+ --- Energy:  12.105878961419078
+ --- Configuration:  303333-1-3
+ --- Energy:  23.863863929112192
+ --- Configuration:  010111-0-0
+ --- Energy:  12.756494833976223
+ --- Configuration:  200202-3-2
+ --- Energy:  17.76713091857071
+ --- Configuration:  001000-1-0
+ --- Energy:  11.76973873612909
+ --- Configuration:  101111-3-3
+ --- Energy:  12.941299579331238
+ --- Configuration:  330333-1-0
+ --- Energy:  24.401835984242894
+ --- Configuration:  202002-1-1
+ --- Energy:  16.598746445608374
+ --- Configuration:  100101-2-2
+ --- Energy:  12.88737035992497
+ --- Configuration:  330003-1-0
+ --- Energy:  24.722444893035714
+ --- Configuration:  101101-1-0
+ --- Energy:  12.77057489674986
+ --- Configuration:  110010-3-3
+ --- Energy:  12.939562727214717
+ --- Configuration:  022220-3-3
+ --- Energy:  12.583421405685236
+ --- Configuration:  020020-1-0
+ --- Energy:  13.574697742750608
+final_X_user friendly : 
+  ['101111-1-0', '011001-0-3', '110111-0-1', '101110-1-0', '111101-0-0', '111110-1-2', '303303-0-1', '222222-3-3', '202222-3-3', '101101-2-2', '003330-3-2', '202220-2-3', '333030-0-2', '303330-3-0', '202222-0-3', '030333-2-3', '022202-2-0', '111010-2-0', '333333-1-2', '111111-2-1', '222220-0-3', '000300-0-0', '222222-3-2', '333300-3-0', '110011-3-2', '111011-2-1', '202202-2-3', '333303-1-2', '202222-2-3', '300033-3-2', '330333-2-2', '220222-0-1', '033333-0-3', '110110-0-3', '110001-0-2', '111101-1-1', '022022-1-3', '000011-1-1', '111011-3-0', '220020-1-2', '333033-0-2', '222220-3-3', '030300-2-0', '220220-3-2', '101110-2-3', '111011-2-3', '303300-0-1', '222220-2-1', '200222-2-3', '110101-1-0', '011010-1-3', '303330-1-2', '033033-2-0', '333300-0-1', '111111-3-1', '110101-0-0', '003333-1-2', '333333-2-1', '333300-1-0', '220020-0-1', '111111-1-2', '101101-0-2', '330330-2-3', '333333-3-1', '220220-0-0', '110011-0-0', '011111-3-2', '303333-3-1', '101111-3-0', '222222-2-3', '022222-0-3', '333033-0-2', '022222-0-0', '100101-1-3', '110111-1-2', '222222-1-0', '101111-3-3', '003333-3-1', '011111-1-2', '202022-1-2', '330030-2-2', '333330-3-0', '111110-1-0', '110111-0-0', '202222-0-2', '333333-1-1', '303333-0-3', '033033-1-1', '111111-3-1', '333333-1-3', '011010-2-1', '333333-3-3', '330030-0-1', '111111-2-2', '033333-0-2', '011110-1-1', '333033-0-0', '002200-2-2', '011110-3-1', '111111-0-2', '222202-2-1', '030033-0-1', '111111-2-1', '101111-2-1', '100110-0-2', '333300-1-2', '010110-0-2', '222220-1-2', '222222-0-1', '033030-0-3', '033330-0-0', '111111-1-2', '202022-3-3', '303300-3-3', '330333-3-0', '333033-2-1', '222020-1-0', '303333-0-3', '222202-3-1', '111111-2-3', '111111-1-3', '111110-1-0', '222022-0-3', '220020-0-3', '033330-3-2', '111111-2-0', '111101-1-1', '111111-2-3', '333300-1-0', '111011-0-0', '220202-1-1', '033033-3-2', '022202-0-0', '033033-1-0', '003333-2-3', '222022-1-0', '033333-1-2', '100000-0-2', '222222-2-3', '202222-0-2', '333303-2-1', '303333-2-0', '220220-1-2', '222220-2-3', '111011-3-3', '222220-0-1', '111111-1-0', '033300-2-1', '222222-0-2', '330333-0-0', '330330-3-0', '101110-1-0', '002202-3-1', '220022-2-1', '222220-2-3', '222002-0-2', '030330-3-0', '222022-3-3', '333333-0-1', '202222-2-2', '030330-3-3', '222022-0-0', '222000-1-1', '101011-3-1', '330303-3-1', '333033-0-2', '030033-2-3', '333333-3-3', '333333-1-0', '101011-3-0', '333033-1-1', '222202-1-2', '222020-2-1', '001101-2-2', '111111-2-1', '222222-1-1', '300033-2-1', '111101-2-3', '303333-3-1', '110110-3-1', '222220-3-1', '110110-2-0', '000022-2-2', '111011-1-0', '222220-1-0', '202222-1-0', '011111-2-1', '110111-2-0', '333333-0-3', '110111-2-0', '011011-1-0', '010100-0-0', '222202-3-0', '222222-3-0', '330033-2-1', '303300-2-2', '220222-3-2', '000111-3-0', '111001-2-2', '020220-2-1', '222222-0-0', '222222-0-3', '000200-2-1', '333300-1-1', '330030-0-1', '333333-2-0', '110010-0-3', '330030-1-2', '222222-3-0', '222222-3-2', '220202-0-1', '333030-3-2', '111011-1-1', '202220-3-0', '220220-1-2', '110111-1-2', '111111-1-3', '222020-2-0', '333303-0-2', '100010-0-1', '222222-3-1', '222202-1-2', '110011-0-2', '101011-1-2', '001011-2-2', '011110-2-1', '330303-0-0', '100000-0-0', '200000-0-0', '300000-0-0', '110000-0-0', '220000-0-0', '330000-0-0', '111000-0-0', '222000-0-0', '333000-0-0', '300000-1-0', '300000-2-0', '100000-1-0', '200000-2-0', '000000-1-0', '000000-2-0', '000000-1-1', '000000-2-2', '300000-0-0', '330000-0-0', '333000-0-0', '333300-0-0', '333333-0-0', '330303-1-1', '100111-1-0', '303033-3-1', '101111-1-3', '002220-1-1', '111110-1-1', '220222-3-3', '022202-2-3', '000100-0-2', '011001-2-1', '222222-3-2', '220202-2-3', '222222-1-3', '011111-3-1', '333300-2-2', '333030-0-1', '030333-2-2', '001011-1-0', '033333-0-2', '220002-1-0', '330333-0-3', '111111-1-1', '222222-3-3', '220022-3-2', '303303-1-3', '011111-2-0', '011101-0-2', '111110-2-0', '333333-2-0', '300300-3-0', '033033-1-2', '222220-0-3', '111110-2-1', '330033-1-3', '333033-2-3', '022222-1-0', '222022-2-3', '202222-1-0', '100011-0-0', '333333-2-0', '010101-3-0', '222222-1-0', '000033-1-1', '033030-1-2', '111111-3-0', '220202-3-1', '101101-2-0', '222222-0-2', '303333-1-1', '000222-0-2', '022220-0-1', '222200-1-3', '022220-2-2', '222200-1-2', '300333-0-0', '111101-0-3', '220022-3-0', '000333-2-0', '111001-3-0', '330333-2-2', '110111-3-1', '222022-3-1', '333333-0-0', '220002-3-0', '303333-0-0', '222022-0-0', '033033-3-1', '200222-2-1', '111000-2-0', '001111-3-3', '033333-3-3', '222202-1-3', '222202-2-1', '100101-2-0', '033030-3-1', '222220-2-0', '300333-1-2', '010100-2-1', '022002-2-3', '300333-3-2', '100011-3-2', '110101-2-1', '101101-3-2', '111110-1-0', '002020-2-0', '330000-3-3', '003003-3-3', '000022-3-3', '033000-2-0', '011100-1-1', '010100-3-0', '110000-2-0', '101110-1-0', '100100-1-1', '222220-2-2', '002022-3-0', '033003-2-0', '303330-0-0', '010010-1-1', '030300-2-2', '033000-1-0', '000110-3-1', '033330-2-3', '011011-3-2', '020202-2-0', '101011-1-0', '022220-2-2', '200022-1-0', '011000-2-0', '020200-2-2', '001011-2-0', '202000-1-2', '200000-1-1', '111010-2-0', '020000-3-2', '022222-1-2', '333330-1-2', '101111-1-1', '300033-0-0', '303330-1-1', '220022-3-3', '003033-1-1', '110101-3-0', '011111-3-3', '110001-3-1', '002200-1-3', '010110-1-0', '330333-2-0', '202220-3-0', '003300-3-1', '200222-1-3', '330030-3-2', '111010-3-0', '220222-3-2', '303000-2-1', '222222-1-3', '333333-3-0', '000001-3-0', '111010-3-3', '100101-3-0', '333330-1-3', '220222-0-3', '333333-0-2', '111101-3-2', '333003-3-1', '111011-2-3', '333333-1-3', '333330-2-3', '222222-0-1', '111111-1-1', '033033-1-3', '303333-1-0', '200222-1-1', '222222-1-3', '333333-1-1', '222022-2-2', '033333-1-3', '333033-1-3', '200222-3-2', '111110-2-0', '000011-3-0', '111001-1-2', '333333-3-2', '022022-3-3', '022222-0-2', '030303-1-2', '022222-2-3', '101101-3-0', '000202-2-0', '111011-0-3', '220200-2-2', '333000-3-0', '010000-1-0', '330303-1-2', '110000-0-0', '202002-3-0', '303303-2-1', '200022-2-3', '030300-2-3', '030003-0-0', '000000-2-0', '202220-2-1', '001010-1-0', '202000-0-0', '100000-3-0', '011000-1-0', '022222-1-2', '333300-1-0', '003303-1-1', '000000-3-1', '000110-1-1', '220000-3-0', '022022-1-3', '000022-3-2', '001010-1-0', '000333-2-0', '101101-2-1', '330330-3-3', '022222-3-1', '202022-3-1', '011010-3-2', '110011-2-2', '033030-2-0', '220222-2-3', '101011-3-2', '333303-0-0', '011001-3-1', '000110-3-3', '002220-2-3', '222222-2-2', '300000-3-1', '222002-1-0', '110000-1-2', '001101-1-1', '002202-3-0', '101101-3-0', '101110-2-2', '020202-1-3', '030300-3-0', '020200-2-3', '222220-2-0', '101001-3-0', '002022-3-1', '002020-3-0', '202000-3-3', '220000-3-3', '003333-1-0', '000111-0-0', '333033-2-0', '020000-1-3', '330303-2-0', '110101-3-3', '200000-1-3', '110001-2-3', '220202-1-1', '003033-1-1', '330300-2-0', '010011-1-0', '030000-3-3', '222002-0-0', '330033-1-1', '330330-1-3', '303033-0-0', '020222-2-2', '033030-3-1', '333033-3-3', '110101-2-0', '001000-3-0', '300000-2-0', '003303-1-2', '300030-2-0', '002200-3-2', '333330-2-0', '020222-3-0', '030033-3-0', '330003-3-1', '303000-3-1', '020002-2-3', '303330-3-0', '110101-1-0', '001111-1-0', '010111-1-2', '100100-3-3', '000100-2-1', '303333-1-0', '220020-1-2', '100111-1-0', '200000-1-0', '003300-3-0', '330330-3-0', '002000-2-1', '100000-2-1', '000010-3-1', '110110-3-1', '033333-2-1', '000222-2-3', '330300-1-2', '300303-0-0', '111000-1-0', '002220-1-0', '020022-1-0', '020220-2-1', '101101-3-0', '011000-2-2', '010010-1-0', '022222-3-3', '202200-3-2', '003303-2-2', '330033-3-3', '222022-1-3', '222220-0-0', '220220-0-0', '100001-1-1', '202202-1-0', '100010-3-0', '202020-2-3', '001100-3-3', '022002-3-1', '202222-1-2', '101101-0-0', '030300-3-0', '330333-2-3', '100111-1-2', '033030-3-0', '001101-3-0', '003333-3-3', '202022-3-0', '003000-3-3', '000333-2-3', '000020-0-0', '222020-1-0', '011100-2-3', '333330-1-2', '222002-1-2', '010000-3-2', '300300-1-0', '001100-0-0', '020222-3-0', '110000-2-0', '100100-2-1', '011011-2-2', '200020-1-0', '303330-1-1', '110111-0-0', '002022-2-1', '003330-1-3', '110001-1-2', '100010-1-0', '220220-3-1', '010111-0-0', '300000-2-2', '010100-1-0', '033003-2-0', '022000-2-0', '300003-3-3', '000222-2-2', '022202-3-1', '022200-2-0', '010000-2-1', '001110-2-1', '033030-3-3', '333003-2-3', '333030-2-3', '010011-1-0', '200000-1-2', '003000-1-2', '033000-1-1', '220002-0-0', '002002-1-0', '100101-1-0', '111001-1-0', '011111-1-0', '202020-3-3', '111111-1-3', '111100-3-0', '303003-3-0', '030333-1-1', '101000-1-2', '200002-2-0', '300300-1-1', '202002-2-3', '333303-0-0', '010110-2-0', '333300-3-2', '202000-2-1', '030033-1-2', '003300-2-0', '111010-1-1', '033333-3-3', '200200-2-1', '222020-0-0', '300000-1-2', '010111-2-1', '333330-3-1', '300000-2-2', '030030-1-0', '222002-2-0', '303000-2-1', '030303-0-0']
+final_X : 
+  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0], [0.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 0, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 2.0], [1.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 1.0, 2.0], [2.0, 0, 0, 1, 1, 0, 0, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 0, 1, 0, 1, 0, 1, 0.0, 0.0]]
+final_y : 
+  [10829988671.831848, 11271402985.343796, 11835117871.856445, 11115693246.882881, 7744553642.650806, 14014690198.265823, 12835751160.993692, 15072476000.850086, 15103367446.80594, 14193154641.516396, 13704431053.692589, 13904280154.559978, 11958775708.378078, 12422190504.229136, 13244489299.11487, 14498805298.443407, 14878826834.261774, 13184350176.340683, 14515768479.29906, 15148485454.424267, 11563514337.02325, 1619850293.4358807, 15227537478.77662, 12714137867.025375, 13712530510.380384, 14204444570.706173, 14288735332.61318, 14395593796.65072, 15034451445.487333, 14177780865.38339, 15278348593.857187, 14874621812.74041, 13280265392.82361, 11308622485.386433, 11533320339.125751, 14823423380.68923, 12977423176.899149, 11067652130.41236, 12470196231.00789, 12658099664.813522, 13903816180.427042, 14471780028.94356, 11667290866.728037, 14092347150.879715, 14166071691.655617, 14334040479.330315, 10199294208.840748, 14563969322.455019, 14594342940.789293, 10499448253.994251, 12057461036.314661, 13026006421.821165, 14474943149.660782, 10890802281.840895, 13789280489.133356, 6206361520.558573, 13753001592.597586, 15929350146.231434, 10346654305.863657, 10312116840.40865, 14097711236.580742, 11969296360.974827, 13784129504.653522, 15804679449.491407, 6218480079.099067, 6003554104.029585, 14151777817.088272, 15331051050.866896, 12835751160.993692, 15872839508.132448, 14095406166.176382, 14045358079.381556, 12317273251.316717, 11817746710.23476, 13829154623.777847, 15864982651.64147, 13561013712.897066, 13712605724.190134, 13743003093.549995, 14390518375.252914, 14087701577.399946, 12477742826.233706, 11913313962.28483, 7765120631.149005, 15012017119.704325, 15052941194.179932, 13070067323.916784, 14223092043.31785, 13677476888.483427, 14522261174.153862, 13585184541.146809, 15302944745.657406, 9938974695.370426, 15847508930.071281, 13446770287.478502, 14403991634.16166, 11838060073.41965, 13885706747.759195, 11878826466.975676, 13419378387.55433, 16215287124.089106, 11607890115.069016, 15007150907.40738, 14778842018.612473, 11691120593.908926, 13361213732.655474, 11607229911.367193, 13772833636.56522, 15666712622.357025, 10395312961.292013, 6111684930.418467, 13830416959.410492, 14080045056.14418, 12321431651.786486, 14500655429.625418, 15070431662.374104, 10515534599.263493, 12840398976.87701, 15123376505.532131, 14249500198.780527, 13229665673.118774, 11459308568.239609, 13320350431.77916, 10684388505.734846, 13766178701.51896, 14460730440.416006, 14639637991.031757, 13822617119.034851, 10583914566.641617, 7219330479.29135, 15671205570.173307, 14103636340.557686, 10890102530.315323, 12220292773.774273, 14446232567.00885, 14778186805.148129, 14313318542.904173, 10075333266.836134, 15824387279.72453, 14129921805.012732, 15150114913.62162, 15159761142.803434, 12976463290.882996, 14052976912.364231, 14320636179.941658, 11742671105.396345, 12442484614.867773, 13694709322.947266, 15111309908.788132, 11461738424.790365, 12513561572.354038, 10871987779.885736, 13345451002.843914, 15248016614.238901, 13740416059.79829, 13620192752.96784, 11742271237.07176, 14657190304.561756, 14508144872.531439, 15385988288.185717, 13025293818.065302, 12295616121.028208, 13569165428.480322, 12908055917.698235, 14509155276.979774, 13468757197.367126, 13852123045.63859, 15338505477.380306, 13730944881.241056, 11787671039.106777, 14726651262.589447, 14933352448.024466, 14254435980.477125, 13985290271.692234, 15106812719.332037, 17630558694.77448, 13490088157.726112, 12740395334.46723, 14214479437.334045, 12597441207.741884, 13053432922.324242, 13517367790.004988, 14281185109.865158, 11532602089.476847, 12054278002.99187, 15170478249.32681, 14930141866.208012, 13997917109.93404, 13585369100.893103, 13731963066.512136, 10887754868.731785, 3292105202.513851, 13662807379.009008, 15432670345.815277, 13767012585.802904, 13967533864.285854, 14792899408.284023, 12035490253.659992, 14359934633.577549, 13494675675.712149, 14263788804.637444, 14515642055.879416, 12017367499.510292, 14095922754.343307, 10228912840.456577, 14384742966.220308, 10831501906.88591, 12684319010.623117, 15834385000.403776, 15595928215.061611, 14004896111.680643, 13545491857.12757, 14576855743.06251, 12080227204.913269, 13277356000.435497, 13583376120.968113, 13225816264.315292, 12701670777.774109, 13695515814.21211, 9201917679.644438, 15790678762.326597, 14598327031.722164, 11783642889.632044, 12918694901.766243, 13559965557.687483, 13743550838.768908, 10632890934.184532, 2751497562.180254, 5111958755.732292, 5492386746.144499, 5838252194.436778, 9157643713.790216, 8725917881.017065, 8793320381.554344, 12705257909.722488, 10756377585.89932, 10860100930.50205, 13266987723.033262, 9909170265.975996, 14322613248.733103, 8498732877.373275, 11750487231.831547, 12798179535.467672, 15251088619.069136, 5492368456.744541, 8725809067.483562, 10756377585.89932, 12877238669.53101, 17276238156.558975, 14023081992.960411, 10662526762.942175, 13379358325.974688, 12292321232.772312, 13404268723.41766, 14911863431.18995, 14253216951.065857, 14427994927.116983, 10298586930.887213, 13549235890.841936, 15386698506.874779, 14568255189.2125, 14982687504.58845, 13434937285.712751, 14628566078.695833, 11193557883.566849, 14193940322.997305, 9632519385.445263, 12910472329.630178, 12468874571.85002, 12362391133.693079, 16077609838.211012, 14602100074.032648, 14662090139.59776, 13438548206.760126, 13720451293.083933, 12422560861.231298, 13786295870.452936, 14399200556.385109, 10880623242.099306, 13323686983.956947, 11831169215.2977, 14286387786.85281, 13506559460.602041, 15017968999.908392, 14586168519.839378, 15274754649.253447, 14821951309.889946, 4992984856.276931, 15049135427.169708, 12300183518.7381, 16239592451.187845, 12689099302.353321, 12790717009.223387, 14221635658.760386, 14401834217.605953, 12808082412.325474, 15203575881.047222, 15097712394.617968, 12894540709.354473, 11478960786.722055, 11496525749.918375, 14357811008.1337, 13164009072.635054, 10542740269.050732, 11645632713.048117, 14371553521.821047, 12831600639.526976, 12484488023.630638, 15099786942.006248, 12988227470.62063, 14768125659.027607, 12421881890.262611, 13567950330.447432, 11746671287.02404, 12210772587.792402, 13292286751.84364, 15542938143.76907, 12373817991.036406, 12266206111.514534, 15121089686.207148, 14354884321.164698, 16284841418.21427, 12649245282.780205, 12248762568.76149, 13861550830.306894, 13575059899.951809, 13532935104.163002, 13145579404.557837, 14000308006.776148, 13125943427.183828, 13709391069.976845, 13340679600.900229, 11201155959.295, 11522688750.283745, 10983169391.224886, 12601108141.449959, 12257064972.250004, 11012924768.508322, 12667865046.700085, 10448185359.16682, 11352245417.38233, 10275982049.914555, 12184957913.155367, 14754441824.711329, 12850612909.982742, 12711988294.801178, 5989960825.6562, 12144942603.001259, 13468630213.370039, 8071025020.177562, 10984846404.38515, 12476170514.317654, 13502784274.117321, 13489251090.268719, 10229007008.915602, 13985779259.648788, 11839826096.634293, 11398700320.189491, 13423107073.440504, 11898288669.140718, 12043389925.222591, 11138350566.21805, 12917092930.73338, 11844664334.057436, 14702487807.961985, 13293134893.415646, 14337534230.862976, 8819508753.362438, 13461287356.755075, 13202208993.60881, 13313575986.569265, 11763017543.364365, 12672600823.212149, 12127533138.4843, 10650251079.669203, 9252662453.621029, 13912636987.301937, 11749390206.648275, 11503455638.073677, 12966704097.21916, 13326563439.106268, 12158719929.965773, 14772139744.44198, 13885591061.0119, 14914131885.668266, 15954255957.319174, 10565988294.998167, 13018731350.667341, 12027441811.236517, 12550389815.107658, 13826458587.682562, 14751416504.76987, 14396443502.597118, 14748327170.99063, 14236800706.145315, 14917179817.652395, 14243959136.930027, 15673416162.11328, 15929324771.852247, 13084073019.59471, 13042179713.411142, 15903737855.50818, 14522366622.954342, 16695549968.1115, 15478678120.888475, 14463386659.839949, 14397604238.654688, 14770830563.8026, 13526400151.49568, 10884176040.66328, 13236319932.441824, 15380805677.362993, 14551380926.049883, 14246069509.422352, 13120776749.983599, 14938304801.171164, 12655728742.172432, 13004797469.786604, 11392233458.761824, 13871530210.112068, 11872339111.996523, 7423574302.555194, 13657246808.30142, 3211871075.4950294, 13684477013.499737, 14789355213.691393, 14287673738.112658, 13386827094.402565, 7055470105.973162, 9980936411.454123, 14224386857.804495, 8465178488.288426, 3444676768.755404, 10074338544.11704, 8513536523.071684, 15108433225.257673, 10992187852.093517, 13471279232.675934, 11081302407.634575, 12859238913.085691, 10849423027.683388, 13609237950.72095, 13874571102.320799, 8558932529.934866, 12729464509.616474, 14119886306.675457, 12443165840.025682, 15333190223.557913, 14733811592.85764, 13560884983.354015, 14409055803.391315, 12586706675.611618, 14753135779.009829, 13990494857.793615, 11588412051.484997, 12797903191.541098, 11259739674.818718, 13196111369.901518, 16070659475.582241, 11530208569.942822, 13717835106.13489, 12516412145.425688, 13683428410.355072, 12755215926.672813, 12080679610.712181, 14736981718.77418, 12798329050.159212, 11625825142.93952, 12356571100.945772, 13883393379.009699, 11472757936.280302, 13394465674.67254, 10921513634.417622, 12257064972.250004, 13209690629.045467, 12236502220.313328, 4718027109.783772, 14444312840.70523, 10711076216.805037, 14185463588.042788, 13268811525.820444, 11184606402.516088, 13484430876.110443, 15557640279.352987, 13451237917.42554, 12326960294.86089, 9783204195.037958, 11233026896.3596, 11068387136.763205, 14150676402.332033, 12070676223.42339, 10435766293.101019, 14904373539.371391, 12530386186.502268, 14885404711.826008, 12809509780.060719, 10540573301.781883, 10921477850.696844, 12920497594.203348, 11648576427.474798, 12812496796.875801, 13692590391.635471, 14237408791.59993, 12516443477.618721, 13533264764.791859, 12131240613.452576, 13321042451.498085, 12845347158.352303, 10844152182.494068, 10299849210.207561, 13285064266.49839, 11460109650.329136, 12336586491.191061, 13034495793.116482, 12670208412.258175, 10481279386.887081, 7496364263.332283, 10679504855.436882, 11927480916.030533, 12453749886.359531, 12660327218.817299, 11230529070.224499, 12940377211.995731, 15076589072.48824, 13901728679.961353, 12797903191.541098, 9265607916.535404, 9668281269.638697, 9568096140.230017, 12661321056.916437, 13940157691.063803, 11809317315.175327, 13654169915.221258, 8677467220.867573, 14763111118.98477, 13767808660.50236, 14161738381.709831, 14337678127.72864, 14620310535.395771, 7320161921.981714, 6051071039.574004, 12431780603.935902, 13769969898.845802, 11294917061.424017, 13150575403.426777, 12879909016.32271, 14232302487.66415, 14443499197.66362, 6233792140.43487, 11668883754.580038, 14885870034.445902, 12648173350.804678, 12133492686.537285, 11963267981.988104, 14264907898.62215, 14577046981.822424, 12284333175.684391, 14157668288.66353, 1568536414.3571274, 10742142391.394255, 12868373270.329777, 13587842685.392525, 13972451913.80674, 12860297304.353083, 8476515812.9402485, 3284525287.5601892, 14090619592.72473, 11355055554.6093, 12819017268.498163, 14338623807.5642, 8721209108.430794, 13890586627.254442, 7533921481.470321, 14639037922.427738, 11341636167.116741, 12657170413.611015, 8467113730.2716255, 12953334317.786741, 6257234927.885367, 13144404427.03541, 8609853115.905842, 12932729116.229023, 11527098479.46044, 12797379096.760984, 14429639634.179775, 14474880292.739979, 12524265764.919533, 12479113084.47486, 13547198439.36274, 11937034530.259785, 14563926900.7381, 13728569702.694094, 9422317701.708267, 11743484714.680296, 11733357112.937082, 12307419651.010809, 8919094890.250538, 10920273268.918282, 9662862719.709341, 10720963342.88214, 11754748918.563099, 11739583174.359812, 13008417747.124165, 12514281924.246046, 12733095224.452637, 13867452119.154696, 11887652176.807428, 12469045594.31212, 11916238377.198992, 12714024713.521238, 11117855943.716965, 11786670689.850264, 12977490542.653767, 12501375151.26664, 12443630354.494143, 11105916010.39958, 13671885681.160686, 14609780078.98047, 12643455810.489769, 5766580360.18061, 11702585803.359112, 14055841045.304787, 12377325235.262009, 12935790616.11877, 8319329129.299013, 14681722283.47763, 12720752763.265518, 8880442601.259247]
+ --- Actual line: ['X_0' 'X_1' 'X_2' 'X_3' 'X_4' 'X_5' 'X_6' 'X_7' 'X_8' 'y']
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.08299887e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 0.0000000e+00 1.0000000e+00 0.0000000e+00 3.0000000e+00 1.1271403e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.18351179e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.11156932e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 7.74455364e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.40146902e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.28357512e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 3.0000000e+00 1.5072476e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.51033674e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.41931546e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.37044311e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.39042802e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.19587757e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.24221905e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.32444893e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.44988053e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.48788268e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.31843502e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.45157685e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.51484855e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.15635143e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.61985029e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.52275375e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.27141379e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.37125305e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.42044446e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.42887353e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.43955938e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.50344514e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.41777809e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.52783486e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.48746218e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.32802654e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.13086225e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.15333203e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.48234234e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.29774232e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.10676521e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.24701962e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.26580997e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.39038162e+10]
+ --- Actual line: [1.000000e+00 1.000000e+00 1.000000e+00 1.000000e+00 1.000000e+00
+ 1.000000e+00 0.000000e+00 3.000000e+00 3.000000e+00 1.447178e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.16672909e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.40923472e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.41660717e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.43340405e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.01992942e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.45639693e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.45943429e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.04994483e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 3.0000000e+00 1.2057461e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.30260064e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.44749431e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.08908023e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.37892805e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 6.20636152e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.37530016e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.59293501e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.03466543e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.03121168e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.40977112e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.19692964e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.37841295e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.58046794e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 6.21848008e+09]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00 6.0035541e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.41517778e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.53310511e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.28357512e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.58728395e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.40954062e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.40453581e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.23172733e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.18177467e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.38291546e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.58649827e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.35610137e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.37126057e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.37430031e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.43905184e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.40877016e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.24777428e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.1913314e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 7.76512063e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.50120171e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.50529412e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.30700673e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.4223092e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.36774769e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.45222612e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.35851845e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.53029447e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 9.9389747e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.58475089e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.34467703e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.44039916e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.18380601e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.38857067e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.18788265e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.34193784e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.62152871e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.16078901e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.50071509e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 2.0000000e+00 1.0000000e+00 1.4778842e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.16911206e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.33612137e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.16072299e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.37728336e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.56667126e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 0.0000000e+00 0.0000000e+00 3.0000000e+00 1.0395313e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 6.11168493e+09]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 2.0000000e+00 1.3830417e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.40800451e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.23214317e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.45006554e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.50704317e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.05155346e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 0.0000000e+00 3.0000000e+00 1.2840399e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.51233765e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.42495002e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.32296657e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.14593086e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.33203504e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.06843885e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.37661787e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.44607304e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.4639638e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.38226171e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.05839146e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 7.21933048e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.56712056e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.41036363e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.08901025e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.22202928e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.44462326e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.47781868e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.43133185e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.00753333e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.58243873e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.41299218e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.51501149e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.51597611e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.29764633e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.40529769e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.43206362e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.17426711e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.24424846e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.36947093e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.51113099e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.14617384e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.25135616e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.08719878e+10]
+ --- Actual line: [1.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 1.0000000e+00 3.0000000e+00 1.0000000e+00 1.3345451e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.52480166e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.37404161e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.36201928e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.17422712e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.46571903e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.45081449e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.53859883e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.30252938e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.22956161e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.35691654e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.29080559e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.45091553e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.34687572e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 2.0000000e+00 3.0000000e+00 1.3852123e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.53385055e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.37309449e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.1787671e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.47266513e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.49333524e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 0.0000000e+00 2.0000000e+00 1.0000000e+00 1.4254436e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.39852903e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.51068127e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.76305587e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.34900882e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.27403953e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.42144794e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.25974412e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.30534329e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.35173678e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.42811851e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.15326021e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.2054278e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.51704782e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.49301419e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.39979171e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.35853691e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.37319631e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.08877549e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 3.2921052e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.36628074e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.54326703e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.37670126e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.39675339e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.47928994e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.20354903e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.43599346e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.34946757e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.42637888e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.45156421e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.20173675e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.40959228e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.02289128e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 2.0000000e+00 0.0000000e+00 1.4384743e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.08315019e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 2.0000000e+00 1.2684319e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.5834385e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.55959282e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.40048961e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.35454919e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.45768557e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.20802272e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 2.0000000e+00 1.3277356e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.35833761e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.32258163e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.27016708e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.36955158e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 9.20191768e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.57906788e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 1.0000000e+00 1.0000000e+00 2.0000000e+00 1.4598327e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.17836429e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.29186949e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.35599656e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.37435508e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.06328909e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 2.75149756e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 5.11195876e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 5.49238675e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 5.83825219e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 9.15764371e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 8.72591788e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 8.79332038e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.27052579e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.07563776e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.08601009e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.32669877e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 9.90917027e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.43226132e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.49873288e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.17504872e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.27981795e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.52510886e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 5.49236846e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 8.72580907e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.07563776e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.28772387e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.72762382e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.4023082e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.06625268e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.33793583e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.22923212e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.34042687e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.49118634e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 3.0000000e+00 1.4253217e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.44279949e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.02985869e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.35492359e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.53866985e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.45682552e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.49826875e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.34349373e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.46285661e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.11935579e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.41939403e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 9.63251939e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.29104723e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.24688746e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.23623911e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.60776098e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.46021001e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.46620901e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.34385482e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.37204513e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.24225609e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.37862959e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.43992006e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.08806232e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 2.0000000e+00 1.3323687e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.18311692e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.42863878e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.35065595e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 2.0000000e+00 3.0000000e+00 1.5017969e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.45861685e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.52747546e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.48219513e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 4.99298486e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.50491354e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.23001835e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.62395925e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.26890993e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 2.0000000e+00 1.2790717e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.42216357e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.44018342e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.28080824e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.52035759e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.50977124e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.28945407e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.14789608e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.14965257e+10]
+ --- Actual line: [1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 0.0000000e+00 2.0000000e+00 2.0000000e+00 1.4357811e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.31640091e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.05427403e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.16456327e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.43715535e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.28316006e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 0.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.2484488e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.50997869e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.29882275e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.47681257e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.24218819e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.35679503e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.17466713e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.22107726e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.32922868e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.55429381e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 0.0000000e+00 0.0000000e+00 2.0000000e+00 0.0000000e+00 1.2373818e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.22662061e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.51210897e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.43548843e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.62848414e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.26492453e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.22487626e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.38615508e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.35750599e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.35329351e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.31455794e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 2.0000000e+00 1.4000308e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.31259434e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.37093911e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.33406796e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.1201156e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.15226888e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.09831694e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.26011081e+10]
+ --- Actual line: [1.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 3.0000000e+00 1.2257065e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.10129248e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.2667865e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.04481854e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.13522454e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0275982e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.21849579e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.47544418e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.28506129e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.27119883e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 5.98996083e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.21449426e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.34686302e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.07102502e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.09848464e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.24761705e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.35027843e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.34892511e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0229007e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.39857793e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.18398261e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.13987003e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.34231071e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.18982887e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.20433899e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.11383506e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.29170929e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.18446643e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.47024878e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.32931349e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.43375342e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 8.81950875e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.34612874e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 3.0000000e+00 1.3202209e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.3313576e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.17630175e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.26726008e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.21275331e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.06502511e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 9.25266245e+09]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 2.0000000e+00 0.0000000e+00 1.3912637e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.17493902e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.15034556e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.29667041e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.33265634e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.21587199e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.47721397e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.38855911e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.49141319e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.5954256e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.05659883e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.30187314e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.20274418e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.25503898e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.38264586e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.47514165e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.43964435e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.47483272e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.42368007e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.49171798e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.42439591e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.56734162e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.59293248e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 3.0000000e+00 1.3084073e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.30421797e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.59037379e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.45223666e+10]
+ --- Actual line: [2.000000e+00 1.000000e+00 1.000000e+00 1.000000e+00 1.000000e+00
+ 1.000000e+00 1.000000e+00 1.000000e+00 1.000000e+00 1.669555e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.54786781e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.44633867e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.43976042e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.47708306e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.35264002e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.0884176e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.32363199e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.53808057e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.45513809e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.42460695e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.31207767e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.49383048e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.26557287e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.30047975e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.13922335e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.38715302e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.18723391e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 7.4235743e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.36572468e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 3.21187108e+09]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
+ 0.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.3684477e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.47893552e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.42876737e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.33868271e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 7.05547011e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 9.98093641e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.42243869e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.46517849e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 3.44467677e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.00743385e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.51353652e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.51084332e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.09921879e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.34712792e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.10813024e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.28592389e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 0.0000000e+00 0.0000000e+00 3.0000000e+00 0.0000000e+00 1.0849423e+10]
+ --- Actual line: [1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 3.0000000e+00 1.3609238e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.38745711e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.55893253e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.27294645e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.41198863e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.24431658e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.53331902e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.47338116e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 0.0000000e+00 3.0000000e+00 2.0000000e+00 1.3560885e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.44090558e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.25867067e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.47531358e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.39904949e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.15884121e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.27979032e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.12597397e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.31961114e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.60706595e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.15302086e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.37178351e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.25164121e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.36834284e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.27552159e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.20806796e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.47369817e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.27983291e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.16258251e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.23565711e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.38833934e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.14727579e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.33944657e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.09215136e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
+ 0.0000000e+00 0.0000000e+00 3.0000000e+00 3.0000000e+00 1.2257065e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.32096906e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.22365022e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 4.71802711e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.44443128e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.07110762e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.41854636e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.32688115e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.11846064e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.34844309e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.55576403e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.34512379e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.23269603e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 9.7832042e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.12330269e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.10683871e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.41506764e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.20706762e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.04357663e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.49043735e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.25303862e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.48854047e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.28095098e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.05405733e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.09214779e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.29204976e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.16485764e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.28124968e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.36925904e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.42374088e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.25164435e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.35332648e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.21312406e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.33210425e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.28453472e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.08441522e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.02998492e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.32850643e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.14601097e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.23365865e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.30344958e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.26702084e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.04812794e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 7.49636426e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.06795049e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.19274809e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.24537499e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.26603272e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.12305291e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.29403772e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.50765891e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.39017287e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.27979032e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 9.26560792e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 9.66828127e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 9.56809614e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.26613211e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.39401577e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.18093173e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.36541699e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.67746722e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.47631111e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.37678087e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.41617384e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.43376781e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.46203105e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 7.32016192e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 6.05107104e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.24317806e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.37699699e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.12949171e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.31505754e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 0.0000000e+00 3.0000000e+00 3.0000000e+00 1.2879909e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.42323025e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.44434992e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 6.23379214e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.16688838e+10]
+ --- Actual line: [2.000000e+00 1.000000e+00 1.000000e+00 0.000000e+00 1.000000e+00
+ 1.000000e+00 1.000000e+00 2.000000e+00 3.000000e+00 1.488587e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.26481734e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.21334927e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.1963268e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.42649079e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.4577047e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.22843332e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.41576683e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.56853641e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.07421424e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.28683733e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.35878427e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.39724519e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.28602973e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.47651581e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 3.28452529e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.40906196e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.13550556e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.28190173e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.43386238e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.72120911e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.38905866e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 7.53392148e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.46390379e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.13416362e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.26571704e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.46711373e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.29533343e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 6.25723493e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.31444044e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.60985312e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.29327291e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.15270985e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.27973791e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.44296396e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.44748803e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.25242658e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.24791131e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.35471984e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.19370345e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.45639269e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.37285697e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 9.4223177e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.17434847e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.17333571e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.23074197e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 8.91909489e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.09202733e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 9.66286272e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.07209633e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.17547489e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.17395832e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.30084177e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.25142819e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.27330952e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.38674521e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.18876522e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.24690456e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.19162384e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.27140247e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.11178559e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.17866707e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.29774905e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.25013752e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.24436304e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 0.0000000e+00 2.0000000e+00 0.0000000e+00 1.1105916e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.36718857e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.46097801e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.26434558e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 5.76658036e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.17025858e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 2.0000000e+00 1.0000000e+00 1.4055841e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.23773252e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.29357906e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.31932913e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.46817223e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.27207528e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00 8.8804426e+09]
+--- Size of X after removing aberrants points from the dataset:  628
+--- Number of abberant points removed :  151
+*** Ratio energy by wokload :  [10829988671.831848, 11271402985.343796, 11835117871.856445, 11115693246.882881, 7744553642.650806, 14014690198.265823, 12835751160.993692, 15072476000.850086, 15103367446.80594, 14193154641.516396, 13704431053.692589, 13904280154.559978, 11958775708.378078, 12422190504.229136, 13244489299.11487, 14498805298.443407, 14878826834.261774, 13184350176.340683, 14515768479.29906, 15148485454.424267, 11563514337.02325, 1619850293.4358807, 15227537478.77662, 12714137867.025375, 13712530510.380384, 14204444570.706173, 14288735332.61318, 14395593796.65072, 15034451445.487333, 14177780865.38339, 15278348593.857187, 14874621812.74041, 13280265392.82361, 11308622485.386433, 11533320339.125751, 14823423380.68923, 12977423176.899149, 11067652130.41236, 12470196231.00789, 12658099664.813522, 13903816180.427042, 14471780028.94356, 11667290866.728037, 14092347150.879715, 14166071691.655617, 14334040479.330315, 10199294208.840748, 14563969322.455019, 14594342940.789293, 10499448253.994251, 12057461036.314661, 13026006421.821165, 14474943149.660782, 10890802281.840895, 13789280489.133356, 6206361520.558573, 13753001592.597586, 15929350146.231434, 10346654305.863657, 10312116840.40865, 14097711236.580742, 11969296360.974827, 13784129504.653522, 15804679449.491407, 6218480079.099067, 6003554104.029585, 14151777817.088272, 15331051050.866896, 12835751160.993692, 15872839508.132448, 14095406166.176382, 14045358079.381556, 12317273251.316717, 11817746710.23476, 13829154623.777847, 15864982651.64147, 13561013712.897066, 13712605724.190134, 13743003093.549995, 14390518375.252914, 14087701577.399946, 12477742826.233706, 11913313962.28483, 7765120631.149005, 15012017119.704325, 15052941194.179932, 13070067323.916784, 14223092043.31785, 13677476888.483427, 14522261174.153862, 13585184541.146809, 15302944745.657406, 9938974695.370426, 15847508930.071281, 13446770287.478502, 14403991634.16166, 11838060073.41965, 13885706747.759195, 11878826466.975676, 13419378387.55433, 16215287124.089106, 11607890115.069016, 15007150907.40738, 14778842018.612473, 11691120593.908926, 13361213732.655474, 11607229911.367193, 13772833636.56522, 15666712622.357025, 10395312961.292013, 6111684930.418467, 13830416959.410492, 14080045056.14418, 12321431651.786486, 14500655429.625418, 15070431662.374104, 10515534599.263493, 12840398976.87701, 15123376505.532131, 14249500198.780527, 13229665673.118774, 11459308568.239609, 13320350431.77916, 10684388505.734846, 13766178701.51896, 14460730440.416006, 14639637991.031757, 13822617119.034851, 10583914566.641617, 7219330479.29135, 15671205570.173307, 14103636340.557686, 10890102530.315323, 12220292773.774273, 14446232567.00885, 14778186805.148129, 14313318542.904173, 10075333266.836134, 15824387279.72453, 14129921805.012732, 15150114913.62162, 15159761142.803434, 12976463290.882996, 14052976912.364231, 14320636179.941658, 11742671105.396345, 12442484614.867773, 13694709322.947266, 15111309908.788132, 11461738424.790365, 12513561572.354038, 10871987779.885736, 13345451002.843914, 15248016614.238901, 13740416059.79829, 13620192752.96784, 11742271237.07176, 14657190304.561756, 14508144872.531439, 15385988288.185717, 13025293818.065302, 12295616121.028208, 13569165428.480322, 12908055917.698235, 14509155276.979774, 13468757197.367126, 13852123045.63859, 15338505477.380306, 13730944881.241056, 11787671039.106777, 14726651262.589447, 14933352448.024466, 14254435980.477125, 13985290271.692234, 15106812719.332037, 17630558694.77448, 13490088157.726112, 12740395334.46723, 14214479437.334045, 12597441207.741884, 13053432922.324242, 13517367790.004988, 14281185109.865158, 11532602089.476847, 12054278002.99187, 15170478249.32681, 14930141866.208012, 13997917109.93404, 13585369100.893103, 13731963066.512136, 10887754868.731785, 3292105202.513851, 13662807379.009008, 15432670345.815277, 13767012585.802904, 13967533864.285854, 14792899408.284023, 12035490253.659992, 14359934633.577549, 13494675675.712149, 14263788804.637444, 14515642055.879416, 12017367499.510292, 14095922754.343307, 10228912840.456577, 14384742966.220308, 10831501906.88591, 12684319010.623117, 15834385000.403776, 15595928215.061611, 14004896111.680643, 13545491857.12757, 14576855743.06251, 12080227204.913269, 13277356000.435497, 13583376120.968113, 13225816264.315292, 12701670777.774109, 13695515814.21211, 9201917679.644438, 15790678762.326597, 14598327031.722164, 11783642889.632044, 12918694901.766243, 13559965557.687483, 13743550838.768908, 10632890934.184532, 2751497562.180254, 5111958755.732292, 5492386746.144499, 5838252194.436778, 9157643713.790216, 8725917881.017065, 8793320381.554344, 12705257909.722488, 10756377585.89932, 10860100930.50205, 13266987723.033262, 9909170265.975996, 14322613248.733103, 8498732877.373275, 11750487231.831547, 12798179535.467672, 15251088619.069136, 5492368456.744541, 8725809067.483562, 10756377585.89932, 12877238669.53101, 17276238156.558975, 14023081992.960411, 10662526762.942175, 13379358325.974688, 12292321232.772312, 13404268723.41766, 14911863431.18995, 14253216951.065857, 14427994927.116983, 10298586930.887213, 13549235890.841936, 15386698506.874779, 14568255189.2125, 14982687504.58845, 13434937285.712751, 14628566078.695833, 11193557883.566849, 14193940322.997305, 9632519385.445263, 12910472329.630178, 12468874571.85002, 12362391133.693079, 16077609838.211012, 14602100074.032648, 14662090139.59776, 13438548206.760126, 13720451293.083933, 12422560861.231298, 13786295870.452936, 14399200556.385109, 10880623242.099306, 13323686983.956947, 11831169215.2977, 14286387786.85281, 13506559460.602041, 15017968999.908392, 14586168519.839378, 15274754649.253447, 14821951309.889946, 4992984856.276931, 15049135427.169708, 12300183518.7381, 16239592451.187845, 12689099302.353321, 12790717009.223387, 14221635658.760386, 14401834217.605953, 12808082412.325474, 15203575881.047222, 15097712394.617968, 12894540709.354473, 11478960786.722055, 11496525749.918375, 14357811008.1337, 13164009072.635054, 10542740269.050732, 11645632713.048117, 14371553521.821047, 12831600639.526976, 12484488023.630638, 15099786942.006248, 12988227470.62063, 14768125659.027607, 12421881890.262611, 13567950330.447432, 11746671287.02404, 12210772587.792402, 13292286751.84364, 15542938143.76907, 12373817991.036406, 12266206111.514534, 15121089686.207148, 14354884321.164698, 16284841418.21427, 12649245282.780205, 12248762568.76149, 13861550830.306894, 13575059899.951809, 13532935104.163002, 13145579404.557837, 14000308006.776148, 13125943427.183828, 13709391069.976845, 13340679600.900229, 11201155959.295, 11522688750.283745, 10983169391.224886, 12601108141.449959, 12257064972.250004, 11012924768.508322, 12667865046.700085, 10448185359.16682, 11352245417.38233, 10275982049.914555, 12184957913.155367, 14754441824.711329, 12850612909.982742, 12711988294.801178, 5989960825.6562, 12144942603.001259, 13468630213.370039, 8071025020.177562, 10984846404.38515, 12476170514.317654, 13502784274.117321, 13489251090.268719, 10229007008.915602, 13985779259.648788, 11839826096.634293, 11398700320.189491, 13423107073.440504, 11898288669.140718, 12043389925.222591, 11138350566.21805, 12917092930.73338, 11844664334.057436, 14702487807.961985, 13293134893.415646, 14337534230.862976, 8819508753.362438, 13461287356.755075, 13202208993.60881, 13313575986.569265, 11763017543.364365, 12672600823.212149, 12127533138.4843, 10650251079.669203, 9252662453.621029, 13912636987.301937, 11749390206.648275, 11503455638.073677, 12966704097.21916, 13326563439.106268, 12158719929.965773, 14772139744.44198, 13885591061.0119, 14914131885.668266, 15954255957.319174, 10565988294.998167, 13018731350.667341, 12027441811.236517, 12550389815.107658, 13826458587.682562, 14751416504.76987, 14396443502.597118, 14748327170.99063, 14236800706.145315, 14917179817.652395, 14243959136.930027, 15673416162.11328, 15929324771.852247, 13084073019.59471, 13042179713.411142, 15903737855.50818, 14522366622.954342, 16695549968.1115, 15478678120.888475, 14463386659.839949, 14397604238.654688, 14770830563.8026, 13526400151.49568, 10884176040.66328, 13236319932.441824, 15380805677.362993, 14551380926.049883, 14246069509.422352, 13120776749.983599, 14938304801.171164, 12655728742.172432, 13004797469.786604, 11392233458.761824, 13871530210.112068, 11872339111.996523, 7423574302.555194, 13657246808.30142, 3211871075.4950294, 13684477013.499737, 14789355213.691393, 14287673738.112658, 13386827094.402565, 7055470105.973162, 9980936411.454123, 14224386857.804495, 8465178488.288426, 3444676768.755404, 10074338544.11704, 8513536523.071684, 15108433225.257673, 10992187852.093517, 13471279232.675934, 11081302407.634575, 12859238913.085691, 10849423027.683388, 13609237950.72095, 13874571102.320799, 8558932529.934866, 12729464509.616474, 14119886306.675457, 12443165840.025682, 15333190223.557913, 14733811592.85764, 13560884983.354015, 14409055803.391315, 12586706675.611618, 14753135779.009829, 13990494857.793615, 11588412051.484997, 12797903191.541098, 11259739674.818718, 13196111369.901518, 16070659475.582241, 11530208569.942822, 13717835106.13489, 12516412145.425688, 13683428410.355072, 12755215926.672813, 12080679610.712181, 14736981718.77418, 12798329050.159212, 11625825142.93952, 12356571100.945772, 13883393379.009699, 11472757936.280302, 13394465674.67254, 10921513634.417622, 12257064972.250004, 13209690629.045467, 12236502220.313328, 4718027109.783772, 14444312840.70523, 10711076216.805037, 14185463588.042788, 13268811525.820444, 11184606402.516088, 13484430876.110443, 15557640279.352987, 13451237917.42554, 12326960294.86089, 9783204195.037958, 11233026896.3596, 11068387136.763205, 14150676402.332033, 12070676223.42339, 10435766293.101019, 14904373539.371391, 12530386186.502268, 14885404711.826008, 12809509780.060719, 10540573301.781883, 10921477850.696844, 12920497594.203348, 11648576427.474798, 12812496796.875801, 13692590391.635471, 14237408791.59993, 12516443477.618721, 13533264764.791859, 12131240613.452576, 13321042451.498085, 12845347158.352303, 10844152182.494068, 10299849210.207561, 13285064266.49839, 11460109650.329136, 12336586491.191061, 13034495793.116482, 12670208412.258175, 10481279386.887081, 7496364263.332283, 10679504855.436882, 11927480916.030533, 12453749886.359531, 12660327218.817299, 11230529070.224499, 12940377211.995731, 15076589072.48824, 13901728679.961353, 12797903191.541098, 9265607916.535404, 9668281269.638697, 9568096140.230017, 12661321056.916437, 13940157691.063803, 11809317315.175327, 13654169915.221258, 8677467220.867573, 14763111118.98477, 13767808660.50236, 14161738381.709831, 14337678127.72864, 14620310535.395771, 7320161921.981714, 6051071039.574004, 12431780603.935902, 13769969898.845802, 11294917061.424017, 13150575403.426777, 12879909016.32271, 14232302487.66415, 14443499197.66362, 6233792140.43487, 11668883754.580038, 14885870034.445902, 12648173350.804678, 12133492686.537285, 11963267981.988104, 14264907898.62215, 14577046981.822424, 12284333175.684391, 14157668288.66353, 1568536414.3571274, 10742142391.394255, 12868373270.329777, 13587842685.392525, 13972451913.80674, 12860297304.353083, 8476515812.9402485, 3284525287.5601892, 14090619592.72473, 11355055554.6093, 12819017268.498163, 14338623807.5642, 8721209108.430794, 13890586627.254442, 7533921481.470321, 14639037922.427738, 11341636167.116741, 12657170413.611015, 8467113730.2716255, 12953334317.786741, 6257234927.885367, 13144404427.03541, 8609853115.905842, 12932729116.229023, 11527098479.46044, 12797379096.760984, 14429639634.179775, 14474880292.739979, 12524265764.919533, 12479113084.47486, 13547198439.36274, 11937034530.259785, 14563926900.7381, 13728569702.694094, 9422317701.708267, 11743484714.680296, 11733357112.937082, 12307419651.010809, 8919094890.250538, 10920273268.918282, 9662862719.709341, 10720963342.88214, 11754748918.563099, 11739583174.359812, 13008417747.124165, 12514281924.246046, 12733095224.452637, 13867452119.154696, 11887652176.807428, 12469045594.31212, 11916238377.198992, 12714024713.521238, 11117855943.716965, 11786670689.850264, 12977490542.653767, 12501375151.26664, 12443630354.494143, 11105916010.39958, 13671885681.160686, 14609780078.98047, 12643455810.489769, 5766580360.18061, 11702585803.359112, 14055841045.304787, 12377325235.262009, 12935790616.11877, 8319329129.299013, 14681722283.47763, 12720752763.265518, 8880442601.259247]
+--- Size of X before removing duplicates:  628
+ --- Actual line: ['X_0' 'X_1' 'X_2' 'X_3' 'X_4' 'X_5' 'X_6' 'X_7' 'X_8' 'y']
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.08299887e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 0.0000000e+00 1.0000000e+00 0.0000000e+00 3.0000000e+00 1.1271403e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.18351179e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.11156932e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 7.74455364e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.40146902e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.28357512e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 3.0000000e+00 1.5072476e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.51033674e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.41931546e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.37044311e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.39042802e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.19587757e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.24221905e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.32444893e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.44988053e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.48788268e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.31843502e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.45157685e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.51484855e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.15635143e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.61985029e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.52275375e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.27141379e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.37125305e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.42044446e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.42887353e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.43955938e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.50344514e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.41777809e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.52783486e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.48746218e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.32802654e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.13086225e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.15333203e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.48234234e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.29774232e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.10676521e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.24701962e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.26580997e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.39038162e+10]
+ --- Actual line: [1.000000e+00 1.000000e+00 1.000000e+00 1.000000e+00 1.000000e+00
+ 1.000000e+00 0.000000e+00 3.000000e+00 3.000000e+00 1.447178e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.16672909e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.40923472e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.41660717e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.43340405e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.01992942e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.45639693e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.45943429e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.04994483e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 3.0000000e+00 1.2057461e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.30260064e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.44749431e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.08908023e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.37892805e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 6.20636152e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.37530016e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.59293501e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.03466543e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.03121168e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.40977112e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.19692964e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.37841295e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.58046794e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 6.21848008e+09]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00 6.0035541e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.41517778e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.53310511e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.28357512e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.58728395e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.40954062e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.40453581e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.23172733e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.18177467e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.38291546e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.58649827e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.35610137e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.37126057e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.37430031e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.43905184e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.40877016e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.24777428e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.1913314e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 7.76512063e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.50120171e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.50529412e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.30700673e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.4223092e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.36774769e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.45222612e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.35851845e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.53029447e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 9.9389747e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.58475089e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.34467703e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.44039916e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.18380601e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.38857067e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.18788265e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.34193784e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.62152871e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.16078901e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.50071509e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 2.0000000e+00 1.0000000e+00 1.4778842e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.16911206e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.33612137e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.16072299e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.37728336e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.56667126e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 0.0000000e+00 0.0000000e+00 3.0000000e+00 1.0395313e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 6.11168493e+09]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 2.0000000e+00 1.3830417e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.40800451e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.23214317e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.45006554e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.50704317e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.05155346e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 0.0000000e+00 3.0000000e+00 1.2840399e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.51233765e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.42495002e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.32296657e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.14593086e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.33203504e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.06843885e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.37661787e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.44607304e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.4639638e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.38226171e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.05839146e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 7.21933048e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.56712056e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.41036363e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.08901025e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.22202928e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.44462326e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.47781868e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.43133185e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.00753333e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.58243873e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.41299218e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.51501149e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.51597611e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.29764633e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.40529769e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.43206362e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.17426711e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.24424846e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.36947093e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.51113099e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.14617384e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.25135616e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.08719878e+10]
+ --- Actual line: [1.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 1.0000000e+00 3.0000000e+00 1.0000000e+00 1.3345451e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.52480166e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.37404161e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.36201928e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.17422712e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.46571903e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.45081449e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.53859883e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.30252938e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.22956161e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.35691654e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.29080559e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.45091553e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.34687572e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 2.0000000e+00 3.0000000e+00 1.3852123e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.53385055e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.37309449e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.1787671e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.47266513e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.49333524e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 0.0000000e+00 2.0000000e+00 1.0000000e+00 1.4254436e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.39852903e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.51068127e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.76305587e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.34900882e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.27403953e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.42144794e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.25974412e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.30534329e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.35173678e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.42811851e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.15326021e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.2054278e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.51704782e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.49301419e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.39979171e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.35853691e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.37319631e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.08877549e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 3.2921052e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.36628074e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.54326703e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.37670126e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.39675339e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.47928994e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.20354903e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.43599346e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.34946757e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.42637888e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.45156421e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.20173675e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.40959228e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.02289128e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 2.0000000e+00 0.0000000e+00 1.4384743e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.08315019e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 2.0000000e+00 1.2684319e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.5834385e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.55959282e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.40048961e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.35454919e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.45768557e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.20802272e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 2.0000000e+00 1.3277356e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.35833761e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.32258163e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.27016708e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.36955158e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 9.20191768e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.57906788e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 1.0000000e+00 1.0000000e+00 2.0000000e+00 1.4598327e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.17836429e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.29186949e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.35599656e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.37435508e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.06328909e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 2.75149756e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 5.11195876e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 5.49238675e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 5.83825219e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 9.15764371e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 8.72591788e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 8.79332038e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.27052579e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.07563776e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.08601009e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.32669877e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 9.90917027e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.43226132e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.49873288e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.17504872e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.27981795e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.52510886e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 5.49236846e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 8.72580907e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.07563776e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.28772387e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.72762382e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.4023082e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.06625268e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.33793583e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.22923212e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.34042687e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.49118634e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 3.0000000e+00 1.4253217e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.44279949e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.02985869e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.35492359e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.53866985e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.45682552e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.49826875e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.34349373e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.46285661e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.11935579e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.41939403e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 9.63251939e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.29104723e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.24688746e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.23623911e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.60776098e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.46021001e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.46620901e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.34385482e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.37204513e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.24225609e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.37862959e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.43992006e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.08806232e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 2.0000000e+00 1.3323687e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.18311692e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.42863878e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.35065595e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 2.0000000e+00 3.0000000e+00 1.5017969e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.45861685e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.52747546e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.48219513e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 4.99298486e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.50491354e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.23001835e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.62395925e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.26890993e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 2.0000000e+00 1.2790717e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.42216357e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.44018342e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.28080824e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.52035759e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.50977124e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.28945407e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.14789608e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.14965257e+10]
+ --- Actual line: [1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 0.0000000e+00 2.0000000e+00 2.0000000e+00 1.4357811e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.31640091e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.05427403e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.16456327e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.43715535e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.28316006e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 0.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.2484488e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.50997869e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.29882275e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.47681257e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.24218819e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.35679503e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.17466713e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.22107726e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.32922868e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.55429381e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 0.0000000e+00 0.0000000e+00 2.0000000e+00 0.0000000e+00 1.2373818e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.22662061e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.51210897e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.43548843e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.62848414e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.26492453e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.22487626e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.38615508e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.35750599e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.35329351e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.31455794e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 2.0000000e+00 1.4000308e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.31259434e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.37093911e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.33406796e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.1201156e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.15226888e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.09831694e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.26011081e+10]
+ --- Actual line: [1.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 3.0000000e+00 1.2257065e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.10129248e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.2667865e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.04481854e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.13522454e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0275982e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.21849579e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.47544418e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.28506129e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.27119883e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 5.98996083e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.21449426e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.34686302e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.07102502e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.09848464e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.24761705e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.35027843e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.34892511e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0229007e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.39857793e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.18398261e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.13987003e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.34231071e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.18982887e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.20433899e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.11383506e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.29170929e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.18446643e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.47024878e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.32931349e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.43375342e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 8.81950875e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.34612874e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 3.0000000e+00 1.3202209e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.3313576e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.17630175e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.26726008e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.21275331e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.06502511e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 9.25266245e+09]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 2.0000000e+00 0.0000000e+00 1.3912637e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.17493902e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.15034556e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.29667041e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.33265634e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.21587199e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.47721397e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.38855911e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.49141319e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.5954256e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.05659883e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.30187314e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.20274418e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.25503898e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.38264586e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.47514165e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.43964435e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.47483272e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.42368007e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.49171798e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.42439591e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.56734162e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.59293248e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 3.0000000e+00 1.3084073e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.30421797e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.59037379e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.45223666e+10]
+ --- Actual line: [2.000000e+00 1.000000e+00 1.000000e+00 1.000000e+00 1.000000e+00
+ 1.000000e+00 1.000000e+00 1.000000e+00 1.000000e+00 1.669555e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.54786781e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.44633867e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.43976042e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.47708306e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.35264002e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.0884176e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.32363199e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.53808057e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.45513809e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.42460695e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.31207767e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.49383048e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.26557287e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.30047975e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.13922335e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.38715302e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.18723391e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 7.4235743e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.36572468e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 3.21187108e+09]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
+ 0.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.3684477e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.47893552e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.42876737e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.33868271e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 7.05547011e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 9.98093641e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.42243869e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.46517849e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 3.44467677e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.00743385e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.51353652e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.51084332e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.09921879e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.34712792e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.10813024e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.28592389e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 0.0000000e+00 0.0000000e+00 3.0000000e+00 0.0000000e+00 1.0849423e+10]
+ --- Actual line: [1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 3.0000000e+00 1.3609238e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.38745711e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.55893253e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.27294645e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.41198863e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.24431658e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.53331902e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.47338116e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 0.0000000e+00 3.0000000e+00 2.0000000e+00 1.3560885e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.44090558e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.25867067e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.47531358e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.39904949e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.15884121e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.27979032e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.12597397e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.31961114e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.60706595e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.15302086e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.37178351e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.25164121e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.36834284e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.27552159e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.20806796e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.47369817e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.27983291e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.16258251e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.23565711e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.38833934e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.14727579e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.33944657e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.09215136e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
+ 0.0000000e+00 0.0000000e+00 3.0000000e+00 3.0000000e+00 1.2257065e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.32096906e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.22365022e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 4.71802711e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.44443128e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.07110762e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.41854636e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.32688115e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.11846064e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.34844309e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.55576403e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.34512379e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.23269603e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 9.7832042e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.12330269e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.10683871e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.41506764e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.20706762e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.04357663e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.49043735e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.25303862e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.48854047e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.28095098e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.05405733e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.09214779e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.29204976e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.16485764e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.28124968e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.36925904e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.42374088e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.25164435e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.35332648e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.21312406e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.33210425e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.28453472e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.08441522e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.02998492e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.32850643e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.14601097e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.23365865e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.30344958e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.26702084e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.04812794e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 7.49636426e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.06795049e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.19274809e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.24537499e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.26603272e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.12305291e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.29403772e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.50765891e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.39017287e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.27979032e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 9.26560792e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 9.66828127e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 9.56809614e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.26613211e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.39401577e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.18093173e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.36541699e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.67746722e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.47631111e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.37678087e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.41617384e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.43376781e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.46203105e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 7.32016192e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 6.05107104e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.24317806e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.37699699e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.12949171e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.31505754e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 0.0000000e+00 3.0000000e+00 3.0000000e+00 1.2879909e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.42323025e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.44434992e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 6.23379214e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.16688838e+10]
+ --- Actual line: [2.000000e+00 1.000000e+00 1.000000e+00 0.000000e+00 1.000000e+00
+ 1.000000e+00 1.000000e+00 2.000000e+00 3.000000e+00 1.488587e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.26481734e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.21334927e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.1963268e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.42649079e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.4577047e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.22843332e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.41576683e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.56853641e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.07421424e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.28683733e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.35878427e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.39724519e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.28602973e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.47651581e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 3.28452529e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.40906196e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.13550556e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.28190173e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.43386238e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.72120911e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.38905866e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 7.53392148e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.46390379e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.13416362e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.26571704e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.46711373e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.29533343e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 6.25723493e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.31444044e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.60985312e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.29327291e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.15270985e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.27973791e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.44296396e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.44748803e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.25242658e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.24791131e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.35471984e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.19370345e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.45639269e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.37285697e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 9.4223177e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.17434847e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.17333571e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.23074197e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 8.91909489e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.09202733e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 9.66286272e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.07209633e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.17547489e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.17395832e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.30084177e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.25142819e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.27330952e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.38674521e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.18876522e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.24690456e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.19162384e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.27140247e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.11178559e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.17866707e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.29774905e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.25013752e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.24436304e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 0.0000000e+00 2.0000000e+00 0.0000000e+00 1.1105916e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.36718857e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.46097801e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.26434558e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 5.76658036e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.17025858e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 2.0000000e+00 1.0000000e+00 1.4055841e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.23773252e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.29357906e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.31932913e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.46817223e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.27207528e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00 8.8804426e+09]
+ --- Checking value  [0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0]
+ --- Retained configurations  []
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 333033-0-2 is present in X at positions [40, 71, 165]
+ --- Position:  40
+--------------
+ --- Configuration:  333033-0-2
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  41.81970183069355
+ --- Workload:  462846000000.0
+--------------
+ --- Position:  71
+--------------
+ --- Configuration:  333033-0-2
+ --- Energy efficiency:  14045358079.381556
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
+--------------
+ --- Position:  165
+--------------
+ --- Configuration:  333033-0-2
+ --- Energy efficiency:  13468757197.367126
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 3 duplicates of '333033-0-2'
+---  Duplicate  0 in the list of duplicate, And at position 71 in the X datas point
+--------------
+ --- Configuration:  333033-0-2
+ --- Energy efficiency:  14045358079.381556
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 165 in the X datas point
+--------------
+ --- Configuration:  333033-0-2
+ --- Energy efficiency:  13468757197.367126
+ --- Energy:  75.6785562491319
+ --- Workload:  1068880000000.0
+--------------
+---  Duplicate  2 in the list of duplicate, And at position 40 in the X datas point
+--------------
+ --- Configuration:  333033-0-2
+ --- Energy efficiency:  13903816180.427042
+ --- Energy:  41.81970183069355
+ --- Workload:  462846000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 71 in the X datas point
+--------------
+ --- Configuration:  333033-0-2
+ --- Energy efficiency:  14045358079.381556
+ --- Energy:  82.98598382291387
+ --- Workload:  1174400000000.0
+--------------
+ --- Checking value  [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 111111-3-1 is present in X at positions [54, 88]
+ --- Position:  54
+--------------
+ --- Configuration:  111111-3-1
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+ --- Position:  88
+--------------
+ --- Configuration:  111111-3-1
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '111111-3-1'
+---  Duplicate  0 in the list of duplicate, And at position 88 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 54 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Energy efficiency:  13789280489.133356
+ --- Energy:  32.51905730105663
+ --- Workload:  341432000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 88 in the X datas point
+--------------
+ --- Configuration:  111111-3-1
+ --- Energy efficiency:  13677476888.483427
+ --- Energy:  58.2884375590111
+ --- Workload:  727308000000.0
+--------------
+ --- Checking value  [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 111111-2-1 is present in X at positions [19, 102, 174]
+ --- Position:  19
+--------------
+ --- Configuration:  111111-2-1
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+ --- Position:  102
+--------------
+ --- Configuration:  111111-2-1
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
+--------------
+ --- Position:  174
+--------------
+ --- Configuration:  111111-2-1
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  67.2323504939425
+ --- Workload:  1025160000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 3 duplicates of '111111-2-1'
+---  Duplicate  0 in the list of duplicate, And at position 174 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  67.2323504939425
+ --- Workload:  1025160000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 19 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Energy efficiency:  15148485454.424267
+ --- Energy:  43.78047104305274
+ --- Workload:  577217000000.0
+--------------
+---  Duplicate  2 in the list of duplicate, And at position 102 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Energy efficiency:  15007150907.40738
+ --- Energy:  34.2448289317877
+ --- Workload:  340358000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 174 in the X datas point
+--------------
+ --- Configuration:  111111-2-1
+ --- Energy efficiency:  15106812719.332037
+ --- Energy:  67.2323504939425
+ --- Workload:  1025160000000.0
+--------------
+ --- Checking value  [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 111111-1-2 is present in X at positions [60, 111]
+ --- Position:  60
+--------------
+ --- Configuration:  111111-1-2
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
+--------------
+ --- Position:  111
+--------------
+ --- Configuration:  111111-1-2
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '111111-1-2'
+---  Duplicate  0 in the list of duplicate, And at position 111 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 60 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Energy efficiency:  14097711236.580742
+ --- Energy:  26.332761918292903
+ --- Workload:  163431000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 111 in the X datas point
+--------------
+ --- Configuration:  111111-1-2
+ --- Energy efficiency:  13830416959.410492
+ --- Energy:  56.046315848522
+ --- Workload:  752107000000.0
+--------------
+ --- Checking value  [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 303333-0-3 is present in X at positions [86, 117]
+ --- Position:  86
+--------------
+ --- Configuration:  303333-0-3
+ --- Energy efficiency:  13070067323.916784
+ --- Energy:  73.9118250482876
+ --- Workload:  1063630000000.0
+--------------
+ --- Position:  117
+--------------
+ --- Configuration:  303333-0-3
+ --- Energy efficiency:  12840398976.87701
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '303333-0-3'
+---  Duplicate  0 in the list of duplicate, And at position 117 in the X datas point
+--------------
+ --- Configuration:  303333-0-3
+ --- Energy efficiency:  12840398976.87701
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 86 in the X datas point
+--------------
+ --- Configuration:  303333-0-3
+ --- Energy efficiency:  13070067323.916784
+ --- Energy:  73.9118250482876
+ --- Workload:  1063630000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 117 in the X datas point
+--------------
+ --- Configuration:  303333-0-3
+ --- Energy efficiency:  12840398976.87701
+ --- Energy:  102.945501098208
+ --- Workload:  1567090000000.0
+--------------
+ --- Checking value  [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 111110-1-0 is present in X at positions [82, 121, 332]
+ --- Position:  82
+--------------
+ --- Configuration:  111110-1-0
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
+--------------
+ --- Position:  121
+--------------
+ --- Configuration:  111110-1-0
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
+--------------
+ --- Position:  332
+--------------
+ --- Configuration:  111110-1-0
+ --- Energy efficiency:  11201155959.295
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 3 duplicates of '111110-1-0'
+---  Duplicate  0 in the list of duplicate, And at position 332 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Energy efficiency:  11201155959.295
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 82 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Energy efficiency:  11913313962.28483
+ --- Energy:  82.9156109905908
+ --- Workload:  1124420000000.0
+--------------
+---  Duplicate  2 in the list of duplicate, And at position 121 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Energy efficiency:  11459308568.239609
+ --- Energy:  62.9526389384084
+ --- Workload:  841124000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 332 in the X datas point
+--------------
+ --- Configuration:  111110-1-0
+ --- Energy efficiency:  11201155959.295
+ --- Energy:  85.86709418709174
+ --- Workload:  1286520000000.0
+--------------
+ --- Checking value  [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 111101-1-1 is present in X at positions [35, 126]
+ --- Position:  35
+--------------
+ --- Configuration:  111101-1-1
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  64.13091227501518
+ --- Workload:  725232000000.0
+--------------
+ --- Position:  126
+--------------
+ --- Configuration:  111101-1-1
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '111101-1-1'
+---  Duplicate  0 in the list of duplicate, And at position 126 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 35 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Energy efficiency:  14823423380.68923
+ --- Energy:  64.13091227501518
+ --- Workload:  725232000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 126 in the X datas point
+--------------
+ --- Configuration:  111101-1-1
+ --- Energy efficiency:  14639637991.031757
+ --- Energy:  65.8461101285994
+ --- Workload:  885729000000.0
+--------------
+ --- Checking value  [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 111111-2-3 is present in X at positions [119, 127]
+ --- Position:  119
+--------------
+ --- Configuration:  111111-2-3
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
+--------------
+ --- Position:  127
+--------------
+ --- Configuration:  111111-2-3
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  67.1483257685157
+ --- Workload:  698028000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '111111-2-3'
+---  Duplicate  0 in the list of duplicate, And at position 127 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  67.1483257685157
+ --- Workload:  698028000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 119 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Energy efficiency:  14249500198.780527
+ --- Energy:  57.3205072294823
+ --- Workload:  847131000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 127 in the X datas point
+--------------
+ --- Configuration:  111111-2-3
+ --- Energy efficiency:  13822617119.034851
+ --- Energy:  67.1483257685157
+ --- Workload:  698028000000.0
+--------------
+ --- Checking value  [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 333300-1-0 is present in X at positions [58, 128, 436]
+ --- Position:  58
+--------------
+ --- Configuration:  333300-1-0
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
+--------------
+ --- Position:  128
+--------------
+ --- Configuration:  333300-1-0
+ --- Energy efficiency:  10583914566.641617
+ --- Energy:  26.7184846004408
+ --- Workload:  163295000000.0
+--------------
+ --- Position:  436
+--------------
+ --- Configuration:  333300-1-0
+ --- Energy efficiency:  10992187852.093517
+ --- Energy:  72.31426635370143
+ --- Workload:  973974000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 3 duplicates of '333300-1-0'
+---  Duplicate  0 in the list of duplicate, And at position 436 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Energy efficiency:  10992187852.093517
+ --- Energy:  72.31426635370143
+ --- Workload:  973974000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 58 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Energy efficiency:  10346654305.863657
+ --- Energy:  35.64181472293627
+ --- Workload:  388168000000.0
+--------------
+---  Duplicate  2 in the list of duplicate, And at position 128 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Energy efficiency:  10583914566.641617
+ --- Energy:  26.7184846004408
+ --- Workload:  163295000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 436 in the X datas point
+--------------
+ --- Configuration:  333300-1-0
+ --- Energy efficiency:  10992187852.093517
+ --- Energy:  72.31426635370143
+ --- Workload:  973974000000.0
+--------------
+ --- Checking value  [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 222222-2-3 is present in X at positions [69, 138]
+ --- Position:  69
+--------------
+ --- Configuration:  222222-2-3
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  26.274511449565598
+ --- Workload:  163388000000.0
+--------------
+ --- Position:  138
+--------------
+ --- Configuration:  222222-2-3
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '222222-2-3'
+---  Duplicate  0 in the list of duplicate, And at position 138 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 69 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Energy efficiency:  15872839508.132448
+ --- Energy:  26.274511449565598
+ --- Workload:  163388000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 138 in the X datas point
+--------------
+ --- Configuration:  222222-2-3
+ --- Energy efficiency:  15824387279.72453
+ --- Energy:  77.6142915980758
+ --- Workload:  1173790000000.0
+--------------
+ --- Checking value  [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 202222-0-2 is present in X at positions [84, 139]
+ --- Position:  84
+--------------
+ --- Configuration:  202222-0-2
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  82.9689480595376
+ --- Workload:  1137720000000.0
+--------------
+ --- Position:  139
+--------------
+ --- Configuration:  202222-0-2
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '202222-0-2'
+---  Duplicate  0 in the list of duplicate, And at position 84 in the X datas point
+--------------
+ --- Configuration:  202222-0-2
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  82.9689480595376
+ --- Workload:  1137720000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 139 in the X datas point
+--------------
+ --- Configuration:  202222-0-2
+ --- Energy efficiency:  14129921805.012732
+ --- Energy:  80.579674343825
+ --- Workload:  1148220000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 84 in the X datas point
+--------------
+ --- Configuration:  202222-0-2
+ --- Energy efficiency:  15012017119.704325
+ --- Energy:  82.9689480595376
+ --- Workload:  1137720000000.0
+--------------
+ --- Checking value  [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 101110-1-0 is present in X at positions [3, 151, 341]
+ --- Position:  3
+--------------
+ --- Configuration:  101110-1-0
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+ --- Position:  151
+--------------
+ --- Configuration:  101110-1-0
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  92.8249833568298
+ --- Workload:  1309170000000.0
+--------------
+ --- Position:  341
+--------------
+ --- Configuration:  101110-1-0
+ --- Energy efficiency:  10275982049.914555
+ --- Energy:  40.36593190681932
+ --- Workload:  648988000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 3 duplicates of '101110-1-0'
+---  Duplicate  0 in the list of duplicate, And at position 151 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  92.8249833568298
+ --- Workload:  1309170000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 341 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Energy efficiency:  10275982049.914555
+ --- Energy:  40.36593190681932
+ --- Workload:  648988000000.0
+--------------
+---  Duplicate  2 in the list of duplicate, And at position 3 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Energy efficiency:  11115693246.882881
+ --- Energy:  30.700472577378978
+ --- Workload:  341257000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 151 in the X datas point
+--------------
+ --- Configuration:  101110-1-0
+ --- Energy efficiency:  10871987779.885736
+ --- Energy:  92.8249833568298
+ --- Workload:  1309170000000.0
+--------------
+ --- Checking value  [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 222220-2-3 is present in X at positions [143, 154]
+ --- Position:  143
+--------------
+ --- Configuration:  222220-2-3
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  63.3690752564047
+ --- Workload:  677060000000.0
+--------------
+ --- Position:  154
+--------------
+ --- Configuration:  222220-2-3
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '222220-2-3'
+---  Duplicate  0 in the list of duplicate, And at position 154 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 143 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Energy efficiency:  14052976912.364231
+ --- Energy:  63.3690752564047
+ --- Workload:  677060000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 154 in the X datas point
+--------------
+ --- Configuration:  222220-2-3
+ --- Energy efficiency:  13740416059.79829
+ --- Energy:  84.9404936835098
+ --- Workload:  1227070000000.0
+--------------
+ --- Checking value  [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0]]
+ --- Answer : configuration is present, have it been processed?  0
+ --- Checking value  [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 333333-3-3 is present in X at positions [91, 167]
+ --- Position:  91
+--------------
+ --- Configuration:  333333-3-3
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
+--------------
+ --- Position:  167
+--------------
+ --- Configuration:  333333-3-3
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '333333-3-3'
+---  Duplicate  0 in the list of duplicate, And at position 91 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 167 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Energy efficiency:  15338505477.380306
+ --- Energy:  34.5550819751672
+ --- Workload:  429951000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 91 in the X datas point
+--------------
+ --- Configuration:  333333-3-3
+ --- Energy efficiency:  15302944745.657406
+ --- Energy:  65.8277383833758
+ --- Workload:  988207000000.0
+--------------
+ --- Checking value  [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0]]
+ --- Answer : configuration is present, have it been processed?  2
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 303333-3-1 is present in X at positions [67, 178]
+ --- Position:  67
+--------------
+ --- Configuration:  303333-3-1
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
+--------------
+ --- Position:  178
+--------------
+ --- Configuration:  303333-3-1
+ --- Energy efficiency:  14214479437.334045
+ --- Energy:  50.8317348445158
+ --- Workload:  596880000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '303333-3-1'
+---  Duplicate  0 in the list of duplicate, And at position 67 in the X datas point
+--------------
+ --- Configuration:  303333-3-1
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 178 in the X datas point
+--------------
+ --- Configuration:  303333-3-1
+ --- Energy efficiency:  14214479437.334045
+ --- Energy:  50.8317348445158
+ --- Workload:  596880000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 67 in the X datas point
+--------------
+ --- Configuration:  303333-3-1
+ --- Energy efficiency:  15331051050.866896
+ --- Energy:  78.20736118066493
+ --- Workload:  1078020000000.0
+--------------
+ --- Checking value  [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 110111-2-0 is present in X at positions [187, 189]
+ --- Position:  187
+--------------
+ --- Configuration:  110111-2-0
+ --- Energy efficiency:  13997917109.93404
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
+--------------
+ --- Position:  189
+--------------
+ --- Configuration:  110111-2-0
+ --- Energy efficiency:  13731963066.512136
+ --- Energy:  79.8767027494463
+ --- Workload:  1075840000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '110111-2-0'
+---  Duplicate  0 in the list of duplicate, And at position 187 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Energy efficiency:  13997917109.93404
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 189 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Energy efficiency:  13731963066.512136
+ --- Energy:  79.8767027494463
+ --- Workload:  1075840000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 187 in the X datas point
+--------------
+ --- Configuration:  110111-2-0
+ --- Energy efficiency:  13997917109.93404
+ --- Energy:  94.0135655715655
+ --- Workload:  1350220000000.0
+--------------
+ --- Checking value  [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 330030-0-1 is present in X at positions [92, 204]
+ --- Position:  92
+--------------
+ --- Configuration:  330030-0-1
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
+--------------
+ --- Position:  204
+--------------
+ --- Configuration:  330030-0-1
+ --- Energy efficiency:  10228912840.456577
+ --- Energy:  69.8226407220911
+ --- Workload:  879587000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '330030-0-1'
+---  Duplicate  0 in the list of duplicate, And at position 92 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 204 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Energy efficiency:  10228912840.456577
+ --- Energy:  69.8226407220911
+ --- Workload:  879587000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 92 in the X datas point
+--------------
+ --- Configuration:  330030-0-1
+ --- Energy efficiency:  9938974695.370426
+ --- Energy:  79.3851939063441
+ --- Workload:  1194980000000.0
+--------------
+ --- Checking value  [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 222222-3-0 is present in X at positions [193, 208]
+ --- Position:  193
+--------------
+ --- Configuration:  222222-3-0
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
+--------------
+ --- Position:  208
+--------------
+ --- Configuration:  222222-3-0
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '222222-3-0'
+---  Duplicate  0 in the list of duplicate, And at position 193 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 208 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Energy efficiency:  15834385000.403776
+ --- Energy:  33.4260041380091
+ --- Workload:  385489000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 193 in the X datas point
+--------------
+ --- Configuration:  222222-3-0
+ --- Energy efficiency:  15432670345.815277
+ --- Energy:  57.5176175818552
+ --- Workload:  677999000000.0
+--------------
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 222222-3-2 is present in X at positions [22, 209, 259]
+ --- Position:  22
+--------------
+ --- Configuration:  222222-3-2
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
+--------------
+ --- Position:  209
+--------------
+ --- Configuration:  222222-3-2
+ --- Energy efficiency:  15595928215.061611
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
+--------------
+ --- Position:  259
+--------------
+ --- Configuration:  222222-3-2
+ --- Energy efficiency:  15386698506.874779
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 3 duplicates of '222222-3-2'
+---  Duplicate  0 in the list of duplicate, And at position 22 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 259 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Energy efficiency:  15386698506.874779
+ --- Energy:  38.6438793260726
+ --- Workload:  410896000000.0
+--------------
+---  Duplicate  2 in the list of duplicate, And at position 209 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Energy efficiency:  15595928215.061611
+ --- Energy:  32.0011057465816
+ --- Workload:  385750000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 22 in the X datas point
+--------------
+ --- Configuration:  222222-3-2
+ --- Energy efficiency:  15227537478.77662
+ --- Energy:  67.53882894703122
+ --- Workload:  780986000000.0
+--------------
+ --- Checking value  [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 220220-1-2 is present in X at positions [142, 214]
+ --- Position:  142
+--------------
+ --- Configuration:  220220-1-2
+ --- Energy efficiency:  12976463290.882996
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
+--------------
+ --- Position:  214
+--------------
+ --- Configuration:  220220-1-2
+ --- Energy efficiency:  13277356000.435497
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '220220-1-2'
+---  Duplicate  0 in the list of duplicate, And at position 214 in the X datas point
+--------------
+ --- Configuration:  220220-1-2
+ --- Energy efficiency:  13277356000.435497
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 142 in the X datas point
+--------------
+ --- Configuration:  220220-1-2
+ --- Energy efficiency:  12976463290.882996
+ --- Energy:  78.8740772526803
+ --- Workload:  1050630000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 214 in the X datas point
+--------------
+ --- Configuration:  220220-1-2
+ --- Energy efficiency:  13277356000.435497
+ --- Energy:  112.252246650916
+ --- Workload:  1644520000000.0
+--------------
+ --- Checking value  [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 110111-1-2 is present in X at positions [74, 215]
+ --- Position:  74
+--------------
+ --- Configuration:  110111-1-2
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+ --- Position:  215
+--------------
+ --- Configuration:  110111-1-2
+ --- Energy efficiency:  13583376120.968113
+ --- Energy:  89.0597439439495
+ --- Workload:  1209910000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '110111-1-2'
+---  Duplicate  0 in the list of duplicate, And at position 215 in the X datas point
+--------------
+ --- Configuration:  110111-1-2
+ --- Energy efficiency:  13583376120.968113
+ --- Energy:  89.0597439439495
+ --- Workload:  1209910000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 74 in the X datas point
+--------------
+ --- Configuration:  110111-1-2
+ --- Energy efficiency:  13829154623.777847
+ --- Energy:  83.79533601234984
+ --- Workload:  1330070000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 215 in the X datas point
+--------------
+ --- Configuration:  110111-1-2
+ --- Energy efficiency:  13583376120.968113
+ --- Energy:  89.0597439439495
+ --- Workload:  1209910000000.0
+--------------
+ --- Checking value  [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 111111-1-3 is present in X at positions [120, 216, 602]
+ --- Position:  120
+--------------
+ --- Configuration:  111111-1-3
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  51.630790443296
+ --- Workload:  603622000000.0
+--------------
+ --- Position:  216
+--------------
+ --- Configuration:  111111-1-3
+ --- Energy efficiency:  13225816264.315292
+ --- Energy:  77.6226342959476
+ --- Workload:  870626000000.0
+--------------
+ --- Position:  602
+--------------
+ --- Configuration:  111111-1-3
+ --- Energy efficiency:  13008417747.124165
+ --- Energy:  62.53995293576916
+ --- Workload:  890407000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 3 duplicates of '111111-1-3'
+---  Duplicate  0 in the list of duplicate, And at position 216 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Energy efficiency:  13225816264.315292
+ --- Energy:  77.6226342959476
+ --- Workload:  870626000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 602 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Energy efficiency:  13008417747.124165
+ --- Energy:  62.53995293576916
+ --- Workload:  890407000000.0
+--------------
+---  Duplicate  2 in the list of duplicate, And at position 120 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Energy efficiency:  13229665673.118774
+ --- Energy:  51.630790443296
+ --- Workload:  603622000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 216 in the X datas point
+--------------
+ --- Configuration:  111111-1-3
+ --- Energy efficiency:  13225816264.315292
+ --- Energy:  77.6226342959476
+ --- Workload:  870626000000.0
+--------------
+ --- Checking value  [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 222202-1-2 is present in X at positions [171, 221]
+ --- Position:  171
+--------------
+ --- Configuration:  222202-1-2
+ --- Energy efficiency:  14933352448.024466
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
+--------------
+ --- Position:  221
+--------------
+ --- Configuration:  222202-1-2
+ --- Energy efficiency:  14598327031.722164
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '222202-1-2'
+---  Duplicate  0 in the list of duplicate, And at position 221 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Energy efficiency:  14598327031.722164
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 171 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Energy efficiency:  14933352448.024466
+ --- Energy:  51.7596710203295
+ --- Workload:  647698000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 221 in the X datas point
+--------------
+ --- Configuration:  222202-1-2
+ --- Energy efficiency:  14598327031.722164
+ --- Energy:  76.6951102201836
+ --- Workload:  1047870000000.0
+--------------
+ --- Checking value  [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 300000-0-0 is present in X at positions [229, 244]
+ --- Position:  229
+--------------
+ --- Configuration:  300000-0-0
+ --- Energy efficiency:  5492386746.144499
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+ --- Position:  244
+--------------
+ --- Configuration:  300000-0-0
+ --- Energy efficiency:  5492368456.744541
+ --- Energy:  55.1955872410731
+ --- Workload:  666775000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '300000-0-0'
+---  Duplicate  0 in the list of duplicate, And at position 229 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Energy efficiency:  5492386746.144499
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 244 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Energy efficiency:  5492368456.744541
+ --- Energy:  55.1955872410731
+ --- Workload:  666775000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 229 in the X datas point
+--------------
+ --- Configuration:  300000-0-0
+ --- Energy efficiency:  5492386746.144499
+ --- Energy:  55.3938120911074
+ --- Workload:  747522000000.0
+--------------
+ --- Checking value  [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 330000-0-0 is present in X at positions [232, 245]
+ --- Position:  232
+--------------
+ --- Configuration:  330000-0-0
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
+--------------
+ --- Position:  245
+--------------
+ --- Configuration:  330000-0-0
+ --- Energy efficiency:  8725809067.483562
+ --- Energy:  63.3971718133292
+ --- Workload:  841747000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '330000-0-0'
+---  Duplicate  0 in the list of duplicate, And at position 232 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 245 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Energy efficiency:  8725809067.483562
+ --- Energy:  63.3971718133292
+ --- Workload:  841747000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 232 in the X datas point
+--------------
+ --- Configuration:  330000-0-0
+ --- Energy efficiency:  8725917881.017065
+ --- Energy:  77.6487009668172
+ --- Workload:  1127120000000.0
+--------------
+ --- Checking value  [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 333000-0-0 is present in X at positions [235, 246]
+ --- Position:  235
+--------------
+ --- Configuration:  333000-0-0
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  33.4145827544387
+ --- Workload:  341795000000.0
+--------------
+ --- Position:  246
+--------------
+ --- Configuration:  333000-0-0
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  65.5557580165811
+ --- Workload:  890469000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '333000-0-0'
+---  Duplicate  0 in the list of duplicate, And at position 246 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  65.5557580165811
+ --- Workload:  890469000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 235 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  33.4145827544387
+ --- Workload:  341795000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 246 in the X datas point
+--------------
+ --- Configuration:  333000-0-0
+ --- Energy efficiency:  10756377585.89932
+ --- Energy:  65.5557580165811
+ --- Workload:  890469000000.0
+--------------
+ --- Checking value  [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0]]
+ --- Answer : configuration is present, have it been processed?  18
+ --- Checking value  [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 033333-0-2 is present in X at positions [94, 267]
+ --- Position:  94
+--------------
+ --- Configuration:  033333-0-2
+ --- Energy efficiency:  13446770287.478502
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
+--------------
+ --- Position:  267
+--------------
+ --- Configuration:  033333-0-2
+ --- Energy efficiency:  12910472329.630178
+ --- Energy:  25.3623210355619
+ --- Workload:  250600000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '033333-0-2'
+---  Duplicate  0 in the list of duplicate, And at position 94 in the X datas point
+--------------
+ --- Configuration:  033333-0-2
+ --- Energy efficiency:  13446770287.478502
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 267 in the X datas point
+--------------
+ --- Configuration:  033333-0-2
+ --- Energy efficiency:  12910472329.630178
+ --- Energy:  25.3623210355619
+ --- Workload:  250600000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 94 in the X datas point
+--------------
+ --- Configuration:  033333-0-2
+ --- Energy efficiency:  13446770287.478502
+ --- Energy:  81.3667303591789
+ --- Workload:  968465000000.0
+--------------
+ --- Checking value  [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 222222-3-3 is present in X at positions [7, 271]
+ --- Position:  7
+--------------
+ --- Configuration:  222222-3-3
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+ --- Position:  271
+--------------
+ --- Configuration:  222222-3-3
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  13.6504873016518
+ --- Workload:  75350800000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '222222-3-3'
+---  Duplicate  0 in the list of duplicate, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 271 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Energy efficiency:  14602100074.032648
+ --- Energy:  13.6504873016518
+ --- Workload:  75350800000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 7 in the X datas point
+--------------
+ --- Configuration:  222222-3-3
+ --- Energy efficiency:  15072476000.850086
+ --- Energy:  97.28797445994333
+ --- Workload:  1466370000000.0
+--------------
+ --- Checking value  [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 333333-2-0 is present in X at positions [205, 277, 288]
+ --- Position:  205
+--------------
+ --- Configuration:  333333-2-0
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
+--------------
+ --- Position:  277
+--------------
+ --- Configuration:  333333-2-0
+ --- Energy efficiency:  14399200556.385109
+ --- Energy:  24.0280687781385
+ --- Workload:  252880000000.0
+--------------
+ --- Position:  288
+--------------
+ --- Configuration:  333333-2-0
+ --- Energy efficiency:  15049135427.169708
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 3 duplicates of '333333-2-0'
+---  Duplicate  0 in the list of duplicate, And at position 205 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 288 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Energy efficiency:  15049135427.169708
+ --- Energy:  35.08751
+ --- Workload:  381053900000.0
+--------------
+---  Duplicate  2 in the list of duplicate, And at position 277 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Energy efficiency:  14399200556.385109
+ --- Energy:  24.0280687781385
+ --- Workload:  252880000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 205 in the X datas point
+--------------
+ --- Configuration:  333333-2-0
+ --- Energy efficiency:  14384742966.220308
+ --- Energy:  72.5120663430038
+ --- Workload:  946532000000.0
+--------------
+ --- Checking value  [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 222220-0-3 is present in X at positions [20, 280]
+ --- Position:  20
+--------------
+ --- Configuration:  222220-0-3
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+ --- Position:  280
+--------------
+ --- Configuration:  222220-0-3
+ --- Energy efficiency:  11831169215.2977
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '222220-0-3'
+---  Duplicate  0 in the list of duplicate, And at position 20 in the X datas point
+--------------
+ --- Configuration:  222220-0-3
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 280 in the X datas point
+--------------
+ --- Configuration:  222220-0-3
+ --- Energy efficiency:  11831169215.2977
+ --- Energy:  24.78502
+ --- Workload:  126699999999.99998
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 20 in the X datas point
+--------------
+ --- Configuration:  222220-0-3
+ --- Energy efficiency:  11563514337.02325
+ --- Energy:  91.83877298181203
+ --- Workload:  1333110000000.0
+--------------
+ --- Checking value  [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 202222-1-0 is present in X at positions [185, 286]
+ --- Position:  185
+--------------
+ --- Configuration:  202222-1-0
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
+--------------
+ --- Position:  286
+--------------
+ --- Configuration:  202222-1-0
+ --- Energy efficiency:  14821951309.889946
+ --- Energy:  32.11143
+ --- Workload:  407984000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '202222-1-0'
+---  Duplicate  0 in the list of duplicate, And at position 185 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 286 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Energy efficiency:  14821951309.889946
+ --- Energy:  32.11143
+ --- Workload:  407984000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 185 in the X datas point
+--------------
+ --- Configuration:  202222-1-0
+ --- Energy efficiency:  15170478249.32681
+ --- Energy:  97.3671383278909
+ --- Workload:  1365030000000.0
+--------------
+ --- Checking value  [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  28
+ --- Checking value  [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 222222-1-0 is present in X at positions [75, 290]
+ --- Position:  75
+--------------
+ --- Configuration:  222222-1-0
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
+--------------
+ --- Position:  290
+--------------
+ --- Configuration:  222222-1-0
+ --- Energy efficiency:  16239592451.187845
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '222222-1-0'
+---  Duplicate  0 in the list of duplicate, And at position 75 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 290 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Energy efficiency:  16239592451.187845
+ --- Energy:  28.15818
+ --- Workload:  279024200000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 75 in the X datas point
+--------------
+ --- Configuration:  222222-1-0
+ --- Energy efficiency:  15864982651.64147
+ --- Energy:  70.58820126566067
+ --- Workload:  994970000000.0
+--------------
+ --- Checking value  [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 222222-0-2 is present in X at positions [148, 296]
+ --- Position:  148
+--------------
+ --- Configuration:  222222-0-2
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  32.1859127423429
+ --- Workload:  340653000000.0
+--------------
+ --- Position:  296
+--------------
+ --- Configuration:  222222-0-2
+ --- Energy efficiency:  15203575881.047222
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '222222-0-2'
+---  Duplicate  0 in the list of duplicate, And at position 296 in the X datas point
+--------------
+ --- Configuration:  222222-0-2
+ --- Energy efficiency:  15203575881.047222
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 148 in the X datas point
+--------------
+ --- Configuration:  222222-0-2
+ --- Energy efficiency:  15111309908.788132
+ --- Energy:  32.1859127423429
+ --- Workload:  340653000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 296 in the X datas point
+--------------
+ --- Configuration:  222222-0-2
+ --- Energy efficiency:  15203575881.047222
+ --- Energy:  77.6323
+ --- Workload:  764552224000.0
+--------------
+ --- Checking value  [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 330333-2-2 is present in X at positions [30, 308]
+ --- Position:  30
+--------------
+ --- Configuration:  330333-2-2
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+ --- Position:  308
+--------------
+ --- Configuration:  330333-2-2
+ --- Energy efficiency:  15099786942.006248
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '330333-2-2'
+---  Duplicate  0 in the list of duplicate, And at position 30 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 308 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Energy efficiency:  15099786942.006248
+ --- Energy:  64.35313
+ --- Workload:  1111780000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 30 in the X datas point
+--------------
+ --- Configuration:  330333-2-2
+ --- Energy efficiency:  15278348593.857187
+ --- Energy:  92.69644842655524
+ --- Workload:  1393640000000.0
+--------------
+ --- Checking value  [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 333333-0-0 is present in X at positions [248, 311]
+ --- Position:  248
+--------------
+ --- Configuration:  333333-0-0
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
+--------------
+ --- Position:  311
+--------------
+ --- Configuration:  333333-0-0
+ --- Energy efficiency:  12421881890.262611
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '333333-0-0'
+---  Duplicate  0 in the list of duplicate, And at position 311 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Energy efficiency:  12421881890.262611
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 248 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Energy efficiency:  17276238156.558975
+ --- Energy:  45.3072604814401
+ --- Workload:  575478000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 311 in the X datas point
+--------------
+ --- Configuration:  333333-0-0
+ --- Energy efficiency:  12421881890.262611
+ --- Energy:  66.8775
+ --- Workload:  674420000000.0
+--------------
+ --- Checking value  [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 222022-0-0 is present in X at positions [161, 314]
+ --- Position:  161
+--------------
+ --- Configuration:  222022-0-0
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
+--------------
+ --- Position:  314
+--------------
+ --- Configuration:  222022-0-0
+ --- Energy efficiency:  12210772587.792402
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '222022-0-0'
+---  Duplicate  0 in the list of duplicate, And at position 314 in the X datas point
+--------------
+ --- Configuration:  222022-0-0
+ --- Energy efficiency:  12210772587.792402
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 161 in the X datas point
+--------------
+ --- Configuration:  222022-0-0
+ --- Energy efficiency:  12295616121.028208
+ --- Energy:  59.6329403677947
+ --- Workload:  904021000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 314 in the X datas point
+--------------
+ --- Configuration:  222022-0-0
+ --- Energy efficiency:  12210772587.792402
+ --- Energy:  73.04875
+ --- Workload:  847040000000.0
+--------------
+ --- Checking value  [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 222202-2-1 is present in X at positions [100, 321]
+ --- Position:  100
+--------------
+ --- Configuration:  222202-2-1
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
+--------------
+ --- Position:  321
+--------------
+ --- Configuration:  222202-2-1
+ --- Energy efficiency:  16284841418.21427
+ --- Energy:  31.96295936672102
+ --- Workload:  340806000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '222202-2-1'
+---  Duplicate  0 in the list of duplicate, And at position 100 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 321 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Energy efficiency:  16284841418.21427
+ --- Energy:  31.96295936672102
+ --- Workload:  340806000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 100 in the X datas point
+--------------
+ --- Configuration:  222202-2-1
+ --- Energy efficiency:  16215287124.089106
+ --- Energy:  54.7592147928153
+ --- Workload:  743914000000.0
+--------------
+ --- Checking value  [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0]]
+ --- Answer : configuration is present, have it been processed?  5
+ --- Checking value  [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  11
+ --- Checking value  [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 022220-2-2 is present in X at positions [301, 355]
+ --- Position:  301
+--------------
+ --- Configuration:  022220-2-2
+ --- Energy efficiency:  14357811008.1337
+ --- Energy:  115.13669
+ --- Workload:  1321045181000.0
+--------------
+ --- Position:  355
+--------------
+ --- Configuration:  022220-2-2
+ --- Energy efficiency:  13985779259.648788
+ --- Energy:  80.1899268231783
+ --- Workload:  1204290000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '022220-2-2'
+---  Duplicate  0 in the list of duplicate, And at position 301 in the X datas point
+--------------
+ --- Configuration:  022220-2-2
+ --- Energy efficiency:  14357811008.1337
+ --- Energy:  115.13669
+ --- Workload:  1321045181000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 355 in the X datas point
+--------------
+ --- Configuration:  022220-2-2
+ --- Energy efficiency:  13985779259.648788
+ --- Energy:  80.1899268231783
+ --- Workload:  1204290000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 301 in the X datas point
+--------------
+ --- Configuration:  022220-2-2
+ --- Energy efficiency:  14357811008.1337
+ --- Energy:  115.13669
+ --- Workload:  1321045181000.0
+--------------
+ --- Checking value  [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 111010-2-0 is present in X at positions [17, 362]
+ --- Position:  17
+--------------
+ --- Configuration:  111010-2-0
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
+--------------
+ --- Position:  362
+--------------
+ --- Configuration:  111010-2-0
+ --- Energy efficiency:  12917092930.73338
+ --- Energy:  75.3366281487845
+ --- Workload:  1122660000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '111010-2-0'
+---  Duplicate  0 in the list of duplicate, And at position 17 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 362 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Energy efficiency:  12917092930.73338
+ --- Energy:  75.3366281487845
+ --- Workload:  1122660000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 17 in the X datas point
+--------------
+ --- Configuration:  111010-2-0
+ --- Energy efficiency:  13184350176.340683
+ --- Energy:  91.76824551852016
+ --- Workload:  1330530000000.0
+--------------
+ --- Checking value  [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 202220-3-0 is present in X at positions [213, 377]
+ --- Position:  213
+--------------
+ --- Configuration:  202220-3-0
+ --- Energy efficiency:  12080227204.913269
+ --- Energy:  44.3851855395692
+ --- Workload:  621300000000.0
+--------------
+ --- Position:  377
+--------------
+ --- Configuration:  202220-3-0
+ --- Energy efficiency:  11749390206.648275
+ --- Energy:  49.5215662037853
+ --- Workload:  522093000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '202220-3-0'
+---  Duplicate  0 in the list of duplicate, And at position 377 in the X datas point
+--------------
+ --- Configuration:  202220-3-0
+ --- Energy efficiency:  11749390206.648275
+ --- Energy:  49.5215662037853
+ --- Workload:  522093000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 213 in the X datas point
+--------------
+ --- Configuration:  202220-3-0
+ --- Energy efficiency:  12080227204.913269
+ --- Energy:  44.3851855395692
+ --- Workload:  621300000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 377 in the X datas point
+--------------
+ --- Configuration:  202220-3-0
+ --- Energy efficiency:  11749390206.648275
+ --- Energy:  49.5215662037853
+ --- Workload:  522093000000.0
+--------------
+ --- Checking value  [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 220222-3-2 is present in X at positions [196, 382]
+ --- Position:  196
+--------------
+ --- Configuration:  220222-3-2
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  56.5693073110482
+ --- Workload:  806364000000.0
+--------------
+ --- Position:  382
+--------------
+ --- Configuration:  220222-3-2
+ --- Energy efficiency:  14772139744.44198
+ --- Energy:  97.0033907151468
+ --- Workload:  1464730000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '220222-3-2'
+---  Duplicate  0 in the list of duplicate, And at position 382 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Energy efficiency:  14772139744.44198
+ --- Energy:  97.0033907151468
+ --- Workload:  1464730000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 196 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Energy efficiency:  14792899408.284023
+ --- Energy:  56.5693073110482
+ --- Workload:  806364000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 382 in the X datas point
+--------------
+ --- Configuration:  220222-3-2
+ --- Energy efficiency:  14772139744.44198
+ --- Energy:  97.0033907151468
+ --- Workload:  1464730000000.0
+--------------
+ --- Checking value  [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 222222-1-3 is present in X at positions [261, 384, 402]
+ --- Position:  261
+--------------
+ --- Configuration:  222222-1-3
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  13.4893048354332
+ --- Workload:  75662100000.0
+--------------
+ --- Position:  384
+--------------
+ --- Configuration:  222222-1-3
+ --- Energy efficiency:  14914131885.668266
+ --- Energy:  80.9276948124698
+ --- Workload:  1195150000000.0
+--------------
+ --- Position:  402
+--------------
+ --- Configuration:  222222-1-3
+ --- Energy efficiency:  14522366622.954342
+ --- Energy:  82.7944265603379
+ --- Workload:  1123940000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 3 duplicates of '222222-1-3'
+---  Duplicate  0 in the list of duplicate, And at position 402 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Energy efficiency:  14522366622.954342
+ --- Energy:  82.7944265603379
+ --- Workload:  1123940000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 384 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Energy efficiency:  14914131885.668266
+ --- Energy:  80.9276948124698
+ --- Workload:  1195150000000.0
+--------------
+---  Duplicate  2 in the list of duplicate, And at position 261 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Energy efficiency:  14982687504.58845
+ --- Energy:  13.4893048354332
+ --- Workload:  75662100000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 402 in the X datas point
+--------------
+ --- Configuration:  222222-1-3
+ --- Energy efficiency:  14522366622.954342
+ --- Energy:  82.7944265603379
+ --- Workload:  1123940000000.0
+--------------
+ --- Checking value  [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 111011-2-3 is present in X at positions [45, 394]
+ --- Position:  45
+--------------
+ --- Configuration:  111011-2-3
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
+--------------
+ --- Position:  394
+--------------
+ --- Configuration:  111011-2-3
+ --- Energy efficiency:  14236800706.145315
+ --- Energy:  82.7028685460665
+ --- Workload:  1187190000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '111011-2-3'
+---  Duplicate  0 in the list of duplicate, And at position 394 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Energy efficiency:  14236800706.145315
+ --- Energy:  82.7028685460665
+ --- Workload:  1187190000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 45 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Energy efficiency:  14334040479.330315
+ --- Energy:  41.251803480253244
+ --- Workload:  481297000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 394 in the X datas point
+--------------
+ --- Configuration:  111011-2-3
+ --- Energy efficiency:  14236800706.145315
+ --- Energy:  82.7028685460665
+ --- Workload:  1187190000000.0
+--------------
+ --- Checking value  [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 333333-1-3 is present in X at positions [89, 395]
+ --- Position:  89
+--------------
+ --- Configuration:  333333-1-3
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
+--------------
+ --- Position:  395
+--------------
+ --- Configuration:  333333-1-3
+ --- Energy efficiency:  14917179817.652395
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '333333-1-3'
+---  Duplicate  0 in the list of duplicate, And at position 89 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 395 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Energy efficiency:  14917179817.652395
+ --- Energy:  20.2730896056071
+ --- Workload:  1011640000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 89 in the X datas point
+--------------
+ --- Configuration:  333333-1-3
+ --- Energy efficiency:  14522261174.153862
+ --- Energy:  32.3869731002721
+ --- Workload:  385836000000.0
+--------------
+ --- Checking value  [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 222222-0-1 is present in X at positions [108, 397]
+ --- Position:  108
+--------------
+ --- Configuration:  222222-0-1
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
+--------------
+ --- Position:  397
+--------------
+ --- Configuration:  222222-0-1
+ --- Energy efficiency:  15673416162.11328
+ --- Energy:  41.7732349755354
+ --- Workload:  528400000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '222222-0-1'
+---  Duplicate  0 in the list of duplicate, And at position 108 in the X datas point
+--------------
+ --- Configuration:  222222-0-1
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 397 in the X datas point
+--------------
+ --- Configuration:  222222-0-1
+ --- Energy efficiency:  15673416162.11328
+ --- Energy:  41.7732349755354
+ --- Workload:  528400000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 108 in the X datas point
+--------------
+ --- Configuration:  222222-0-1
+ --- Energy efficiency:  15666712622.357025
+ --- Energy:  70.0078582686629
+ --- Workload:  972109000000.0
+--------------
+ --- Checking value  [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 111111-1-1 is present in X at positions [270, 398]
+ --- Position:  270
+--------------
+ --- Configuration:  111111-1-1
+ --- Energy efficiency:  16077609838.211012
+ --- Energy:  24.5924899083227
+ --- Workload:  252710000000.0
+--------------
+ --- Position:  398
+--------------
+ --- Configuration:  111111-1-1
+ --- Energy efficiency:  15929324771.852247
+ --- Energy:  69.6438226916913
+ --- Workload:  853051000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '111111-1-1'
+---  Duplicate  0 in the list of duplicate, And at position 398 in the X datas point
+--------------
+ --- Configuration:  111111-1-1
+ --- Energy efficiency:  15929324771.852247
+ --- Energy:  69.6438226916913
+ --- Workload:  853051000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 270 in the X datas point
+--------------
+ --- Configuration:  111111-1-1
+ --- Energy efficiency:  16077609838.211012
+ --- Energy:  24.5924899083227
+ --- Workload:  252710000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 398 in the X datas point
+--------------
+ --- Configuration:  111111-1-1
+ --- Energy efficiency:  15929324771.852247
+ --- Energy:  69.6438226916913
+ --- Workload:  853051000000.0
+--------------
+ --- Checking value  [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0]]
+ --- Answer : configuration is present, have it been processed?  41
+ --- Checking value  [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 333333-1-1 is present in X at positions [85, 403]
+ --- Position:  85
+--------------
+ --- Configuration:  333333-1-1
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
+--------------
+ --- Position:  403
+--------------
+ --- Configuration:  333333-1-1
+ --- Energy efficiency:  16695549968.1115
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '333333-1-1'
+---  Duplicate  0 in the list of duplicate, And at position 85 in the X datas point
+--------------
+ --- Configuration:  333333-1-1
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 403 in the X datas point
+--------------
+ --- Configuration:  333333-1-1
+ --- Energy efficiency:  16695549968.1115
+ --- Energy:  52.3623981374209
+ --- Workload:  708617000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 85 in the X datas point
+--------------
+ --- Configuration:  333333-1-1
+ --- Energy efficiency:  15052941194.179932
+ --- Energy:  64.6497062836685
+ --- Workload:  888481000000.0
+--------------
+ --- Checking value  [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 111110-2-0 is present in X at positions [276, 408]
+ --- Position:  276
+--------------
+ --- Configuration:  111110-2-0
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  14.4399767950293
+ --- Workload:  76577300000.0
+--------------
+ --- Position:  408
+--------------
+ --- Configuration:  111110-2-0
+ --- Energy efficiency:  13526400151.49568
+ --- Energy:  39.92204534168386
+ --- Workload:  642325000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '111110-2-0'
+---  Duplicate  0 in the list of duplicate, And at position 408 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Energy efficiency:  13526400151.49568
+ --- Energy:  39.92204534168386
+ --- Workload:  642325000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 276 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Energy efficiency:  13786295870.452936
+ --- Energy:  14.4399767950293
+ --- Workload:  76577300000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 408 in the X datas point
+--------------
+ --- Configuration:  111110-2-0
+ --- Energy efficiency:  13526400151.49568
+ --- Energy:  39.92204534168386
+ --- Workload:  642325000000.0
+--------------
+ --- Checking value  [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 110000-0-0 is present in X at positions [230, 423]
+ --- Position:  230
+--------------
+ --- Configuration:  110000-0-0
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  41.4528641815209
+ --- Workload:  591275000000.0
+--------------
+ --- Position:  423
+--------------
+ --- Configuration:  110000-0-0
+ --- Energy efficiency:  3211871075.4950294
+ --- Energy:  40.3948990870666
+ --- Workload:  511717000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '110000-0-0'
+---  Duplicate  0 in the list of duplicate, And at position 230 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  41.4528641815209
+ --- Workload:  591275000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 423 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Energy efficiency:  3211871075.4950294
+ --- Energy:  40.3948990870666
+ --- Workload:  511717000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 230 in the X datas point
+--------------
+ --- Configuration:  110000-0-0
+ --- Energy efficiency:  5838252194.436778
+ --- Energy:  41.4528641815209
+ --- Workload:  591275000000.0
+--------------
+ --- Checking value  [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 000000-2-0 is present in X at positions [241, 429]
+ --- Position:  241
+--------------
+ --- Configuration:  000000-2-0
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  43.9976841972795
+ --- Workload:  616183000000.0
+--------------
+ --- Position:  429
+--------------
+ --- Configuration:  000000-2-0
+ --- Energy efficiency:  9980936411.454123
+ --- Energy:  76.06186087808521
+ --- Workload:  1122250000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '000000-2-0'
+---  Duplicate  0 in the list of duplicate, And at position 429 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Energy efficiency:  9980936411.454123
+ --- Energy:  76.06186087808521
+ --- Workload:  1122250000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 241 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Energy efficiency:  11750487231.831547
+ --- Energy:  43.9976841972795
+ --- Workload:  616183000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 429 in the X datas point
+--------------
+ --- Configuration:  000000-2-0
+ --- Energy efficiency:  9980936411.454123
+ --- Energy:  76.06186087808521
+ --- Workload:  1122250000000.0
+--------------
+ --- Checking value  [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 022222-1-2 is present in X at positions [364, 435]
+ --- Position:  364
+--------------
+ --- Configuration:  022222-1-2
+ --- Energy efficiency:  14702487807.961985
+ --- Energy:  51.3326168675035
+ --- Workload:  651365000000.0
+--------------
+ --- Position:  435
+--------------
+ --- Configuration:  022222-1-2
+ --- Energy efficiency:  15108433225.257673
+ --- Energy:  38.33628258038769
+ --- Workload:  465592000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '022222-1-2'
+---  Duplicate  0 in the list of duplicate, And at position 364 in the X datas point
+--------------
+ --- Configuration:  022222-1-2
+ --- Energy efficiency:  14702487807.961985
+ --- Energy:  51.3326168675035
+ --- Workload:  651365000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 435 in the X datas point
+--------------
+ --- Configuration:  022222-1-2
+ --- Energy efficiency:  15108433225.257673
+ --- Energy:  38.33628258038769
+ --- Workload:  465592000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 364 in the X datas point
+--------------
+ --- Configuration:  022222-1-2
+ --- Energy efficiency:  14702487807.961985
+ --- Energy:  51.3326168675035
+ --- Workload:  651365000000.0
+--------------
+ --- Checking value  [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  8
+ --- Checking value  [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 022022-1-3 is present in X at positions [36, 441]
+ --- Position:  36
+--------------
+ --- Configuration:  022022-1-3
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  52.516287756608044
+ --- Workload:  605687000000.0
+--------------
+ --- Position:  441
+--------------
+ --- Configuration:  022022-1-3
+ --- Energy efficiency:  13609237950.72095
+ --- Energy:  51.82043413295036
+ --- Workload:  699019000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '022022-1-3'
+---  Duplicate  0 in the list of duplicate, And at position 36 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  52.516287756608044
+ --- Workload:  605687000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 441 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Energy efficiency:  13609237950.72095
+ --- Energy:  51.82043413295036
+ --- Workload:  699019000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 36 in the X datas point
+--------------
+ --- Configuration:  022022-1-3
+ --- Energy efficiency:  12977423176.899149
+ --- Energy:  52.516287756608044
+ --- Workload:  605687000000.0
+--------------
+ --- Checking value  [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 001010-1-0 is present in X at positions [431, 443]
+ --- Position:  431
+--------------
+ --- Configuration:  001010-1-0
+ --- Energy efficiency:  8465178488.288426
+ --- Energy:  38.31727344984162
+ --- Workload:  457591000000.0
+--------------
+ --- Position:  443
+--------------
+ --- Configuration:  001010-1-0
+ --- Energy efficiency:  8558932529.934866
+ --- Energy:  94.73104953565642
+ --- Workload:  1136580000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '001010-1-0'
+---  Duplicate  0 in the list of duplicate, And at position 443 in the X datas point
+--------------
+ --- Configuration:  001010-1-0
+ --- Energy efficiency:  8558932529.934866
+ --- Energy:  94.73104953565642
+ --- Workload:  1136580000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 431 in the X datas point
+--------------
+ --- Configuration:  001010-1-0
+ --- Energy efficiency:  8465178488.288426
+ --- Energy:  38.31727344984162
+ --- Workload:  457591000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 443 in the X datas point
+--------------
+ --- Configuration:  001010-1-0
+ --- Energy efficiency:  8558932529.934866
+ --- Energy:  94.73104953565642
+ --- Workload:  1136580000000.0
+--------------
+ --- Checking value  [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 000333-2-0 is present in X at positions [306, 444]
+ --- Position:  306
+--------------
+ --- Configuration:  000333-2-0
+ --- Energy efficiency:  12831600639.526976
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
+--------------
+ --- Position:  444
+--------------
+ --- Configuration:  000333-2-0
+ --- Energy efficiency:  12729464509.616474
+ --- Energy:  76.30755632960373
+ --- Workload:  1067220000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '000333-2-0'
+---  Duplicate  0 in the list of duplicate, And at position 444 in the X datas point
+--------------
+ --- Configuration:  000333-2-0
+ --- Energy efficiency:  12729464509.616474
+ --- Energy:  76.30755632960373
+ --- Workload:  1067220000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 306 in the X datas point
+--------------
+ --- Configuration:  000333-2-0
+ --- Energy efficiency:  12831600639.526976
+ --- Energy:  53.62951
+ --- Workload:  690600000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 444 in the X datas point
+--------------
+ --- Configuration:  000333-2-0
+ --- Energy efficiency:  12729464509.616474
+ --- Energy:  76.30755632960373
+ --- Workload:  1067220000000.0
+--------------
+ --- Checking value  [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 101101-3-0 is present in X at positions [416, 464, 531]
+ --- Position:  416
+--------------
+ --- Configuration:  101101-3-0
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  83.02798102049613
+ --- Workload:  1107650000000.0
+--------------
+ --- Position:  464
+--------------
+ --- Configuration:  101101-3-0
+ --- Energy efficiency:  12080679610.712181
+ --- Energy:  32.02904675461461
+ --- Workload:  296355000000.0
+--------------
+ --- Position:  531
+--------------
+ --- Configuration:  101101-3-0
+ --- Energy efficiency:  11809317315.175327
+ --- Energy:  58.76194644449752
+ --- Workload:  791599000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 3 duplicates of '101101-3-0'
+---  Duplicate  0 in the list of duplicate, And at position 416 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  83.02798102049613
+ --- Workload:  1107650000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 531 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Energy efficiency:  11809317315.175327
+ --- Energy:  58.76194644449752
+ --- Workload:  791599000000.0
+--------------
+---  Duplicate  2 in the list of duplicate, And at position 464 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Energy efficiency:  12080679610.712181
+ --- Energy:  32.02904675461461
+ --- Workload:  296355000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 416 in the X datas point
+--------------
+ --- Configuration:  101101-3-0
+ --- Energy efficiency:  12655728742.172432
+ --- Energy:  83.02798102049613
+ --- Workload:  1107650000000.0
+--------------
+ --- Checking value  [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 222220-2-0 is present in X at positions [324, 469]
+ --- Position:  324
+--------------
+ --- Configuration:  222220-2-0
+ --- Energy efficiency:  13861550830.306894
+ --- Energy:  37.62672702026895
+ --- Workload:  504359000000.0
+--------------
+ --- Position:  469
+--------------
+ --- Configuration:  222220-2-0
+ --- Energy efficiency:  13883393379.009699
+ --- Energy:  79.44879111187178
+ --- Workload:  1058780000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '222220-2-0'
+---  Duplicate  0 in the list of duplicate, And at position 469 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Energy efficiency:  13883393379.009699
+ --- Energy:  79.44879111187178
+ --- Workload:  1058780000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 324 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Energy efficiency:  13861550830.306894
+ --- Energy:  37.62672702026895
+ --- Workload:  504359000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 469 in the X datas point
+--------------
+ --- Configuration:  222220-2-0
+ --- Energy efficiency:  13883393379.009699
+ --- Energy:  79.44879111187178
+ --- Workload:  1058780000000.0
+--------------
+ --- Checking value  [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 220202-1-1 is present in X at positions [130, 483]
+ --- Position:  130
+--------------
+ --- Configuration:  220202-1-1
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
+--------------
+ --- Position:  483
+--------------
+ --- Configuration:  220202-1-1
+ --- Energy efficiency:  15557640279.352987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '220202-1-1'
+---  Duplicate  0 in the list of duplicate, And at position 483 in the X datas point
+--------------
+ --- Configuration:  220202-1-1
+ --- Energy efficiency:  15557640279.352987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 130 in the X datas point
+--------------
+ --- Configuration:  220202-1-1
+ --- Energy efficiency:  15671205570.173307
+ --- Energy:  71.5812859564726
+ --- Workload:  1122870000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 483 in the X datas point
+--------------
+ --- Configuration:  220202-1-1
+ --- Energy efficiency:  15557640279.352987
+ --- Energy:  76.85298501974917
+ --- Workload:  1133690000000.0
+--------------
+ --- Checking value  [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 003033-1-1 is present in X at positions [370, 484]
+ --- Position:  370
+--------------
+ --- Configuration:  003033-1-1
+ --- Energy efficiency:  13313575986.569265
+ --- Energy:  67.5804517710351
+ --- Workload:  1020310000000.0
+--------------
+ --- Position:  484
+--------------
+ --- Configuration:  003033-1-1
+ --- Energy efficiency:  13451237917.42554
+ --- Energy:  78.98892594686254
+ --- Workload:  1137160000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '003033-1-1'
+---  Duplicate  0 in the list of duplicate, And at position 484 in the X datas point
+--------------
+ --- Configuration:  003033-1-1
+ --- Energy efficiency:  13451237917.42554
+ --- Energy:  78.98892594686254
+ --- Workload:  1137160000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 370 in the X datas point
+--------------
+ --- Configuration:  003033-1-1
+ --- Energy efficiency:  13313575986.569265
+ --- Energy:  67.5804517710351
+ --- Workload:  1020310000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 484 in the X datas point
+--------------
+ --- Configuration:  003033-1-1
+ --- Energy efficiency:  13451237917.42554
+ --- Energy:  78.98892594686254
+ --- Workload:  1137160000000.0
+--------------
+ --- Checking value  [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 033030-3-1 is present in X at positions [323, 493]
+ --- Position:  323
+--------------
+ --- Configuration:  033030-3-1
+ --- Energy efficiency:  12248762568.76149
+ --- Energy:  77.79688045119694
+ --- Workload:  956304000000.0
+--------------
+ --- Position:  493
+--------------
+ --- Configuration:  033030-3-1
+ --- Energy efficiency:  12530386186.502268
+ --- Energy:  49.814270279446845
+ --- Workload:  792233000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '033030-3-1'
+---  Duplicate  0 in the list of duplicate, And at position 323 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Energy efficiency:  12248762568.76149
+ --- Energy:  77.79688045119694
+ --- Workload:  956304000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 493 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Energy efficiency:  12530386186.502268
+ --- Energy:  49.814270279446845
+ --- Workload:  792233000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 323 in the X datas point
+--------------
+ --- Configuration:  033030-3-1
+ --- Energy efficiency:  12248762568.76149
+ --- Energy:  77.79688045119694
+ --- Workload:  956304000000.0
+--------------
+ --- Checking value  [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 300000-2-0 is present in X at positions [237, 497]
+ --- Position:  237
+--------------
+ --- Configuration:  300000-2-0
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  62.4324044343125
+ --- Workload:  676237000000.0
+--------------
+ --- Position:  497
+--------------
+ --- Configuration:  300000-2-0
+ --- Energy efficiency:  10921477850.696844
+ --- Energy:  82.92589585237724
+ --- Workload:  1199390000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '300000-2-0'
+---  Duplicate  0 in the list of duplicate, And at position 497 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Energy efficiency:  10921477850.696844
+ --- Energy:  82.92589585237724
+ --- Workload:  1199390000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 237 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Energy efficiency:  13266987723.033262
+ --- Energy:  62.4324044343125
+ --- Workload:  676237000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 497 in the X datas point
+--------------
+ --- Configuration:  300000-2-0
+ --- Energy efficiency:  10921477850.696844
+ --- Energy:  82.92589585237724
+ --- Workload:  1199390000000.0
+--------------
+ --- Checking value  [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 303330-3-0 is present in X at positions [13, 507]
+ --- Position:  13
+--------------
+ --- Configuration:  303330-3-0
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+ --- Position:  507
+--------------
+ --- Configuration:  303330-3-0
+ --- Energy efficiency:  12845347158.352303
+ --- Energy:  95.11984019839312
+ --- Workload:  1420930000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '303330-3-0'
+---  Duplicate  0 in the list of duplicate, And at position 507 in the X datas point
+--------------
+ --- Configuration:  303330-3-0
+ --- Energy efficiency:  12845347158.352303
+ --- Energy:  95.11984019839312
+ --- Workload:  1420930000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 13 in the X datas point
+--------------
+ --- Configuration:  303330-3-0
+ --- Energy efficiency:  12422190504.229136
+ --- Energy:  77.17119209715501
+ --- Workload:  1073010000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 507 in the X datas point
+--------------
+ --- Configuration:  303330-3-0
+ --- Energy efficiency:  12845347158.352303
+ --- Energy:  95.11984019839312
+ --- Workload:  1420930000000.0
+--------------
+ --- Checking value  [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 110101-1-0 is present in X at positions [49, 508]
+ --- Position:  49
+--------------
+ --- Configuration:  110101-1-0
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  33.55309393673303
+ --- Workload:  342218000000.0
+--------------
+ --- Position:  508
+--------------
+ --- Configuration:  110101-1-0
+ --- Energy efficiency:  10844152182.494068
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '110101-1-0'
+---  Duplicate  0 in the list of duplicate, And at position 508 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Energy efficiency:  10844152182.494068
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 49 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Energy efficiency:  10499448253.994251
+ --- Energy:  33.55309393673303
+ --- Workload:  342218000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 508 in the X datas point
+--------------
+ --- Configuration:  110101-1-0
+ --- Energy efficiency:  10844152182.494068
+ --- Energy:  51.17451467754853
+ --- Workload:  647651000000.0
+--------------
+ --- Checking value  [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 303333-1-0 is present in X at positions [400, 513]
+ --- Position:  400
+--------------
+ --- Configuration:  303333-1-0
+ --- Energy efficiency:  13042179713.411142
+ --- Energy:  44.8724765340684
+ --- Workload:  622002000000.0
+--------------
+ --- Position:  513
+--------------
+ --- Configuration:  303333-1-0
+ --- Energy efficiency:  13034495793.116482
+ --- Energy:  27.86299512820046
+ --- Workload:  206843000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '303333-1-0'
+---  Duplicate  0 in the list of duplicate, And at position 400 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Energy efficiency:  13042179713.411142
+ --- Energy:  44.8724765340684
+ --- Workload:  622002000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 513 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Energy efficiency:  13034495793.116482
+ --- Energy:  27.86299512820046
+ --- Workload:  206843000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 400 in the X datas point
+--------------
+ --- Configuration:  303333-1-0
+ --- Energy efficiency:  13042179713.411142
+ --- Energy:  44.8724765340684
+ --- Workload:  622002000000.0
+--------------
+ --- Checking value  [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 220020-1-2 is present in X at positions [39, 514]
+ --- Position:  39
+--------------
+ --- Configuration:  220020-1-2
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
+--------------
+ --- Position:  514
+--------------
+ --- Configuration:  220020-1-2
+ --- Energy efficiency:  12670208412.258175
+ --- Energy:  82.00779235048205
+ --- Workload:  1120000000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '220020-1-2'
+---  Duplicate  0 in the list of duplicate, And at position 39 in the X datas point
+--------------
+ --- Configuration:  220020-1-2
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 514 in the X datas point
+--------------
+ --- Configuration:  220020-1-2
+ --- Energy efficiency:  12670208412.258175
+ --- Energy:  82.00779235048205
+ --- Workload:  1120000000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 39 in the X datas point
+--------------
+ --- Configuration:  220020-1-2
+ --- Energy efficiency:  12658099664.813522
+ --- Energy:  86.69594291794053
+ --- Workload:  1125090000000.0
+--------------
+ --- Checking value  [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 100111-1-0 is present in X at positions [250, 515]
+ --- Position:  250
+--------------
+ --- Configuration:  100111-1-0
+ --- Energy efficiency:  10662526762.942175
+ --- Energy:  32.1912867561494
+ --- Workload:  296221000000.0
+--------------
+ --- Position:  515
+--------------
+ --- Configuration:  100111-1-0
+ --- Energy efficiency:  10481279386.887081
+ --- Energy:  23.98412276526465
+ --- Workload:  77034000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '100111-1-0'
+---  Duplicate  0 in the list of duplicate, And at position 250 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Energy efficiency:  10662526762.942175
+ --- Energy:  32.1912867561494
+ --- Workload:  296221000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 515 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Energy efficiency:  10481279386.887081
+ --- Energy:  23.98412276526465
+ --- Workload:  77034000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 250 in the X datas point
+--------------
+ --- Configuration:  100111-1-0
+ --- Energy efficiency:  10662526762.942175
+ --- Energy:  32.1912867561494
+ --- Workload:  296221000000.0
+--------------
+ --- Checking value  [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 330330-3-0 is present in X at positions [150, 518]
+ --- Position:  150
+--------------
+ --- Configuration:  330330-3-0
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
+--------------
+ --- Position:  518
+--------------
+ --- Configuration:  330330-3-0
+ --- Energy efficiency:  11927480916.030533
+ --- Energy:  71.90443674396933
+ --- Workload:  1063420000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '330330-3-0'
+---  Duplicate  0 in the list of duplicate, And at position 518 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Energy efficiency:  11927480916.030533
+ --- Energy:  71.90443674396933
+ --- Workload:  1063420000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 150 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Energy efficiency:  12513561572.354038
+ --- Energy:  50.3428670012474
+ --- Workload:  788934000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 518 in the X datas point
+--------------
+ --- Configuration:  330330-3-0
+ --- Energy efficiency:  11927480916.030533
+ --- Energy:  71.90443674396933
+ --- Workload:  1063420000000.0
+--------------
+ --- Checking value  [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 110110-3-1 is present in X at positions [179, 522]
+ --- Position:  179
+--------------
+ --- Configuration:  110110-3-1
+ --- Energy efficiency:  12597441207.741884
+ --- Energy:  95.6220428328611
+ --- Workload:  1401550000000.0
+--------------
+ --- Position:  522
+--------------
+ --- Configuration:  110110-3-1
+ --- Energy efficiency:  12940377211.995731
+ --- Energy:  38.269990495696405
+ --- Workload:  381971000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '110110-3-1'
+---  Duplicate  0 in the list of duplicate, And at position 179 in the X datas point
+--------------
+ --- Configuration:  110110-3-1
+ --- Energy efficiency:  12597441207.741884
+ --- Energy:  95.6220428328611
+ --- Workload:  1401550000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 522 in the X datas point
+--------------
+ --- Configuration:  110110-3-1
+ --- Energy efficiency:  12940377211.995731
+ --- Energy:  38.269990495696405
+ --- Workload:  381971000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 179 in the X datas point
+--------------
+ --- Configuration:  110110-3-1
+ --- Energy efficiency:  12597441207.741884
+ --- Energy:  95.6220428328611
+ --- Workload:  1401550000000.0
+--------------
+ --- Checking value  [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 020220-2-1 is present in X at positions [199, 530]
+ --- Position:  199
+--------------
+ --- Configuration:  020220-2-1
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.7442277111113
+ --- Workload:  982802000000.0
+--------------
+ --- Position:  530
+--------------
+ --- Configuration:  020220-2-1
+ --- Energy efficiency:  13940157691.063803
+ --- Energy:  81.35830423904434
+ --- Workload:  1257180000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '020220-2-1'
+---  Duplicate  0 in the list of duplicate, And at position 530 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Energy efficiency:  13940157691.063803
+ --- Energy:  81.35830423904434
+ --- Workload:  1257180000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 199 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Energy efficiency:  13494675675.712149
+ --- Energy:  55.7442277111113
+ --- Workload:  982802000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 530 in the X datas point
+--------------
+ --- Configuration:  020220-2-1
+ --- Energy efficiency:  13940157691.063803
+ --- Energy:  81.35830423904434
+ --- Workload:  1257180000000.0
+--------------
+ --- Checking value  [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  54
+ --- Checking value  [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 220220-0-0 is present in X at positions [64, 540]
+ --- Position:  64
+--------------
+ --- Configuration:  220220-0-0
+ --- Energy efficiency:  6218480079.099067
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
+--------------
+ --- Position:  540
+--------------
+ --- Configuration:  220220-0-0
+ --- Energy efficiency:  6051071039.574004
+ --- Energy:  85.2562842548241
+ --- Workload:  1066090000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '220220-0-0'
+---  Duplicate  0 in the list of duplicate, And at position 540 in the X datas point
+--------------
+ --- Configuration:  220220-0-0
+ --- Energy efficiency:  6051071039.574004
+ --- Energy:  85.2562842548241
+ --- Workload:  1066090000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 64 in the X datas point
+--------------
+ --- Configuration:  220220-0-0
+ --- Energy efficiency:  6218480079.099067
+ --- Energy:  33.23255472087933
+ --- Workload:  342698000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 540 in the X datas point
+--------------
+ --- Configuration:  220220-0-0
+ --- Energy efficiency:  6051071039.574004
+ --- Energy:  85.2562842548241
+ --- Workload:  1066090000000.0
+--------------
+ --- Checking value  [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 030300-3-0 is present in X at positions [467, 549]
+ --- Position:  467
+--------------
+ --- Configuration:  030300-3-0
+ --- Energy efficiency:  11625825142.93952
+ --- Energy:  68.68847048358467
+ --- Workload:  790155000000.0
+--------------
+ --- Position:  549
+--------------
+ --- Configuration:  030300-3-0
+ --- Energy efficiency:  11668883754.580038
+ --- Energy:  77.57621667528683
+ --- Workload:  1085330000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '030300-3-0'
+---  Duplicate  0 in the list of duplicate, And at position 549 in the X datas point
+--------------
+ --- Configuration:  030300-3-0
+ --- Energy efficiency:  11668883754.580038
+ --- Energy:  77.57621667528683
+ --- Workload:  1085330000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 467 in the X datas point
+--------------
+ --- Configuration:  030300-3-0
+ --- Energy efficiency:  11625825142.93952
+ --- Energy:  68.68847048358467
+ --- Workload:  790155000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 549 in the X datas point
+--------------
+ --- Configuration:  030300-3-0
+ --- Energy efficiency:  11668883754.580038
+ --- Energy:  77.57621667528683
+ --- Workload:  1085330000000.0
+--------------
+ --- Checking value  [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 222020-1-0 is present in X at positions [116, 559]
+ --- Position:  116
+--------------
+ --- Configuration:  222020-1-0
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
+--------------
+ --- Position:  559
+--------------
+ --- Configuration:  222020-1-0
+ --- Energy efficiency:  10742142391.394255
+ --- Energy:  37.45828346692664
+ --- Workload:  512558000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '222020-1-0'
+---  Duplicate  0 in the list of duplicate, And at position 116 in the X datas point
+--------------
+ --- Configuration:  222020-1-0
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 559 in the X datas point
+--------------
+ --- Configuration:  222020-1-0
+ --- Energy efficiency:  10742142391.394255
+ --- Energy:  37.45828346692664
+ --- Workload:  512558000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 116 in the X datas point
+--------------
+ --- Configuration:  222020-1-0
+ --- Energy efficiency:  10515534599.263493
+ --- Energy:  87.1615988005907
+ --- Workload:  1230950000000.0
+--------------
+ --- Checking value  [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 333330-1-2 is present in X at positions [365, 561]
+ --- Position:  365
+--------------
+ --- Configuration:  333330-1-2
+ --- Energy efficiency:  13293134893.415646
+ --- Energy:  62.0291609855632
+ --- Workload:  793397000000.0
+--------------
+ --- Position:  561
+--------------
+ --- Configuration:  333330-1-2
+ --- Energy efficiency:  13587842685.392525
+ --- Energy:  56.78135936837892
+ --- Workload:  685957000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '333330-1-2'
+---  Duplicate  0 in the list of duplicate, And at position 365 in the X datas point
+--------------
+ --- Configuration:  333330-1-2
+ --- Energy efficiency:  13293134893.415646
+ --- Energy:  62.0291609855632
+ --- Workload:  793397000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 561 in the X datas point
+--------------
+ --- Configuration:  333330-1-2
+ --- Energy efficiency:  13587842685.392525
+ --- Energy:  56.78135936837892
+ --- Workload:  685957000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 365 in the X datas point
+--------------
+ --- Configuration:  333330-1-2
+ --- Energy efficiency:  13293134893.415646
+ --- Energy:  62.0291609855632
+ --- Workload:  793397000000.0
+--------------
+ --- Checking value  [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 020222-3-0 is present in X at positions [502, 566]
+ --- Position:  502
+--------------
+ --- Configuration:  020222-3-0
+ --- Energy efficiency:  14237408791.59993
+ --- Energy:  63.39311214039606
+ --- Workload:  839092000000.0
+--------------
+ --- Position:  566
+--------------
+ --- Configuration:  020222-3-0
+ --- Energy efficiency:  14090619592.72473
+ --- Energy:  44.42888788986695
+ --- Workload:  616824000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '020222-3-0'
+---  Duplicate  0 in the list of duplicate, And at position 502 in the X datas point
+--------------
+ --- Configuration:  020222-3-0
+ --- Energy efficiency:  14237408791.59993
+ --- Energy:  63.39311214039606
+ --- Workload:  839092000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 566 in the X datas point
+--------------
+ --- Configuration:  020222-3-0
+ --- Energy efficiency:  14090619592.72473
+ --- Energy:  44.42888788986695
+ --- Workload:  616824000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 502 in the X datas point
+--------------
+ --- Configuration:  020222-3-0
+ --- Energy efficiency:  14237408791.59993
+ --- Energy:  63.39311214039606
+ --- Workload:  839092000000.0
+--------------
+ --- Checking value  [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 110000-2-0 is present in X at positions [340, 567]
+ --- Position:  340
+--------------
+ --- Configuration:  110000-2-0
+ --- Energy efficiency:  11352245417.38233
+ --- Energy:  92.82346734847745
+ --- Workload:  1147520000000.0
+--------------
+ --- Position:  567
+--------------
+ --- Configuration:  110000-2-0
+ --- Energy efficiency:  11355055554.6093
+ --- Energy:  54.89700632647969
+ --- Workload:  629820000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '110000-2-0'
+---  Duplicate  0 in the list of duplicate, And at position 340 in the X datas point
+--------------
+ --- Configuration:  110000-2-0
+ --- Energy efficiency:  11352245417.38233
+ --- Energy:  92.82346734847745
+ --- Workload:  1147520000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 567 in the X datas point
+--------------
+ --- Configuration:  110000-2-0
+ --- Energy efficiency:  11355055554.6093
+ --- Energy:  54.89700632647969
+ --- Workload:  629820000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 340 in the X datas point
+--------------
+ --- Configuration:  110000-2-0
+ --- Energy efficiency:  11352245417.38233
+ --- Energy:  92.82346734847745
+ --- Workload:  1147520000000.0
+--------------
+ --- Checking value  [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 303330-1-1 is present in X at positions [368, 571]
+ --- Position:  368
+--------------
+ --- Configuration:  303330-1-1
+ --- Energy efficiency:  13461287356.755075
+ --- Energy:  45.0099417425521
+ --- Workload:  576491000000.0
+--------------
+ --- Position:  571
+--------------
+ --- Configuration:  303330-1-1
+ --- Energy efficiency:  13890586627.254442
+ --- Energy:  73.69017863100204
+ --- Workload:  973425000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '303330-1-1'
+---  Duplicate  0 in the list of duplicate, And at position 571 in the X datas point
+--------------
+ --- Configuration:  303330-1-1
+ --- Energy efficiency:  13890586627.254442
+ --- Energy:  73.69017863100204
+ --- Workload:  973425000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 368 in the X datas point
+--------------
+ --- Configuration:  303330-1-1
+ --- Energy efficiency:  13461287356.755075
+ --- Energy:  45.0099417425521
+ --- Workload:  576491000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 571 in the X datas point
+--------------
+ --- Configuration:  303330-1-1
+ --- Energy efficiency:  13890586627.254442
+ --- Energy:  73.69017863100204
+ --- Workload:  973425000000.0
+--------------
+ --- Checking value  [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 110111-0-0 is present in X at positions [83, 572]
+ --- Position:  83
+--------------
+ --- Configuration:  110111-0-0
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
+--------------
+ --- Position:  572
+--------------
+ --- Configuration:  110111-0-0
+ --- Energy efficiency:  7533921481.470321
+ --- Energy:  57.33723345336789
+ --- Workload:  701607000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '110111-0-0'
+---  Duplicate  0 in the list of duplicate, And at position 83 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 572 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Energy efficiency:  7533921481.470321
+ --- Energy:  57.33723345336789
+ --- Workload:  701607000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 83 in the X datas point
+--------------
+ --- Configuration:  110111-0-0
+ --- Energy efficiency:  7765120631.149005
+ --- Energy:  100.207122447555
+ --- Workload:  1264290000000.0
+--------------
+ --- Checking value  [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 033003-2-0 is present in X at positions [345, 581]
+ --- Position:  345
+--------------
+ --- Configuration:  033003-2-0
+ --- Energy efficiency:  12711988294.801178
+ --- Energy:  45.25936522348479
+ --- Workload:  620979000000.0
+--------------
+ --- Position:  581
+--------------
+ --- Configuration:  033003-2-0
+ --- Energy efficiency:  12932729116.229023
+ --- Energy:  50.470000516399516
+ --- Workload:  785194000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '033003-2-0'
+---  Duplicate  0 in the list of duplicate, And at position 581 in the X datas point
+--------------
+ --- Configuration:  033003-2-0
+ --- Energy efficiency:  12932729116.229023
+ --- Energy:  50.470000516399516
+ --- Workload:  785194000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 345 in the X datas point
+--------------
+ --- Configuration:  033003-2-0
+ --- Energy efficiency:  12711988294.801178
+ --- Energy:  45.25936522348479
+ --- Workload:  620979000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 581 in the X datas point
+--------------
+ --- Configuration:  033003-2-0
+ --- Energy efficiency:  12932729116.229023
+ --- Energy:  50.470000516399516
+ --- Workload:  785194000000.0
+--------------
+ --- Checking value  [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 010011-1-0 is present in X at positions [486, 592]
+ --- Position:  486
+--------------
+ --- Configuration:  010011-1-0
+ --- Energy efficiency:  9783204195.037958
+ --- Energy:  79.66681688807911
+ --- Workload:  1134200000000.0
+--------------
+ --- Position:  592
+--------------
+ --- Configuration:  010011-1-0
+ --- Energy efficiency:  9422317701.708267
+ --- Energy:  87.53002178089183
+ --- Workload:  1304580000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '010011-1-0'
+---  Duplicate  0 in the list of duplicate, And at position 592 in the X datas point
+--------------
+ --- Configuration:  010011-1-0
+ --- Energy efficiency:  9422317701.708267
+ --- Energy:  87.53002178089183
+ --- Workload:  1304580000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 486 in the X datas point
+--------------
+ --- Configuration:  010011-1-0
+ --- Energy efficiency:  9783204195.037958
+ --- Energy:  79.66681688807911
+ --- Workload:  1134200000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 592 in the X datas point
+--------------
+ --- Configuration:  010011-1-0
+ --- Energy efficiency:  9422317701.708267
+ --- Energy:  87.53002178089183
+ --- Workload:  1304580000000.0
+--------------
+ --- Checking value  [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0]]
+ --- Answer : configuration is present, have it been processed?  21
+ --- Checking value  [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 0, 0, 0, 1, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0], [0.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0], [0.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 1, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 1, 0, 0, 1, 2.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0], [0.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0], [0.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 0, 1, 0, 0, 1, 2.0, 3.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 333303-0-0 is present in X at positions [454, 610]
+ --- Position:  454
+--------------
+ --- Configuration:  333303-0-0
+ --- Energy efficiency:  11588412051.484997
+ --- Energy:  66.54311678610547
+ --- Workload:  884567000000.0
+--------------
+ --- Position:  610
+--------------
+ --- Configuration:  333303-0-0
+ --- Energy efficiency:  11117855943.716965
+ --- Energy:  33.008552866909774
+ --- Workload:  339983000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '333303-0-0'
+---  Duplicate  0 in the list of duplicate, And at position 454 in the X datas point
+--------------
+ --- Configuration:  333303-0-0
+ --- Energy efficiency:  11588412051.484997
+ --- Energy:  66.54311678610547
+ --- Workload:  884567000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 610 in the X datas point
+--------------
+ --- Configuration:  333303-0-0
+ --- Energy efficiency:  11117855943.716965
+ --- Energy:  33.008552866909774
+ --- Workload:  339983000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 454 in the X datas point
+--------------
+ --- Configuration:  333303-0-0
+ --- Energy efficiency:  11588412051.484997
+ --- Energy:  66.54311678610547
+ --- Workload:  884567000000.0
+--------------
+ --- Checking value  [0.0, 0, 1, 0, 1, 1, 0, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0], [0.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 0, 1, 0, 0, 1, 2.0, 3.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 0, 0, 3.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0], [0.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 0, 1, 0, 0, 1, 2.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0], [0.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 0, 1, 0, 0, 1, 2.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 0, 0, 1, 1, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0], [0.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 0, 1, 0, 0, 1, 2.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 2.0], [1.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 0, 1, 1, 0, 0, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0], [0.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 0, 1, 0, 0, 1, 2.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 2.0], [1.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 1, 1, 1, 0, 1, 0, 1.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0], [0.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 0, 1, 0, 0, 1, 2.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 2.0], [1.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 1.0, 2.0], [2.0, 0, 0, 1, 1, 0, 0, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0], [0.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 0, 1, 0, 0, 1, 2.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 2.0], [1.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 1.0, 2.0], [2.0, 0, 0, 1, 1, 0, 0, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 1.0, 1.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 033333-3-3 is present in X at positions [319, 617]
+ --- Position:  319
+--------------
+ --- Configuration:  033333-3-3
+ --- Energy efficiency:  15121089686.207148
+ --- Energy:  83.8569021514259
+ --- Workload:  1183170000000.0
+--------------
+ --- Position:  617
+--------------
+ --- Configuration:  033333-3-3
+ --- Energy efficiency:  14609780078.98047
+ --- Energy:  27.54961888696046
+ --- Workload:  206522000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '033333-3-3'
+---  Duplicate  0 in the list of duplicate, And at position 319 in the X datas point
+--------------
+ --- Configuration:  033333-3-3
+ --- Energy efficiency:  15121089686.207148
+ --- Energy:  83.8569021514259
+ --- Workload:  1183170000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 617 in the X datas point
+--------------
+ --- Configuration:  033333-3-3
+ --- Energy efficiency:  14609780078.98047
+ --- Energy:  27.54961888696046
+ --- Workload:  206522000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 319 in the X datas point
+--------------
+ --- Configuration:  033333-3-3
+ --- Energy efficiency:  15121089686.207148
+ --- Energy:  83.8569021514259
+ --- Workload:  1183170000000.0
+--------------
+ --- Checking value  [1.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0], [0.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 0, 1, 0, 0, 1, 2.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 2.0], [1.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 1.0, 2.0], [2.0, 0, 0, 1, 1, 0, 0, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 1.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 0, 1, 0, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0], [0.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 0, 1, 0, 0, 1, 2.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 2.0], [1.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 1.0, 2.0], [2.0, 0, 0, 1, 1, 0, 0, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 1.0, 1.0], [1.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0], [0.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 0, 1, 0, 0, 1, 2.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 2.0], [1.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 1.0, 2.0], [2.0, 0, 0, 1, 1, 0, 0, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 1.0, 1.0], [1.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 0.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [0.0, 0, 1, 0, 1, 1, 1, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0], [0.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 0, 1, 0, 0, 1, 2.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 2.0], [1.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 1.0, 2.0], [2.0, 0, 0, 1, 1, 0, 0, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 1.0, 1.0], [1.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0], [0.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 0, 1, 0, 0, 1, 2.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 2.0], [1.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 1.0, 2.0], [2.0, 0, 0, 1, 1, 0, 0, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 1.0, 1.0], [1.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 1, 2.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0], [0.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 0, 1, 0, 0, 1, 2.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 2.0], [1.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 1.0, 2.0], [2.0, 0, 0, 1, 1, 0, 0, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 1.0, 1.0], [1.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 300000-2-2 is present in X at positions [579, 623]
+ --- Position:  579
+--------------
+ --- Configuration:  300000-2-2
+ --- Energy efficiency:  13144404427.03541
+ --- Energy:  64.33997409241996
+ --- Workload:  719617000000.0
+--------------
+ --- Position:  623
+--------------
+ --- Configuration:  300000-2-2
+ --- Energy efficiency:  12935790616.11877
+ --- Energy:  67.57287611693334
+ --- Workload:  874419000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '300000-2-2'
+---  Duplicate  0 in the list of duplicate, And at position 623 in the X datas point
+--------------
+ --- Configuration:  300000-2-2
+ --- Energy efficiency:  12935790616.11877
+ --- Energy:  67.57287611693334
+ --- Workload:  874419000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 579 in the X datas point
+--------------
+ --- Configuration:  300000-2-2
+ --- Energy efficiency:  13144404427.03541
+ --- Energy:  64.33997409241996
+ --- Workload:  719617000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 623 in the X datas point
+--------------
+ --- Configuration:  300000-2-2
+ --- Energy efficiency:  12935790616.11877
+ --- Energy:  67.57287611693334
+ --- Workload:  874419000000.0
+--------------
+ --- Checking value  [2.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0], [0.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 0, 1, 0, 0, 1, 2.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 2.0], [1.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 1.0, 2.0], [2.0, 0, 0, 1, 1, 0, 0, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 1.0, 1.0], [1.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [1.0, 1, 1, 1, 0, 0, 1, 2.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0], [0.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 0, 1, 0, 0, 1, 2.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 2.0], [1.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 1.0, 2.0], [2.0, 0, 0, 1, 1, 0, 0, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 1.0, 1.0], [1.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+ --- Checking value  [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0], [0.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 0, 1, 0, 0, 1, 2.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 2.0], [1.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 1.0, 2.0], [2.0, 0, 0, 1, 1, 0, 0, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 1.0, 1.0], [1.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 0, 0, 1, 2.0, 0.0]]
+ --- Answer : configuration is present, have it been processed?  -1
+ --- Answer : the configuration 303000-2-1 is present in X at positions [383, 626]
+ --- Position:  383
+--------------
+ --- Configuration:  303000-2-1
+ --- Energy efficiency:  13885591061.0119
+ --- Energy:  73.0759138749433
+ --- Workload:  949126000000.0
+--------------
+ --- Position:  626
+--------------
+ --- Configuration:  303000-2-1
+ --- Energy efficiency:  12720752763.265518
+ --- Energy:  61.958674038002826
+ --- Workload:  792941000000.0
+--------------
+----------------------
+--- Ordered by energy, Printing the list of the 2 duplicates of '303000-2-1'
+---  Duplicate  0 in the list of duplicate, And at position 383 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Energy efficiency:  13885591061.0119
+ --- Energy:  73.0759138749433
+ --- Workload:  949126000000.0
+--------------
+---  Duplicate  1 in the list of duplicate, And at position 626 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Energy efficiency:  12720752763.265518
+ --- Energy:  61.958674038002826
+ --- Workload:  792941000000.0
+--------------
+--------------
+--- We append this Median as duplicate representant at position 0 in the list of duplicates, And at position 383 in the X datas point
+--------------
+ --- Configuration:  303000-2-1
+ --- Energy efficiency:  13885591061.0119
+ --- Energy:  73.0759138749433
+ --- Workload:  949126000000.0
+--------------
+ --- Checking value  [2.0, 0, 1, 0, 1, 0, 1, 0.0, 0.0]
+ --- Retained configurations  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0], [0.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 0, 1, 0, 0, 1, 2.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 2.0], [1.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 1.0, 2.0], [2.0, 0, 0, 1, 1, 0, 0, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 1.0, 1.0], [1.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 0, 0, 1, 2.0, 0.0]]
+ --- Answer : we add the configuration, it is  not yet present
+final_X_user friendly : 
+  ['101111-1-0', '011001-0-3', '110111-0-1', '101110-1-0', '111101-0-0', '111110-1-2', '303303-0-1', '222222-3-3', '202222-3-3', '101101-2-2', '003330-3-2', '202220-2-3', '333030-0-2', '303330-3-0', '202222-0-3', '030333-2-3', '022202-2-0', '111010-2-0', '333333-1-2', '111111-2-1', '222220-0-3', '000300-0-0', '222222-3-2', '333300-3-0', '110011-3-2', '111011-2-1', '202202-2-3', '333303-1-2', '202222-2-3', '300033-3-2', '330333-2-2', '220222-0-1', '033333-0-3', '110110-0-3', '110001-0-2', '111101-1-1', '022022-1-3', '000011-1-1', '111011-3-0', '220020-1-2', '333033-0-2', '222220-3-3', '030300-2-0', '220220-3-2', '101110-2-3', '111011-2-3', '303300-0-1', '222220-2-1', '200222-2-3', '110101-1-0', '011010-1-3', '303330-1-2', '033033-2-0', '333300-0-1', '111111-3-1', '110101-0-0', '003333-1-2', '333333-2-1', '333300-1-0', '220020-0-1', '111111-1-2', '101101-0-2', '330330-2-3', '333333-3-1', '220220-0-0', '110011-0-0', '011111-3-2', '303333-3-1', '101111-3-0', '222222-2-3', '022222-0-3', '022222-0-0', '100101-1-3', '110111-1-2', '222222-1-0', '101111-3-3', '003333-3-1', '011111-1-2', '202022-1-2', '330030-2-2', '333330-3-0', '111110-1-0', '110111-0-0', '202222-0-2', '333333-1-1', '303333-0-3', '033033-1-1', '333333-1-3', '011010-2-1', '333333-3-3', '330030-0-1', '111111-2-2', '033333-0-2', '011110-1-1', '333033-0-0', '002200-2-2', '011110-3-1', '111111-0-2', '222202-2-1', '030033-0-1', '101111-2-1', '100110-0-2', '333300-1-2', '010110-0-2', '222220-1-2', '222222-0-1', '033030-0-3', '033330-0-0', '202022-3-3', '303300-3-3', '330333-3-0', '333033-2-1', '222020-1-0', '222202-3-1', '111111-2-3', '111111-1-3', '222022-0-3', '220020-0-3', '033330-3-2', '111111-2-0', '111011-0-0', '220202-1-1', '033033-3-2', '022202-0-0', '033033-1-0', '003333-2-3', '222022-1-0', '033333-1-2', '100000-0-2', '333303-2-1', '303333-2-0', '220220-1-2', '222220-2-3', '111011-3-3', '222220-0-1', '111111-1-0', '033300-2-1', '222222-0-2', '330333-0-0', '330330-3-0', '002202-3-1', '220022-2-1', '222002-0-2', '030330-3-0', '222022-3-3', '333333-0-1', '202222-2-2', '030330-3-3', '222022-0-0', '222000-1-1', '101011-3-1', '330303-3-1', '030033-2-3', '333333-1-0', '101011-3-0', '333033-1-1', '222202-1-2', '222020-2-1', '001101-2-2', '222222-1-1', '300033-2-1', '111101-2-3', '110110-3-1', '222220-3-1', '110110-2-0', '000022-2-2', '111011-1-0', '222220-1-0', '202222-1-0', '011111-2-1', '110111-2-0', '333333-0-3', '011011-1-0', '010100-0-0', '222202-3-0', '222222-3-0', '330033-2-1', '303300-2-2', '220222-3-2', '000111-3-0', '111001-2-2', '020220-2-1', '222222-0-0', '222222-0-3', '000200-2-1', '333300-1-1', '333333-2-0', '110010-0-3', '330030-1-2', '220202-0-1', '333030-3-2', '111011-1-1', '202220-3-0', '222020-2-0', '333303-0-2', '100010-0-1', '222222-3-1', '110011-0-2', '101011-1-2', '001011-2-2', '011110-2-1', '330303-0-0', '100000-0-0', '200000-0-0', '300000-0-0', '110000-0-0', '220000-0-0', '330000-0-0', '111000-0-0', '222000-0-0', '333000-0-0', '300000-1-0', '300000-2-0', '100000-1-0', '200000-2-0', '000000-1-0', '000000-2-0', '000000-1-1', '000000-2-2', '333300-0-0', '333333-0-0', '330303-1-1', '100111-1-0', '303033-3-1', '101111-1-3', '002220-1-1', '111110-1-1', '220222-3-3', '022202-2-3', '000100-0-2', '011001-2-1', '220202-2-3', '222222-1-3', '011111-3-1', '333300-2-2', '333030-0-1', '030333-2-2', '001011-1-0', '220002-1-0', '330333-0-3', '111111-1-1', '220022-3-2', '303303-1-3', '011111-2-0', '011101-0-2', '111110-2-0', '300300-3-0', '033033-1-2', '111110-2-1', '330033-1-3', '333033-2-3', '022222-1-0', '222022-2-3', '100011-0-0', '010101-3-0', '000033-1-1', '033030-1-2', '111111-3-0', '220202-3-1', '101101-2-0', '303333-1-1', '000222-0-2', '022220-0-1', '222200-1-3', '022220-2-2', '222200-1-2', '300333-0-0', '111101-0-3', '220022-3-0', '000333-2-0', '111001-3-0', '110111-3-1', '222022-3-1', '220002-3-0', '303333-0-0', '033033-3-1', '200222-2-1', '111000-2-0', '001111-3-3', '033333-3-3', '222202-1-3', '100101-2-0', '033030-3-1', '222220-2-0', '300333-1-2', '010100-2-1', '022002-2-3', '300333-3-2', '100011-3-2', '110101-2-1', '101101-3-2', '002020-2-0', '330000-3-3', '003003-3-3', '000022-3-3', '033000-2-0', '011100-1-1', '010100-3-0', '110000-2-0', '100100-1-1', '222220-2-2', '002022-3-0', '033003-2-0', '303330-0-0', '010010-1-1', '030300-2-2', '033000-1-0', '000110-3-1', '033330-2-3', '011011-3-2', '020202-2-0', '101011-1-0', '200022-1-0', '011000-2-0', '020200-2-2', '001011-2-0', '202000-1-2', '200000-1-1', '020000-3-2', '022222-1-2', '333330-1-2', '101111-1-1', '300033-0-0', '303330-1-1', '220022-3-3', '003033-1-1', '110101-3-0', '011111-3-3', '110001-3-1', '002200-1-3', '010110-1-0', '330333-2-0', '003300-3-1', '200222-1-3', '330030-3-2', '111010-3-0', '303000-2-1', '333333-3-0', '000001-3-0', '111010-3-3', '100101-3-0', '333330-1-3', '220222-0-3', '333333-0-2', '111101-3-2', '333003-3-1', '333330-2-3', '033033-1-3', '303333-1-0', '200222-1-1', '222022-2-2', '033333-1-3', '333033-1-3', '200222-3-2', '000011-3-0', '111001-1-2', '333333-3-2', '022022-3-3', '022222-0-2', '030303-1-2', '022222-2-3', '101101-3-0', '000202-2-0', '111011-0-3', '220200-2-2', '333000-3-0', '010000-1-0', '330303-1-2', '202002-3-0', '303303-2-1', '200022-2-3', '030300-2-3', '030003-0-0', '202220-2-1', '001010-1-0', '202000-0-0', '100000-3-0', '011000-1-0', '003303-1-1', '000000-3-1', '000110-1-1', '220000-3-0', '000022-3-2', '101101-2-1', '330330-3-3', '022222-3-1', '202022-3-1', '011010-3-2', '110011-2-2', '033030-2-0', '220222-2-3', '101011-3-2', '333303-0-0', '011001-3-1', '000110-3-3', '002220-2-3', '222222-2-2', '300000-3-1', '222002-1-0', '110000-1-2', '001101-1-1', '002202-3-0', '101110-2-2', '020202-1-3', '030300-3-0', '020200-2-3', '101001-3-0', '002022-3-1', '002020-3-0', '202000-3-3', '220000-3-3', '003333-1-0', '000111-0-0', '333033-2-0', '020000-1-3', '330303-2-0', '110101-3-3', '200000-1-3', '110001-2-3', '330300-2-0', '010011-1-0', '030000-3-3', '222002-0-0', '330033-1-1', '330330-1-3', '303033-0-0', '020222-2-2', '333033-3-3', '110101-2-0', '001000-3-0', '003303-1-2', '300030-2-0', '002200-3-2', '333330-2-0', '020222-3-0', '030033-3-0', '330003-3-1', '303000-3-1', '020002-2-3', '001111-1-0', '010111-1-2', '100100-3-3', '000100-2-1', '200000-1-0', '003300-3-0', '002000-2-1', '100000-2-1', '000010-3-1', '033333-2-1', '000222-2-3', '330300-1-2', '300303-0-0', '111000-1-0', '002220-1-0', '020022-1-0', '011000-2-2', '010010-1-0', '022222-3-3', '202200-3-2', '003303-2-2', '330033-3-3', '222022-1-3', '222220-0-0', '100001-1-1', '202202-1-0', '100010-3-0', '202020-2-3', '001100-3-3', '022002-3-1', '202222-1-2', '101101-0-0', '330333-2-3', '100111-1-2', '033030-3-0', '001101-3-0', '003333-3-3', '202022-3-0', '003000-3-3', '000333-2-3', '000020-0-0', '011100-2-3', '222002-1-2', '010000-3-2', '300300-1-0', '001100-0-0', '100100-2-1', '011011-2-2', '200020-1-0', '002022-2-1', '003330-1-3', '110001-1-2', '100010-1-0', '220220-3-1', '010111-0-0', '300000-2-2', '010100-1-0', '022000-2-0', '300003-3-3', '000222-2-2', '022202-3-1', '022200-2-0', '010000-2-1', '001110-2-1', '033030-3-3', '333003-2-3', '333030-2-3', '200000-1-2', '003000-1-2', '033000-1-1', '220002-0-0', '002002-1-0', '100101-1-0', '111001-1-0', '011111-1-0', '202020-3-3', '111100-3-0', '303003-3-0', '030333-1-1', '101000-1-2', '200002-2-0', '300300-1-1', '202002-2-3', '010110-2-0', '333300-3-2', '202000-2-1', '030033-1-2', '003300-2-0', '111010-1-1', '200200-2-1', '222020-0-0', '300000-1-2', '010111-2-1', '333330-3-1', '030030-1-0', '222002-2-0', '030303-0-0']
+final_X : 
+  [[0.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 0, 1, 1, 1, 0, 3.0, 2.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [2.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 0, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 0.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 2.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 0, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 1, 1, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 0, 1, 1, 1, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 0, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [1.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 0.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 0, 0, 1, 1, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 0.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 0, 1, 1, 1, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 1.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [2.0, 0, 1, 1, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 0, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 1.0, 1.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 2.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [0.0, 1, 1, 0, 1, 1, 0, 2.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 0, 1, 0, 1, 1, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [1.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 0.0, 1.0], [2.0, 1, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 1, 0, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 0.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 1.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [2.0, 1, 0, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 1, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 3.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 0, 1, 0, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 1.0, 2.0], [0.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 0.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 0.0, 1.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 3.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 2.0, 1.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 1, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 1.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 1.0, 1.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 0.0, 0.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 1.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 0, 2.0, 3.0], [0.0, 0, 1, 1, 0, 1, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 1.0], [1.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 0, 1, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [2.0, 0, 0, 1, 0, 1, 1, 1.0, 1.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [1.0, 0, 0, 1, 1, 0, 0, 1.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 0, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 0, 0, 0, 0, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 0, 0, 1, 0, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 0.0, 3.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [2.0, 1, 1, 1, 0, 0, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 3.0], [2.0, 0, 1, 1, 0, 1, 1, 1.0, 3.0], [2.0, 1, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 0, 0, 1, 1, 1, 3.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 0, 1, 1, 0, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [2.0, 0, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 0, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 1, 0, 1, 3.0, 0.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 1, 1, 1, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 1.0, 0.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 2.0], [1.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [2.0, 0, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 1, 0, 1, 1, 1, 0, 2.0, 1.0], [0.0, 0, 0, 1, 0, 1, 0, 1.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 0.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 1, 1, 0, 1, 0, 3.0, 2.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 2.0, 0.0], [1.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 1, 1, 0, 1, 0.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 0, 1, 1, 0, 1, 1.0, 1.0], [1.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 0, 2.0, 2.0], [1.0, 0, 1, 0, 1, 0, 1, 1.0, 3.0], [2.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 3.0], [0.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 0, 0, 1, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 0, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 0, 1, 0, 0, 0, 0, 1.0, 3.0], [2.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 1, 0, 0, 0, 0, 3.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 0, 1, 1, 1.0, 1.0], [2.0, 1, 1, 0, 1, 1, 0, 1.0, 3.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 1, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [2.0, 0, 0, 1, 1, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 1, 0, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 0, 1, 0, 1, 1, 1, 3.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0], [2.0, 1, 0, 1, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 0, 0, 0, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [0.0, 0, 1, 0, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 0.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [0.0, 1, 0, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 0, 0, 1, 0, 3.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [2.0, 1, 1, 0, 1, 0, 0, 1.0, 2.0], [2.0, 1, 0, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 1.0, 0.0], [1.0, 0, 0, 1, 1, 1, 0, 1.0, 0.0], [1.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 0.0], [0.0, 1, 0, 0, 0, 0, 1, 1.0, 1.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 1.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 0.0], [0.0, 0, 0, 1, 1, 0, 1, 3.0, 0.0], [2.0, 0, 0, 1, 1, 1, 1, 3.0, 3.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 0, 0, 1, 0, 0, 0, 3.0, 3.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 3.0], [1.0, 0, 0, 0, 0, 1, 0, 0.0, 0.0], [0.0, 0, 1, 1, 1, 0, 0, 2.0, 3.0], [1.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [0.0, 0, 1, 0, 0, 0, 0, 3.0, 2.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [0.0, 1, 1, 0, 0, 0, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 3.0, 1.0], [0.0, 0, 1, 0, 1, 1, 1, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 2.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [2.0, 1, 0, 0, 0, 0, 1, 3.0, 3.0], [1.0, 0, 0, 0, 1, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 0, 1, 3.0, 1.0], [1.0, 0, 1, 1, 1, 0, 0, 2.0, 0.0], [0.0, 0, 1, 0, 0, 0, 0, 2.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 3.0], [2.0, 1, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 0, 2.0, 3.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [2.0, 0, 0, 1, 0, 0, 0, 1.0, 2.0], [2.0, 0, 1, 1, 0, 0, 0, 1.0, 1.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 1, 0, 1, 0, 3.0, 3.0], [0.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0], [0.0, 1, 0, 1, 0, 0, 0, 1.0, 2.0], [1.0, 1, 0, 0, 0, 0, 1, 2.0, 0.0], [2.0, 1, 0, 0, 1, 0, 0, 1.0, 1.0], [1.0, 1, 0, 1, 0, 0, 1, 2.0, 3.0], [0.0, 0, 1, 0, 1, 1, 0, 2.0, 0.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 2.0], [1.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [2.0, 0, 1, 0, 0, 1, 1, 1.0, 2.0], [2.0, 0, 0, 1, 1, 0, 0, 2.0, 0.0], [0.0, 1, 1, 1, 0, 1, 0, 1.0, 1.0], [1.0, 1, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [0.0, 0, 1, 0, 1, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 1, 1, 0, 3.0, 1.0], [2.0, 0, 1, 0, 0, 1, 0, 1.0, 0.0], [1.0, 1, 1, 1, 0, 0, 1, 2.0, 0.0], [2.0, 0, 1, 0, 1, 0, 1, 0.0, 0.0]]
+final_y : 
+  [10829988671.831848, 11271402985.343796, 11835117871.856445, 10871987779.885736, 7744553642.650806, 14014690198.265823, 12835751160.993692, 15072476000.850086, 15103367446.80594, 14193154641.516396, 13704431053.692589, 13904280154.559978, 11958775708.378078, 12845347158.352303, 13244489299.11487, 14498805298.443407, 14878826834.261774, 13184350176.340683, 14515768479.29906, 15106812719.332037, 11563514337.02325, 1619850293.4358807, 15227537478.77662, 12714137867.025375, 13712530510.380384, 14204444570.706173, 14288735332.61318, 14395593796.65072, 15034451445.487333, 14177780865.38339, 15278348593.857187, 14874621812.74041, 13280265392.82361, 11308622485.386433, 11533320339.125751, 14639637991.031757, 12977423176.899149, 11067652130.41236, 12470196231.00789, 12658099664.813522, 14045358079.381556, 14471780028.94356, 11667290866.728037, 14092347150.879715, 14166071691.655617, 14236800706.145315, 10199294208.840748, 14563969322.455019, 14594342940.789293, 10844152182.494068, 12057461036.314661, 13026006421.821165, 14474943149.660782, 10890802281.840895, 13677476888.483427, 6206361520.558573, 13753001592.597586, 15929350146.231434, 10992187852.093517, 10312116840.40865, 13830416959.410492, 11969296360.974827, 13784129504.653522, 15804679449.491407, 6051071039.574004, 6003554104.029585, 14151777817.088272, 15331051050.866896, 12835751160.993692, 15824387279.72453, 14095406166.176382, 12317273251.316717, 11817746710.23476, 13583376120.968113, 15864982651.64147, 13561013712.897066, 13712605724.190134, 13743003093.549995, 14390518375.252914, 14087701577.399946, 12477742826.233706, 11201155959.295, 7765120631.149005, 15012017119.704325, 15052941194.179932, 12840398976.87701, 14223092043.31785, 14522261174.153862, 13585184541.146809, 15302944745.657406, 9938974695.370426, 15847508930.071281, 13446770287.478502, 14403991634.16166, 11838060073.41965, 13885706747.759195, 11878826466.975676, 13419378387.55433, 16215287124.089106, 11607890115.069016, 14778842018.612473, 11691120593.908926, 13361213732.655474, 11607229911.367193, 13772833636.56522, 15666712622.357025, 10395312961.292013, 6111684930.418467, 14080045056.14418, 12321431651.786486, 14500655429.625418, 15070431662.374104, 10515534599.263493, 15123376505.532131, 13822617119.034851, 13225816264.315292, 13320350431.77916, 10684388505.734846, 13766178701.51896, 14460730440.416006, 7219330479.29135, 15557640279.352987, 14103636340.557686, 10890102530.315323, 12220292773.774273, 14446232567.00885, 14778186805.148129, 14313318542.904173, 10075333266.836134, 15150114913.62162, 15159761142.803434, 13277356000.435497, 13740416059.79829, 14320636179.941658, 11742671105.396345, 12442484614.867773, 13694709322.947266, 15203575881.047222, 11461738424.790365, 11927480916.030533, 13345451002.843914, 15248016614.238901, 13620192752.96784, 11742271237.07176, 14657190304.561756, 14508144872.531439, 15385988288.185717, 13025293818.065302, 12210772587.792402, 13569165428.480322, 12908055917.698235, 14509155276.979774, 13852123045.63859, 13730944881.241056, 11787671039.106777, 14726651262.589447, 14598327031.722164, 14254435980.477125, 13985290271.692234, 17630558694.77448, 13490088157.726112, 12740395334.46723, 12597441207.741884, 13053432922.324242, 13517367790.004988, 14281185109.865158, 11532602089.476847, 12054278002.99187, 15170478249.32681, 14930141866.208012, 13997917109.93404, 13585369100.893103, 10887754868.731785, 3292105202.513851, 13662807379.009008, 15432670345.815277, 13767012585.802904, 13967533864.285854, 14772139744.44198, 12035490253.659992, 14359934633.577549, 13940157691.063803, 14263788804.637444, 14515642055.879416, 12017367499.510292, 14095922754.343307, 14384742966.220308, 10831501906.88591, 12684319010.623117, 14004896111.680643, 13545491857.12757, 14576855743.06251, 11749390206.648275, 12701670777.774109, 13695515814.21211, 9201917679.644438, 15790678762.326597, 11783642889.632044, 12918694901.766243, 13559965557.687483, 13743550838.768908, 10632890934.184532, 2751497562.180254, 5111958755.732292, 5492386746.144499, 5838252194.436778, 9157643713.790216, 8725917881.017065, 8793320381.554344, 12705257909.722488, 10756377585.89932, 10860100930.50205, 10921477850.696844, 9909170265.975996, 14322613248.733103, 8498732877.373275, 9980936411.454123, 12798179535.467672, 15251088619.069136, 12877238669.53101, 12421881890.262611, 14023081992.960411, 10662526762.942175, 13379358325.974688, 12292321232.772312, 13404268723.41766, 14911863431.18995, 14253216951.065857, 14427994927.116983, 10298586930.887213, 13549235890.841936, 14568255189.2125, 14522366622.954342, 13434937285.712751, 14628566078.695833, 11193557883.566849, 14193940322.997305, 9632519385.445263, 12468874571.85002, 12362391133.693079, 15929324771.852247, 14662090139.59776, 13438548206.760126, 13720451293.083933, 12422560861.231298, 13526400151.49568, 10880623242.099306, 13323686983.956947, 14286387786.85281, 13506559460.602041, 15017968999.908392, 14586168519.839378, 15274754649.253447, 4992984856.276931, 12300183518.7381, 12689099302.353321, 12790717009.223387, 14221635658.760386, 14401834217.605953, 12808082412.325474, 15097712394.617968, 12894540709.354473, 11478960786.722055, 11496525749.918375, 14357811008.1337, 13164009072.635054, 10542740269.050732, 11645632713.048117, 14371553521.821047, 12729464509.616474, 12484488023.630638, 12988227470.62063, 14768125659.027607, 13567950330.447432, 11746671287.02404, 13292286751.84364, 15542938143.76907, 12373817991.036406, 12266206111.514534, 15121089686.207148, 14354884321.164698, 12649245282.780205, 12248762568.76149, 13883393379.009699, 13575059899.951809, 13532935104.163002, 13145579404.557837, 14000308006.776148, 13125943427.183828, 13709391069.976845, 13340679600.900229, 11522688750.283745, 10983169391.224886, 12601108141.449959, 12257064972.250004, 11012924768.508322, 12667865046.700085, 10448185359.16682, 11352245417.38233, 12184957913.155367, 14754441824.711329, 12850612909.982742, 12932729116.229023, 5989960825.6562, 12144942603.001259, 13468630213.370039, 8071025020.177562, 10984846404.38515, 12476170514.317654, 13502784274.117321, 13489251090.268719, 10229007008.915602, 11839826096.634293, 11398700320.189491, 13423107073.440504, 11898288669.140718, 12043389925.222591, 11138350566.21805, 11844664334.057436, 14702487807.961985, 13293134893.415646, 14337534230.862976, 8819508753.362438, 13890586627.254442, 13202208993.60881, 13451237917.42554, 11763017543.364365, 12672600823.212149, 12127533138.4843, 10650251079.669203, 9252662453.621029, 13912636987.301937, 11503455638.073677, 12966704097.21916, 13326563439.106268, 12158719929.965773, 13885591061.0119, 15954255957.319174, 10565988294.998167, 13018731350.667341, 12027441811.236517, 12550389815.107658, 13826458587.682562, 14751416504.76987, 14396443502.597118, 14748327170.99063, 14243959136.930027, 13084073019.59471, 13042179713.411142, 15903737855.50818, 15478678120.888475, 14463386659.839949, 14397604238.654688, 14770830563.8026, 10884176040.66328, 13236319932.441824, 15380805677.362993, 14551380926.049883, 14246069509.422352, 13120776749.983599, 14938304801.171164, 12655728742.172432, 13004797469.786604, 11392233458.761824, 13871530210.112068, 11872339111.996523, 7423574302.555194, 13657246808.30142, 13684477013.499737, 14789355213.691393, 14287673738.112658, 13386827094.402565, 7055470105.973162, 14224386857.804495, 8558932529.934866, 3444676768.755404, 10074338544.11704, 8513536523.071684, 13471279232.675934, 11081302407.634575, 12859238913.085691, 10849423027.683388, 13874571102.320799, 14119886306.675457, 12443165840.025682, 15333190223.557913, 14733811592.85764, 13560884983.354015, 14409055803.391315, 12586706675.611618, 14753135779.009829, 13990494857.793615, 11588412051.484997, 12797903191.541098, 11259739674.818718, 13196111369.901518, 16070659475.582241, 11530208569.942822, 13717835106.13489, 12516412145.425688, 13683428410.355072, 12755215926.672813, 14736981718.77418, 12798329050.159212, 11668883754.580038, 12356571100.945772, 11472757936.280302, 13394465674.67254, 10921513634.417622, 12257064972.250004, 13209690629.045467, 12236502220.313328, 4718027109.783772, 14444312840.70523, 10711076216.805037, 14185463588.042788, 13268811525.820444, 11184606402.516088, 13484430876.110443, 12326960294.86089, 9422317701.708267, 11233026896.3596, 11068387136.763205, 14150676402.332033, 12070676223.42339, 10435766293.101019, 14904373539.371391, 14885404711.826008, 12809509780.060719, 10540573301.781883, 12920497594.203348, 11648576427.474798, 12812496796.875801, 13692590391.635471, 14237408791.59993, 12516443477.618721, 13533264764.791859, 12131240613.452576, 13321042451.498085, 10299849210.207561, 13285064266.49839, 11460109650.329136, 12336586491.191061, 7496364263.332283, 10679504855.436882, 12453749886.359531, 12660327218.817299, 11230529070.224499, 15076589072.48824, 13901728679.961353, 12797903191.541098, 9265607916.535404, 9668281269.638697, 9568096140.230017, 12661321056.916437, 13654169915.221258, 8677467220.867573, 14763111118.98477, 13767808660.50236, 14161738381.709831, 14337678127.72864, 14620310535.395771, 7320161921.981714, 12431780603.935902, 13769969898.845802, 11294917061.424017, 13150575403.426777, 12879909016.32271, 14232302487.66415, 14443499197.66362, 6233792140.43487, 14885870034.445902, 12648173350.804678, 12133492686.537285, 11963267981.988104, 14264907898.62215, 14577046981.822424, 12284333175.684391, 14157668288.66353, 1568536414.3571274, 12868373270.329777, 13972451913.80674, 12860297304.353083, 8476515812.9402485, 3284525287.5601892, 12819017268.498163, 14338623807.5642, 8721209108.430794, 14639037922.427738, 11341636167.116741, 12657170413.611015, 8467113730.2716255, 12953334317.786741, 6257234927.885367, 12935790616.11877, 8609853115.905842, 11527098479.46044, 12797379096.760984, 14429639634.179775, 14474880292.739979, 12524265764.919533, 12479113084.47486, 13547198439.36274, 11937034530.259785, 14563926900.7381, 13728569702.694094, 11743484714.680296, 11733357112.937082, 12307419651.010809, 8919094890.250538, 10920273268.918282, 9662862719.709341, 10720963342.88214, 11754748918.563099, 11739583174.359812, 12514281924.246046, 12733095224.452637, 13867452119.154696, 11887652176.807428, 12469045594.31212, 11916238377.198992, 12714024713.521238, 11786670689.850264, 12977490542.653767, 12501375151.26664, 12443630354.494143, 11105916010.39958, 13671885681.160686, 12643455810.489769, 5766580360.18061, 11702585803.359112, 14055841045.304787, 12377325235.262009, 8319329129.299013, 14681722283.47763, 8880442601.259247]
+ --- Actual line: ['X_0' 'X_1' 'X_2' 'X_3' 'X_4' 'X_5' 'X_6' 'X_7' 'X_8' 'y']
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.08299887e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 0.0000000e+00 1.0000000e+00 0.0000000e+00 3.0000000e+00 1.1271403e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.18351179e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.08719878e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 7.74455364e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.40146902e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.28357512e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 3.0000000e+00 1.5072476e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.51033674e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.41931546e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.37044311e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.39042802e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.19587757e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.28453472e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.32444893e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.44988053e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.48788268e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.31843502e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.45157685e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.51068127e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.15635143e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.61985029e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.52275375e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.27141379e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.37125305e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.42044446e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.42887353e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.43955938e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.50344514e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.41777809e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.52783486e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.48746218e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.32802654e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.13086225e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.15333203e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.4639638e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.29774232e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.10676521e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.24701962e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.26580997e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.40453581e+10]
+ --- Actual line: [1.000000e+00 1.000000e+00 1.000000e+00 1.000000e+00 1.000000e+00
+ 1.000000e+00 0.000000e+00 3.000000e+00 3.000000e+00 1.447178e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.16672909e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.40923472e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.41660717e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.42368007e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.01992942e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.45639693e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.45943429e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.08441522e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 3.0000000e+00 1.2057461e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.30260064e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.44749431e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.08908023e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.36774769e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 6.20636152e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.37530016e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.59293501e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.09921879e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.03121168e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 2.0000000e+00 1.3830417e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.19692964e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.37841295e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.58046794e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 6.05107104e+09]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00 6.0035541e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.41517778e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.53310511e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.28357512e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.58243873e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.40954062e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.23172733e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.18177467e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.35833761e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.58649827e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.35610137e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.37126057e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.37430031e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.43905184e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.40877016e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.24777428e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.1201156e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 7.76512063e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.50120171e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.50529412e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 0.0000000e+00 3.0000000e+00 1.2840399e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.4223092e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.45222612e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.35851845e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.53029447e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 9.9389747e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.58475089e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.34467703e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.44039916e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.18380601e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.38857067e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.18788265e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.34193784e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.62152871e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.16078901e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 2.0000000e+00 1.0000000e+00 1.4778842e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.16911206e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.33612137e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.16072299e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.37728336e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.56667126e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 0.0000000e+00 0.0000000e+00 3.0000000e+00 1.0395313e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 6.11168493e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.40800451e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.23214317e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.45006554e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.50704317e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.05155346e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.51233765e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.38226171e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.32258163e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.33203504e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.06843885e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.37661787e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.44607304e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 7.21933048e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.55576403e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.41036363e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.08901025e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.22202928e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.44462326e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.47781868e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.43133185e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.00753333e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.51501149e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.51597611e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 2.0000000e+00 1.3277356e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.37404161e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.43206362e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.17426711e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.24424846e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.36947093e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.52035759e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.14617384e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.19274809e+10]
+ --- Actual line: [1.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 1.0000000e+00 3.0000000e+00 1.0000000e+00 1.3345451e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.52480166e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.36201928e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.17422712e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.46571903e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.45081449e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.53859883e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.30252938e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.22107726e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.35691654e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.29080559e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.45091553e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 2.0000000e+00 3.0000000e+00 1.3852123e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.37309449e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.1787671e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.47266513e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 1.0000000e+00 1.0000000e+00 2.0000000e+00 1.4598327e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 0.0000000e+00 2.0000000e+00 1.0000000e+00 1.4254436e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.39852903e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.76305587e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.34900882e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.27403953e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.25974412e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.30534329e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.35173678e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.42811851e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.15326021e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.2054278e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.51704782e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.49301419e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.39979171e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.35853691e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.08877549e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 3.2921052e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.36628074e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.54326703e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.37670126e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.39675339e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.47721397e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.20354903e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.43599346e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.39401577e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.42637888e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.45156421e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.20173675e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.40959228e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 2.0000000e+00 0.0000000e+00 1.4384743e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.08315019e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 2.0000000e+00 1.2684319e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.40048961e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.35454919e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.45768557e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.17493902e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.27016708e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.36955158e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 9.20191768e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.57906788e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.17836429e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.29186949e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.35599656e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.37435508e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.06328909e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 2.75149756e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 5.11195876e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 5.49238675e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 5.83825219e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 9.15764371e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 8.72591788e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 8.79332038e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.27052579e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.07563776e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.08601009e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.09214779e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 9.90917027e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.43226132e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.49873288e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 9.98093641e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.27981795e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.52510886e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.28772387e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.24218819e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.4023082e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.06625268e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.33793583e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.22923212e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.34042687e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.49118634e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 3.0000000e+00 1.4253217e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.44279949e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.02985869e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.35492359e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.45682552e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.45223666e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.34349373e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.46285661e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.11935579e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.41939403e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 9.63251939e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.24688746e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.23623911e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.59293248e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.46620901e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.34385482e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.37204513e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.24225609e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.35264002e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.08806232e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 2.0000000e+00 1.3323687e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.42863878e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.35065595e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 2.0000000e+00 3.0000000e+00 1.5017969e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.45861685e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.52747546e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 4.99298486e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.23001835e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.26890993e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 0.0000000e+00 1.0000000e+00 2.0000000e+00 1.2790717e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.42216357e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.44018342e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.28080824e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.50977124e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.28945407e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.14789608e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.14965257e+10]
+ --- Actual line: [1.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 0.0000000e+00 2.0000000e+00 2.0000000e+00 1.4357811e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.31640091e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.05427403e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.16456327e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.43715535e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.27294645e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 0.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.2484488e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.29882275e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.47681257e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.35679503e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.17466713e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.32922868e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.55429381e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 0.0000000e+00 0.0000000e+00 2.0000000e+00 0.0000000e+00 1.2373818e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.22662061e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.51210897e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.43548843e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.26492453e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.22487626e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.38833934e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.35750599e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.35329351e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.31455794e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 2.0000000e+00 1.4000308e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.31259434e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.37093911e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.33406796e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.15226888e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.09831694e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.26011081e+10]
+ --- Actual line: [1.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 3.0000000e+00 1.2257065e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.10129248e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 1.2667865e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.04481854e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.13522454e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.21849579e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.47544418e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.28506129e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.29327291e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 5.98996083e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.21449426e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.34686302e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.07102502e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.09848464e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.24761705e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.35027843e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.34892511e+10]
+ --- Actual line: [0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0229007e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.18398261e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.13987003e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.34231071e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.18982887e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.20433899e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.11383506e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.18446643e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.47024878e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.32931349e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.43375342e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 8.81950875e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.38905866e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 3.0000000e+00 1.3202209e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.34512379e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.17630175e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.26726008e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.21275331e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.06502511e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 9.25266245e+09]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 2.0000000e+00 0.0000000e+00 1.3912637e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.15034556e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.29667041e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.33265634e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.21587199e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.38855911e+10]
+ --- Actual line: [2.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.5954256e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.05659883e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.30187314e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.20274418e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.25503898e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.38264586e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.47514165e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.43964435e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.47483272e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.42439591e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 3.0000000e+00 1.3084073e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.30421797e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.59037379e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.54786781e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.44633867e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.43976042e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.47708306e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.0884176e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.32363199e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.53808057e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.45513809e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 2.00000000e+00 1.42460695e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.31207767e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.49383048e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.26557287e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.30047975e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 3.00000000e+00 1.13922335e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.38715302e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.18723391e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 7.4235743e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.36572468e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
+ 0.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.3684477e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.47893552e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.42876737e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.33868271e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 7.05547011e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.42243869e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.55893253e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 3.44467677e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.00743385e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.51353652e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.34712792e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.10813024e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.28592389e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 0.0000000e+00 0.0000000e+00 3.0000000e+00 0.0000000e+00 1.0849423e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.38745711e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.41198863e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.24431658e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.53331902e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.47338116e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 0.0000000e+00 3.0000000e+00 2.0000000e+00 1.3560885e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.44090558e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.25867067e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.47531358e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.39904949e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.15884121e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.27979032e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.12597397e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.31961114e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.60706595e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.15302086e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.37178351e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.25164121e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.36834284e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.27552159e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.47369817e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.27983291e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.16688838e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.23565711e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.14727579e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.33944657e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.09215136e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
+ 0.0000000e+00 0.0000000e+00 3.0000000e+00 3.0000000e+00 1.2257065e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.32096906e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.22365022e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 4.71802711e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.44443128e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.07110762e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.41854636e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.32688115e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.11846064e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.34844309e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.23269603e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 1.0000000e+00 0.0000000e+00 9.4223177e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.12330269e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.10683871e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.41506764e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.20706762e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.04357663e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.49043735e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.48854047e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.28095098e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.05405733e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.29204976e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.16485764e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.28124968e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.36925904e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.42374088e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.25164435e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.35332648e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.21312406e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.33210425e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.02998492e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.32850643e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.14601097e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.23365865e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 7.49636426e+09]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.06795049e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.24537499e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.26603272e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.12305291e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.50765891e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.39017287e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.27979032e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 9.26560792e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 9.66828127e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 9.56809614e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.26613211e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.36541699e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.67746722e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.47631111e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.37678087e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.41617384e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.43376781e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.46203105e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 7.32016192e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.24317806e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.37699699e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.12949171e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.31505754e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 0.0000000e+00 3.0000000e+00 3.0000000e+00 1.2879909e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.42323025e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.44434992e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 6.23379214e+09]
+ --- Actual line: [2.000000e+00 1.000000e+00 1.000000e+00 0.000000e+00 1.000000e+00
+ 1.000000e+00 1.000000e+00 2.000000e+00 3.000000e+00 1.488587e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.26481734e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.21334927e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.1963268e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.42649079e+10]
+ --- Actual line: [1.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00
+ 1.0000000e+00 1.0000000e+00 3.0000000e+00 0.0000000e+00 1.4577047e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.22843332e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.41576683e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.56853641e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.28683733e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.39724519e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.28602973e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.47651581e+09]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 3.28452529e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.28190173e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.43386238e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.72120911e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.46390379e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 3.00000000e+00 1.13416362e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.26571704e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.46711373e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.29533343e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 6.25723493e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.29357906e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.60985312e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.15270985e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.27973791e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 2.00000000e+00
+ 2.00000000e+00 1.44296396e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.44748803e+10]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.25242658e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.24791131e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.35471984e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.19370345e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.45639269e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.37285697e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.17434847e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.17333571e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.23074197e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 8.91909489e+09]
+ --- Actual line: [1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.09202733e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 9.66286272e+09]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.07209633e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.17547489e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 3.00000000e+00 1.17395832e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.25142819e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 3.00000000e+00
+ 0.00000000e+00 1.27330952e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.38674521e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.18876522e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.24690456e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.19162384e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 3.00000000e+00 1.27140247e+10]
+ --- Actual line: [0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.17866707e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 3.00000000e+00
+ 2.00000000e+00 1.29774905e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.25013752e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.24436304e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 0.0000000e+00 1.0000000e+00 1.0000000e+00
+ 0.0000000e+00 0.0000000e+00 2.0000000e+00 0.0000000e+00 1.1105916e+10]
+ --- Actual line: [0.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.36718857e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.00000000e+00
+ 1.00000000e+00 1.26434558e+10]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 5.76658036e+09]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00
+ 0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00
+ 2.00000000e+00 1.17025858e+10]
+ --- Actual line: [0.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 1.0000000e+00 1.0000000e+00 2.0000000e+00 1.0000000e+00 1.4055841e+10]
+ --- Actual line: [2.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 1.00000000e+00 1.00000000e+00 0.00000000e+00 3.00000000e+00
+ 1.00000000e+00 1.23773252e+10]
+ --- Actual line: [2.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00
+ 0.00000000e+00 1.00000000e+00 0.00000000e+00 1.00000000e+00
+ 0.00000000e+00 8.31932913e+09]
+ --- Actual line: [1.00000000e+00 1.00000000e+00 1.00000000e+00 1.00000000e+00
+ 0.00000000e+00 0.00000000e+00 1.00000000e+00 2.00000000e+00
+ 0.00000000e+00 1.46817223e+10]
+ --- Actual line: [2.0000000e+00 0.0000000e+00 1.0000000e+00 0.0000000e+00 1.0000000e+00
+ 0.0000000e+00 1.0000000e+00 0.0000000e+00 0.0000000e+00 8.8804426e+09]
+--- Size of X after removing duplicates:  536
+--- Number of duplicates points removed :  92
+*** Ratio energy by wokload :  [10829988671.831848, 11271402985.343796, 11835117871.856445, 10871987779.885736, 7744553642.650806, 14014690198.265823, 12835751160.993692, 15072476000.850086, 15103367446.80594, 14193154641.516396, 13704431053.692589, 13904280154.559978, 11958775708.378078, 12845347158.352303, 13244489299.11487, 14498805298.443407, 14878826834.261774, 13184350176.340683, 14515768479.29906, 15106812719.332037, 11563514337.02325, 1619850293.4358807, 15227537478.77662, 12714137867.025375, 13712530510.380384, 14204444570.706173, 14288735332.61318, 14395593796.65072, 15034451445.487333, 14177780865.38339, 15278348593.857187, 14874621812.74041, 13280265392.82361, 11308622485.386433, 11533320339.125751, 14639637991.031757, 12977423176.899149, 11067652130.41236, 12470196231.00789, 12658099664.813522, 14045358079.381556, 14471780028.94356, 11667290866.728037, 14092347150.879715, 14166071691.655617, 14236800706.145315, 10199294208.840748, 14563969322.455019, 14594342940.789293, 10844152182.494068, 12057461036.314661, 13026006421.821165, 14474943149.660782, 10890802281.840895, 13677476888.483427, 6206361520.558573, 13753001592.597586, 15929350146.231434, 10992187852.093517, 10312116840.40865, 13830416959.410492, 11969296360.974827, 13784129504.653522, 15804679449.491407, 6051071039.574004, 6003554104.029585, 14151777817.088272, 15331051050.866896, 12835751160.993692, 15824387279.72453, 14095406166.176382, 12317273251.316717, 11817746710.23476, 13583376120.968113, 15864982651.64147, 13561013712.897066, 13712605724.190134, 13743003093.549995, 14390518375.252914, 14087701577.399946, 12477742826.233706, 11201155959.295, 7765120631.149005, 15012017119.704325, 15052941194.179932, 12840398976.87701, 14223092043.31785, 14522261174.153862, 13585184541.146809, 15302944745.657406, 9938974695.370426, 15847508930.071281, 13446770287.478502, 14403991634.16166, 11838060073.41965, 13885706747.759195, 11878826466.975676, 13419378387.55433, 16215287124.089106, 11607890115.069016, 14778842018.612473, 11691120593.908926, 13361213732.655474, 11607229911.367193, 13772833636.56522, 15666712622.357025, 10395312961.292013, 6111684930.418467, 14080045056.14418, 12321431651.786486, 14500655429.625418, 15070431662.374104, 10515534599.263493, 15123376505.532131, 13822617119.034851, 13225816264.315292, 13320350431.77916, 10684388505.734846, 13766178701.51896, 14460730440.416006, 7219330479.29135, 15557640279.352987, 14103636340.557686, 10890102530.315323, 12220292773.774273, 14446232567.00885, 14778186805.148129, 14313318542.904173, 10075333266.836134, 15150114913.62162, 15159761142.803434, 13277356000.435497, 13740416059.79829, 14320636179.941658, 11742671105.396345, 12442484614.867773, 13694709322.947266, 15203575881.047222, 11461738424.790365, 11927480916.030533, 13345451002.843914, 15248016614.238901, 13620192752.96784, 11742271237.07176, 14657190304.561756, 14508144872.531439, 15385988288.185717, 13025293818.065302, 12210772587.792402, 13569165428.480322, 12908055917.698235, 14509155276.979774, 13852123045.63859, 13730944881.241056, 11787671039.106777, 14726651262.589447, 14598327031.722164, 14254435980.477125, 13985290271.692234, 17630558694.77448, 13490088157.726112, 12740395334.46723, 12597441207.741884, 13053432922.324242, 13517367790.004988, 14281185109.865158, 11532602089.476847, 12054278002.99187, 15170478249.32681, 14930141866.208012, 13997917109.93404, 13585369100.893103, 10887754868.731785, 3292105202.513851, 13662807379.009008, 15432670345.815277, 13767012585.802904, 13967533864.285854, 14772139744.44198, 12035490253.659992, 14359934633.577549, 13940157691.063803, 14263788804.637444, 14515642055.879416, 12017367499.510292, 14095922754.343307, 14384742966.220308, 10831501906.88591, 12684319010.623117, 14004896111.680643, 13545491857.12757, 14576855743.06251, 11749390206.648275, 12701670777.774109, 13695515814.21211, 9201917679.644438, 15790678762.326597, 11783642889.632044, 12918694901.766243, 13559965557.687483, 13743550838.768908, 10632890934.184532, 2751497562.180254, 5111958755.732292, 5492386746.144499, 5838252194.436778, 9157643713.790216, 8725917881.017065, 8793320381.554344, 12705257909.722488, 10756377585.89932, 10860100930.50205, 10921477850.696844, 9909170265.975996, 14322613248.733103, 8498732877.373275, 9980936411.454123, 12798179535.467672, 15251088619.069136, 12877238669.53101, 12421881890.262611, 14023081992.960411, 10662526762.942175, 13379358325.974688, 12292321232.772312, 13404268723.41766, 14911863431.18995, 14253216951.065857, 14427994927.116983, 10298586930.887213, 13549235890.841936, 14568255189.2125, 14522366622.954342, 13434937285.712751, 14628566078.695833, 11193557883.566849, 14193940322.997305, 9632519385.445263, 12468874571.85002, 12362391133.693079, 15929324771.852247, 14662090139.59776, 13438548206.760126, 13720451293.083933, 12422560861.231298, 13526400151.49568, 10880623242.099306, 13323686983.956947, 14286387786.85281, 13506559460.602041, 15017968999.908392, 14586168519.839378, 15274754649.253447, 4992984856.276931, 12300183518.7381, 12689099302.353321, 12790717009.223387, 14221635658.760386, 14401834217.605953, 12808082412.325474, 15097712394.617968, 12894540709.354473, 11478960786.722055, 11496525749.918375, 14357811008.1337, 13164009072.635054, 10542740269.050732, 11645632713.048117, 14371553521.821047, 12729464509.616474, 12484488023.630638, 12988227470.62063, 14768125659.027607, 13567950330.447432, 11746671287.02404, 13292286751.84364, 15542938143.76907, 12373817991.036406, 12266206111.514534, 15121089686.207148, 14354884321.164698, 12649245282.780205, 12248762568.76149, 13883393379.009699, 13575059899.951809, 13532935104.163002, 13145579404.557837, 14000308006.776148, 13125943427.183828, 13709391069.976845, 13340679600.900229, 11522688750.283745, 10983169391.224886, 12601108141.449959, 12257064972.250004, 11012924768.508322, 12667865046.700085, 10448185359.16682, 11352245417.38233, 12184957913.155367, 14754441824.711329, 12850612909.982742, 12932729116.229023, 5989960825.6562, 12144942603.001259, 13468630213.370039, 8071025020.177562, 10984846404.38515, 12476170514.317654, 13502784274.117321, 13489251090.268719, 10229007008.915602, 11839826096.634293, 11398700320.189491, 13423107073.440504, 11898288669.140718, 12043389925.222591, 11138350566.21805, 11844664334.057436, 14702487807.961985, 13293134893.415646, 14337534230.862976, 8819508753.362438, 13890586627.254442, 13202208993.60881, 13451237917.42554, 11763017543.364365, 12672600823.212149, 12127533138.4843, 10650251079.669203, 9252662453.621029, 13912636987.301937, 11503455638.073677, 12966704097.21916, 13326563439.106268, 12158719929.965773, 13885591061.0119, 15954255957.319174, 10565988294.998167, 13018731350.667341, 12027441811.236517, 12550389815.107658, 13826458587.682562, 14751416504.76987, 14396443502.597118, 14748327170.99063, 14243959136.930027, 13084073019.59471, 13042179713.411142, 15903737855.50818, 15478678120.888475, 14463386659.839949, 14397604238.654688, 14770830563.8026, 10884176040.66328, 13236319932.441824, 15380805677.362993, 14551380926.049883, 14246069509.422352, 13120776749.983599, 14938304801.171164, 12655728742.172432, 13004797469.786604, 11392233458.761824, 13871530210.112068, 11872339111.996523, 7423574302.555194, 13657246808.30142, 13684477013.499737, 14789355213.691393, 14287673738.112658, 13386827094.402565, 7055470105.973162, 14224386857.804495, 8558932529.934866, 3444676768.755404, 10074338544.11704, 8513536523.071684, 13471279232.675934, 11081302407.634575, 12859238913.085691, 10849423027.683388, 13874571102.320799, 14119886306.675457, 12443165840.025682, 15333190223.557913, 14733811592.85764, 13560884983.354015, 14409055803.391315, 12586706675.611618, 14753135779.009829, 13990494857.793615, 11588412051.484997, 12797903191.541098, 11259739674.818718, 13196111369.901518, 16070659475.582241, 11530208569.942822, 13717835106.13489, 12516412145.425688, 13683428410.355072, 12755215926.672813, 14736981718.77418, 12798329050.159212, 11668883754.580038, 12356571100.945772, 11472757936.280302, 13394465674.67254, 10921513634.417622, 12257064972.250004, 13209690629.045467, 12236502220.313328, 4718027109.783772, 14444312840.70523, 10711076216.805037, 14185463588.042788, 13268811525.820444, 11184606402.516088, 13484430876.110443, 12326960294.86089, 9422317701.708267, 11233026896.3596, 11068387136.763205, 14150676402.332033, 12070676223.42339, 10435766293.101019, 14904373539.371391, 14885404711.826008, 12809509780.060719, 10540573301.781883, 12920497594.203348, 11648576427.474798, 12812496796.875801, 13692590391.635471, 14237408791.59993, 12516443477.618721, 13533264764.791859, 12131240613.452576, 13321042451.498085, 10299849210.207561, 13285064266.49839, 11460109650.329136, 12336586491.191061, 7496364263.332283, 10679504855.436882, 12453749886.359531, 12660327218.817299, 11230529070.224499, 15076589072.48824, 13901728679.961353, 12797903191.541098, 9265607916.535404, 9668281269.638697, 9568096140.230017, 12661321056.916437, 13654169915.221258, 8677467220.867573, 14763111118.98477, 13767808660.50236, 14161738381.709831, 14337678127.72864, 14620310535.395771, 7320161921.981714, 12431780603.935902, 13769969898.845802, 11294917061.424017, 13150575403.426777, 12879909016.32271, 14232302487.66415, 14443499197.66362, 6233792140.43487, 14885870034.445902, 12648173350.804678, 12133492686.537285, 11963267981.988104, 14264907898.62215, 14577046981.822424, 12284333175.684391, 14157668288.66353, 1568536414.3571274, 12868373270.329777, 13972451913.80674, 12860297304.353083, 8476515812.9402485, 3284525287.5601892, 12819017268.498163, 14338623807.5642, 8721209108.430794, 14639037922.427738, 11341636167.116741, 12657170413.611015, 8467113730.2716255, 12953334317.786741, 6257234927.885367, 12935790616.11877, 8609853115.905842, 11527098479.46044, 12797379096.760984, 14429639634.179775, 14474880292.739979, 12524265764.919533, 12479113084.47486, 13547198439.36274, 11937034530.259785, 14563926900.7381, 13728569702.694094, 11743484714.680296, 11733357112.937082, 12307419651.010809, 8919094890.250538, 10920273268.918282, 9662862719.709341, 10720963342.88214, 11754748918.563099, 11739583174.359812, 12514281924.246046, 12733095224.452637, 13867452119.154696, 11887652176.807428, 12469045594.31212, 11916238377.198992, 12714024713.521238, 11786670689.850264, 12977490542.653767, 12501375151.26664, 12443630354.494143, 11105916010.39958, 13671885681.160686, 12643455810.489769, 5766580360.18061, 11702585803.359112, 14055841045.304787, 12377325235.262009, 8319329129.299013, 14681722283.47763, 8880442601.259247]
+---> getting userfriendly values from X values
+---> getting userfriendly values from X values
+Train set Configurations :  [[1. 0. 1. ... 1. 0. 3.]
+ [1. 0. 0. ... 1. 2. 2.]
+ [1. 0. 1. ... 1. 1. 0.]
+ ...
+ [0. 0. 1. ... 1. 0. 0.]
+ [0. 1. 1. ... 0. 1. 1.]
+ [1. 1. 0. ... 1. 1. 0.]]
+Train set energy by workload :  [1.40954062e+10 1.42811851e+10 1.45861685e+10 1.15302086e+10
+ 1.17333571e+10 1.26726008e+10 1.17426711e+10 1.52783486e+10
+ 1.11935579e+10 1.10683871e+10 1.37044311e+10 1.35027843e+10
+ 8.67746722e+09 1.31843502e+10 1.29774905e+10 1.34844309e+10
+ 1.44279949e+10 1.35608850e+10 1.44607304e+10 1.47531358e+10
+ 1.27907170e+10 1.36844770e+10 7.05547011e+09 1.49301419e+10
+ 1.30252938e+10 1.41777809e+10 1.47708306e+10 1.36201928e+10
+ 1.21449426e+10 1.34712792e+10 1.55429381e+10 1.27016708e+10
+ 1.26434558e+10 1.03953130e+10 1.18380601e+10 1.29533343e+10
+ 1.33793583e+10 1.21587199e+10 1.17493902e+10 1.11383506e+10
+ 1.08719878e+10 1.16672909e+10 1.30534329e+10 1.02998492e+10
+ 1.39979171e+10 9.26560792e+09 1.44434992e+10 9.93897470e+09
+ 1.22570650e+10 8.07102502e+09 1.76305587e+10 1.36955158e+10
+ 1.08877549e+10 1.40558410e+10 1.22843332e+10 1.11059160e+10
+ 1.29667041e+10 1.28095098e+10 1.28453472e+10 1.13922335e+10
+ 1.08494230e+10 1.16456327e+10 1.37661787e+10 1.42637888e+10
+ 1.25974412e+10 1.42544360e+10 1.21312406e+10 1.29357906e+10
+ 1.31640091e+10 1.34042687e+10 1.28357512e+10 1.40800451e+10
+ 1.38264586e+10 1.36774769e+10 1.39724519e+10 1.23074197e+10
+ 1.46396380e+10 1.36628074e+10 1.50765891e+10 1.41854636e+10
+ 1.16078901e+10 1.41576683e+10 1.25867067e+10 1.41506764e+10
+ 1.09215136e+10 1.27981795e+10 1.36541699e+10 5.98996083e+09
+ 1.62152871e+10 1.40048961e+10 1.50977124e+10 1.46571903e+10
+ 1.20274418e+10 1.43847430e+10 1.39042802e+10 1.28592389e+10
+ 1.34892511e+10 1.39401577e+10 1.47483272e+10 1.43133185e+10
+ 1.36834284e+10 1.59293501e+10 1.13086225e+10 9.63251939e+09
+ 1.58649827e+10 1.37204513e+10 1.58475089e+10 1.07110762e+10
+ 1.33265634e+10 1.17395832e+10 1.51210897e+10 1.45983270e+10
+ 8.55893253e+09 1.28403990e+10 1.35454919e+10 1.26580997e+10
+ 1.50704317e+10 1.23269603e+10 1.18723391e+10 1.28683733e+10
+ 7.74455364e+09 1.24431658e+10 1.37728336e+10 1.33868271e+10
+ 8.46711373e+09 1.35173678e+10 1.56667126e+10 1.46620901e+10
+ 8.47651581e+09 4.99298486e+09 1.14789608e+10 1.33210425e+10
+ 1.23565711e+10 7.76512063e+09 1.45770470e+10 1.23172733e+10
+ 1.37093911e+10 1.45222612e+10 6.05107104e+09 1.24844880e+10
+ 1.44039916e+10 1.59542560e+10 1.17466713e+10 9.90917027e+09
+ 1.16485764e+10 1.30840730e+10 9.56809614e+09 1.37309449e+10
+ 1.16911206e+10 1.18446643e+10 1.12305291e+10 1.28190173e+10
+ 1.40146902e+10 1.41660717e+10 1.51233765e+10 1.24218819e+10
+ 1.33454510e+10 1.07563776e+10 1.43206362e+10 1.28945407e+10
+ 1.22662061e+10 1.40877016e+10 1.17866707e+10 1.32258163e+10
+ 1.38745711e+10 1.25164121e+10 9.15764371e+09 1.20173675e+10
+ 1.45513809e+10 1.37178351e+10 1.24690456e+10 1.42439591e+10
+ 1.30187314e+10 1.34385482e+10 1.32850643e+10 1.41931546e+10
+ 1.26011081e+10 1.21275331e+10 1.42368007e+10 1.26481734e+10
+ 1.45639269e+10 1.52275375e+10 1.29774232e+10 1.45943429e+10
+ 1.13522454e+10 1.33406796e+10 1.13987003e+10 1.45081449e+10
+ 1.41036363e+10 1.27983291e+10 1.41198863e+10 1.28602973e+10
+ 1.38855911e+10 1.33944657e+10 4.71802711e+09 1.18982887e+10
+ 1.17836429e+10 1.42216357e+10 1.19274809e+10 1.36572468e+10
+ 1.25142819e+10 7.32016192e+09 6.11168493e+09 1.51033674e+10
+ 9.66828127e+09 1.19162384e+10 1.30421797e+10 9.66286272e+09
+ 1.45768557e+10 1.46285661e+10 1.61985029e+09 1.09921879e+10
+ 1.47681257e+10 3.44467677e+09 1.56853641e+09 1.38857067e+10
+ 1.32096906e+10 1.43905184e+10 1.06502511e+10 1.01992942e+10
+ 1.38715302e+10 1.42323025e+10 1.44296396e+10 1.06795049e+10
+ 1.37285697e+10 1.28772387e+10 1.44748803e+10 1.37678087e+10
+ 1.05659883e+10 1.35065595e+10 1.24424846e+10 1.06328909e+10
+ 1.19370345e+10 1.45006554e+10 1.17025858e+10 1.58046794e+10
+ 1.09831694e+10 1.34467703e+10 1.35264002e+10 1.37841295e+10
+ 1.08299887e+10 1.43955938e+10 1.18876522e+10 1.50179690e+10
+ 1.53808057e+10 1.39675339e+10 1.08315019e+10 1.39017287e+10
+ 1.22107726e+10 1.23623911e+10 1.25242658e+10 1.27973791e+10
+ 1.21334927e+10 1.39852903e+10 1.17422712e+10 1.35679503e+10
+ 1.03121168e+10 1.12330269e+10 2.75149756e+09 1.24317806e+10
+ 1.20706762e+10 8.79332038e+09 1.42649079e+10 1.35691654e+10
+ 1.08901025e+10 1.02290070e+10 1.48788268e+10 1.22923212e+10
+ 1.24791131e+10 1.02985869e+10 1.24761705e+10 1.23773252e+10
+ 8.72120911e+09 1.47514165e+10 1.47369817e+10 1.34193784e+10
+ 1.44462326e+10 1.19692964e+10 1.12011560e+10 8.88044260e+09
+ 1.32022090e+10 1.53331902e+10 1.37530016e+10 1.51068127e+10
+ 1.17547489e+10 1.42230920e+10 1.17630175e+10 1.08806232e+10
+ 1.52035759e+10 1.20433899e+10 1.15333203e+10 1.26678650e+10
+ 1.14617384e+10 1.23001835e+10 1.37126057e+10 1.26571704e+10
+ 1.42887353e+10 1.31259434e+10 1.40923472e+10 1.18788265e+10
+ 1.50120171e+10 1.26603272e+10 1.19632680e+10 1.52747546e+10
+ 7.42357430e+09 1.26557287e+10 1.40959228e+10 1.35833761e+10
+ 1.42243869e+10 1.42863878e+10 1.14727579e+10 1.27552159e+10
+ 1.33236870e+10 1.15884121e+10 1.34349373e+10 1.29882275e+10
+ 8.31932913e+09 1.42374088e+10 1.36947093e+10 1.29204976e+10
+ 1.10129248e+10 1.08441522e+10 8.72591788e+09 1.47024878e+10
+ 1.52510886e+10 1.37404161e+10 1.20574610e+10 1.43376781e+10
+ 1.24688746e+10 1.44749431e+10 1.24777428e+10 1.27979032e+10
+ 1.48746218e+10 1.55576403e+10 1.08601009e+10 1.44633867e+10
+ 1.26613211e+10 1.29327291e+10 1.35851845e+10 1.34512379e+10
+ 1.38905866e+10 1.26890993e+10 1.31207767e+10 1.30260064e+10
+ 1.33612137e+10 9.20191768e+09 1.22202928e+10 1.16688838e+10
+ 1.40003080e+10 1.45639693e+10 1.36925904e+10 1.14965257e+10
+ 1.49383048e+10 1.35610137e+10 1.31505754e+10 1.21849579e+10
+ 6.25723493e+09 1.36718857e+10 1.51704782e+10]
+Test set Configurations :  [[0.0, 1, 1, 0, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 1, 0, 1, 3.0, 2.0], [1.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [2.0, 1, 0, 1, 1, 1, 1, 2.0, 0.0], [1.0, 0, 0, 1, 1, 0, 0, 3.0, 2.0], [2.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 0, 0, 0, 1, 0, 1, 2.0, 0.0], [2.0, 1, 0, 0, 1, 1, 1, 1.0, 2.0], [0.0, 0, 1, 1, 1, 1, 1, 1.0, 2.0], [2.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [2.0, 0, 1, 1, 0, 1, 1, 3.0, 1.0], [0.0, 0, 0, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 0, 1, 1, 1, 1, 3.0, 1.0], [1.0, 1, 1, 1, 0, 1, 0, 1.0, 0.0], [0.0, 0, 1, 1, 0, 0, 1, 2.0, 1.0], [1.0, 0, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 1, 0, 1, 0, 1, 3.0, 3.0], [2.0, 0, 0, 1, 1, 0, 1, 2.0, 2.0], [2.0, 0, 1, 0, 0, 1, 1, 1.0, 2.0], [2.0, 1, 1, 0, 1, 0, 1, 1.0, 1.0], [0.0, 1, 0, 0, 1, 0, 1, 2.0, 0.0], [0.0, 0, 1, 0, 1, 1, 0, 0.0, 2.0], [0.0, 1, 0, 1, 1, 0, 1, 0.0, 0.0], [0.0, 1, 1, 1, 0, 0, 0, 2.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [1.0, 0, 1, 1, 0, 0, 1, 2.0, 3.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 1.0], [0.0, 0, 1, 0, 1, 1, 0, 1.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 3.0, 3.0], [0.0, 1, 0, 0, 0, 1, 0, 3.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 2.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 1, 1, 0, 0, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 1, 1, 0, 0, 1, 1, 2.0, 2.0], [1.0, 0, 1, 1, 1, 1, 0, 2.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 0.0, 0.0], [2.0, 0, 1, 1, 0, 1, 0, 3.0, 1.0], [0.0, 0, 0, 1, 1, 0, 0, 3.0, 3.0], [0.0, 0, 1, 1, 0, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 1, 0, 1.0, 1.0], [2.0, 1, 0, 1, 1, 0, 0, 3.0, 3.0], [1.0, 0, 0, 1, 0, 1, 0, 2.0, 0.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 2.0], [0.0, 0, 1, 1, 0, 0, 1, 0.0, 3.0], [1.0, 1, 1, 0, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 0.0], [0.0, 1, 0, 1, 1, 1, 1, 1.0, 1.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [1.0, 0, 0, 1, 0, 0, 0, 2.0, 1.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 1.0, 0.0], [0.0, 0, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 2.0], [2.0, 1, 1, 1, 1, 0, 0, 0.0, 1.0], [1.0, 1, 0, 1, 1, 1, 1, 2.0, 3.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 1, 0, 1, 0, 1, 1, 0.0, 0.0], [2.0, 1, 1, 1, 1, 0, 1, 2.0, 1.0], [1.0, 0, 0, 1, 0, 1, 1, 3.0, 0.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 2.0], [2.0, 1, 1, 0, 0, 1, 0, 1.0, 2.0], [2.0, 1, 1, 1, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 1, 1, 1, 0, 0.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 1.0, 1.0], [2.0, 0, 0, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 1, 1, 1, 1, 3.0, 3.0], [2.0, 1, 0, 1, 0, 0, 1, 3.0, 0.0], [1.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [2.0, 0, 0, 1, 1, 0, 0, 3.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 2.0, 0.0], [1.0, 1, 1, 0, 0, 0, 1, 0.0, 0.0], [0.0, 0, 0, 1, 0, 0, 0, 3.0, 0.0], [1.0, 1, 0, 1, 1, 0, 1, 1.0, 0.0], [0.0, 1, 1, 0, 0, 1, 1, 3.0, 2.0], [0.0, 1, 1, 1, 0, 1, 1, 3.0, 0.0], [0, 0, 0, 0, 0, 0, 0, 1.0, 0.0], [0.0, 1, 1, 1, 0, 0, 1, 2.0, 2.0], [1.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 1, 1, 1, 0, 1, 2.0, 3.0], [0.0, 1, 0, 0, 1, 0, 0, 3.0, 3.0], [2.0, 1, 1, 1, 1, 0, 0, 3.0, 0.0], [2.0, 1, 1, 1, 0, 1, 0, 0.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 0.0, 3.0], [0.0, 0, 1, 0, 1, 0, 0, 2.0, 1.0], [2.0, 0, 1, 1, 1, 1, 1, 0.0, 3.0], [2.0, 1, 0, 0, 0, 1, 1, 0.0, 0.0], [0.0, 1, 0, 0, 1, 0, 1, 1.0, 3.0], [0.0, 1, 1, 1, 0, 0, 1, 1.0, 2.0], [2.0, 1, 0, 0, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 0.0, 3.0], [1.0, 1, 1, 0, 1, 0, 1, 2.0, 3.0], [2.0, 0, 1, 0, 1, 1, 1, 2.0, 3.0], [0.0, 0, 1, 1, 0, 0, 0, 1.0, 0.0], [2.0, 1, 0, 0, 0, 0, 0, 2.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 1.0, 2.0], [0.0, 1, 0, 0, 0, 0, 0, 3.0, 0.0], [0.0, 1, 1, 1, 1, 1, 1, 1.0, 2.0], [0.0, 0, 0, 0, 0, 1, 1, 3.0, 0.0], [0.0, 0, 1, 1, 1, 1, 1, 3.0, 2.0], [1.0, 1, 1, 1, 0, 0, 0, 0.0, 0.0], [1.0, 1, 1, 1, 1, 0, 1, 1.0, 3.0], [0.0, 0, 1, 1, 1, 1, 0, 2.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 0.0, 2.0], [1.0, 0, 0, 1, 0, 0, 1, 1.0, 0.0], [2.0, 1, 0, 1, 1, 0, 1, 2.0, 1.0], [0, 0, 0, 0, 0, 0, 0, 2.0, 0.0], [1.0, 1, 1, 1, 1, 1, 0, 3.0, 3.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 1.0, 0.0], [0.0, 0, 1, 0, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 1, 1, 0, 1, 2.0, 0.0], [0.0, 1, 0, 0, 1, 1, 1, 1.0, 0.0], [0.0, 0, 0, 0, 1, 0, 0, 2.0, 1.0], [1.0, 0, 0, 1, 1, 1, 0, 2.0, 3.0], [1.0, 1, 1, 1, 1, 1, 0, 2.0, 0.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 0.0], [1.0, 1, 1, 0, 1, 1, 0, 1.0, 2.0], [1.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [1.0, 1, 0, 1, 1, 1, 1, 0.0, 3.0], [2.0, 1, 0, 0, 1, 1, 1, 0.0, 0.0], [0.0, 0, 0, 0, 1, 1, 1, 3.0, 0.0], [2.0, 1, 1, 0, 1, 1, 1, 2.0, 0.0], [0.0, 0, 0, 0, 1, 1, 0, 3.0, 3.0], [1.0, 1, 0, 1, 0, 0, 1, 2.0, 3.0], [0.0, 0, 1, 0, 1, 0, 0, 3.0, 0.0], [0.0, 0, 1, 1, 1, 0, 1, 0.0, 2.0], [1.0, 1, 1, 0, 1, 1, 1, 3.0, 3.0], [1.0, 0, 0, 1, 0, 1, 1, 2.0, 1.0], [2.0, 1, 1, 1, 0, 1, 1, 1.0, 3.0], [0.0, 0, 0, 0, 0, 1, 1, 1.0, 1.0], [1.0, 1, 0, 0, 0, 1, 1, 1.0, 0.0], [0.0, 1, 1, 0, 1, 1, 1, 0.0, 1.0], [0.0, 1, 1, 1, 0, 1, 1, 2.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 2.0], [1.0, 0, 1, 0, 1, 0, 0, 2.0, 2.0], [1.0, 1, 1, 1, 0, 0, 1, 2.0, 0.0], [1.0, 1, 1, 0, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 1, 1, 1, 1.0, 3.0], [2.0, 0, 0, 1, 1, 1, 1, 1.0, 0.0], [1.0, 1, 0, 0, 1, 1, 1, 1.0, 1.0], [1.0, 1, 1, 0, 0, 1, 0, 0.0, 3.0], [1.0, 0, 1, 1, 1, 1, 1, 3.0, 3.0], [0.0, 0, 0, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 1, 0, 0, 0, 2.0, 1.0], [1.0, 0, 0, 0, 0, 1, 1, 3.0, 3.0], [1.0, 1, 1, 1, 0, 1, 1, 2.0, 2.0], [1.0, 1, 0, 0, 0, 1, 1, 2.0, 3.0], [2.0, 1, 1, 1, 1, 1, 0, 1.0, 3.0], [1.0, 1, 1, 1, 0, 1, 0, 0.0, 0.0], [2.0, 1, 0, 0, 0, 1, 1, 2.0, 1.0], [0.0, 0, 1, 0, 0, 1, 1, 1.0, 0.0], [2.0, 0, 0, 0, 1, 1, 1, 2.0, 0.0], [0.0, 1, 1, 1, 1, 1, 1, 2.0, 3.0], [0.0, 0, 0, 1, 1, 0, 0, 0.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 2.0], [2.0, 1, 1, 0, 1, 0, 1, 3.0, 1.0], [0.0, 1, 0, 1, 1, 1, 1, 3.0, 0.0], [0.0, 1, 0, 0, 0, 0, 0, 0.0, 2.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 0.0], [0.0, 1, 0, 1, 0, 1, 1, 3.0, 1.0], [1.0, 1, 0, 0, 0, 0, 0, 1.0, 3.0], [0, 0, 0, 0, 0, 0, 0, 3.0, 1.0], [1.0, 0, 1, 1, 1, 1, 1, 0.0, 2.0], [0.0, 1, 1, 0, 0, 0, 0, 0.0, 0.0], [2.0, 0, 1, 0, 0, 1, 1, 3.0, 0.0], [1.0, 1, 1, 1, 0, 1, 1, 1.0, 0.0], [2.0, 1, 1, 0, 0, 0, 1, 3.0, 1.0]]
+Test set energy by workload :  [6206361520.558573, 14396443502.597118, 14904373539.371391, 15159761142.803434, 12812496796.875801, 13767012585.802904, 13004797469.786604, 13575059899.951809, 13743003093.549995, 13468630213.370039, 13292286751.84364, 13547198439.36274, 15331051050.866896, 10515534599.263493, 13549235890.841936, 11527098479.46044, 14322613248.733103, 13268811525.820444, 14161738381.709831, 12443630354.494143, 14023081992.960411, 12649245282.780205, 11607229911.367193, 6233792140.43487, 12373817991.036406, 15790678762.326597, 15302944745.657406, 13145579404.557837, 14726651262.589447, 9252662453.621029, 10984846404.38515, 14885404711.826008, 11294917061.424017, 14778842018.612473, 14754441824.711329, 14620310535.395771, 6003554104.029585, 13585369100.893103, 14409055803.391315, 14357811008.1337, 7219330479.29135, 12248762568.76149, 12879909016.32271, 12797903191.541098, 14911863431.18995, 12321431651.786486, 11522688750.283745, 14193940322.997305, 11271402985.343796, 15248016614.238901, 5111958755.732292, 13852123045.63859, 10720963342.88214, 14337534230.862976, 14515768479.29906, 12453749886.359531, 16070659475.582241, 15432670345.815277, 8609853115.905842, 14338623807.5642, 15385988288.185717, 10890802281.840895, 15034451445.487333, 15929324771.852247, 11532602089.476847, 10435766293.101019, 15150114913.62162, 12850612909.982742, 13293134893.415646, 12684319010.623117, 15052941194.179932, 11563514337.02325, 13867452119.154696, 11341636167.116741, 15072476000.850086, 12733095224.452637, 14733811592.85764, 11503455638.073677, 14444312840.70523, 8919094890.250538, 10540573301.781883, 13769969898.845802, 13712530510.380384, 12470196231.00789, 8498732877.373275, 14359934633.577549, 14401834217.605953, 12740395334.46723, 11460109650.329136, 12714137867.025375, 11958775708.378078, 14515642055.879416, 13532935104.163002, 13280265392.82361, 8819508753.362438, 11817746710.23476, 13236319932.441824, 5492386746.144499, 13320350431.77916, 14568255189.2125, 14498805298.443407, 8513536523.071684, 10921477850.696844, 12918694901.766243, 10074338544.11704, 13830416959.410492, 10884176040.66328, 14151777817.088272, 12705257909.722488, 14354884321.164698, 13743550838.768908, 14045358079.381556, 10920273268.918282, 14789355213.691393, 9980936411.454123, 14471780028.94356, 14772139744.44198, 14885870034.445902, 12054278002.99187, 3292105202.513851, 12808082412.325474, 10662526762.942175, 12336586491.191061, 13196111369.901518, 13883393379.009699, 7496364263.332283, 13277356000.435497, 15824387279.72453, 13244489299.11487, 10542740269.050732, 12035490253.659992, 13912636987.301937, 11259739674.818718, 12714024713.521238, 10448185359.16682, 12422560861.231298, 14253216951.065857, 14639037922.427738, 14397604238.654688, 11067652130.41236, 11839826096.634293, 11835117871.856445, 14204444570.706173, 11743484714.680296, 13423107073.440504, 14681722283.47763, 14371553521.821047, 14522366622.954342, 12236502220.313328, 15903737855.50818, 10684388505.734846, 14763111118.98477, 13559965557.687483, 12501375151.26664, 12257064972.250004, 15478678120.888475, 14287673738.112658, 12550389815.107658, 5766580360.18061, 13490088157.726112, 9422317701.708267, 12729464509.616474, 13822617119.034851, 3284525287.5601892, 13990494857.793615, 14509155276.979774, 12835751160.993692, 10075333266.836134, 11787671039.106777, 12908055917.698235, 11184606402.516088, 11081302407.634575, 14246069509.422352, 5838252194.436778, 12516443477.618721, 14778186805.148129, 13533264764.791859]
+Train set Configurations in user friendly mode :  ['022222-0-3', '000022-2-2', '022222-1-0', '300000-3-1', '003000-1-2', '011111-3-3', '222220-0-1', '330333-2-2', '333030-0-1', '222002-0-0', '003330-3-2', '011011-3-2', '010010-1-0', '111010-2-0', '333300-3-2', '110001-2-3', '022202-2-3', '011010-3-2', '111111-2-0', '220222-2-3', '033030-1-2', '202002-3-0', '030003-0-0', '011111-2-1', '030330-3-3', '300033-3-2', '200222-3-2', '222002-0-2', '010010-1-1', '003303-1-1', '200222-2-1', '222020-2-0', '200200-2-1', '033030-0-3', '333033-0-0', '220220-3-1', '303033-3-1', '111010-3-0', '202220-3-0', '200000-1-1', '101110-1-0', '030300-2-0', '222220-3-1', '001111-1-0', '110111-2-0', '300303-0-0', '202222-1-2', '330030-0-1', '202000-3-3', '033000-1-0', '222222-1-1', '333303-0-2', '011011-1-0', '010111-2-1', '003000-3-3', '003300-2-0', '200222-1-3', '110101-2-0', '303330-3-0', '111011-0-3', '220000-3-0', '111101-0-3', '033330-3-2', '222222-0-0', '110110-3-1', '222020-2-1', '303000-3-1', '300000-2-2', '222200-1-2', '002220-1-1', '303303-0-1', '202022-3-3', '220222-0-3', '111111-3-1', '222002-1-2', '033000-1-1', '111101-1-1', '222202-3-0', '033333-2-1', '330303-2-0', '030033-0-1', '000333-2-3', '033030-2-0', '330033-1-1', '002020-3-0', '000000-1-1', '011000-2-2', '303330-0-0', '222202-2-1', '220202-0-1', '303333-1-1', '222022-3-3', '100101-3-0', '333333-2-0', '202220-2-3', '000110-1-1', '020202-2-0', '020220-2-1', '333003-3-1', '033333-1-2', '001101-1-1', '333333-2-1', '110110-0-3', '001011-1-0', '222222-1-0', '011111-2-0', '111111-2-2', '020000-1-3', '330030-3-2', '202020-3-3', '033333-3-3', '222202-1-2', '001010-1-0', '303333-0-3', '333030-3-2', '220020-1-2', '333033-2-1', '330300-2-0', '333000-3-0', '011100-2-3', '111101-0-0', '330330-3-3', '222220-1-2', '030300-2-3', '100010-1-0', '110110-2-0', '222222-0-1', '220022-3-2', '300300-1-0', '100011-0-0', '022220-0-1', '020002-2-3', '020200-2-3', '110111-0-0', '202022-3-0', '022222-0-0', '110101-2-1', '333333-1-3', '220220-0-0', '111001-3-0', '011110-1-1', '333333-3-0', '303333-0-0', '100000-1-0', '300030-2-0', '033033-1-3', '002220-1-0', '333333-1-0', '100110-0-2', '020000-3-2', '000010-3-1', '100100-2-1', '111110-1-2', '101110-2-3', '222202-3-1', '333333-0-0', '002202-3-1', '333000-0-0', '111011-3-3', '000222-0-2', '001111-3-3', '330030-2-2', '010110-2-0', '111111-1-3', '000022-3-2', '110000-1-2', '220000-0-0', '000200-2-1', '022022-3-3', '222002-1-0', '200002-2-0', '333330-2-3', '111010-3-3', '303303-1-3', '010111-1-2', '101101-2-2', '003003-3-3', '110001-3-1', '111011-2-3', '100111-1-2', '333003-2-3', '222222-3-2', '022022-1-3', '200222-2-3', '110000-2-0', '101101-3-2', '011000-2-0', '333333-0-1', '033033-3-2', '020202-1-3', '101101-2-1', '010000-3-2', '303000-2-1', '002022-3-1', '000111-0-0', '001011-2-0', '110011-0-2', '111111-3-0', '330330-3-0', '330303-1-2', '111100-3-0', '222220-0-0', '033330-0-0', '202222-3-3', '111000-1-0', '300300-1-1', '303333-1-0', '100101-1-0', '111011-1-1', '333300-2-2', '000300-0-0', '333300-1-0', '222022-3-1', '202000-0-0', '000020-0-0', '002200-2-2', '220000-3-3', '202022-1-2', '002200-1-3', '303300-0-1', '220200-2-2', '022002-3-1', '000222-2-2', '003300-3-0', '333030-2-3', '333300-0-0', '022202-3-1', '202200-3-2', '000001-3-0', '330033-1-3', '111111-1-0', '330303-0-0', '033030-3-3', '330333-3-0', '300000-1-2', '333333-3-1', '330000-3-3', '033333-0-2', '111110-2-0', '330330-2-3', '101111-1-0', '333303-1-2', '101000-1-2', '333033-2-3', '333333-3-2', '303300-2-2', '110010-0-3', '000222-2-3', '222022-0-0', '330333-0-3', '022200-2-0', '300003-3-3', '033030-3-0', '001101-2-2', '030330-3-0', '220002-3-0', '220020-0-1', '030000-3-3', '100000-0-0', '100001-1-1', '330330-1-3', '111000-0-0', '003333-3-3', '222000-1-1', '022202-0-0', '101011-1-0', '022202-2-0', '101111-1-3', '010000-2-1', '000100-0-2', '033330-2-3', '333330-3-1', '200020-1-0', '333333-0-2', '101110-2-2', '111111-0-2', '003333-2-3', '101101-0-2', '111110-1-0', '030303-0-0', '220022-3-3', '022222-3-1', '003333-1-2', '111111-2-1', '011111-1-0', '033033-1-1', '110101-3-0', '300300-3-0', '222222-0-2', '202000-1-2', '110001-0-2', '011100-1-1', '330333-0-0', '010101-3-0', '003333-3-1', '110001-1-2', '202202-2-3', '100011-3-2', '220220-3-2', '011110-3-1', '202222-0-2', '100000-2-1', '001101-3-0', '222022-2-3', '010000-1-0', '101101-3-0', '333300-1-1', '110111-1-2', '202220-2-1', '111110-2-1', '101001-3-0', '002202-3-0', '033033-1-2', '333303-0-0', '011111-3-1', '110111-3-1', '030030-1-0', '020222-3-0', '033300-2-1', '003303-1-2', '033000-2-0', '110101-1-0', '330000-0-0', '022222-1-2', '000000-2-2', '222220-2-3', '011010-1-3', '330033-3-3', '220002-1-0', '033033-2-0', '333330-3-0', '330300-1-2', '220222-0-1', '220202-1-1', '300000-1-0', '033333-1-3', '020022-1-0', '033003-2-0', '011010-2-1', '003033-1-1', '303330-1-1', '000033-1-1', '030303-1-2', '303330-1-2', '333300-1-2', '100010-0-1', '033033-1-0', '030300-3-0', '300333-3-2', '222220-2-1', '333330-2-0', '222200-1-3', '022222-2-3', '101111-3-3', '202020-2-3', '100100-1-1', '010111-0-0', '111010-1-1', '202222-1-0']
+Test set Configurations in user friendly mode :  ['110101-0-0', '111101-3-2', '020222-2-2', '303333-2-0', '002200-3-2', '330033-2-1', '000202-2-0', '300333-1-2', '011111-1-2', '030300-2-2', '033033-3-1', '001110-2-1', '303333-3-1', '222020-1-0', '011001-2-1', '022000-2-0', '200000-2-0', '110101-3-3', '003303-2-2', '030033-1-2', '330303-1-1', '100101-2-0', '010110-0-2', '101101-0-0', '111000-2-0', '222222-3-1', '333333-3-3', '022002-2-3', '333033-1-1', '010110-1-0', '000110-3-1', '333033-3-3', '100010-3-0', '101111-2-1', '222220-2-2', '222022-1-3', '110011-0-0', '333333-0-3', '110011-2-2', '022220-2-2', '111011-0-0', '033030-3-1', '001100-3-3', '011001-3-1', '111110-1-1', '303300-3-3', '002020-2-0', '030333-2-2', '011001-0-3', '220022-2-1', '200000-0-0', '030033-2-3', '111001-1-0', '101111-1-1', '333333-1-2', '002000-2-1', '222222-2-2', '222222-3-0', '010100-1-0', '011011-2-2', '202222-2-2', '333300-0-1', '202222-2-3', '111111-1-1', '111011-1-0', '303033-0-0', '333303-2-1', '002022-3-0', '333330-1-2', '330030-1-2', '333333-1-1', '222220-0-3', '030333-1-1', '003330-1-3', '222222-3-3', '303003-3-0', '202022-3-1', '003300-3-1', '333033-2-0', '220002-0-0', '001000-3-0', '202202-1-0', '110011-3-2', '111011-3-0', '000000-1-0', '111001-2-2', '220202-3-1', '111101-2-3', '100100-3-3', '333300-3-0', '333030-0-2', '222222-0-3', '010100-2-1', '033333-0-3', '300033-0-0', '100101-1-3', '111001-1-2', '300000-0-0', '222022-0-3', '220202-2-3', '030333-2-3', '011000-1-0', '300000-2-0', '101011-1-2', '100000-3-0', '111111-1-2', '000011-3-0', '011111-3-2', '222000-0-0', '222202-1-3', '011110-2-1', '333033-0-2', '002002-1-0', '303303-2-1', '000000-2-0', '222220-3-3', '220222-3-2', '330333-2-3', '222220-1-0', '010100-0-0', '101101-2-0', '100111-1-0', '000100-2-1', '002220-2-3', '222220-2-0', '200000-1-0', '220220-1-2', '222222-2-3', '202222-0-3', '300333-0-0', '000111-3-0', '330333-2-0', '000110-3-3', '202002-2-3', '010100-3-0', '011101-0-2', '220222-3-3', '002022-2-1', '333033-1-3', '000011-1-1', '200022-1-0', '110111-0-1', '111011-2-1', '200000-1-2', '020200-2-2', '222002-2-0', '220022-3-0', '222222-1-3', '003333-1-0', '200222-1-1', '220020-0-3', '022222-3-3', '001011-2-2', '202000-2-1', '000022-3-3', '222022-2-2', '200022-2-3', '333330-1-3', '222020-0-0', '300033-2-1', '010011-1-0', '000333-2-0', '111111-2-3', '001100-0-0', '101011-3-2', '330303-3-1', '101111-3-0', '100000-0-2', '101011-3-0', '101011-3-1', '200000-1-3', '000000-3-1', '022222-0-2', '110000-0-0', '030033-3-0', '222022-1-0', '330003-3-1']
+Size of X_train:  359
+Size of X_test:  177
+ *****  Training the datas ***** 
+ **** Predicted y test =  [7.69960968e+09 1.39887489e+10 1.52495433e+10 1.50013422e+10
+ 1.29421684e+10 1.53611080e+10 1.23341129e+10 1.42798345e+10
+ 1.44304357e+10 1.30977197e+10 1.44647008e+10 1.41468174e+10
+ 1.47857554e+10 1.16443935e+10 1.39024440e+10 1.15819414e+10
+ 1.11813933e+10 1.34525580e+10 1.42289984e+10 1.35190355e+10
+ 1.44659606e+10 1.19926815e+10 1.16067014e+10 6.81911313e+09
+ 1.20465994e+10 1.54663014e+10 1.56207383e+10 1.37113661e+10
+ 1.51616890e+10 9.07342701e+09 1.20670970e+10 1.48626790e+10
+ 1.08839546e+10 1.47643972e+10 1.46910026e+10 1.38238188e+10
+ 7.60799418e+09 1.34640832e+10 1.41521207e+10 1.44305529e+10
+ 9.14611732e+09 1.27527193e+10 1.27905387e+10 1.30683193e+10
+ 1.37629901e+10 1.33230529e+10 1.12330914e+10 1.49236266e+10
+ 1.06277178e+10 1.56640137e+10 4.65839621e+09 1.37510909e+10
+ 1.12726002e+10 1.39773827e+10 1.53703866e+10 1.27878499e+10
+ 1.62892780e+10 1.54243575e+10 8.76616456e+09 1.44018284e+10
+ 1.58041865e+10 1.23526294e+10 1.48820275e+10 1.48402031e+10
+ 1.22364604e+10 9.75983163e+09 1.55344611e+10 1.30352108e+10
+ 1.34731953e+10 1.27774680e+10 1.57030844e+10 1.15916820e+10
+ 1.38505403e+10 1.21287984e+10 1.54338143e+10 1.32250162e+10
+ 1.41867013e+10 1.22888017e+10 1.51767512e+10 1.01114344e+10
+ 1.01277777e+10 1.26390264e+10 1.33629771e+10 1.34428674e+10
+ 7.16831395e+09 1.42961886e+10 1.40453387e+10 1.38285368e+10
+ 1.29631760e+10 1.23002574e+10 1.17650084e+10 1.38013644e+10
+ 1.32310769e+10 1.28351264e+10 8.55746871e+09 1.17672193e+10
+ 1.33767536e+10 5.57744407e+09 1.27598445e+10 1.41415006e+10
+ 1.43820280e+10 9.24207207e+09 1.13801384e+10 1.32800185e+10
+ 1.02520796e+10 1.46684428e+10 1.10772456e+10 1.32988230e+10
+ 9.01564749e+09 1.35797461e+10 1.42698307e+10 1.38741103e+10
+ 1.00039218e+10 1.50928334e+10 1.00446598e+10 1.36512514e+10
+ 1.47472500e+10 1.48543235e+10 1.21238040e+10 4.55765911e+09
+ 1.27607941e+10 1.03629078e+10 1.32363491e+10 1.34858642e+10
+ 1.37706906e+10 8.91412612e+09 1.35980638e+10 1.54763562e+10
+ 1.28972292e+10 9.19154502e+09 1.14585139e+10 1.49203470e+10
+ 1.27954130e+10 1.35274279e+10 1.07929683e+10 1.27564478e+10
+ 1.46803953e+10 1.47384914e+10 1.38012026e+10 1.21066258e+10
+ 1.16896916e+10 1.17217161e+10 1.49205582e+10 1.22040803e+10
+ 1.35787184e+10 1.45316628e+10 1.44281221e+10 1.45849038e+10
+ 1.20154576e+10 1.45767588e+10 1.06640320e+10 1.44628124e+10
+ 1.39682360e+10 1.32208201e+10 1.31373896e+10 1.57665856e+10
+ 1.37904029e+10 1.26729190e+10 8.45713785e+09 1.48554456e+10
+ 9.89580041e+09 1.29577840e+10 1.41826835e+10 4.11152013e+09
+ 1.32443000e+10 1.39405781e+10 1.31124921e+10 1.01770020e+10
+ 1.24546675e+10 1.30104047e+10 1.09264932e+10 1.17578861e+10
+ 1.48938219e+10 6.33721874e+09 1.40077009e+10 1.43266172e+10
+ 1.36415907e+10]
+Start computin r squared, result = 
+column mean vector=  [12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769]
+ diff with mean vector  [-6.39444032e+09  1.79564166e+09  2.30357170e+09  2.55895930e+09
+  2.11694957e+08  1.16621075e+09  4.03995630e+08  9.74258060e+08
+  1.14220125e+09  8.67828374e+08  6.91484912e+08  9.46396600e+08
+  2.73024921e+09 -2.08526724e+09  9.48434051e+08 -1.07370336e+09
+  1.72181141e+09  6.68009686e+08  1.56093654e+09 -1.57171485e+08
+  1.42228015e+09  4.84434433e+07 -9.93571928e+08 -6.36700970e+09
+ -2.26983848e+08  3.18987692e+09  2.70214291e+09  5.44777565e+08
+  2.12584942e+09 -3.34813939e+09 -1.61595544e+09  2.28460287e+09
+ -1.30588478e+09  2.17804018e+09  2.15363999e+09  2.01950870e+09
+ -6.59724774e+09  9.84567261e+08  1.80825396e+09  1.75700917e+09
+ -5.38147136e+09 -3.52039271e+08  2.79107177e+08  1.97101352e+08
+  2.31106159e+09 -2.79370188e+08 -1.07811309e+09  1.59313848e+09
+ -1.32939885e+09  2.64721477e+09 -7.48884308e+09  1.25132121e+09
+ -1.87983850e+09  1.73673239e+09  1.91496664e+09 -1.47051953e+08
+  3.46985764e+09  2.83186851e+09 -3.99094872e+09  1.73782197e+09
+  2.78518645e+09 -1.70999956e+09  2.43364961e+09  3.32852293e+09
+ -1.06819975e+09 -2.16503555e+09  2.54931307e+09  2.49811070e+08
+  6.92333054e+08  8.35171711e+07  2.45213935e+09 -1.03728750e+09
+  1.26665028e+09 -1.25916567e+09  2.47167416e+09  1.32293385e+08
+  2.13300975e+09 -1.09734620e+09  1.84351100e+09 -3.68170695e+09
+ -2.06022854e+09  1.16916806e+09  1.11172867e+09 -1.30605608e+08
+ -4.10206896e+09  1.75913279e+09  1.80103238e+09  1.39593495e+08
+ -1.14069219e+09  1.13336028e+08 -6.42026131e+08  1.91484022e+09
+  9.32133265e+08  6.79463553e+08 -3.78129309e+09 -7.83055129e+08
+  6.35518093e+08 -7.10841509e+09  7.19548592e+08  1.96745335e+09
+  1.89800346e+09 -4.08726532e+09 -1.67932399e+09  3.17893062e+08
+ -2.52646330e+09  1.22961512e+09 -1.71662580e+09  1.55097598e+09
+  1.04456070e+08  1.75408248e+09  1.14274900e+09  1.44455624e+09
+ -1.68052857e+09  2.18855337e+09 -2.61986543e+09  1.87097819e+09
+  2.17133790e+09  2.28506819e+09 -5.46523837e+08 -9.30869664e+09
+  2.07280573e+08 -1.93827508e+09 -2.64215348e+08  5.95309530e+08
+  1.28259154e+09 -5.10443758e+09  6.76554161e+08  3.22358544e+09
+  6.43687460e+08 -2.05806157e+09 -5.65311586e+08  1.31183515e+09
+ -1.34106216e+09  1.13222874e+08 -2.15261648e+09 -1.78240978e+08
+  1.65241511e+09  2.03823608e+09  1.79680240e+09 -1.53314971e+09
+ -7.60975743e+08 -7.65683968e+08  1.60364273e+09 -8.57317125e+08
+  8.22305234e+08  2.08092044e+09  1.77075168e+09  1.92156478e+09
+ -3.64299619e+08  3.30293602e+09 -1.91641333e+09  2.16230928e+09
+  9.59163718e+08 -9.94266882e+07 -3.43736867e+08  2.87787628e+09
+  1.68687190e+09 -5.04120244e+07 -6.83422148e+09  8.89286318e+08
+ -3.17848414e+09  1.28662670e+08  1.22181528e+09 -9.31627655e+09
+  1.38969302e+09  1.90835344e+09  2.34949321e+08 -2.52546857e+09
+ -8.13130800e+08  3.07254078e+08 -1.41619544e+09 -1.51949943e+09
+  1.64526767e+09 -6.76254965e+09 -8.43583619e+07  2.17738497e+09
+  9.32462925e+08]
+ diff with mean vector squared   [4.08888670e+19 3.22432898e+18 5.30644258e+18 6.54827272e+18
+ 4.48147550e+16 1.36004750e+18 1.63212469e+17 9.49178768e+17
+ 1.30462370e+18 7.53126086e+17 4.78151384e+17 8.95666524e+17
+ 7.45426076e+18 4.34833946e+18 8.99527150e+17 1.15283891e+18
+ 2.96463453e+18 4.46236941e+17 2.43652289e+18 2.47028757e+16
+ 2.02288083e+18 2.34676720e+15 9.87185176e+17 4.05388125e+19
+ 5.15216675e+16 1.01753148e+19 7.30157629e+18 2.96782595e+17
+ 4.51923577e+18 1.12100373e+19 2.61131197e+18 5.21941028e+18
+ 1.70533505e+18 4.74385902e+18 4.63816519e+18 4.07841537e+18
+ 4.35236777e+19 9.69372692e+17 3.26978240e+18 3.08708122e+18
+ 2.89602340e+19 1.23931648e+17 7.79008161e+16 3.88489430e+16
+ 5.34100568e+18 7.80477018e+16 1.16232783e+18 2.53809023e+18
+ 1.76730131e+18 7.00774606e+18 5.60827707e+19 1.56580476e+18
+ 3.53379277e+18 3.01623940e+18 3.66709723e+18 2.16242769e+16
+ 1.20399120e+19 8.01947924e+18 1.59276717e+19 3.02002519e+18
+ 7.75726355e+18 2.92409849e+18 5.92265040e+18 1.10790649e+19
+ 1.14105071e+18 4.68737892e+18 6.49899715e+18 6.24055709e+16
+ 4.79325058e+17 6.97511787e+15 6.01298741e+18 1.07596536e+18
+ 1.60440293e+18 1.58549819e+18 6.10917316e+18 1.75015397e+16
+ 4.54973061e+18 1.20416869e+18 3.39853281e+18 1.35549661e+19
+ 4.24454163e+18 1.36695395e+18 1.23594064e+18 1.70578250e+16
+ 1.68269698e+19 3.09454819e+18 3.24371763e+18 1.94863438e+16
+ 1.30117867e+18 1.28450551e+16 4.12197553e+17 3.66661305e+18
+ 8.68872423e+17 4.61670720e+17 1.42981774e+19 6.13175335e+17
+ 4.03883246e+17 5.05295651e+19 5.17750177e+17 3.87087268e+18
+ 3.60241713e+18 1.67057378e+19 2.82012906e+18 1.01055999e+17
+ 6.38301678e+18 1.51195334e+18 2.94680413e+18 2.40552648e+18
+ 1.09110706e+16 3.07680535e+18 1.30587528e+18 2.08674273e+18
+ 2.82417628e+18 4.78976587e+18 6.86369486e+18 3.50055939e+18
+ 4.71470830e+18 5.22153666e+18 2.98688304e+17 8.66518331e+19
+ 4.29652359e+16 3.75691027e+18 6.98097503e+16 3.54393437e+17
+ 1.64504106e+18 2.60552830e+19 4.57725533e+17 1.03915031e+19
+ 4.14333546e+17 4.23561743e+18 3.19577189e+17 1.72091145e+18
+ 1.79844773e+18 1.28194192e+16 4.63375771e+18 3.17698463e+16
+ 2.73047570e+18 4.15440633e+18 3.22849886e+18 2.35054803e+18
+ 5.79084081e+17 5.86271938e+17 2.57167001e+18 7.34992653e+17
+ 6.76185898e+17 4.33022989e+18 3.13556152e+18 3.69241122e+18
+ 1.32714213e+17 1.09093863e+19 3.67264007e+18 4.67558142e+18
+ 9.19995038e+17 9.88566633e+15 1.18155034e+17 8.28217189e+18
+ 2.84553680e+18 2.54137220e+15 4.67065832e+19 7.90830156e+17
+ 1.01027614e+19 1.65540827e+16 1.49283258e+18 8.67930088e+19
+ 1.93124669e+18 3.64181284e+18 5.52011837e+16 6.37799151e+18
+ 6.61181699e+17 9.44050686e+16 2.00560952e+18 2.30887852e+18
+ 2.70690571e+18 4.57320777e+19 7.11633322e+15 4.74100529e+18
+ 8.69487107e+17]
+ diff with predicted vector  [-1.49324816e+09  4.07694605e+08 -3.45169741e+08  1.58418989e+08
+ -1.29671593e+08 -1.59409543e+09  6.70684575e+08 -7.04774644e+08
+ -6.87432606e+08  3.70910552e+08 -1.17241402e+09 -5.99618957e+08
+  5.45295676e+08 -1.12885890e+09 -3.53208128e+08 -5.48428801e+07
+  3.14121992e+09 -1.83746462e+08 -6.72600214e+07 -1.07540511e+09
+ -4.42878644e+08  6.56563752e+08  5.28480652e+05 -5.85320987e+08
+  3.27218638e+08  3.24377389e+08 -3.17793581e+08 -5.65786733e+08
+ -4.35037738e+08  1.79235447e+08 -1.08225061e+09  2.27257008e+07
+  4.10962430e+08  1.44447815e+07  6.34392244e+07  7.96491783e+08
+ -1.60444007e+09  1.21285921e+08  2.56935114e+08 -7.27418968e+07
+ -1.92678684e+09 -5.03956759e+08  8.93702773e+07 -2.70416138e+08
+  1.14887328e+09 -1.00162129e+09  2.89597325e+08 -7.29686316e+08
+  6.43685187e+08 -4.15997048e+08  4.53562549e+08  1.01032149e+08
+ -5.51636848e+08  3.60151531e+08 -8.54618115e+08 -3.34100026e+08
+ -2.18618567e+08  8.31287610e+06 -1.56311442e+08 -6.32046040e+07
+ -4.18198221e+08 -1.46182709e+09  1.52423991e+08  1.08912167e+09
+ -7.03858327e+08  6.75934665e+08 -3.84346235e+08 -1.84597918e+08
+ -1.80060423e+08 -9.31490364e+07 -6.50143170e+08 -2.81676623e+07
+  1.69118137e+07 -7.87162240e+08 -3.61338309e+08 -4.91920957e+08
+  5.47110249e+08 -7.85346029e+08 -7.32438323e+08 -1.19233947e+09
+  4.12795648e+08  1.13094351e+09  3.49553445e+08 -9.72671137e+08
+  1.33041893e+09  6.37459947e+07  3.56495545e+08 -1.08814150e+09
+ -1.50306637e+09  4.13880428e+08  1.93767268e+08  7.14277659e+08
+  3.01858230e+08  4.45139027e+08  2.62040043e+08  5.05274577e+07
+ -1.40433630e+08 -8.50573261e+07  5.60505967e+08  4.26754607e+08
+  1.16777345e+08 -7.28535550e+08 -4.58660566e+08 -3.61323574e+08
+ -1.77741011e+08 -8.38025846e+08 -1.93069573e+08  8.52954842e+08
+  3.68961041e+09  7.75138209e+08 -5.26279866e+08  1.71247751e+08
+  9.16351469e+08 -3.03478206e+08 -6.37233805e+07  8.20528657e+08
+  2.48897189e+07  3.15465487e+07 -6.95260056e+07 -1.26555391e+09
+  4.72882751e+07  2.99618965e+08 -8.99762624e+08 -2.89752786e+08
+  1.12702793e+08 -1.41776185e+09 -3.20707828e+08  3.48031034e+08
+  3.47260146e+08  1.35119524e+09  5.76976384e+08 -1.00770998e+09
+ -1.53567337e+09 -8.13403142e+08 -3.44782964e+08 -3.33886960e+08
+ -4.27178364e+08 -9.94535071e+07  5.96401685e+08 -1.03897363e+09
+  1.50134527e+08  1.13401794e+08 -7.16113580e+08 -4.60595595e+08
+ -1.55611304e+08  1.50059441e+08 -5.65685753e+07 -6.25371413e+07
+  2.21044578e+08  1.32697904e+09  2.03564878e+07  3.00298701e+08
+ -4.08270411e+08 -7.19444943e+08 -8.80324627e+08 -2.87907430e+08
+  4.97270865e+08 -1.22529170e+08 -2.69055749e+09 -1.36535743e+09
+ -4.73482707e+08 -2.28319493e+08 -3.60066349e+08 -8.26994846e+08
+  7.46194874e+08  5.68577142e+08 -2.76740987e+08 -1.01668749e+08
+ -6.66996452e+08 -1.02348745e+08  2.58113193e+08 -6.76583696e+08
+ -6.47752407e+08 -4.98966548e+08 -1.49125741e+09  4.51569577e+08
+ -1.08325949e+08]
+ diff with predicted vector squared [2.22979006e+18 1.66214891e+17 1.19142150e+17 2.50965762e+16
+ 1.68147219e+16 2.54114023e+18 4.49817799e+17 4.96707299e+17
+ 4.72563587e+17 1.37574638e+17 1.37455463e+18 3.59542894e+17
+ 2.97347375e+17 1.27432242e+18 1.24755982e+17 3.00774150e+15
+ 9.86726258e+18 3.37627624e+16 4.52391048e+15 1.15649615e+18
+ 1.96141494e+17 4.31075960e+17 2.79291800e+11 3.42600658e+17
+ 1.07072037e+17 1.05220690e+17 1.00992760e+17 3.20114627e+17
+ 1.89257833e+17 3.21253453e+16 1.17126638e+18 5.16457478e+14
+ 1.68890119e+17 2.08651713e+14 4.02453520e+15 6.34399161e+17
+ 2.57422795e+18 1.47102745e+16 6.60156530e+16 5.29138355e+15
+ 3.71250755e+18 2.53972415e+17 7.98704647e+15 7.31248876e+16
+ 1.31990982e+18 1.00324522e+18 8.38666109e+16 5.32442120e+17
+ 4.14330619e+17 1.73053544e+17 2.05718986e+17 1.02074951e+16
+ 3.04303212e+17 1.29709126e+17 7.30372122e+17 1.11622827e+17
+ 4.77940779e+16 6.91039091e+13 2.44332669e+16 3.99482197e+15
+ 1.74889752e+17 2.13693845e+18 2.32330732e+16 1.18618602e+18
+ 4.95416545e+17 4.56887671e+17 1.47722028e+17 3.40763912e+16
+ 3.24217558e+16 8.67674298e+15 4.22686142e+17 7.93417202e+14
+ 2.86009442e+14 6.19624393e+17 1.30565374e+17 2.41986228e+17
+ 2.99329625e+17 6.16768385e+17 5.36465897e+17 1.42167340e+18
+ 1.70400247e+17 1.27903321e+18 1.22187611e+17 9.46089141e+17
+ 1.77001453e+18 4.06355185e+15 1.27089073e+17 1.18405193e+18
+ 2.25920853e+18 1.71297009e+17 3.75457541e+16 5.10192574e+17
+ 9.11183913e+16 1.98148754e+17 6.86649843e+16 2.55302399e+15
+ 1.97216044e+16 7.23474873e+15 3.14166939e+17 1.82119494e+17
+ 1.36369482e+16 5.30764048e+17 2.10369515e+17 1.30554725e+17
+ 3.15918670e+16 7.02287319e+17 3.72758599e+16 7.27531963e+17
+ 1.36132250e+19 6.00839243e+17 2.76970498e+17 2.93257923e+16
+ 8.39700014e+17 9.20990213e+16 4.06066922e+15 6.73267277e+17
+ 6.19498109e+14 9.95184733e+14 4.83386545e+15 1.60162669e+18
+ 2.23618096e+15 8.97715239e+16 8.09572780e+17 8.39566770e+16
+ 1.27019196e+16 2.01004867e+18 1.02853511e+17 1.21125601e+17
+ 1.20589609e+17 1.82572859e+18 3.32901748e+17 1.01547941e+18
+ 2.35829271e+18 6.61624672e+17 1.18875293e+17 1.11480502e+17
+ 1.82481355e+17 9.89100008e+15 3.55694970e+17 1.07946621e+18
+ 2.25403761e+16 1.28599668e+16 5.12818660e+17 2.12148302e+17
+ 2.42148780e+16 2.25178358e+16 3.20000371e+15 3.91089405e+15
+ 4.88607056e+16 1.76087337e+18 4.14386595e+14 9.01793097e+16
+ 1.66684729e+17 5.17601026e+17 7.74971449e+17 8.28906885e+16
+ 2.47278313e+17 1.50133976e+16 7.23909960e+18 1.86420090e+18
+ 2.24185874e+17 5.21297907e+16 1.29647776e+17 6.83920476e+17
+ 5.56806790e+17 3.23279966e+17 7.65855737e+16 1.03365345e+16
+ 4.44884267e+17 1.04752655e+16 6.66224205e+16 4.57765498e+17
+ 4.19583181e+17 2.48967616e+17 2.22384868e+18 2.03915083e+17
+ 1.17345113e+16]
+End computing r squared, result =  0.8999417647627684
+ Kernel ridge R2 score =  0.8999417647627684
+printing plots
+Start computin r squared, result = 
+column mean vector=  [12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769]
+ diff with mean vector  [-6.39444032e+09  1.79564166e+09  2.30357170e+09  2.55895930e+09
+  2.11694957e+08  1.16621075e+09  4.03995630e+08  9.74258060e+08
+  1.14220125e+09  8.67828374e+08  6.91484912e+08  9.46396600e+08
+  2.73024921e+09 -2.08526724e+09  9.48434051e+08 -1.07370336e+09
+  1.72181141e+09  6.68009686e+08  1.56093654e+09 -1.57171485e+08
+  1.42228015e+09  4.84434433e+07 -9.93571928e+08 -6.36700970e+09
+ -2.26983848e+08  3.18987692e+09  2.70214291e+09  5.44777565e+08
+  2.12584942e+09 -3.34813939e+09 -1.61595544e+09  2.28460287e+09
+ -1.30588478e+09  2.17804018e+09  2.15363999e+09  2.01950870e+09
+ -6.59724774e+09  9.84567261e+08  1.80825396e+09  1.75700917e+09
+ -5.38147136e+09 -3.52039271e+08  2.79107177e+08  1.97101352e+08
+  2.31106159e+09 -2.79370188e+08 -1.07811309e+09  1.59313848e+09
+ -1.32939885e+09  2.64721477e+09 -7.48884308e+09  1.25132121e+09
+ -1.87983850e+09  1.73673239e+09  1.91496664e+09 -1.47051953e+08
+  3.46985764e+09  2.83186851e+09 -3.99094872e+09  1.73782197e+09
+  2.78518645e+09 -1.70999956e+09  2.43364961e+09  3.32852293e+09
+ -1.06819975e+09 -2.16503555e+09  2.54931307e+09  2.49811070e+08
+  6.92333054e+08  8.35171711e+07  2.45213935e+09 -1.03728750e+09
+  1.26665028e+09 -1.25916567e+09  2.47167416e+09  1.32293385e+08
+  2.13300975e+09 -1.09734620e+09  1.84351100e+09 -3.68170695e+09
+ -2.06022854e+09  1.16916806e+09  1.11172867e+09 -1.30605608e+08
+ -4.10206896e+09  1.75913279e+09  1.80103238e+09  1.39593495e+08
+ -1.14069219e+09  1.13336028e+08 -6.42026131e+08  1.91484022e+09
+  9.32133265e+08  6.79463553e+08 -3.78129309e+09 -7.83055129e+08
+  6.35518093e+08 -7.10841509e+09  7.19548592e+08  1.96745335e+09
+  1.89800346e+09 -4.08726532e+09 -1.67932399e+09  3.17893062e+08
+ -2.52646330e+09  1.22961512e+09 -1.71662580e+09  1.55097598e+09
+  1.04456070e+08  1.75408248e+09  1.14274900e+09  1.44455624e+09
+ -1.68052857e+09  2.18855337e+09 -2.61986543e+09  1.87097819e+09
+  2.17133790e+09  2.28506819e+09 -5.46523837e+08 -9.30869664e+09
+  2.07280573e+08 -1.93827508e+09 -2.64215348e+08  5.95309530e+08
+  1.28259154e+09 -5.10443758e+09  6.76554161e+08  3.22358544e+09
+  6.43687460e+08 -2.05806157e+09 -5.65311586e+08  1.31183515e+09
+ -1.34106216e+09  1.13222874e+08 -2.15261648e+09 -1.78240978e+08
+  1.65241511e+09  2.03823608e+09  1.79680240e+09 -1.53314971e+09
+ -7.60975743e+08 -7.65683968e+08  1.60364273e+09 -8.57317125e+08
+  8.22305234e+08  2.08092044e+09  1.77075168e+09  1.92156478e+09
+ -3.64299619e+08  3.30293602e+09 -1.91641333e+09  2.16230928e+09
+  9.59163718e+08 -9.94266882e+07 -3.43736867e+08  2.87787628e+09
+  1.68687190e+09 -5.04120244e+07 -6.83422148e+09  8.89286318e+08
+ -3.17848414e+09  1.28662670e+08  1.22181528e+09 -9.31627655e+09
+  1.38969302e+09  1.90835344e+09  2.34949321e+08 -2.52546857e+09
+ -8.13130800e+08  3.07254078e+08 -1.41619544e+09 -1.51949943e+09
+  1.64526767e+09 -6.76254965e+09 -8.43583619e+07  2.17738497e+09
+  9.32462925e+08]
+ diff with mean vector squared   [4.08888670e+19 3.22432898e+18 5.30644258e+18 6.54827272e+18
+ 4.48147550e+16 1.36004750e+18 1.63212469e+17 9.49178768e+17
+ 1.30462370e+18 7.53126086e+17 4.78151384e+17 8.95666524e+17
+ 7.45426076e+18 4.34833946e+18 8.99527150e+17 1.15283891e+18
+ 2.96463453e+18 4.46236941e+17 2.43652289e+18 2.47028757e+16
+ 2.02288083e+18 2.34676720e+15 9.87185176e+17 4.05388125e+19
+ 5.15216675e+16 1.01753148e+19 7.30157629e+18 2.96782595e+17
+ 4.51923577e+18 1.12100373e+19 2.61131197e+18 5.21941028e+18
+ 1.70533505e+18 4.74385902e+18 4.63816519e+18 4.07841537e+18
+ 4.35236777e+19 9.69372692e+17 3.26978240e+18 3.08708122e+18
+ 2.89602340e+19 1.23931648e+17 7.79008161e+16 3.88489430e+16
+ 5.34100568e+18 7.80477018e+16 1.16232783e+18 2.53809023e+18
+ 1.76730131e+18 7.00774606e+18 5.60827707e+19 1.56580476e+18
+ 3.53379277e+18 3.01623940e+18 3.66709723e+18 2.16242769e+16
+ 1.20399120e+19 8.01947924e+18 1.59276717e+19 3.02002519e+18
+ 7.75726355e+18 2.92409849e+18 5.92265040e+18 1.10790649e+19
+ 1.14105071e+18 4.68737892e+18 6.49899715e+18 6.24055709e+16
+ 4.79325058e+17 6.97511787e+15 6.01298741e+18 1.07596536e+18
+ 1.60440293e+18 1.58549819e+18 6.10917316e+18 1.75015397e+16
+ 4.54973061e+18 1.20416869e+18 3.39853281e+18 1.35549661e+19
+ 4.24454163e+18 1.36695395e+18 1.23594064e+18 1.70578250e+16
+ 1.68269698e+19 3.09454819e+18 3.24371763e+18 1.94863438e+16
+ 1.30117867e+18 1.28450551e+16 4.12197553e+17 3.66661305e+18
+ 8.68872423e+17 4.61670720e+17 1.42981774e+19 6.13175335e+17
+ 4.03883246e+17 5.05295651e+19 5.17750177e+17 3.87087268e+18
+ 3.60241713e+18 1.67057378e+19 2.82012906e+18 1.01055999e+17
+ 6.38301678e+18 1.51195334e+18 2.94680413e+18 2.40552648e+18
+ 1.09110706e+16 3.07680535e+18 1.30587528e+18 2.08674273e+18
+ 2.82417628e+18 4.78976587e+18 6.86369486e+18 3.50055939e+18
+ 4.71470830e+18 5.22153666e+18 2.98688304e+17 8.66518331e+19
+ 4.29652359e+16 3.75691027e+18 6.98097503e+16 3.54393437e+17
+ 1.64504106e+18 2.60552830e+19 4.57725533e+17 1.03915031e+19
+ 4.14333546e+17 4.23561743e+18 3.19577189e+17 1.72091145e+18
+ 1.79844773e+18 1.28194192e+16 4.63375771e+18 3.17698463e+16
+ 2.73047570e+18 4.15440633e+18 3.22849886e+18 2.35054803e+18
+ 5.79084081e+17 5.86271938e+17 2.57167001e+18 7.34992653e+17
+ 6.76185898e+17 4.33022989e+18 3.13556152e+18 3.69241122e+18
+ 1.32714213e+17 1.09093863e+19 3.67264007e+18 4.67558142e+18
+ 9.19995038e+17 9.88566633e+15 1.18155034e+17 8.28217189e+18
+ 2.84553680e+18 2.54137220e+15 4.67065832e+19 7.90830156e+17
+ 1.01027614e+19 1.65540827e+16 1.49283258e+18 8.67930088e+19
+ 1.93124669e+18 3.64181284e+18 5.52011837e+16 6.37799151e+18
+ 6.61181699e+17 9.44050686e+16 2.00560952e+18 2.30887852e+18
+ 2.70690571e+18 4.57320777e+19 7.11633322e+15 4.74100529e+18
+ 8.69487107e+17]
+ diff with predicted vector  [-1.49324816e+09  4.07694605e+08 -3.45169741e+08  1.58418989e+08
+ -1.29671593e+08 -1.59409543e+09  6.70684575e+08 -7.04774644e+08
+ -6.87432606e+08  3.70910552e+08 -1.17241402e+09 -5.99618957e+08
+  5.45295676e+08 -1.12885890e+09 -3.53208128e+08 -5.48428801e+07
+  3.14121992e+09 -1.83746462e+08 -6.72600214e+07 -1.07540511e+09
+ -4.42878644e+08  6.56563752e+08  5.28480652e+05 -5.85320987e+08
+  3.27218638e+08  3.24377389e+08 -3.17793581e+08 -5.65786733e+08
+ -4.35037738e+08  1.79235447e+08 -1.08225061e+09  2.27257008e+07
+  4.10962430e+08  1.44447815e+07  6.34392244e+07  7.96491783e+08
+ -1.60444007e+09  1.21285921e+08  2.56935114e+08 -7.27418968e+07
+ -1.92678684e+09 -5.03956759e+08  8.93702773e+07 -2.70416138e+08
+  1.14887328e+09 -1.00162129e+09  2.89597325e+08 -7.29686316e+08
+  6.43685187e+08 -4.15997048e+08  4.53562549e+08  1.01032149e+08
+ -5.51636848e+08  3.60151531e+08 -8.54618115e+08 -3.34100026e+08
+ -2.18618567e+08  8.31287610e+06 -1.56311442e+08 -6.32046040e+07
+ -4.18198221e+08 -1.46182709e+09  1.52423991e+08  1.08912167e+09
+ -7.03858327e+08  6.75934665e+08 -3.84346235e+08 -1.84597918e+08
+ -1.80060423e+08 -9.31490364e+07 -6.50143170e+08 -2.81676623e+07
+  1.69118137e+07 -7.87162240e+08 -3.61338309e+08 -4.91920957e+08
+  5.47110249e+08 -7.85346029e+08 -7.32438323e+08 -1.19233947e+09
+  4.12795648e+08  1.13094351e+09  3.49553445e+08 -9.72671137e+08
+  1.33041893e+09  6.37459947e+07  3.56495545e+08 -1.08814150e+09
+ -1.50306637e+09  4.13880428e+08  1.93767268e+08  7.14277659e+08
+  3.01858230e+08  4.45139027e+08  2.62040043e+08  5.05274577e+07
+ -1.40433630e+08 -8.50573261e+07  5.60505967e+08  4.26754607e+08
+  1.16777345e+08 -7.28535550e+08 -4.58660566e+08 -3.61323574e+08
+ -1.77741011e+08 -8.38025846e+08 -1.93069573e+08  8.52954842e+08
+  3.68961041e+09  7.75138209e+08 -5.26279866e+08  1.71247751e+08
+  9.16351469e+08 -3.03478206e+08 -6.37233805e+07  8.20528657e+08
+  2.48897189e+07  3.15465487e+07 -6.95260056e+07 -1.26555391e+09
+  4.72882751e+07  2.99618965e+08 -8.99762624e+08 -2.89752786e+08
+  1.12702793e+08 -1.41776185e+09 -3.20707828e+08  3.48031034e+08
+  3.47260146e+08  1.35119524e+09  5.76976384e+08 -1.00770998e+09
+ -1.53567337e+09 -8.13403142e+08 -3.44782964e+08 -3.33886960e+08
+ -4.27178364e+08 -9.94535071e+07  5.96401685e+08 -1.03897363e+09
+  1.50134527e+08  1.13401794e+08 -7.16113580e+08 -4.60595595e+08
+ -1.55611304e+08  1.50059441e+08 -5.65685753e+07 -6.25371413e+07
+  2.21044578e+08  1.32697904e+09  2.03564878e+07  3.00298701e+08
+ -4.08270411e+08 -7.19444943e+08 -8.80324627e+08 -2.87907430e+08
+  4.97270865e+08 -1.22529170e+08 -2.69055749e+09 -1.36535743e+09
+ -4.73482707e+08 -2.28319493e+08 -3.60066349e+08 -8.26994846e+08
+  7.46194874e+08  5.68577142e+08 -2.76740987e+08 -1.01668749e+08
+ -6.66996452e+08 -1.02348745e+08  2.58113193e+08 -6.76583696e+08
+ -6.47752407e+08 -4.98966548e+08 -1.49125741e+09  4.51569577e+08
+ -1.08325949e+08]
+ diff with predicted vector squared [2.22979006e+18 1.66214891e+17 1.19142150e+17 2.50965762e+16
+ 1.68147219e+16 2.54114023e+18 4.49817799e+17 4.96707299e+17
+ 4.72563587e+17 1.37574638e+17 1.37455463e+18 3.59542894e+17
+ 2.97347375e+17 1.27432242e+18 1.24755982e+17 3.00774150e+15
+ 9.86726258e+18 3.37627624e+16 4.52391048e+15 1.15649615e+18
+ 1.96141494e+17 4.31075960e+17 2.79291800e+11 3.42600658e+17
+ 1.07072037e+17 1.05220690e+17 1.00992760e+17 3.20114627e+17
+ 1.89257833e+17 3.21253453e+16 1.17126638e+18 5.16457478e+14
+ 1.68890119e+17 2.08651713e+14 4.02453520e+15 6.34399161e+17
+ 2.57422795e+18 1.47102745e+16 6.60156530e+16 5.29138355e+15
+ 3.71250755e+18 2.53972415e+17 7.98704647e+15 7.31248876e+16
+ 1.31990982e+18 1.00324522e+18 8.38666109e+16 5.32442120e+17
+ 4.14330619e+17 1.73053544e+17 2.05718986e+17 1.02074951e+16
+ 3.04303212e+17 1.29709126e+17 7.30372122e+17 1.11622827e+17
+ 4.77940779e+16 6.91039091e+13 2.44332669e+16 3.99482197e+15
+ 1.74889752e+17 2.13693845e+18 2.32330732e+16 1.18618602e+18
+ 4.95416545e+17 4.56887671e+17 1.47722028e+17 3.40763912e+16
+ 3.24217558e+16 8.67674298e+15 4.22686142e+17 7.93417202e+14
+ 2.86009442e+14 6.19624393e+17 1.30565374e+17 2.41986228e+17
+ 2.99329625e+17 6.16768385e+17 5.36465897e+17 1.42167340e+18
+ 1.70400247e+17 1.27903321e+18 1.22187611e+17 9.46089141e+17
+ 1.77001453e+18 4.06355185e+15 1.27089073e+17 1.18405193e+18
+ 2.25920853e+18 1.71297009e+17 3.75457541e+16 5.10192574e+17
+ 9.11183913e+16 1.98148754e+17 6.86649843e+16 2.55302399e+15
+ 1.97216044e+16 7.23474873e+15 3.14166939e+17 1.82119494e+17
+ 1.36369482e+16 5.30764048e+17 2.10369515e+17 1.30554725e+17
+ 3.15918670e+16 7.02287319e+17 3.72758599e+16 7.27531963e+17
+ 1.36132250e+19 6.00839243e+17 2.76970498e+17 2.93257923e+16
+ 8.39700014e+17 9.20990213e+16 4.06066922e+15 6.73267277e+17
+ 6.19498109e+14 9.95184733e+14 4.83386545e+15 1.60162669e+18
+ 2.23618096e+15 8.97715239e+16 8.09572780e+17 8.39566770e+16
+ 1.27019196e+16 2.01004867e+18 1.02853511e+17 1.21125601e+17
+ 1.20589609e+17 1.82572859e+18 3.32901748e+17 1.01547941e+18
+ 2.35829271e+18 6.61624672e+17 1.18875293e+17 1.11480502e+17
+ 1.82481355e+17 9.89100008e+15 3.55694970e+17 1.07946621e+18
+ 2.25403761e+16 1.28599668e+16 5.12818660e+17 2.12148302e+17
+ 2.42148780e+16 2.25178358e+16 3.20000371e+15 3.91089405e+15
+ 4.88607056e+16 1.76087337e+18 4.14386595e+14 9.01793097e+16
+ 1.66684729e+17 5.17601026e+17 7.74971449e+17 8.28906885e+16
+ 2.47278313e+17 1.50133976e+16 7.23909960e+18 1.86420090e+18
+ 2.24185874e+17 5.21297907e+16 1.29647776e+17 6.83920476e+17
+ 5.56806790e+17 3.23279966e+17 7.65855737e+16 1.03365345e+16
+ 4.44884267e+17 1.04752655e+16 6.66224205e+16 4.57765498e+17
+ 4.19583181e+17 2.48967616e+17 2.22384868e+18 2.03915083e+17
+ 1.17345113e+16]
+End computing r squared, result =  0.8999417647627684
+Start computin r squared, result = 
+column mean vector=  [12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769]
+ diff with mean vector  [-6.39444032e+09  1.79564166e+09  2.30357170e+09  2.55895930e+09
+  2.11694957e+08  1.16621075e+09  4.03995630e+08  9.74258060e+08
+  1.14220125e+09  8.67828374e+08  6.91484912e+08  9.46396600e+08
+  2.73024921e+09 -2.08526724e+09  9.48434051e+08 -1.07370336e+09
+  1.72181141e+09  6.68009686e+08  1.56093654e+09 -1.57171485e+08
+  1.42228015e+09  4.84434433e+07 -9.93571928e+08 -6.36700970e+09
+ -2.26983848e+08  3.18987692e+09  2.70214291e+09  5.44777565e+08
+  2.12584942e+09 -3.34813939e+09 -1.61595544e+09  2.28460287e+09
+ -1.30588478e+09  2.17804018e+09  2.15363999e+09  2.01950870e+09
+ -6.59724774e+09  9.84567261e+08  1.80825396e+09  1.75700917e+09
+ -5.38147136e+09 -3.52039271e+08  2.79107177e+08  1.97101352e+08
+  2.31106159e+09 -2.79370188e+08 -1.07811309e+09  1.59313848e+09
+ -1.32939885e+09  2.64721477e+09 -7.48884308e+09  1.25132121e+09
+ -1.87983850e+09  1.73673239e+09  1.91496664e+09 -1.47051953e+08
+  3.46985764e+09  2.83186851e+09 -3.99094872e+09  1.73782197e+09
+  2.78518645e+09 -1.70999956e+09  2.43364961e+09  3.32852293e+09
+ -1.06819975e+09 -2.16503555e+09  2.54931307e+09  2.49811070e+08
+  6.92333054e+08  8.35171711e+07  2.45213935e+09 -1.03728750e+09
+  1.26665028e+09 -1.25916567e+09  2.47167416e+09  1.32293385e+08
+  2.13300975e+09 -1.09734620e+09  1.84351100e+09 -3.68170695e+09
+ -2.06022854e+09  1.16916806e+09  1.11172867e+09 -1.30605608e+08
+ -4.10206896e+09  1.75913279e+09  1.80103238e+09  1.39593495e+08
+ -1.14069219e+09  1.13336028e+08 -6.42026131e+08  1.91484022e+09
+  9.32133265e+08  6.79463553e+08 -3.78129309e+09 -7.83055129e+08
+  6.35518093e+08 -7.10841509e+09  7.19548592e+08  1.96745335e+09
+  1.89800346e+09 -4.08726532e+09 -1.67932399e+09  3.17893062e+08
+ -2.52646330e+09  1.22961512e+09 -1.71662580e+09  1.55097598e+09
+  1.04456070e+08  1.75408248e+09  1.14274900e+09  1.44455624e+09
+ -1.68052857e+09  2.18855337e+09 -2.61986543e+09  1.87097819e+09
+  2.17133790e+09  2.28506819e+09 -5.46523837e+08 -9.30869664e+09
+  2.07280573e+08 -1.93827508e+09 -2.64215348e+08  5.95309530e+08
+  1.28259154e+09 -5.10443758e+09  6.76554161e+08  3.22358544e+09
+  6.43687460e+08 -2.05806157e+09 -5.65311586e+08  1.31183515e+09
+ -1.34106216e+09  1.13222874e+08 -2.15261648e+09 -1.78240978e+08
+  1.65241511e+09  2.03823608e+09  1.79680240e+09 -1.53314971e+09
+ -7.60975743e+08 -7.65683968e+08  1.60364273e+09 -8.57317125e+08
+  8.22305234e+08  2.08092044e+09  1.77075168e+09  1.92156478e+09
+ -3.64299619e+08  3.30293602e+09 -1.91641333e+09  2.16230928e+09
+  9.59163718e+08 -9.94266882e+07 -3.43736867e+08  2.87787628e+09
+  1.68687190e+09 -5.04120244e+07 -6.83422148e+09  8.89286318e+08
+ -3.17848414e+09  1.28662670e+08  1.22181528e+09 -9.31627655e+09
+  1.38969302e+09  1.90835344e+09  2.34949321e+08 -2.52546857e+09
+ -8.13130800e+08  3.07254078e+08 -1.41619544e+09 -1.51949943e+09
+  1.64526767e+09 -6.76254965e+09 -8.43583619e+07  2.17738497e+09
+  9.32462925e+08]
+ diff with mean vector squared   [4.08888670e+19 3.22432898e+18 5.30644258e+18 6.54827272e+18
+ 4.48147550e+16 1.36004750e+18 1.63212469e+17 9.49178768e+17
+ 1.30462370e+18 7.53126086e+17 4.78151384e+17 8.95666524e+17
+ 7.45426076e+18 4.34833946e+18 8.99527150e+17 1.15283891e+18
+ 2.96463453e+18 4.46236941e+17 2.43652289e+18 2.47028757e+16
+ 2.02288083e+18 2.34676720e+15 9.87185176e+17 4.05388125e+19
+ 5.15216675e+16 1.01753148e+19 7.30157629e+18 2.96782595e+17
+ 4.51923577e+18 1.12100373e+19 2.61131197e+18 5.21941028e+18
+ 1.70533505e+18 4.74385902e+18 4.63816519e+18 4.07841537e+18
+ 4.35236777e+19 9.69372692e+17 3.26978240e+18 3.08708122e+18
+ 2.89602340e+19 1.23931648e+17 7.79008161e+16 3.88489430e+16
+ 5.34100568e+18 7.80477018e+16 1.16232783e+18 2.53809023e+18
+ 1.76730131e+18 7.00774606e+18 5.60827707e+19 1.56580476e+18
+ 3.53379277e+18 3.01623940e+18 3.66709723e+18 2.16242769e+16
+ 1.20399120e+19 8.01947924e+18 1.59276717e+19 3.02002519e+18
+ 7.75726355e+18 2.92409849e+18 5.92265040e+18 1.10790649e+19
+ 1.14105071e+18 4.68737892e+18 6.49899715e+18 6.24055709e+16
+ 4.79325058e+17 6.97511787e+15 6.01298741e+18 1.07596536e+18
+ 1.60440293e+18 1.58549819e+18 6.10917316e+18 1.75015397e+16
+ 4.54973061e+18 1.20416869e+18 3.39853281e+18 1.35549661e+19
+ 4.24454163e+18 1.36695395e+18 1.23594064e+18 1.70578250e+16
+ 1.68269698e+19 3.09454819e+18 3.24371763e+18 1.94863438e+16
+ 1.30117867e+18 1.28450551e+16 4.12197553e+17 3.66661305e+18
+ 8.68872423e+17 4.61670720e+17 1.42981774e+19 6.13175335e+17
+ 4.03883246e+17 5.05295651e+19 5.17750177e+17 3.87087268e+18
+ 3.60241713e+18 1.67057378e+19 2.82012906e+18 1.01055999e+17
+ 6.38301678e+18 1.51195334e+18 2.94680413e+18 2.40552648e+18
+ 1.09110706e+16 3.07680535e+18 1.30587528e+18 2.08674273e+18
+ 2.82417628e+18 4.78976587e+18 6.86369486e+18 3.50055939e+18
+ 4.71470830e+18 5.22153666e+18 2.98688304e+17 8.66518331e+19
+ 4.29652359e+16 3.75691027e+18 6.98097503e+16 3.54393437e+17
+ 1.64504106e+18 2.60552830e+19 4.57725533e+17 1.03915031e+19
+ 4.14333546e+17 4.23561743e+18 3.19577189e+17 1.72091145e+18
+ 1.79844773e+18 1.28194192e+16 4.63375771e+18 3.17698463e+16
+ 2.73047570e+18 4.15440633e+18 3.22849886e+18 2.35054803e+18
+ 5.79084081e+17 5.86271938e+17 2.57167001e+18 7.34992653e+17
+ 6.76185898e+17 4.33022989e+18 3.13556152e+18 3.69241122e+18
+ 1.32714213e+17 1.09093863e+19 3.67264007e+18 4.67558142e+18
+ 9.19995038e+17 9.88566633e+15 1.18155034e+17 8.28217189e+18
+ 2.84553680e+18 2.54137220e+15 4.67065832e+19 7.90830156e+17
+ 1.01027614e+19 1.65540827e+16 1.49283258e+18 8.67930088e+19
+ 1.93124669e+18 3.64181284e+18 5.52011837e+16 6.37799151e+18
+ 6.61181699e+17 9.44050686e+16 2.00560952e+18 2.30887852e+18
+ 2.70690571e+18 4.57320777e+19 7.11633322e+15 4.74100529e+18
+ 8.69487107e+17]
+ diff with predicted vector  [-1.49324816e+09  4.07694605e+08 -3.45169741e+08  1.58418989e+08
+ -1.29671593e+08 -1.59409543e+09  6.70684575e+08 -7.04774644e+08
+ -6.87432606e+08  3.70910552e+08 -1.17241402e+09 -5.99618957e+08
+  5.45295676e+08 -1.12885890e+09 -3.53208128e+08 -5.48428801e+07
+  3.14121992e+09 -1.83746462e+08 -6.72600214e+07 -1.07540511e+09
+ -4.42878644e+08  6.56563752e+08  5.28480652e+05 -5.85320987e+08
+  3.27218638e+08  3.24377389e+08 -3.17793581e+08 -5.65786733e+08
+ -4.35037738e+08  1.79235447e+08 -1.08225061e+09  2.27257008e+07
+  4.10962430e+08  1.44447815e+07  6.34392244e+07  7.96491783e+08
+ -1.60444007e+09  1.21285921e+08  2.56935114e+08 -7.27418968e+07
+ -1.92678684e+09 -5.03956759e+08  8.93702773e+07 -2.70416138e+08
+  1.14887328e+09 -1.00162129e+09  2.89597325e+08 -7.29686316e+08
+  6.43685187e+08 -4.15997048e+08  4.53562549e+08  1.01032149e+08
+ -5.51636848e+08  3.60151531e+08 -8.54618115e+08 -3.34100026e+08
+ -2.18618567e+08  8.31287610e+06 -1.56311442e+08 -6.32046040e+07
+ -4.18198221e+08 -1.46182709e+09  1.52423991e+08  1.08912167e+09
+ -7.03858327e+08  6.75934665e+08 -3.84346235e+08 -1.84597918e+08
+ -1.80060423e+08 -9.31490364e+07 -6.50143170e+08 -2.81676623e+07
+  1.69118137e+07 -7.87162240e+08 -3.61338309e+08 -4.91920957e+08
+  5.47110249e+08 -7.85346029e+08 -7.32438323e+08 -1.19233947e+09
+  4.12795648e+08  1.13094351e+09  3.49553445e+08 -9.72671137e+08
+  1.33041893e+09  6.37459947e+07  3.56495545e+08 -1.08814150e+09
+ -1.50306637e+09  4.13880428e+08  1.93767268e+08  7.14277659e+08
+  3.01858230e+08  4.45139027e+08  2.62040043e+08  5.05274577e+07
+ -1.40433630e+08 -8.50573261e+07  5.60505967e+08  4.26754607e+08
+  1.16777345e+08 -7.28535550e+08 -4.58660566e+08 -3.61323574e+08
+ -1.77741011e+08 -8.38025846e+08 -1.93069573e+08  8.52954842e+08
+  3.68961041e+09  7.75138209e+08 -5.26279866e+08  1.71247751e+08
+  9.16351469e+08 -3.03478206e+08 -6.37233805e+07  8.20528657e+08
+  2.48897189e+07  3.15465487e+07 -6.95260056e+07 -1.26555391e+09
+  4.72882751e+07  2.99618965e+08 -8.99762624e+08 -2.89752786e+08
+  1.12702793e+08 -1.41776185e+09 -3.20707828e+08  3.48031034e+08
+  3.47260146e+08  1.35119524e+09  5.76976384e+08 -1.00770998e+09
+ -1.53567337e+09 -8.13403142e+08 -3.44782964e+08 -3.33886960e+08
+ -4.27178364e+08 -9.94535071e+07  5.96401685e+08 -1.03897363e+09
+  1.50134527e+08  1.13401794e+08 -7.16113580e+08 -4.60595595e+08
+ -1.55611304e+08  1.50059441e+08 -5.65685753e+07 -6.25371413e+07
+  2.21044578e+08  1.32697904e+09  2.03564878e+07  3.00298701e+08
+ -4.08270411e+08 -7.19444943e+08 -8.80324627e+08 -2.87907430e+08
+  4.97270865e+08 -1.22529170e+08 -2.69055749e+09 -1.36535743e+09
+ -4.73482707e+08 -2.28319493e+08 -3.60066349e+08 -8.26994846e+08
+  7.46194874e+08  5.68577142e+08 -2.76740987e+08 -1.01668749e+08
+ -6.66996452e+08 -1.02348745e+08  2.58113193e+08 -6.76583696e+08
+ -6.47752407e+08 -4.98966548e+08 -1.49125741e+09  4.51569577e+08
+ -1.08325949e+08]
+ diff with predicted vector squared [2.22979006e+18 1.66214891e+17 1.19142150e+17 2.50965762e+16
+ 1.68147219e+16 2.54114023e+18 4.49817799e+17 4.96707299e+17
+ 4.72563587e+17 1.37574638e+17 1.37455463e+18 3.59542894e+17
+ 2.97347375e+17 1.27432242e+18 1.24755982e+17 3.00774150e+15
+ 9.86726258e+18 3.37627624e+16 4.52391048e+15 1.15649615e+18
+ 1.96141494e+17 4.31075960e+17 2.79291800e+11 3.42600658e+17
+ 1.07072037e+17 1.05220690e+17 1.00992760e+17 3.20114627e+17
+ 1.89257833e+17 3.21253453e+16 1.17126638e+18 5.16457478e+14
+ 1.68890119e+17 2.08651713e+14 4.02453520e+15 6.34399161e+17
+ 2.57422795e+18 1.47102745e+16 6.60156530e+16 5.29138355e+15
+ 3.71250755e+18 2.53972415e+17 7.98704647e+15 7.31248876e+16
+ 1.31990982e+18 1.00324522e+18 8.38666109e+16 5.32442120e+17
+ 4.14330619e+17 1.73053544e+17 2.05718986e+17 1.02074951e+16
+ 3.04303212e+17 1.29709126e+17 7.30372122e+17 1.11622827e+17
+ 4.77940779e+16 6.91039091e+13 2.44332669e+16 3.99482197e+15
+ 1.74889752e+17 2.13693845e+18 2.32330732e+16 1.18618602e+18
+ 4.95416545e+17 4.56887671e+17 1.47722028e+17 3.40763912e+16
+ 3.24217558e+16 8.67674298e+15 4.22686142e+17 7.93417202e+14
+ 2.86009442e+14 6.19624393e+17 1.30565374e+17 2.41986228e+17
+ 2.99329625e+17 6.16768385e+17 5.36465897e+17 1.42167340e+18
+ 1.70400247e+17 1.27903321e+18 1.22187611e+17 9.46089141e+17
+ 1.77001453e+18 4.06355185e+15 1.27089073e+17 1.18405193e+18
+ 2.25920853e+18 1.71297009e+17 3.75457541e+16 5.10192574e+17
+ 9.11183913e+16 1.98148754e+17 6.86649843e+16 2.55302399e+15
+ 1.97216044e+16 7.23474873e+15 3.14166939e+17 1.82119494e+17
+ 1.36369482e+16 5.30764048e+17 2.10369515e+17 1.30554725e+17
+ 3.15918670e+16 7.02287319e+17 3.72758599e+16 7.27531963e+17
+ 1.36132250e+19 6.00839243e+17 2.76970498e+17 2.93257923e+16
+ 8.39700014e+17 9.20990213e+16 4.06066922e+15 6.73267277e+17
+ 6.19498109e+14 9.95184733e+14 4.83386545e+15 1.60162669e+18
+ 2.23618096e+15 8.97715239e+16 8.09572780e+17 8.39566770e+16
+ 1.27019196e+16 2.01004867e+18 1.02853511e+17 1.21125601e+17
+ 1.20589609e+17 1.82572859e+18 3.32901748e+17 1.01547941e+18
+ 2.35829271e+18 6.61624672e+17 1.18875293e+17 1.11480502e+17
+ 1.82481355e+17 9.89100008e+15 3.55694970e+17 1.07946621e+18
+ 2.25403761e+16 1.28599668e+16 5.12818660e+17 2.12148302e+17
+ 2.42148780e+16 2.25178358e+16 3.20000371e+15 3.91089405e+15
+ 4.88607056e+16 1.76087337e+18 4.14386595e+14 9.01793097e+16
+ 1.66684729e+17 5.17601026e+17 7.74971449e+17 8.28906885e+16
+ 2.47278313e+17 1.50133976e+16 7.23909960e+18 1.86420090e+18
+ 2.24185874e+17 5.21297907e+16 1.29647776e+17 6.83920476e+17
+ 5.56806790e+17 3.23279966e+17 7.65855737e+16 1.03365345e+16
+ 4.44884267e+17 1.04752655e+16 6.66224205e+16 4.57765498e+17
+ 4.19583181e+17 2.48967616e+17 2.22384868e+18 2.03915083e+17
+ 1.17345113e+16]
+End computing r squared, result =  0.8999417647627684
+Start computin r squared, result = 
+column mean vector=  [12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769, 12600801839.507769]
+ diff with mean vector  [-6.39444032e+09  1.79564166e+09  2.30357170e+09  2.55895930e+09
+  2.11694957e+08  1.16621075e+09  4.03995630e+08  9.74258060e+08
+  1.14220125e+09  8.67828374e+08  6.91484912e+08  9.46396600e+08
+  2.73024921e+09 -2.08526724e+09  9.48434051e+08 -1.07370336e+09
+  1.72181141e+09  6.68009686e+08  1.56093654e+09 -1.57171485e+08
+  1.42228015e+09  4.84434433e+07 -9.93571928e+08 -6.36700970e+09
+ -2.26983848e+08  3.18987692e+09  2.70214291e+09  5.44777565e+08
+  2.12584942e+09 -3.34813939e+09 -1.61595544e+09  2.28460287e+09
+ -1.30588478e+09  2.17804018e+09  2.15363999e+09  2.01950870e+09
+ -6.59724774e+09  9.84567261e+08  1.80825396e+09  1.75700917e+09
+ -5.38147136e+09 -3.52039271e+08  2.79107177e+08  1.97101352e+08
+  2.31106159e+09 -2.79370188e+08 -1.07811309e+09  1.59313848e+09
+ -1.32939885e+09  2.64721477e+09 -7.48884308e+09  1.25132121e+09
+ -1.87983850e+09  1.73673239e+09  1.91496664e+09 -1.47051953e+08
+  3.46985764e+09  2.83186851e+09 -3.99094872e+09  1.73782197e+09
+  2.78518645e+09 -1.70999956e+09  2.43364961e+09  3.32852293e+09
+ -1.06819975e+09 -2.16503555e+09  2.54931307e+09  2.49811070e+08
+  6.92333054e+08  8.35171711e+07  2.45213935e+09 -1.03728750e+09
+  1.26665028e+09 -1.25916567e+09  2.47167416e+09  1.32293385e+08
+  2.13300975e+09 -1.09734620e+09  1.84351100e+09 -3.68170695e+09
+ -2.06022854e+09  1.16916806e+09  1.11172867e+09 -1.30605608e+08
+ -4.10206896e+09  1.75913279e+09  1.80103238e+09  1.39593495e+08
+ -1.14069219e+09  1.13336028e+08 -6.42026131e+08  1.91484022e+09
+  9.32133265e+08  6.79463553e+08 -3.78129309e+09 -7.83055129e+08
+  6.35518093e+08 -7.10841509e+09  7.19548592e+08  1.96745335e+09
+  1.89800346e+09 -4.08726532e+09 -1.67932399e+09  3.17893062e+08
+ -2.52646330e+09  1.22961512e+09 -1.71662580e+09  1.55097598e+09
+  1.04456070e+08  1.75408248e+09  1.14274900e+09  1.44455624e+09
+ -1.68052857e+09  2.18855337e+09 -2.61986543e+09  1.87097819e+09
+  2.17133790e+09  2.28506819e+09 -5.46523837e+08 -9.30869664e+09
+  2.07280573e+08 -1.93827508e+09 -2.64215348e+08  5.95309530e+08
+  1.28259154e+09 -5.10443758e+09  6.76554161e+08  3.22358544e+09
+  6.43687460e+08 -2.05806157e+09 -5.65311586e+08  1.31183515e+09
+ -1.34106216e+09  1.13222874e+08 -2.15261648e+09 -1.78240978e+08
+  1.65241511e+09  2.03823608e+09  1.79680240e+09 -1.53314971e+09
+ -7.60975743e+08 -7.65683968e+08  1.60364273e+09 -8.57317125e+08
+  8.22305234e+08  2.08092044e+09  1.77075168e+09  1.92156478e+09
+ -3.64299619e+08  3.30293602e+09 -1.91641333e+09  2.16230928e+09
+  9.59163718e+08 -9.94266882e+07 -3.43736867e+08  2.87787628e+09
+  1.68687190e+09 -5.04120244e+07 -6.83422148e+09  8.89286318e+08
+ -3.17848414e+09  1.28662670e+08  1.22181528e+09 -9.31627655e+09
+  1.38969302e+09  1.90835344e+09  2.34949321e+08 -2.52546857e+09
+ -8.13130800e+08  3.07254078e+08 -1.41619544e+09 -1.51949943e+09
+  1.64526767e+09 -6.76254965e+09 -8.43583619e+07  2.17738497e+09
+  9.32462925e+08]
+ diff with mean vector squared   [4.08888670e+19 3.22432898e+18 5.30644258e+18 6.54827272e+18
+ 4.48147550e+16 1.36004750e+18 1.63212469e+17 9.49178768e+17
+ 1.30462370e+18 7.53126086e+17 4.78151384e+17 8.95666524e+17
+ 7.45426076e+18 4.34833946e+18 8.99527150e+17 1.15283891e+18
+ 2.96463453e+18 4.46236941e+17 2.43652289e+18 2.47028757e+16
+ 2.02288083e+18 2.34676720e+15 9.87185176e+17 4.05388125e+19
+ 5.15216675e+16 1.01753148e+19 7.30157629e+18 2.96782595e+17
+ 4.51923577e+18 1.12100373e+19 2.61131197e+18 5.21941028e+18
+ 1.70533505e+18 4.74385902e+18 4.63816519e+18 4.07841537e+18
+ 4.35236777e+19 9.69372692e+17 3.26978240e+18 3.08708122e+18
+ 2.89602340e+19 1.23931648e+17 7.79008161e+16 3.88489430e+16
+ 5.34100568e+18 7.80477018e+16 1.16232783e+18 2.53809023e+18
+ 1.76730131e+18 7.00774606e+18 5.60827707e+19 1.56580476e+18
+ 3.53379277e+18 3.01623940e+18 3.66709723e+18 2.16242769e+16
+ 1.20399120e+19 8.01947924e+18 1.59276717e+19 3.02002519e+18
+ 7.75726355e+18 2.92409849e+18 5.92265040e+18 1.10790649e+19
+ 1.14105071e+18 4.68737892e+18 6.49899715e+18 6.24055709e+16
+ 4.79325058e+17 6.97511787e+15 6.01298741e+18 1.07596536e+18
+ 1.60440293e+18 1.58549819e+18 6.10917316e+18 1.75015397e+16
+ 4.54973061e+18 1.20416869e+18 3.39853281e+18 1.35549661e+19
+ 4.24454163e+18 1.36695395e+18 1.23594064e+18 1.70578250e+16
+ 1.68269698e+19 3.09454819e+18 3.24371763e+18 1.94863438e+16
+ 1.30117867e+18 1.28450551e+16 4.12197553e+17 3.66661305e+18
+ 8.68872423e+17 4.61670720e+17 1.42981774e+19 6.13175335e+17
+ 4.03883246e+17 5.05295651e+19 5.17750177e+17 3.87087268e+18
+ 3.60241713e+18 1.67057378e+19 2.82012906e+18 1.01055999e+17
+ 6.38301678e+18 1.51195334e+18 2.94680413e+18 2.40552648e+18
+ 1.09110706e+16 3.07680535e+18 1.30587528e+18 2.08674273e+18
+ 2.82417628e+18 4.78976587e+18 6.86369486e+18 3.50055939e+18
+ 4.71470830e+18 5.22153666e+18 2.98688304e+17 8.66518331e+19
+ 4.29652359e+16 3.75691027e+18 6.98097503e+16 3.54393437e+17
+ 1.64504106e+18 2.60552830e+19 4.57725533e+17 1.03915031e+19
+ 4.14333546e+17 4.23561743e+18 3.19577189e+17 1.72091145e+18
+ 1.79844773e+18 1.28194192e+16 4.63375771e+18 3.17698463e+16
+ 2.73047570e+18 4.15440633e+18 3.22849886e+18 2.35054803e+18
+ 5.79084081e+17 5.86271938e+17 2.57167001e+18 7.34992653e+17
+ 6.76185898e+17 4.33022989e+18 3.13556152e+18 3.69241122e+18
+ 1.32714213e+17 1.09093863e+19 3.67264007e+18 4.67558142e+18
+ 9.19995038e+17 9.88566633e+15 1.18155034e+17 8.28217189e+18
+ 2.84553680e+18 2.54137220e+15 4.67065832e+19 7.90830156e+17
+ 1.01027614e+19 1.65540827e+16 1.49283258e+18 8.67930088e+19
+ 1.93124669e+18 3.64181284e+18 5.52011837e+16 6.37799151e+18
+ 6.61181699e+17 9.44050686e+16 2.00560952e+18 2.30887852e+18
+ 2.70690571e+18 4.57320777e+19 7.11633322e+15 4.74100529e+18
+ 8.69487107e+17]
+ diff with predicted vector  [-1.49324816e+09  4.07694605e+08 -3.45169741e+08  1.58418989e+08
+ -1.29671593e+08 -1.59409543e+09  6.70684575e+08 -7.04774644e+08
+ -6.87432606e+08  3.70910552e+08 -1.17241402e+09 -5.99618957e+08
+  5.45295676e+08 -1.12885890e+09 -3.53208128e+08 -5.48428801e+07
+  3.14121992e+09 -1.83746462e+08 -6.72600214e+07 -1.07540511e+09
+ -4.42878644e+08  6.56563752e+08  5.28480652e+05 -5.85320987e+08
+  3.27218638e+08  3.24377389e+08 -3.17793581e+08 -5.65786733e+08
+ -4.35037738e+08  1.79235447e+08 -1.08225061e+09  2.27257008e+07
+  4.10962430e+08  1.44447815e+07  6.34392244e+07  7.96491783e+08
+ -1.60444007e+09  1.21285921e+08  2.56935114e+08 -7.27418968e+07
+ -1.92678684e+09 -5.03956759e+08  8.93702773e+07 -2.70416138e+08
+  1.14887328e+09 -1.00162129e+09  2.89597325e+08 -7.29686316e+08
+  6.43685187e+08 -4.15997048e+08  4.53562549e+08  1.01032149e+08
+ -5.51636848e+08  3.60151531e+08 -8.54618115e+08 -3.34100026e+08
+ -2.18618567e+08  8.31287610e+06 -1.56311442e+08 -6.32046040e+07
+ -4.18198221e+08 -1.46182709e+09  1.52423991e+08  1.08912167e+09
+ -7.03858327e+08  6.75934665e+08 -3.84346235e+08 -1.84597918e+08
+ -1.80060423e+08 -9.31490364e+07 -6.50143170e+08 -2.81676623e+07
+  1.69118137e+07 -7.87162240e+08 -3.61338309e+08 -4.91920957e+08
+  5.47110249e+08 -7.85346029e+08 -7.32438323e+08 -1.19233947e+09
+  4.12795648e+08  1.13094351e+09  3.49553445e+08 -9.72671137e+08
+  1.33041893e+09  6.37459947e+07  3.56495545e+08 -1.08814150e+09
+ -1.50306637e+09  4.13880428e+08  1.93767268e+08  7.14277659e+08
+  3.01858230e+08  4.45139027e+08  2.62040043e+08  5.05274577e+07
+ -1.40433630e+08 -8.50573261e+07  5.60505967e+08  4.26754607e+08
+  1.16777345e+08 -7.28535550e+08 -4.58660566e+08 -3.61323574e+08
+ -1.77741011e+08 -8.38025846e+08 -1.93069573e+08  8.52954842e+08
+  3.68961041e+09  7.75138209e+08 -5.26279866e+08  1.71247751e+08
+  9.16351469e+08 -3.03478206e+08 -6.37233805e+07  8.20528657e+08
+  2.48897189e+07  3.15465487e+07 -6.95260056e+07 -1.26555391e+09
+  4.72882751e+07  2.99618965e+08 -8.99762624e+08 -2.89752786e+08
+  1.12702793e+08 -1.41776185e+09 -3.20707828e+08  3.48031034e+08
+  3.47260146e+08  1.35119524e+09  5.76976384e+08 -1.00770998e+09
+ -1.53567337e+09 -8.13403142e+08 -3.44782964e+08 -3.33886960e+08
+ -4.27178364e+08 -9.94535071e+07  5.96401685e+08 -1.03897363e+09
+  1.50134527e+08  1.13401794e+08 -7.16113580e+08 -4.60595595e+08
+ -1.55611304e+08  1.50059441e+08 -5.65685753e+07 -6.25371413e+07
+  2.21044578e+08  1.32697904e+09  2.03564878e+07  3.00298701e+08
+ -4.08270411e+08 -7.19444943e+08 -8.80324627e+08 -2.87907430e+08
+  4.97270865e+08 -1.22529170e+08 -2.69055749e+09 -1.36535743e+09
+ -4.73482707e+08 -2.28319493e+08 -3.60066349e+08 -8.26994846e+08
+  7.46194874e+08  5.68577142e+08 -2.76740987e+08 -1.01668749e+08
+ -6.66996452e+08 -1.02348745e+08  2.58113193e+08 -6.76583696e+08
+ -6.47752407e+08 -4.98966548e+08 -1.49125741e+09  4.51569577e+08
+ -1.08325949e+08]
+ diff with predicted vector squared [2.22979006e+18 1.66214891e+17 1.19142150e+17 2.50965762e+16
+ 1.68147219e+16 2.54114023e+18 4.49817799e+17 4.96707299e+17
+ 4.72563587e+17 1.37574638e+17 1.37455463e+18 3.59542894e+17
+ 2.97347375e+17 1.27432242e+18 1.24755982e+17 3.00774150e+15
+ 9.86726258e+18 3.37627624e+16 4.52391048e+15 1.15649615e+18
+ 1.96141494e+17 4.31075960e+17 2.79291800e+11 3.42600658e+17
+ 1.07072037e+17 1.05220690e+17 1.00992760e+17 3.20114627e+17
+ 1.89257833e+17 3.21253453e+16 1.17126638e+18 5.16457478e+14
+ 1.68890119e+17 2.08651713e+14 4.02453520e+15 6.34399161e+17
+ 2.57422795e+18 1.47102745e+16 6.60156530e+16 5.29138355e+15
+ 3.71250755e+18 2.53972415e+17 7.98704647e+15 7.31248876e+16
+ 1.31990982e+18 1.00324522e+18 8.38666109e+16 5.32442120e+17
+ 4.14330619e+17 1.73053544e+17 2.05718986e+17 1.02074951e+16
+ 3.04303212e+17 1.29709126e+17 7.30372122e+17 1.11622827e+17
+ 4.77940779e+16 6.91039091e+13 2.44332669e+16 3.99482197e+15
+ 1.74889752e+17 2.13693845e+18 2.32330732e+16 1.18618602e+18
+ 4.95416545e+17 4.56887671e+17 1.47722028e+17 3.40763912e+16
+ 3.24217558e+16 8.67674298e+15 4.22686142e+17 7.93417202e+14
+ 2.86009442e+14 6.19624393e+17 1.30565374e+17 2.41986228e+17
+ 2.99329625e+17 6.16768385e+17 5.36465897e+17 1.42167340e+18
+ 1.70400247e+17 1.27903321e+18 1.22187611e+17 9.46089141e+17
+ 1.77001453e+18 4.06355185e+15 1.27089073e+17 1.18405193e+18
+ 2.25920853e+18 1.71297009e+17 3.75457541e+16 5.10192574e+17
+ 9.11183913e+16 1.98148754e+17 6.86649843e+16 2.55302399e+15
+ 1.97216044e+16 7.23474873e+15 3.14166939e+17 1.82119494e+17
+ 1.36369482e+16 5.30764048e+17 2.10369515e+17 1.30554725e+17
+ 3.15918670e+16 7.02287319e+17 3.72758599e+16 7.27531963e+17
+ 1.36132250e+19 6.00839243e+17 2.76970498e+17 2.93257923e+16
+ 8.39700014e+17 9.20990213e+16 4.06066922e+15 6.73267277e+17
+ 6.19498109e+14 9.95184733e+14 4.83386545e+15 1.60162669e+18
+ 2.23618096e+15 8.97715239e+16 8.09572780e+17 8.39566770e+16
+ 1.27019196e+16 2.01004867e+18 1.02853511e+17 1.21125601e+17
+ 1.20589609e+17 1.82572859e+18 3.32901748e+17 1.01547941e+18
+ 2.35829271e+18 6.61624672e+17 1.18875293e+17 1.11480502e+17
+ 1.82481355e+17 9.89100008e+15 3.55694970e+17 1.07946621e+18
+ 2.25403761e+16 1.28599668e+16 5.12818660e+17 2.12148302e+17
+ 2.42148780e+16 2.25178358e+16 3.20000371e+15 3.91089405e+15
+ 4.88607056e+16 1.76087337e+18 4.14386595e+14 9.01793097e+16
+ 1.66684729e+17 5.17601026e+17 7.74971449e+17 8.28906885e+16
+ 2.47278313e+17 1.50133976e+16 7.23909960e+18 1.86420090e+18
+ 2.24185874e+17 5.21297907e+16 1.29647776e+17 6.83920476e+17
+ 5.56806790e+17 3.23279966e+17 7.65855737e+16 1.03365345e+16
+ 4.44884267e+17 1.04752655e+16 6.66224205e+16 4.57765498e+17
+ 4.19583181e+17 2.48967616e+17 2.22384868e+18 2.03915083e+17
+ 1.17345113e+16]
+End computing r squared, result =  0.8999417647627684
+ R2 error =  0.8999417647627684
+ --- Actual line: ['google_pixel_4a_5g', 'google_pixel_4a_5g_format', False, False, 1000, 0.01000000099, False, '----', 0, 1000000000.0, 1000000000.0, 1e-09, 1000, 0.1, 100, False, 0.8999417647627684, 10, 10, 'base_Y']
+--- Number of possible combinations  3072
+--- Four is NOT in configuration :  (0, 0, 0)
+ --- converting (0, 0, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 0 in base 2
+ --- result  [0, 0, 0, 0, 0, 0]
+ --- converting 0 in base 4
+ --- result  [0, 0]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 0, 0]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 0, 0] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 0]
+--- array format :  [0, 0, 0, 0, 0, 0, 0, 0]
+--- Considering a new special case configuration:  [0, 0, 0]
+--- Adding the representant:  [0, 0, 0]
+--- Four is NOT in configuration :  (0, 0, 1)
+ --- converting (0, 0, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 0 in base 2
+ --- result  [0, 0, 0, 0, 0, 0]
+ --- converting 1 in base 4
+ --- result  [0, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 0, 1]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 0, 1] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 1]
+--- array format :  [0, 0, 0, 0, 0, 0, 0, 1]
+--- Considering a new special case configuration:  [0, 0, 1]
+--- Adding the representant:  [0, 0, 1]
+--- Four is NOT in configuration :  (0, 0, 2)
+ --- converting (0, 0, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 0 in base 2
+ --- result  [0, 0, 0, 0, 0, 0]
+ --- converting 2 in base 4
+ --- result  [0, 2]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 0, 2]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 0, 2] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 2]
+--- array format :  [0, 0, 0, 0, 0, 0, 0, 2]
+--- Considering a new special case configuration:  [0, 0, 2]
+--- Adding the representant:  [0, 0, 2]
+--- Four is NOT in configuration :  (0, 0, 3)
+ --- converting (0, 0, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 0 in base 2
+ --- result  [0, 0, 0, 0, 0, 0]
+ --- converting 3 in base 4
+ --- result  [0, 3]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 0, 3]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 0, 3] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 3]
+--- array format :  [0, 0, 0, 0, 0, 0, 0, 3]
+--- Considering a new special case configuration:  [0, 0, 3]
+--- Adding the representant:  [0, 0, 3]
+--- Four is NOT in configuration :  (0, 0, 4)
+ --- converting (0, 0, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 0 in base 2
+ --- result  [0, 0, 0, 0, 0, 0]
+ --- converting 4 in base 4
+ --- appending 0 to result
+ --- appending 1 to result
+ --- result  [1, 0]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 1, 0]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 1, 0] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 0]
+--- array format :  [0, 0, 0, 0, 0, 0, 1, 0]
+--- Considering a new special case configuration:  [0, 0, 4]
+--- Adding the representant:  [0, 0, 4]
+--- Four is NOT in configuration :  (0, 0, 5)
+ --- converting (0, 0, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 0 in base 2
+ --- result  [0, 0, 0, 0, 0, 0]
+ --- converting 5 in base 4
+ --- appending 1 to result
+ --- appending 1 to result
+ --- result  [1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 1, 1]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 1, 1] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 1]
+--- array format :  [0, 0, 0, 0, 0, 0, 1, 1]
+--- Considering a new special case configuration:  [0, 0, 5]
+--- Adding the representant:  [0, 0, 5]
+--- Four is NOT in configuration :  (0, 0, 6)
+ --- converting (0, 0, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 0 in base 2
+ --- result  [0, 0, 0, 0, 0, 0]
+ --- converting 6 in base 4
+ --- appending 2 to result
+ --- appending 1 to result
+ --- result  [1, 2]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 1, 2]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 1, 2] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 2]
+--- array format :  [0, 0, 0, 0, 0, 0, 1, 2]
+--- Considering a new special case configuration:  [0, 0, 6]
+--- Adding the representant:  [0, 0, 6]
+--- Four is NOT in configuration :  (0, 0, 7)
+ --- converting (0, 0, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 0 in base 2
+ --- result  [0, 0, 0, 0, 0, 0]
+ --- converting 7 in base 4
+ --- appending 3 to result
+ --- appending 1 to result
+ --- result  [1, 3]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 1, 3]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 1, 3] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 3]
+--- array format :  [0, 0, 0, 0, 0, 0, 1, 3]
+--- Considering a new special case configuration:  [0, 0, 7]
+--- Adding the representant:  [0, 0, 7]
+--- Four is NOT in configuration :  (0, 0, 8)
+ --- converting (0, 0, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 0 in base 2
+ --- result  [0, 0, 0, 0, 0, 0]
+ --- converting 8 in base 4
+ --- appending 0 to result
+ --- appending 2 to result
+ --- result  [2, 0]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 2, 0]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 2, 0] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 2, 0]
+--- array format :  [0, 0, 0, 0, 0, 0, 2, 0]
+--- Considering a new special case configuration:  [0, 0, 8]
+--- Adding the representant:  [0, 0, 8]
+--- Four is NOT in configuration :  (0, 0, 9)
+ --- converting (0, 0, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 0 in base 2
+ --- result  [0, 0, 0, 0, 0, 0]
+ --- converting 9 in base 4
+ --- appending 1 to result
+ --- appending 2 to result
+ --- result  [2, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 2, 1]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 2, 1] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 2, 1]
+--- array format :  [0, 0, 0, 0, 0, 0, 2, 1]
+--- Considering a new special case configuration:  [0, 0, 9]
+--- Adding the representant:  [0, 0, 9]
+--- Four is NOT in configuration :  (0, 0, 10)
+ --- converting (0, 0, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 0 in base 2
+ --- result  [0, 0, 0, 0, 0, 0]
+ --- converting 10 in base 4
+ --- appending 2 to result
+ --- appending 2 to result
+ --- result  [2, 2]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 2, 2]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 2, 2] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 2, 2]
+--- array format :  [0, 0, 0, 0, 0, 0, 2, 2]
+--- Considering a new special case configuration:  [0, 0, 10]
+--- Adding the representant:  [0, 0, 10]
+--- Four is NOT in configuration :  (0, 0, 11)
+ --- converting (0, 0, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 0 in base 2
+ --- result  [0, 0, 0, 0, 0, 0]
+ --- converting 11 in base 4
+ --- appending 3 to result
+ --- appending 2 to result
+ --- result  [2, 3]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 2, 3]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 2, 3] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 2, 3]
+--- array format :  [0, 0, 0, 0, 0, 0, 2, 3]
+--- Considering a new special case configuration:  [0, 0, 11]
+--- Adding the representant:  [0, 0, 11]
+--- Four is NOT in configuration :  (0, 0, 12)
+ --- converting (0, 0, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 0 in base 2
+ --- result  [0, 0, 0, 0, 0, 0]
+ --- converting 12 in base 4
+ --- appending 0 to result
+ --- appending 3 to result
+ --- result  [3, 0]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 3, 0]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 3, 0] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 3, 0]
+--- array format :  [0, 0, 0, 0, 0, 0, 3, 0]
+--- Considering a new special case configuration:  [0, 0, 12]
+--- Adding the representant:  [0, 0, 12]
+--- Four is NOT in configuration :  (0, 0, 13)
+ --- converting (0, 0, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 0 in base 2
+ --- result  [0, 0, 0, 0, 0, 0]
+ --- converting 13 in base 4
+ --- appending 1 to result
+ --- appending 3 to result
+ --- result  [3, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 3, 1]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 3, 1] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 3, 1]
+--- array format :  [0, 0, 0, 0, 0, 0, 3, 1]
+--- Considering a new special case configuration:  [0, 0, 13]
+--- Adding the representant:  [0, 0, 13]
+--- Four is NOT in configuration :  (0, 0, 14)
+ --- converting (0, 0, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 0 in base 2
+ --- result  [0, 0, 0, 0, 0, 0]
+ --- converting 14 in base 4
+ --- appending 2 to result
+ --- appending 3 to result
+ --- result  [3, 2]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 3, 2]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 3, 2] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 3, 2]
+--- array format :  [0, 0, 0, 0, 0, 0, 3, 2]
+--- Considering a new special case configuration:  [0, 0, 14]
+--- Adding the representant:  [0, 0, 14]
+--- Four is NOT in configuration :  (0, 0, 15)
+ --- converting (0, 0, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 0 in base 2
+ --- result  [0, 0, 0, 0, 0, 0]
+ --- converting 15 in base 4
+ --- appending 3 to result
+ --- appending 3 to result
+ --- result  [3, 3]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 3, 3]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 3, 3] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 0, 3, 3]
+--- array format :  [0, 0, 0, 0, 0, 0, 3, 3]
+--- Considering a new special case configuration:  [0, 0, 15]
+--- Adding the representant:  [0, 0, 15]
+--- Four is NOT in configuration :  (0, 1, 0)
+ --- converting (0, 1, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 1 in base 2
+ --- result  [0, 0, 0, 0, 0, 1]
+ --- converting 0 in base 4
+ --- result  [0, 0]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 0, 0]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 0, 0] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 1, 0, 0]
+--- array format :  [0, 0, 0, 0, 0, 1, 0, 0]
+ --- We are not in the presence of a special case, we add configuration : (0, 1, 0)
+--- Four is NOT in configuration :  (0, 1, 1)
+ --- converting (0, 1, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 1 in base 2
+ --- result  [0, 0, 0, 0, 0, 1]
+ --- converting 1 in base 4
+ --- result  [0, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 0, 1]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 0, 1] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 1, 0, 1]
+--- array format :  [0, 0, 0, 0, 0, 1, 0, 1]
+ --- We are not in the presence of a special case, we add configuration : (0, 1, 1)
+--- Four is NOT in configuration :  (0, 1, 2)
+ --- converting (0, 1, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 1 in base 2
+ --- result  [0, 0, 0, 0, 0, 1]
+ --- converting 2 in base 4
+ --- result  [0, 2]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 0, 2]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 0, 2] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 1, 0, 2]
+--- array format :  [0, 0, 0, 0, 0, 1, 0, 2]
+ --- We are not in the presence of a special case, we add configuration : (0, 1, 2)
+--- Four is NOT in configuration :  (0, 1, 3)
+ --- converting (0, 1, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 1 in base 2
+ --- result  [0, 0, 0, 0, 0, 1]
+ --- converting 3 in base 4
+ --- result  [0, 3]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 0, 3]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 0, 3] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 1, 0, 3]
+--- array format :  [0, 0, 0, 0, 0, 1, 0, 3]
+ --- We are not in the presence of a special case, we add configuration : (0, 1, 3)
+--- Four is NOT in configuration :  (0, 1, 4)
+ --- converting (0, 1, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 1 in base 2
+ --- result  [0, 0, 0, 0, 0, 1]
+ --- converting 4 in base 4
+ --- appending 0 to result
+ --- appending 1 to result
+ --- result  [1, 0]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 1, 0]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 1, 0] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 1, 1, 0]
+--- array format :  [0, 0, 0, 0, 0, 1, 1, 0]
+ --- We are not in the presence of a special case, we add configuration : (0, 1, 4)
+--- Four is NOT in configuration :  (0, 1, 5)
+ --- converting (0, 1, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 1 in base 2
+ --- result  [0, 0, 0, 0, 0, 1]
+ --- converting 5 in base 4
+ --- appending 1 to result
+ --- appending 1 to result
+ --- result  [1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 1, 1]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 1, 1] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 1, 1, 1]
+--- array format :  [0, 0, 0, 0, 0, 1, 1, 1]
+ --- We are not in the presence of a special case, we add configuration : (0, 1, 5)
+--- Four is NOT in configuration :  (0, 1, 6)
+ --- converting (0, 1, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 1 in base 2
+ --- result  [0, 0, 0, 0, 0, 1]
+ --- converting 6 in base 4
+ --- appending 2 to result
+ --- appending 1 to result
+ --- result  [1, 2]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 1, 2]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 1, 2] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 1, 1, 2]
+--- array format :  [0, 0, 0, 0, 0, 1, 1, 2]
+ --- We are not in the presence of a special case, we add configuration : (0, 1, 6)
+--- Four is NOT in configuration :  (0, 1, 7)
+ --- converting (0, 1, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 1 in base 2
+ --- result  [0, 0, 0, 0, 0, 1]
+ --- converting 7 in base 4
+ --- appending 3 to result
+ --- appending 1 to result
+ --- result  [1, 3]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 1, 3]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 1, 3] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 1, 1, 3]
+--- array format :  [0, 0, 0, 0, 0, 1, 1, 3]
+ --- We are not in the presence of a special case, we add configuration : (0, 1, 7)
+--- Four is NOT in configuration :  (0, 1, 8)
+ --- converting (0, 1, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 1 in base 2
+ --- result  [0, 0, 0, 0, 0, 1]
+ --- converting 8 in base 4
+ --- appending 0 to result
+ --- appending 2 to result
+ --- result  [2, 0]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 2, 0]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 2, 0] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 1, 2, 0]
+--- array format :  [0, 0, 0, 0, 0, 1, 2, 0]
+ --- We are not in the presence of a special case, we add configuration : (0, 1, 8)
+--- Four is NOT in configuration :  (0, 1, 9)
+ --- converting (0, 1, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 1 in base 2
+ --- result  [0, 0, 0, 0, 0, 1]
+ --- converting 9 in base 4
+ --- appending 1 to result
+ --- appending 2 to result
+ --- result  [2, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 2, 1]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 2, 1] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 1, 2, 1]
+--- array format :  [0, 0, 0, 0, 0, 1, 2, 1]
+ --- We are not in the presence of a special case, we add configuration : (0, 1, 9)
+--- Four is NOT in configuration :  (0, 1, 10)
+ --- converting (0, 1, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 1 in base 2
+ --- result  [0, 0, 0, 0, 0, 1]
+ --- converting 10 in base 4
+ --- appending 2 to result
+ --- appending 2 to result
+ --- result  [2, 2]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 2, 2]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 2, 2] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 1, 2, 2]
+--- array format :  [0, 0, 0, 0, 0, 1, 2, 2]
+ --- We are not in the presence of a special case, we add configuration : (0, 1, 10)
+--- Four is NOT in configuration :  (0, 1, 11)
+ --- converting (0, 1, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 1 in base 2
+ --- result  [0, 0, 0, 0, 0, 1]
+ --- converting 11 in base 4
+ --- appending 3 to result
+ --- appending 2 to result
+ --- result  [2, 3]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 2, 3]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 2, 3] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 1, 2, 3]
+--- array format :  [0, 0, 0, 0, 0, 1, 2, 3]
+ --- We are not in the presence of a special case, we add configuration : (0, 1, 11)
+--- Four is NOT in configuration :  (0, 1, 12)
+ --- converting (0, 1, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 1 in base 2
+ --- result  [0, 0, 0, 0, 0, 1]
+ --- converting 12 in base 4
+ --- appending 0 to result
+ --- appending 3 to result
+ --- result  [3, 0]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 3, 0]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 3, 0] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 1, 3, 0]
+--- array format :  [0, 0, 0, 0, 0, 1, 3, 0]
+ --- We are not in the presence of a special case, we add configuration : (0, 1, 12)
+--- Four is NOT in configuration :  (0, 1, 13)
+ --- converting (0, 1, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 1 in base 2
+ --- result  [0, 0, 0, 0, 0, 1]
+ --- converting 13 in base 4
+ --- appending 1 to result
+ --- appending 3 to result
+ --- result  [3, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 3, 1]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 3, 1] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 1, 3, 1]
+--- array format :  [0, 0, 0, 0, 0, 1, 3, 1]
+ --- We are not in the presence of a special case, we add configuration : (0, 1, 13)
 --- Four is NOT in configuration :  (0, 1, 14)
  --- converting (0, 1, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
@@ -124456,9 +257736,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 0, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 0, 0, 0]
  --- Converting [0, 0, 0, 0, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 0, 0]
  --- converting [0, 0, 1]  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124470,9 +257748,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 0, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 0, 0, 1]
  --- Converting [0, 0, 0, 0, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 0, 0, 0, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 0, 1]
  --- converting [0, 0, 2]  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124484,9 +257760,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 0, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 0, 0, 2]
  --- Converting [0, 0, 0, 0, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 0, 0, 0, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 0, 2]
  --- converting [0, 0, 3]  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124498,9 +257772,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 0, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 0, 0, 3]
  --- Converting [0, 0, 0, 0, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 0, 0, 0, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 0, 3]
  --- converting [0, 0, 4]  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124514,9 +257786,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 1, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 0, 1, 0]
  --- Converting [0, 0, 0, 0, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 0, 0, 1, 0]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 1, 0]
  --- converting [0, 0, 5]  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124530,9 +257800,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 1, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 0, 1, 1]
  --- Converting [0, 0, 0, 0, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 1, 1]
  --- converting [0, 0, 6]  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124546,9 +257814,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 1, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 0, 1, 2]
  --- Converting [0, 0, 0, 0, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 1, 2]
  --- converting [0, 0, 7]  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124562,9 +257828,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 1, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 0, 1, 3]
  --- Converting [0, 0, 0, 0, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 1, 3]
  --- converting [0, 0, 8]  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124578,9 +257842,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 2, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 0, 2, 0]
  --- Converting [0, 0, 0, 0, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 0, 0, 1, 0]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 2, 0]
  --- converting [0, 0, 9]  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124594,9 +257856,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 2, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 0, 2, 1]
  --- Converting [0, 0, 0, 0, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 2, 1]
  --- converting [0, 0, 10]  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124610,9 +257870,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 2, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 0, 2, 2]
  --- Converting [0, 0, 0, 0, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 2, 2]
  --- converting [0, 0, 11]  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124626,9 +257884,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 2, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 0, 2, 3]
  --- Converting [0, 0, 0, 0, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 2, 3]
  --- converting [0, 0, 12]  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124642,9 +257898,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 3, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 0, 3, 0]
  --- Converting [0, 0, 0, 0, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 0, 0, 1, 0]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 3, 0]
  --- converting [0, 0, 13]  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124658,9 +257912,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 3, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 0, 3, 1]
  --- Converting [0, 0, 0, 0, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 3, 1]
  --- converting [0, 0, 14]  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124674,9 +257926,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 3, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 0, 3, 2]
  --- Converting [0, 0, 0, 0, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 3, 2]
  --- converting [0, 0, 15]  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124690,9 +257940,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 0, 3, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 0, 3, 3]
  --- Converting [0, 0, 0, 0, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 3, 3]
  --- converting (0, 1, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124704,9 +257952,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 0, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 1, 0, 0]
  --- Converting [0, 0, 0, 0, 0, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 0, 1, 0, 0]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 0, 0]
  --- converting (0, 1, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124718,9 +257964,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 0, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 1, 0, 1]
  --- Converting [0, 0, 0, 0, 0, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 0, 1, 0, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 0, 1]
  --- converting (0, 1, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124732,9 +257976,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 0, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 1, 0, 2]
  --- Converting [0, 0, 0, 0, 0, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 0, 1, 0, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 0, 2]
  --- converting (0, 1, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124746,9 +257988,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 0, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 1, 0, 3]
  --- Converting [0, 0, 0, 0, 0, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 0, 1, 0, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 0, 3]
  --- converting (0, 1, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124762,9 +258002,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 1, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 1, 1, 0]
  --- Converting [0, 0, 0, 0, 0, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 0, 1, 1, 0]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 1, 0]
  --- converting (0, 1, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124778,9 +258016,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 1, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 1, 1, 1]
  --- Converting [0, 0, 0, 0, 0, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 1, 1]
  --- converting (0, 1, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124794,9 +258030,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 1, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 1, 1, 2]
  --- Converting [0, 0, 0, 0, 0, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 1, 2]
  --- converting (0, 1, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124810,9 +258044,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 1, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 1, 1, 3]
  --- Converting [0, 0, 0, 0, 0, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 1, 3]
  --- converting (0, 1, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124826,9 +258058,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 2, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 1, 2, 0]
  --- Converting [0, 0, 0, 0, 0, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 0, 1, 1, 0]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 2, 0]
  --- converting (0, 1, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124842,9 +258072,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 2, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 1, 2, 1]
  --- Converting [0, 0, 0, 0, 0, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 2, 1]
  --- converting (0, 1, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124858,9 +258086,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 2, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 1, 2, 2]
  --- Converting [0, 0, 0, 0, 0, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 2, 2]
  --- converting (0, 1, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124874,9 +258100,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 2, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 1, 2, 3]
  --- Converting [0, 0, 0, 0, 0, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 2, 3]
  --- converting (0, 1, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124890,9 +258114,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 3, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 1, 3, 0]
  --- Converting [0, 0, 0, 0, 0, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 0, 1, 1, 0]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 3, 0]
  --- converting (0, 1, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124906,9 +258128,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 3, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 1, 3, 1]
  --- Converting [0, 0, 0, 0, 0, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 3, 1]
  --- converting (0, 1, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124922,9 +258142,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 3, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 1, 3, 2]
  --- Converting [0, 0, 0, 0, 0, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 3, 2]
  --- converting (0, 1, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124938,9 +258156,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 3, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 1, 3, 3]
  --- Converting [0, 0, 0, 0, 0, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 3, 3]
  --- converting (0, 2, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124954,9 +258170,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 0, 0, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 0, 0, 0]
  --- Converting [0, 0, 0, 0, 1, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 0, 0, 0]
+ --- Result =  [0, 0, 0, 0, 0, 1, 0, 0, 0]
  --- converting (0, 2, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124970,9 +258184,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 0, 0, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 0, 0, 1]
  --- Converting [0, 0, 0, 0, 1, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 0, 0, 1]
+ --- Result =  [0, 0, 0, 0, 0, 1, 0, 0, 1]
  --- converting (0, 2, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -124986,9 +258198,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 0, 0, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 0, 0, 2]
  --- Converting [0, 0, 0, 0, 1, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 0, 0, 1]
+ --- Result =  [0, 0, 0, 0, 0, 1, 0, 0, 2]
  --- converting (0, 2, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125002,9 +258212,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 0, 0, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 0, 0, 3]
  --- Converting [0, 0, 0, 0, 1, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 0, 0, 1]
+ --- Result =  [0, 0, 0, 0, 0, 1, 0, 0, 3]
  --- converting (0, 2, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125020,9 +258228,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 0, 1, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 0, 1, 0]
  --- Converting [0, 0, 0, 0, 1, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 0, 1, 0]
+ --- Result =  [0, 0, 0, 0, 0, 1, 0, 1, 0]
  --- converting (0, 2, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125038,9 +258244,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 0, 1, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 0, 1, 1]
  --- Converting [0, 0, 0, 0, 1, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 1, 0, 1, 1]
  --- converting (0, 2, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125056,9 +258260,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 0, 1, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 0, 1, 2]
  --- Converting [0, 0, 0, 0, 1, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 1, 0, 1, 2]
  --- converting (0, 2, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125074,9 +258276,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 0, 1, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 0, 1, 3]
  --- Converting [0, 0, 0, 0, 1, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 1, 0, 1, 3]
  --- converting (0, 2, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125092,9 +258292,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 0, 2, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 0, 2, 0]
  --- Converting [0, 0, 0, 0, 1, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 0, 1, 0]
+ --- Result =  [0, 0, 0, 0, 0, 1, 0, 2, 0]
  --- converting (0, 2, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125110,9 +258308,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 0, 2, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 0, 2, 1]
  --- Converting [0, 0, 0, 0, 1, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 1, 0, 2, 1]
  --- converting (0, 2, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125128,9 +258324,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 0, 2, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 0, 2, 2]
  --- Converting [0, 0, 0, 0, 1, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 1, 0, 2, 2]
  --- converting (0, 2, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125146,9 +258340,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 0, 2, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 0, 2, 3]
  --- Converting [0, 0, 0, 0, 1, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 1, 0, 2, 3]
  --- converting (0, 2, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125164,9 +258356,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 0, 3, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 0, 3, 0]
  --- Converting [0, 0, 0, 0, 1, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 0, 1, 0]
+ --- Result =  [0, 0, 0, 0, 0, 1, 0, 3, 0]
  --- converting (0, 2, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125182,9 +258372,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 0, 3, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 0, 3, 1]
  --- Converting [0, 0, 0, 0, 1, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 1, 0, 3, 1]
  --- converting (0, 2, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125200,9 +258388,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 0, 3, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 0, 3, 2]
  --- Converting [0, 0, 0, 0, 1, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 1, 0, 3, 2]
  --- converting (0, 2, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125218,9 +258404,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 0, 3, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 0, 3, 3]
  --- Converting [0, 0, 0, 0, 1, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 1, 0, 3, 3]
  --- converting (0, 3, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125234,9 +258418,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 1, 0, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 1, 0, 0]
  --- Converting [0, 0, 0, 0, 1, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 1, 0, 0]
+ --- Result =  [0, 0, 0, 0, 0, 1, 1, 0, 0]
  --- converting (0, 3, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125250,9 +258432,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 1, 0, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 1, 0, 1]
  --- Converting [0, 0, 0, 0, 1, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 1, 0, 1]
+ --- Result =  [0, 0, 0, 0, 0, 1, 1, 0, 1]
  --- converting (0, 3, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125266,9 +258446,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 1, 0, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 1, 0, 2]
  --- Converting [0, 0, 0, 0, 1, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 1, 0, 1]
+ --- Result =  [0, 0, 0, 0, 0, 1, 1, 0, 2]
  --- converting (0, 3, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125282,9 +258460,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 1, 0, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 1, 0, 3]
  --- Converting [0, 0, 0, 0, 1, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 1, 0, 1]
+ --- Result =  [0, 0, 0, 0, 0, 1, 1, 0, 3]
  --- converting (0, 3, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125300,9 +258476,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 1, 1, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 1, 1, 0]
  --- Converting [0, 0, 0, 0, 1, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 1, 1, 0]
+ --- Result =  [0, 0, 0, 0, 0, 1, 1, 1, 0]
  --- converting (0, 3, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125318,9 +258492,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 1, 1, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 1, 1, 1]
  --- Converting [0, 0, 0, 0, 1, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 1, 1, 1, 1]
  --- converting (0, 3, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125336,9 +258508,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 1, 1, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 1, 1, 2]
  --- Converting [0, 0, 0, 0, 1, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 1, 1, 1, 2]
  --- converting (0, 3, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125354,9 +258524,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 1, 1, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 1, 1, 3]
  --- Converting [0, 0, 0, 0, 1, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 1, 1, 1, 3]
  --- converting (0, 3, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125372,9 +258540,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 1, 2, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 1, 2, 0]
  --- Converting [0, 0, 0, 0, 1, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 1, 1, 0]
+ --- Result =  [0, 0, 0, 0, 0, 1, 1, 2, 0]
  --- converting (0, 3, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125390,9 +258556,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 1, 2, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 1, 2, 1]
  --- Converting [0, 0, 0, 0, 1, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 1, 1, 2, 1]
  --- converting (0, 3, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125408,9 +258572,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 1, 2, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 1, 2, 2]
  --- Converting [0, 0, 0, 0, 1, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 1, 1, 2, 2]
  --- converting (0, 3, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125426,9 +258588,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 1, 2, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 1, 2, 3]
  --- Converting [0, 0, 0, 0, 1, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 1, 1, 2, 3]
  --- converting (0, 3, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125444,9 +258604,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 1, 3, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 1, 3, 0]
  --- Converting [0, 0, 0, 0, 1, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 1, 1, 0]
+ --- Result =  [0, 0, 0, 0, 0, 1, 1, 3, 0]
  --- converting (0, 3, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125462,9 +258620,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 1, 3, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 1, 3, 1]
  --- Converting [0, 0, 0, 0, 1, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 1, 1, 3, 1]
  --- converting (0, 3, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125480,9 +258636,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 1, 3, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 1, 3, 2]
  --- Converting [0, 0, 0, 0, 1, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 1, 1, 3, 2]
  --- converting (0, 3, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125498,9 +258652,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 0, 1, 1, 3, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 1, 1, 3, 3]
  --- Converting [0, 0, 0, 0, 1, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 0, 1, 1, 3, 3]
  --- converting (0, 4, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125515,9 +258667,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 0, 0, 0] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 0, 0, 0]
  --- Converting [0, 0, 0, 1, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 0, 0, 0, 0, 0]
+ --- Result =  [0, 0, 0, 0, 1, 0, 0, 0, 0]
  --- converting (0, 4, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125532,9 +258682,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 0, 0, 1] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 0, 0, 1]
  --- Converting [0, 0, 0, 1, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 0, 0, 0, 0, 1]
+ --- Result =  [0, 0, 0, 0, 1, 0, 0, 0, 1]
  --- converting (0, 4, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125549,9 +258697,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 0, 0, 2] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 0, 0, 2]
  --- Converting [0, 0, 0, 1, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 1, 0, 0, 0, 1]
+ --- Result =  [0, 0, 0, 0, 1, 0, 0, 0, 2]
  --- converting (0, 4, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125566,9 +258712,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 0, 0, 3] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 0, 0, 3]
  --- Converting [0, 0, 0, 1, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 2, 0, 0, 0, 1]
+ --- Result =  [0, 0, 0, 0, 1, 0, 0, 0, 3]
  --- converting (0, 4, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125585,9 +258729,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 0, 1, 0] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 0, 1, 0]
  --- Converting [0, 0, 0, 1, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 0, 0, 0, 1, 0]
+ --- Result =  [0, 0, 0, 0, 1, 0, 0, 1, 0]
  --- converting (0, 4, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125604,9 +258746,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 0, 1, 1] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 0, 1, 1]
  --- Converting [0, 0, 0, 1, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 0, 0, 1, 1]
  --- converting (0, 4, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125623,9 +258763,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 0, 1, 2] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 0, 1, 2]
  --- Converting [0, 0, 0, 1, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 0, 0, 1, 2]
  --- converting (0, 4, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125642,9 +258780,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 0, 1, 3] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 0, 1, 3]
  --- Converting [0, 0, 0, 1, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 0, 0, 1, 3]
  --- converting (0, 4, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125661,9 +258797,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 0, 2, 0] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 0, 2, 0]
  --- Converting [0, 0, 0, 1, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 1, 0, 0, 1, 0]
+ --- Result =  [0, 0, 0, 0, 1, 0, 0, 2, 0]
  --- converting (0, 4, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125680,9 +258814,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 0, 2, 1] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 0, 2, 1]
  --- Converting [0, 0, 0, 1, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 0, 0, 2, 1]
  --- converting (0, 4, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125699,9 +258831,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 0, 2, 2] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 0, 2, 2]
  --- Converting [0, 0, 0, 1, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 0, 0, 2, 2]
  --- converting (0, 4, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125718,9 +258848,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 0, 2, 3] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 0, 2, 3]
  --- Converting [0, 0, 0, 1, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 0, 0, 2, 3]
  --- converting (0, 4, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125737,9 +258865,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 0, 3, 0] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 0, 3, 0]
  --- Converting [0, 0, 0, 1, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 2, 0, 0, 1, 0]
+ --- Result =  [0, 0, 0, 0, 1, 0, 0, 3, 0]
  --- converting (0, 4, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125756,9 +258882,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 0, 3, 1] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 0, 3, 1]
  --- Converting [0, 0, 0, 1, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 0, 0, 3, 1]
  --- converting (0, 4, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125775,9 +258899,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 0, 3, 2] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 0, 3, 2]
  --- Converting [0, 0, 0, 1, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 0, 0, 3, 2]
  --- converting (0, 4, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125794,9 +258916,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 0, 3, 3] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 0, 3, 3]
  --- Converting [0, 0, 0, 1, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 0, 0, 3, 3]
  --- converting (0, 5, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125811,9 +258931,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 1, 0, 0] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 1, 0, 0]
  --- Converting [0, 0, 0, 1, 0, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 0, 0, 1, 0, 0]
+ --- Result =  [0, 0, 0, 0, 1, 0, 1, 0, 0]
  --- converting (0, 5, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125828,9 +258946,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 1, 0, 1] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 1, 0, 1]
  --- Converting [0, 0, 0, 1, 0, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 0, 0, 1, 0, 1]
+ --- Result =  [0, 0, 0, 0, 1, 0, 1, 0, 1]
  --- converting (0, 5, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125845,9 +258961,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 1, 0, 2] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 1, 0, 2]
  --- Converting [0, 0, 0, 1, 0, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 1, 0, 1, 0, 1]
+ --- Result =  [0, 0, 0, 0, 1, 0, 1, 0, 2]
  --- converting (0, 5, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125862,9 +258976,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 1, 0, 3] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 1, 0, 3]
  --- Converting [0, 0, 0, 1, 0, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 2, 0, 1, 0, 1]
+ --- Result =  [0, 0, 0, 0, 1, 0, 1, 0, 3]
  --- converting (0, 5, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125881,9 +258993,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 1, 1, 0] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 1, 1, 0]
  --- Converting [0, 0, 0, 1, 0, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 0, 0, 1, 1, 0]
+ --- Result =  [0, 0, 0, 0, 1, 0, 1, 1, 0]
  --- converting (0, 5, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125900,9 +259010,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 1, 1, 1] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 1, 1, 1]
  --- Converting [0, 0, 0, 1, 0, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 0, 1, 1, 1]
  --- converting (0, 5, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125919,9 +259027,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 1, 1, 2] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 1, 1, 2]
  --- Converting [0, 0, 0, 1, 0, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 0, 1, 1, 2]
  --- converting (0, 5, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125938,9 +259044,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 1, 1, 3] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 1, 1, 3]
  --- Converting [0, 0, 0, 1, 0, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 0, 1, 1, 3]
  --- converting (0, 5, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125957,9 +259061,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 1, 2, 0] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 1, 2, 0]
  --- Converting [0, 0, 0, 1, 0, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 1, 0, 1, 1, 0]
+ --- Result =  [0, 0, 0, 0, 1, 0, 1, 2, 0]
  --- converting (0, 5, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125976,9 +259078,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 1, 2, 1] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 1, 2, 1]
  --- Converting [0, 0, 0, 1, 0, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 0, 1, 2, 1]
  --- converting (0, 5, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -125995,9 +259095,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 1, 2, 2] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 1, 2, 2]
  --- Converting [0, 0, 0, 1, 0, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 0, 1, 2, 2]
  --- converting (0, 5, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126014,9 +259112,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 1, 2, 3] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 1, 2, 3]
  --- Converting [0, 0, 0, 1, 0, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 0, 1, 2, 3]
  --- converting (0, 5, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126033,9 +259129,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 1, 3, 0] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 1, 3, 0]
  --- Converting [0, 0, 0, 1, 0, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 2, 0, 1, 1, 0]
+ --- Result =  [0, 0, 0, 0, 1, 0, 1, 3, 0]
  --- converting (0, 5, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126052,9 +259146,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 1, 3, 1] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 1, 3, 1]
  --- Converting [0, 0, 0, 1, 0, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 0, 1, 3, 1]
  --- converting (0, 5, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126071,9 +259163,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 1, 3, 2] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 1, 3, 2]
  --- Converting [0, 0, 0, 1, 0, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 0, 1, 3, 2]
  --- converting (0, 5, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126090,9 +259180,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 0, 1, 3, 3] to configuration notation
  --- Result =  [0, 0, 0, 1, 0, 1, 3, 3]
  --- Converting [0, 0, 0, 1, 0, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 0, 1, 3, 3]
  --- converting (0, 6, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126107,9 +259195,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 0, 0, 0] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 0, 0, 0]
  --- Converting [0, 0, 0, 1, 1, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 0, 1, 0, 0, 0]
+ --- Result =  [0, 0, 0, 0, 1, 1, 0, 0, 0]
  --- converting (0, 6, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126124,9 +259210,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 0, 0, 1] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 0, 0, 1]
  --- Converting [0, 0, 0, 1, 1, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 0, 1, 0, 0, 1]
+ --- Result =  [0, 0, 0, 0, 1, 1, 0, 0, 1]
  --- converting (0, 6, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126141,9 +259225,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 0, 0, 2] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 0, 0, 2]
  --- Converting [0, 0, 0, 1, 1, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 1, 1, 0, 0, 1]
+ --- Result =  [0, 0, 0, 0, 1, 1, 0, 0, 2]
  --- converting (0, 6, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126158,9 +259240,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 0, 0, 3] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 0, 0, 3]
  --- Converting [0, 0, 0, 1, 1, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 2, 1, 0, 0, 1]
+ --- Result =  [0, 0, 0, 0, 1, 1, 0, 0, 3]
  --- converting (0, 6, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126177,9 +259257,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 0, 1, 0] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 0, 1, 0]
  --- Converting [0, 0, 0, 1, 1, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 0, 1, 0, 1, 0]
+ --- Result =  [0, 0, 0, 0, 1, 1, 0, 1, 0]
  --- converting (0, 6, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126196,9 +259274,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 0, 1, 1] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 0, 1, 1]
  --- Converting [0, 0, 0, 1, 1, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 1, 0, 1, 1]
  --- converting (0, 6, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126215,9 +259291,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 0, 1, 2] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 0, 1, 2]
  --- Converting [0, 0, 0, 1, 1, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 1, 0, 1, 2]
  --- converting (0, 6, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126234,9 +259308,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 0, 1, 3] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 0, 1, 3]
  --- Converting [0, 0, 0, 1, 1, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 1, 0, 1, 3]
  --- converting (0, 6, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126253,9 +259325,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 0, 2, 0] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 0, 2, 0]
  --- Converting [0, 0, 0, 1, 1, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 1, 1, 0, 1, 0]
+ --- Result =  [0, 0, 0, 0, 1, 1, 0, 2, 0]
  --- converting (0, 6, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126272,9 +259342,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 0, 2, 1] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 0, 2, 1]
  --- Converting [0, 0, 0, 1, 1, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 1, 0, 2, 1]
  --- converting (0, 6, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126291,9 +259359,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 0, 2, 2] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 0, 2, 2]
  --- Converting [0, 0, 0, 1, 1, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 1, 0, 2, 2]
  --- converting (0, 6, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126310,9 +259376,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 0, 2, 3] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 0, 2, 3]
  --- Converting [0, 0, 0, 1, 1, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 1, 0, 2, 3]
  --- converting (0, 6, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126329,9 +259393,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 0, 3, 0] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 0, 3, 0]
  --- Converting [0, 0, 0, 1, 1, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 2, 1, 0, 1, 0]
+ --- Result =  [0, 0, 0, 0, 1, 1, 0, 3, 0]
  --- converting (0, 6, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126348,9 +259410,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 0, 3, 1] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 0, 3, 1]
  --- Converting [0, 0, 0, 1, 1, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 1, 0, 3, 1]
  --- converting (0, 6, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126367,9 +259427,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 0, 3, 2] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 0, 3, 2]
  --- Converting [0, 0, 0, 1, 1, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 1, 0, 3, 2]
  --- converting (0, 6, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126386,9 +259444,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 0, 3, 3] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 0, 3, 3]
  --- Converting [0, 0, 0, 1, 1, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 1, 0, 3, 3]
  --- converting (0, 7, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126403,9 +259459,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 1, 0, 0] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 1, 0, 0]
  --- Converting [0, 0, 0, 1, 1, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 0, 1, 1, 0, 0]
+ --- Result =  [0, 0, 0, 0, 1, 1, 1, 0, 0]
  --- converting (0, 7, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126420,9 +259474,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 1, 0, 1] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 1, 0, 1]
  --- Converting [0, 0, 0, 1, 1, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 0, 1, 1, 0, 1]
+ --- Result =  [0, 0, 0, 0, 1, 1, 1, 0, 1]
  --- converting (0, 7, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126437,9 +259489,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 1, 0, 2] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 1, 0, 2]
  --- Converting [0, 0, 0, 1, 1, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 1, 1, 1, 0, 1]
+ --- Result =  [0, 0, 0, 0, 1, 1, 1, 0, 2]
  --- converting (0, 7, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126454,9 +259504,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 1, 0, 3] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 1, 0, 3]
  --- Converting [0, 0, 0, 1, 1, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 2, 1, 1, 0, 1]
+ --- Result =  [0, 0, 0, 0, 1, 1, 1, 0, 3]
  --- converting (0, 7, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126473,9 +259521,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 1, 1, 0] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 1, 1, 0]
  --- Converting [0, 0, 0, 1, 1, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 0, 1, 1, 1, 0]
+ --- Result =  [0, 0, 0, 0, 1, 1, 1, 1, 0]
  --- converting (0, 7, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126492,9 +259538,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 1, 1, 1] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 1, 1, 1]
  --- Converting [0, 0, 0, 1, 1, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 1, 1, 1, 1]
  --- converting (0, 7, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126511,9 +259555,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 1, 1, 2] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 1, 1, 2]
  --- Converting [0, 0, 0, 1, 1, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 1, 1, 1, 2]
  --- converting (0, 7, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126530,9 +259572,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 1, 1, 3] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 1, 1, 3]
  --- Converting [0, 0, 0, 1, 1, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 1, 1, 1, 3]
  --- converting (0, 7, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126549,9 +259589,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 1, 2, 0] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 1, 2, 0]
  --- Converting [0, 0, 0, 1, 1, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 1, 1, 1, 1, 0]
+ --- Result =  [0, 0, 0, 0, 1, 1, 1, 2, 0]
  --- converting (0, 7, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126568,9 +259606,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 1, 2, 1] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 1, 2, 1]
  --- Converting [0, 0, 0, 1, 1, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 1, 1, 2, 1]
  --- converting (0, 7, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126587,9 +259623,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 1, 2, 2] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 1, 2, 2]
  --- Converting [0, 0, 0, 1, 1, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 1, 1, 2, 2]
  --- converting (0, 7, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126606,9 +259640,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 1, 2, 3] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 1, 2, 3]
  --- Converting [0, 0, 0, 1, 1, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 1, 1, 2, 3]
  --- converting (0, 7, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126625,9 +259657,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 1, 3, 0] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 1, 3, 0]
  --- Converting [0, 0, 0, 1, 1, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 2, 1, 1, 1, 0]
+ --- Result =  [0, 0, 0, 0, 1, 1, 1, 3, 0]
  --- converting (0, 7, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126644,9 +259674,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 1, 3, 1] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 1, 3, 1]
  --- Converting [0, 0, 0, 1, 1, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 1, 1, 3, 1]
  --- converting (0, 7, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126663,9 +259691,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 1, 3, 2] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 1, 3, 2]
  --- Converting [0, 0, 0, 1, 1, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 1, 1, 3, 2]
  --- converting (0, 7, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126682,9 +259708,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 0, 1, 1, 1, 3, 3] to configuration notation
  --- Result =  [0, 0, 0, 1, 1, 1, 3, 3]
  --- Converting [0, 0, 0, 1, 1, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 0, 1, 1, 1, 3, 3]
  --- converting (0, 8, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126700,9 +259724,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 0, 0, 0] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 0, 0, 0]
  --- Converting [0, 0, 1, 0, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 0, 0, 0, 0, 0]
+ --- Result =  [0, 0, 0, 1, 0, 0, 0, 0, 0]
  --- converting (0, 8, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126718,9 +259740,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 0, 0, 1] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 0, 0, 1]
  --- Converting [0, 0, 1, 0, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 0, 0, 0, 0, 1]
+ --- Result =  [0, 0, 0, 1, 0, 0, 0, 0, 1]
  --- converting (0, 8, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126736,9 +259756,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 0, 0, 2] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 0, 0, 2]
  --- Converting [0, 0, 1, 0, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 1, 0, 0, 0, 1]
+ --- Result =  [0, 0, 0, 1, 0, 0, 0, 0, 2]
  --- converting (0, 8, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126754,9 +259772,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 0, 0, 3] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 0, 0, 3]
  --- Converting [0, 0, 1, 0, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 2, 0, 0, 0, 1]
+ --- Result =  [0, 0, 0, 1, 0, 0, 0, 0, 3]
  --- converting (0, 8, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126774,9 +259790,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 0, 1, 0] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 0, 1, 0]
  --- Converting [0, 0, 1, 0, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 0, 0, 0, 1, 0]
+ --- Result =  [0, 0, 0, 1, 0, 0, 0, 1, 0]
  --- converting (0, 8, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126794,9 +259808,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 0, 1, 1] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 0, 1, 1]
  --- Converting [0, 0, 1, 0, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 0, 0, 1, 1]
  --- converting (0, 8, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126814,9 +259826,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 0, 1, 2] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 0, 1, 2]
  --- Converting [0, 0, 1, 0, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 0, 0, 1, 2]
  --- converting (0, 8, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126834,9 +259844,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 0, 1, 3] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 0, 1, 3]
  --- Converting [0, 0, 1, 0, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 0, 0, 1, 3]
  --- converting (0, 8, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126854,9 +259862,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 0, 2, 0] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 0, 2, 0]
  --- Converting [0, 0, 1, 0, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 1, 0, 0, 1, 0]
+ --- Result =  [0, 0, 0, 1, 0, 0, 0, 2, 0]
  --- converting (0, 8, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126874,9 +259880,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 0, 2, 1] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 0, 2, 1]
  --- Converting [0, 0, 1, 0, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 0, 0, 2, 1]
  --- converting (0, 8, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126894,9 +259898,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 0, 2, 2] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 0, 2, 2]
  --- Converting [0, 0, 1, 0, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 0, 0, 2, 2]
  --- converting (0, 8, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126914,9 +259916,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 0, 2, 3] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 0, 2, 3]
  --- Converting [0, 0, 1, 0, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 0, 0, 2, 3]
  --- converting (0, 8, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126934,9 +259934,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 0, 3, 0] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 0, 3, 0]
  --- Converting [0, 0, 1, 0, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 2, 0, 0, 1, 0]
+ --- Result =  [0, 0, 0, 1, 0, 0, 0, 3, 0]
  --- converting (0, 8, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126954,9 +259952,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 0, 3, 1] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 0, 3, 1]
  --- Converting [0, 0, 1, 0, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 0, 0, 3, 1]
  --- converting (0, 8, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126974,9 +259970,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 0, 3, 2] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 0, 3, 2]
  --- Converting [0, 0, 1, 0, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 0, 0, 3, 2]
  --- converting (0, 8, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -126994,9 +259988,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 0, 3, 3] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 0, 3, 3]
  --- Converting [0, 0, 1, 0, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 0, 0, 3, 3]
  --- converting (0, 9, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127012,9 +260004,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 1, 0, 0] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 1, 0, 0]
  --- Converting [0, 0, 1, 0, 0, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 0, 0, 1, 0, 0]
+ --- Result =  [0, 0, 0, 1, 0, 0, 1, 0, 0]
  --- converting (0, 9, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127030,9 +260020,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 1, 0, 1] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 1, 0, 1]
  --- Converting [0, 0, 1, 0, 0, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 0, 0, 1, 0, 1]
+ --- Result =  [0, 0, 0, 1, 0, 0, 1, 0, 1]
  --- converting (0, 9, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127048,9 +260036,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 1, 0, 2] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 1, 0, 2]
  --- Converting [0, 0, 1, 0, 0, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 1, 0, 1, 0, 1]
+ --- Result =  [0, 0, 0, 1, 0, 0, 1, 0, 2]
  --- converting (0, 9, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127066,9 +260052,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 1, 0, 3] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 1, 0, 3]
  --- Converting [0, 0, 1, 0, 0, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 2, 0, 1, 0, 1]
+ --- Result =  [0, 0, 0, 1, 0, 0, 1, 0, 3]
  --- converting (0, 9, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127086,9 +260070,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 1, 1, 0] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 1, 1, 0]
  --- Converting [0, 0, 1, 0, 0, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 0, 0, 1, 1, 0]
+ --- Result =  [0, 0, 0, 1, 0, 0, 1, 1, 0]
  --- converting (0, 9, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127106,9 +260088,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 1, 1, 1] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 1, 1, 1]
  --- Converting [0, 0, 1, 0, 0, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 0, 1, 1, 1]
  --- converting (0, 9, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127126,9 +260106,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 1, 1, 2] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 1, 1, 2]
  --- Converting [0, 0, 1, 0, 0, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 0, 1, 1, 2]
  --- converting (0, 9, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127146,9 +260124,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 1, 1, 3] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 1, 1, 3]
  --- Converting [0, 0, 1, 0, 0, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 0, 1, 1, 3]
  --- converting (0, 9, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127166,9 +260142,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 1, 2, 0] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 1, 2, 0]
  --- Converting [0, 0, 1, 0, 0, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 1, 0, 1, 1, 0]
+ --- Result =  [0, 0, 0, 1, 0, 0, 1, 2, 0]
  --- converting (0, 9, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127186,9 +260160,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 1, 2, 1] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 1, 2, 1]
  --- Converting [0, 0, 1, 0, 0, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 0, 1, 2, 1]
  --- converting (0, 9, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127206,9 +260178,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 1, 2, 2] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 1, 2, 2]
  --- Converting [0, 0, 1, 0, 0, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 0, 1, 2, 2]
  --- converting (0, 9, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127226,9 +260196,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 1, 2, 3] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 1, 2, 3]
  --- Converting [0, 0, 1, 0, 0, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 0, 1, 2, 3]
  --- converting (0, 9, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127246,9 +260214,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 1, 3, 0] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 1, 3, 0]
  --- Converting [0, 0, 1, 0, 0, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 2, 0, 1, 1, 0]
+ --- Result =  [0, 0, 0, 1, 0, 0, 1, 3, 0]
  --- converting (0, 9, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127266,9 +260232,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 1, 3, 1] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 1, 3, 1]
  --- Converting [0, 0, 1, 0, 0, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 0, 1, 3, 1]
  --- converting (0, 9, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127286,9 +260250,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 1, 3, 2] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 1, 3, 2]
  --- Converting [0, 0, 1, 0, 0, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 0, 1, 3, 2]
  --- converting (0, 9, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127306,9 +260268,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 0, 1, 3, 3] to configuration notation
  --- Result =  [0, 0, 1, 0, 0, 1, 3, 3]
  --- Converting [0, 0, 1, 0, 0, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 0, 1, 3, 3]
  --- converting (0, 10, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127324,9 +260284,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 0, 0, 0] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 0, 0, 0]
  --- Converting [0, 0, 1, 0, 1, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 0, 1, 0, 0, 0]
+ --- Result =  [0, 0, 0, 1, 0, 1, 0, 0, 0]
  --- converting (0, 10, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127342,9 +260300,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 0, 0, 1] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 0, 0, 1]
  --- Converting [0, 0, 1, 0, 1, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 0, 1, 0, 0, 1]
+ --- Result =  [0, 0, 0, 1, 0, 1, 0, 0, 1]
  --- converting (0, 10, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127360,9 +260316,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 0, 0, 2] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 0, 0, 2]
  --- Converting [0, 0, 1, 0, 1, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 1, 1, 0, 0, 1]
+ --- Result =  [0, 0, 0, 1, 0, 1, 0, 0, 2]
  --- converting (0, 10, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127378,9 +260332,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 0, 0, 3] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 0, 0, 3]
  --- Converting [0, 0, 1, 0, 1, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 2, 1, 0, 0, 1]
+ --- Result =  [0, 0, 0, 1, 0, 1, 0, 0, 3]
  --- converting (0, 10, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127398,9 +260350,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 0, 1, 0] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 0, 1, 0]
  --- Converting [0, 0, 1, 0, 1, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 0, 1, 0, 1, 0]
+ --- Result =  [0, 0, 0, 1, 0, 1, 0, 1, 0]
  --- converting (0, 10, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127418,9 +260368,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 0, 1, 1] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 0, 1, 1]
  --- Converting [0, 0, 1, 0, 1, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 1, 0, 1, 1]
  --- converting (0, 10, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127438,9 +260386,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 0, 1, 2] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 0, 1, 2]
  --- Converting [0, 0, 1, 0, 1, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 1, 0, 1, 2]
  --- converting (0, 10, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127458,9 +260404,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 0, 1, 3] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 0, 1, 3]
  --- Converting [0, 0, 1, 0, 1, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 1, 0, 1, 3]
  --- converting (0, 10, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127478,9 +260422,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 0, 2, 0] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 0, 2, 0]
  --- Converting [0, 0, 1, 0, 1, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 1, 1, 0, 1, 0]
+ --- Result =  [0, 0, 0, 1, 0, 1, 0, 2, 0]
  --- converting (0, 10, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127498,9 +260440,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 0, 2, 1] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 0, 2, 1]
  --- Converting [0, 0, 1, 0, 1, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 1, 0, 2, 1]
  --- converting (0, 10, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127518,9 +260458,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 0, 2, 2] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 0, 2, 2]
  --- Converting [0, 0, 1, 0, 1, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 1, 0, 2, 2]
  --- converting (0, 10, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127538,9 +260476,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 0, 2, 3] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 0, 2, 3]
  --- Converting [0, 0, 1, 0, 1, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 1, 0, 2, 3]
  --- converting (0, 10, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127558,9 +260494,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 0, 3, 0] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 0, 3, 0]
  --- Converting [0, 0, 1, 0, 1, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 2, 1, 0, 1, 0]
+ --- Result =  [0, 0, 0, 1, 0, 1, 0, 3, 0]
  --- converting (0, 10, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127578,9 +260512,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 0, 3, 1] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 0, 3, 1]
  --- Converting [0, 0, 1, 0, 1, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 1, 0, 3, 1]
  --- converting (0, 10, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127598,9 +260530,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 0, 3, 2] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 0, 3, 2]
  --- Converting [0, 0, 1, 0, 1, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 1, 0, 3, 2]
  --- converting (0, 10, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127618,9 +260548,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 0, 3, 3] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 0, 3, 3]
  --- Converting [0, 0, 1, 0, 1, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 1, 0, 3, 3]
  --- converting (0, 11, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127636,9 +260564,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 1, 0, 0] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 1, 0, 0]
  --- Converting [0, 0, 1, 0, 1, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 0, 1, 1, 0, 0]
+ --- Result =  [0, 0, 0, 1, 0, 1, 1, 0, 0]
  --- converting (0, 11, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127654,9 +260580,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 1, 0, 1] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 1, 0, 1]
  --- Converting [0, 0, 1, 0, 1, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 0, 1, 1, 0, 1]
+ --- Result =  [0, 0, 0, 1, 0, 1, 1, 0, 1]
  --- converting (0, 11, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127672,9 +260596,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 1, 0, 2] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 1, 0, 2]
  --- Converting [0, 0, 1, 0, 1, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 1, 1, 1, 0, 1]
+ --- Result =  [0, 0, 0, 1, 0, 1, 1, 0, 2]
  --- converting (0, 11, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127690,9 +260612,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 1, 0, 3] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 1, 0, 3]
  --- Converting [0, 0, 1, 0, 1, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 2, 1, 1, 0, 1]
+ --- Result =  [0, 0, 0, 1, 0, 1, 1, 0, 3]
  --- converting (0, 11, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127710,9 +260630,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 1, 1, 0] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 1, 1, 0]
  --- Converting [0, 0, 1, 0, 1, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 0, 1, 1, 1, 0]
+ --- Result =  [0, 0, 0, 1, 0, 1, 1, 1, 0]
  --- converting (0, 11, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127730,9 +260648,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 1, 1, 1] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 1, 1, 1]
  --- Converting [0, 0, 1, 0, 1, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 1, 1, 1, 1]
  --- converting (0, 11, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127750,9 +260666,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 1, 1, 2] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 1, 1, 2]
  --- Converting [0, 0, 1, 0, 1, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 1, 1, 1, 2]
  --- converting (0, 11, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127770,9 +260684,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 1, 1, 3] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 1, 1, 3]
  --- Converting [0, 0, 1, 0, 1, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 1, 1, 1, 3]
  --- converting (0, 11, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127790,9 +260702,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 1, 2, 0] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 1, 2, 0]
  --- Converting [0, 0, 1, 0, 1, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 1, 1, 1, 1, 0]
+ --- Result =  [0, 0, 0, 1, 0, 1, 1, 2, 0]
  --- converting (0, 11, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127810,9 +260720,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 1, 2, 1] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 1, 2, 1]
  --- Converting [0, 0, 1, 0, 1, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 1, 1, 2, 1]
  --- converting (0, 11, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127830,9 +260738,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 1, 2, 2] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 1, 2, 2]
  --- Converting [0, 0, 1, 0, 1, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 1, 1, 2, 2]
  --- converting (0, 11, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127850,9 +260756,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 1, 2, 3] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 1, 2, 3]
  --- Converting [0, 0, 1, 0, 1, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 1, 1, 2, 3]
  --- converting (0, 11, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127870,9 +260774,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 1, 3, 0] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 1, 3, 0]
  --- Converting [0, 0, 1, 0, 1, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 2, 1, 1, 1, 0]
+ --- Result =  [0, 0, 0, 1, 0, 1, 1, 3, 0]
  --- converting (0, 11, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127890,9 +260792,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 1, 3, 1] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 1, 3, 1]
  --- Converting [0, 0, 1, 0, 1, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 1, 1, 3, 1]
  --- converting (0, 11, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127910,9 +260810,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 1, 3, 2] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 1, 3, 2]
  --- Converting [0, 0, 1, 0, 1, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 1, 1, 3, 2]
  --- converting (0, 11, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127930,9 +260828,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 0, 1, 1, 3, 3] to configuration notation
  --- Result =  [0, 0, 1, 0, 1, 1, 3, 3]
  --- Converting [0, 0, 1, 0, 1, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 0, 1, 1, 3, 3]
  --- converting (0, 12, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127948,9 +260844,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 0, 0, 0] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 0, 0, 0]
  --- Converting [0, 0, 1, 1, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 0, 0, 0, 0, 0]
+ --- Result =  [0, 0, 0, 1, 1, 0, 0, 0, 0]
  --- converting (0, 12, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127966,9 +260860,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 0, 0, 1] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 0, 0, 1]
  --- Converting [0, 0, 1, 1, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 0, 0, 0, 0, 1]
+ --- Result =  [0, 0, 0, 1, 1, 0, 0, 0, 1]
  --- converting (0, 12, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -127984,9 +260876,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 0, 0, 2] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 0, 0, 2]
  --- Converting [0, 0, 1, 1, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 1, 0, 0, 0, 1]
+ --- Result =  [0, 0, 0, 1, 1, 0, 0, 0, 2]
  --- converting (0, 12, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128002,9 +260892,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 0, 0, 3] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 0, 0, 3]
  --- Converting [0, 0, 1, 1, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 2, 0, 0, 0, 1]
+ --- Result =  [0, 0, 0, 1, 1, 0, 0, 0, 3]
  --- converting (0, 12, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128022,9 +260910,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 0, 1, 0] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 0, 1, 0]
  --- Converting [0, 0, 1, 1, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 0, 0, 0, 1, 0]
+ --- Result =  [0, 0, 0, 1, 1, 0, 0, 1, 0]
  --- converting (0, 12, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128042,9 +260928,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 0, 1, 1] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 0, 1, 1]
  --- Converting [0, 0, 1, 1, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 0, 0, 1, 1]
  --- converting (0, 12, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128062,9 +260946,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 0, 1, 2] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 0, 1, 2]
  --- Converting [0, 0, 1, 1, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 0, 0, 1, 2]
  --- converting (0, 12, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128082,9 +260964,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 0, 1, 3] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 0, 1, 3]
  --- Converting [0, 0, 1, 1, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 0, 0, 1, 3]
  --- converting (0, 12, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128102,9 +260982,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 0, 2, 0] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 0, 2, 0]
  --- Converting [0, 0, 1, 1, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 1, 0, 0, 1, 0]
+ --- Result =  [0, 0, 0, 1, 1, 0, 0, 2, 0]
  --- converting (0, 12, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128122,9 +261000,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 0, 2, 1] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 0, 2, 1]
  --- Converting [0, 0, 1, 1, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 0, 0, 2, 1]
  --- converting (0, 12, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128142,9 +261018,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 0, 2, 2] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 0, 2, 2]
  --- Converting [0, 0, 1, 1, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 0, 0, 2, 2]
  --- converting (0, 12, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128162,9 +261036,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 0, 2, 3] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 0, 2, 3]
  --- Converting [0, 0, 1, 1, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 0, 0, 2, 3]
  --- converting (0, 12, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128182,9 +261054,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 0, 3, 0] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 0, 3, 0]
  --- Converting [0, 0, 1, 1, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 2, 0, 0, 1, 0]
+ --- Result =  [0, 0, 0, 1, 1, 0, 0, 3, 0]
  --- converting (0, 12, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128202,9 +261072,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 0, 3, 1] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 0, 3, 1]
  --- Converting [0, 0, 1, 1, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 0, 0, 3, 1]
  --- converting (0, 12, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128222,9 +261090,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 0, 3, 2] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 0, 3, 2]
  --- Converting [0, 0, 1, 1, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 0, 0, 3, 2]
  --- converting (0, 12, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128242,9 +261108,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 0, 3, 3] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 0, 3, 3]
  --- Converting [0, 0, 1, 1, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 0, 0, 3, 3]
  --- converting (0, 13, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128260,9 +261124,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 1, 0, 0] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 1, 0, 0]
  --- Converting [0, 0, 1, 1, 0, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 0, 0, 1, 0, 0]
+ --- Result =  [0, 0, 0, 1, 1, 0, 1, 0, 0]
  --- converting (0, 13, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128278,9 +261140,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 1, 0, 1] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 1, 0, 1]
  --- Converting [0, 0, 1, 1, 0, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 0, 0, 1, 0, 1]
+ --- Result =  [0, 0, 0, 1, 1, 0, 1, 0, 1]
  --- converting (0, 13, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128296,9 +261156,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 1, 0, 2] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 1, 0, 2]
  --- Converting [0, 0, 1, 1, 0, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 1, 0, 1, 0, 1]
+ --- Result =  [0, 0, 0, 1, 1, 0, 1, 0, 2]
  --- converting (0, 13, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128314,9 +261172,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 1, 0, 3] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 1, 0, 3]
  --- Converting [0, 0, 1, 1, 0, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 2, 0, 1, 0, 1]
+ --- Result =  [0, 0, 0, 1, 1, 0, 1, 0, 3]
  --- converting (0, 13, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128334,9 +261190,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 1, 1, 0] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 1, 1, 0]
  --- Converting [0, 0, 1, 1, 0, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 0, 0, 1, 1, 0]
+ --- Result =  [0, 0, 0, 1, 1, 0, 1, 1, 0]
  --- converting (0, 13, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128354,9 +261208,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 1, 1, 1] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 1, 1, 1]
  --- Converting [0, 0, 1, 1, 0, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 0, 1, 1, 1]
  --- converting (0, 13, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128374,9 +261226,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 1, 1, 2] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 1, 1, 2]
  --- Converting [0, 0, 1, 1, 0, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 0, 1, 1, 2]
  --- converting (0, 13, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128394,9 +261244,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 1, 1, 3] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 1, 1, 3]
  --- Converting [0, 0, 1, 1, 0, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 0, 1, 1, 3]
  --- converting (0, 13, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128414,9 +261262,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 1, 2, 0] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 1, 2, 0]
  --- Converting [0, 0, 1, 1, 0, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 1, 0, 1, 1, 0]
+ --- Result =  [0, 0, 0, 1, 1, 0, 1, 2, 0]
  --- converting (0, 13, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128434,9 +261280,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 1, 2, 1] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 1, 2, 1]
  --- Converting [0, 0, 1, 1, 0, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 0, 1, 2, 1]
  --- converting (0, 13, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128454,9 +261298,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 1, 2, 2] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 1, 2, 2]
  --- Converting [0, 0, 1, 1, 0, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 0, 1, 2, 2]
  --- converting (0, 13, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128474,9 +261316,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 1, 2, 3] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 1, 2, 3]
  --- Converting [0, 0, 1, 1, 0, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 0, 1, 2, 3]
  --- converting (0, 13, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128494,9 +261334,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 1, 3, 0] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 1, 3, 0]
  --- Converting [0, 0, 1, 1, 0, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 2, 0, 1, 1, 0]
+ --- Result =  [0, 0, 0, 1, 1, 0, 1, 3, 0]
  --- converting (0, 13, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128514,9 +261352,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 1, 3, 1] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 1, 3, 1]
  --- Converting [0, 0, 1, 1, 0, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 0, 1, 3, 1]
  --- converting (0, 13, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128534,9 +261370,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 1, 3, 2] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 1, 3, 2]
  --- Converting [0, 0, 1, 1, 0, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 0, 1, 3, 2]
  --- converting (0, 13, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128554,9 +261388,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 0, 1, 3, 3] to configuration notation
  --- Result =  [0, 0, 1, 1, 0, 1, 3, 3]
  --- Converting [0, 0, 1, 1, 0, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 0, 1, 3, 3]
  --- converting (0, 14, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128572,9 +261404,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 0, 0, 0] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 0, 0, 0]
  --- Converting [0, 0, 1, 1, 1, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 0, 1, 0, 0, 0]
+ --- Result =  [0, 0, 0, 1, 1, 1, 0, 0, 0]
  --- converting (0, 14, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128590,9 +261420,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 0, 0, 1] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 0, 0, 1]
  --- Converting [0, 0, 1, 1, 1, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 0, 1, 0, 0, 1]
+ --- Result =  [0, 0, 0, 1, 1, 1, 0, 0, 1]
  --- converting (0, 14, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128608,9 +261436,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 0, 0, 2] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 0, 0, 2]
  --- Converting [0, 0, 1, 1, 1, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 1, 1, 0, 0, 1]
+ --- Result =  [0, 0, 0, 1, 1, 1, 0, 0, 2]
  --- converting (0, 14, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128626,9 +261452,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 0, 0, 3] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 0, 0, 3]
  --- Converting [0, 0, 1, 1, 1, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 2, 1, 0, 0, 1]
+ --- Result =  [0, 0, 0, 1, 1, 1, 0, 0, 3]
  --- converting (0, 14, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128646,9 +261470,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 0, 1, 0] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 0, 1, 0]
  --- Converting [0, 0, 1, 1, 1, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 0, 1, 0, 1, 0]
+ --- Result =  [0, 0, 0, 1, 1, 1, 0, 1, 0]
  --- converting (0, 14, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128666,9 +261488,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 0, 1, 1] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 0, 1, 1]
  --- Converting [0, 0, 1, 1, 1, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 1, 0, 1, 1]
  --- converting (0, 14, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128686,9 +261506,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 0, 1, 2] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 0, 1, 2]
  --- Converting [0, 0, 1, 1, 1, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 1, 0, 1, 2]
  --- converting (0, 14, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128706,9 +261524,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 0, 1, 3] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 0, 1, 3]
  --- Converting [0, 0, 1, 1, 1, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 1, 0, 1, 3]
  --- converting (0, 14, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128726,9 +261542,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 0, 2, 0] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 0, 2, 0]
  --- Converting [0, 0, 1, 1, 1, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 1, 1, 0, 1, 0]
+ --- Result =  [0, 0, 0, 1, 1, 1, 0, 2, 0]
  --- converting (0, 14, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128746,9 +261560,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 0, 2, 1] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 0, 2, 1]
  --- Converting [0, 0, 1, 1, 1, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 1, 0, 2, 1]
  --- converting (0, 14, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128766,9 +261578,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 0, 2, 2] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 0, 2, 2]
  --- Converting [0, 0, 1, 1, 1, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 1, 0, 2, 2]
  --- converting (0, 14, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128786,9 +261596,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 0, 2, 3] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 0, 2, 3]
  --- Converting [0, 0, 1, 1, 1, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 1, 0, 2, 3]
  --- converting (0, 14, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128806,9 +261614,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 0, 3, 0] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 0, 3, 0]
  --- Converting [0, 0, 1, 1, 1, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 2, 1, 0, 1, 0]
+ --- Result =  [0, 0, 0, 1, 1, 1, 0, 3, 0]
  --- converting (0, 14, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128826,9 +261632,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 0, 3, 1] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 0, 3, 1]
  --- Converting [0, 0, 1, 1, 1, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 1, 0, 3, 1]
  --- converting (0, 14, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128846,9 +261650,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 0, 3, 2] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 0, 3, 2]
  --- Converting [0, 0, 1, 1, 1, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 1, 0, 3, 2]
  --- converting (0, 14, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128866,9 +261668,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 0, 3, 3] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 0, 3, 3]
  --- Converting [0, 0, 1, 1, 1, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 1, 0, 3, 3]
  --- converting (0, 15, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128884,9 +261684,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 1, 0, 0] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 1, 0, 0]
  --- Converting [0, 0, 1, 1, 1, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 0, 1, 1, 0, 0]
+ --- Result =  [0, 0, 0, 1, 1, 1, 1, 0, 0]
  --- converting (0, 15, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128902,9 +261700,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 1, 0, 1] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 1, 0, 1]
  --- Converting [0, 0, 1, 1, 1, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 0, 1, 1, 0, 1]
+ --- Result =  [0, 0, 0, 1, 1, 1, 1, 0, 1]
  --- converting (0, 15, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128920,9 +261716,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 1, 0, 2] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 1, 0, 2]
  --- Converting [0, 0, 1, 1, 1, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 1, 1, 1, 0, 1]
+ --- Result =  [0, 0, 0, 1, 1, 1, 1, 0, 2]
  --- converting (0, 15, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128938,9 +261732,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 1, 0, 3] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 1, 0, 3]
  --- Converting [0, 0, 1, 1, 1, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 2, 1, 1, 0, 1]
+ --- Result =  [0, 0, 0, 1, 1, 1, 1, 0, 3]
  --- converting (0, 15, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128958,9 +261750,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 1, 1, 0] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 1, 1, 0]
  --- Converting [0, 0, 1, 1, 1, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 0, 1, 1, 1, 0]
+ --- Result =  [0, 0, 0, 1, 1, 1, 1, 1, 0]
  --- converting (0, 15, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128978,9 +261768,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 1, 1, 1] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 1, 1, 1]
  --- Converting [0, 0, 1, 1, 1, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 1, 1, 1, 1]
  --- converting (0, 15, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -128998,9 +261786,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 1, 1, 2] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 1, 1, 2]
  --- Converting [0, 0, 1, 1, 1, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 1, 1, 1, 2]
  --- converting (0, 15, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129018,9 +261804,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 1, 1, 3] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 1, 1, 3]
  --- Converting [0, 0, 1, 1, 1, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 1, 1, 1, 3]
  --- converting (0, 15, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129038,9 +261822,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 1, 2, 0] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 1, 2, 0]
  --- Converting [0, 0, 1, 1, 1, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 1, 1, 1, 1, 0]
+ --- Result =  [0, 0, 0, 1, 1, 1, 1, 2, 0]
  --- converting (0, 15, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129058,9 +261840,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 1, 2, 1] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 1, 2, 1]
  --- Converting [0, 0, 1, 1, 1, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 1, 1, 2, 1]
  --- converting (0, 15, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129078,9 +261858,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 1, 2, 2] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 1, 2, 2]
  --- Converting [0, 0, 1, 1, 1, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 1, 1, 2, 2]
  --- converting (0, 15, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129098,9 +261876,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 1, 2, 3] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 1, 2, 3]
  --- Converting [0, 0, 1, 1, 1, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 1, 1, 2, 3]
  --- converting (0, 15, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129118,9 +261894,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 1, 3, 0] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 1, 3, 0]
  --- Converting [0, 0, 1, 1, 1, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 2, 1, 1, 1, 0]
+ --- Result =  [0, 0, 0, 1, 1, 1, 1, 3, 0]
  --- converting (0, 15, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129138,9 +261912,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 1, 3, 1] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 1, 3, 1]
  --- Converting [0, 0, 1, 1, 1, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 1, 1, 3, 1]
  --- converting (0, 15, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129158,9 +261930,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 1, 3, 2] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 1, 3, 2]
  --- Converting [0, 0, 1, 1, 1, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 1, 1, 3, 2]
  --- converting (0, 15, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129178,9 +261948,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 0, 1, 1, 1, 1, 3, 3] to configuration notation
  --- Result =  [0, 0, 1, 1, 1, 1, 3, 3]
  --- Converting [0, 0, 1, 1, 1, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [0, 0, 0, 1, 1, 1, 1, 3, 3]
  --- converting (0, 16, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129197,9 +261965,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 0, 0, 0] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 0, 0, 0]
  --- Converting [0, 1, 0, 0, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 0, 0, 0, 0, 0]
+ --- Result =  [0, 0, 1, 0, 0, 0, 0, 0, 0]
  --- converting (0, 16, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129216,9 +261982,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 0, 0, 1] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 0, 0, 1]
  --- Converting [0, 1, 0, 0, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 0, 0, 0, 0, 1]
+ --- Result =  [0, 0, 1, 0, 0, 0, 0, 0, 1]
  --- converting (0, 16, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129235,9 +261999,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 0, 0, 2] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 0, 0, 2]
  --- Converting [0, 1, 0, 0, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 1, 0, 0, 0, 1]
+ --- Result =  [0, 0, 1, 0, 0, 0, 0, 0, 2]
  --- converting (0, 16, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129254,9 +262016,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 0, 0, 3] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 0, 0, 3]
  --- Converting [0, 1, 0, 0, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 2, 0, 0, 0, 1]
+ --- Result =  [0, 0, 1, 0, 0, 0, 0, 0, 3]
  --- converting (0, 16, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129275,9 +262035,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 0, 1, 0] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 0, 1, 0]
  --- Converting [0, 1, 0, 0, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 0, 0, 0, 1, 0]
+ --- Result =  [0, 0, 1, 0, 0, 0, 0, 1, 0]
  --- converting (0, 16, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129296,9 +262054,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 0, 1, 1] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 0, 1, 1]
  --- Converting [0, 1, 0, 0, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 0, 0, 1, 1]
  --- converting (0, 16, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129317,9 +262073,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 0, 1, 2] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 0, 1, 2]
  --- Converting [0, 1, 0, 0, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 0, 0, 1, 2]
  --- converting (0, 16, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129338,9 +262092,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 0, 1, 3] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 0, 1, 3]
  --- Converting [0, 1, 0, 0, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 0, 0, 1, 3]
  --- converting (0, 16, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129359,9 +262111,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 0, 2, 0] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 0, 2, 0]
  --- Converting [0, 1, 0, 0, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 1, 0, 0, 1, 0]
+ --- Result =  [0, 0, 1, 0, 0, 0, 0, 2, 0]
  --- converting (0, 16, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129380,9 +262130,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 0, 2, 1] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 0, 2, 1]
  --- Converting [0, 1, 0, 0, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 0, 0, 2, 1]
  --- converting (0, 16, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129401,9 +262149,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 0, 2, 2] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 0, 2, 2]
  --- Converting [0, 1, 0, 0, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 0, 0, 2, 2]
  --- converting (0, 16, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129422,9 +262168,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 0, 2, 3] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 0, 2, 3]
  --- Converting [0, 1, 0, 0, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 0, 0, 2, 3]
  --- converting (0, 16, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129443,9 +262187,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 0, 3, 0] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 0, 3, 0]
  --- Converting [0, 1, 0, 0, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 2, 0, 0, 1, 0]
+ --- Result =  [0, 0, 1, 0, 0, 0, 0, 3, 0]
  --- converting (0, 16, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129464,9 +262206,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 0, 3, 1] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 0, 3, 1]
  --- Converting [0, 1, 0, 0, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 0, 0, 3, 1]
  --- converting (0, 16, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129485,9 +262225,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 0, 3, 2] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 0, 3, 2]
  --- Converting [0, 1, 0, 0, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 0, 0, 3, 2]
  --- converting (0, 16, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129506,9 +262244,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 0, 3, 3] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 0, 3, 3]
  --- Converting [0, 1, 0, 0, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 0, 0, 3, 3]
  --- converting (0, 17, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129525,9 +262261,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 1, 0, 0] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 1, 0, 0]
  --- Converting [0, 1, 0, 0, 0, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 0, 0, 1, 0, 0]
+ --- Result =  [0, 0, 1, 0, 0, 0, 1, 0, 0]
  --- converting (0, 17, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129544,9 +262278,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 1, 0, 1] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 1, 0, 1]
  --- Converting [0, 1, 0, 0, 0, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 0, 0, 1, 0, 1]
+ --- Result =  [0, 0, 1, 0, 0, 0, 1, 0, 1]
  --- converting (0, 17, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129563,9 +262295,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 1, 0, 2] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 1, 0, 2]
  --- Converting [0, 1, 0, 0, 0, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 1, 0, 1, 0, 1]
+ --- Result =  [0, 0, 1, 0, 0, 0, 1, 0, 2]
  --- converting (0, 17, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129582,9 +262312,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 1, 0, 3] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 1, 0, 3]
  --- Converting [0, 1, 0, 0, 0, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 2, 0, 1, 0, 1]
+ --- Result =  [0, 0, 1, 0, 0, 0, 1, 0, 3]
  --- converting (0, 17, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129603,9 +262331,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 1, 1, 0] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 1, 1, 0]
  --- Converting [0, 1, 0, 0, 0, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 0, 0, 1, 1, 0]
+ --- Result =  [0, 0, 1, 0, 0, 0, 1, 1, 0]
  --- converting (0, 17, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129624,9 +262350,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 1, 1, 1] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 1, 1, 1]
  --- Converting [0, 1, 0, 0, 0, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 0, 1, 1, 1]
  --- converting (0, 17, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129645,9 +262369,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 1, 1, 2] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 1, 1, 2]
  --- Converting [0, 1, 0, 0, 0, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 0, 1, 1, 2]
  --- converting (0, 17, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129666,9 +262388,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 1, 1, 3] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 1, 1, 3]
  --- Converting [0, 1, 0, 0, 0, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 0, 1, 1, 3]
  --- converting (0, 17, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129687,9 +262407,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 1, 2, 0] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 1, 2, 0]
  --- Converting [0, 1, 0, 0, 0, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 1, 0, 1, 1, 0]
+ --- Result =  [0, 0, 1, 0, 0, 0, 1, 2, 0]
  --- converting (0, 17, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129708,9 +262426,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 1, 2, 1] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 1, 2, 1]
  --- Converting [0, 1, 0, 0, 0, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 0, 1, 2, 1]
  --- converting (0, 17, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129729,9 +262445,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 1, 2, 2] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 1, 2, 2]
  --- Converting [0, 1, 0, 0, 0, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 0, 1, 2, 2]
  --- converting (0, 17, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129750,9 +262464,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 1, 2, 3] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 1, 2, 3]
  --- Converting [0, 1, 0, 0, 0, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 0, 1, 2, 3]
  --- converting (0, 17, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129771,9 +262483,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 1, 3, 0] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 1, 3, 0]
  --- Converting [0, 1, 0, 0, 0, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 2, 0, 1, 1, 0]
+ --- Result =  [0, 0, 1, 0, 0, 0, 1, 3, 0]
  --- converting (0, 17, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129792,9 +262502,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 1, 3, 1] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 1, 3, 1]
  --- Converting [0, 1, 0, 0, 0, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 0, 1, 3, 1]
  --- converting (0, 17, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129813,9 +262521,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 1, 3, 2] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 1, 3, 2]
  --- Converting [0, 1, 0, 0, 0, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 0, 1, 3, 2]
  --- converting (0, 17, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129834,9 +262540,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 0, 1, 3, 3] to configuration notation
  --- Result =  [0, 1, 0, 0, 0, 1, 3, 3]
  --- Converting [0, 1, 0, 0, 0, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 0, 1, 3, 3]
  --- converting (0, 18, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129853,9 +262557,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 0, 0, 0] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 0, 0, 0]
  --- Converting [0, 1, 0, 0, 1, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 0, 1, 0, 0, 0]
+ --- Result =  [0, 0, 1, 0, 0, 1, 0, 0, 0]
  --- converting (0, 18, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129872,9 +262574,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 0, 0, 1] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 0, 0, 1]
  --- Converting [0, 1, 0, 0, 1, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 0, 1, 0, 0, 1]
+ --- Result =  [0, 0, 1, 0, 0, 1, 0, 0, 1]
  --- converting (0, 18, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129891,9 +262591,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 0, 0, 2] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 0, 0, 2]
  --- Converting [0, 1, 0, 0, 1, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 1, 1, 0, 0, 1]
+ --- Result =  [0, 0, 1, 0, 0, 1, 0, 0, 2]
  --- converting (0, 18, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129910,9 +262608,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 0, 0, 3] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 0, 0, 3]
  --- Converting [0, 1, 0, 0, 1, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 2, 1, 0, 0, 1]
+ --- Result =  [0, 0, 1, 0, 0, 1, 0, 0, 3]
  --- converting (0, 18, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129931,9 +262627,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 0, 1, 0] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 0, 1, 0]
  --- Converting [0, 1, 0, 0, 1, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 0, 1, 0, 1, 0]
+ --- Result =  [0, 0, 1, 0, 0, 1, 0, 1, 0]
  --- converting (0, 18, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129952,9 +262646,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 0, 1, 1] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 0, 1, 1]
  --- Converting [0, 1, 0, 0, 1, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 1, 0, 1, 1]
  --- converting (0, 18, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129973,9 +262665,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 0, 1, 2] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 0, 1, 2]
  --- Converting [0, 1, 0, 0, 1, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 1, 0, 1, 2]
  --- converting (0, 18, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -129994,9 +262684,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 0, 1, 3] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 0, 1, 3]
  --- Converting [0, 1, 0, 0, 1, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 1, 0, 1, 3]
  --- converting (0, 18, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130015,9 +262703,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 0, 2, 0] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 0, 2, 0]
  --- Converting [0, 1, 0, 0, 1, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 1, 1, 0, 1, 0]
+ --- Result =  [0, 0, 1, 0, 0, 1, 0, 2, 0]
  --- converting (0, 18, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130036,9 +262722,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 0, 2, 1] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 0, 2, 1]
  --- Converting [0, 1, 0, 0, 1, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 1, 0, 2, 1]
  --- converting (0, 18, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130057,9 +262741,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 0, 2, 2] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 0, 2, 2]
  --- Converting [0, 1, 0, 0, 1, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 1, 0, 2, 2]
  --- converting (0, 18, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130078,9 +262760,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 0, 2, 3] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 0, 2, 3]
  --- Converting [0, 1, 0, 0, 1, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 1, 0, 2, 3]
  --- converting (0, 18, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130099,9 +262779,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 0, 3, 0] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 0, 3, 0]
  --- Converting [0, 1, 0, 0, 1, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 2, 1, 0, 1, 0]
+ --- Result =  [0, 0, 1, 0, 0, 1, 0, 3, 0]
  --- converting (0, 18, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130120,9 +262798,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 0, 3, 1] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 0, 3, 1]
  --- Converting [0, 1, 0, 0, 1, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 1, 0, 3, 1]
  --- converting (0, 18, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130141,9 +262817,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 0, 3, 2] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 0, 3, 2]
  --- Converting [0, 1, 0, 0, 1, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 1, 0, 3, 2]
  --- converting (0, 18, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130162,9 +262836,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 0, 3, 3] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 0, 3, 3]
  --- Converting [0, 1, 0, 0, 1, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 1, 0, 3, 3]
  --- converting (0, 19, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130181,9 +262853,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 1, 0, 0] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 1, 0, 0]
  --- Converting [0, 1, 0, 0, 1, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 0, 1, 1, 0, 0]
+ --- Result =  [0, 0, 1, 0, 0, 1, 1, 0, 0]
  --- converting (0, 19, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130200,9 +262870,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 1, 0, 1] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 1, 0, 1]
  --- Converting [0, 1, 0, 0, 1, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 0, 1, 1, 0, 1]
+ --- Result =  [0, 0, 1, 0, 0, 1, 1, 0, 1]
  --- converting (0, 19, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130219,9 +262887,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 1, 0, 2] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 1, 0, 2]
  --- Converting [0, 1, 0, 0, 1, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 1, 1, 1, 0, 1]
+ --- Result =  [0, 0, 1, 0, 0, 1, 1, 0, 2]
  --- converting (0, 19, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130238,9 +262904,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 1, 0, 3] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 1, 0, 3]
  --- Converting [0, 1, 0, 0, 1, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 2, 1, 1, 0, 1]
+ --- Result =  [0, 0, 1, 0, 0, 1, 1, 0, 3]
  --- converting (0, 19, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130259,9 +262923,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 1, 1, 0] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 1, 1, 0]
  --- Converting [0, 1, 0, 0, 1, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 0, 1, 1, 1, 0]
+ --- Result =  [0, 0, 1, 0, 0, 1, 1, 1, 0]
  --- converting (0, 19, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130280,9 +262942,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 1, 1, 1] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 1, 1, 1]
  --- Converting [0, 1, 0, 0, 1, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 1, 1, 1, 1]
  --- converting (0, 19, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130301,9 +262961,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 1, 1, 2] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 1, 1, 2]
  --- Converting [0, 1, 0, 0, 1, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 1, 1, 1, 2]
  --- converting (0, 19, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130322,9 +262980,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 1, 1, 3] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 1, 1, 3]
  --- Converting [0, 1, 0, 0, 1, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 1, 1, 1, 3]
  --- converting (0, 19, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130343,9 +262999,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 1, 2, 0] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 1, 2, 0]
  --- Converting [0, 1, 0, 0, 1, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 1, 1, 1, 1, 0]
+ --- Result =  [0, 0, 1, 0, 0, 1, 1, 2, 0]
  --- converting (0, 19, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130364,9 +263018,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 1, 2, 1] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 1, 2, 1]
  --- Converting [0, 1, 0, 0, 1, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 1, 1, 2, 1]
  --- converting (0, 19, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130385,9 +263037,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 1, 2, 2] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 1, 2, 2]
  --- Converting [0, 1, 0, 0, 1, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 1, 1, 2, 2]
  --- converting (0, 19, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130406,9 +263056,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 1, 2, 3] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 1, 2, 3]
  --- Converting [0, 1, 0, 0, 1, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 1, 1, 2, 3]
  --- converting (0, 19, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130427,9 +263075,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 1, 3, 0] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 1, 3, 0]
  --- Converting [0, 1, 0, 0, 1, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 2, 1, 1, 1, 0]
+ --- Result =  [0, 0, 1, 0, 0, 1, 1, 3, 0]
  --- converting (0, 19, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130448,9 +263094,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 1, 3, 1] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 1, 3, 1]
  --- Converting [0, 1, 0, 0, 1, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 1, 1, 3, 1]
  --- converting (0, 19, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130469,9 +263113,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 1, 3, 2] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 1, 3, 2]
  --- Converting [0, 1, 0, 0, 1, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 1, 1, 3, 2]
  --- converting (0, 19, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130490,9 +263132,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 0, 1, 1, 3, 3] to configuration notation
  --- Result =  [0, 1, 0, 0, 1, 1, 3, 3]
  --- Converting [0, 1, 0, 0, 1, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 1, 1, 3, 3]
  --- converting (0, 20, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130509,9 +263149,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 0, 0, 0] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 0, 0, 0]
  --- Converting [0, 1, 0, 1, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 0, 0, 0, 0, 0]
+ --- Result =  [0, 0, 1, 0, 1, 0, 0, 0, 0]
  --- converting (0, 20, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130528,9 +263166,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 0, 0, 1] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 0, 0, 1]
  --- Converting [0, 1, 0, 1, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 0, 0, 0, 0, 1]
+ --- Result =  [0, 0, 1, 0, 1, 0, 0, 0, 1]
  --- converting (0, 20, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130547,9 +263183,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 0, 0, 2] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 0, 0, 2]
  --- Converting [0, 1, 0, 1, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 1, 0, 0, 0, 1]
+ --- Result =  [0, 0, 1, 0, 1, 0, 0, 0, 2]
  --- converting (0, 20, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130566,9 +263200,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 0, 0, 3] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 0, 0, 3]
  --- Converting [0, 1, 0, 1, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 2, 0, 0, 0, 1]
+ --- Result =  [0, 0, 1, 0, 1, 0, 0, 0, 3]
  --- converting (0, 20, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130587,9 +263219,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 0, 1, 0] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 0, 1, 0]
  --- Converting [0, 1, 0, 1, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 0, 0, 0, 1, 0]
+ --- Result =  [0, 0, 1, 0, 1, 0, 0, 1, 0]
  --- converting (0, 20, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130608,9 +263238,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 0, 1, 1] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 0, 1, 1]
  --- Converting [0, 1, 0, 1, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 0, 0, 1, 1]
  --- converting (0, 20, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130629,9 +263257,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 0, 1, 2] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 0, 1, 2]
  --- Converting [0, 1, 0, 1, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 0, 0, 1, 2]
  --- converting (0, 20, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130650,9 +263276,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 0, 1, 3] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 0, 1, 3]
  --- Converting [0, 1, 0, 1, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 0, 0, 1, 3]
  --- converting (0, 20, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130671,9 +263295,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 0, 2, 0] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 0, 2, 0]
  --- Converting [0, 1, 0, 1, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 1, 0, 0, 1, 0]
+ --- Result =  [0, 0, 1, 0, 1, 0, 0, 2, 0]
  --- converting (0, 20, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130692,9 +263314,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 0, 2, 1] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 0, 2, 1]
  --- Converting [0, 1, 0, 1, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 0, 0, 2, 1]
  --- converting (0, 20, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130713,9 +263333,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 0, 2, 2] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 0, 2, 2]
  --- Converting [0, 1, 0, 1, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 0, 0, 2, 2]
  --- converting (0, 20, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130734,9 +263352,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 0, 2, 3] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 0, 2, 3]
  --- Converting [0, 1, 0, 1, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 0, 0, 2, 3]
  --- converting (0, 20, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130755,9 +263371,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 0, 3, 0] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 0, 3, 0]
  --- Converting [0, 1, 0, 1, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 2, 0, 0, 1, 0]
+ --- Result =  [0, 0, 1, 0, 1, 0, 0, 3, 0]
  --- converting (0, 20, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130776,9 +263390,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 0, 3, 1] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 0, 3, 1]
  --- Converting [0, 1, 0, 1, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 0, 0, 3, 1]
  --- converting (0, 20, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130797,9 +263409,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 0, 3, 2] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 0, 3, 2]
  --- Converting [0, 1, 0, 1, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 0, 0, 3, 2]
  --- converting (0, 20, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130818,9 +263428,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 0, 3, 3] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 0, 3, 3]
  --- Converting [0, 1, 0, 1, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 0, 0, 3, 3]
  --- converting (0, 21, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130837,9 +263445,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 1, 0, 0] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 1, 0, 0]
  --- Converting [0, 1, 0, 1, 0, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 0, 0, 1, 0, 0]
+ --- Result =  [0, 0, 1, 0, 1, 0, 1, 0, 0]
  --- converting (0, 21, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130856,9 +263462,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 1, 0, 1] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 1, 0, 1]
  --- Converting [0, 1, 0, 1, 0, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 0, 0, 1, 0, 1]
+ --- Result =  [0, 0, 1, 0, 1, 0, 1, 0, 1]
  --- converting (0, 21, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130875,9 +263479,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 1, 0, 2] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 1, 0, 2]
  --- Converting [0, 1, 0, 1, 0, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 1, 0, 1, 0, 1]
+ --- Result =  [0, 0, 1, 0, 1, 0, 1, 0, 2]
  --- converting (0, 21, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130894,9 +263496,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 1, 0, 3] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 1, 0, 3]
  --- Converting [0, 1, 0, 1, 0, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 2, 0, 1, 0, 1]
+ --- Result =  [0, 0, 1, 0, 1, 0, 1, 0, 3]
  --- converting (0, 21, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130915,9 +263515,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 1, 1, 0] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 1, 1, 0]
  --- Converting [0, 1, 0, 1, 0, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 0, 0, 1, 1, 0]
+ --- Result =  [0, 0, 1, 0, 1, 0, 1, 1, 0]
  --- converting (0, 21, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130936,9 +263534,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 1, 1, 1] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 1, 1, 1]
  --- Converting [0, 1, 0, 1, 0, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 0, 1, 1, 1]
  --- converting (0, 21, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130957,9 +263553,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 1, 1, 2] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 1, 1, 2]
  --- Converting [0, 1, 0, 1, 0, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 0, 1, 1, 2]
  --- converting (0, 21, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130978,9 +263572,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 1, 1, 3] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 1, 1, 3]
  --- Converting [0, 1, 0, 1, 0, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 0, 1, 1, 3]
  --- converting (0, 21, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -130999,9 +263591,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 1, 2, 0] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 1, 2, 0]
  --- Converting [0, 1, 0, 1, 0, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 1, 0, 1, 1, 0]
+ --- Result =  [0, 0, 1, 0, 1, 0, 1, 2, 0]
  --- converting (0, 21, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131020,9 +263610,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 1, 2, 1] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 1, 2, 1]
  --- Converting [0, 1, 0, 1, 0, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 0, 1, 2, 1]
  --- converting (0, 21, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131041,9 +263629,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 1, 2, 2] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 1, 2, 2]
  --- Converting [0, 1, 0, 1, 0, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 0, 1, 2, 2]
  --- converting (0, 21, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131062,9 +263648,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 1, 2, 3] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 1, 2, 3]
  --- Converting [0, 1, 0, 1, 0, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 0, 1, 2, 3]
  --- converting (0, 21, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131083,9 +263667,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 1, 3, 0] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 1, 3, 0]
  --- Converting [0, 1, 0, 1, 0, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 2, 0, 1, 1, 0]
+ --- Result =  [0, 0, 1, 0, 1, 0, 1, 3, 0]
  --- converting (0, 21, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131104,9 +263686,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 1, 3, 1] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 1, 3, 1]
  --- Converting [0, 1, 0, 1, 0, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 0, 1, 3, 1]
  --- converting (0, 21, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131125,9 +263705,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 1, 3, 2] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 1, 3, 2]
  --- Converting [0, 1, 0, 1, 0, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 0, 1, 3, 2]
  --- converting (0, 21, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131146,9 +263724,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 0, 1, 3, 3] to configuration notation
  --- Result =  [0, 1, 0, 1, 0, 1, 3, 3]
  --- Converting [0, 1, 0, 1, 0, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 0, 1, 3, 3]
  --- converting (0, 22, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131165,9 +263741,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 0, 0, 0] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 0, 0, 0]
  --- Converting [0, 1, 0, 1, 1, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 0, 1, 0, 0, 0]
+ --- Result =  [0, 0, 1, 0, 1, 1, 0, 0, 0]
  --- converting (0, 22, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131184,9 +263758,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 0, 0, 1] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 0, 0, 1]
  --- Converting [0, 1, 0, 1, 1, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 0, 1, 0, 0, 1]
+ --- Result =  [0, 0, 1, 0, 1, 1, 0, 0, 1]
  --- converting (0, 22, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131203,9 +263775,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 0, 0, 2] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 0, 0, 2]
  --- Converting [0, 1, 0, 1, 1, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 1, 1, 0, 0, 1]
+ --- Result =  [0, 0, 1, 0, 1, 1, 0, 0, 2]
  --- converting (0, 22, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131222,9 +263792,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 0, 0, 3] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 0, 0, 3]
  --- Converting [0, 1, 0, 1, 1, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 2, 1, 0, 0, 1]
+ --- Result =  [0, 0, 1, 0, 1, 1, 0, 0, 3]
  --- converting (0, 22, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131243,9 +263811,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 0, 1, 0] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 0, 1, 0]
  --- Converting [0, 1, 0, 1, 1, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 0, 1, 0, 1, 0]
+ --- Result =  [0, 0, 1, 0, 1, 1, 0, 1, 0]
  --- converting (0, 22, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131264,9 +263830,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 0, 1, 1] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 0, 1, 1]
  --- Converting [0, 1, 0, 1, 1, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 1, 0, 1, 1]
  --- converting (0, 22, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131285,9 +263849,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 0, 1, 2] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 0, 1, 2]
  --- Converting [0, 1, 0, 1, 1, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 1, 0, 1, 2]
  --- converting (0, 22, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131306,9 +263868,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 0, 1, 3] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 0, 1, 3]
  --- Converting [0, 1, 0, 1, 1, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 1, 0, 1, 3]
  --- converting (0, 22, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131327,9 +263887,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 0, 2, 0] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 0, 2, 0]
  --- Converting [0, 1, 0, 1, 1, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 1, 1, 0, 1, 0]
+ --- Result =  [0, 0, 1, 0, 1, 1, 0, 2, 0]
  --- converting (0, 22, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131348,9 +263906,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 0, 2, 1] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 0, 2, 1]
  --- Converting [0, 1, 0, 1, 1, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 1, 0, 2, 1]
  --- converting (0, 22, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131369,9 +263925,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 0, 2, 2] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 0, 2, 2]
  --- Converting [0, 1, 0, 1, 1, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 1, 0, 2, 2]
  --- converting (0, 22, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131390,9 +263944,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 0, 2, 3] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 0, 2, 3]
  --- Converting [0, 1, 0, 1, 1, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 1, 0, 2, 3]
  --- converting (0, 22, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131411,9 +263963,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 0, 3, 0] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 0, 3, 0]
  --- Converting [0, 1, 0, 1, 1, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 2, 1, 0, 1, 0]
+ --- Result =  [0, 0, 1, 0, 1, 1, 0, 3, 0]
  --- converting (0, 22, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131432,9 +263982,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 0, 3, 1] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 0, 3, 1]
  --- Converting [0, 1, 0, 1, 1, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 1, 0, 3, 1]
  --- converting (0, 22, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131453,9 +264001,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 0, 3, 2] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 0, 3, 2]
  --- Converting [0, 1, 0, 1, 1, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 1, 0, 3, 2]
  --- converting (0, 22, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131474,9 +264020,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 0, 3, 3] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 0, 3, 3]
  --- Converting [0, 1, 0, 1, 1, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 1, 0, 3, 3]
  --- converting (0, 23, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131493,9 +264037,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 1, 0, 0] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 1, 0, 0]
  --- Converting [0, 1, 0, 1, 1, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 0, 1, 1, 0, 0]
+ --- Result =  [0, 0, 1, 0, 1, 1, 1, 0, 0]
  --- converting (0, 23, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131512,9 +264054,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 1, 0, 1] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 1, 0, 1]
  --- Converting [0, 1, 0, 1, 1, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 0, 1, 1, 0, 1]
+ --- Result =  [0, 0, 1, 0, 1, 1, 1, 0, 1]
  --- converting (0, 23, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131531,9 +264071,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 1, 0, 2] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 1, 0, 2]
  --- Converting [0, 1, 0, 1, 1, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 1, 1, 1, 0, 1]
+ --- Result =  [0, 0, 1, 0, 1, 1, 1, 0, 2]
  --- converting (0, 23, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131550,9 +264088,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 1, 0, 3] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 1, 0, 3]
  --- Converting [0, 1, 0, 1, 1, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 2, 1, 1, 0, 1]
+ --- Result =  [0, 0, 1, 0, 1, 1, 1, 0, 3]
  --- converting (0, 23, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131571,9 +264107,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 1, 1, 0] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 1, 1, 0]
  --- Converting [0, 1, 0, 1, 1, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 0, 1, 1, 1, 0]
+ --- Result =  [0, 0, 1, 0, 1, 1, 1, 1, 0]
  --- converting (0, 23, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131592,9 +264126,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 1, 1, 1] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 1, 1, 1]
  --- Converting [0, 1, 0, 1, 1, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 1, 1, 1, 1]
  --- converting (0, 23, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131613,9 +264145,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 1, 1, 2] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 1, 1, 2]
  --- Converting [0, 1, 0, 1, 1, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 1, 1, 1, 2]
  --- converting (0, 23, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131634,9 +264164,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 1, 1, 3] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 1, 1, 3]
  --- Converting [0, 1, 0, 1, 1, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 1, 1, 1, 3]
  --- converting (0, 23, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131655,9 +264183,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 1, 2, 0] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 1, 2, 0]
  --- Converting [0, 1, 0, 1, 1, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 1, 1, 1, 1, 0]
+ --- Result =  [0, 0, 1, 0, 1, 1, 1, 2, 0]
  --- converting (0, 23, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131676,9 +264202,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 1, 2, 1] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 1, 2, 1]
  --- Converting [0, 1, 0, 1, 1, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 1, 1, 2, 1]
  --- converting (0, 23, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131697,9 +264221,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 1, 2, 2] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 1, 2, 2]
  --- Converting [0, 1, 0, 1, 1, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 1, 1, 2, 2]
  --- converting (0, 23, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131718,9 +264240,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 1, 2, 3] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 1, 2, 3]
  --- Converting [0, 1, 0, 1, 1, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 1, 1, 2, 3]
  --- converting (0, 23, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131739,9 +264259,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 1, 3, 0] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 1, 3, 0]
  --- Converting [0, 1, 0, 1, 1, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 2, 1, 1, 1, 0]
+ --- Result =  [0, 0, 1, 0, 1, 1, 1, 3, 0]
  --- converting (0, 23, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131760,9 +264278,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 1, 3, 1] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 1, 3, 1]
  --- Converting [0, 1, 0, 1, 1, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 1, 1, 3, 1]
  --- converting (0, 23, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131781,9 +264297,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 1, 3, 2] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 1, 3, 2]
  --- Converting [0, 1, 0, 1, 1, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 1, 1, 3, 2]
  --- converting (0, 23, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131802,9 +264316,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 0, 1, 1, 1, 3, 3] to configuration notation
  --- Result =  [0, 1, 0, 1, 1, 1, 3, 3]
  --- Converting [0, 1, 0, 1, 1, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 1, 1, 3, 3]
  --- converting (0, 24, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131821,9 +264333,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 0, 0, 0] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 0, 0, 0]
  --- Converting [0, 1, 1, 0, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 0, 0, 0, 0, 0]
+ --- Result =  [0, 0, 1, 1, 0, 0, 0, 0, 0]
  --- converting (0, 24, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131840,9 +264350,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 0, 0, 1] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 0, 0, 1]
  --- Converting [0, 1, 1, 0, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 0, 0, 0, 0, 1]
+ --- Result =  [0, 0, 1, 1, 0, 0, 0, 0, 1]
  --- converting (0, 24, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131859,9 +264367,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 0, 0, 2] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 0, 0, 2]
  --- Converting [0, 1, 1, 0, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 1, 0, 0, 0, 1]
+ --- Result =  [0, 0, 1, 1, 0, 0, 0, 0, 2]
  --- converting (0, 24, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131878,9 +264384,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 0, 0, 3] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 0, 0, 3]
  --- Converting [0, 1, 1, 0, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 2, 0, 0, 0, 1]
+ --- Result =  [0, 0, 1, 1, 0, 0, 0, 0, 3]
  --- converting (0, 24, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131899,9 +264403,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 0, 1, 0] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 0, 1, 0]
  --- Converting [0, 1, 1, 0, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 0, 0, 0, 1, 0]
+ --- Result =  [0, 0, 1, 1, 0, 0, 0, 1, 0]
  --- converting (0, 24, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131920,9 +264422,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 0, 1, 1] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 0, 1, 1]
  --- Converting [0, 1, 1, 0, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 0, 0, 1, 1]
  --- converting (0, 24, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131941,9 +264441,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 0, 1, 2] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 0, 1, 2]
  --- Converting [0, 1, 1, 0, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 0, 0, 1, 2]
  --- converting (0, 24, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131962,9 +264460,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 0, 1, 3] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 0, 1, 3]
  --- Converting [0, 1, 1, 0, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 0, 0, 1, 3]
  --- converting (0, 24, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -131983,9 +264479,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 0, 2, 0] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 0, 2, 0]
  --- Converting [0, 1, 1, 0, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 1, 0, 0, 1, 0]
+ --- Result =  [0, 0, 1, 1, 0, 0, 0, 2, 0]
  --- converting (0, 24, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132004,9 +264498,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 0, 2, 1] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 0, 2, 1]
  --- Converting [0, 1, 1, 0, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 0, 0, 2, 1]
  --- converting (0, 24, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132025,9 +264517,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 0, 2, 2] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 0, 2, 2]
  --- Converting [0, 1, 1, 0, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 0, 0, 2, 2]
  --- converting (0, 24, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132046,9 +264536,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 0, 2, 3] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 0, 2, 3]
  --- Converting [0, 1, 1, 0, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 0, 0, 2, 3]
  --- converting (0, 24, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132067,9 +264555,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 0, 3, 0] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 0, 3, 0]
  --- Converting [0, 1, 1, 0, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 2, 0, 0, 1, 0]
+ --- Result =  [0, 0, 1, 1, 0, 0, 0, 3, 0]
  --- converting (0, 24, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132088,9 +264574,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 0, 3, 1] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 0, 3, 1]
  --- Converting [0, 1, 1, 0, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 0, 0, 3, 1]
  --- converting (0, 24, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132109,9 +264593,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 0, 3, 2] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 0, 3, 2]
  --- Converting [0, 1, 1, 0, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 0, 0, 3, 2]
  --- converting (0, 24, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132130,9 +264612,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 0, 3, 3] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 0, 3, 3]
  --- Converting [0, 1, 1, 0, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 0, 0, 3, 3]
  --- converting (0, 25, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132149,9 +264629,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 1, 0, 0] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 1, 0, 0]
  --- Converting [0, 1, 1, 0, 0, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 0, 0, 1, 0, 0]
+ --- Result =  [0, 0, 1, 1, 0, 0, 1, 0, 0]
  --- converting (0, 25, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132168,9 +264646,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 1, 0, 1] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 1, 0, 1]
  --- Converting [0, 1, 1, 0, 0, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 0, 0, 1, 0, 1]
+ --- Result =  [0, 0, 1, 1, 0, 0, 1, 0, 1]
  --- converting (0, 25, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132187,9 +264663,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 1, 0, 2] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 1, 0, 2]
  --- Converting [0, 1, 1, 0, 0, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 1, 0, 1, 0, 1]
+ --- Result =  [0, 0, 1, 1, 0, 0, 1, 0, 2]
  --- converting (0, 25, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132206,9 +264680,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 1, 0, 3] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 1, 0, 3]
  --- Converting [0, 1, 1, 0, 0, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 2, 0, 1, 0, 1]
+ --- Result =  [0, 0, 1, 1, 0, 0, 1, 0, 3]
  --- converting (0, 25, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132227,9 +264699,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 1, 1, 0] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 1, 1, 0]
  --- Converting [0, 1, 1, 0, 0, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 0, 0, 1, 1, 0]
+ --- Result =  [0, 0, 1, 1, 0, 0, 1, 1, 0]
  --- converting (0, 25, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132248,9 +264718,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 1, 1, 1] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 1, 1, 1]
  --- Converting [0, 1, 1, 0, 0, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 0, 1, 1, 1]
  --- converting (0, 25, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132269,9 +264737,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 1, 1, 2] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 1, 1, 2]
  --- Converting [0, 1, 1, 0, 0, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 0, 1, 1, 2]
  --- converting (0, 25, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132290,9 +264756,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 1, 1, 3] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 1, 1, 3]
  --- Converting [0, 1, 1, 0, 0, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 0, 1, 1, 3]
  --- converting (0, 25, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132311,9 +264775,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 1, 2, 0] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 1, 2, 0]
  --- Converting [0, 1, 1, 0, 0, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 1, 0, 1, 1, 0]
+ --- Result =  [0, 0, 1, 1, 0, 0, 1, 2, 0]
  --- converting (0, 25, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132332,9 +264794,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 1, 2, 1] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 1, 2, 1]
  --- Converting [0, 1, 1, 0, 0, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 0, 1, 2, 1]
  --- converting (0, 25, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132353,9 +264813,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 1, 2, 2] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 1, 2, 2]
  --- Converting [0, 1, 1, 0, 0, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 0, 1, 2, 2]
  --- converting (0, 25, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132374,9 +264832,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 1, 2, 3] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 1, 2, 3]
  --- Converting [0, 1, 1, 0, 0, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 0, 1, 2, 3]
  --- converting (0, 25, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132395,9 +264851,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 1, 3, 0] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 1, 3, 0]
  --- Converting [0, 1, 1, 0, 0, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 2, 0, 1, 1, 0]
+ --- Result =  [0, 0, 1, 1, 0, 0, 1, 3, 0]
  --- converting (0, 25, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132416,9 +264870,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 1, 3, 1] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 1, 3, 1]
  --- Converting [0, 1, 1, 0, 0, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 0, 1, 3, 1]
  --- converting (0, 25, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132437,9 +264889,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 1, 3, 2] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 1, 3, 2]
  --- Converting [0, 1, 1, 0, 0, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 0, 1, 3, 2]
  --- converting (0, 25, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132458,9 +264908,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 0, 1, 3, 3] to configuration notation
  --- Result =  [0, 1, 1, 0, 0, 1, 3, 3]
  --- Converting [0, 1, 1, 0, 0, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 0, 1, 3, 3]
  --- converting (0, 26, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132477,9 +264925,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 0, 0, 0] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 0, 0, 0]
  --- Converting [0, 1, 1, 0, 1, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 0, 1, 0, 0, 0]
+ --- Result =  [0, 0, 1, 1, 0, 1, 0, 0, 0]
  --- converting (0, 26, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132496,9 +264942,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 0, 0, 1] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 0, 0, 1]
  --- Converting [0, 1, 1, 0, 1, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 0, 1, 0, 0, 1]
+ --- Result =  [0, 0, 1, 1, 0, 1, 0, 0, 1]
  --- converting (0, 26, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132515,9 +264959,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 0, 0, 2] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 0, 0, 2]
  --- Converting [0, 1, 1, 0, 1, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 1, 1, 0, 0, 1]
+ --- Result =  [0, 0, 1, 1, 0, 1, 0, 0, 2]
  --- converting (0, 26, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132534,9 +264976,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 0, 0, 3] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 0, 0, 3]
  --- Converting [0, 1, 1, 0, 1, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 2, 1, 0, 0, 1]
+ --- Result =  [0, 0, 1, 1, 0, 1, 0, 0, 3]
  --- converting (0, 26, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132555,9 +264995,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 0, 1, 0] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 0, 1, 0]
  --- Converting [0, 1, 1, 0, 1, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 0, 1, 0, 1, 0]
+ --- Result =  [0, 0, 1, 1, 0, 1, 0, 1, 0]
  --- converting (0, 26, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132576,9 +265014,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 0, 1, 1] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 0, 1, 1]
  --- Converting [0, 1, 1, 0, 1, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 1, 0, 1, 1]
  --- converting (0, 26, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132597,9 +265033,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 0, 1, 2] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 0, 1, 2]
  --- Converting [0, 1, 1, 0, 1, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 1, 0, 1, 2]
  --- converting (0, 26, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132618,9 +265052,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 0, 1, 3] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 0, 1, 3]
  --- Converting [0, 1, 1, 0, 1, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 1, 0, 1, 3]
  --- converting (0, 26, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132639,9 +265071,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 0, 2, 0] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 0, 2, 0]
  --- Converting [0, 1, 1, 0, 1, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 1, 1, 0, 1, 0]
+ --- Result =  [0, 0, 1, 1, 0, 1, 0, 2, 0]
  --- converting (0, 26, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132660,9 +265090,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 0, 2, 1] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 0, 2, 1]
  --- Converting [0, 1, 1, 0, 1, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 1, 0, 2, 1]
  --- converting (0, 26, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132681,9 +265109,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 0, 2, 2] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 0, 2, 2]
  --- Converting [0, 1, 1, 0, 1, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 1, 0, 2, 2]
  --- converting (0, 26, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132702,9 +265128,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 0, 2, 3] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 0, 2, 3]
  --- Converting [0, 1, 1, 0, 1, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 1, 0, 2, 3]
  --- converting (0, 26, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132723,9 +265147,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 0, 3, 0] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 0, 3, 0]
  --- Converting [0, 1, 1, 0, 1, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 2, 1, 0, 1, 0]
+ --- Result =  [0, 0, 1, 1, 0, 1, 0, 3, 0]
  --- converting (0, 26, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132744,9 +265166,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 0, 3, 1] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 0, 3, 1]
  --- Converting [0, 1, 1, 0, 1, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 1, 0, 3, 1]
  --- converting (0, 26, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132765,9 +265185,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 0, 3, 2] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 0, 3, 2]
  --- Converting [0, 1, 1, 0, 1, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 1, 0, 3, 2]
  --- converting (0, 26, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132786,9 +265204,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 0, 3, 3] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 0, 3, 3]
  --- Converting [0, 1, 1, 0, 1, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 1, 0, 3, 3]
  --- converting (0, 27, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132805,9 +265221,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 1, 0, 0] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 1, 0, 0]
  --- Converting [0, 1, 1, 0, 1, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 0, 1, 1, 0, 0]
+ --- Result =  [0, 0, 1, 1, 0, 1, 1, 0, 0]
  --- converting (0, 27, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132824,9 +265238,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 1, 0, 1] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 1, 0, 1]
  --- Converting [0, 1, 1, 0, 1, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 0, 1, 1, 0, 1]
+ --- Result =  [0, 0, 1, 1, 0, 1, 1, 0, 1]
  --- converting (0, 27, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132843,9 +265255,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 1, 0, 2] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 1, 0, 2]
  --- Converting [0, 1, 1, 0, 1, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 1, 1, 1, 0, 1]
+ --- Result =  [0, 0, 1, 1, 0, 1, 1, 0, 2]
  --- converting (0, 27, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132862,9 +265272,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 1, 0, 3] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 1, 0, 3]
  --- Converting [0, 1, 1, 0, 1, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 2, 1, 1, 0, 1]
+ --- Result =  [0, 0, 1, 1, 0, 1, 1, 0, 3]
  --- converting (0, 27, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132883,9 +265291,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 1, 1, 0] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 1, 1, 0]
  --- Converting [0, 1, 1, 0, 1, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 0, 1, 1, 1, 0]
+ --- Result =  [0, 0, 1, 1, 0, 1, 1, 1, 0]
  --- converting (0, 27, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132904,9 +265310,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 1, 1, 1] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 1, 1, 1]
  --- Converting [0, 1, 1, 0, 1, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 1, 1, 1, 1]
  --- converting (0, 27, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132925,9 +265329,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 1, 1, 2] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 1, 1, 2]
  --- Converting [0, 1, 1, 0, 1, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 1, 1, 1, 2]
  --- converting (0, 27, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132946,9 +265348,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 1, 1, 3] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 1, 1, 3]
  --- Converting [0, 1, 1, 0, 1, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 1, 1, 1, 3]
  --- converting (0, 27, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132967,9 +265367,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 1, 2, 0] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 1, 2, 0]
  --- Converting [0, 1, 1, 0, 1, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 1, 1, 1, 1, 0]
+ --- Result =  [0, 0, 1, 1, 0, 1, 1, 2, 0]
  --- converting (0, 27, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -132988,9 +265386,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 1, 2, 1] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 1, 2, 1]
  --- Converting [0, 1, 1, 0, 1, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 1, 1, 2, 1]
  --- converting (0, 27, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133009,9 +265405,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 1, 2, 2] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 1, 2, 2]
  --- Converting [0, 1, 1, 0, 1, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 1, 1, 2, 2]
  --- converting (0, 27, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133030,9 +265424,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 1, 2, 3] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 1, 2, 3]
  --- Converting [0, 1, 1, 0, 1, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 1, 1, 2, 3]
  --- converting (0, 27, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133051,9 +265443,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 1, 3, 0] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 1, 3, 0]
  --- Converting [0, 1, 1, 0, 1, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 2, 1, 1, 1, 0]
+ --- Result =  [0, 0, 1, 1, 0, 1, 1, 3, 0]
  --- converting (0, 27, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133072,9 +265462,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 1, 3, 1] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 1, 3, 1]
  --- Converting [0, 1, 1, 0, 1, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 1, 1, 3, 1]
  --- converting (0, 27, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133093,9 +265481,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 1, 3, 2] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 1, 3, 2]
  --- Converting [0, 1, 1, 0, 1, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 1, 1, 3, 2]
  --- converting (0, 27, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133114,9 +265500,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 0, 1, 1, 3, 3] to configuration notation
  --- Result =  [0, 1, 1, 0, 1, 1, 3, 3]
  --- Converting [0, 1, 1, 0, 1, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 0, 1, 1, 3, 3]
  --- converting (0, 28, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133133,9 +265517,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 0, 0, 0] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 0, 0, 0]
  --- Converting [0, 1, 1, 1, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 0, 0, 0, 0, 0]
+ --- Result =  [0, 0, 1, 1, 1, 0, 0, 0, 0]
  --- converting (0, 28, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133152,9 +265534,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 0, 0, 1] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 0, 0, 1]
  --- Converting [0, 1, 1, 1, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 0, 0, 0, 0, 1]
+ --- Result =  [0, 0, 1, 1, 1, 0, 0, 0, 1]
  --- converting (0, 28, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133171,9 +265551,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 0, 0, 2] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 0, 0, 2]
  --- Converting [0, 1, 1, 1, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 1, 0, 0, 0, 1]
+ --- Result =  [0, 0, 1, 1, 1, 0, 0, 0, 2]
  --- converting (0, 28, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133190,9 +265568,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 0, 0, 3] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 0, 0, 3]
  --- Converting [0, 1, 1, 1, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 2, 0, 0, 0, 1]
+ --- Result =  [0, 0, 1, 1, 1, 0, 0, 0, 3]
  --- converting (0, 28, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133211,9 +265587,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 0, 1, 0] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 0, 1, 0]
  --- Converting [0, 1, 1, 1, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 0, 0, 0, 1, 0]
+ --- Result =  [0, 0, 1, 1, 1, 0, 0, 1, 0]
  --- converting (0, 28, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133232,9 +265606,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 0, 1, 1] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 0, 1, 1]
  --- Converting [0, 1, 1, 1, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 0, 0, 1, 1]
  --- converting (0, 28, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133253,9 +265625,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 0, 1, 2] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 0, 1, 2]
  --- Converting [0, 1, 1, 1, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 0, 0, 1, 2]
  --- converting (0, 28, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133274,9 +265644,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 0, 1, 3] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 0, 1, 3]
  --- Converting [0, 1, 1, 1, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 0, 0, 1, 3]
  --- converting (0, 28, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133295,9 +265663,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 0, 2, 0] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 0, 2, 0]
  --- Converting [0, 1, 1, 1, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 1, 0, 0, 1, 0]
+ --- Result =  [0, 0, 1, 1, 1, 0, 0, 2, 0]
  --- converting (0, 28, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133316,9 +265682,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 0, 2, 1] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 0, 2, 1]
  --- Converting [0, 1, 1, 1, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 0, 0, 2, 1]
  --- converting (0, 28, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133337,9 +265701,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 0, 2, 2] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 0, 2, 2]
  --- Converting [0, 1, 1, 1, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 0, 0, 2, 2]
  --- converting (0, 28, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133358,9 +265720,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 0, 2, 3] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 0, 2, 3]
  --- Converting [0, 1, 1, 1, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 0, 0, 2, 3]
  --- converting (0, 28, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133379,9 +265739,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 0, 3, 0] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 0, 3, 0]
  --- Converting [0, 1, 1, 1, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 2, 0, 0, 1, 0]
+ --- Result =  [0, 0, 1, 1, 1, 0, 0, 3, 0]
  --- converting (0, 28, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133400,9 +265758,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 0, 3, 1] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 0, 3, 1]
  --- Converting [0, 1, 1, 1, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 0, 0, 3, 1]
  --- converting (0, 28, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133421,9 +265777,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 0, 3, 2] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 0, 3, 2]
  --- Converting [0, 1, 1, 1, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 0, 0, 3, 2]
  --- converting (0, 28, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133442,9 +265796,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 0, 3, 3] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 0, 3, 3]
  --- Converting [0, 1, 1, 1, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 0, 0, 3, 3]
  --- converting (0, 29, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133461,9 +265813,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 1, 0, 0] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 1, 0, 0]
  --- Converting [0, 1, 1, 1, 0, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 0, 0, 1, 0, 0]
+ --- Result =  [0, 0, 1, 1, 1, 0, 1, 0, 0]
  --- converting (0, 29, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133480,9 +265830,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 1, 0, 1] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 1, 0, 1]
  --- Converting [0, 1, 1, 1, 0, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 0, 0, 1, 0, 1]
+ --- Result =  [0, 0, 1, 1, 1, 0, 1, 0, 1]
  --- converting (0, 29, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133499,9 +265847,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 1, 0, 2] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 1, 0, 2]
  --- Converting [0, 1, 1, 1, 0, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 1, 0, 1, 0, 1]
+ --- Result =  [0, 0, 1, 1, 1, 0, 1, 0, 2]
  --- converting (0, 29, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133518,9 +265864,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 1, 0, 3] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 1, 0, 3]
  --- Converting [0, 1, 1, 1, 0, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 2, 0, 1, 0, 1]
+ --- Result =  [0, 0, 1, 1, 1, 0, 1, 0, 3]
  --- converting (0, 29, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133539,9 +265883,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 1, 1, 0] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 1, 1, 0]
  --- Converting [0, 1, 1, 1, 0, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 0, 0, 1, 1, 0]
+ --- Result =  [0, 0, 1, 1, 1, 0, 1, 1, 0]
  --- converting (0, 29, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133560,9 +265902,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 1, 1, 1] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 1, 1, 1]
  --- Converting [0, 1, 1, 1, 0, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 0, 1, 1, 1]
  --- converting (0, 29, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133581,9 +265921,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 1, 1, 2] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 1, 1, 2]
  --- Converting [0, 1, 1, 1, 0, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 0, 1, 1, 2]
  --- converting (0, 29, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133602,9 +265940,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 1, 1, 3] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 1, 1, 3]
  --- Converting [0, 1, 1, 1, 0, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 0, 1, 1, 3]
  --- converting (0, 29, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133623,9 +265959,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 1, 2, 0] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 1, 2, 0]
  --- Converting [0, 1, 1, 1, 0, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 1, 0, 1, 1, 0]
+ --- Result =  [0, 0, 1, 1, 1, 0, 1, 2, 0]
  --- converting (0, 29, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133644,9 +265978,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 1, 2, 1] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 1, 2, 1]
  --- Converting [0, 1, 1, 1, 0, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 0, 1, 2, 1]
  --- converting (0, 29, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133665,9 +265997,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 1, 2, 2] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 1, 2, 2]
  --- Converting [0, 1, 1, 1, 0, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 0, 1, 2, 2]
  --- converting (0, 29, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133686,9 +266016,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 1, 2, 3] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 1, 2, 3]
  --- Converting [0, 1, 1, 1, 0, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 0, 1, 2, 3]
  --- converting (0, 29, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133707,9 +266035,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 1, 3, 0] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 1, 3, 0]
  --- Converting [0, 1, 1, 1, 0, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 2, 0, 1, 1, 0]
+ --- Result =  [0, 0, 1, 1, 1, 0, 1, 3, 0]
  --- converting (0, 29, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133728,9 +266054,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 1, 3, 1] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 1, 3, 1]
  --- Converting [0, 1, 1, 1, 0, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 0, 1, 3, 1]
  --- converting (0, 29, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133749,9 +266073,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 1, 3, 2] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 1, 3, 2]
  --- Converting [0, 1, 1, 1, 0, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 0, 1, 3, 2]
  --- converting (0, 29, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133770,9 +266092,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 0, 1, 3, 3] to configuration notation
  --- Result =  [0, 1, 1, 1, 0, 1, 3, 3]
  --- Converting [0, 1, 1, 1, 0, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 0, 1, 3, 3]
  --- converting (0, 30, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133789,9 +266109,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 0, 0, 0] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 0, 0, 0]
  --- Converting [0, 1, 1, 1, 1, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 0, 1, 0, 0, 0]
+ --- Result =  [0, 0, 1, 1, 1, 1, 0, 0, 0]
  --- converting (0, 30, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133808,9 +266126,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 0, 0, 1] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 0, 0, 1]
  --- Converting [0, 1, 1, 1, 1, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 0, 1, 0, 0, 1]
+ --- Result =  [0, 0, 1, 1, 1, 1, 0, 0, 1]
  --- converting (0, 30, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133827,9 +266143,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 0, 0, 2] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 0, 0, 2]
  --- Converting [0, 1, 1, 1, 1, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 1, 1, 0, 0, 1]
+ --- Result =  [0, 0, 1, 1, 1, 1, 0, 0, 2]
  --- converting (0, 30, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133846,9 +266160,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 0, 0, 3] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 0, 0, 3]
  --- Converting [0, 1, 1, 1, 1, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 2, 1, 0, 0, 1]
+ --- Result =  [0, 0, 1, 1, 1, 1, 0, 0, 3]
  --- converting (0, 30, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133867,9 +266179,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 0, 1, 0] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 0, 1, 0]
  --- Converting [0, 1, 1, 1, 1, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 0, 1, 0, 1, 0]
+ --- Result =  [0, 0, 1, 1, 1, 1, 0, 1, 0]
  --- converting (0, 30, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133888,9 +266198,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 0, 1, 1] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 0, 1, 1]
  --- Converting [0, 1, 1, 1, 1, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 1, 0, 1, 1]
  --- converting (0, 30, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133909,9 +266217,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 0, 1, 2] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 0, 1, 2]
  --- Converting [0, 1, 1, 1, 1, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 1, 0, 1, 2]
  --- converting (0, 30, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133930,9 +266236,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 0, 1, 3] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 0, 1, 3]
  --- Converting [0, 1, 1, 1, 1, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 1, 0, 1, 3]
  --- converting (0, 30, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133951,9 +266255,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 0, 2, 0] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 0, 2, 0]
  --- Converting [0, 1, 1, 1, 1, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 1, 1, 0, 1, 0]
+ --- Result =  [0, 0, 1, 1, 1, 1, 0, 2, 0]
  --- converting (0, 30, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133972,9 +266274,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 0, 2, 1] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 0, 2, 1]
  --- Converting [0, 1, 1, 1, 1, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 1, 0, 2, 1]
  --- converting (0, 30, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -133993,9 +266293,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 0, 2, 2] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 0, 2, 2]
  --- Converting [0, 1, 1, 1, 1, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 1, 0, 2, 2]
  --- converting (0, 30, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134014,9 +266312,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 0, 2, 3] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 0, 2, 3]
  --- Converting [0, 1, 1, 1, 1, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 1, 0, 2, 3]
  --- converting (0, 30, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134035,9 +266331,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 0, 3, 0] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 0, 3, 0]
  --- Converting [0, 1, 1, 1, 1, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 2, 1, 0, 1, 0]
+ --- Result =  [0, 0, 1, 1, 1, 1, 0, 3, 0]
  --- converting (0, 30, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134056,9 +266350,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 0, 3, 1] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 0, 3, 1]
  --- Converting [0, 1, 1, 1, 1, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 1, 0, 3, 1]
  --- converting (0, 30, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134077,9 +266369,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 0, 3, 2] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 0, 3, 2]
  --- Converting [0, 1, 1, 1, 1, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 1, 0, 3, 2]
  --- converting (0, 30, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134098,9 +266388,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 0, 3, 3] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 0, 3, 3]
  --- Converting [0, 1, 1, 1, 1, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 1, 0, 3, 3]
  --- converting (0, 31, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134117,9 +266405,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 1, 0, 0] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 1, 0, 0]
  --- Converting [0, 1, 1, 1, 1, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 0, 1, 1, 0, 0]
+ --- Result =  [0, 0, 1, 1, 1, 1, 1, 0, 0]
  --- converting (0, 31, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134136,9 +266422,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 1, 0, 1] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 1, 0, 1]
  --- Converting [0, 1, 1, 1, 1, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 0, 1, 1, 0, 1]
+ --- Result =  [0, 0, 1, 1, 1, 1, 1, 0, 1]
  --- converting (0, 31, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134155,9 +266439,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 1, 0, 2] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 1, 0, 2]
  --- Converting [0, 1, 1, 1, 1, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 1, 1, 1, 0, 1]
+ --- Result =  [0, 0, 1, 1, 1, 1, 1, 0, 2]
  --- converting (0, 31, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134174,9 +266456,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 1, 0, 3] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 1, 0, 3]
  --- Converting [0, 1, 1, 1, 1, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 2, 1, 1, 0, 1]
+ --- Result =  [0, 0, 1, 1, 1, 1, 1, 0, 3]
  --- converting (0, 31, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134195,9 +266475,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 1, 1, 0] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 1, 1, 0]
  --- Converting [0, 1, 1, 1, 1, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 0, 1, 1, 1, 0]
+ --- Result =  [0, 0, 1, 1, 1, 1, 1, 1, 0]
  --- converting (0, 31, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134216,9 +266494,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 1, 1, 1] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 1, 1, 1]
  --- Converting [0, 1, 1, 1, 1, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 1, 1, 1, 1]
  --- converting (0, 31, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134237,9 +266513,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 1, 1, 2] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 1, 1, 2]
  --- Converting [0, 1, 1, 1, 1, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 1, 1, 1, 2]
  --- converting (0, 31, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134258,9 +266532,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 1, 1, 3] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 1, 1, 3]
  --- Converting [0, 1, 1, 1, 1, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 1, 1, 1, 3]
  --- converting (0, 31, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134279,9 +266551,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 1, 2, 0] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 1, 2, 0]
  --- Converting [0, 1, 1, 1, 1, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 1, 1, 1, 1, 0]
+ --- Result =  [0, 0, 1, 1, 1, 1, 1, 2, 0]
  --- converting (0, 31, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134300,9 +266570,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 1, 2, 1] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 1, 2, 1]
  --- Converting [0, 1, 1, 1, 1, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 1, 1, 2, 1]
  --- converting (0, 31, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134321,9 +266589,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 1, 2, 2] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 1, 2, 2]
  --- Converting [0, 1, 1, 1, 1, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 1, 1, 2, 2]
  --- converting (0, 31, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134342,9 +266608,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 1, 2, 3] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 1, 2, 3]
  --- Converting [0, 1, 1, 1, 1, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 1, 1, 2, 3]
  --- converting (0, 31, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134363,9 +266627,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 1, 3, 0] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 1, 3, 0]
  --- Converting [0, 1, 1, 1, 1, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 2, 1, 1, 1, 0]
+ --- Result =  [0, 0, 1, 1, 1, 1, 1, 3, 0]
  --- converting (0, 31, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134384,9 +266646,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 1, 3, 1] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 1, 3, 1]
  --- Converting [0, 1, 1, 1, 1, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 1, 1, 3, 1]
  --- converting (0, 31, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134405,9 +266665,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 1, 3, 2] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 1, 3, 2]
  --- Converting [0, 1, 1, 1, 1, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 1, 1, 3, 2]
  --- converting (0, 31, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134426,9 +266684,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 0, 1, 1, 1, 1, 1, 3, 3] to configuration notation
  --- Result =  [0, 1, 1, 1, 1, 1, 3, 3]
  --- Converting [0, 1, 1, 1, 1, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 1, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [0, 0, 1, 1, 1, 1, 1, 3, 3]
  --- converting (0, 32, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134446,9 +266702,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 0, 0, 0] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 0, 0, 0]
  --- Converting [1, 0, 0, 0, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 0, 0, 0, 0, 0]
+ --- Result =  [0, 1, 0, 0, 0, 0, 0, 0, 0]
  --- converting (0, 32, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134466,9 +266720,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 0, 0, 1] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 0, 0, 1]
  --- Converting [1, 0, 0, 0, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 0, 0, 0, 0, 1]
+ --- Result =  [0, 1, 0, 0, 0, 0, 0, 0, 1]
  --- converting (0, 32, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134486,9 +266738,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 0, 0, 2] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 0, 0, 2]
  --- Converting [1, 0, 0, 0, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 1, 0, 0, 0, 1]
+ --- Result =  [0, 1, 0, 0, 0, 0, 0, 0, 2]
  --- converting (0, 32, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134506,9 +266756,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 0, 0, 3] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 0, 0, 3]
  --- Converting [1, 0, 0, 0, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 2, 0, 0, 0, 1]
+ --- Result =  [0, 1, 0, 0, 0, 0, 0, 0, 3]
  --- converting (0, 32, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134528,9 +266776,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 0, 1, 0] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 0, 1, 0]
  --- Converting [1, 0, 0, 0, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 0, 0, 0, 1, 0]
+ --- Result =  [0, 1, 0, 0, 0, 0, 0, 1, 0]
  --- converting (0, 32, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134550,9 +266796,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 0, 1, 1] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 0, 1, 1]
  --- Converting [1, 0, 0, 0, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 0, 0, 1, 1]
  --- converting (0, 32, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134572,9 +266816,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 0, 1, 2] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 0, 1, 2]
  --- Converting [1, 0, 0, 0, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 0, 0, 1, 2]
  --- converting (0, 32, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134594,9 +266836,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 0, 1, 3] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 0, 1, 3]
  --- Converting [1, 0, 0, 0, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 0, 0, 1, 3]
  --- converting (0, 32, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134616,9 +266856,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 0, 2, 0] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 0, 2, 0]
  --- Converting [1, 0, 0, 0, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 1, 0, 0, 1, 0]
+ --- Result =  [0, 1, 0, 0, 0, 0, 0, 2, 0]
  --- converting (0, 32, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134638,9 +266876,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 0, 2, 1] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 0, 2, 1]
  --- Converting [1, 0, 0, 0, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 0, 0, 2, 1]
  --- converting (0, 32, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134660,9 +266896,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 0, 2, 2] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 0, 2, 2]
  --- Converting [1, 0, 0, 0, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 0, 0, 2, 2]
  --- converting (0, 32, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134682,9 +266916,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 0, 2, 3] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 0, 2, 3]
  --- Converting [1, 0, 0, 0, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 0, 0, 2, 3]
  --- converting (0, 32, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134704,9 +266936,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 0, 3, 0] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 0, 3, 0]
  --- Converting [1, 0, 0, 0, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 2, 0, 0, 1, 0]
+ --- Result =  [0, 1, 0, 0, 0, 0, 0, 3, 0]
  --- converting (0, 32, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134726,9 +266956,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 0, 3, 1] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 0, 3, 1]
  --- Converting [1, 0, 0, 0, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 0, 0, 3, 1]
  --- converting (0, 32, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134748,9 +266976,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 0, 3, 2] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 0, 3, 2]
  --- Converting [1, 0, 0, 0, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 0, 0, 3, 2]
  --- converting (0, 32, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134770,9 +266996,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 0, 3, 3] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 0, 3, 3]
  --- Converting [1, 0, 0, 0, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 0, 0, 3, 3]
  --- converting (0, 33, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134790,9 +267014,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 1, 0, 0] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 1, 0, 0]
  --- Converting [1, 0, 0, 0, 0, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 0, 0, 1, 0, 0]
+ --- Result =  [0, 1, 0, 0, 0, 0, 1, 0, 0]
  --- converting (0, 33, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134810,9 +267032,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 1, 0, 1] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 1, 0, 1]
  --- Converting [1, 0, 0, 0, 0, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 0, 0, 1, 0, 1]
+ --- Result =  [0, 1, 0, 0, 0, 0, 1, 0, 1]
  --- converting (0, 33, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134830,9 +267050,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 1, 0, 2] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 1, 0, 2]
  --- Converting [1, 0, 0, 0, 0, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 1, 0, 1, 0, 1]
+ --- Result =  [0, 1, 0, 0, 0, 0, 1, 0, 2]
  --- converting (0, 33, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134850,9 +267068,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 1, 0, 3] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 1, 0, 3]
  --- Converting [1, 0, 0, 0, 0, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 2, 0, 1, 0, 1]
+ --- Result =  [0, 1, 0, 0, 0, 0, 1, 0, 3]
  --- converting (0, 33, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134872,9 +267088,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 1, 1, 0] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 1, 1, 0]
  --- Converting [1, 0, 0, 0, 0, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 0, 0, 1, 1, 0]
+ --- Result =  [0, 1, 0, 0, 0, 0, 1, 1, 0]
  --- converting (0, 33, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134894,9 +267108,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 1, 1, 1] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 1, 1, 1]
  --- Converting [1, 0, 0, 0, 0, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 0, 1, 1, 1]
  --- converting (0, 33, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134916,9 +267128,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 1, 1, 2] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 1, 1, 2]
  --- Converting [1, 0, 0, 0, 0, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 0, 1, 1, 2]
  --- converting (0, 33, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134938,9 +267148,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 1, 1, 3] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 1, 1, 3]
  --- Converting [1, 0, 0, 0, 0, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 0, 1, 1, 3]
  --- converting (0, 33, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134960,9 +267168,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 1, 2, 0] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 1, 2, 0]
  --- Converting [1, 0, 0, 0, 0, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 1, 0, 1, 1, 0]
+ --- Result =  [0, 1, 0, 0, 0, 0, 1, 2, 0]
  --- converting (0, 33, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -134982,9 +267188,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 1, 2, 1] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 1, 2, 1]
  --- Converting [1, 0, 0, 0, 0, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 0, 1, 2, 1]
  --- converting (0, 33, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135004,9 +267208,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 1, 2, 2] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 1, 2, 2]
  --- Converting [1, 0, 0, 0, 0, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 0, 1, 2, 2]
  --- converting (0, 33, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135026,9 +267228,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 1, 2, 3] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 1, 2, 3]
  --- Converting [1, 0, 0, 0, 0, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 0, 1, 2, 3]
  --- converting (0, 33, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135048,9 +267248,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 1, 3, 0] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 1, 3, 0]
  --- Converting [1, 0, 0, 0, 0, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 2, 0, 1, 1, 0]
+ --- Result =  [0, 1, 0, 0, 0, 0, 1, 3, 0]
  --- converting (0, 33, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135070,9 +267268,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 1, 3, 1] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 1, 3, 1]
  --- Converting [1, 0, 0, 0, 0, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 0, 1, 3, 1]
  --- converting (0, 33, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135092,9 +267288,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 1, 3, 2] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 1, 3, 2]
  --- Converting [1, 0, 0, 0, 0, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 0, 1, 3, 2]
  --- converting (0, 33, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135114,9 +267308,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 0, 1, 3, 3] to configuration notation
  --- Result =  [1, 0, 0, 0, 0, 1, 3, 3]
  --- Converting [1, 0, 0, 0, 0, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 0, 1, 3, 3]
  --- converting (0, 34, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135134,9 +267326,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 0, 0, 0] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 0, 0, 0]
  --- Converting [1, 0, 0, 0, 1, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 0, 1, 0, 0, 0]
+ --- Result =  [0, 1, 0, 0, 0, 1, 0, 0, 0]
  --- converting (0, 34, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135154,9 +267344,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 0, 0, 1] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 0, 0, 1]
  --- Converting [1, 0, 0, 0, 1, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 0, 1, 0, 0, 1]
+ --- Result =  [0, 1, 0, 0, 0, 1, 0, 0, 1]
  --- converting (0, 34, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135174,9 +267362,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 0, 0, 2] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 0, 0, 2]
  --- Converting [1, 0, 0, 0, 1, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 1, 1, 0, 0, 1]
+ --- Result =  [0, 1, 0, 0, 0, 1, 0, 0, 2]
  --- converting (0, 34, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135194,9 +267380,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 0, 0, 3] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 0, 0, 3]
  --- Converting [1, 0, 0, 0, 1, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 2, 1, 0, 0, 1]
+ --- Result =  [0, 1, 0, 0, 0, 1, 0, 0, 3]
  --- converting (0, 34, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135216,9 +267400,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 0, 1, 0] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 0, 1, 0]
  --- Converting [1, 0, 0, 0, 1, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 0, 1, 0, 1, 0]
+ --- Result =  [0, 1, 0, 0, 0, 1, 0, 1, 0]
  --- converting (0, 34, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135238,9 +267420,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 0, 1, 1] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 0, 1, 1]
  --- Converting [1, 0, 0, 0, 1, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 1, 0, 1, 1]
  --- converting (0, 34, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135260,9 +267440,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 0, 1, 2] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 0, 1, 2]
  --- Converting [1, 0, 0, 0, 1, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 1, 0, 1, 2]
  --- converting (0, 34, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135282,9 +267460,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 0, 1, 3] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 0, 1, 3]
  --- Converting [1, 0, 0, 0, 1, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 1, 0, 1, 3]
  --- converting (0, 34, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135304,9 +267480,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 0, 2, 0] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 0, 2, 0]
  --- Converting [1, 0, 0, 0, 1, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 1, 1, 0, 1, 0]
+ --- Result =  [0, 1, 0, 0, 0, 1, 0, 2, 0]
  --- converting (0, 34, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135326,9 +267500,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 0, 2, 1] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 0, 2, 1]
  --- Converting [1, 0, 0, 0, 1, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 1, 0, 2, 1]
  --- converting (0, 34, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135348,9 +267520,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 0, 2, 2] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 0, 2, 2]
  --- Converting [1, 0, 0, 0, 1, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 1, 0, 2, 2]
  --- converting (0, 34, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135370,9 +267540,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 0, 2, 3] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 0, 2, 3]
  --- Converting [1, 0, 0, 0, 1, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 1, 0, 2, 3]
  --- converting (0, 34, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135392,9 +267560,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 0, 3, 0] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 0, 3, 0]
  --- Converting [1, 0, 0, 0, 1, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 2, 1, 0, 1, 0]
+ --- Result =  [0, 1, 0, 0, 0, 1, 0, 3, 0]
  --- converting (0, 34, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135414,9 +267580,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 0, 3, 1] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 0, 3, 1]
  --- Converting [1, 0, 0, 0, 1, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 1, 0, 3, 1]
  --- converting (0, 34, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135436,9 +267600,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 0, 3, 2] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 0, 3, 2]
  --- Converting [1, 0, 0, 0, 1, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 1, 0, 3, 2]
  --- converting (0, 34, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135458,9 +267620,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 0, 3, 3] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 0, 3, 3]
  --- Converting [1, 0, 0, 0, 1, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 1, 0, 3, 3]
  --- converting (0, 35, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135478,9 +267638,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 1, 0, 0] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 1, 0, 0]
  --- Converting [1, 0, 0, 0, 1, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 0, 1, 1, 0, 0]
+ --- Result =  [0, 1, 0, 0, 0, 1, 1, 0, 0]
  --- converting (0, 35, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135498,9 +267656,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 1, 0, 1] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 1, 0, 1]
  --- Converting [1, 0, 0, 0, 1, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 0, 1, 1, 0, 1]
+ --- Result =  [0, 1, 0, 0, 0, 1, 1, 0, 1]
  --- converting (0, 35, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135518,9 +267674,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 1, 0, 2] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 1, 0, 2]
  --- Converting [1, 0, 0, 0, 1, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 1, 1, 1, 0, 1]
+ --- Result =  [0, 1, 0, 0, 0, 1, 1, 0, 2]
  --- converting (0, 35, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135538,9 +267692,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 1, 0, 3] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 1, 0, 3]
  --- Converting [1, 0, 0, 0, 1, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 2, 1, 1, 0, 1]
+ --- Result =  [0, 1, 0, 0, 0, 1, 1, 0, 3]
  --- converting (0, 35, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135560,9 +267712,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 1, 1, 0] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 1, 1, 0]
  --- Converting [1, 0, 0, 0, 1, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 0, 1, 1, 1, 0]
+ --- Result =  [0, 1, 0, 0, 0, 1, 1, 1, 0]
  --- converting (0, 35, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135582,9 +267732,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 1, 1, 1] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 1, 1, 1]
  --- Converting [1, 0, 0, 0, 1, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 1, 1, 1, 1]
  --- converting (0, 35, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135604,9 +267752,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 1, 1, 2] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 1, 1, 2]
  --- Converting [1, 0, 0, 0, 1, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 1, 1, 1, 2]
  --- converting (0, 35, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135626,9 +267772,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 1, 1, 3] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 1, 1, 3]
  --- Converting [1, 0, 0, 0, 1, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 1, 1, 1, 3]
  --- converting (0, 35, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135648,9 +267792,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 1, 2, 0] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 1, 2, 0]
  --- Converting [1, 0, 0, 0, 1, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 1, 1, 1, 1, 0]
+ --- Result =  [0, 1, 0, 0, 0, 1, 1, 2, 0]
  --- converting (0, 35, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135670,9 +267812,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 1, 2, 1] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 1, 2, 1]
  --- Converting [1, 0, 0, 0, 1, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 1, 1, 2, 1]
  --- converting (0, 35, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135692,9 +267832,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 1, 2, 2] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 1, 2, 2]
  --- Converting [1, 0, 0, 0, 1, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 1, 1, 2, 2]
  --- converting (0, 35, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135714,9 +267852,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 1, 2, 3] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 1, 2, 3]
  --- Converting [1, 0, 0, 0, 1, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 1, 1, 2, 3]
  --- converting (0, 35, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135736,9 +267872,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 1, 3, 0] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 1, 3, 0]
  --- Converting [1, 0, 0, 0, 1, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 2, 1, 1, 1, 0]
+ --- Result =  [0, 1, 0, 0, 0, 1, 1, 3, 0]
  --- converting (0, 35, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135758,9 +267892,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 1, 3, 1] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 1, 3, 1]
  --- Converting [1, 0, 0, 0, 1, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 1, 1, 3, 1]
  --- converting (0, 35, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135780,9 +267912,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 1, 3, 2] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 1, 3, 2]
  --- Converting [1, 0, 0, 0, 1, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 1, 1, 3, 2]
  --- converting (0, 35, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135802,9 +267932,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 0, 1, 1, 3, 3] to configuration notation
  --- Result =  [1, 0, 0, 0, 1, 1, 3, 3]
  --- Converting [1, 0, 0, 0, 1, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 0, 1, 1, 3, 3]
  --- converting (0, 36, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135822,9 +267950,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 0, 0, 0] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 0, 0, 0]
  --- Converting [1, 0, 0, 1, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 0, 0, 0, 0, 0]
+ --- Result =  [0, 1, 0, 0, 1, 0, 0, 0, 0]
  --- converting (0, 36, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135842,9 +267968,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 0, 0, 1] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 0, 0, 1]
  --- Converting [1, 0, 0, 1, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 0, 0, 0, 0, 1]
+ --- Result =  [0, 1, 0, 0, 1, 0, 0, 0, 1]
  --- converting (0, 36, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135862,9 +267986,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 0, 0, 2] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 0, 0, 2]
  --- Converting [1, 0, 0, 1, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 1, 0, 0, 0, 1]
+ --- Result =  [0, 1, 0, 0, 1, 0, 0, 0, 2]
  --- converting (0, 36, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135882,9 +268004,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 0, 0, 3] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 0, 0, 3]
  --- Converting [1, 0, 0, 1, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 2, 0, 0, 0, 1]
+ --- Result =  [0, 1, 0, 0, 1, 0, 0, 0, 3]
  --- converting (0, 36, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135904,9 +268024,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 0, 1, 0] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 0, 1, 0]
  --- Converting [1, 0, 0, 1, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 0, 0, 0, 1, 0]
+ --- Result =  [0, 1, 0, 0, 1, 0, 0, 1, 0]
  --- converting (0, 36, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135926,9 +268044,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 0, 1, 1] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 0, 1, 1]
  --- Converting [1, 0, 0, 1, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 0, 0, 1, 1]
  --- converting (0, 36, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135948,9 +268064,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 0, 1, 2] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 0, 1, 2]
  --- Converting [1, 0, 0, 1, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 0, 0, 1, 2]
  --- converting (0, 36, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135970,9 +268084,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 0, 1, 3] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 0, 1, 3]
  --- Converting [1, 0, 0, 1, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 0, 0, 1, 3]
  --- converting (0, 36, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -135992,9 +268104,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 0, 2, 0] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 0, 2, 0]
  --- Converting [1, 0, 0, 1, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 1, 0, 0, 1, 0]
+ --- Result =  [0, 1, 0, 0, 1, 0, 0, 2, 0]
  --- converting (0, 36, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136014,9 +268124,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 0, 2, 1] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 0, 2, 1]
  --- Converting [1, 0, 0, 1, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 0, 0, 2, 1]
  --- converting (0, 36, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136036,9 +268144,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 0, 2, 2] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 0, 2, 2]
  --- Converting [1, 0, 0, 1, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 0, 0, 2, 2]
  --- converting (0, 36, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136058,9 +268164,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 0, 2, 3] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 0, 2, 3]
  --- Converting [1, 0, 0, 1, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 0, 0, 2, 3]
  --- converting (0, 36, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136080,9 +268184,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 0, 3, 0] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 0, 3, 0]
  --- Converting [1, 0, 0, 1, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 2, 0, 0, 1, 0]
+ --- Result =  [0, 1, 0, 0, 1, 0, 0, 3, 0]
  --- converting (0, 36, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136102,9 +268204,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 0, 3, 1] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 0, 3, 1]
  --- Converting [1, 0, 0, 1, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 0, 0, 3, 1]
  --- converting (0, 36, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136124,9 +268224,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 0, 3, 2] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 0, 3, 2]
  --- Converting [1, 0, 0, 1, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 0, 0, 3, 2]
  --- converting (0, 36, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136146,9 +268244,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 0, 3, 3] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 0, 3, 3]
  --- Converting [1, 0, 0, 1, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 0, 0, 3, 3]
  --- converting (0, 37, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136166,9 +268262,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 1, 0, 0] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 1, 0, 0]
  --- Converting [1, 0, 0, 1, 0, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 0, 0, 1, 0, 0]
+ --- Result =  [0, 1, 0, 0, 1, 0, 1, 0, 0]
  --- converting (0, 37, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136186,9 +268280,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 1, 0, 1] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 1, 0, 1]
  --- Converting [1, 0, 0, 1, 0, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 0, 0, 1, 0, 1]
+ --- Result =  [0, 1, 0, 0, 1, 0, 1, 0, 1]
  --- converting (0, 37, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136206,9 +268298,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 1, 0, 2] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 1, 0, 2]
  --- Converting [1, 0, 0, 1, 0, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 1, 0, 1, 0, 1]
+ --- Result =  [0, 1, 0, 0, 1, 0, 1, 0, 2]
  --- converting (0, 37, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136226,9 +268316,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 1, 0, 3] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 1, 0, 3]
  --- Converting [1, 0, 0, 1, 0, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 2, 0, 1, 0, 1]
+ --- Result =  [0, 1, 0, 0, 1, 0, 1, 0, 3]
  --- converting (0, 37, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136248,9 +268336,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 1, 1, 0] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 1, 1, 0]
  --- Converting [1, 0, 0, 1, 0, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 0, 0, 1, 1, 0]
+ --- Result =  [0, 1, 0, 0, 1, 0, 1, 1, 0]
  --- converting (0, 37, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136270,9 +268356,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 1, 1, 1] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 1, 1, 1]
  --- Converting [1, 0, 0, 1, 0, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 0, 1, 1, 1]
  --- converting (0, 37, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136292,9 +268376,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 1, 1, 2] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 1, 1, 2]
  --- Converting [1, 0, 0, 1, 0, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 0, 1, 1, 2]
  --- converting (0, 37, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136314,9 +268396,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 1, 1, 3] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 1, 1, 3]
  --- Converting [1, 0, 0, 1, 0, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 0, 1, 1, 3]
  --- converting (0, 37, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136336,9 +268416,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 1, 2, 0] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 1, 2, 0]
  --- Converting [1, 0, 0, 1, 0, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 1, 0, 1, 1, 0]
+ --- Result =  [0, 1, 0, 0, 1, 0, 1, 2, 0]
  --- converting (0, 37, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136358,9 +268436,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 1, 2, 1] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 1, 2, 1]
  --- Converting [1, 0, 0, 1, 0, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 0, 1, 2, 1]
  --- converting (0, 37, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136380,9 +268456,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 1, 2, 2] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 1, 2, 2]
  --- Converting [1, 0, 0, 1, 0, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 0, 1, 2, 2]
  --- converting (0, 37, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136402,9 +268476,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 1, 2, 3] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 1, 2, 3]
  --- Converting [1, 0, 0, 1, 0, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 0, 1, 2, 3]
  --- converting (0, 37, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136424,9 +268496,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 1, 3, 0] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 1, 3, 0]
  --- Converting [1, 0, 0, 1, 0, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 2, 0, 1, 1, 0]
+ --- Result =  [0, 1, 0, 0, 1, 0, 1, 3, 0]
  --- converting (0, 37, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136446,9 +268516,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 1, 3, 1] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 1, 3, 1]
  --- Converting [1, 0, 0, 1, 0, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 0, 1, 3, 1]
  --- converting (0, 37, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136468,9 +268536,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 1, 3, 2] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 1, 3, 2]
  --- Converting [1, 0, 0, 1, 0, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 0, 1, 3, 2]
  --- converting (0, 37, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136490,9 +268556,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 0, 1, 3, 3] to configuration notation
  --- Result =  [1, 0, 0, 1, 0, 1, 3, 3]
  --- Converting [1, 0, 0, 1, 0, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 0, 1, 3, 3]
  --- converting (0, 38, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136510,9 +268574,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 0, 0, 0] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 0, 0, 0]
  --- Converting [1, 0, 0, 1, 1, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 0, 1, 0, 0, 0]
+ --- Result =  [0, 1, 0, 0, 1, 1, 0, 0, 0]
  --- converting (0, 38, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136530,9 +268592,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 0, 0, 1] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 0, 0, 1]
  --- Converting [1, 0, 0, 1, 1, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 0, 1, 0, 0, 1]
+ --- Result =  [0, 1, 0, 0, 1, 1, 0, 0, 1]
  --- converting (0, 38, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136550,9 +268610,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 0, 0, 2] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 0, 0, 2]
  --- Converting [1, 0, 0, 1, 1, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 1, 1, 0, 0, 1]
+ --- Result =  [0, 1, 0, 0, 1, 1, 0, 0, 2]
  --- converting (0, 38, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136570,9 +268628,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 0, 0, 3] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 0, 0, 3]
  --- Converting [1, 0, 0, 1, 1, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 2, 1, 0, 0, 1]
+ --- Result =  [0, 1, 0, 0, 1, 1, 0, 0, 3]
  --- converting (0, 38, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136592,9 +268648,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 0, 1, 0] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 0, 1, 0]
  --- Converting [1, 0, 0, 1, 1, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 0, 1, 0, 1, 0]
+ --- Result =  [0, 1, 0, 0, 1, 1, 0, 1, 0]
  --- converting (0, 38, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136614,9 +268668,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 0, 1, 1] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 0, 1, 1]
  --- Converting [1, 0, 0, 1, 1, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 1, 0, 1, 1]
  --- converting (0, 38, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136636,9 +268688,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 0, 1, 2] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 0, 1, 2]
  --- Converting [1, 0, 0, 1, 1, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 1, 0, 1, 2]
  --- converting (0, 38, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136658,9 +268708,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 0, 1, 3] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 0, 1, 3]
  --- Converting [1, 0, 0, 1, 1, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 1, 0, 1, 3]
  --- converting (0, 38, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136680,9 +268728,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 0, 2, 0] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 0, 2, 0]
  --- Converting [1, 0, 0, 1, 1, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 1, 1, 0, 1, 0]
+ --- Result =  [0, 1, 0, 0, 1, 1, 0, 2, 0]
  --- converting (0, 38, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136702,9 +268748,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 0, 2, 1] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 0, 2, 1]
  --- Converting [1, 0, 0, 1, 1, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 1, 0, 2, 1]
  --- converting (0, 38, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136724,9 +268768,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 0, 2, 2] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 0, 2, 2]
  --- Converting [1, 0, 0, 1, 1, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 1, 0, 2, 2]
  --- converting (0, 38, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136746,9 +268788,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 0, 2, 3] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 0, 2, 3]
  --- Converting [1, 0, 0, 1, 1, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 1, 0, 2, 3]
  --- converting (0, 38, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136768,9 +268808,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 0, 3, 0] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 0, 3, 0]
  --- Converting [1, 0, 0, 1, 1, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 2, 1, 0, 1, 0]
+ --- Result =  [0, 1, 0, 0, 1, 1, 0, 3, 0]
  --- converting (0, 38, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136790,9 +268828,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 0, 3, 1] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 0, 3, 1]
  --- Converting [1, 0, 0, 1, 1, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 1, 0, 3, 1]
  --- converting (0, 38, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136812,9 +268848,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 0, 3, 2] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 0, 3, 2]
  --- Converting [1, 0, 0, 1, 1, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 1, 0, 3, 2]
  --- converting (0, 38, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136834,9 +268868,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 0, 3, 3] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 0, 3, 3]
  --- Converting [1, 0, 0, 1, 1, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 1, 0, 3, 3]
  --- converting (0, 39, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136854,9 +268886,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 1, 0, 0] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 1, 0, 0]
  --- Converting [1, 0, 0, 1, 1, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 0, 1, 1, 0, 0]
+ --- Result =  [0, 1, 0, 0, 1, 1, 1, 0, 0]
  --- converting (0, 39, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136874,9 +268904,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 1, 0, 1] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 1, 0, 1]
  --- Converting [1, 0, 0, 1, 1, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 0, 1, 1, 0, 1]
+ --- Result =  [0, 1, 0, 0, 1, 1, 1, 0, 1]
  --- converting (0, 39, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136894,9 +268922,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 1, 0, 2] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 1, 0, 2]
  --- Converting [1, 0, 0, 1, 1, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 1, 1, 1, 0, 1]
+ --- Result =  [0, 1, 0, 0, 1, 1, 1, 0, 2]
  --- converting (0, 39, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136914,9 +268940,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 1, 0, 3] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 1, 0, 3]
  --- Converting [1, 0, 0, 1, 1, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 2, 1, 1, 0, 1]
+ --- Result =  [0, 1, 0, 0, 1, 1, 1, 0, 3]
  --- converting (0, 39, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136936,9 +268960,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 1, 1, 0] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 1, 1, 0]
  --- Converting [1, 0, 0, 1, 1, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 0, 1, 1, 1, 0]
+ --- Result =  [0, 1, 0, 0, 1, 1, 1, 1, 0]
  --- converting (0, 39, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136958,9 +268980,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 1, 1, 1] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 1, 1, 1]
  --- Converting [1, 0, 0, 1, 1, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 1, 1, 1, 1]
  --- converting (0, 39, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -136980,9 +269000,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 1, 1, 2] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 1, 1, 2]
  --- Converting [1, 0, 0, 1, 1, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 1, 1, 1, 2]
  --- converting (0, 39, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137002,9 +269020,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 1, 1, 3] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 1, 1, 3]
  --- Converting [1, 0, 0, 1, 1, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 1, 1, 1, 3]
  --- converting (0, 39, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137024,9 +269040,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 1, 2, 0] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 1, 2, 0]
  --- Converting [1, 0, 0, 1, 1, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 1, 1, 1, 1, 0]
+ --- Result =  [0, 1, 0, 0, 1, 1, 1, 2, 0]
  --- converting (0, 39, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137046,9 +269060,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 1, 2, 1] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 1, 2, 1]
  --- Converting [1, 0, 0, 1, 1, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 1, 1, 2, 1]
  --- converting (0, 39, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137068,9 +269080,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 1, 2, 2] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 1, 2, 2]
  --- Converting [1, 0, 0, 1, 1, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 1, 1, 2, 2]
  --- converting (0, 39, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137090,9 +269100,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 1, 2, 3] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 1, 2, 3]
  --- Converting [1, 0, 0, 1, 1, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 1, 1, 2, 3]
  --- converting (0, 39, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137112,9 +269120,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 1, 3, 0] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 1, 3, 0]
  --- Converting [1, 0, 0, 1, 1, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 2, 1, 1, 1, 0]
+ --- Result =  [0, 1, 0, 0, 1, 1, 1, 3, 0]
  --- converting (0, 39, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137134,9 +269140,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 1, 3, 1] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 1, 3, 1]
  --- Converting [1, 0, 0, 1, 1, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 1, 1, 3, 1]
  --- converting (0, 39, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137156,9 +269160,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 1, 3, 2] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 1, 3, 2]
  --- Converting [1, 0, 0, 1, 1, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 1, 1, 3, 2]
  --- converting (0, 39, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137178,9 +269180,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 0, 1, 1, 1, 3, 3] to configuration notation
  --- Result =  [1, 0, 0, 1, 1, 1, 3, 3]
  --- Converting [1, 0, 0, 1, 1, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 0, 1, 1, 1, 3, 3]
  --- converting (0, 40, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137198,9 +269198,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 0, 0, 0] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 0, 0, 0]
  --- Converting [1, 0, 1, 0, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 0, 0, 0, 0, 0]
+ --- Result =  [0, 1, 0, 1, 0, 0, 0, 0, 0]
  --- converting (0, 40, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137218,9 +269216,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 0, 0, 1] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 0, 0, 1]
  --- Converting [1, 0, 1, 0, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 0, 0, 0, 0, 1]
+ --- Result =  [0, 1, 0, 1, 0, 0, 0, 0, 1]
  --- converting (0, 40, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137238,9 +269234,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 0, 0, 2] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 0, 0, 2]
  --- Converting [1, 0, 1, 0, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 1, 0, 0, 0, 1]
+ --- Result =  [0, 1, 0, 1, 0, 0, 0, 0, 2]
  --- converting (0, 40, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137258,9 +269252,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 0, 0, 3] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 0, 0, 3]
  --- Converting [1, 0, 1, 0, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 2, 0, 0, 0, 1]
+ --- Result =  [0, 1, 0, 1, 0, 0, 0, 0, 3]
  --- converting (0, 40, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137280,9 +269272,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 0, 1, 0] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 0, 1, 0]
  --- Converting [1, 0, 1, 0, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 0, 0, 0, 1, 0]
+ --- Result =  [0, 1, 0, 1, 0, 0, 0, 1, 0]
  --- converting (0, 40, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137302,9 +269292,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 0, 1, 1] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 0, 1, 1]
  --- Converting [1, 0, 1, 0, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 0, 0, 1, 1]
  --- converting (0, 40, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137324,9 +269312,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 0, 1, 2] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 0, 1, 2]
  --- Converting [1, 0, 1, 0, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 0, 0, 1, 2]
  --- converting (0, 40, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137346,9 +269332,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 0, 1, 3] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 0, 1, 3]
  --- Converting [1, 0, 1, 0, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 0, 0, 1, 3]
  --- converting (0, 40, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137368,9 +269352,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 0, 2, 0] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 0, 2, 0]
  --- Converting [1, 0, 1, 0, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 1, 0, 0, 1, 0]
+ --- Result =  [0, 1, 0, 1, 0, 0, 0, 2, 0]
  --- converting (0, 40, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137390,9 +269372,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 0, 2, 1] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 0, 2, 1]
  --- Converting [1, 0, 1, 0, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 0, 0, 2, 1]
  --- converting (0, 40, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137412,9 +269392,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 0, 2, 2] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 0, 2, 2]
  --- Converting [1, 0, 1, 0, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 0, 0, 2, 2]
  --- converting (0, 40, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137434,9 +269412,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 0, 2, 3] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 0, 2, 3]
  --- Converting [1, 0, 1, 0, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 0, 0, 2, 3]
  --- converting (0, 40, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137456,9 +269432,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 0, 3, 0] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 0, 3, 0]
  --- Converting [1, 0, 1, 0, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 2, 0, 0, 1, 0]
+ --- Result =  [0, 1, 0, 1, 0, 0, 0, 3, 0]
  --- converting (0, 40, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137478,9 +269452,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 0, 3, 1] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 0, 3, 1]
  --- Converting [1, 0, 1, 0, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 0, 0, 3, 1]
  --- converting (0, 40, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137500,9 +269472,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 0, 3, 2] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 0, 3, 2]
  --- Converting [1, 0, 1, 0, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 0, 0, 3, 2]
  --- converting (0, 40, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137522,9 +269492,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 0, 3, 3] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 0, 3, 3]
  --- Converting [1, 0, 1, 0, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 0, 0, 3, 3]
  --- converting (0, 41, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137542,9 +269510,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 1, 0, 0] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 1, 0, 0]
  --- Converting [1, 0, 1, 0, 0, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 0, 0, 1, 0, 0]
+ --- Result =  [0, 1, 0, 1, 0, 0, 1, 0, 0]
  --- converting (0, 41, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137562,9 +269528,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 1, 0, 1] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 1, 0, 1]
  --- Converting [1, 0, 1, 0, 0, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 0, 0, 1, 0, 1]
+ --- Result =  [0, 1, 0, 1, 0, 0, 1, 0, 1]
  --- converting (0, 41, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137582,9 +269546,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 1, 0, 2] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 1, 0, 2]
  --- Converting [1, 0, 1, 0, 0, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 1, 0, 1, 0, 1]
+ --- Result =  [0, 1, 0, 1, 0, 0, 1, 0, 2]
  --- converting (0, 41, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137602,9 +269564,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 1, 0, 3] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 1, 0, 3]
  --- Converting [1, 0, 1, 0, 0, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 2, 0, 1, 0, 1]
+ --- Result =  [0, 1, 0, 1, 0, 0, 1, 0, 3]
  --- converting (0, 41, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137624,9 +269584,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 1, 1, 0] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 1, 1, 0]
  --- Converting [1, 0, 1, 0, 0, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 0, 0, 1, 1, 0]
+ --- Result =  [0, 1, 0, 1, 0, 0, 1, 1, 0]
  --- converting (0, 41, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137646,9 +269604,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 1, 1, 1] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 1, 1, 1]
  --- Converting [1, 0, 1, 0, 0, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 0, 1, 1, 1]
  --- converting (0, 41, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137668,9 +269624,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 1, 1, 2] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 1, 1, 2]
  --- Converting [1, 0, 1, 0, 0, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 0, 1, 1, 2]
  --- converting (0, 41, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137690,9 +269644,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 1, 1, 3] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 1, 1, 3]
  --- Converting [1, 0, 1, 0, 0, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 0, 1, 1, 3]
  --- converting (0, 41, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137712,9 +269664,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 1, 2, 0] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 1, 2, 0]
  --- Converting [1, 0, 1, 0, 0, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 1, 0, 1, 1, 0]
+ --- Result =  [0, 1, 0, 1, 0, 0, 1, 2, 0]
  --- converting (0, 41, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137734,9 +269684,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 1, 2, 1] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 1, 2, 1]
  --- Converting [1, 0, 1, 0, 0, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 0, 1, 2, 1]
  --- converting (0, 41, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137756,9 +269704,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 1, 2, 2] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 1, 2, 2]
  --- Converting [1, 0, 1, 0, 0, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 0, 1, 2, 2]
  --- converting (0, 41, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137778,9 +269724,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 1, 2, 3] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 1, 2, 3]
  --- Converting [1, 0, 1, 0, 0, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 0, 1, 2, 3]
  --- converting (0, 41, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137800,9 +269744,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 1, 3, 0] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 1, 3, 0]
  --- Converting [1, 0, 1, 0, 0, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 2, 0, 1, 1, 0]
+ --- Result =  [0, 1, 0, 1, 0, 0, 1, 3, 0]
  --- converting (0, 41, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137822,9 +269764,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 1, 3, 1] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 1, 3, 1]
  --- Converting [1, 0, 1, 0, 0, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 0, 1, 3, 1]
  --- converting (0, 41, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137844,9 +269784,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 1, 3, 2] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 1, 3, 2]
  --- Converting [1, 0, 1, 0, 0, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 0, 1, 3, 2]
  --- converting (0, 41, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137866,9 +269804,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 0, 1, 3, 3] to configuration notation
  --- Result =  [1, 0, 1, 0, 0, 1, 3, 3]
  --- Converting [1, 0, 1, 0, 0, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 0, 1, 3, 3]
  --- converting (0, 42, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137886,9 +269822,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 0, 0, 0] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 0, 0, 0]
  --- Converting [1, 0, 1, 0, 1, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 0, 1, 0, 0, 0]
+ --- Result =  [0, 1, 0, 1, 0, 1, 0, 0, 0]
  --- converting (0, 42, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137906,9 +269840,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 0, 0, 1] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 0, 0, 1]
  --- Converting [1, 0, 1, 0, 1, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 0, 1, 0, 0, 1]
+ --- Result =  [0, 1, 0, 1, 0, 1, 0, 0, 1]
  --- converting (0, 42, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137926,9 +269858,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 0, 0, 2] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 0, 0, 2]
  --- Converting [1, 0, 1, 0, 1, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 1, 1, 0, 0, 1]
+ --- Result =  [0, 1, 0, 1, 0, 1, 0, 0, 2]
  --- converting (0, 42, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137946,9 +269876,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 0, 0, 3] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 0, 0, 3]
  --- Converting [1, 0, 1, 0, 1, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 2, 1, 0, 0, 1]
+ --- Result =  [0, 1, 0, 1, 0, 1, 0, 0, 3]
  --- converting (0, 42, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137968,9 +269896,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 0, 1, 0] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 0, 1, 0]
  --- Converting [1, 0, 1, 0, 1, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 0, 1, 0, 1, 0]
+ --- Result =  [0, 1, 0, 1, 0, 1, 0, 1, 0]
  --- converting (0, 42, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -137990,9 +269916,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 0, 1, 1] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 0, 1, 1]
  --- Converting [1, 0, 1, 0, 1, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 1, 0, 1, 1]
  --- converting (0, 42, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138012,9 +269936,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 0, 1, 2] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 0, 1, 2]
  --- Converting [1, 0, 1, 0, 1, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 1, 0, 1, 2]
  --- converting (0, 42, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138034,9 +269956,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 0, 1, 3] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 0, 1, 3]
  --- Converting [1, 0, 1, 0, 1, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 1, 0, 1, 3]
  --- converting (0, 42, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138056,9 +269976,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 0, 2, 0] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 0, 2, 0]
  --- Converting [1, 0, 1, 0, 1, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 1, 1, 0, 1, 0]
+ --- Result =  [0, 1, 0, 1, 0, 1, 0, 2, 0]
  --- converting (0, 42, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138078,9 +269996,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 0, 2, 1] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 0, 2, 1]
  --- Converting [1, 0, 1, 0, 1, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 1, 0, 2, 1]
  --- converting (0, 42, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138100,9 +270016,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 0, 2, 2] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 0, 2, 2]
  --- Converting [1, 0, 1, 0, 1, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 1, 0, 2, 2]
  --- converting (0, 42, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138122,9 +270036,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 0, 2, 3] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 0, 2, 3]
  --- Converting [1, 0, 1, 0, 1, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 1, 0, 2, 3]
  --- converting (0, 42, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138144,9 +270056,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 0, 3, 0] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 0, 3, 0]
  --- Converting [1, 0, 1, 0, 1, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 2, 1, 0, 1, 0]
+ --- Result =  [0, 1, 0, 1, 0, 1, 0, 3, 0]
  --- converting (0, 42, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138166,9 +270076,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 0, 3, 1] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 0, 3, 1]
  --- Converting [1, 0, 1, 0, 1, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 1, 0, 3, 1]
  --- converting (0, 42, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138188,9 +270096,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 0, 3, 2] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 0, 3, 2]
  --- Converting [1, 0, 1, 0, 1, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 1, 0, 3, 2]
  --- converting (0, 42, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138210,9 +270116,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 0, 3, 3] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 0, 3, 3]
  --- Converting [1, 0, 1, 0, 1, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 1, 0, 3, 3]
  --- converting (0, 43, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138230,9 +270134,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 1, 0, 0] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 1, 0, 0]
  --- Converting [1, 0, 1, 0, 1, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 0, 1, 1, 0, 0]
+ --- Result =  [0, 1, 0, 1, 0, 1, 1, 0, 0]
  --- converting (0, 43, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138250,9 +270152,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 1, 0, 1] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 1, 0, 1]
  --- Converting [1, 0, 1, 0, 1, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 0, 1, 1, 0, 1]
+ --- Result =  [0, 1, 0, 1, 0, 1, 1, 0, 1]
  --- converting (0, 43, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138270,9 +270170,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 1, 0, 2] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 1, 0, 2]
  --- Converting [1, 0, 1, 0, 1, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 1, 1, 1, 0, 1]
+ --- Result =  [0, 1, 0, 1, 0, 1, 1, 0, 2]
  --- converting (0, 43, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138290,9 +270188,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 1, 0, 3] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 1, 0, 3]
  --- Converting [1, 0, 1, 0, 1, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 2, 1, 1, 0, 1]
+ --- Result =  [0, 1, 0, 1, 0, 1, 1, 0, 3]
  --- converting (0, 43, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138312,9 +270208,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 1, 1, 0] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 1, 1, 0]
  --- Converting [1, 0, 1, 0, 1, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 0, 1, 1, 1, 0]
+ --- Result =  [0, 1, 0, 1, 0, 1, 1, 1, 0]
  --- converting (0, 43, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138334,9 +270228,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 1, 1, 1] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 1, 1, 1]
  --- Converting [1, 0, 1, 0, 1, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 1, 1, 1, 1]
  --- converting (0, 43, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138356,9 +270248,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 1, 1, 2] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 1, 1, 2]
  --- Converting [1, 0, 1, 0, 1, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 1, 1, 1, 2]
  --- converting (0, 43, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138378,9 +270268,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 1, 1, 3] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 1, 1, 3]
  --- Converting [1, 0, 1, 0, 1, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 1, 1, 1, 3]
  --- converting (0, 43, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138400,9 +270288,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 1, 2, 0] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 1, 2, 0]
  --- Converting [1, 0, 1, 0, 1, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 1, 1, 1, 1, 0]
+ --- Result =  [0, 1, 0, 1, 0, 1, 1, 2, 0]
  --- converting (0, 43, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138422,9 +270308,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 1, 2, 1] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 1, 2, 1]
  --- Converting [1, 0, 1, 0, 1, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 1, 1, 2, 1]
  --- converting (0, 43, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138444,9 +270328,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 1, 2, 2] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 1, 2, 2]
  --- Converting [1, 0, 1, 0, 1, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 1, 1, 2, 2]
  --- converting (0, 43, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138466,9 +270348,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 1, 2, 3] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 1, 2, 3]
  --- Converting [1, 0, 1, 0, 1, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 1, 1, 2, 3]
  --- converting (0, 43, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138488,9 +270368,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 1, 3, 0] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 1, 3, 0]
  --- Converting [1, 0, 1, 0, 1, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 2, 1, 1, 1, 0]
+ --- Result =  [0, 1, 0, 1, 0, 1, 1, 3, 0]
  --- converting (0, 43, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138510,9 +270388,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 1, 3, 1] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 1, 3, 1]
  --- Converting [1, 0, 1, 0, 1, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 1, 1, 3, 1]
  --- converting (0, 43, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138532,9 +270408,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 1, 3, 2] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 1, 3, 2]
  --- Converting [1, 0, 1, 0, 1, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 1, 1, 3, 2]
  --- converting (0, 43, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138554,9 +270428,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 0, 1, 1, 3, 3] to configuration notation
  --- Result =  [1, 0, 1, 0, 1, 1, 3, 3]
  --- Converting [1, 0, 1, 0, 1, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 0, 1, 1, 3, 3]
  --- converting (0, 44, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138574,9 +270446,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 0, 0, 0] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 0, 0, 0]
  --- Converting [1, 0, 1, 1, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 0, 0, 0, 0, 0]
+ --- Result =  [0, 1, 0, 1, 1, 0, 0, 0, 0]
  --- converting (0, 44, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138594,9 +270464,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 0, 0, 1] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 0, 0, 1]
  --- Converting [1, 0, 1, 1, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 0, 0, 0, 0, 1]
+ --- Result =  [0, 1, 0, 1, 1, 0, 0, 0, 1]
  --- converting (0, 44, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138614,9 +270482,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 0, 0, 2] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 0, 0, 2]
  --- Converting [1, 0, 1, 1, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 1, 0, 0, 0, 1]
+ --- Result =  [0, 1, 0, 1, 1, 0, 0, 0, 2]
  --- converting (0, 44, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138634,9 +270500,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 0, 0, 3] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 0, 0, 3]
  --- Converting [1, 0, 1, 1, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 2, 0, 0, 0, 1]
+ --- Result =  [0, 1, 0, 1, 1, 0, 0, 0, 3]
  --- converting (0, 44, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138656,9 +270520,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 0, 1, 0] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 0, 1, 0]
  --- Converting [1, 0, 1, 1, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 0, 0, 0, 1, 0]
+ --- Result =  [0, 1, 0, 1, 1, 0, 0, 1, 0]
  --- converting (0, 44, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138678,9 +270540,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 0, 1, 1] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 0, 1, 1]
  --- Converting [1, 0, 1, 1, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 0, 0, 1, 1]
  --- converting (0, 44, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138700,9 +270560,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 0, 1, 2] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 0, 1, 2]
  --- Converting [1, 0, 1, 1, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 0, 0, 1, 2]
  --- converting (0, 44, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138722,9 +270580,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 0, 1, 3] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 0, 1, 3]
  --- Converting [1, 0, 1, 1, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 0, 0, 1, 3]
  --- converting (0, 44, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138744,9 +270600,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 0, 2, 0] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 0, 2, 0]
  --- Converting [1, 0, 1, 1, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 1, 0, 0, 1, 0]
+ --- Result =  [0, 1, 0, 1, 1, 0, 0, 2, 0]
  --- converting (0, 44, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138766,9 +270620,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 0, 2, 1] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 0, 2, 1]
  --- Converting [1, 0, 1, 1, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 0, 0, 2, 1]
  --- converting (0, 44, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138788,9 +270640,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 0, 2, 2] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 0, 2, 2]
  --- Converting [1, 0, 1, 1, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 0, 0, 2, 2]
  --- converting (0, 44, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138810,9 +270660,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 0, 2, 3] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 0, 2, 3]
  --- Converting [1, 0, 1, 1, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 0, 0, 2, 3]
  --- converting (0, 44, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138832,9 +270680,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 0, 3, 0] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 0, 3, 0]
  --- Converting [1, 0, 1, 1, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 2, 0, 0, 1, 0]
+ --- Result =  [0, 1, 0, 1, 1, 0, 0, 3, 0]
  --- converting (0, 44, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138854,9 +270700,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 0, 3, 1] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 0, 3, 1]
  --- Converting [1, 0, 1, 1, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 0, 0, 3, 1]
  --- converting (0, 44, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138876,9 +270720,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 0, 3, 2] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 0, 3, 2]
  --- Converting [1, 0, 1, 1, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 0, 0, 3, 2]
  --- converting (0, 44, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138898,9 +270740,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 0, 3, 3] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 0, 3, 3]
  --- Converting [1, 0, 1, 1, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 0, 0, 3, 3]
  --- converting (0, 45, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138918,9 +270758,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 1, 0, 0] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 1, 0, 0]
  --- Converting [1, 0, 1, 1, 0, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 0, 0, 1, 0, 0]
+ --- Result =  [0, 1, 0, 1, 1, 0, 1, 0, 0]
  --- converting (0, 45, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138938,9 +270776,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 1, 0, 1] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 1, 0, 1]
  --- Converting [1, 0, 1, 1, 0, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 0, 0, 1, 0, 1]
+ --- Result =  [0, 1, 0, 1, 1, 0, 1, 0, 1]
  --- converting (0, 45, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138958,9 +270794,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 1, 0, 2] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 1, 0, 2]
  --- Converting [1, 0, 1, 1, 0, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 1, 0, 1, 0, 1]
+ --- Result =  [0, 1, 0, 1, 1, 0, 1, 0, 2]
  --- converting (0, 45, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -138978,9 +270812,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 1, 0, 3] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 1, 0, 3]
  --- Converting [1, 0, 1, 1, 0, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 2, 0, 1, 0, 1]
+ --- Result =  [0, 1, 0, 1, 1, 0, 1, 0, 3]
  --- converting (0, 45, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139000,9 +270832,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 1, 1, 0] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 1, 1, 0]
  --- Converting [1, 0, 1, 1, 0, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 0, 0, 1, 1, 0]
+ --- Result =  [0, 1, 0, 1, 1, 0, 1, 1, 0]
  --- converting (0, 45, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139022,9 +270852,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 1, 1, 1] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 1, 1, 1]
  --- Converting [1, 0, 1, 1, 0, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 0, 1, 1, 1]
  --- converting (0, 45, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139044,9 +270872,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 1, 1, 2] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 1, 1, 2]
  --- Converting [1, 0, 1, 1, 0, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 0, 1, 1, 2]
  --- converting (0, 45, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139066,9 +270892,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 1, 1, 3] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 1, 1, 3]
  --- Converting [1, 0, 1, 1, 0, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 0, 1, 1, 3]
  --- converting (0, 45, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139088,9 +270912,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 1, 2, 0] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 1, 2, 0]
  --- Converting [1, 0, 1, 1, 0, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 1, 0, 1, 1, 0]
+ --- Result =  [0, 1, 0, 1, 1, 0, 1, 2, 0]
  --- converting (0, 45, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139110,9 +270932,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 1, 2, 1] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 1, 2, 1]
  --- Converting [1, 0, 1, 1, 0, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 0, 1, 2, 1]
  --- converting (0, 45, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139132,9 +270952,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 1, 2, 2] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 1, 2, 2]
  --- Converting [1, 0, 1, 1, 0, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 0, 1, 2, 2]
  --- converting (0, 45, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139154,9 +270972,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 1, 2, 3] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 1, 2, 3]
  --- Converting [1, 0, 1, 1, 0, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 0, 1, 2, 3]
  --- converting (0, 45, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139176,9 +270992,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 1, 3, 0] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 1, 3, 0]
  --- Converting [1, 0, 1, 1, 0, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 2, 0, 1, 1, 0]
+ --- Result =  [0, 1, 0, 1, 1, 0, 1, 3, 0]
  --- converting (0, 45, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139198,9 +271012,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 1, 3, 1] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 1, 3, 1]
  --- Converting [1, 0, 1, 1, 0, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 0, 1, 3, 1]
  --- converting (0, 45, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139220,9 +271032,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 1, 3, 2] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 1, 3, 2]
  --- Converting [1, 0, 1, 1, 0, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 0, 1, 3, 2]
  --- converting (0, 45, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139242,9 +271052,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 0, 1, 3, 3] to configuration notation
  --- Result =  [1, 0, 1, 1, 0, 1, 3, 3]
  --- Converting [1, 0, 1, 1, 0, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 0, 1, 3, 3]
  --- converting (0, 46, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139262,9 +271070,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 0, 0, 0] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 0, 0, 0]
  --- Converting [1, 0, 1, 1, 1, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 0, 1, 0, 0, 0]
+ --- Result =  [0, 1, 0, 1, 1, 1, 0, 0, 0]
  --- converting (0, 46, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139282,9 +271088,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 0, 0, 1] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 0, 0, 1]
  --- Converting [1, 0, 1, 1, 1, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 0, 1, 0, 0, 1]
+ --- Result =  [0, 1, 0, 1, 1, 1, 0, 0, 1]
  --- converting (0, 46, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139302,9 +271106,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 0, 0, 2] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 0, 0, 2]
  --- Converting [1, 0, 1, 1, 1, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 1, 1, 0, 0, 1]
+ --- Result =  [0, 1, 0, 1, 1, 1, 0, 0, 2]
  --- converting (0, 46, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139322,9 +271124,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 0, 0, 3] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 0, 0, 3]
  --- Converting [1, 0, 1, 1, 1, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 2, 1, 0, 0, 1]
+ --- Result =  [0, 1, 0, 1, 1, 1, 0, 0, 3]
  --- converting (0, 46, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139344,9 +271144,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 0, 1, 0] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 0, 1, 0]
  --- Converting [1, 0, 1, 1, 1, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 0, 1, 0, 1, 0]
+ --- Result =  [0, 1, 0, 1, 1, 1, 0, 1, 0]
  --- converting (0, 46, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139366,9 +271164,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 0, 1, 1] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 0, 1, 1]
  --- Converting [1, 0, 1, 1, 1, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 1, 0, 1, 1]
  --- converting (0, 46, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139388,9 +271184,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 0, 1, 2] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 0, 1, 2]
  --- Converting [1, 0, 1, 1, 1, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 1, 0, 1, 2]
  --- converting (0, 46, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139410,9 +271204,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 0, 1, 3] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 0, 1, 3]
  --- Converting [1, 0, 1, 1, 1, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 1, 0, 1, 3]
  --- converting (0, 46, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139432,9 +271224,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 0, 2, 0] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 0, 2, 0]
  --- Converting [1, 0, 1, 1, 1, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 1, 1, 0, 1, 0]
+ --- Result =  [0, 1, 0, 1, 1, 1, 0, 2, 0]
  --- converting (0, 46, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139454,9 +271244,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 0, 2, 1] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 0, 2, 1]
  --- Converting [1, 0, 1, 1, 1, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 1, 0, 2, 1]
  --- converting (0, 46, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139476,9 +271264,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 0, 2, 2] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 0, 2, 2]
  --- Converting [1, 0, 1, 1, 1, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 1, 0, 2, 2]
  --- converting (0, 46, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139498,9 +271284,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 0, 2, 3] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 0, 2, 3]
  --- Converting [1, 0, 1, 1, 1, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 1, 0, 2, 3]
  --- converting (0, 46, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139520,9 +271304,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 0, 3, 0] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 0, 3, 0]
  --- Converting [1, 0, 1, 1, 1, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 2, 1, 0, 1, 0]
+ --- Result =  [0, 1, 0, 1, 1, 1, 0, 3, 0]
  --- converting (0, 46, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139542,9 +271324,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 0, 3, 1] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 0, 3, 1]
  --- Converting [1, 0, 1, 1, 1, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 1, 0, 3, 1]
  --- converting (0, 46, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139564,9 +271344,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 0, 3, 2] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 0, 3, 2]
  --- Converting [1, 0, 1, 1, 1, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 1, 0, 3, 2]
  --- converting (0, 46, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139586,9 +271364,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 0, 3, 3] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 0, 3, 3]
  --- Converting [1, 0, 1, 1, 1, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 1, 0, 3, 3]
  --- converting (0, 47, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139606,9 +271382,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 1, 0, 0] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 1, 0, 0]
  --- Converting [1, 0, 1, 1, 1, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 0, 1, 1, 0, 0]
+ --- Result =  [0, 1, 0, 1, 1, 1, 1, 0, 0]
  --- converting (0, 47, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139626,9 +271400,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 1, 0, 1] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 1, 0, 1]
  --- Converting [1, 0, 1, 1, 1, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 0, 1, 1, 0, 1]
+ --- Result =  [0, 1, 0, 1, 1, 1, 1, 0, 1]
  --- converting (0, 47, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139646,9 +271418,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 1, 0, 2] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 1, 0, 2]
  --- Converting [1, 0, 1, 1, 1, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 1, 1, 1, 0, 1]
+ --- Result =  [0, 1, 0, 1, 1, 1, 1, 0, 2]
  --- converting (0, 47, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139666,9 +271436,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 1, 0, 3] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 1, 0, 3]
  --- Converting [1, 0, 1, 1, 1, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 2, 1, 1, 0, 1]
+ --- Result =  [0, 1, 0, 1, 1, 1, 1, 0, 3]
  --- converting (0, 47, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139688,9 +271456,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 1, 1, 0] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 1, 1, 0]
  --- Converting [1, 0, 1, 1, 1, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 0, 1, 1, 1, 0]
+ --- Result =  [0, 1, 0, 1, 1, 1, 1, 1, 0]
  --- converting (0, 47, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139710,9 +271476,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 1, 1, 1] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 1, 1, 1]
  --- Converting [1, 0, 1, 1, 1, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 1, 1, 1, 1]
  --- converting (0, 47, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139732,9 +271496,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 1, 1, 2] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 1, 1, 2]
  --- Converting [1, 0, 1, 1, 1, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 1, 1, 1, 2]
  --- converting (0, 47, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139754,9 +271516,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 1, 1, 3] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 1, 1, 3]
  --- Converting [1, 0, 1, 1, 1, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 1, 1, 1, 3]
  --- converting (0, 47, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139776,9 +271536,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 1, 2, 0] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 1, 2, 0]
  --- Converting [1, 0, 1, 1, 1, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 1, 1, 1, 1, 0]
+ --- Result =  [0, 1, 0, 1, 1, 1, 1, 2, 0]
  --- converting (0, 47, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139798,9 +271556,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 1, 2, 1] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 1, 2, 1]
  --- Converting [1, 0, 1, 1, 1, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 1, 1, 2, 1]
  --- converting (0, 47, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139820,9 +271576,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 1, 2, 2] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 1, 2, 2]
  --- Converting [1, 0, 1, 1, 1, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 1, 1, 2, 2]
  --- converting (0, 47, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139842,9 +271596,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 1, 2, 3] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 1, 2, 3]
  --- Converting [1, 0, 1, 1, 1, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 1, 1, 2, 3]
  --- converting (0, 47, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139864,9 +271616,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 1, 3, 0] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 1, 3, 0]
  --- Converting [1, 0, 1, 1, 1, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 2, 1, 1, 1, 0]
+ --- Result =  [0, 1, 0, 1, 1, 1, 1, 3, 0]
  --- converting (0, 47, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139886,9 +271636,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 1, 3, 1] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 1, 3, 1]
  --- Converting [1, 0, 1, 1, 1, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 1, 1, 3, 1]
  --- converting (0, 47, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139908,9 +271656,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 1, 3, 2] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 1, 3, 2]
  --- Converting [1, 0, 1, 1, 1, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 1, 1, 3, 2]
  --- converting (0, 47, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139930,9 +271676,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 0, 1, 1, 1, 1, 3, 3] to configuration notation
  --- Result =  [1, 0, 1, 1, 1, 1, 3, 3]
  --- Converting [1, 0, 1, 1, 1, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 0, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [0, 1, 0, 1, 1, 1, 1, 3, 3]
  --- converting (0, 48, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139950,9 +271694,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 0, 0, 0] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 0, 0, 0]
  --- Converting [1, 1, 0, 0, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 0, 0, 0, 0, 0]
+ --- Result =  [0, 1, 1, 0, 0, 0, 0, 0, 0]
  --- converting (0, 48, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139970,9 +271712,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 0, 0, 1] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 0, 0, 1]
  --- Converting [1, 1, 0, 0, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 0, 0, 0, 0, 1]
+ --- Result =  [0, 1, 1, 0, 0, 0, 0, 0, 1]
  --- converting (0, 48, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -139990,9 +271730,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 0, 0, 2] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 0, 0, 2]
  --- Converting [1, 1, 0, 0, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 1, 0, 0, 0, 1]
+ --- Result =  [0, 1, 1, 0, 0, 0, 0, 0, 2]
  --- converting (0, 48, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140010,9 +271748,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 0, 0, 3] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 0, 0, 3]
  --- Converting [1, 1, 0, 0, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 2, 0, 0, 0, 1]
+ --- Result =  [0, 1, 1, 0, 0, 0, 0, 0, 3]
  --- converting (0, 48, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140032,9 +271768,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 0, 1, 0] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 0, 1, 0]
  --- Converting [1, 1, 0, 0, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 0, 0, 0, 1, 0]
+ --- Result =  [0, 1, 1, 0, 0, 0, 0, 1, 0]
  --- converting (0, 48, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140054,9 +271788,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 0, 1, 1] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 0, 1, 1]
  --- Converting [1, 1, 0, 0, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 0, 0, 1, 1]
  --- converting (0, 48, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140076,9 +271808,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 0, 1, 2] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 0, 1, 2]
  --- Converting [1, 1, 0, 0, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 0, 0, 1, 2]
  --- converting (0, 48, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140098,9 +271828,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 0, 1, 3] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 0, 1, 3]
  --- Converting [1, 1, 0, 0, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 0, 0, 1, 3]
  --- converting (0, 48, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140120,9 +271848,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 0, 2, 0] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 0, 2, 0]
  --- Converting [1, 1, 0, 0, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 1, 0, 0, 1, 0]
+ --- Result =  [0, 1, 1, 0, 0, 0, 0, 2, 0]
  --- converting (0, 48, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140142,9 +271868,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 0, 2, 1] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 0, 2, 1]
  --- Converting [1, 1, 0, 0, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 0, 0, 2, 1]
  --- converting (0, 48, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140164,9 +271888,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 0, 2, 2] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 0, 2, 2]
  --- Converting [1, 1, 0, 0, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 0, 0, 2, 2]
  --- converting (0, 48, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140186,9 +271908,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 0, 2, 3] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 0, 2, 3]
  --- Converting [1, 1, 0, 0, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 0, 0, 2, 3]
  --- converting (0, 48, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140208,9 +271928,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 0, 3, 0] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 0, 3, 0]
  --- Converting [1, 1, 0, 0, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 2, 0, 0, 1, 0]
+ --- Result =  [0, 1, 1, 0, 0, 0, 0, 3, 0]
  --- converting (0, 48, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140230,9 +271948,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 0, 3, 1] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 0, 3, 1]
  --- Converting [1, 1, 0, 0, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 0, 0, 3, 1]
  --- converting (0, 48, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140252,9 +271968,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 0, 3, 2] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 0, 3, 2]
  --- Converting [1, 1, 0, 0, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 0, 0, 3, 2]
  --- converting (0, 48, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140274,9 +271988,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 0, 3, 3] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 0, 3, 3]
  --- Converting [1, 1, 0, 0, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 0, 0, 3, 3]
  --- converting (0, 49, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140294,9 +272006,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 1, 0, 0] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 1, 0, 0]
  --- Converting [1, 1, 0, 0, 0, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 0, 0, 1, 0, 0]
+ --- Result =  [0, 1, 1, 0, 0, 0, 1, 0, 0]
  --- converting (0, 49, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140314,9 +272024,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 1, 0, 1] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 1, 0, 1]
  --- Converting [1, 1, 0, 0, 0, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 0, 0, 1, 0, 1]
+ --- Result =  [0, 1, 1, 0, 0, 0, 1, 0, 1]
  --- converting (0, 49, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140334,9 +272042,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 1, 0, 2] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 1, 0, 2]
  --- Converting [1, 1, 0, 0, 0, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 1, 0, 1, 0, 1]
+ --- Result =  [0, 1, 1, 0, 0, 0, 1, 0, 2]
  --- converting (0, 49, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140354,9 +272060,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 1, 0, 3] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 1, 0, 3]
  --- Converting [1, 1, 0, 0, 0, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 2, 0, 1, 0, 1]
+ --- Result =  [0, 1, 1, 0, 0, 0, 1, 0, 3]
  --- converting (0, 49, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140376,9 +272080,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 1, 1, 0] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 1, 1, 0]
  --- Converting [1, 1, 0, 0, 0, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 0, 0, 1, 1, 0]
+ --- Result =  [0, 1, 1, 0, 0, 0, 1, 1, 0]
  --- converting (0, 49, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140398,9 +272100,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 1, 1, 1] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 1, 1, 1]
  --- Converting [1, 1, 0, 0, 0, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 0, 1, 1, 1]
  --- converting (0, 49, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140420,9 +272120,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 1, 1, 2] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 1, 1, 2]
  --- Converting [1, 1, 0, 0, 0, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 0, 1, 1, 2]
  --- converting (0, 49, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140442,9 +272140,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 1, 1, 3] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 1, 1, 3]
  --- Converting [1, 1, 0, 0, 0, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 0, 1, 1, 3]
  --- converting (0, 49, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140464,9 +272160,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 1, 2, 0] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 1, 2, 0]
  --- Converting [1, 1, 0, 0, 0, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 1, 0, 1, 1, 0]
+ --- Result =  [0, 1, 1, 0, 0, 0, 1, 2, 0]
  --- converting (0, 49, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140486,9 +272180,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 1, 2, 1] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 1, 2, 1]
  --- Converting [1, 1, 0, 0, 0, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 0, 1, 2, 1]
  --- converting (0, 49, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140508,9 +272200,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 1, 2, 2] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 1, 2, 2]
  --- Converting [1, 1, 0, 0, 0, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 0, 1, 2, 2]
  --- converting (0, 49, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140530,9 +272220,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 1, 2, 3] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 1, 2, 3]
  --- Converting [1, 1, 0, 0, 0, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 0, 1, 2, 3]
  --- converting (0, 49, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140552,9 +272240,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 1, 3, 0] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 1, 3, 0]
  --- Converting [1, 1, 0, 0, 0, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 2, 0, 1, 1, 0]
+ --- Result =  [0, 1, 1, 0, 0, 0, 1, 3, 0]
  --- converting (0, 49, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140574,9 +272260,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 1, 3, 1] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 1, 3, 1]
  --- Converting [1, 1, 0, 0, 0, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 0, 1, 3, 1]
  --- converting (0, 49, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140596,9 +272280,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 1, 3, 2] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 1, 3, 2]
  --- Converting [1, 1, 0, 0, 0, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 0, 1, 3, 2]
  --- converting (0, 49, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140618,9 +272300,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 0, 1, 3, 3] to configuration notation
  --- Result =  [1, 1, 0, 0, 0, 1, 3, 3]
  --- Converting [1, 1, 0, 0, 0, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 0, 1, 3, 3]
  --- converting (0, 50, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140638,9 +272318,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 0, 0, 0] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 0, 0, 0]
  --- Converting [1, 1, 0, 0, 1, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 0, 1, 0, 0, 0]
+ --- Result =  [0, 1, 1, 0, 0, 1, 0, 0, 0]
  --- converting (0, 50, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140658,9 +272336,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 0, 0, 1] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 0, 0, 1]
  --- Converting [1, 1, 0, 0, 1, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 0, 1, 0, 0, 1]
+ --- Result =  [0, 1, 1, 0, 0, 1, 0, 0, 1]
  --- converting (0, 50, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140678,9 +272354,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 0, 0, 2] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 0, 0, 2]
  --- Converting [1, 1, 0, 0, 1, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 1, 1, 0, 0, 1]
+ --- Result =  [0, 1, 1, 0, 0, 1, 0, 0, 2]
  --- converting (0, 50, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140698,9 +272372,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 0, 0, 3] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 0, 0, 3]
  --- Converting [1, 1, 0, 0, 1, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 2, 1, 0, 0, 1]
+ --- Result =  [0, 1, 1, 0, 0, 1, 0, 0, 3]
  --- converting (0, 50, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140720,9 +272392,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 0, 1, 0] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 0, 1, 0]
  --- Converting [1, 1, 0, 0, 1, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 0, 1, 0, 1, 0]
+ --- Result =  [0, 1, 1, 0, 0, 1, 0, 1, 0]
  --- converting (0, 50, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140742,9 +272412,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 0, 1, 1] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 0, 1, 1]
  --- Converting [1, 1, 0, 0, 1, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 1, 0, 1, 1]
  --- converting (0, 50, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140764,9 +272432,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 0, 1, 2] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 0, 1, 2]
  --- Converting [1, 1, 0, 0, 1, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 1, 0, 1, 2]
  --- converting (0, 50, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140786,9 +272452,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 0, 1, 3] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 0, 1, 3]
  --- Converting [1, 1, 0, 0, 1, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 1, 0, 1, 3]
  --- converting (0, 50, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140808,9 +272472,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 0, 2, 0] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 0, 2, 0]
  --- Converting [1, 1, 0, 0, 1, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 1, 1, 0, 1, 0]
+ --- Result =  [0, 1, 1, 0, 0, 1, 0, 2, 0]
  --- converting (0, 50, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140830,9 +272492,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 0, 2, 1] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 0, 2, 1]
  --- Converting [1, 1, 0, 0, 1, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 1, 0, 2, 1]
  --- converting (0, 50, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140852,9 +272512,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 0, 2, 2] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 0, 2, 2]
  --- Converting [1, 1, 0, 0, 1, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 1, 0, 2, 2]
  --- converting (0, 50, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140874,9 +272532,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 0, 2, 3] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 0, 2, 3]
  --- Converting [1, 1, 0, 0, 1, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 1, 0, 2, 3]
  --- converting (0, 50, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140896,9 +272552,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 0, 3, 0] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 0, 3, 0]
  --- Converting [1, 1, 0, 0, 1, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 2, 1, 0, 1, 0]
+ --- Result =  [0, 1, 1, 0, 0, 1, 0, 3, 0]
  --- converting (0, 50, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140918,9 +272572,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 0, 3, 1] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 0, 3, 1]
  --- Converting [1, 1, 0, 0, 1, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 1, 0, 3, 1]
  --- converting (0, 50, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140940,9 +272592,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 0, 3, 2] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 0, 3, 2]
  --- Converting [1, 1, 0, 0, 1, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 1, 0, 3, 2]
  --- converting (0, 50, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140962,9 +272612,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 0, 3, 3] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 0, 3, 3]
  --- Converting [1, 1, 0, 0, 1, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 1, 0, 3, 3]
  --- converting (0, 51, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -140982,9 +272630,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 1, 0, 0] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 1, 0, 0]
  --- Converting [1, 1, 0, 0, 1, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 0, 1, 1, 0, 0]
+ --- Result =  [0, 1, 1, 0, 0, 1, 1, 0, 0]
  --- converting (0, 51, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141002,9 +272648,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 1, 0, 1] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 1, 0, 1]
  --- Converting [1, 1, 0, 0, 1, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 0, 1, 1, 0, 1]
+ --- Result =  [0, 1, 1, 0, 0, 1, 1, 0, 1]
  --- converting (0, 51, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141022,9 +272666,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 1, 0, 2] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 1, 0, 2]
  --- Converting [1, 1, 0, 0, 1, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 1, 1, 1, 0, 1]
+ --- Result =  [0, 1, 1, 0, 0, 1, 1, 0, 2]
  --- converting (0, 51, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141042,9 +272684,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 1, 0, 3] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 1, 0, 3]
  --- Converting [1, 1, 0, 0, 1, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 2, 1, 1, 0, 1]
+ --- Result =  [0, 1, 1, 0, 0, 1, 1, 0, 3]
  --- converting (0, 51, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141064,9 +272704,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 1, 1, 0] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 1, 1, 0]
  --- Converting [1, 1, 0, 0, 1, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 0, 1, 1, 1, 0]
+ --- Result =  [0, 1, 1, 0, 0, 1, 1, 1, 0]
  --- converting (0, 51, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141086,9 +272724,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 1, 1, 1] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 1, 1, 1]
  --- Converting [1, 1, 0, 0, 1, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 1, 1, 1, 1]
  --- converting (0, 51, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141108,9 +272744,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 1, 1, 2] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 1, 1, 2]
  --- Converting [1, 1, 0, 0, 1, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 1, 1, 1, 2]
  --- converting (0, 51, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141130,9 +272764,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 1, 1, 3] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 1, 1, 3]
  --- Converting [1, 1, 0, 0, 1, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 1, 1, 1, 3]
  --- converting (0, 51, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141152,9 +272784,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 1, 2, 0] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 1, 2, 0]
  --- Converting [1, 1, 0, 0, 1, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 1, 1, 1, 1, 0]
+ --- Result =  [0, 1, 1, 0, 0, 1, 1, 2, 0]
  --- converting (0, 51, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141174,9 +272804,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 1, 2, 1] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 1, 2, 1]
  --- Converting [1, 1, 0, 0, 1, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 1, 1, 2, 1]
  --- converting (0, 51, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141196,9 +272824,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 1, 2, 2] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 1, 2, 2]
  --- Converting [1, 1, 0, 0, 1, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 1, 1, 2, 2]
  --- converting (0, 51, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141218,9 +272844,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 1, 2, 3] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 1, 2, 3]
  --- Converting [1, 1, 0, 0, 1, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 1, 1, 2, 3]
  --- converting (0, 51, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141240,9 +272864,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 1, 3, 0] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 1, 3, 0]
  --- Converting [1, 1, 0, 0, 1, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 2, 1, 1, 1, 0]
+ --- Result =  [0, 1, 1, 0, 0, 1, 1, 3, 0]
  --- converting (0, 51, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141262,9 +272884,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 1, 3, 1] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 1, 3, 1]
  --- Converting [1, 1, 0, 0, 1, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 1, 1, 3, 1]
  --- converting (0, 51, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141284,9 +272904,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 1, 3, 2] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 1, 3, 2]
  --- Converting [1, 1, 0, 0, 1, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 1, 1, 3, 2]
  --- converting (0, 51, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141306,9 +272924,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 0, 1, 1, 3, 3] to configuration notation
  --- Result =  [1, 1, 0, 0, 1, 1, 3, 3]
  --- Converting [1, 1, 0, 0, 1, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 0, 1, 1, 3, 3]
  --- converting (0, 52, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141326,9 +272942,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 0, 0, 0] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 0, 0, 0]
  --- Converting [1, 1, 0, 1, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 0, 0, 0, 0, 0]
+ --- Result =  [0, 1, 1, 0, 1, 0, 0, 0, 0]
  --- converting (0, 52, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141346,9 +272960,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 0, 0, 1] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 0, 0, 1]
  --- Converting [1, 1, 0, 1, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 0, 0, 0, 0, 1]
+ --- Result =  [0, 1, 1, 0, 1, 0, 0, 0, 1]
  --- converting (0, 52, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141366,9 +272978,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 0, 0, 2] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 0, 0, 2]
  --- Converting [1, 1, 0, 1, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 1, 0, 0, 0, 1]
+ --- Result =  [0, 1, 1, 0, 1, 0, 0, 0, 2]
  --- converting (0, 52, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141386,9 +272996,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 0, 0, 3] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 0, 0, 3]
  --- Converting [1, 1, 0, 1, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 2, 0, 0, 0, 1]
+ --- Result =  [0, 1, 1, 0, 1, 0, 0, 0, 3]
  --- converting (0, 52, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141408,9 +273016,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 0, 1, 0] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 0, 1, 0]
  --- Converting [1, 1, 0, 1, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 0, 0, 0, 1, 0]
+ --- Result =  [0, 1, 1, 0, 1, 0, 0, 1, 0]
  --- converting (0, 52, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141430,9 +273036,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 0, 1, 1] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 0, 1, 1]
  --- Converting [1, 1, 0, 1, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 0, 0, 1, 1]
  --- converting (0, 52, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141452,9 +273056,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 0, 1, 2] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 0, 1, 2]
  --- Converting [1, 1, 0, 1, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 0, 0, 1, 2]
  --- converting (0, 52, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141474,9 +273076,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 0, 1, 3] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 0, 1, 3]
  --- Converting [1, 1, 0, 1, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 0, 0, 1, 3]
  --- converting (0, 52, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141496,9 +273096,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 0, 2, 0] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 0, 2, 0]
  --- Converting [1, 1, 0, 1, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 1, 0, 0, 1, 0]
+ --- Result =  [0, 1, 1, 0, 1, 0, 0, 2, 0]
  --- converting (0, 52, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141518,9 +273116,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 0, 2, 1] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 0, 2, 1]
  --- Converting [1, 1, 0, 1, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 0, 0, 2, 1]
  --- converting (0, 52, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141540,9 +273136,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 0, 2, 2] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 0, 2, 2]
  --- Converting [1, 1, 0, 1, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 0, 0, 2, 2]
  --- converting (0, 52, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141562,9 +273156,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 0, 2, 3] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 0, 2, 3]
  --- Converting [1, 1, 0, 1, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 0, 0, 2, 3]
  --- converting (0, 52, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141584,9 +273176,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 0, 3, 0] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 0, 3, 0]
  --- Converting [1, 1, 0, 1, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 2, 0, 0, 1, 0]
+ --- Result =  [0, 1, 1, 0, 1, 0, 0, 3, 0]
  --- converting (0, 52, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141606,9 +273196,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 0, 3, 1] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 0, 3, 1]
  --- Converting [1, 1, 0, 1, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 0, 0, 3, 1]
  --- converting (0, 52, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141628,9 +273216,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 0, 3, 2] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 0, 3, 2]
  --- Converting [1, 1, 0, 1, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 0, 0, 3, 2]
  --- converting (0, 52, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141650,9 +273236,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 0, 3, 3] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 0, 3, 3]
  --- Converting [1, 1, 0, 1, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 0, 0, 3, 3]
  --- converting (0, 53, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141670,9 +273254,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 1, 0, 0] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 1, 0, 0]
  --- Converting [1, 1, 0, 1, 0, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 0, 0, 1, 0, 0]
+ --- Result =  [0, 1, 1, 0, 1, 0, 1, 0, 0]
  --- converting (0, 53, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141690,9 +273272,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 1, 0, 1] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 1, 0, 1]
  --- Converting [1, 1, 0, 1, 0, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 0, 0, 1, 0, 1]
+ --- Result =  [0, 1, 1, 0, 1, 0, 1, 0, 1]
  --- converting (0, 53, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141710,9 +273290,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 1, 0, 2] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 1, 0, 2]
  --- Converting [1, 1, 0, 1, 0, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 1, 0, 1, 0, 1]
+ --- Result =  [0, 1, 1, 0, 1, 0, 1, 0, 2]
  --- converting (0, 53, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141730,9 +273308,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 1, 0, 3] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 1, 0, 3]
  --- Converting [1, 1, 0, 1, 0, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 2, 0, 1, 0, 1]
+ --- Result =  [0, 1, 1, 0, 1, 0, 1, 0, 3]
  --- converting (0, 53, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141752,9 +273328,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 1, 1, 0] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 1, 1, 0]
  --- Converting [1, 1, 0, 1, 0, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 0, 0, 1, 1, 0]
+ --- Result =  [0, 1, 1, 0, 1, 0, 1, 1, 0]
  --- converting (0, 53, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141774,9 +273348,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 1, 1, 1] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 1, 1, 1]
  --- Converting [1, 1, 0, 1, 0, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 0, 1, 1, 1]
  --- converting (0, 53, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141796,9 +273368,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 1, 1, 2] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 1, 1, 2]
  --- Converting [1, 1, 0, 1, 0, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 0, 1, 1, 2]
  --- converting (0, 53, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141818,9 +273388,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 1, 1, 3] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 1, 1, 3]
  --- Converting [1, 1, 0, 1, 0, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 0, 1, 1, 3]
  --- converting (0, 53, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141840,9 +273408,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 1, 2, 0] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 1, 2, 0]
  --- Converting [1, 1, 0, 1, 0, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 1, 0, 1, 1, 0]
+ --- Result =  [0, 1, 1, 0, 1, 0, 1, 2, 0]
  --- converting (0, 53, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141862,9 +273428,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 1, 2, 1] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 1, 2, 1]
  --- Converting [1, 1, 0, 1, 0, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 0, 1, 2, 1]
  --- converting (0, 53, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141884,9 +273448,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 1, 2, 2] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 1, 2, 2]
  --- Converting [1, 1, 0, 1, 0, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 0, 1, 2, 2]
  --- converting (0, 53, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141906,9 +273468,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 1, 2, 3] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 1, 2, 3]
  --- Converting [1, 1, 0, 1, 0, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 0, 1, 2, 3]
  --- converting (0, 53, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141928,9 +273488,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 1, 3, 0] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 1, 3, 0]
  --- Converting [1, 1, 0, 1, 0, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 2, 0, 1, 1, 0]
+ --- Result =  [0, 1, 1, 0, 1, 0, 1, 3, 0]
  --- converting (0, 53, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141950,9 +273508,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 1, 3, 1] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 1, 3, 1]
  --- Converting [1, 1, 0, 1, 0, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 0, 1, 3, 1]
  --- converting (0, 53, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141972,9 +273528,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 1, 3, 2] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 1, 3, 2]
  --- Converting [1, 1, 0, 1, 0, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 0, 1, 3, 2]
  --- converting (0, 53, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -141994,9 +273548,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 0, 1, 3, 3] to configuration notation
  --- Result =  [1, 1, 0, 1, 0, 1, 3, 3]
  --- Converting [1, 1, 0, 1, 0, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 0, 1, 3, 3]
  --- converting (0, 54, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142014,9 +273566,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 0, 0, 0] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 0, 0, 0]
  --- Converting [1, 1, 0, 1, 1, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 0, 1, 0, 0, 0]
+ --- Result =  [0, 1, 1, 0, 1, 1, 0, 0, 0]
  --- converting (0, 54, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142034,9 +273584,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 0, 0, 1] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 0, 0, 1]
  --- Converting [1, 1, 0, 1, 1, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 0, 1, 0, 0, 1]
+ --- Result =  [0, 1, 1, 0, 1, 1, 0, 0, 1]
  --- converting (0, 54, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142054,9 +273602,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 0, 0, 2] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 0, 0, 2]
  --- Converting [1, 1, 0, 1, 1, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 1, 1, 0, 0, 1]
+ --- Result =  [0, 1, 1, 0, 1, 1, 0, 0, 2]
  --- converting (0, 54, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142074,9 +273620,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 0, 0, 3] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 0, 0, 3]
  --- Converting [1, 1, 0, 1, 1, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 2, 1, 0, 0, 1]
+ --- Result =  [0, 1, 1, 0, 1, 1, 0, 0, 3]
  --- converting (0, 54, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142096,9 +273640,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 0, 1, 0] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 0, 1, 0]
  --- Converting [1, 1, 0, 1, 1, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 0, 1, 0, 1, 0]
+ --- Result =  [0, 1, 1, 0, 1, 1, 0, 1, 0]
  --- converting (0, 54, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142118,9 +273660,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 0, 1, 1] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 0, 1, 1]
  --- Converting [1, 1, 0, 1, 1, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 1, 0, 1, 1]
  --- converting (0, 54, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142140,9 +273680,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 0, 1, 2] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 0, 1, 2]
  --- Converting [1, 1, 0, 1, 1, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 1, 0, 1, 2]
  --- converting (0, 54, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142162,9 +273700,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 0, 1, 3] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 0, 1, 3]
  --- Converting [1, 1, 0, 1, 1, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 1, 0, 1, 3]
  --- converting (0, 54, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142184,9 +273720,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 0, 2, 0] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 0, 2, 0]
  --- Converting [1, 1, 0, 1, 1, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 1, 1, 0, 1, 0]
+ --- Result =  [0, 1, 1, 0, 1, 1, 0, 2, 0]
  --- converting (0, 54, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142206,9 +273740,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 0, 2, 1] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 0, 2, 1]
  --- Converting [1, 1, 0, 1, 1, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 1, 0, 2, 1]
  --- converting (0, 54, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142228,9 +273760,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 0, 2, 2] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 0, 2, 2]
  --- Converting [1, 1, 0, 1, 1, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 1, 0, 2, 2]
  --- converting (0, 54, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142250,9 +273780,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 0, 2, 3] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 0, 2, 3]
  --- Converting [1, 1, 0, 1, 1, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 1, 0, 2, 3]
  --- converting (0, 54, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142272,9 +273800,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 0, 3, 0] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 0, 3, 0]
  --- Converting [1, 1, 0, 1, 1, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 2, 1, 0, 1, 0]
+ --- Result =  [0, 1, 1, 0, 1, 1, 0, 3, 0]
  --- converting (0, 54, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142294,9 +273820,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 0, 3, 1] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 0, 3, 1]
  --- Converting [1, 1, 0, 1, 1, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 1, 0, 3, 1]
  --- converting (0, 54, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142316,9 +273840,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 0, 3, 2] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 0, 3, 2]
  --- Converting [1, 1, 0, 1, 1, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 1, 0, 3, 2]
  --- converting (0, 54, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142338,9 +273860,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 0, 3, 3] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 0, 3, 3]
  --- Converting [1, 1, 0, 1, 1, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 1, 0, 3, 3]
  --- converting (0, 55, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142358,9 +273878,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 1, 0, 0] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 1, 0, 0]
  --- Converting [1, 1, 0, 1, 1, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 0, 1, 1, 0, 0]
+ --- Result =  [0, 1, 1, 0, 1, 1, 1, 0, 0]
  --- converting (0, 55, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142378,9 +273896,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 1, 0, 1] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 1, 0, 1]
  --- Converting [1, 1, 0, 1, 1, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 0, 1, 1, 0, 1]
+ --- Result =  [0, 1, 1, 0, 1, 1, 1, 0, 1]
  --- converting (0, 55, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142398,9 +273914,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 1, 0, 2] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 1, 0, 2]
  --- Converting [1, 1, 0, 1, 1, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 1, 1, 1, 0, 1]
+ --- Result =  [0, 1, 1, 0, 1, 1, 1, 0, 2]
  --- converting (0, 55, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142418,9 +273932,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 1, 0, 3] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 1, 0, 3]
  --- Converting [1, 1, 0, 1, 1, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 2, 1, 1, 0, 1]
+ --- Result =  [0, 1, 1, 0, 1, 1, 1, 0, 3]
  --- converting (0, 55, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142440,9 +273952,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 1, 1, 0] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 1, 1, 0]
  --- Converting [1, 1, 0, 1, 1, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 0, 1, 1, 1, 0]
+ --- Result =  [0, 1, 1, 0, 1, 1, 1, 1, 0]
  --- converting (0, 55, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142462,9 +273972,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 1, 1, 1] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 1, 1, 1]
  --- Converting [1, 1, 0, 1, 1, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 1, 1, 1, 1]
  --- converting (0, 55, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142484,9 +273992,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 1, 1, 2] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 1, 1, 2]
  --- Converting [1, 1, 0, 1, 1, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 1, 1, 1, 2]
  --- converting (0, 55, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142506,9 +274012,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 1, 1, 3] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 1, 1, 3]
  --- Converting [1, 1, 0, 1, 1, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 1, 1, 1, 3]
  --- converting (0, 55, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142528,9 +274032,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 1, 2, 0] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 1, 2, 0]
  --- Converting [1, 1, 0, 1, 1, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 1, 1, 1, 1, 0]
+ --- Result =  [0, 1, 1, 0, 1, 1, 1, 2, 0]
  --- converting (0, 55, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142550,9 +274052,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 1, 2, 1] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 1, 2, 1]
  --- Converting [1, 1, 0, 1, 1, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 1, 1, 2, 1]
  --- converting (0, 55, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142572,9 +274072,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 1, 2, 2] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 1, 2, 2]
  --- Converting [1, 1, 0, 1, 1, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 1, 1, 2, 2]
  --- converting (0, 55, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142594,9 +274092,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 1, 2, 3] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 1, 2, 3]
  --- Converting [1, 1, 0, 1, 1, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 1, 1, 2, 3]
  --- converting (0, 55, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142616,9 +274112,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 1, 3, 0] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 1, 3, 0]
  --- Converting [1, 1, 0, 1, 1, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 2, 1, 1, 1, 0]
+ --- Result =  [0, 1, 1, 0, 1, 1, 1, 3, 0]
  --- converting (0, 55, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142638,9 +274132,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 1, 3, 1] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 1, 3, 1]
  --- Converting [1, 1, 0, 1, 1, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 1, 1, 3, 1]
  --- converting (0, 55, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142660,9 +274152,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 1, 3, 2] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 1, 3, 2]
  --- Converting [1, 1, 0, 1, 1, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 1, 1, 3, 2]
  --- converting (0, 55, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142682,9 +274172,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 0, 1, 1, 1, 3, 3] to configuration notation
  --- Result =  [1, 1, 0, 1, 1, 1, 3, 3]
  --- Converting [1, 1, 0, 1, 1, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 0, 1, 1, 1, 3, 3]
  --- converting (0, 56, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142702,9 +274190,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 0, 0, 0] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 0, 0, 0]
  --- Converting [1, 1, 1, 0, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 0, 0, 0, 0, 0]
+ --- Result =  [0, 1, 1, 1, 0, 0, 0, 0, 0]
  --- converting (0, 56, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142722,9 +274208,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 0, 0, 1] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 0, 0, 1]
  --- Converting [1, 1, 1, 0, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 0, 0, 0, 0, 1]
+ --- Result =  [0, 1, 1, 1, 0, 0, 0, 0, 1]
  --- converting (0, 56, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142742,9 +274226,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 0, 0, 2] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 0, 0, 2]
  --- Converting [1, 1, 1, 0, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 1, 0, 0, 0, 1]
+ --- Result =  [0, 1, 1, 1, 0, 0, 0, 0, 2]
  --- converting (0, 56, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142762,9 +274244,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 0, 0, 3] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 0, 0, 3]
  --- Converting [1, 1, 1, 0, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 2, 0, 0, 0, 1]
+ --- Result =  [0, 1, 1, 1, 0, 0, 0, 0, 3]
  --- converting (0, 56, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142784,9 +274264,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 0, 1, 0] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 0, 1, 0]
  --- Converting [1, 1, 1, 0, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 0, 0, 0, 1, 0]
+ --- Result =  [0, 1, 1, 1, 0, 0, 0, 1, 0]
  --- converting (0, 56, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142806,9 +274284,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 0, 1, 1] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 0, 1, 1]
  --- Converting [1, 1, 1, 0, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 0, 0, 1, 1]
  --- converting (0, 56, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142828,9 +274304,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 0, 1, 2] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 0, 1, 2]
  --- Converting [1, 1, 1, 0, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 0, 0, 1, 2]
  --- converting (0, 56, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142850,9 +274324,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 0, 1, 3] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 0, 1, 3]
  --- Converting [1, 1, 1, 0, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 0, 0, 1, 3]
  --- converting (0, 56, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142872,9 +274344,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 0, 2, 0] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 0, 2, 0]
  --- Converting [1, 1, 1, 0, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 1, 0, 0, 1, 0]
+ --- Result =  [0, 1, 1, 1, 0, 0, 0, 2, 0]
  --- converting (0, 56, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142894,9 +274364,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 0, 2, 1] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 0, 2, 1]
  --- Converting [1, 1, 1, 0, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 0, 0, 2, 1]
  --- converting (0, 56, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142916,9 +274384,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 0, 2, 2] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 0, 2, 2]
  --- Converting [1, 1, 1, 0, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 0, 0, 2, 2]
  --- converting (0, 56, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142938,9 +274404,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 0, 2, 3] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 0, 2, 3]
  --- Converting [1, 1, 1, 0, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 0, 0, 2, 3]
  --- converting (0, 56, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142960,9 +274424,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 0, 3, 0] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 0, 3, 0]
  --- Converting [1, 1, 1, 0, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 2, 0, 0, 1, 0]
+ --- Result =  [0, 1, 1, 1, 0, 0, 0, 3, 0]
  --- converting (0, 56, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -142982,9 +274444,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 0, 3, 1] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 0, 3, 1]
  --- Converting [1, 1, 1, 0, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 0, 0, 3, 1]
  --- converting (0, 56, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143004,9 +274464,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 0, 3, 2] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 0, 3, 2]
  --- Converting [1, 1, 1, 0, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 0, 0, 3, 2]
  --- converting (0, 56, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143026,9 +274484,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 0, 3, 3] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 0, 3, 3]
  --- Converting [1, 1, 1, 0, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 0, 0, 3, 3]
  --- converting (0, 57, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143046,9 +274502,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 1, 0, 0] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 1, 0, 0]
  --- Converting [1, 1, 1, 0, 0, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 0, 0, 1, 0, 0]
+ --- Result =  [0, 1, 1, 1, 0, 0, 1, 0, 0]
  --- converting (0, 57, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143066,9 +274520,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 1, 0, 1] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 1, 0, 1]
  --- Converting [1, 1, 1, 0, 0, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 0, 0, 1, 0, 1]
+ --- Result =  [0, 1, 1, 1, 0, 0, 1, 0, 1]
  --- converting (0, 57, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143086,9 +274538,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 1, 0, 2] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 1, 0, 2]
  --- Converting [1, 1, 1, 0, 0, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 1, 0, 1, 0, 1]
+ --- Result =  [0, 1, 1, 1, 0, 0, 1, 0, 2]
  --- converting (0, 57, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143106,9 +274556,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 1, 0, 3] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 1, 0, 3]
  --- Converting [1, 1, 1, 0, 0, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 2, 0, 1, 0, 1]
+ --- Result =  [0, 1, 1, 1, 0, 0, 1, 0, 3]
  --- converting (0, 57, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143128,9 +274576,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 1, 1, 0] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 1, 1, 0]
  --- Converting [1, 1, 1, 0, 0, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 0, 0, 1, 1, 0]
+ --- Result =  [0, 1, 1, 1, 0, 0, 1, 1, 0]
  --- converting (0, 57, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143150,9 +274596,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 1, 1, 1] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 1, 1, 1]
  --- Converting [1, 1, 1, 0, 0, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 0, 1, 1, 1]
  --- converting (0, 57, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143172,9 +274616,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 1, 1, 2] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 1, 1, 2]
  --- Converting [1, 1, 1, 0, 0, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 0, 1, 1, 2]
  --- converting (0, 57, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143194,9 +274636,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 1, 1, 3] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 1, 1, 3]
  --- Converting [1, 1, 1, 0, 0, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 0, 1, 1, 3]
  --- converting (0, 57, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143216,9 +274656,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 1, 2, 0] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 1, 2, 0]
  --- Converting [1, 1, 1, 0, 0, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 1, 0, 1, 1, 0]
+ --- Result =  [0, 1, 1, 1, 0, 0, 1, 2, 0]
  --- converting (0, 57, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143238,9 +274676,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 1, 2, 1] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 1, 2, 1]
  --- Converting [1, 1, 1, 0, 0, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 0, 1, 2, 1]
  --- converting (0, 57, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143260,9 +274696,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 1, 2, 2] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 1, 2, 2]
  --- Converting [1, 1, 1, 0, 0, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 0, 1, 2, 2]
  --- converting (0, 57, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143282,9 +274716,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 1, 2, 3] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 1, 2, 3]
  --- Converting [1, 1, 1, 0, 0, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 0, 1, 2, 3]
  --- converting (0, 57, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143304,9 +274736,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 1, 3, 0] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 1, 3, 0]
  --- Converting [1, 1, 1, 0, 0, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 2, 0, 1, 1, 0]
+ --- Result =  [0, 1, 1, 1, 0, 0, 1, 3, 0]
  --- converting (0, 57, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143326,9 +274756,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 1, 3, 1] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 1, 3, 1]
  --- Converting [1, 1, 1, 0, 0, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 0, 1, 3, 1]
  --- converting (0, 57, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143348,9 +274776,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 1, 3, 2] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 1, 3, 2]
  --- Converting [1, 1, 1, 0, 0, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 0, 1, 3, 2]
  --- converting (0, 57, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143370,9 +274796,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 0, 1, 3, 3] to configuration notation
  --- Result =  [1, 1, 1, 0, 0, 1, 3, 3]
  --- Converting [1, 1, 1, 0, 0, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 0, 1, 3, 3]
  --- converting (0, 58, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143390,9 +274814,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 0, 0, 0] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 0, 0, 0]
  --- Converting [1, 1, 1, 0, 1, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 0, 1, 0, 0, 0]
+ --- Result =  [0, 1, 1, 1, 0, 1, 0, 0, 0]
  --- converting (0, 58, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143410,9 +274832,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 0, 0, 1] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 0, 0, 1]
  --- Converting [1, 1, 1, 0, 1, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 0, 1, 0, 0, 1]
+ --- Result =  [0, 1, 1, 1, 0, 1, 0, 0, 1]
  --- converting (0, 58, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143430,9 +274850,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 0, 0, 2] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 0, 0, 2]
  --- Converting [1, 1, 1, 0, 1, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 1, 1, 0, 0, 1]
+ --- Result =  [0, 1, 1, 1, 0, 1, 0, 0, 2]
  --- converting (0, 58, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143450,9 +274868,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 0, 0, 3] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 0, 0, 3]
  --- Converting [1, 1, 1, 0, 1, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 2, 1, 0, 0, 1]
+ --- Result =  [0, 1, 1, 1, 0, 1, 0, 0, 3]
  --- converting (0, 58, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143472,9 +274888,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 0, 1, 0] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 0, 1, 0]
  --- Converting [1, 1, 1, 0, 1, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 0, 1, 0, 1, 0]
+ --- Result =  [0, 1, 1, 1, 0, 1, 0, 1, 0]
  --- converting (0, 58, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143494,9 +274908,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 0, 1, 1] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 0, 1, 1]
  --- Converting [1, 1, 1, 0, 1, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 1, 0, 1, 1]
  --- converting (0, 58, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143516,9 +274928,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 0, 1, 2] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 0, 1, 2]
  --- Converting [1, 1, 1, 0, 1, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 1, 0, 1, 2]
  --- converting (0, 58, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143538,9 +274948,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 0, 1, 3] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 0, 1, 3]
  --- Converting [1, 1, 1, 0, 1, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 1, 0, 1, 3]
  --- converting (0, 58, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143560,9 +274968,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 0, 2, 0] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 0, 2, 0]
  --- Converting [1, 1, 1, 0, 1, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 1, 1, 0, 1, 0]
+ --- Result =  [0, 1, 1, 1, 0, 1, 0, 2, 0]
  --- converting (0, 58, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143582,9 +274988,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 0, 2, 1] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 0, 2, 1]
  --- Converting [1, 1, 1, 0, 1, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 1, 0, 2, 1]
  --- converting (0, 58, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143604,9 +275008,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 0, 2, 2] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 0, 2, 2]
  --- Converting [1, 1, 1, 0, 1, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 1, 0, 2, 2]
  --- converting (0, 58, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143626,9 +275028,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 0, 2, 3] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 0, 2, 3]
  --- Converting [1, 1, 1, 0, 1, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 1, 0, 2, 3]
  --- converting (0, 58, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143648,9 +275048,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 0, 3, 0] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 0, 3, 0]
  --- Converting [1, 1, 1, 0, 1, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 2, 1, 0, 1, 0]
+ --- Result =  [0, 1, 1, 1, 0, 1, 0, 3, 0]
  --- converting (0, 58, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143670,9 +275068,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 0, 3, 1] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 0, 3, 1]
  --- Converting [1, 1, 1, 0, 1, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 1, 0, 3, 1]
  --- converting (0, 58, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143692,9 +275088,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 0, 3, 2] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 0, 3, 2]
  --- Converting [1, 1, 1, 0, 1, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 1, 0, 3, 2]
  --- converting (0, 58, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143714,9 +275108,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 0, 3, 3] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 0, 3, 3]
  --- Converting [1, 1, 1, 0, 1, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 1, 0, 3, 3]
  --- converting (0, 59, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143734,9 +275126,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 1, 0, 0] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 1, 0, 0]
  --- Converting [1, 1, 1, 0, 1, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 0, 1, 1, 0, 0]
+ --- Result =  [0, 1, 1, 1, 0, 1, 1, 0, 0]
  --- converting (0, 59, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143754,9 +275144,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 1, 0, 1] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 1, 0, 1]
  --- Converting [1, 1, 1, 0, 1, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 0, 1, 1, 0, 1]
+ --- Result =  [0, 1, 1, 1, 0, 1, 1, 0, 1]
  --- converting (0, 59, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143774,9 +275162,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 1, 0, 2] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 1, 0, 2]
  --- Converting [1, 1, 1, 0, 1, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 1, 1, 1, 0, 1]
+ --- Result =  [0, 1, 1, 1, 0, 1, 1, 0, 2]
  --- converting (0, 59, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143794,9 +275180,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 1, 0, 3] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 1, 0, 3]
  --- Converting [1, 1, 1, 0, 1, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 2, 1, 1, 0, 1]
+ --- Result =  [0, 1, 1, 1, 0, 1, 1, 0, 3]
  --- converting (0, 59, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143816,9 +275200,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 1, 1, 0] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 1, 1, 0]
  --- Converting [1, 1, 1, 0, 1, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 0, 1, 1, 1, 0]
+ --- Result =  [0, 1, 1, 1, 0, 1, 1, 1, 0]
  --- converting (0, 59, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143838,9 +275220,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 1, 1, 1] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 1, 1, 1]
  --- Converting [1, 1, 1, 0, 1, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 1, 1, 1, 1]
  --- converting (0, 59, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143860,9 +275240,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 1, 1, 2] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 1, 1, 2]
  --- Converting [1, 1, 1, 0, 1, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 1, 1, 1, 2]
  --- converting (0, 59, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143882,9 +275260,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 1, 1, 3] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 1, 1, 3]
  --- Converting [1, 1, 1, 0, 1, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 1, 1, 1, 3]
  --- converting (0, 59, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143904,9 +275280,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 1, 2, 0] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 1, 2, 0]
  --- Converting [1, 1, 1, 0, 1, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 1, 1, 1, 1, 0]
+ --- Result =  [0, 1, 1, 1, 0, 1, 1, 2, 0]
  --- converting (0, 59, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143926,9 +275300,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 1, 2, 1] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 1, 2, 1]
  --- Converting [1, 1, 1, 0, 1, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 1, 1, 2, 1]
  --- converting (0, 59, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143948,9 +275320,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 1, 2, 2] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 1, 2, 2]
  --- Converting [1, 1, 1, 0, 1, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 1, 1, 2, 2]
  --- converting (0, 59, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143970,9 +275340,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 1, 2, 3] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 1, 2, 3]
  --- Converting [1, 1, 1, 0, 1, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 1, 1, 2, 3]
  --- converting (0, 59, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -143992,9 +275360,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 1, 3, 0] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 1, 3, 0]
  --- Converting [1, 1, 1, 0, 1, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 2, 1, 1, 1, 0]
+ --- Result =  [0, 1, 1, 1, 0, 1, 1, 3, 0]
  --- converting (0, 59, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144014,9 +275380,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 1, 3, 1] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 1, 3, 1]
  --- Converting [1, 1, 1, 0, 1, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 1, 1, 3, 1]
  --- converting (0, 59, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144036,9 +275400,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 1, 3, 2] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 1, 3, 2]
  --- Converting [1, 1, 1, 0, 1, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 1, 1, 3, 2]
  --- converting (0, 59, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144058,9 +275420,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 0, 1, 1, 3, 3] to configuration notation
  --- Result =  [1, 1, 1, 0, 1, 1, 3, 3]
  --- Converting [1, 1, 1, 0, 1, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 0, 1, 1, 3, 3]
  --- converting (0, 60, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144078,9 +275438,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 0, 0, 0] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 0, 0, 0]
  --- Converting [1, 1, 1, 1, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 0, 0, 0, 0, 0]
+ --- Result =  [0, 1, 1, 1, 1, 0, 0, 0, 0]
  --- converting (0, 60, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144098,9 +275456,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 0, 0, 1] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 0, 0, 1]
  --- Converting [1, 1, 1, 1, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 0, 0, 0, 0, 1]
+ --- Result =  [0, 1, 1, 1, 1, 0, 0, 0, 1]
  --- converting (0, 60, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144118,9 +275474,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 0, 0, 2] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 0, 0, 2]
  --- Converting [1, 1, 1, 1, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 1, 0, 0, 0, 1]
+ --- Result =  [0, 1, 1, 1, 1, 0, 0, 0, 2]
  --- converting (0, 60, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144138,9 +275492,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 0, 0, 3] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 0, 0, 3]
  --- Converting [1, 1, 1, 1, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 2, 0, 0, 0, 1]
+ --- Result =  [0, 1, 1, 1, 1, 0, 0, 0, 3]
  --- converting (0, 60, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144160,9 +275512,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 0, 1, 0] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 0, 1, 0]
  --- Converting [1, 1, 1, 1, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 0, 0, 0, 1, 0]
+ --- Result =  [0, 1, 1, 1, 1, 0, 0, 1, 0]
  --- converting (0, 60, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144182,9 +275532,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 0, 1, 1] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 0, 1, 1]
  --- Converting [1, 1, 1, 1, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 0, 0, 1, 1]
  --- converting (0, 60, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144204,9 +275552,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 0, 1, 2] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 0, 1, 2]
  --- Converting [1, 1, 1, 1, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 0, 0, 1, 2]
  --- converting (0, 60, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144226,9 +275572,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 0, 1, 3] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 0, 1, 3]
  --- Converting [1, 1, 1, 1, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 0, 0, 1, 3]
  --- converting (0, 60, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144248,9 +275592,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 0, 2, 0] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 0, 2, 0]
  --- Converting [1, 1, 1, 1, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 1, 0, 0, 1, 0]
+ --- Result =  [0, 1, 1, 1, 1, 0, 0, 2, 0]
  --- converting (0, 60, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144270,9 +275612,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 0, 2, 1] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 0, 2, 1]
  --- Converting [1, 1, 1, 1, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 0, 0, 2, 1]
  --- converting (0, 60, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144292,9 +275632,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 0, 2, 2] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 0, 2, 2]
  --- Converting [1, 1, 1, 1, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 0, 0, 2, 2]
  --- converting (0, 60, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144314,9 +275652,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 0, 2, 3] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 0, 2, 3]
  --- Converting [1, 1, 1, 1, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 0, 0, 2, 3]
  --- converting (0, 60, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144336,9 +275672,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 0, 3, 0] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 0, 3, 0]
  --- Converting [1, 1, 1, 1, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 2, 0, 0, 1, 0]
+ --- Result =  [0, 1, 1, 1, 1, 0, 0, 3, 0]
  --- converting (0, 60, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144358,9 +275692,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 0, 3, 1] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 0, 3, 1]
  --- Converting [1, 1, 1, 1, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 0, 0, 3, 1]
  --- converting (0, 60, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144380,9 +275712,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 0, 3, 2] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 0, 3, 2]
  --- Converting [1, 1, 1, 1, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 0, 0, 3, 2]
  --- converting (0, 60, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144402,9 +275732,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 0, 3, 3] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 0, 3, 3]
  --- Converting [1, 1, 1, 1, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 0, 0, 3, 3]
  --- converting (0, 61, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144422,9 +275750,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 1, 0, 0] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 1, 0, 0]
  --- Converting [1, 1, 1, 1, 0, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 0, 0, 1, 0, 0]
+ --- Result =  [0, 1, 1, 1, 1, 0, 1, 0, 0]
  --- converting (0, 61, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144442,9 +275768,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 1, 0, 1] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 1, 0, 1]
  --- Converting [1, 1, 1, 1, 0, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 0, 0, 1, 0, 1]
+ --- Result =  [0, 1, 1, 1, 1, 0, 1, 0, 1]
  --- converting (0, 61, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144462,9 +275786,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 1, 0, 2] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 1, 0, 2]
  --- Converting [1, 1, 1, 1, 0, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 1, 0, 1, 0, 1]
+ --- Result =  [0, 1, 1, 1, 1, 0, 1, 0, 2]
  --- converting (0, 61, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144482,9 +275804,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 1, 0, 3] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 1, 0, 3]
  --- Converting [1, 1, 1, 1, 0, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 2, 0, 1, 0, 1]
+ --- Result =  [0, 1, 1, 1, 1, 0, 1, 0, 3]
  --- converting (0, 61, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144504,9 +275824,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 1, 1, 0] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 1, 1, 0]
  --- Converting [1, 1, 1, 1, 0, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 0, 0, 1, 1, 0]
+ --- Result =  [0, 1, 1, 1, 1, 0, 1, 1, 0]
  --- converting (0, 61, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144526,9 +275844,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 1, 1, 1] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 1, 1, 1]
  --- Converting [1, 1, 1, 1, 0, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 0, 1, 1, 1]
  --- converting (0, 61, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144548,9 +275864,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 1, 1, 2] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 1, 1, 2]
  --- Converting [1, 1, 1, 1, 0, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 0, 1, 1, 2]
  --- converting (0, 61, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144570,9 +275884,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 1, 1, 3] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 1, 1, 3]
  --- Converting [1, 1, 1, 1, 0, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 0, 1, 1, 3]
  --- converting (0, 61, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144592,9 +275904,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 1, 2, 0] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 1, 2, 0]
  --- Converting [1, 1, 1, 1, 0, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 1, 0, 1, 1, 0]
+ --- Result =  [0, 1, 1, 1, 1, 0, 1, 2, 0]
  --- converting (0, 61, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144614,9 +275924,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 1, 2, 1] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 1, 2, 1]
  --- Converting [1, 1, 1, 1, 0, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 0, 1, 2, 1]
  --- converting (0, 61, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144636,9 +275944,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 1, 2, 2] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 1, 2, 2]
  --- Converting [1, 1, 1, 1, 0, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 0, 1, 2, 2]
  --- converting (0, 61, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144658,9 +275964,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 1, 2, 3] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 1, 2, 3]
  --- Converting [1, 1, 1, 1, 0, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 0, 1, 2, 3]
  --- converting (0, 61, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144680,9 +275984,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 1, 3, 0] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 1, 3, 0]
  --- Converting [1, 1, 1, 1, 0, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 2, 0, 1, 1, 0]
+ --- Result =  [0, 1, 1, 1, 1, 0, 1, 3, 0]
  --- converting (0, 61, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144702,9 +276004,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 1, 3, 1] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 1, 3, 1]
  --- Converting [1, 1, 1, 1, 0, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 0, 1, 3, 1]
  --- converting (0, 61, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144724,9 +276024,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 1, 3, 2] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 1, 3, 2]
  --- Converting [1, 1, 1, 1, 0, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 0, 1, 3, 2]
  --- converting (0, 61, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144746,9 +276044,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 0, 1, 3, 3] to configuration notation
  --- Result =  [1, 1, 1, 1, 0, 1, 3, 3]
  --- Converting [1, 1, 1, 1, 0, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 0, 1, 3, 3]
  --- converting (0, 62, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144766,9 +276062,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 0, 0, 0] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 0, 0, 0]
  --- Converting [1, 1, 1, 1, 1, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 0, 1, 0, 0, 0]
+ --- Result =  [0, 1, 1, 1, 1, 1, 0, 0, 0]
  --- converting (0, 62, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144786,9 +276080,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 0, 0, 1] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 0, 0, 1]
  --- Converting [1, 1, 1, 1, 1, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 0, 1, 0, 0, 1]
+ --- Result =  [0, 1, 1, 1, 1, 1, 0, 0, 1]
  --- converting (0, 62, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144806,9 +276098,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 0, 0, 2] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 0, 0, 2]
  --- Converting [1, 1, 1, 1, 1, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 1, 1, 0, 0, 1]
+ --- Result =  [0, 1, 1, 1, 1, 1, 0, 0, 2]
  --- converting (0, 62, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144826,9 +276116,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 0, 0, 3] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 0, 0, 3]
  --- Converting [1, 1, 1, 1, 1, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 2, 1, 0, 0, 1]
+ --- Result =  [0, 1, 1, 1, 1, 1, 0, 0, 3]
  --- converting (0, 62, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144848,9 +276136,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 0, 1, 0] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 0, 1, 0]
  --- Converting [1, 1, 1, 1, 1, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 0, 1, 0, 1, 0]
+ --- Result =  [0, 1, 1, 1, 1, 1, 0, 1, 0]
  --- converting (0, 62, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144870,9 +276156,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 0, 1, 1] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 0, 1, 1]
  --- Converting [1, 1, 1, 1, 1, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 1, 0, 1, 1]
  --- converting (0, 62, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144892,9 +276176,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 0, 1, 2] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 0, 1, 2]
  --- Converting [1, 1, 1, 1, 1, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 1, 0, 1, 2]
  --- converting (0, 62, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144914,9 +276196,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 0, 1, 3] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 0, 1, 3]
  --- Converting [1, 1, 1, 1, 1, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 1, 0, 1, 3]
  --- converting (0, 62, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144936,9 +276216,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 0, 2, 0] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 0, 2, 0]
  --- Converting [1, 1, 1, 1, 1, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 1, 1, 0, 1, 0]
+ --- Result =  [0, 1, 1, 1, 1, 1, 0, 2, 0]
  --- converting (0, 62, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144958,9 +276236,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 0, 2, 1] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 0, 2, 1]
  --- Converting [1, 1, 1, 1, 1, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 1, 0, 2, 1]
  --- converting (0, 62, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -144980,9 +276256,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 0, 2, 2] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 0, 2, 2]
  --- Converting [1, 1, 1, 1, 1, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 1, 0, 2, 2]
  --- converting (0, 62, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -145002,9 +276276,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 0, 2, 3] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 0, 2, 3]
  --- Converting [1, 1, 1, 1, 1, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 1, 0, 2, 3]
  --- converting (0, 62, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -145024,9 +276296,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 0, 3, 0] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 0, 3, 0]
  --- Converting [1, 1, 1, 1, 1, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 2, 1, 0, 1, 0]
+ --- Result =  [0, 1, 1, 1, 1, 1, 0, 3, 0]
  --- converting (0, 62, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -145046,9 +276316,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 0, 3, 1] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 0, 3, 1]
  --- Converting [1, 1, 1, 1, 1, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 1, 0, 3, 1]
  --- converting (0, 62, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -145068,9 +276336,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 0, 3, 2] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 0, 3, 2]
  --- Converting [1, 1, 1, 1, 1, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 1, 0, 3, 2]
  --- converting (0, 62, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -145090,9 +276356,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 0, 3, 3] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 0, 3, 3]
  --- Converting [1, 1, 1, 1, 1, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 1, 0, 3, 3]
  --- converting (0, 63, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -145110,9 +276374,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 1, 0, 0] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 1, 0, 0]
  --- Converting [1, 1, 1, 1, 1, 1, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 0, 1, 1, 0, 0]
+ --- Result =  [0, 1, 1, 1, 1, 1, 1, 0, 0]
  --- converting (0, 63, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -145130,9 +276392,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 1, 0, 1] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 1, 0, 1]
  --- Converting [1, 1, 1, 1, 1, 1, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 0, 1, 1, 0, 1]
+ --- Result =  [0, 1, 1, 1, 1, 1, 1, 0, 1]
  --- converting (0, 63, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -145150,9 +276410,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 1, 0, 2] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 1, 0, 2]
  --- Converting [1, 1, 1, 1, 1, 1, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 1, 1, 1, 0, 1]
+ --- Result =  [0, 1, 1, 1, 1, 1, 1, 0, 2]
  --- converting (0, 63, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -145170,9 +276428,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 1, 0, 3] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 1, 0, 3]
  --- Converting [1, 1, 1, 1, 1, 1, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 2, 1, 1, 0, 1]
+ --- Result =  [0, 1, 1, 1, 1, 1, 1, 0, 3]
  --- converting (0, 63, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -145192,9 +276448,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 1, 1, 0] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 1, 1, 0]
  --- Converting [1, 1, 1, 1, 1, 1, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 0, 1, 1, 1, 0]
+ --- Result =  [0, 1, 1, 1, 1, 1, 1, 1, 0]
  --- converting (0, 63, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -145214,9 +276468,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 1, 1, 1] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 1, 1, 1]
  --- Converting [1, 1, 1, 1, 1, 1, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 1, 1, 1, 1]
  --- converting (0, 63, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -145236,9 +276488,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 1, 1, 2] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 1, 1, 2]
  --- Converting [1, 1, 1, 1, 1, 1, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 1, 1, 1, 2]
  --- converting (0, 63, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -145258,9 +276508,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 1, 1, 3] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 1, 1, 3]
  --- Converting [1, 1, 1, 1, 1, 1, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 1, 1, 1, 3]
  --- converting (0, 63, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -145280,9 +276528,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 1, 2, 0] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 1, 2, 0]
  --- Converting [1, 1, 1, 1, 1, 1, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 1, 1, 1, 1, 0]
+ --- Result =  [0, 1, 1, 1, 1, 1, 1, 2, 0]
  --- converting (0, 63, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -145302,9 +276548,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 1, 2, 1] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 1, 2, 1]
  --- Converting [1, 1, 1, 1, 1, 1, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 1, 1, 2, 1]
  --- converting (0, 63, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -145324,9 +276568,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 1, 2, 2] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 1, 2, 2]
  --- Converting [1, 1, 1, 1, 1, 1, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 1, 1, 2, 2]
  --- converting (0, 63, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -145346,9 +276588,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 1, 2, 3] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 1, 2, 3]
  --- Converting [1, 1, 1, 1, 1, 1, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 1, 1, 2, 3]
  --- converting (0, 63, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -145368,9 +276608,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 1, 3, 0] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 1, 3, 0]
  --- Converting [1, 1, 1, 1, 1, 1, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 2, 1, 1, 1, 0]
+ --- Result =  [0, 1, 1, 1, 1, 1, 1, 3, 0]
  --- converting (0, 63, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -145390,9 +276628,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 1, 3, 1] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 1, 3, 1]
  --- Converting [1, 1, 1, 1, 1, 1, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 1, 1, 3, 1]
  --- converting (0, 63, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -145412,9 +276648,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 1, 3, 2] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 1, 3, 2]
  --- Converting [1, 1, 1, 1, 1, 1, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 1, 1, 3, 2]
  --- converting (0, 63, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 0 in base 3
  --- result  [0]
@@ -145434,9 +276668,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [0, 1, 1, 1, 1, 1, 1, 3, 3] to configuration notation
  --- Result =  [1, 1, 1, 1, 1, 1, 3, 3]
  --- Converting [1, 1, 1, 1, 1, 1, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 1, 1, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [0, 1, 1, 1, 1, 1, 1, 3, 3]
  --- converting (1, 1, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145448,9 +276680,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 0, 1, 0, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 2, 0, 0]
  --- Converting [0, 0, 0, 0, 0, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 0, 1, 0, 0]
+ --- Result =  [1, 0, 0, 0, 0, 0, 1, 0, 0]
  --- converting (1, 1, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145462,9 +276692,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 0, 1, 0, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 2, 0, 1]
  --- Converting [0, 0, 0, 0, 0, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 0, 1, 0, 1]
+ --- Result =  [1, 0, 0, 0, 0, 0, 1, 0, 1]
  --- converting (1, 1, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145476,9 +276704,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 0, 1, 0, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 2, 0, 2]
  --- Converting [0, 0, 0, 0, 0, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 0, 1, 0, 1]
+ --- Result =  [1, 0, 0, 0, 0, 0, 1, 0, 2]
  --- converting (1, 1, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145490,9 +276716,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 0, 1, 0, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 2, 0, 3]
  --- Converting [0, 0, 0, 0, 0, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 0, 1, 0, 1]
+ --- Result =  [1, 0, 0, 0, 0, 0, 1, 0, 3]
  --- converting (1, 1, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145506,9 +276730,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 0, 1, 1, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 2, 1, 0]
  --- Converting [0, 0, 0, 0, 0, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 0, 1, 1, 0]
+ --- Result =  [1, 0, 0, 0, 0, 0, 1, 1, 0]
  --- converting (1, 1, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145522,9 +276744,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 0, 1, 1, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 2, 1, 1]
  --- Converting [0, 0, 0, 0, 0, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 0, 0, 1, 1, 1]
  --- converting (1, 1, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145538,9 +276758,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 0, 1, 1, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 2, 1, 2]
  --- Converting [0, 0, 0, 0, 0, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 0, 0, 1, 1, 2]
  --- converting (1, 1, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145554,9 +276772,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 0, 1, 1, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 2, 1, 3]
  --- Converting [0, 0, 0, 0, 0, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 0, 0, 1, 1, 3]
  --- converting (1, 1, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145570,9 +276786,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 0, 1, 2, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 2, 2, 0]
  --- Converting [0, 0, 0, 0, 0, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 0, 1, 1, 0]
+ --- Result =  [1, 0, 0, 0, 0, 0, 1, 2, 0]
  --- converting (1, 1, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145586,9 +276800,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 0, 1, 2, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 2, 2, 1]
  --- Converting [0, 0, 0, 0, 0, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 0, 0, 1, 2, 1]
  --- converting (1, 1, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145602,9 +276814,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 0, 1, 2, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 2, 2, 2]
  --- Converting [0, 0, 0, 0, 0, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 0, 0, 1, 2, 2]
  --- converting (1, 1, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145618,9 +276828,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 0, 1, 2, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 2, 2, 3]
  --- Converting [0, 0, 0, 0, 0, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 0, 0, 1, 2, 3]
  --- converting (1, 1, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145634,9 +276842,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 0, 1, 3, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 2, 3, 0]
  --- Converting [0, 0, 0, 0, 0, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 0, 1, 1, 0]
+ --- Result =  [1, 0, 0, 0, 0, 0, 1, 3, 0]
  --- converting (1, 1, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145650,9 +276856,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 0, 1, 3, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 2, 3, 1]
  --- Converting [0, 0, 0, 0, 0, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 0, 0, 1, 3, 1]
  --- converting (1, 1, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145666,9 +276870,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 0, 1, 3, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 2, 3, 2]
  --- Converting [0, 0, 0, 0, 0, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 0, 0, 1, 3, 2]
  --- converting (1, 1, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145682,9 +276884,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 0, 1, 3, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 2, 3, 3]
  --- Converting [0, 0, 0, 0, 0, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 0, 0, 1, 3, 3]
  --- converting (1, 2, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145698,9 +276898,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 0, 0, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 0, 0, 0]
  --- Converting [0, 0, 0, 0, 2, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 0, 0, 0]
+ --- Result =  [1, 0, 0, 0, 0, 1, 0, 0, 0]
  --- converting (1, 2, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145714,9 +276912,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 0, 0, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 0, 0, 1]
  --- Converting [0, 0, 0, 0, 2, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 0, 0, 1]
+ --- Result =  [1, 0, 0, 0, 0, 1, 0, 0, 1]
  --- converting (1, 2, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145730,9 +276926,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 0, 0, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 0, 0, 2]
  --- Converting [0, 0, 0, 0, 2, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 0, 0, 1]
+ --- Result =  [1, 0, 0, 0, 0, 1, 0, 0, 2]
  --- converting (1, 2, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145746,9 +276940,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 0, 0, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 0, 0, 3]
  --- Converting [0, 0, 0, 0, 2, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 0, 0, 1]
+ --- Result =  [1, 0, 0, 0, 0, 1, 0, 0, 3]
  --- converting (1, 2, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145764,9 +276956,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 0, 1, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 0, 1, 0]
  --- Converting [0, 0, 0, 0, 2, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 0, 1, 0]
+ --- Result =  [1, 0, 0, 0, 0, 1, 0, 1, 0]
  --- converting (1, 2, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145782,9 +276972,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 0, 1, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 0, 1, 1]
  --- Converting [0, 0, 0, 0, 2, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 0, 0, 1, 0, 1, 1]
  --- converting (1, 2, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145800,9 +276988,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 0, 1, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 0, 1, 2]
  --- Converting [0, 0, 0, 0, 2, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 0, 0, 1, 0, 1, 2]
  --- converting (1, 2, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145818,9 +277004,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 0, 1, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 0, 1, 3]
  --- Converting [0, 0, 0, 0, 2, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 0, 0, 1, 0, 1, 3]
  --- converting (1, 2, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145836,9 +277020,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 0, 2, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 0, 2, 0]
  --- Converting [0, 0, 0, 0, 2, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 0, 1, 0]
+ --- Result =  [1, 0, 0, 0, 0, 1, 0, 2, 0]
  --- converting (1, 2, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145854,9 +277036,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 0, 2, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 0, 2, 1]
  --- Converting [0, 0, 0, 0, 2, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 0, 0, 1, 0, 2, 1]
  --- converting (1, 2, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145872,9 +277052,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 0, 2, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 0, 2, 2]
  --- Converting [0, 0, 0, 0, 2, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 0, 0, 1, 0, 2, 2]
  --- converting (1, 2, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145890,9 +277068,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 0, 2, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 0, 2, 3]
  --- Converting [0, 0, 0, 0, 2, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 0, 0, 1, 0, 2, 3]
  --- converting (1, 2, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145908,9 +277084,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 0, 3, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 0, 3, 0]
  --- Converting [0, 0, 0, 0, 2, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 0, 1, 0]
+ --- Result =  [1, 0, 0, 0, 0, 1, 0, 3, 0]
  --- converting (1, 2, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145926,9 +277100,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 0, 3, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 0, 3, 1]
  --- Converting [0, 0, 0, 0, 2, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 0, 0, 1, 0, 3, 1]
  --- converting (1, 2, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145944,9 +277116,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 0, 3, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 0, 3, 2]
  --- Converting [0, 0, 0, 0, 2, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 0, 0, 1, 0, 3, 2]
  --- converting (1, 2, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145962,9 +277132,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 0, 3, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 0, 3, 3]
  --- Converting [0, 0, 0, 0, 2, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 0, 0, 1, 0, 3, 3]
  --- converting (1, 3, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145978,9 +277146,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 1, 0, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 2, 0, 0]
  --- Converting [0, 0, 0, 0, 2, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 1, 0, 0]
+ --- Result =  [1, 0, 0, 0, 0, 1, 1, 0, 0]
  --- converting (1, 3, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -145994,9 +277160,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 1, 0, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 2, 0, 1]
  --- Converting [0, 0, 0, 0, 2, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 1, 0, 1]
+ --- Result =  [1, 0, 0, 0, 0, 1, 1, 0, 1]
  --- converting (1, 3, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146010,9 +277174,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 1, 0, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 2, 0, 2]
  --- Converting [0, 0, 0, 0, 2, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 1, 0, 1]
+ --- Result =  [1, 0, 0, 0, 0, 1, 1, 0, 2]
  --- converting (1, 3, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146026,9 +277188,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 1, 0, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 2, 0, 3]
  --- Converting [0, 0, 0, 0, 2, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 1, 0, 1]
+ --- Result =  [1, 0, 0, 0, 0, 1, 1, 0, 3]
  --- converting (1, 3, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146044,9 +277204,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 1, 1, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 2, 1, 0]
  --- Converting [0, 0, 0, 0, 2, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 1, 1, 0]
+ --- Result =  [1, 0, 0, 0, 0, 1, 1, 1, 0]
  --- converting (1, 3, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146062,9 +277220,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 1, 1, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 2, 1, 1]
  --- Converting [0, 0, 0, 0, 2, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 0, 1, 1, 1, 1]
  --- converting (1, 3, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146080,9 +277236,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 1, 1, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 2, 1, 2]
  --- Converting [0, 0, 0, 0, 2, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 0, 1, 1, 1, 2]
  --- converting (1, 3, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146098,9 +277252,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 1, 1, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 2, 1, 3]
  --- Converting [0, 0, 0, 0, 2, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 0, 1, 1, 1, 3]
  --- converting (1, 3, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146116,9 +277268,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 1, 2, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 2, 2, 0]
  --- Converting [0, 0, 0, 0, 2, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 1, 1, 0]
+ --- Result =  [1, 0, 0, 0, 0, 1, 1, 2, 0]
  --- converting (1, 3, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146134,9 +277284,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 1, 2, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 2, 2, 1]
  --- Converting [0, 0, 0, 0, 2, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 0, 1, 1, 2, 1]
  --- converting (1, 3, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146152,9 +277300,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 1, 2, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 2, 2, 2]
  --- Converting [0, 0, 0, 0, 2, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 0, 1, 1, 2, 2]
  --- converting (1, 3, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146170,9 +277316,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 1, 2, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 2, 2, 3]
  --- Converting [0, 0, 0, 0, 2, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 0, 1, 1, 2, 3]
  --- converting (1, 3, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146188,9 +277332,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 1, 3, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 2, 3, 0]
  --- Converting [0, 0, 0, 0, 2, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 1, 1, 0]
+ --- Result =  [1, 0, 0, 0, 0, 1, 1, 3, 0]
  --- converting (1, 3, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146206,9 +277348,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 1, 3, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 2, 3, 1]
  --- Converting [0, 0, 0, 0, 2, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 0, 1, 1, 3, 1]
  --- converting (1, 3, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146224,9 +277364,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 1, 3, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 2, 3, 2]
  --- Converting [0, 0, 0, 0, 2, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 0, 1, 1, 3, 2]
  --- converting (1, 3, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146242,9 +277380,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 0, 1, 1, 3, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 2, 2, 3, 3]
  --- Converting [0, 0, 0, 0, 2, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 0, 1, 1, 3, 3]
  --- converting (1, 4, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146259,9 +277395,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 0, 0, 0] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 0, 0, 0]
  --- Converting [0, 0, 0, 2, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 0, 0, 0, 0, 0]
+ --- Result =  [1, 0, 0, 0, 1, 0, 0, 0, 0]
  --- converting (1, 4, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146276,9 +277410,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 0, 0, 1] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 0, 0, 1]
  --- Converting [0, 0, 0, 2, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 0, 0, 0, 0, 1]
+ --- Result =  [1, 0, 0, 0, 1, 0, 0, 0, 1]
  --- converting (1, 4, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146293,9 +277425,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 0, 0, 2] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 0, 0, 2]
  --- Converting [0, 0, 0, 2, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 1, 0, 0, 0, 1]
+ --- Result =  [1, 0, 0, 0, 1, 0, 0, 0, 2]
  --- converting (1, 4, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146310,9 +277440,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 0, 0, 3] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 0, 0, 3]
  --- Converting [0, 0, 0, 2, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 2, 0, 0, 0, 1]
+ --- Result =  [1, 0, 0, 0, 1, 0, 0, 0, 3]
  --- converting (1, 4, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146329,9 +277457,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 0, 1, 0] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 0, 1, 0]
  --- Converting [0, 0, 0, 2, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 0, 0, 0, 1, 0]
+ --- Result =  [1, 0, 0, 0, 1, 0, 0, 1, 0]
  --- converting (1, 4, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146348,9 +277474,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 0, 1, 1] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 0, 1, 1]
  --- Converting [0, 0, 0, 2, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 0, 0, 1, 1]
  --- converting (1, 4, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146367,9 +277491,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 0, 1, 2] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 0, 1, 2]
  --- Converting [0, 0, 0, 2, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 0, 0, 1, 2]
  --- converting (1, 4, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146386,9 +277508,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 0, 1, 3] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 0, 1, 3]
  --- Converting [0, 0, 0, 2, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 0, 0, 1, 3]
  --- converting (1, 4, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146405,9 +277525,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 0, 2, 0] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 0, 2, 0]
  --- Converting [0, 0, 0, 2, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 1, 0, 0, 1, 0]
+ --- Result =  [1, 0, 0, 0, 1, 0, 0, 2, 0]
  --- converting (1, 4, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146424,9 +277542,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 0, 2, 1] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 0, 2, 1]
  --- Converting [0, 0, 0, 2, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 0, 0, 2, 1]
  --- converting (1, 4, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146443,9 +277559,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 0, 2, 2] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 0, 2, 2]
  --- Converting [0, 0, 0, 2, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 0, 0, 2, 2]
  --- converting (1, 4, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146462,9 +277576,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 0, 2, 3] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 0, 2, 3]
  --- Converting [0, 0, 0, 2, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 0, 0, 2, 3]
  --- converting (1, 4, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146481,9 +277593,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 0, 3, 0] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 0, 3, 0]
  --- Converting [0, 0, 0, 2, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 2, 0, 0, 1, 0]
+ --- Result =  [1, 0, 0, 0, 1, 0, 0, 3, 0]
  --- converting (1, 4, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146500,9 +277610,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 0, 3, 1] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 0, 3, 1]
  --- Converting [0, 0, 0, 2, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 0, 0, 3, 1]
  --- converting (1, 4, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146519,9 +277627,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 0, 3, 2] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 0, 3, 2]
  --- Converting [0, 0, 0, 2, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 0, 0, 3, 2]
  --- converting (1, 4, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146538,9 +277644,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 0, 3, 3] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 0, 3, 3]
  --- Converting [0, 0, 0, 2, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 0, 0, 3, 3]
  --- converting (1, 5, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146555,9 +277659,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 1, 0, 0] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 2, 0, 0]
  --- Converting [0, 0, 0, 2, 0, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 1, 0, 1, 0, 0]
+ --- Result =  [1, 0, 0, 0, 1, 0, 1, 0, 0]
  --- converting (1, 5, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146572,9 +277674,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 1, 0, 1] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 2, 0, 1]
  --- Converting [0, 0, 0, 2, 0, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 0, 0, 1, 0, 1]
+ --- Result =  [1, 0, 0, 0, 1, 0, 1, 0, 1]
  --- converting (1, 5, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146589,9 +277689,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 1, 0, 2] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 2, 0, 2]
  --- Converting [0, 0, 0, 2, 0, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 1, 0, 1, 0, 1]
+ --- Result =  [1, 0, 0, 0, 1, 0, 1, 0, 2]
  --- converting (1, 5, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146606,9 +277704,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 1, 0, 3] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 2, 0, 3]
  --- Converting [0, 0, 0, 2, 0, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 2, 0, 1, 0, 1]
+ --- Result =  [1, 0, 0, 0, 1, 0, 1, 0, 3]
  --- converting (1, 5, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146625,9 +277721,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 1, 1, 0] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 2, 1, 0]
  --- Converting [0, 0, 0, 2, 0, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 0, 0, 1, 1, 0]
+ --- Result =  [1, 0, 0, 0, 1, 0, 1, 1, 0]
  --- converting (1, 5, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146644,9 +277738,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 1, 1, 1] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 2, 1, 1]
  --- Converting [0, 0, 0, 2, 0, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 0, 1, 1, 1]
  --- converting (1, 5, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146663,9 +277755,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 1, 1, 2] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 2, 1, 2]
  --- Converting [0, 0, 0, 2, 0, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 0, 1, 1, 2]
  --- converting (1, 5, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146682,9 +277772,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 1, 1, 3] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 2, 1, 3]
  --- Converting [0, 0, 0, 2, 0, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 0, 1, 1, 3]
  --- converting (1, 5, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146701,9 +277789,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 1, 2, 0] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 2, 2, 0]
  --- Converting [0, 0, 0, 2, 0, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 1, 0, 1, 1, 0]
+ --- Result =  [1, 0, 0, 0, 1, 0, 1, 2, 0]
  --- converting (1, 5, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146720,9 +277806,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 1, 2, 1] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 2, 2, 1]
  --- Converting [0, 0, 0, 2, 0, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 0, 1, 2, 1]
  --- converting (1, 5, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146739,9 +277823,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 1, 2, 2] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 2, 2, 2]
  --- Converting [0, 0, 0, 2, 0, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 0, 1, 2, 2]
  --- converting (1, 5, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146758,9 +277840,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 1, 2, 3] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 2, 2, 3]
  --- Converting [0, 0, 0, 2, 0, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 0, 1, 2, 3]
  --- converting (1, 5, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146777,9 +277857,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 1, 3, 0] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 2, 3, 0]
  --- Converting [0, 0, 0, 2, 0, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 2, 0, 1, 1, 0]
+ --- Result =  [1, 0, 0, 0, 1, 0, 1, 3, 0]
  --- converting (1, 5, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146796,9 +277874,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 1, 3, 1] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 2, 3, 1]
  --- Converting [0, 0, 0, 2, 0, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 0, 1, 3, 1]
  --- converting (1, 5, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146815,9 +277891,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 1, 3, 2] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 2, 3, 2]
  --- Converting [0, 0, 0, 2, 0, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 0, 1, 3, 2]
  --- converting (1, 5, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146834,9 +277908,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 0, 1, 3, 3] to configuration notation
  --- Result =  [0, 0, 0, 2, 0, 2, 3, 3]
  --- Converting [0, 0, 0, 2, 0, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 0, 1, 3, 3]
  --- converting (1, 6, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146851,9 +277923,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 0, 0, 0] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 0, 0, 0]
  --- Converting [0, 0, 0, 2, 2, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 1, 1, 0, 0, 0]
+ --- Result =  [1, 0, 0, 0, 1, 1, 0, 0, 0]
  --- converting (1, 6, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146868,9 +277938,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 0, 0, 1] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 0, 0, 1]
  --- Converting [0, 0, 0, 2, 2, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 0, 1, 0, 0, 1]
+ --- Result =  [1, 0, 0, 0, 1, 1, 0, 0, 1]
  --- converting (1, 6, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146885,9 +277953,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 0, 0, 2] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 0, 0, 2]
  --- Converting [0, 0, 0, 2, 2, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 1, 1, 0, 0, 1]
+ --- Result =  [1, 0, 0, 0, 1, 1, 0, 0, 2]
  --- converting (1, 6, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146902,9 +277968,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 0, 0, 3] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 0, 0, 3]
  --- Converting [0, 0, 0, 2, 2, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 2, 1, 0, 0, 1]
+ --- Result =  [1, 0, 0, 0, 1, 1, 0, 0, 3]
  --- converting (1, 6, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146921,9 +277985,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 0, 1, 0] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 0, 1, 0]
  --- Converting [0, 0, 0, 2, 2, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 0, 1, 0, 1, 0]
+ --- Result =  [1, 0, 0, 0, 1, 1, 0, 1, 0]
  --- converting (1, 6, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146940,9 +278002,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 0, 1, 1] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 0, 1, 1]
  --- Converting [0, 0, 0, 2, 2, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 1, 0, 1, 1]
  --- converting (1, 6, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146959,9 +278019,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 0, 1, 2] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 0, 1, 2]
  --- Converting [0, 0, 0, 2, 2, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 1, 0, 1, 2]
  --- converting (1, 6, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146978,9 +278036,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 0, 1, 3] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 0, 1, 3]
  --- Converting [0, 0, 0, 2, 2, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 1, 0, 1, 3]
  --- converting (1, 6, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -146997,9 +278053,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 0, 2, 0] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 0, 2, 0]
  --- Converting [0, 0, 0, 2, 2, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 1, 1, 0, 1, 0]
+ --- Result =  [1, 0, 0, 0, 1, 1, 0, 2, 0]
  --- converting (1, 6, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147016,9 +278070,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 0, 2, 1] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 0, 2, 1]
  --- Converting [0, 0, 0, 2, 2, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 1, 0, 2, 1]
  --- converting (1, 6, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147035,9 +278087,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 0, 2, 2] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 0, 2, 2]
  --- Converting [0, 0, 0, 2, 2, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 1, 0, 2, 2]
  --- converting (1, 6, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147054,9 +278104,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 0, 2, 3] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 0, 2, 3]
  --- Converting [0, 0, 0, 2, 2, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 1, 0, 2, 3]
  --- converting (1, 6, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147073,9 +278121,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 0, 3, 0] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 0, 3, 0]
  --- Converting [0, 0, 0, 2, 2, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 2, 1, 0, 1, 0]
+ --- Result =  [1, 0, 0, 0, 1, 1, 0, 3, 0]
  --- converting (1, 6, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147092,9 +278138,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 0, 3, 1] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 0, 3, 1]
  --- Converting [0, 0, 0, 2, 2, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 1, 0, 3, 1]
  --- converting (1, 6, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147111,9 +278155,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 0, 3, 2] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 0, 3, 2]
  --- Converting [0, 0, 0, 2, 2, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 1, 0, 3, 2]
  --- converting (1, 6, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147130,9 +278172,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 0, 3, 3] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 0, 3, 3]
  --- Converting [0, 0, 0, 2, 2, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 1, 0, 3, 3]
  --- converting (1, 7, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147147,9 +278187,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 1, 0, 0] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 2, 0, 0]
  --- Converting [0, 0, 0, 2, 2, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 1, 1, 1, 0, 0]
+ --- Result =  [1, 0, 0, 0, 1, 1, 1, 0, 0]
  --- converting (1, 7, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147164,9 +278202,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 1, 0, 1] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 2, 0, 1]
  --- Converting [0, 0, 0, 2, 2, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 0, 1, 1, 0, 1]
+ --- Result =  [1, 0, 0, 0, 1, 1, 1, 0, 1]
  --- converting (1, 7, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147181,9 +278217,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 1, 0, 2] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 2, 0, 2]
  --- Converting [0, 0, 0, 2, 2, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 1, 1, 1, 0, 1]
+ --- Result =  [1, 0, 0, 0, 1, 1, 1, 0, 2]
  --- converting (1, 7, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147198,9 +278232,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 1, 0, 3] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 2, 0, 3]
  --- Converting [0, 0, 0, 2, 2, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 2, 1, 1, 0, 1]
+ --- Result =  [1, 0, 0, 0, 1, 1, 1, 0, 3]
  --- converting (1, 7, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147217,9 +278249,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 1, 1, 0] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 2, 1, 0]
  --- Converting [0, 0, 0, 2, 2, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 0, 1, 1, 1, 0]
+ --- Result =  [1, 0, 0, 0, 1, 1, 1, 1, 0]
  --- converting (1, 7, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147236,9 +278266,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 1, 1, 1] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 2, 1, 1]
  --- Converting [0, 0, 0, 2, 2, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 1, 1, 1, 1]
  --- converting (1, 7, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147255,9 +278283,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 1, 1, 2] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 2, 1, 2]
  --- Converting [0, 0, 0, 2, 2, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 1, 1, 1, 2]
  --- converting (1, 7, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147274,9 +278300,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 1, 1, 3] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 2, 1, 3]
  --- Converting [0, 0, 0, 2, 2, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 1, 1, 1, 3]
  --- converting (1, 7, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147293,9 +278317,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 1, 2, 0] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 2, 2, 0]
  --- Converting [0, 0, 0, 2, 2, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 1, 1, 1, 1, 0]
+ --- Result =  [1, 0, 0, 0, 1, 1, 1, 2, 0]
  --- converting (1, 7, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147312,9 +278334,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 1, 2, 1] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 2, 2, 1]
  --- Converting [0, 0, 0, 2, 2, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 1, 1, 2, 1]
  --- converting (1, 7, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147331,9 +278351,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 1, 2, 2] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 2, 2, 2]
  --- Converting [0, 0, 0, 2, 2, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 1, 1, 2, 2]
  --- converting (1, 7, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147350,9 +278368,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 1, 2, 3] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 2, 2, 3]
  --- Converting [0, 0, 0, 2, 2, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 1, 1, 2, 3]
  --- converting (1, 7, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147369,9 +278385,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 1, 3, 0] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 2, 3, 0]
  --- Converting [0, 0, 0, 2, 2, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 2, 1, 1, 1, 0]
+ --- Result =  [1, 0, 0, 0, 1, 1, 1, 3, 0]
  --- converting (1, 7, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147388,9 +278402,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 1, 3, 1] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 2, 3, 1]
  --- Converting [0, 0, 0, 2, 2, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 1, 1, 3, 1]
  --- converting (1, 7, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147407,9 +278419,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 1, 3, 2] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 2, 3, 2]
  --- Converting [0, 0, 0, 2, 2, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 1, 1, 3, 2]
  --- converting (1, 7, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147426,9 +278436,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 0, 1, 1, 1, 3, 3] to configuration notation
  --- Result =  [0, 0, 0, 2, 2, 2, 3, 3]
  --- Converting [0, 0, 0, 2, 2, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 0, 1, 1, 1, 3, 3]
  --- converting (1, 8, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147444,9 +278452,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 0, 0, 0] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 0, 0, 0]
  --- Converting [0, 0, 2, 0, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 0, 0, 0, 0, 0]
+ --- Result =  [1, 0, 0, 1, 0, 0, 0, 0, 0]
  --- converting (1, 8, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147462,9 +278468,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 0, 0, 1] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 0, 0, 1]
  --- Converting [0, 0, 2, 0, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 0, 0, 0, 0, 1]
+ --- Result =  [1, 0, 0, 1, 0, 0, 0, 0, 1]
  --- converting (1, 8, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147480,9 +278484,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 0, 0, 2] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 0, 0, 2]
  --- Converting [0, 0, 2, 0, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 1, 0, 0, 0, 1]
+ --- Result =  [1, 0, 0, 1, 0, 0, 0, 0, 2]
  --- converting (1, 8, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147498,9 +278500,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 0, 0, 3] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 0, 0, 3]
  --- Converting [0, 0, 2, 0, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 2, 0, 0, 0, 1]
+ --- Result =  [1, 0, 0, 1, 0, 0, 0, 0, 3]
  --- converting (1, 8, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147518,9 +278518,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 0, 1, 0] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 0, 1, 0]
  --- Converting [0, 0, 2, 0, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 0, 0, 0, 1, 0]
+ --- Result =  [1, 0, 0, 1, 0, 0, 0, 1, 0]
  --- converting (1, 8, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147538,9 +278536,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 0, 1, 1] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 0, 1, 1]
  --- Converting [0, 0, 2, 0, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 0, 0, 1, 1]
  --- converting (1, 8, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147558,9 +278554,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 0, 1, 2] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 0, 1, 2]
  --- Converting [0, 0, 2, 0, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 0, 0, 1, 2]
  --- converting (1, 8, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147578,9 +278572,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 0, 1, 3] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 0, 1, 3]
  --- Converting [0, 0, 2, 0, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 0, 0, 1, 3]
  --- converting (1, 8, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147598,9 +278590,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 0, 2, 0] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 0, 2, 0]
  --- Converting [0, 0, 2, 0, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 1, 0, 0, 1, 0]
+ --- Result =  [1, 0, 0, 1, 0, 0, 0, 2, 0]
  --- converting (1, 8, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147618,9 +278608,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 0, 2, 1] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 0, 2, 1]
  --- Converting [0, 0, 2, 0, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 0, 0, 2, 1]
  --- converting (1, 8, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147638,9 +278626,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 0, 2, 2] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 0, 2, 2]
  --- Converting [0, 0, 2, 0, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 0, 0, 2, 2]
  --- converting (1, 8, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147658,9 +278644,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 0, 2, 3] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 0, 2, 3]
  --- Converting [0, 0, 2, 0, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 0, 0, 2, 3]
  --- converting (1, 8, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147678,9 +278662,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 0, 3, 0] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 0, 3, 0]
  --- Converting [0, 0, 2, 0, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 2, 0, 0, 1, 0]
+ --- Result =  [1, 0, 0, 1, 0, 0, 0, 3, 0]
  --- converting (1, 8, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147698,9 +278680,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 0, 3, 1] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 0, 3, 1]
  --- Converting [0, 0, 2, 0, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 0, 0, 3, 1]
  --- converting (1, 8, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147718,9 +278698,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 0, 3, 2] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 0, 3, 2]
  --- Converting [0, 0, 2, 0, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 0, 0, 3, 2]
  --- converting (1, 8, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147738,9 +278716,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 0, 3, 3] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 0, 3, 3]
  --- Converting [0, 0, 2, 0, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 0, 0, 3, 3]
  --- converting (1, 9, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147756,9 +278732,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 1, 0, 0] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 2, 0, 0]
  --- Converting [0, 0, 2, 0, 0, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 1, 0, 1, 0, 0]
+ --- Result =  [1, 0, 0, 1, 0, 0, 1, 0, 0]
  --- converting (1, 9, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147774,9 +278748,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 1, 0, 1] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 2, 0, 1]
  --- Converting [0, 0, 2, 0, 0, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 0, 0, 1, 0, 1]
+ --- Result =  [1, 0, 0, 1, 0, 0, 1, 0, 1]
  --- converting (1, 9, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147792,9 +278764,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 1, 0, 2] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 2, 0, 2]
  --- Converting [0, 0, 2, 0, 0, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 1, 0, 1, 0, 1]
+ --- Result =  [1, 0, 0, 1, 0, 0, 1, 0, 2]
  --- converting (1, 9, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147810,9 +278780,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 1, 0, 3] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 2, 0, 3]
  --- Converting [0, 0, 2, 0, 0, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 2, 0, 1, 0, 1]
+ --- Result =  [1, 0, 0, 1, 0, 0, 1, 0, 3]
  --- converting (1, 9, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147830,9 +278798,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 1, 1, 0] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 2, 1, 0]
  --- Converting [0, 0, 2, 0, 0, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 0, 0, 1, 1, 0]
+ --- Result =  [1, 0, 0, 1, 0, 0, 1, 1, 0]
  --- converting (1, 9, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147850,9 +278816,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 1, 1, 1] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 2, 1, 1]
  --- Converting [0, 0, 2, 0, 0, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 0, 1, 1, 1]
  --- converting (1, 9, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147870,9 +278834,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 1, 1, 2] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 2, 1, 2]
  --- Converting [0, 0, 2, 0, 0, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 0, 1, 1, 2]
  --- converting (1, 9, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147890,9 +278852,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 1, 1, 3] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 2, 1, 3]
  --- Converting [0, 0, 2, 0, 0, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 0, 1, 1, 3]
  --- converting (1, 9, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147910,9 +278870,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 1, 2, 0] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 2, 2, 0]
  --- Converting [0, 0, 2, 0, 0, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 1, 0, 1, 1, 0]
+ --- Result =  [1, 0, 0, 1, 0, 0, 1, 2, 0]
  --- converting (1, 9, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147930,9 +278888,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 1, 2, 1] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 2, 2, 1]
  --- Converting [0, 0, 2, 0, 0, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 0, 1, 2, 1]
  --- converting (1, 9, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147950,9 +278906,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 1, 2, 2] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 2, 2, 2]
  --- Converting [0, 0, 2, 0, 0, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 0, 1, 2, 2]
  --- converting (1, 9, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147970,9 +278924,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 1, 2, 3] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 2, 2, 3]
  --- Converting [0, 0, 2, 0, 0, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 0, 1, 2, 3]
  --- converting (1, 9, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -147990,9 +278942,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 1, 3, 0] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 2, 3, 0]
  --- Converting [0, 0, 2, 0, 0, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 2, 0, 1, 1, 0]
+ --- Result =  [1, 0, 0, 1, 0, 0, 1, 3, 0]
  --- converting (1, 9, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148010,9 +278960,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 1, 3, 1] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 2, 3, 1]
  --- Converting [0, 0, 2, 0, 0, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 0, 1, 3, 1]
  --- converting (1, 9, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148030,9 +278978,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 1, 3, 2] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 2, 3, 2]
  --- Converting [0, 0, 2, 0, 0, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 0, 1, 3, 2]
  --- converting (1, 9, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148050,9 +278996,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 0, 1, 3, 3] to configuration notation
  --- Result =  [0, 0, 2, 0, 0, 2, 3, 3]
  --- Converting [0, 0, 2, 0, 0, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 0, 1, 3, 3]
  --- converting (1, 10, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148068,9 +279012,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 0, 0, 0] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 0, 0, 0]
  --- Converting [0, 0, 2, 0, 2, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 1, 1, 0, 0, 0]
+ --- Result =  [1, 0, 0, 1, 0, 1, 0, 0, 0]
  --- converting (1, 10, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148086,9 +279028,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 0, 0, 1] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 0, 0, 1]
  --- Converting [0, 0, 2, 0, 2, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 0, 1, 0, 0, 1]
+ --- Result =  [1, 0, 0, 1, 0, 1, 0, 0, 1]
  --- converting (1, 10, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148104,9 +279044,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 0, 0, 2] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 0, 0, 2]
  --- Converting [0, 0, 2, 0, 2, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 1, 1, 0, 0, 1]
+ --- Result =  [1, 0, 0, 1, 0, 1, 0, 0, 2]
  --- converting (1, 10, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148122,9 +279060,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 0, 0, 3] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 0, 0, 3]
  --- Converting [0, 0, 2, 0, 2, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 2, 1, 0, 0, 1]
+ --- Result =  [1, 0, 0, 1, 0, 1, 0, 0, 3]
  --- converting (1, 10, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148142,9 +279078,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 0, 1, 0] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 0, 1, 0]
  --- Converting [0, 0, 2, 0, 2, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 0, 1, 0, 1, 0]
+ --- Result =  [1, 0, 0, 1, 0, 1, 0, 1, 0]
  --- converting (1, 10, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148162,9 +279096,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 0, 1, 1] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 0, 1, 1]
  --- Converting [0, 0, 2, 0, 2, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 1, 0, 1, 1]
  --- converting (1, 10, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148182,9 +279114,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 0, 1, 2] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 0, 1, 2]
  --- Converting [0, 0, 2, 0, 2, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 1, 0, 1, 2]
  --- converting (1, 10, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148202,9 +279132,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 0, 1, 3] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 0, 1, 3]
  --- Converting [0, 0, 2, 0, 2, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 1, 0, 1, 3]
  --- converting (1, 10, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148222,9 +279150,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 0, 2, 0] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 0, 2, 0]
  --- Converting [0, 0, 2, 0, 2, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 1, 1, 0, 1, 0]
+ --- Result =  [1, 0, 0, 1, 0, 1, 0, 2, 0]
  --- converting (1, 10, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148242,9 +279168,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 0, 2, 1] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 0, 2, 1]
  --- Converting [0, 0, 2, 0, 2, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 1, 0, 2, 1]
  --- converting (1, 10, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148262,9 +279186,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 0, 2, 2] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 0, 2, 2]
  --- Converting [0, 0, 2, 0, 2, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 1, 0, 2, 2]
  --- converting (1, 10, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148282,9 +279204,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 0, 2, 3] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 0, 2, 3]
  --- Converting [0, 0, 2, 0, 2, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 1, 0, 2, 3]
  --- converting (1, 10, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148302,9 +279222,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 0, 3, 0] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 0, 3, 0]
  --- Converting [0, 0, 2, 0, 2, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 2, 1, 0, 1, 0]
+ --- Result =  [1, 0, 0, 1, 0, 1, 0, 3, 0]
  --- converting (1, 10, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148322,9 +279240,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 0, 3, 1] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 0, 3, 1]
  --- Converting [0, 0, 2, 0, 2, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 1, 0, 3, 1]
  --- converting (1, 10, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148342,9 +279258,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 0, 3, 2] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 0, 3, 2]
  --- Converting [0, 0, 2, 0, 2, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 1, 0, 3, 2]
  --- converting (1, 10, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148362,9 +279276,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 0, 3, 3] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 0, 3, 3]
  --- Converting [0, 0, 2, 0, 2, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 1, 0, 3, 3]
  --- converting (1, 11, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148380,9 +279292,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 1, 0, 0] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 2, 0, 0]
  --- Converting [0, 0, 2, 0, 2, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 1, 1, 1, 0, 0]
+ --- Result =  [1, 0, 0, 1, 0, 1, 1, 0, 0]
  --- converting (1, 11, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148398,9 +279308,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 1, 0, 1] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 2, 0, 1]
  --- Converting [0, 0, 2, 0, 2, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 0, 1, 1, 0, 1]
+ --- Result =  [1, 0, 0, 1, 0, 1, 1, 0, 1]
  --- converting (1, 11, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148416,9 +279324,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 1, 0, 2] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 2, 0, 2]
  --- Converting [0, 0, 2, 0, 2, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 1, 1, 1, 0, 1]
+ --- Result =  [1, 0, 0, 1, 0, 1, 1, 0, 2]
  --- converting (1, 11, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148434,9 +279340,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 1, 0, 3] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 2, 0, 3]
  --- Converting [0, 0, 2, 0, 2, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 2, 1, 1, 0, 1]
+ --- Result =  [1, 0, 0, 1, 0, 1, 1, 0, 3]
  --- converting (1, 11, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148454,9 +279358,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 1, 1, 0] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 2, 1, 0]
  --- Converting [0, 0, 2, 0, 2, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 0, 1, 1, 1, 0]
+ --- Result =  [1, 0, 0, 1, 0, 1, 1, 1, 0]
  --- converting (1, 11, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148474,9 +279376,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 1, 1, 1] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 2, 1, 1]
  --- Converting [0, 0, 2, 0, 2, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 1, 1, 1, 1]
  --- converting (1, 11, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148494,9 +279394,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 1, 1, 2] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 2, 1, 2]
  --- Converting [0, 0, 2, 0, 2, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 1, 1, 1, 2]
  --- converting (1, 11, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148514,9 +279412,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 1, 1, 3] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 2, 1, 3]
  --- Converting [0, 0, 2, 0, 2, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 1, 1, 1, 3]
  --- converting (1, 11, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148534,9 +279430,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 1, 2, 0] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 2, 2, 0]
  --- Converting [0, 0, 2, 0, 2, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 1, 1, 1, 1, 0]
+ --- Result =  [1, 0, 0, 1, 0, 1, 1, 2, 0]
  --- converting (1, 11, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148554,9 +279448,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 1, 2, 1] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 2, 2, 1]
  --- Converting [0, 0, 2, 0, 2, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 1, 1, 2, 1]
  --- converting (1, 11, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148574,9 +279466,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 1, 2, 2] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 2, 2, 2]
  --- Converting [0, 0, 2, 0, 2, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 1, 1, 2, 2]
  --- converting (1, 11, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148594,9 +279484,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 1, 2, 3] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 2, 2, 3]
  --- Converting [0, 0, 2, 0, 2, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 1, 1, 2, 3]
  --- converting (1, 11, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148614,9 +279502,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 1, 3, 0] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 2, 3, 0]
  --- Converting [0, 0, 2, 0, 2, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 2, 1, 1, 1, 0]
+ --- Result =  [1, 0, 0, 1, 0, 1, 1, 3, 0]
  --- converting (1, 11, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148634,9 +279520,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 1, 3, 1] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 2, 3, 1]
  --- Converting [0, 0, 2, 0, 2, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 1, 1, 3, 1]
  --- converting (1, 11, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148654,9 +279538,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 1, 3, 2] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 2, 3, 2]
  --- Converting [0, 0, 2, 0, 2, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 1, 1, 3, 2]
  --- converting (1, 11, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148674,9 +279556,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 0, 1, 1, 3, 3] to configuration notation
  --- Result =  [0, 0, 2, 0, 2, 2, 3, 3]
  --- Converting [0, 0, 2, 0, 2, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 0, 1, 1, 3, 3]
  --- converting (1, 12, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148692,9 +279572,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 0, 0, 0] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 0, 0, 0]
  --- Converting [0, 0, 2, 2, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 0, 0, 0, 0, 0]
+ --- Result =  [1, 0, 0, 1, 1, 0, 0, 0, 0]
  --- converting (1, 12, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148710,9 +279588,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 0, 0, 1] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 0, 0, 1]
  --- Converting [0, 0, 2, 2, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 0, 0, 0, 0, 1]
+ --- Result =  [1, 0, 0, 1, 1, 0, 0, 0, 1]
  --- converting (1, 12, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148728,9 +279604,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 0, 0, 2] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 0, 0, 2]
  --- Converting [0, 0, 2, 2, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 1, 0, 0, 0, 1]
+ --- Result =  [1, 0, 0, 1, 1, 0, 0, 0, 2]
  --- converting (1, 12, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148746,9 +279620,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 0, 0, 3] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 0, 0, 3]
  --- Converting [0, 0, 2, 2, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 2, 0, 0, 0, 1]
+ --- Result =  [1, 0, 0, 1, 1, 0, 0, 0, 3]
  --- converting (1, 12, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148766,9 +279638,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 0, 1, 0] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 0, 1, 0]
  --- Converting [0, 0, 2, 2, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 0, 0, 0, 1, 0]
+ --- Result =  [1, 0, 0, 1, 1, 0, 0, 1, 0]
  --- converting (1, 12, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148786,9 +279656,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 0, 1, 1] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 0, 1, 1]
  --- Converting [0, 0, 2, 2, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 0, 0, 1, 1]
  --- converting (1, 12, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148806,9 +279674,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 0, 1, 2] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 0, 1, 2]
  --- Converting [0, 0, 2, 2, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 0, 0, 1, 2]
  --- converting (1, 12, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148826,9 +279692,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 0, 1, 3] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 0, 1, 3]
  --- Converting [0, 0, 2, 2, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 0, 0, 1, 3]
  --- converting (1, 12, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148846,9 +279710,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 0, 2, 0] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 0, 2, 0]
  --- Converting [0, 0, 2, 2, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 1, 0, 0, 1, 0]
+ --- Result =  [1, 0, 0, 1, 1, 0, 0, 2, 0]
  --- converting (1, 12, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148866,9 +279728,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 0, 2, 1] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 0, 2, 1]
  --- Converting [0, 0, 2, 2, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 0, 0, 2, 1]
  --- converting (1, 12, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148886,9 +279746,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 0, 2, 2] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 0, 2, 2]
  --- Converting [0, 0, 2, 2, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 0, 0, 2, 2]
  --- converting (1, 12, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148906,9 +279764,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 0, 2, 3] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 0, 2, 3]
  --- Converting [0, 0, 2, 2, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 0, 0, 2, 3]
  --- converting (1, 12, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148926,9 +279782,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 0, 3, 0] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 0, 3, 0]
  --- Converting [0, 0, 2, 2, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 2, 0, 0, 1, 0]
+ --- Result =  [1, 0, 0, 1, 1, 0, 0, 3, 0]
  --- converting (1, 12, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148946,9 +279800,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 0, 3, 1] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 0, 3, 1]
  --- Converting [0, 0, 2, 2, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 0, 0, 3, 1]
  --- converting (1, 12, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148966,9 +279818,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 0, 3, 2] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 0, 3, 2]
  --- Converting [0, 0, 2, 2, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 0, 0, 3, 2]
  --- converting (1, 12, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -148986,9 +279836,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 0, 3, 3] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 0, 3, 3]
  --- Converting [0, 0, 2, 2, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 0, 0, 3, 3]
  --- converting (1, 13, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149004,9 +279852,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 1, 0, 0] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 2, 0, 0]
  --- Converting [0, 0, 2, 2, 0, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 1, 0, 1, 0, 0]
+ --- Result =  [1, 0, 0, 1, 1, 0, 1, 0, 0]
  --- converting (1, 13, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149022,9 +279868,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 1, 0, 1] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 2, 0, 1]
  --- Converting [0, 0, 2, 2, 0, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 0, 0, 1, 0, 1]
+ --- Result =  [1, 0, 0, 1, 1, 0, 1, 0, 1]
  --- converting (1, 13, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149040,9 +279884,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 1, 0, 2] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 2, 0, 2]
  --- Converting [0, 0, 2, 2, 0, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 1, 0, 1, 0, 1]
+ --- Result =  [1, 0, 0, 1, 1, 0, 1, 0, 2]
  --- converting (1, 13, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149058,9 +279900,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 1, 0, 3] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 2, 0, 3]
  --- Converting [0, 0, 2, 2, 0, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 2, 0, 1, 0, 1]
+ --- Result =  [1, 0, 0, 1, 1, 0, 1, 0, 3]
  --- converting (1, 13, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149078,9 +279918,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 1, 1, 0] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 2, 1, 0]
  --- Converting [0, 0, 2, 2, 0, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 0, 0, 1, 1, 0]
+ --- Result =  [1, 0, 0, 1, 1, 0, 1, 1, 0]
  --- converting (1, 13, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149098,9 +279936,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 1, 1, 1] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 2, 1, 1]
  --- Converting [0, 0, 2, 2, 0, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 0, 1, 1, 1]
  --- converting (1, 13, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149118,9 +279954,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 1, 1, 2] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 2, 1, 2]
  --- Converting [0, 0, 2, 2, 0, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 0, 1, 1, 2]
  --- converting (1, 13, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149138,9 +279972,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 1, 1, 3] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 2, 1, 3]
  --- Converting [0, 0, 2, 2, 0, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 0, 1, 1, 3]
  --- converting (1, 13, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149158,9 +279990,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 1, 2, 0] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 2, 2, 0]
  --- Converting [0, 0, 2, 2, 0, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 1, 0, 1, 1, 0]
+ --- Result =  [1, 0, 0, 1, 1, 0, 1, 2, 0]
  --- converting (1, 13, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149178,9 +280008,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 1, 2, 1] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 2, 2, 1]
  --- Converting [0, 0, 2, 2, 0, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 0, 1, 2, 1]
  --- converting (1, 13, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149198,9 +280026,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 1, 2, 2] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 2, 2, 2]
  --- Converting [0, 0, 2, 2, 0, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 0, 1, 2, 2]
  --- converting (1, 13, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149218,9 +280044,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 1, 2, 3] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 2, 2, 3]
  --- Converting [0, 0, 2, 2, 0, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 0, 1, 2, 3]
  --- converting (1, 13, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149238,9 +280062,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 1, 3, 0] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 2, 3, 0]
  --- Converting [0, 0, 2, 2, 0, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 2, 0, 1, 1, 0]
+ --- Result =  [1, 0, 0, 1, 1, 0, 1, 3, 0]
  --- converting (1, 13, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149258,9 +280080,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 1, 3, 1] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 2, 3, 1]
  --- Converting [0, 0, 2, 2, 0, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 0, 1, 3, 1]
  --- converting (1, 13, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149278,9 +280098,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 1, 3, 2] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 2, 3, 2]
  --- Converting [0, 0, 2, 2, 0, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 0, 1, 3, 2]
  --- converting (1, 13, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149298,9 +280116,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 0, 1, 3, 3] to configuration notation
  --- Result =  [0, 0, 2, 2, 0, 2, 3, 3]
  --- Converting [0, 0, 2, 2, 0, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 0, 1, 3, 3]
  --- converting (1, 14, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149316,9 +280132,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 0, 0, 0] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 0, 0, 0]
  --- Converting [0, 0, 2, 2, 2, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 1, 1, 0, 0, 0]
+ --- Result =  [1, 0, 0, 1, 1, 1, 0, 0, 0]
  --- converting (1, 14, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149334,9 +280148,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 0, 0, 1] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 0, 0, 1]
  --- Converting [0, 0, 2, 2, 2, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 0, 1, 0, 0, 1]
+ --- Result =  [1, 0, 0, 1, 1, 1, 0, 0, 1]
  --- converting (1, 14, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149352,9 +280164,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 0, 0, 2] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 0, 0, 2]
  --- Converting [0, 0, 2, 2, 2, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 1, 1, 0, 0, 1]
+ --- Result =  [1, 0, 0, 1, 1, 1, 0, 0, 2]
  --- converting (1, 14, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149370,9 +280180,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 0, 0, 3] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 0, 0, 3]
  --- Converting [0, 0, 2, 2, 2, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 2, 1, 0, 0, 1]
+ --- Result =  [1, 0, 0, 1, 1, 1, 0, 0, 3]
  --- converting (1, 14, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149390,9 +280198,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 0, 1, 0] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 0, 1, 0]
  --- Converting [0, 0, 2, 2, 2, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 0, 1, 0, 1, 0]
+ --- Result =  [1, 0, 0, 1, 1, 1, 0, 1, 0]
  --- converting (1, 14, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149410,9 +280216,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 0, 1, 1] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 0, 1, 1]
  --- Converting [0, 0, 2, 2, 2, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 1, 0, 1, 1]
  --- converting (1, 14, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149430,9 +280234,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 0, 1, 2] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 0, 1, 2]
  --- Converting [0, 0, 2, 2, 2, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 1, 0, 1, 2]
  --- converting (1, 14, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149450,9 +280252,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 0, 1, 3] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 0, 1, 3]
  --- Converting [0, 0, 2, 2, 2, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 1, 0, 1, 3]
  --- converting (1, 14, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149470,9 +280270,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 0, 2, 0] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 0, 2, 0]
  --- Converting [0, 0, 2, 2, 2, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 1, 1, 0, 1, 0]
+ --- Result =  [1, 0, 0, 1, 1, 1, 0, 2, 0]
  --- converting (1, 14, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149490,9 +280288,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 0, 2, 1] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 0, 2, 1]
  --- Converting [0, 0, 2, 2, 2, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 1, 0, 2, 1]
  --- converting (1, 14, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149510,9 +280306,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 0, 2, 2] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 0, 2, 2]
  --- Converting [0, 0, 2, 2, 2, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 1, 0, 2, 2]
  --- converting (1, 14, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149530,9 +280324,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 0, 2, 3] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 0, 2, 3]
  --- Converting [0, 0, 2, 2, 2, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 1, 0, 2, 3]
  --- converting (1, 14, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149550,9 +280342,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 0, 3, 0] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 0, 3, 0]
  --- Converting [0, 0, 2, 2, 2, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 2, 1, 0, 1, 0]
+ --- Result =  [1, 0, 0, 1, 1, 1, 0, 3, 0]
  --- converting (1, 14, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149570,9 +280360,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 0, 3, 1] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 0, 3, 1]
  --- Converting [0, 0, 2, 2, 2, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 1, 0, 3, 1]
  --- converting (1, 14, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149590,9 +280378,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 0, 3, 2] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 0, 3, 2]
  --- Converting [0, 0, 2, 2, 2, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 1, 0, 3, 2]
  --- converting (1, 14, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149610,9 +280396,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 0, 3, 3] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 0, 3, 3]
  --- Converting [0, 0, 2, 2, 2, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 1, 0, 3, 3]
  --- converting (1, 15, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149628,9 +280412,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 1, 0, 0] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 2, 0, 0]
  --- Converting [0, 0, 2, 2, 2, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 1, 1, 1, 0, 0]
+ --- Result =  [1, 0, 0, 1, 1, 1, 1, 0, 0]
  --- converting (1, 15, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149646,9 +280428,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 1, 0, 1] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 2, 0, 1]
  --- Converting [0, 0, 2, 2, 2, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 0, 1, 1, 0, 1]
+ --- Result =  [1, 0, 0, 1, 1, 1, 1, 0, 1]
  --- converting (1, 15, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149664,9 +280444,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 1, 0, 2] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 2, 0, 2]
  --- Converting [0, 0, 2, 2, 2, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 1, 1, 1, 0, 1]
+ --- Result =  [1, 0, 0, 1, 1, 1, 1, 0, 2]
  --- converting (1, 15, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149682,9 +280460,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 1, 0, 3] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 2, 0, 3]
  --- Converting [0, 0, 2, 2, 2, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 2, 1, 1, 0, 1]
+ --- Result =  [1, 0, 0, 1, 1, 1, 1, 0, 3]
  --- converting (1, 15, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149702,9 +280478,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 1, 1, 0] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 2, 1, 0]
  --- Converting [0, 0, 2, 2, 2, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 0, 1, 1, 1, 0]
+ --- Result =  [1, 0, 0, 1, 1, 1, 1, 1, 0]
  --- converting (1, 15, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149722,9 +280496,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 1, 1, 1] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 2, 1, 1]
  --- Converting [0, 0, 2, 2, 2, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 1, 1, 1, 1]
  --- converting (1, 15, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149742,9 +280514,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 1, 1, 2] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 2, 1, 2]
  --- Converting [0, 0, 2, 2, 2, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 1, 1, 1, 2]
  --- converting (1, 15, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149762,9 +280532,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 1, 1, 3] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 2, 1, 3]
  --- Converting [0, 0, 2, 2, 2, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 1, 1, 1, 3]
  --- converting (1, 15, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149782,9 +280550,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 1, 2, 0] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 2, 2, 0]
  --- Converting [0, 0, 2, 2, 2, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 1, 1, 1, 1, 0]
+ --- Result =  [1, 0, 0, 1, 1, 1, 1, 2, 0]
  --- converting (1, 15, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149802,9 +280568,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 1, 2, 1] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 2, 2, 1]
  --- Converting [0, 0, 2, 2, 2, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 1, 1, 2, 1]
  --- converting (1, 15, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149822,9 +280586,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 1, 2, 2] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 2, 2, 2]
  --- Converting [0, 0, 2, 2, 2, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 1, 1, 2, 2]
  --- converting (1, 15, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149842,9 +280604,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 1, 2, 3] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 2, 2, 3]
  --- Converting [0, 0, 2, 2, 2, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 1, 1, 2, 3]
  --- converting (1, 15, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149862,9 +280622,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 1, 3, 0] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 2, 3, 0]
  --- Converting [0, 0, 2, 2, 2, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 2, 1, 1, 1, 0]
+ --- Result =  [1, 0, 0, 1, 1, 1, 1, 3, 0]
  --- converting (1, 15, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149882,9 +280640,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 1, 3, 1] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 2, 3, 1]
  --- Converting [0, 0, 2, 2, 2, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 1, 1, 3, 1]
  --- converting (1, 15, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149902,9 +280658,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 1, 3, 2] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 2, 3, 2]
  --- Converting [0, 0, 2, 2, 2, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 1, 1, 3, 2]
  --- converting (1, 15, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149922,9 +280676,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 0, 1, 1, 1, 1, 3, 3] to configuration notation
  --- Result =  [0, 0, 2, 2, 2, 2, 3, 3]
  --- Converting [0, 0, 2, 2, 2, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 0, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [1, 0, 0, 1, 1, 1, 1, 3, 3]
  --- converting (1, 16, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149941,9 +280693,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 0, 0, 0] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 0, 0, 0]
  --- Converting [0, 2, 0, 0, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 0, 0, 0, 0, 0]
+ --- Result =  [1, 0, 1, 0, 0, 0, 0, 0, 0]
  --- converting (1, 16, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149960,9 +280710,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 0, 0, 1] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 0, 0, 1]
  --- Converting [0, 2, 0, 0, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 0, 0, 0, 0, 1]
+ --- Result =  [1, 0, 1, 0, 0, 0, 0, 0, 1]
  --- converting (1, 16, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149979,9 +280727,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 0, 0, 2] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 0, 0, 2]
  --- Converting [0, 2, 0, 0, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 1, 0, 0, 0, 1]
+ --- Result =  [1, 0, 1, 0, 0, 0, 0, 0, 2]
  --- converting (1, 16, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -149998,9 +280744,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 0, 0, 3] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 0, 0, 3]
  --- Converting [0, 2, 0, 0, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 2, 0, 0, 0, 1]
+ --- Result =  [1, 0, 1, 0, 0, 0, 0, 0, 3]
  --- converting (1, 16, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150019,9 +280763,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 0, 1, 0] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 0, 1, 0]
  --- Converting [0, 2, 0, 0, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 0, 0, 0, 1, 0]
+ --- Result =  [1, 0, 1, 0, 0, 0, 0, 1, 0]
  --- converting (1, 16, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150040,9 +280782,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 0, 1, 1] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 0, 1, 1]
  --- Converting [0, 2, 0, 0, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 0, 0, 1, 1]
  --- converting (1, 16, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150061,9 +280801,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 0, 1, 2] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 0, 1, 2]
  --- Converting [0, 2, 0, 0, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 0, 0, 1, 2]
  --- converting (1, 16, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150082,9 +280820,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 0, 1, 3] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 0, 1, 3]
  --- Converting [0, 2, 0, 0, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 0, 0, 1, 3]
  --- converting (1, 16, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150103,9 +280839,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 0, 2, 0] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 0, 2, 0]
  --- Converting [0, 2, 0, 0, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 1, 0, 0, 1, 0]
+ --- Result =  [1, 0, 1, 0, 0, 0, 0, 2, 0]
  --- converting (1, 16, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150124,9 +280858,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 0, 2, 1] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 0, 2, 1]
  --- Converting [0, 2, 0, 0, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 0, 0, 2, 1]
  --- converting (1, 16, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150145,9 +280877,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 0, 2, 2] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 0, 2, 2]
  --- Converting [0, 2, 0, 0, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 0, 0, 2, 2]
  --- converting (1, 16, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150166,9 +280896,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 0, 2, 3] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 0, 2, 3]
  --- Converting [0, 2, 0, 0, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 0, 0, 2, 3]
  --- converting (1, 16, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150187,9 +280915,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 0, 3, 0] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 0, 3, 0]
  --- Converting [0, 2, 0, 0, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 2, 0, 0, 1, 0]
+ --- Result =  [1, 0, 1, 0, 0, 0, 0, 3, 0]
  --- converting (1, 16, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150208,9 +280934,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 0, 3, 1] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 0, 3, 1]
  --- Converting [0, 2, 0, 0, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 0, 0, 3, 1]
  --- converting (1, 16, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150229,9 +280953,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 0, 3, 2] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 0, 3, 2]
  --- Converting [0, 2, 0, 0, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 0, 0, 3, 2]
  --- converting (1, 16, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150250,9 +280972,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 0, 3, 3] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 0, 3, 3]
  --- Converting [0, 2, 0, 0, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 0, 0, 3, 3]
  --- converting (1, 17, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150269,9 +280989,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 1, 0, 0] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 2, 0, 0]
  --- Converting [0, 2, 0, 0, 0, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 1, 0, 1, 0, 0]
+ --- Result =  [1, 0, 1, 0, 0, 0, 1, 0, 0]
  --- converting (1, 17, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150288,9 +281006,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 1, 0, 1] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 2, 0, 1]
  --- Converting [0, 2, 0, 0, 0, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 0, 0, 1, 0, 1]
+ --- Result =  [1, 0, 1, 0, 0, 0, 1, 0, 1]
  --- converting (1, 17, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150307,9 +281023,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 1, 0, 2] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 2, 0, 2]
  --- Converting [0, 2, 0, 0, 0, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 1, 0, 1, 0, 1]
+ --- Result =  [1, 0, 1, 0, 0, 0, 1, 0, 2]
  --- converting (1, 17, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150326,9 +281040,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 1, 0, 3] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 2, 0, 3]
  --- Converting [0, 2, 0, 0, 0, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 2, 0, 1, 0, 1]
+ --- Result =  [1, 0, 1, 0, 0, 0, 1, 0, 3]
  --- converting (1, 17, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150347,9 +281059,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 1, 1, 0] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 2, 1, 0]
  --- Converting [0, 2, 0, 0, 0, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 0, 0, 1, 1, 0]
+ --- Result =  [1, 0, 1, 0, 0, 0, 1, 1, 0]
  --- converting (1, 17, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150368,9 +281078,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 1, 1, 1] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 2, 1, 1]
  --- Converting [0, 2, 0, 0, 0, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 0, 1, 1, 1]
  --- converting (1, 17, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150389,9 +281097,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 1, 1, 2] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 2, 1, 2]
  --- Converting [0, 2, 0, 0, 0, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 0, 1, 1, 2]
  --- converting (1, 17, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150410,9 +281116,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 1, 1, 3] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 2, 1, 3]
  --- Converting [0, 2, 0, 0, 0, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 0, 1, 1, 3]
  --- converting (1, 17, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150431,9 +281135,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 1, 2, 0] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 2, 2, 0]
  --- Converting [0, 2, 0, 0, 0, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 1, 0, 1, 1, 0]
+ --- Result =  [1, 0, 1, 0, 0, 0, 1, 2, 0]
  --- converting (1, 17, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150452,9 +281154,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 1, 2, 1] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 2, 2, 1]
  --- Converting [0, 2, 0, 0, 0, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 0, 1, 2, 1]
  --- converting (1, 17, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150473,9 +281173,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 1, 2, 2] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 2, 2, 2]
  --- Converting [0, 2, 0, 0, 0, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 0, 1, 2, 2]
  --- converting (1, 17, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150494,9 +281192,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 1, 2, 3] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 2, 2, 3]
  --- Converting [0, 2, 0, 0, 0, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 0, 1, 2, 3]
  --- converting (1, 17, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150515,9 +281211,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 1, 3, 0] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 2, 3, 0]
  --- Converting [0, 2, 0, 0, 0, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 2, 0, 1, 1, 0]
+ --- Result =  [1, 0, 1, 0, 0, 0, 1, 3, 0]
  --- converting (1, 17, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150536,9 +281230,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 1, 3, 1] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 2, 3, 1]
  --- Converting [0, 2, 0, 0, 0, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 0, 1, 3, 1]
  --- converting (1, 17, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150557,9 +281249,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 1, 3, 2] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 2, 3, 2]
  --- Converting [0, 2, 0, 0, 0, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 0, 1, 3, 2]
  --- converting (1, 17, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150578,9 +281268,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 0, 1, 3, 3] to configuration notation
  --- Result =  [0, 2, 0, 0, 0, 2, 3, 3]
  --- Converting [0, 2, 0, 0, 0, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 0, 1, 3, 3]
  --- converting (1, 18, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150597,9 +281285,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 0, 0, 0] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 0, 0, 0]
  --- Converting [0, 2, 0, 0, 2, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 1, 1, 0, 0, 0]
+ --- Result =  [1, 0, 1, 0, 0, 1, 0, 0, 0]
  --- converting (1, 18, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150616,9 +281302,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 0, 0, 1] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 0, 0, 1]
  --- Converting [0, 2, 0, 0, 2, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 0, 1, 0, 0, 1]
+ --- Result =  [1, 0, 1, 0, 0, 1, 0, 0, 1]
  --- converting (1, 18, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150635,9 +281319,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 0, 0, 2] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 0, 0, 2]
  --- Converting [0, 2, 0, 0, 2, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 1, 1, 0, 0, 1]
+ --- Result =  [1, 0, 1, 0, 0, 1, 0, 0, 2]
  --- converting (1, 18, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150654,9 +281336,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 0, 0, 3] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 0, 0, 3]
  --- Converting [0, 2, 0, 0, 2, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 2, 1, 0, 0, 1]
+ --- Result =  [1, 0, 1, 0, 0, 1, 0, 0, 3]
  --- converting (1, 18, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150675,9 +281355,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 0, 1, 0] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 0, 1, 0]
  --- Converting [0, 2, 0, 0, 2, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 0, 1, 0, 1, 0]
+ --- Result =  [1, 0, 1, 0, 0, 1, 0, 1, 0]
  --- converting (1, 18, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150696,9 +281374,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 0, 1, 1] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 0, 1, 1]
  --- Converting [0, 2, 0, 0, 2, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 1, 0, 1, 1]
  --- converting (1, 18, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150717,9 +281393,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 0, 1, 2] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 0, 1, 2]
  --- Converting [0, 2, 0, 0, 2, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 1, 0, 1, 2]
  --- converting (1, 18, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150738,9 +281412,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 0, 1, 3] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 0, 1, 3]
  --- Converting [0, 2, 0, 0, 2, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 1, 0, 1, 3]
  --- converting (1, 18, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150759,9 +281431,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 0, 2, 0] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 0, 2, 0]
  --- Converting [0, 2, 0, 0, 2, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 1, 1, 0, 1, 0]
+ --- Result =  [1, 0, 1, 0, 0, 1, 0, 2, 0]
  --- converting (1, 18, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150780,9 +281450,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 0, 2, 1] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 0, 2, 1]
  --- Converting [0, 2, 0, 0, 2, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 1, 0, 2, 1]
  --- converting (1, 18, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150801,9 +281469,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 0, 2, 2] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 0, 2, 2]
  --- Converting [0, 2, 0, 0, 2, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 1, 0, 2, 2]
  --- converting (1, 18, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150822,9 +281488,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 0, 2, 3] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 0, 2, 3]
  --- Converting [0, 2, 0, 0, 2, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 1, 0, 2, 3]
  --- converting (1, 18, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150843,9 +281507,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 0, 3, 0] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 0, 3, 0]
  --- Converting [0, 2, 0, 0, 2, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 2, 1, 0, 1, 0]
+ --- Result =  [1, 0, 1, 0, 0, 1, 0, 3, 0]
  --- converting (1, 18, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150864,9 +281526,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 0, 3, 1] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 0, 3, 1]
  --- Converting [0, 2, 0, 0, 2, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 1, 0, 3, 1]
  --- converting (1, 18, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150885,9 +281545,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 0, 3, 2] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 0, 3, 2]
  --- Converting [0, 2, 0, 0, 2, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 1, 0, 3, 2]
  --- converting (1, 18, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150906,9 +281564,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 0, 3, 3] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 0, 3, 3]
  --- Converting [0, 2, 0, 0, 2, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 1, 0, 3, 3]
  --- converting (1, 19, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150925,9 +281581,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 1, 0, 0] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 2, 0, 0]
  --- Converting [0, 2, 0, 0, 2, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 1, 1, 1, 0, 0]
+ --- Result =  [1, 0, 1, 0, 0, 1, 1, 0, 0]
  --- converting (1, 19, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150944,9 +281598,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 1, 0, 1] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 2, 0, 1]
  --- Converting [0, 2, 0, 0, 2, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 0, 1, 1, 0, 1]
+ --- Result =  [1, 0, 1, 0, 0, 1, 1, 0, 1]
  --- converting (1, 19, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150963,9 +281615,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 1, 0, 2] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 2, 0, 2]
  --- Converting [0, 2, 0, 0, 2, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 1, 1, 1, 0, 1]
+ --- Result =  [1, 0, 1, 0, 0, 1, 1, 0, 2]
  --- converting (1, 19, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -150982,9 +281632,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 1, 0, 3] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 2, 0, 3]
  --- Converting [0, 2, 0, 0, 2, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 2, 1, 1, 0, 1]
+ --- Result =  [1, 0, 1, 0, 0, 1, 1, 0, 3]
  --- converting (1, 19, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151003,9 +281651,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 1, 1, 0] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 2, 1, 0]
  --- Converting [0, 2, 0, 0, 2, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 0, 1, 1, 1, 0]
+ --- Result =  [1, 0, 1, 0, 0, 1, 1, 1, 0]
  --- converting (1, 19, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151024,9 +281670,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 1, 1, 1] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 2, 1, 1]
  --- Converting [0, 2, 0, 0, 2, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 1, 1, 1, 1]
  --- converting (1, 19, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151045,9 +281689,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 1, 1, 2] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 2, 1, 2]
  --- Converting [0, 2, 0, 0, 2, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 1, 1, 1, 2]
  --- converting (1, 19, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151066,9 +281708,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 1, 1, 3] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 2, 1, 3]
  --- Converting [0, 2, 0, 0, 2, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 1, 1, 1, 3]
  --- converting (1, 19, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151087,9 +281727,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 1, 2, 0] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 2, 2, 0]
  --- Converting [0, 2, 0, 0, 2, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 1, 1, 1, 1, 0]
+ --- Result =  [1, 0, 1, 0, 0, 1, 1, 2, 0]
  --- converting (1, 19, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151108,9 +281746,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 1, 2, 1] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 2, 2, 1]
  --- Converting [0, 2, 0, 0, 2, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 1, 1, 2, 1]
  --- converting (1, 19, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151129,9 +281765,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 1, 2, 2] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 2, 2, 2]
  --- Converting [0, 2, 0, 0, 2, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 1, 1, 2, 2]
  --- converting (1, 19, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151150,9 +281784,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 1, 2, 3] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 2, 2, 3]
  --- Converting [0, 2, 0, 0, 2, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 1, 1, 2, 3]
  --- converting (1, 19, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151171,9 +281803,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 1, 3, 0] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 2, 3, 0]
  --- Converting [0, 2, 0, 0, 2, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 2, 1, 1, 1, 0]
+ --- Result =  [1, 0, 1, 0, 0, 1, 1, 3, 0]
  --- converting (1, 19, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151192,9 +281822,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 1, 3, 1] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 2, 3, 1]
  --- Converting [0, 2, 0, 0, 2, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 1, 1, 3, 1]
  --- converting (1, 19, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151213,9 +281841,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 1, 3, 2] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 2, 3, 2]
  --- Converting [0, 2, 0, 0, 2, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 1, 1, 3, 2]
  --- converting (1, 19, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151234,9 +281860,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 0, 1, 1, 3, 3] to configuration notation
  --- Result =  [0, 2, 0, 0, 2, 2, 3, 3]
  --- Converting [0, 2, 0, 0, 2, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 0, 1, 1, 3, 3]
  --- converting (1, 20, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151253,9 +281877,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 0, 0, 0] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 0, 0, 0]
  --- Converting [0, 2, 0, 2, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 0, 0, 0, 0, 0]
+ --- Result =  [1, 0, 1, 0, 1, 0, 0, 0, 0]
  --- converting (1, 20, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151272,9 +281894,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 0, 0, 1] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 0, 0, 1]
  --- Converting [0, 2, 0, 2, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 0, 0, 0, 0, 1]
+ --- Result =  [1, 0, 1, 0, 1, 0, 0, 0, 1]
  --- converting (1, 20, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151291,9 +281911,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 0, 0, 2] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 0, 0, 2]
  --- Converting [0, 2, 0, 2, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 1, 0, 0, 0, 1]
+ --- Result =  [1, 0, 1, 0, 1, 0, 0, 0, 2]
  --- converting (1, 20, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151310,9 +281928,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 0, 0, 3] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 0, 0, 3]
  --- Converting [0, 2, 0, 2, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 2, 0, 0, 0, 1]
+ --- Result =  [1, 0, 1, 0, 1, 0, 0, 0, 3]
  --- converting (1, 20, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151331,9 +281947,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 0, 1, 0] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 0, 1, 0]
  --- Converting [0, 2, 0, 2, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 0, 0, 0, 1, 0]
+ --- Result =  [1, 0, 1, 0, 1, 0, 0, 1, 0]
  --- converting (1, 20, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151352,9 +281966,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 0, 1, 1] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 0, 1, 1]
  --- Converting [0, 2, 0, 2, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 0, 0, 1, 1]
  --- converting (1, 20, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151373,9 +281985,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 0, 1, 2] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 0, 1, 2]
  --- Converting [0, 2, 0, 2, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 0, 0, 1, 2]
  --- converting (1, 20, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151394,9 +282004,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 0, 1, 3] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 0, 1, 3]
  --- Converting [0, 2, 0, 2, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 0, 0, 1, 3]
  --- converting (1, 20, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151415,9 +282023,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 0, 2, 0] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 0, 2, 0]
  --- Converting [0, 2, 0, 2, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 1, 0, 0, 1, 0]
+ --- Result =  [1, 0, 1, 0, 1, 0, 0, 2, 0]
  --- converting (1, 20, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151436,9 +282042,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 0, 2, 1] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 0, 2, 1]
  --- Converting [0, 2, 0, 2, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 0, 0, 2, 1]
  --- converting (1, 20, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151457,9 +282061,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 0, 2, 2] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 0, 2, 2]
  --- Converting [0, 2, 0, 2, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 0, 0, 2, 2]
  --- converting (1, 20, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151478,9 +282080,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 0, 2, 3] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 0, 2, 3]
  --- Converting [0, 2, 0, 2, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 0, 0, 2, 3]
  --- converting (1, 20, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151499,9 +282099,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 0, 3, 0] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 0, 3, 0]
  --- Converting [0, 2, 0, 2, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 2, 0, 0, 1, 0]
+ --- Result =  [1, 0, 1, 0, 1, 0, 0, 3, 0]
  --- converting (1, 20, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151520,9 +282118,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 0, 3, 1] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 0, 3, 1]
  --- Converting [0, 2, 0, 2, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 0, 0, 3, 1]
  --- converting (1, 20, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151541,9 +282137,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 0, 3, 2] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 0, 3, 2]
  --- Converting [0, 2, 0, 2, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 0, 0, 3, 2]
  --- converting (1, 20, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151562,9 +282156,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 0, 3, 3] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 0, 3, 3]
  --- Converting [0, 2, 0, 2, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 0, 0, 3, 3]
  --- converting (1, 21, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151581,9 +282173,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 1, 0, 0] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 2, 0, 0]
  --- Converting [0, 2, 0, 2, 0, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 1, 0, 1, 0, 0]
+ --- Result =  [1, 0, 1, 0, 1, 0, 1, 0, 0]
  --- converting (1, 21, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151600,9 +282190,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 1, 0, 1] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 2, 0, 1]
  --- Converting [0, 2, 0, 2, 0, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 0, 0, 1, 0, 1]
+ --- Result =  [1, 0, 1, 0, 1, 0, 1, 0, 1]
  --- converting (1, 21, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151619,9 +282207,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 1, 0, 2] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 2, 0, 2]
  --- Converting [0, 2, 0, 2, 0, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 1, 0, 1, 0, 1]
+ --- Result =  [1, 0, 1, 0, 1, 0, 1, 0, 2]
  --- converting (1, 21, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151638,9 +282224,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 1, 0, 3] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 2, 0, 3]
  --- Converting [0, 2, 0, 2, 0, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 2, 0, 1, 0, 1]
+ --- Result =  [1, 0, 1, 0, 1, 0, 1, 0, 3]
  --- converting (1, 21, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151659,9 +282243,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 1, 1, 0] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 2, 1, 0]
  --- Converting [0, 2, 0, 2, 0, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 0, 0, 1, 1, 0]
+ --- Result =  [1, 0, 1, 0, 1, 0, 1, 1, 0]
  --- converting (1, 21, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151680,9 +282262,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 1, 1, 1] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 2, 1, 1]
  --- Converting [0, 2, 0, 2, 0, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 0, 1, 1, 1]
  --- converting (1, 21, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151701,9 +282281,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 1, 1, 2] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 2, 1, 2]
  --- Converting [0, 2, 0, 2, 0, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 0, 1, 1, 2]
  --- converting (1, 21, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151722,9 +282300,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 1, 1, 3] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 2, 1, 3]
  --- Converting [0, 2, 0, 2, 0, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 0, 1, 1, 3]
  --- converting (1, 21, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151743,9 +282319,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 1, 2, 0] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 2, 2, 0]
  --- Converting [0, 2, 0, 2, 0, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 1, 0, 1, 1, 0]
+ --- Result =  [1, 0, 1, 0, 1, 0, 1, 2, 0]
  --- converting (1, 21, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151764,9 +282338,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 1, 2, 1] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 2, 2, 1]
  --- Converting [0, 2, 0, 2, 0, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 0, 1, 2, 1]
  --- converting (1, 21, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151785,9 +282357,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 1, 2, 2] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 2, 2, 2]
  --- Converting [0, 2, 0, 2, 0, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 0, 1, 2, 2]
  --- converting (1, 21, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151806,9 +282376,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 1, 2, 3] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 2, 2, 3]
  --- Converting [0, 2, 0, 2, 0, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 0, 1, 2, 3]
  --- converting (1, 21, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151827,9 +282395,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 1, 3, 0] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 2, 3, 0]
  --- Converting [0, 2, 0, 2, 0, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 2, 0, 1, 1, 0]
+ --- Result =  [1, 0, 1, 0, 1, 0, 1, 3, 0]
  --- converting (1, 21, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151848,9 +282414,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 1, 3, 1] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 2, 3, 1]
  --- Converting [0, 2, 0, 2, 0, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 0, 1, 3, 1]
  --- converting (1, 21, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151869,9 +282433,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 1, 3, 2] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 2, 3, 2]
  --- Converting [0, 2, 0, 2, 0, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 0, 1, 3, 2]
  --- converting (1, 21, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151890,9 +282452,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 0, 1, 3, 3] to configuration notation
  --- Result =  [0, 2, 0, 2, 0, 2, 3, 3]
  --- Converting [0, 2, 0, 2, 0, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 0, 1, 3, 3]
  --- converting (1, 22, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151909,9 +282469,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 0, 0, 0] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 0, 0, 0]
  --- Converting [0, 2, 0, 2, 2, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 1, 1, 0, 0, 0]
+ --- Result =  [1, 0, 1, 0, 1, 1, 0, 0, 0]
  --- converting (1, 22, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151928,9 +282486,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 0, 0, 1] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 0, 0, 1]
  --- Converting [0, 2, 0, 2, 2, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 0, 1, 0, 0, 1]
+ --- Result =  [1, 0, 1, 0, 1, 1, 0, 0, 1]
  --- converting (1, 22, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151947,9 +282503,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 0, 0, 2] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 0, 0, 2]
  --- Converting [0, 2, 0, 2, 2, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 1, 1, 0, 0, 1]
+ --- Result =  [1, 0, 1, 0, 1, 1, 0, 0, 2]
  --- converting (1, 22, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151966,9 +282520,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 0, 0, 3] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 0, 0, 3]
  --- Converting [0, 2, 0, 2, 2, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 2, 1, 0, 0, 1]
+ --- Result =  [1, 0, 1, 0, 1, 1, 0, 0, 3]
  --- converting (1, 22, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -151987,9 +282539,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 0, 1, 0] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 0, 1, 0]
  --- Converting [0, 2, 0, 2, 2, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 0, 1, 0, 1, 0]
+ --- Result =  [1, 0, 1, 0, 1, 1, 0, 1, 0]
  --- converting (1, 22, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152008,9 +282558,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 0, 1, 1] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 0, 1, 1]
  --- Converting [0, 2, 0, 2, 2, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 1, 0, 1, 1]
  --- converting (1, 22, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152029,9 +282577,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 0, 1, 2] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 0, 1, 2]
  --- Converting [0, 2, 0, 2, 2, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 1, 0, 1, 2]
  --- converting (1, 22, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152050,9 +282596,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 0, 1, 3] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 0, 1, 3]
  --- Converting [0, 2, 0, 2, 2, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 1, 0, 1, 3]
  --- converting (1, 22, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152071,9 +282615,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 0, 2, 0] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 0, 2, 0]
  --- Converting [0, 2, 0, 2, 2, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 1, 1, 0, 1, 0]
+ --- Result =  [1, 0, 1, 0, 1, 1, 0, 2, 0]
  --- converting (1, 22, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152092,9 +282634,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 0, 2, 1] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 0, 2, 1]
  --- Converting [0, 2, 0, 2, 2, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 1, 0, 2, 1]
  --- converting (1, 22, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152113,9 +282653,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 0, 2, 2] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 0, 2, 2]
  --- Converting [0, 2, 0, 2, 2, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 1, 0, 2, 2]
  --- converting (1, 22, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152134,9 +282672,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 0, 2, 3] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 0, 2, 3]
  --- Converting [0, 2, 0, 2, 2, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 1, 0, 2, 3]
  --- converting (1, 22, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152155,9 +282691,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 0, 3, 0] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 0, 3, 0]
  --- Converting [0, 2, 0, 2, 2, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 2, 1, 0, 1, 0]
+ --- Result =  [1, 0, 1, 0, 1, 1, 0, 3, 0]
  --- converting (1, 22, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152176,9 +282710,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 0, 3, 1] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 0, 3, 1]
  --- Converting [0, 2, 0, 2, 2, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 1, 0, 3, 1]
  --- converting (1, 22, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152197,9 +282729,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 0, 3, 2] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 0, 3, 2]
  --- Converting [0, 2, 0, 2, 2, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 1, 0, 3, 2]
  --- converting (1, 22, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152218,9 +282748,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 0, 3, 3] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 0, 3, 3]
  --- Converting [0, 2, 0, 2, 2, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 1, 0, 3, 3]
  --- converting (1, 23, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152237,9 +282765,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 1, 0, 0] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 2, 0, 0]
  --- Converting [0, 2, 0, 2, 2, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 1, 1, 1, 0, 0]
+ --- Result =  [1, 0, 1, 0, 1, 1, 1, 0, 0]
  --- converting (1, 23, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152256,9 +282782,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 1, 0, 1] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 2, 0, 1]
  --- Converting [0, 2, 0, 2, 2, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 0, 1, 1, 0, 1]
+ --- Result =  [1, 0, 1, 0, 1, 1, 1, 0, 1]
  --- converting (1, 23, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152275,9 +282799,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 1, 0, 2] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 2, 0, 2]
  --- Converting [0, 2, 0, 2, 2, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 1, 1, 1, 0, 1]
+ --- Result =  [1, 0, 1, 0, 1, 1, 1, 0, 2]
  --- converting (1, 23, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152294,9 +282816,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 1, 0, 3] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 2, 0, 3]
  --- Converting [0, 2, 0, 2, 2, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 2, 1, 1, 0, 1]
+ --- Result =  [1, 0, 1, 0, 1, 1, 1, 0, 3]
  --- converting (1, 23, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152315,9 +282835,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 1, 1, 0] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 2, 1, 0]
  --- Converting [0, 2, 0, 2, 2, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 0, 1, 1, 1, 0]
+ --- Result =  [1, 0, 1, 0, 1, 1, 1, 1, 0]
  --- converting (1, 23, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152336,9 +282854,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 1, 1, 1] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 2, 1, 1]
  --- Converting [0, 2, 0, 2, 2, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 1, 1, 1, 1]
  --- converting (1, 23, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152357,9 +282873,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 1, 1, 2] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 2, 1, 2]
  --- Converting [0, 2, 0, 2, 2, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 1, 1, 1, 2]
  --- converting (1, 23, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152378,9 +282892,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 1, 1, 3] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 2, 1, 3]
  --- Converting [0, 2, 0, 2, 2, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 1, 1, 1, 3]
  --- converting (1, 23, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152399,9 +282911,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 1, 2, 0] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 2, 2, 0]
  --- Converting [0, 2, 0, 2, 2, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 1, 1, 1, 1, 0]
+ --- Result =  [1, 0, 1, 0, 1, 1, 1, 2, 0]
  --- converting (1, 23, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152420,9 +282930,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 1, 2, 1] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 2, 2, 1]
  --- Converting [0, 2, 0, 2, 2, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 1, 1, 2, 1]
  --- converting (1, 23, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152441,9 +282949,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 1, 2, 2] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 2, 2, 2]
  --- Converting [0, 2, 0, 2, 2, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 1, 1, 2, 2]
  --- converting (1, 23, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152462,9 +282968,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 1, 2, 3] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 2, 2, 3]
  --- Converting [0, 2, 0, 2, 2, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 1, 1, 2, 3]
  --- converting (1, 23, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152483,9 +282987,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 1, 3, 0] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 2, 3, 0]
  --- Converting [0, 2, 0, 2, 2, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 2, 1, 1, 1, 0]
+ --- Result =  [1, 0, 1, 0, 1, 1, 1, 3, 0]
  --- converting (1, 23, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152504,9 +283006,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 1, 3, 1] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 2, 3, 1]
  --- Converting [0, 2, 0, 2, 2, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 1, 1, 3, 1]
  --- converting (1, 23, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152525,9 +283025,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 1, 3, 2] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 2, 3, 2]
  --- Converting [0, 2, 0, 2, 2, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 1, 1, 3, 2]
  --- converting (1, 23, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152546,9 +283044,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 0, 1, 1, 1, 3, 3] to configuration notation
  --- Result =  [0, 2, 0, 2, 2, 2, 3, 3]
  --- Converting [0, 2, 0, 2, 2, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 0, 1, 1, 1, 3, 3]
  --- converting (1, 24, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152565,9 +283061,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 0, 0, 0] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 0, 0, 0]
  --- Converting [0, 2, 2, 0, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 0, 0, 0, 0, 0]
+ --- Result =  [1, 0, 1, 1, 0, 0, 0, 0, 0]
  --- converting (1, 24, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152584,9 +283078,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 0, 0, 1] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 0, 0, 1]
  --- Converting [0, 2, 2, 0, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 0, 0, 0, 0, 1]
+ --- Result =  [1, 0, 1, 1, 0, 0, 0, 0, 1]
  --- converting (1, 24, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152603,9 +283095,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 0, 0, 2] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 0, 0, 2]
  --- Converting [0, 2, 2, 0, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 1, 0, 0, 0, 1]
+ --- Result =  [1, 0, 1, 1, 0, 0, 0, 0, 2]
  --- converting (1, 24, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152622,9 +283112,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 0, 0, 3] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 0, 0, 3]
  --- Converting [0, 2, 2, 0, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 2, 0, 0, 0, 1]
+ --- Result =  [1, 0, 1, 1, 0, 0, 0, 0, 3]
  --- converting (1, 24, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152643,9 +283131,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 0, 1, 0] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 0, 1, 0]
  --- Converting [0, 2, 2, 0, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 0, 0, 0, 1, 0]
+ --- Result =  [1, 0, 1, 1, 0, 0, 0, 1, 0]
  --- converting (1, 24, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152664,9 +283150,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 0, 1, 1] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 0, 1, 1]
  --- Converting [0, 2, 2, 0, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 0, 0, 1, 1]
  --- converting (1, 24, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152685,9 +283169,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 0, 1, 2] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 0, 1, 2]
  --- Converting [0, 2, 2, 0, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 0, 0, 1, 2]
  --- converting (1, 24, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152706,9 +283188,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 0, 1, 3] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 0, 1, 3]
  --- Converting [0, 2, 2, 0, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 0, 0, 1, 3]
  --- converting (1, 24, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152727,9 +283207,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 0, 2, 0] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 0, 2, 0]
  --- Converting [0, 2, 2, 0, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 1, 0, 0, 1, 0]
+ --- Result =  [1, 0, 1, 1, 0, 0, 0, 2, 0]
  --- converting (1, 24, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152748,9 +283226,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 0, 2, 1] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 0, 2, 1]
  --- Converting [0, 2, 2, 0, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 0, 0, 2, 1]
  --- converting (1, 24, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152769,9 +283245,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 0, 2, 2] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 0, 2, 2]
  --- Converting [0, 2, 2, 0, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 0, 0, 2, 2]
  --- converting (1, 24, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152790,9 +283264,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 0, 2, 3] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 0, 2, 3]
  --- Converting [0, 2, 2, 0, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 0, 0, 2, 3]
  --- converting (1, 24, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152811,9 +283283,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 0, 3, 0] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 0, 3, 0]
  --- Converting [0, 2, 2, 0, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 2, 0, 0, 1, 0]
+ --- Result =  [1, 0, 1, 1, 0, 0, 0, 3, 0]
  --- converting (1, 24, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152832,9 +283302,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 0, 3, 1] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 0, 3, 1]
  --- Converting [0, 2, 2, 0, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 0, 0, 3, 1]
  --- converting (1, 24, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152853,9 +283321,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 0, 3, 2] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 0, 3, 2]
  --- Converting [0, 2, 2, 0, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 0, 0, 3, 2]
  --- converting (1, 24, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152874,9 +283340,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 0, 3, 3] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 0, 3, 3]
  --- Converting [0, 2, 2, 0, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 0, 0, 3, 3]
  --- converting (1, 25, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152893,9 +283357,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 1, 0, 0] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 2, 0, 0]
  --- Converting [0, 2, 2, 0, 0, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 1, 0, 1, 0, 0]
+ --- Result =  [1, 0, 1, 1, 0, 0, 1, 0, 0]
  --- converting (1, 25, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152912,9 +283374,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 1, 0, 1] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 2, 0, 1]
  --- Converting [0, 2, 2, 0, 0, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 0, 0, 1, 0, 1]
+ --- Result =  [1, 0, 1, 1, 0, 0, 1, 0, 1]
  --- converting (1, 25, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152931,9 +283391,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 1, 0, 2] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 2, 0, 2]
  --- Converting [0, 2, 2, 0, 0, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 1, 0, 1, 0, 1]
+ --- Result =  [1, 0, 1, 1, 0, 0, 1, 0, 2]
  --- converting (1, 25, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152950,9 +283408,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 1, 0, 3] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 2, 0, 3]
  --- Converting [0, 2, 2, 0, 0, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 2, 0, 1, 0, 1]
+ --- Result =  [1, 0, 1, 1, 0, 0, 1, 0, 3]
  --- converting (1, 25, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152971,9 +283427,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 1, 1, 0] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 2, 1, 0]
  --- Converting [0, 2, 2, 0, 0, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 0, 0, 1, 1, 0]
+ --- Result =  [1, 0, 1, 1, 0, 0, 1, 1, 0]
  --- converting (1, 25, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -152992,9 +283446,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 1, 1, 1] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 2, 1, 1]
  --- Converting [0, 2, 2, 0, 0, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 0, 1, 1, 1]
  --- converting (1, 25, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153013,9 +283465,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 1, 1, 2] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 2, 1, 2]
  --- Converting [0, 2, 2, 0, 0, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 0, 1, 1, 2]
  --- converting (1, 25, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153034,9 +283484,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 1, 1, 3] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 2, 1, 3]
  --- Converting [0, 2, 2, 0, 0, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 0, 1, 1, 3]
  --- converting (1, 25, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153055,9 +283503,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 1, 2, 0] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 2, 2, 0]
  --- Converting [0, 2, 2, 0, 0, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 1, 0, 1, 1, 0]
+ --- Result =  [1, 0, 1, 1, 0, 0, 1, 2, 0]
  --- converting (1, 25, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153076,9 +283522,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 1, 2, 1] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 2, 2, 1]
  --- Converting [0, 2, 2, 0, 0, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 0, 1, 2, 1]
  --- converting (1, 25, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153097,9 +283541,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 1, 2, 2] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 2, 2, 2]
  --- Converting [0, 2, 2, 0, 0, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 0, 1, 2, 2]
  --- converting (1, 25, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153118,9 +283560,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 1, 2, 3] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 2, 2, 3]
  --- Converting [0, 2, 2, 0, 0, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 0, 1, 2, 3]
  --- converting (1, 25, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153139,9 +283579,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 1, 3, 0] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 2, 3, 0]
  --- Converting [0, 2, 2, 0, 0, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 2, 0, 1, 1, 0]
+ --- Result =  [1, 0, 1, 1, 0, 0, 1, 3, 0]
  --- converting (1, 25, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153160,9 +283598,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 1, 3, 1] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 2, 3, 1]
  --- Converting [0, 2, 2, 0, 0, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 0, 1, 3, 1]
  --- converting (1, 25, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153181,9 +283617,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 1, 3, 2] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 2, 3, 2]
  --- Converting [0, 2, 2, 0, 0, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 0, 1, 3, 2]
  --- converting (1, 25, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153202,9 +283636,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 0, 1, 3, 3] to configuration notation
  --- Result =  [0, 2, 2, 0, 0, 2, 3, 3]
  --- Converting [0, 2, 2, 0, 0, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 0, 1, 3, 3]
  --- converting (1, 26, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153221,9 +283653,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 0, 0, 0] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 0, 0, 0]
  --- Converting [0, 2, 2, 0, 2, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 1, 1, 0, 0, 0]
+ --- Result =  [1, 0, 1, 1, 0, 1, 0, 0, 0]
  --- converting (1, 26, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153240,9 +283670,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 0, 0, 1] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 0, 0, 1]
  --- Converting [0, 2, 2, 0, 2, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 0, 1, 0, 0, 1]
+ --- Result =  [1, 0, 1, 1, 0, 1, 0, 0, 1]
  --- converting (1, 26, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153259,9 +283687,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 0, 0, 2] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 0, 0, 2]
  --- Converting [0, 2, 2, 0, 2, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 1, 1, 0, 0, 1]
+ --- Result =  [1, 0, 1, 1, 0, 1, 0, 0, 2]
  --- converting (1, 26, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153278,9 +283704,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 0, 0, 3] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 0, 0, 3]
  --- Converting [0, 2, 2, 0, 2, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 2, 1, 0, 0, 1]
+ --- Result =  [1, 0, 1, 1, 0, 1, 0, 0, 3]
  --- converting (1, 26, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153299,9 +283723,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 0, 1, 0] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 0, 1, 0]
  --- Converting [0, 2, 2, 0, 2, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 0, 1, 0, 1, 0]
+ --- Result =  [1, 0, 1, 1, 0, 1, 0, 1, 0]
  --- converting (1, 26, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153320,9 +283742,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 0, 1, 1] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 0, 1, 1]
  --- Converting [0, 2, 2, 0, 2, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 1, 0, 1, 1]
  --- converting (1, 26, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153341,9 +283761,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 0, 1, 2] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 0, 1, 2]
  --- Converting [0, 2, 2, 0, 2, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 1, 0, 1, 2]
  --- converting (1, 26, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153362,9 +283780,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 0, 1, 3] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 0, 1, 3]
  --- Converting [0, 2, 2, 0, 2, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 1, 0, 1, 3]
  --- converting (1, 26, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153383,9 +283799,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 0, 2, 0] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 0, 2, 0]
  --- Converting [0, 2, 2, 0, 2, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 1, 1, 0, 1, 0]
+ --- Result =  [1, 0, 1, 1, 0, 1, 0, 2, 0]
  --- converting (1, 26, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153404,9 +283818,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 0, 2, 1] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 0, 2, 1]
  --- Converting [0, 2, 2, 0, 2, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 1, 0, 2, 1]
  --- converting (1, 26, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153425,9 +283837,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 0, 2, 2] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 0, 2, 2]
  --- Converting [0, 2, 2, 0, 2, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 1, 0, 2, 2]
  --- converting (1, 26, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153446,9 +283856,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 0, 2, 3] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 0, 2, 3]
  --- Converting [0, 2, 2, 0, 2, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 1, 0, 2, 3]
  --- converting (1, 26, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153467,9 +283875,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 0, 3, 0] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 0, 3, 0]
  --- Converting [0, 2, 2, 0, 2, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 2, 1, 0, 1, 0]
+ --- Result =  [1, 0, 1, 1, 0, 1, 0, 3, 0]
  --- converting (1, 26, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153488,9 +283894,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 0, 3, 1] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 0, 3, 1]
  --- Converting [0, 2, 2, 0, 2, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 1, 0, 3, 1]
  --- converting (1, 26, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153509,9 +283913,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 0, 3, 2] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 0, 3, 2]
  --- Converting [0, 2, 2, 0, 2, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 1, 0, 3, 2]
  --- converting (1, 26, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153530,9 +283932,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 0, 3, 3] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 0, 3, 3]
  --- Converting [0, 2, 2, 0, 2, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 1, 0, 3, 3]
  --- converting (1, 27, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153549,9 +283949,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 1, 0, 0] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 2, 0, 0]
  --- Converting [0, 2, 2, 0, 2, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 1, 1, 1, 0, 0]
+ --- Result =  [1, 0, 1, 1, 0, 1, 1, 0, 0]
  --- converting (1, 27, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153568,9 +283966,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 1, 0, 1] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 2, 0, 1]
  --- Converting [0, 2, 2, 0, 2, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 0, 1, 1, 0, 1]
+ --- Result =  [1, 0, 1, 1, 0, 1, 1, 0, 1]
  --- converting (1, 27, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153587,9 +283983,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 1, 0, 2] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 2, 0, 2]
  --- Converting [0, 2, 2, 0, 2, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 1, 1, 1, 0, 1]
+ --- Result =  [1, 0, 1, 1, 0, 1, 1, 0, 2]
  --- converting (1, 27, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153606,9 +284000,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 1, 0, 3] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 2, 0, 3]
  --- Converting [0, 2, 2, 0, 2, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 2, 1, 1, 0, 1]
+ --- Result =  [1, 0, 1, 1, 0, 1, 1, 0, 3]
  --- converting (1, 27, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153627,9 +284019,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 1, 1, 0] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 2, 1, 0]
  --- Converting [0, 2, 2, 0, 2, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 0, 1, 1, 1, 0]
+ --- Result =  [1, 0, 1, 1, 0, 1, 1, 1, 0]
  --- converting (1, 27, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153648,9 +284038,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 1, 1, 1] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 2, 1, 1]
  --- Converting [0, 2, 2, 0, 2, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 1, 1, 1, 1]
  --- converting (1, 27, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153669,9 +284057,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 1, 1, 2] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 2, 1, 2]
  --- Converting [0, 2, 2, 0, 2, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 1, 1, 1, 2]
  --- converting (1, 27, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153690,9 +284076,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 1, 1, 3] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 2, 1, 3]
  --- Converting [0, 2, 2, 0, 2, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 1, 1, 1, 3]
  --- converting (1, 27, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153711,9 +284095,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 1, 2, 0] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 2, 2, 0]
  --- Converting [0, 2, 2, 0, 2, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 1, 1, 1, 1, 0]
+ --- Result =  [1, 0, 1, 1, 0, 1, 1, 2, 0]
  --- converting (1, 27, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153732,9 +284114,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 1, 2, 1] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 2, 2, 1]
  --- Converting [0, 2, 2, 0, 2, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 1, 1, 2, 1]
  --- converting (1, 27, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153753,9 +284133,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 1, 2, 2] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 2, 2, 2]
  --- Converting [0, 2, 2, 0, 2, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 1, 1, 2, 2]
  --- converting (1, 27, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153774,9 +284152,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 1, 2, 3] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 2, 2, 3]
  --- Converting [0, 2, 2, 0, 2, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 1, 1, 2, 3]
  --- converting (1, 27, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153795,9 +284171,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 1, 3, 0] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 2, 3, 0]
  --- Converting [0, 2, 2, 0, 2, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 2, 1, 1, 1, 0]
+ --- Result =  [1, 0, 1, 1, 0, 1, 1, 3, 0]
  --- converting (1, 27, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153816,9 +284190,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 1, 3, 1] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 2, 3, 1]
  --- Converting [0, 2, 2, 0, 2, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 1, 1, 3, 1]
  --- converting (1, 27, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153837,9 +284209,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 1, 3, 2] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 2, 3, 2]
  --- Converting [0, 2, 2, 0, 2, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 1, 1, 3, 2]
  --- converting (1, 27, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153858,9 +284228,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 0, 1, 1, 3, 3] to configuration notation
  --- Result =  [0, 2, 2, 0, 2, 2, 3, 3]
  --- Converting [0, 2, 2, 0, 2, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 0, 1, 1, 3, 3]
  --- converting (1, 28, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153877,9 +284245,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 0, 0, 0] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 0, 0, 0]
  --- Converting [0, 2, 2, 2, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 0, 0, 0, 0, 0]
+ --- Result =  [1, 0, 1, 1, 1, 0, 0, 0, 0]
  --- converting (1, 28, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153896,9 +284262,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 0, 0, 1] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 0, 0, 1]
  --- Converting [0, 2, 2, 2, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 0, 0, 0, 0, 1]
+ --- Result =  [1, 0, 1, 1, 1, 0, 0, 0, 1]
  --- converting (1, 28, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153915,9 +284279,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 0, 0, 2] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 0, 0, 2]
  --- Converting [0, 2, 2, 2, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 1, 0, 0, 0, 1]
+ --- Result =  [1, 0, 1, 1, 1, 0, 0, 0, 2]
  --- converting (1, 28, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153934,9 +284296,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 0, 0, 3] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 0, 0, 3]
  --- Converting [0, 2, 2, 2, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 2, 0, 0, 0, 1]
+ --- Result =  [1, 0, 1, 1, 1, 0, 0, 0, 3]
  --- converting (1, 28, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153955,9 +284315,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 0, 1, 0] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 0, 1, 0]
  --- Converting [0, 2, 2, 2, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 0, 0, 0, 1, 0]
+ --- Result =  [1, 0, 1, 1, 1, 0, 0, 1, 0]
  --- converting (1, 28, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153976,9 +284334,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 0, 1, 1] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 0, 1, 1]
  --- Converting [0, 2, 2, 2, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 0, 0, 1, 1]
  --- converting (1, 28, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -153997,9 +284353,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 0, 1, 2] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 0, 1, 2]
  --- Converting [0, 2, 2, 2, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 0, 0, 1, 2]
  --- converting (1, 28, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154018,9 +284372,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 0, 1, 3] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 0, 1, 3]
  --- Converting [0, 2, 2, 2, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 0, 0, 1, 3]
  --- converting (1, 28, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154039,9 +284391,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 0, 2, 0] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 0, 2, 0]
  --- Converting [0, 2, 2, 2, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 1, 0, 0, 1, 0]
+ --- Result =  [1, 0, 1, 1, 1, 0, 0, 2, 0]
  --- converting (1, 28, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154060,9 +284410,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 0, 2, 1] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 0, 2, 1]
  --- Converting [0, 2, 2, 2, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 0, 0, 2, 1]
  --- converting (1, 28, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154081,9 +284429,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 0, 2, 2] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 0, 2, 2]
  --- Converting [0, 2, 2, 2, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 0, 0, 2, 2]
  --- converting (1, 28, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154102,9 +284448,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 0, 2, 3] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 0, 2, 3]
  --- Converting [0, 2, 2, 2, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 0, 0, 2, 3]
  --- converting (1, 28, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154123,9 +284467,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 0, 3, 0] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 0, 3, 0]
  --- Converting [0, 2, 2, 2, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 2, 0, 0, 1, 0]
+ --- Result =  [1, 0, 1, 1, 1, 0, 0, 3, 0]
  --- converting (1, 28, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154144,9 +284486,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 0, 3, 1] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 0, 3, 1]
  --- Converting [0, 2, 2, 2, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 0, 0, 3, 1]
  --- converting (1, 28, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154165,9 +284505,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 0, 3, 2] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 0, 3, 2]
  --- Converting [0, 2, 2, 2, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 0, 0, 3, 2]
  --- converting (1, 28, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154186,9 +284524,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 0, 3, 3] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 0, 3, 3]
  --- Converting [0, 2, 2, 2, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 0, 0, 3, 3]
  --- converting (1, 29, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154205,9 +284541,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 1, 0, 0] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 2, 0, 0]
  --- Converting [0, 2, 2, 2, 0, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 1, 0, 1, 0, 0]
+ --- Result =  [1, 0, 1, 1, 1, 0, 1, 0, 0]
  --- converting (1, 29, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154224,9 +284558,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 1, 0, 1] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 2, 0, 1]
  --- Converting [0, 2, 2, 2, 0, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 0, 0, 1, 0, 1]
+ --- Result =  [1, 0, 1, 1, 1, 0, 1, 0, 1]
  --- converting (1, 29, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154243,9 +284575,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 1, 0, 2] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 2, 0, 2]
  --- Converting [0, 2, 2, 2, 0, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 1, 0, 1, 0, 1]
+ --- Result =  [1, 0, 1, 1, 1, 0, 1, 0, 2]
  --- converting (1, 29, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154262,9 +284592,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 1, 0, 3] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 2, 0, 3]
  --- Converting [0, 2, 2, 2, 0, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 2, 0, 1, 0, 1]
+ --- Result =  [1, 0, 1, 1, 1, 0, 1, 0, 3]
  --- converting (1, 29, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154283,9 +284611,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 1, 1, 0] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 2, 1, 0]
  --- Converting [0, 2, 2, 2, 0, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 0, 0, 1, 1, 0]
+ --- Result =  [1, 0, 1, 1, 1, 0, 1, 1, 0]
  --- converting (1, 29, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154304,9 +284630,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 1, 1, 1] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 2, 1, 1]
  --- Converting [0, 2, 2, 2, 0, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 0, 1, 1, 1]
  --- converting (1, 29, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154325,9 +284649,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 1, 1, 2] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 2, 1, 2]
  --- Converting [0, 2, 2, 2, 0, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 0, 1, 1, 2]
  --- converting (1, 29, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154346,9 +284668,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 1, 1, 3] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 2, 1, 3]
  --- Converting [0, 2, 2, 2, 0, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 0, 1, 1, 3]
  --- converting (1, 29, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154367,9 +284687,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 1, 2, 0] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 2, 2, 0]
  --- Converting [0, 2, 2, 2, 0, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 1, 0, 1, 1, 0]
+ --- Result =  [1, 0, 1, 1, 1, 0, 1, 2, 0]
  --- converting (1, 29, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154388,9 +284706,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 1, 2, 1] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 2, 2, 1]
  --- Converting [0, 2, 2, 2, 0, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 0, 1, 2, 1]
  --- converting (1, 29, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154409,9 +284725,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 1, 2, 2] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 2, 2, 2]
  --- Converting [0, 2, 2, 2, 0, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 0, 1, 2, 2]
  --- converting (1, 29, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154430,9 +284744,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 1, 2, 3] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 2, 2, 3]
  --- Converting [0, 2, 2, 2, 0, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 0, 1, 2, 3]
  --- converting (1, 29, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154451,9 +284763,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 1, 3, 0] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 2, 3, 0]
  --- Converting [0, 2, 2, 2, 0, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 2, 0, 1, 1, 0]
+ --- Result =  [1, 0, 1, 1, 1, 0, 1, 3, 0]
  --- converting (1, 29, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154472,9 +284782,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 1, 3, 1] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 2, 3, 1]
  --- Converting [0, 2, 2, 2, 0, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 0, 1, 3, 1]
  --- converting (1, 29, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154493,9 +284801,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 1, 3, 2] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 2, 3, 2]
  --- Converting [0, 2, 2, 2, 0, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 0, 1, 3, 2]
  --- converting (1, 29, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154514,9 +284820,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 0, 1, 3, 3] to configuration notation
  --- Result =  [0, 2, 2, 2, 0, 2, 3, 3]
  --- Converting [0, 2, 2, 2, 0, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 0, 1, 3, 3]
  --- converting (1, 30, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154533,9 +284837,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 0, 0, 0] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 0, 0, 0]
  --- Converting [0, 2, 2, 2, 2, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 1, 1, 0, 0, 0]
+ --- Result =  [1, 0, 1, 1, 1, 1, 0, 0, 0]
  --- converting (1, 30, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154552,9 +284854,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 0, 0, 1] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 0, 0, 1]
  --- Converting [0, 2, 2, 2, 2, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 0, 1, 0, 0, 1]
+ --- Result =  [1, 0, 1, 1, 1, 1, 0, 0, 1]
  --- converting (1, 30, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154571,9 +284871,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 0, 0, 2] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 0, 0, 2]
  --- Converting [0, 2, 2, 2, 2, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 1, 1, 0, 0, 1]
+ --- Result =  [1, 0, 1, 1, 1, 1, 0, 0, 2]
  --- converting (1, 30, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154590,9 +284888,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 0, 0, 3] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 0, 0, 3]
  --- Converting [0, 2, 2, 2, 2, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 2, 1, 0, 0, 1]
+ --- Result =  [1, 0, 1, 1, 1, 1, 0, 0, 3]
  --- converting (1, 30, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154611,9 +284907,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 0, 1, 0] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 0, 1, 0]
  --- Converting [0, 2, 2, 2, 2, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 0, 1, 0, 1, 0]
+ --- Result =  [1, 0, 1, 1, 1, 1, 0, 1, 0]
  --- converting (1, 30, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154632,9 +284926,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 0, 1, 1] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 0, 1, 1]
  --- Converting [0, 2, 2, 2, 2, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 1, 0, 1, 1]
  --- converting (1, 30, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154653,9 +284945,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 0, 1, 2] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 0, 1, 2]
  --- Converting [0, 2, 2, 2, 2, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 1, 0, 1, 2]
  --- converting (1, 30, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154674,9 +284964,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 0, 1, 3] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 0, 1, 3]
  --- Converting [0, 2, 2, 2, 2, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 1, 0, 1, 3]
  --- converting (1, 30, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154695,9 +284983,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 0, 2, 0] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 0, 2, 0]
  --- Converting [0, 2, 2, 2, 2, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 1, 1, 0, 1, 0]
+ --- Result =  [1, 0, 1, 1, 1, 1, 0, 2, 0]
  --- converting (1, 30, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154716,9 +285002,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 0, 2, 1] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 0, 2, 1]
  --- Converting [0, 2, 2, 2, 2, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 1, 0, 2, 1]
  --- converting (1, 30, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154737,9 +285021,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 0, 2, 2] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 0, 2, 2]
  --- Converting [0, 2, 2, 2, 2, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 1, 0, 2, 2]
  --- converting (1, 30, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154758,9 +285040,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 0, 2, 3] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 0, 2, 3]
  --- Converting [0, 2, 2, 2, 2, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 1, 0, 2, 3]
  --- converting (1, 30, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154779,9 +285059,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 0, 3, 0] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 0, 3, 0]
  --- Converting [0, 2, 2, 2, 2, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 2, 1, 0, 1, 0]
+ --- Result =  [1, 0, 1, 1, 1, 1, 0, 3, 0]
  --- converting (1, 30, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154800,9 +285078,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 0, 3, 1] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 0, 3, 1]
  --- Converting [0, 2, 2, 2, 2, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 1, 0, 3, 1]
  --- converting (1, 30, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154821,9 +285097,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 0, 3, 2] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 0, 3, 2]
  --- Converting [0, 2, 2, 2, 2, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 1, 0, 3, 2]
  --- converting (1, 30, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154842,9 +285116,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 0, 3, 3] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 0, 3, 3]
  --- Converting [0, 2, 2, 2, 2, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 1, 0, 3, 3]
  --- converting (1, 31, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154861,9 +285133,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 1, 0, 0] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 2, 0, 0]
  --- Converting [0, 2, 2, 2, 2, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 1, 1, 1, 0, 0]
+ --- Result =  [1, 0, 1, 1, 1, 1, 1, 0, 0]
  --- converting (1, 31, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154880,9 +285150,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 1, 0, 1] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 2, 0, 1]
  --- Converting [0, 2, 2, 2, 2, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 0, 1, 1, 0, 1]
+ --- Result =  [1, 0, 1, 1, 1, 1, 1, 0, 1]
  --- converting (1, 31, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154899,9 +285167,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 1, 0, 2] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 2, 0, 2]
  --- Converting [0, 2, 2, 2, 2, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 1, 1, 1, 0, 1]
+ --- Result =  [1, 0, 1, 1, 1, 1, 1, 0, 2]
  --- converting (1, 31, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154918,9 +285184,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 1, 0, 3] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 2, 0, 3]
  --- Converting [0, 2, 2, 2, 2, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 2, 1, 1, 0, 1]
+ --- Result =  [1, 0, 1, 1, 1, 1, 1, 0, 3]
  --- converting (1, 31, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154939,9 +285203,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 1, 1, 0] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 2, 1, 0]
  --- Converting [0, 2, 2, 2, 2, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 0, 1, 1, 1, 0]
+ --- Result =  [1, 0, 1, 1, 1, 1, 1, 1, 0]
  --- converting (1, 31, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154960,9 +285222,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 1, 1, 1] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 2, 1, 1]
  --- Converting [0, 2, 2, 2, 2, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 1, 1, 1, 1]
  --- converting (1, 31, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -154981,9 +285241,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 1, 1, 2] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 2, 1, 2]
  --- Converting [0, 2, 2, 2, 2, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 1, 1, 1, 2]
  --- converting (1, 31, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155002,9 +285260,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 1, 1, 3] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 2, 1, 3]
  --- Converting [0, 2, 2, 2, 2, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 1, 1, 1, 3]
  --- converting (1, 31, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155023,9 +285279,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 1, 2, 0] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 2, 2, 0]
  --- Converting [0, 2, 2, 2, 2, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 1, 1, 1, 1, 0]
+ --- Result =  [1, 0, 1, 1, 1, 1, 1, 2, 0]
  --- converting (1, 31, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155044,9 +285298,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 1, 2, 1] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 2, 2, 1]
  --- Converting [0, 2, 2, 2, 2, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 1, 1, 2, 1]
  --- converting (1, 31, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155065,9 +285317,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 1, 2, 2] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 2, 2, 2]
  --- Converting [0, 2, 2, 2, 2, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 1, 1, 2, 2]
  --- converting (1, 31, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155086,9 +285336,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 1, 2, 3] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 2, 2, 3]
  --- Converting [0, 2, 2, 2, 2, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 1, 1, 2, 3]
  --- converting (1, 31, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155107,9 +285355,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 1, 3, 0] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 2, 3, 0]
  --- Converting [0, 2, 2, 2, 2, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 2, 1, 1, 1, 0]
+ --- Result =  [1, 0, 1, 1, 1, 1, 1, 3, 0]
  --- converting (1, 31, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155128,9 +285374,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 1, 3, 1] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 2, 3, 1]
  --- Converting [0, 2, 2, 2, 2, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 1, 1, 3, 1]
  --- converting (1, 31, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155149,9 +285393,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 1, 3, 2] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 2, 3, 2]
  --- Converting [0, 2, 2, 2, 2, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 1, 1, 3, 2]
  --- converting (1, 31, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155170,9 +285412,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 0, 1, 1, 1, 1, 1, 3, 3] to configuration notation
  --- Result =  [0, 2, 2, 2, 2, 2, 3, 3]
  --- Converting [0, 2, 2, 2, 2, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 0, 1, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [1, 0, 1, 1, 1, 1, 1, 3, 3]
  --- converting (1, 32, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155190,9 +285430,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 0, 0, 0] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 0, 0, 0]
  --- Converting [2, 0, 0, 0, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 0, 0, 0, 0, 0]
+ --- Result =  [1, 1, 0, 0, 0, 0, 0, 0, 0]
  --- converting (1, 32, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155210,9 +285448,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 0, 0, 1] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 0, 0, 1]
  --- Converting [2, 0, 0, 0, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 0, 0, 0, 0, 1]
+ --- Result =  [1, 1, 0, 0, 0, 0, 0, 0, 1]
  --- converting (1, 32, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155230,9 +285466,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 0, 0, 2] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 0, 0, 2]
  --- Converting [2, 0, 0, 0, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 1, 0, 0, 0, 1]
+ --- Result =  [1, 1, 0, 0, 0, 0, 0, 0, 2]
  --- converting (1, 32, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155250,9 +285484,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 0, 0, 3] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 0, 0, 3]
  --- Converting [2, 0, 0, 0, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 2, 0, 0, 0, 1]
+ --- Result =  [1, 1, 0, 0, 0, 0, 0, 0, 3]
  --- converting (1, 32, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155272,9 +285504,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 0, 1, 0] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 0, 1, 0]
  --- Converting [2, 0, 0, 0, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 0, 0, 0, 1, 0]
+ --- Result =  [1, 1, 0, 0, 0, 0, 0, 1, 0]
  --- converting (1, 32, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155294,9 +285524,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 0, 1, 1] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 0, 1, 1]
  --- Converting [2, 0, 0, 0, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 0, 0, 1, 1]
  --- converting (1, 32, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155316,9 +285544,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 0, 1, 2] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 0, 1, 2]
  --- Converting [2, 0, 0, 0, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 0, 0, 1, 2]
  --- converting (1, 32, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155338,9 +285564,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 0, 1, 3] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 0, 1, 3]
  --- Converting [2, 0, 0, 0, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 0, 0, 1, 3]
  --- converting (1, 32, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155360,9 +285584,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 0, 2, 0] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 0, 2, 0]
  --- Converting [2, 0, 0, 0, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 1, 0, 0, 1, 0]
+ --- Result =  [1, 1, 0, 0, 0, 0, 0, 2, 0]
  --- converting (1, 32, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155382,9 +285604,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 0, 2, 1] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 0, 2, 1]
  --- Converting [2, 0, 0, 0, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 0, 0, 2, 1]
  --- converting (1, 32, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155404,9 +285624,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 0, 2, 2] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 0, 2, 2]
  --- Converting [2, 0, 0, 0, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 0, 0, 2, 2]
  --- converting (1, 32, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155426,9 +285644,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 0, 2, 3] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 0, 2, 3]
  --- Converting [2, 0, 0, 0, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 0, 0, 2, 3]
  --- converting (1, 32, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155448,9 +285664,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 0, 3, 0] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 0, 3, 0]
  --- Converting [2, 0, 0, 0, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 2, 0, 0, 1, 0]
+ --- Result =  [1, 1, 0, 0, 0, 0, 0, 3, 0]
  --- converting (1, 32, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155470,9 +285684,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 0, 3, 1] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 0, 3, 1]
  --- Converting [2, 0, 0, 0, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 0, 0, 3, 1]
  --- converting (1, 32, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155492,9 +285704,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 0, 3, 2] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 0, 3, 2]
  --- Converting [2, 0, 0, 0, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 0, 0, 3, 2]
  --- converting (1, 32, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155514,9 +285724,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 0, 3, 3] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 0, 3, 3]
  --- Converting [2, 0, 0, 0, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 0, 0, 3, 3]
  --- converting (1, 33, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155534,9 +285742,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 1, 0, 0] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 2, 0, 0]
  --- Converting [2, 0, 0, 0, 0, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 1, 0, 1, 0, 0]
+ --- Result =  [1, 1, 0, 0, 0, 0, 1, 0, 0]
  --- converting (1, 33, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155554,9 +285760,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 1, 0, 1] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 2, 0, 1]
  --- Converting [2, 0, 0, 0, 0, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 0, 0, 1, 0, 1]
+ --- Result =  [1, 1, 0, 0, 0, 0, 1, 0, 1]
  --- converting (1, 33, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155574,9 +285778,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 1, 0, 2] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 2, 0, 2]
  --- Converting [2, 0, 0, 0, 0, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 1, 0, 1, 0, 1]
+ --- Result =  [1, 1, 0, 0, 0, 0, 1, 0, 2]
  --- converting (1, 33, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155594,9 +285796,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 1, 0, 3] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 2, 0, 3]
  --- Converting [2, 0, 0, 0, 0, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 2, 0, 1, 0, 1]
+ --- Result =  [1, 1, 0, 0, 0, 0, 1, 0, 3]
  --- converting (1, 33, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155616,9 +285816,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 1, 1, 0] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 2, 1, 0]
  --- Converting [2, 0, 0, 0, 0, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 0, 0, 1, 1, 0]
+ --- Result =  [1, 1, 0, 0, 0, 0, 1, 1, 0]
  --- converting (1, 33, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155638,9 +285836,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 1, 1, 1] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 2, 1, 1]
  --- Converting [2, 0, 0, 0, 0, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 0, 1, 1, 1]
  --- converting (1, 33, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155660,9 +285856,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 1, 1, 2] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 2, 1, 2]
  --- Converting [2, 0, 0, 0, 0, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 0, 1, 1, 2]
  --- converting (1, 33, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155682,9 +285876,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 1, 1, 3] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 2, 1, 3]
  --- Converting [2, 0, 0, 0, 0, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 0, 1, 1, 3]
  --- converting (1, 33, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155704,9 +285896,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 1, 2, 0] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 2, 2, 0]
  --- Converting [2, 0, 0, 0, 0, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 1, 0, 1, 1, 0]
+ --- Result =  [1, 1, 0, 0, 0, 0, 1, 2, 0]
  --- converting (1, 33, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155726,9 +285916,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 1, 2, 1] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 2, 2, 1]
  --- Converting [2, 0, 0, 0, 0, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 0, 1, 2, 1]
  --- converting (1, 33, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155748,9 +285936,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 1, 2, 2] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 2, 2, 2]
  --- Converting [2, 0, 0, 0, 0, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 0, 1, 2, 2]
  --- converting (1, 33, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155770,9 +285956,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 1, 2, 3] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 2, 2, 3]
  --- Converting [2, 0, 0, 0, 0, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 0, 1, 2, 3]
  --- converting (1, 33, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155792,9 +285976,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 1, 3, 0] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 2, 3, 0]
  --- Converting [2, 0, 0, 0, 0, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 2, 0, 1, 1, 0]
+ --- Result =  [1, 1, 0, 0, 0, 0, 1, 3, 0]
  --- converting (1, 33, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155814,9 +285996,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 1, 3, 1] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 2, 3, 1]
  --- Converting [2, 0, 0, 0, 0, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 0, 1, 3, 1]
  --- converting (1, 33, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155836,9 +286016,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 1, 3, 2] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 2, 3, 2]
  --- Converting [2, 0, 0, 0, 0, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 0, 1, 3, 2]
  --- converting (1, 33, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155858,9 +286036,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 0, 1, 3, 3] to configuration notation
  --- Result =  [2, 0, 0, 0, 0, 2, 3, 3]
  --- Converting [2, 0, 0, 0, 0, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 0, 1, 3, 3]
  --- converting (1, 34, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155878,9 +286054,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 0, 0, 0] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 0, 0, 0]
  --- Converting [2, 0, 0, 0, 2, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 1, 1, 0, 0, 0]
+ --- Result =  [1, 1, 0, 0, 0, 1, 0, 0, 0]
  --- converting (1, 34, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155898,9 +286072,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 0, 0, 1] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 0, 0, 1]
  --- Converting [2, 0, 0, 0, 2, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 0, 1, 0, 0, 1]
+ --- Result =  [1, 1, 0, 0, 0, 1, 0, 0, 1]
  --- converting (1, 34, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155918,9 +286090,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 0, 0, 2] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 0, 0, 2]
  --- Converting [2, 0, 0, 0, 2, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 1, 1, 0, 0, 1]
+ --- Result =  [1, 1, 0, 0, 0, 1, 0, 0, 2]
  --- converting (1, 34, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155938,9 +286108,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 0, 0, 3] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 0, 0, 3]
  --- Converting [2, 0, 0, 0, 2, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 2, 1, 0, 0, 1]
+ --- Result =  [1, 1, 0, 0, 0, 1, 0, 0, 3]
  --- converting (1, 34, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155960,9 +286128,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 0, 1, 0] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 0, 1, 0]
  --- Converting [2, 0, 0, 0, 2, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 0, 1, 0, 1, 0]
+ --- Result =  [1, 1, 0, 0, 0, 1, 0, 1, 0]
  --- converting (1, 34, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -155982,9 +286148,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 0, 1, 1] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 0, 1, 1]
  --- Converting [2, 0, 0, 0, 2, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 1, 0, 1, 1]
  --- converting (1, 34, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156004,9 +286168,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 0, 1, 2] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 0, 1, 2]
  --- Converting [2, 0, 0, 0, 2, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 1, 0, 1, 2]
  --- converting (1, 34, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156026,9 +286188,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 0, 1, 3] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 0, 1, 3]
  --- Converting [2, 0, 0, 0, 2, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 1, 0, 1, 3]
  --- converting (1, 34, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156048,9 +286208,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 0, 2, 0] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 0, 2, 0]
  --- Converting [2, 0, 0, 0, 2, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 1, 1, 0, 1, 0]
+ --- Result =  [1, 1, 0, 0, 0, 1, 0, 2, 0]
  --- converting (1, 34, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156070,9 +286228,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 0, 2, 1] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 0, 2, 1]
  --- Converting [2, 0, 0, 0, 2, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 1, 0, 2, 1]
  --- converting (1, 34, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156092,9 +286248,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 0, 2, 2] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 0, 2, 2]
  --- Converting [2, 0, 0, 0, 2, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 1, 0, 2, 2]
  --- converting (1, 34, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156114,9 +286268,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 0, 2, 3] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 0, 2, 3]
  --- Converting [2, 0, 0, 0, 2, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 1, 0, 2, 3]
  --- converting (1, 34, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156136,9 +286288,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 0, 3, 0] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 0, 3, 0]
  --- Converting [2, 0, 0, 0, 2, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 2, 1, 0, 1, 0]
+ --- Result =  [1, 1, 0, 0, 0, 1, 0, 3, 0]
  --- converting (1, 34, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156158,9 +286308,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 0, 3, 1] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 0, 3, 1]
  --- Converting [2, 0, 0, 0, 2, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 1, 0, 3, 1]
  --- converting (1, 34, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156180,9 +286328,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 0, 3, 2] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 0, 3, 2]
  --- Converting [2, 0, 0, 0, 2, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 1, 0, 3, 2]
  --- converting (1, 34, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156202,9 +286348,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 0, 3, 3] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 0, 3, 3]
  --- Converting [2, 0, 0, 0, 2, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 1, 0, 3, 3]
  --- converting (1, 35, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156222,9 +286366,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 1, 0, 0] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 2, 0, 0]
  --- Converting [2, 0, 0, 0, 2, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 1, 1, 1, 0, 0]
+ --- Result =  [1, 1, 0, 0, 0, 1, 1, 0, 0]
  --- converting (1, 35, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156242,9 +286384,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 1, 0, 1] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 2, 0, 1]
  --- Converting [2, 0, 0, 0, 2, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 0, 1, 1, 0, 1]
+ --- Result =  [1, 1, 0, 0, 0, 1, 1, 0, 1]
  --- converting (1, 35, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156262,9 +286402,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 1, 0, 2] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 2, 0, 2]
  --- Converting [2, 0, 0, 0, 2, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 1, 1, 1, 0, 1]
+ --- Result =  [1, 1, 0, 0, 0, 1, 1, 0, 2]
  --- converting (1, 35, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156282,9 +286420,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 1, 0, 3] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 2, 0, 3]
  --- Converting [2, 0, 0, 0, 2, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 2, 1, 1, 0, 1]
+ --- Result =  [1, 1, 0, 0, 0, 1, 1, 0, 3]
  --- converting (1, 35, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156304,9 +286440,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 1, 1, 0] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 2, 1, 0]
  --- Converting [2, 0, 0, 0, 2, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 0, 1, 1, 1, 0]
+ --- Result =  [1, 1, 0, 0, 0, 1, 1, 1, 0]
  --- converting (1, 35, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156326,9 +286460,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 1, 1, 1] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 2, 1, 1]
  --- Converting [2, 0, 0, 0, 2, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 1, 1, 1, 1]
  --- converting (1, 35, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156348,9 +286480,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 1, 1, 2] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 2, 1, 2]
  --- Converting [2, 0, 0, 0, 2, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 1, 1, 1, 2]
  --- converting (1, 35, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156370,9 +286500,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 1, 1, 3] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 2, 1, 3]
  --- Converting [2, 0, 0, 0, 2, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 1, 1, 1, 3]
  --- converting (1, 35, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156392,9 +286520,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 1, 2, 0] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 2, 2, 0]
  --- Converting [2, 0, 0, 0, 2, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 1, 1, 1, 1, 0]
+ --- Result =  [1, 1, 0, 0, 0, 1, 1, 2, 0]
  --- converting (1, 35, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156414,9 +286540,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 1, 2, 1] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 2, 2, 1]
  --- Converting [2, 0, 0, 0, 2, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 1, 1, 2, 1]
  --- converting (1, 35, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156436,9 +286560,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 1, 2, 2] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 2, 2, 2]
  --- Converting [2, 0, 0, 0, 2, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 1, 1, 2, 2]
  --- converting (1, 35, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156458,9 +286580,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 1, 2, 3] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 2, 2, 3]
  --- Converting [2, 0, 0, 0, 2, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 1, 1, 2, 3]
  --- converting (1, 35, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156480,9 +286600,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 1, 3, 0] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 2, 3, 0]
  --- Converting [2, 0, 0, 0, 2, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 2, 1, 1, 1, 0]
+ --- Result =  [1, 1, 0, 0, 0, 1, 1, 3, 0]
  --- converting (1, 35, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156502,9 +286620,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 1, 3, 1] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 2, 3, 1]
  --- Converting [2, 0, 0, 0, 2, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 1, 1, 3, 1]
  --- converting (1, 35, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156524,9 +286640,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 1, 3, 2] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 2, 3, 2]
  --- Converting [2, 0, 0, 0, 2, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 1, 1, 3, 2]
  --- converting (1, 35, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156546,9 +286660,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 0, 1, 1, 3, 3] to configuration notation
  --- Result =  [2, 0, 0, 0, 2, 2, 3, 3]
  --- Converting [2, 0, 0, 0, 2, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 0, 1, 1, 3, 3]
  --- converting (1, 36, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156566,9 +286678,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 0, 0, 0] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 0, 0, 0]
  --- Converting [2, 0, 0, 2, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 0, 0, 0, 0, 0]
+ --- Result =  [1, 1, 0, 0, 1, 0, 0, 0, 0]
  --- converting (1, 36, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156586,9 +286696,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 0, 0, 1] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 0, 0, 1]
  --- Converting [2, 0, 0, 2, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 0, 0, 0, 0, 1]
+ --- Result =  [1, 1, 0, 0, 1, 0, 0, 0, 1]
  --- converting (1, 36, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156606,9 +286714,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 0, 0, 2] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 0, 0, 2]
  --- Converting [2, 0, 0, 2, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 1, 0, 0, 0, 1]
+ --- Result =  [1, 1, 0, 0, 1, 0, 0, 0, 2]
  --- converting (1, 36, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156626,9 +286732,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 0, 0, 3] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 0, 0, 3]
  --- Converting [2, 0, 0, 2, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 2, 0, 0, 0, 1]
+ --- Result =  [1, 1, 0, 0, 1, 0, 0, 0, 3]
  --- converting (1, 36, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156648,9 +286752,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 0, 1, 0] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 0, 1, 0]
  --- Converting [2, 0, 0, 2, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 0, 0, 0, 1, 0]
+ --- Result =  [1, 1, 0, 0, 1, 0, 0, 1, 0]
  --- converting (1, 36, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156670,9 +286772,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 0, 1, 1] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 0, 1, 1]
  --- Converting [2, 0, 0, 2, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 0, 0, 1, 1]
  --- converting (1, 36, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156692,9 +286792,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 0, 1, 2] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 0, 1, 2]
  --- Converting [2, 0, 0, 2, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 0, 0, 1, 2]
  --- converting (1, 36, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156714,9 +286812,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 0, 1, 3] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 0, 1, 3]
  --- Converting [2, 0, 0, 2, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 0, 0, 1, 3]
  --- converting (1, 36, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156736,9 +286832,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 0, 2, 0] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 0, 2, 0]
  --- Converting [2, 0, 0, 2, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 1, 0, 0, 1, 0]
+ --- Result =  [1, 1, 0, 0, 1, 0, 0, 2, 0]
  --- converting (1, 36, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156758,9 +286852,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 0, 2, 1] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 0, 2, 1]
  --- Converting [2, 0, 0, 2, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 0, 0, 2, 1]
  --- converting (1, 36, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156780,9 +286872,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 0, 2, 2] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 0, 2, 2]
  --- Converting [2, 0, 0, 2, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 0, 0, 2, 2]
  --- converting (1, 36, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156802,9 +286892,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 0, 2, 3] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 0, 2, 3]
  --- Converting [2, 0, 0, 2, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 0, 0, 2, 3]
  --- converting (1, 36, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156824,9 +286912,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 0, 3, 0] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 0, 3, 0]
  --- Converting [2, 0, 0, 2, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 2, 0, 0, 1, 0]
+ --- Result =  [1, 1, 0, 0, 1, 0, 0, 3, 0]
  --- converting (1, 36, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156846,9 +286932,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 0, 3, 1] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 0, 3, 1]
  --- Converting [2, 0, 0, 2, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 0, 0, 3, 1]
  --- converting (1, 36, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156868,9 +286952,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 0, 3, 2] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 0, 3, 2]
  --- Converting [2, 0, 0, 2, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 0, 0, 3, 2]
  --- converting (1, 36, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156890,9 +286972,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 0, 3, 3] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 0, 3, 3]
  --- Converting [2, 0, 0, 2, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 0, 0, 3, 3]
  --- converting (1, 37, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156910,9 +286990,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 1, 0, 0] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 2, 0, 0]
  --- Converting [2, 0, 0, 2, 0, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 1, 0, 1, 0, 0]
+ --- Result =  [1, 1, 0, 0, 1, 0, 1, 0, 0]
  --- converting (1, 37, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156930,9 +287008,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 1, 0, 1] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 2, 0, 1]
  --- Converting [2, 0, 0, 2, 0, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 0, 0, 1, 0, 1]
+ --- Result =  [1, 1, 0, 0, 1, 0, 1, 0, 1]
  --- converting (1, 37, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156950,9 +287026,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 1, 0, 2] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 2, 0, 2]
  --- Converting [2, 0, 0, 2, 0, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 1, 0, 1, 0, 1]
+ --- Result =  [1, 1, 0, 0, 1, 0, 1, 0, 2]
  --- converting (1, 37, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156970,9 +287044,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 1, 0, 3] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 2, 0, 3]
  --- Converting [2, 0, 0, 2, 0, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 2, 0, 1, 0, 1]
+ --- Result =  [1, 1, 0, 0, 1, 0, 1, 0, 3]
  --- converting (1, 37, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -156992,9 +287064,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 1, 1, 0] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 2, 1, 0]
  --- Converting [2, 0, 0, 2, 0, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 0, 0, 1, 1, 0]
+ --- Result =  [1, 1, 0, 0, 1, 0, 1, 1, 0]
  --- converting (1, 37, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157014,9 +287084,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 1, 1, 1] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 2, 1, 1]
  --- Converting [2, 0, 0, 2, 0, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 0, 1, 1, 1]
  --- converting (1, 37, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157036,9 +287104,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 1, 1, 2] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 2, 1, 2]
  --- Converting [2, 0, 0, 2, 0, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 0, 1, 1, 2]
  --- converting (1, 37, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157058,9 +287124,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 1, 1, 3] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 2, 1, 3]
  --- Converting [2, 0, 0, 2, 0, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 0, 1, 1, 3]
  --- converting (1, 37, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157080,9 +287144,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 1, 2, 0] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 2, 2, 0]
  --- Converting [2, 0, 0, 2, 0, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 1, 0, 1, 1, 0]
+ --- Result =  [1, 1, 0, 0, 1, 0, 1, 2, 0]
  --- converting (1, 37, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157102,9 +287164,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 1, 2, 1] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 2, 2, 1]
  --- Converting [2, 0, 0, 2, 0, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 0, 1, 2, 1]
  --- converting (1, 37, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157124,9 +287184,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 1, 2, 2] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 2, 2, 2]
  --- Converting [2, 0, 0, 2, 0, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 0, 1, 2, 2]
  --- converting (1, 37, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157146,9 +287204,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 1, 2, 3] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 2, 2, 3]
  --- Converting [2, 0, 0, 2, 0, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 0, 1, 2, 3]
  --- converting (1, 37, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157168,9 +287224,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 1, 3, 0] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 2, 3, 0]
  --- Converting [2, 0, 0, 2, 0, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 2, 0, 1, 1, 0]
+ --- Result =  [1, 1, 0, 0, 1, 0, 1, 3, 0]
  --- converting (1, 37, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157190,9 +287244,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 1, 3, 1] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 2, 3, 1]
  --- Converting [2, 0, 0, 2, 0, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 0, 1, 3, 1]
  --- converting (1, 37, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157212,9 +287264,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 1, 3, 2] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 2, 3, 2]
  --- Converting [2, 0, 0, 2, 0, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 0, 1, 3, 2]
  --- converting (1, 37, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157234,9 +287284,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 0, 1, 3, 3] to configuration notation
  --- Result =  [2, 0, 0, 2, 0, 2, 3, 3]
  --- Converting [2, 0, 0, 2, 0, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 0, 1, 3, 3]
  --- converting (1, 38, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157254,9 +287302,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 0, 0, 0] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 0, 0, 0]
  --- Converting [2, 0, 0, 2, 2, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 1, 1, 0, 0, 0]
+ --- Result =  [1, 1, 0, 0, 1, 1, 0, 0, 0]
  --- converting (1, 38, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157274,9 +287320,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 0, 0, 1] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 0, 0, 1]
  --- Converting [2, 0, 0, 2, 2, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 0, 1, 0, 0, 1]
+ --- Result =  [1, 1, 0, 0, 1, 1, 0, 0, 1]
  --- converting (1, 38, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157294,9 +287338,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 0, 0, 2] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 0, 0, 2]
  --- Converting [2, 0, 0, 2, 2, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 1, 1, 0, 0, 1]
+ --- Result =  [1, 1, 0, 0, 1, 1, 0, 0, 2]
  --- converting (1, 38, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157314,9 +287356,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 0, 0, 3] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 0, 0, 3]
  --- Converting [2, 0, 0, 2, 2, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 2, 1, 0, 0, 1]
+ --- Result =  [1, 1, 0, 0, 1, 1, 0, 0, 3]
  --- converting (1, 38, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157336,9 +287376,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 0, 1, 0] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 0, 1, 0]
  --- Converting [2, 0, 0, 2, 2, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 0, 1, 0, 1, 0]
+ --- Result =  [1, 1, 0, 0, 1, 1, 0, 1, 0]
  --- converting (1, 38, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157358,9 +287396,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 0, 1, 1] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 0, 1, 1]
  --- Converting [2, 0, 0, 2, 2, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 1, 0, 1, 1]
  --- converting (1, 38, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157380,9 +287416,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 0, 1, 2] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 0, 1, 2]
  --- Converting [2, 0, 0, 2, 2, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 1, 0, 1, 2]
  --- converting (1, 38, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157402,9 +287436,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 0, 1, 3] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 0, 1, 3]
  --- Converting [2, 0, 0, 2, 2, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 1, 0, 1, 3]
  --- converting (1, 38, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157424,9 +287456,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 0, 2, 0] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 0, 2, 0]
  --- Converting [2, 0, 0, 2, 2, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 1, 1, 0, 1, 0]
+ --- Result =  [1, 1, 0, 0, 1, 1, 0, 2, 0]
  --- converting (1, 38, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157446,9 +287476,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 0, 2, 1] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 0, 2, 1]
  --- Converting [2, 0, 0, 2, 2, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 1, 0, 2, 1]
  --- converting (1, 38, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157468,9 +287496,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 0, 2, 2] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 0, 2, 2]
  --- Converting [2, 0, 0, 2, 2, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 1, 0, 2, 2]
  --- converting (1, 38, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157490,9 +287516,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 0, 2, 3] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 0, 2, 3]
  --- Converting [2, 0, 0, 2, 2, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 1, 0, 2, 3]
  --- converting (1, 38, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157512,9 +287536,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 0, 3, 0] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 0, 3, 0]
  --- Converting [2, 0, 0, 2, 2, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 2, 1, 0, 1, 0]
+ --- Result =  [1, 1, 0, 0, 1, 1, 0, 3, 0]
  --- converting (1, 38, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157534,9 +287556,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 0, 3, 1] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 0, 3, 1]
  --- Converting [2, 0, 0, 2, 2, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 1, 0, 3, 1]
  --- converting (1, 38, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157556,9 +287576,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 0, 3, 2] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 0, 3, 2]
  --- Converting [2, 0, 0, 2, 2, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 1, 0, 3, 2]
  --- converting (1, 38, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157578,9 +287596,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 0, 3, 3] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 0, 3, 3]
  --- Converting [2, 0, 0, 2, 2, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 1, 0, 3, 3]
  --- converting (1, 39, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157598,9 +287614,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 1, 0, 0] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 2, 0, 0]
  --- Converting [2, 0, 0, 2, 2, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 1, 1, 1, 0, 0]
+ --- Result =  [1, 1, 0, 0, 1, 1, 1, 0, 0]
  --- converting (1, 39, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157618,9 +287632,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 1, 0, 1] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 2, 0, 1]
  --- Converting [2, 0, 0, 2, 2, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 0, 1, 1, 0, 1]
+ --- Result =  [1, 1, 0, 0, 1, 1, 1, 0, 1]
  --- converting (1, 39, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157638,9 +287650,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 1, 0, 2] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 2, 0, 2]
  --- Converting [2, 0, 0, 2, 2, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 1, 1, 1, 0, 1]
+ --- Result =  [1, 1, 0, 0, 1, 1, 1, 0, 2]
  --- converting (1, 39, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157658,9 +287668,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 1, 0, 3] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 2, 0, 3]
  --- Converting [2, 0, 0, 2, 2, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 2, 1, 1, 0, 1]
+ --- Result =  [1, 1, 0, 0, 1, 1, 1, 0, 3]
  --- converting (1, 39, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157680,9 +287688,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 1, 1, 0] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 2, 1, 0]
  --- Converting [2, 0, 0, 2, 2, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 0, 1, 1, 1, 0]
+ --- Result =  [1, 1, 0, 0, 1, 1, 1, 1, 0]
  --- converting (1, 39, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157702,9 +287708,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 1, 1, 1] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 2, 1, 1]
  --- Converting [2, 0, 0, 2, 2, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 1, 1, 1, 1]
  --- converting (1, 39, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157724,9 +287728,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 1, 1, 2] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 2, 1, 2]
  --- Converting [2, 0, 0, 2, 2, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 1, 1, 1, 2]
  --- converting (1, 39, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157746,9 +287748,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 1, 1, 3] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 2, 1, 3]
  --- Converting [2, 0, 0, 2, 2, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 1, 1, 1, 3]
  --- converting (1, 39, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157768,9 +287768,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 1, 2, 0] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 2, 2, 0]
  --- Converting [2, 0, 0, 2, 2, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 1, 1, 1, 1, 0]
+ --- Result =  [1, 1, 0, 0, 1, 1, 1, 2, 0]
  --- converting (1, 39, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157790,9 +287788,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 1, 2, 1] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 2, 2, 1]
  --- Converting [2, 0, 0, 2, 2, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 1, 1, 2, 1]
  --- converting (1, 39, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157812,9 +287808,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 1, 2, 2] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 2, 2, 2]
  --- Converting [2, 0, 0, 2, 2, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 1, 1, 2, 2]
  --- converting (1, 39, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157834,9 +287828,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 1, 2, 3] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 2, 2, 3]
  --- Converting [2, 0, 0, 2, 2, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 1, 1, 2, 3]
  --- converting (1, 39, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157856,9 +287848,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 1, 3, 0] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 2, 3, 0]
  --- Converting [2, 0, 0, 2, 2, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 2, 1, 1, 1, 0]
+ --- Result =  [1, 1, 0, 0, 1, 1, 1, 3, 0]
  --- converting (1, 39, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157878,9 +287868,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 1, 3, 1] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 2, 3, 1]
  --- Converting [2, 0, 0, 2, 2, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 1, 1, 3, 1]
  --- converting (1, 39, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157900,9 +287888,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 1, 3, 2] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 2, 3, 2]
  --- Converting [2, 0, 0, 2, 2, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 1, 1, 3, 2]
  --- converting (1, 39, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157922,9 +287908,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 0, 1, 1, 1, 3, 3] to configuration notation
  --- Result =  [2, 0, 0, 2, 2, 2, 3, 3]
  --- Converting [2, 0, 0, 2, 2, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 0, 1, 1, 1, 3, 3]
  --- converting (1, 40, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157942,9 +287926,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 0, 0, 0] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 0, 0, 0]
  --- Converting [2, 0, 2, 0, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 0, 0, 0, 0, 0]
+ --- Result =  [1, 1, 0, 1, 0, 0, 0, 0, 0]
  --- converting (1, 40, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157962,9 +287944,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 0, 0, 1] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 0, 0, 1]
  --- Converting [2, 0, 2, 0, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 0, 0, 0, 0, 1]
+ --- Result =  [1, 1, 0, 1, 0, 0, 0, 0, 1]
  --- converting (1, 40, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -157982,9 +287962,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 0, 0, 2] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 0, 0, 2]
  --- Converting [2, 0, 2, 0, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 1, 0, 0, 0, 1]
+ --- Result =  [1, 1, 0, 1, 0, 0, 0, 0, 2]
  --- converting (1, 40, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158002,9 +287980,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 0, 0, 3] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 0, 0, 3]
  --- Converting [2, 0, 2, 0, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 2, 0, 0, 0, 1]
+ --- Result =  [1, 1, 0, 1, 0, 0, 0, 0, 3]
  --- converting (1, 40, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158024,9 +288000,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 0, 1, 0] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 0, 1, 0]
  --- Converting [2, 0, 2, 0, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 0, 0, 0, 1, 0]
+ --- Result =  [1, 1, 0, 1, 0, 0, 0, 1, 0]
  --- converting (1, 40, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158046,9 +288020,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 0, 1, 1] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 0, 1, 1]
  --- Converting [2, 0, 2, 0, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 0, 0, 1, 1]
  --- converting (1, 40, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158068,9 +288040,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 0, 1, 2] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 0, 1, 2]
  --- Converting [2, 0, 2, 0, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 0, 0, 1, 2]
  --- converting (1, 40, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158090,9 +288060,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 0, 1, 3] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 0, 1, 3]
  --- Converting [2, 0, 2, 0, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 0, 0, 1, 3]
  --- converting (1, 40, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158112,9 +288080,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 0, 2, 0] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 0, 2, 0]
  --- Converting [2, 0, 2, 0, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 1, 0, 0, 1, 0]
+ --- Result =  [1, 1, 0, 1, 0, 0, 0, 2, 0]
  --- converting (1, 40, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158134,9 +288100,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 0, 2, 1] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 0, 2, 1]
  --- Converting [2, 0, 2, 0, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 0, 0, 2, 1]
  --- converting (1, 40, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158156,9 +288120,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 0, 2, 2] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 0, 2, 2]
  --- Converting [2, 0, 2, 0, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 0, 0, 2, 2]
  --- converting (1, 40, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158178,9 +288140,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 0, 2, 3] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 0, 2, 3]
  --- Converting [2, 0, 2, 0, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 0, 0, 2, 3]
  --- converting (1, 40, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158200,9 +288160,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 0, 3, 0] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 0, 3, 0]
  --- Converting [2, 0, 2, 0, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 2, 0, 0, 1, 0]
+ --- Result =  [1, 1, 0, 1, 0, 0, 0, 3, 0]
  --- converting (1, 40, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158222,9 +288180,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 0, 3, 1] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 0, 3, 1]
  --- Converting [2, 0, 2, 0, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 0, 0, 3, 1]
  --- converting (1, 40, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158244,9 +288200,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 0, 3, 2] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 0, 3, 2]
  --- Converting [2, 0, 2, 0, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 0, 0, 3, 2]
  --- converting (1, 40, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158266,9 +288220,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 0, 3, 3] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 0, 3, 3]
  --- Converting [2, 0, 2, 0, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 0, 0, 3, 3]
  --- converting (1, 41, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158286,9 +288238,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 1, 0, 0] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 2, 0, 0]
  --- Converting [2, 0, 2, 0, 0, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 1, 0, 1, 0, 0]
+ --- Result =  [1, 1, 0, 1, 0, 0, 1, 0, 0]
  --- converting (1, 41, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158306,9 +288256,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 1, 0, 1] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 2, 0, 1]
  --- Converting [2, 0, 2, 0, 0, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 0, 0, 1, 0, 1]
+ --- Result =  [1, 1, 0, 1, 0, 0, 1, 0, 1]
  --- converting (1, 41, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158326,9 +288274,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 1, 0, 2] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 2, 0, 2]
  --- Converting [2, 0, 2, 0, 0, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 1, 0, 1, 0, 1]
+ --- Result =  [1, 1, 0, 1, 0, 0, 1, 0, 2]
  --- converting (1, 41, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158346,9 +288292,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 1, 0, 3] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 2, 0, 3]
  --- Converting [2, 0, 2, 0, 0, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 2, 0, 1, 0, 1]
+ --- Result =  [1, 1, 0, 1, 0, 0, 1, 0, 3]
  --- converting (1, 41, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158368,9 +288312,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 1, 1, 0] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 2, 1, 0]
  --- Converting [2, 0, 2, 0, 0, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 0, 0, 1, 1, 0]
+ --- Result =  [1, 1, 0, 1, 0, 0, 1, 1, 0]
  --- converting (1, 41, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158390,9 +288332,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 1, 1, 1] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 2, 1, 1]
  --- Converting [2, 0, 2, 0, 0, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 0, 1, 1, 1]
  --- converting (1, 41, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158412,9 +288352,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 1, 1, 2] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 2, 1, 2]
  --- Converting [2, 0, 2, 0, 0, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 0, 1, 1, 2]
  --- converting (1, 41, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158434,9 +288372,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 1, 1, 3] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 2, 1, 3]
  --- Converting [2, 0, 2, 0, 0, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 0, 1, 1, 3]
  --- converting (1, 41, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158456,9 +288392,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 1, 2, 0] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 2, 2, 0]
  --- Converting [2, 0, 2, 0, 0, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 1, 0, 1, 1, 0]
+ --- Result =  [1, 1, 0, 1, 0, 0, 1, 2, 0]
  --- converting (1, 41, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158478,9 +288412,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 1, 2, 1] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 2, 2, 1]
  --- Converting [2, 0, 2, 0, 0, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 0, 1, 2, 1]
  --- converting (1, 41, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158500,9 +288432,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 1, 2, 2] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 2, 2, 2]
  --- Converting [2, 0, 2, 0, 0, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 0, 1, 2, 2]
  --- converting (1, 41, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158522,9 +288452,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 1, 2, 3] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 2, 2, 3]
  --- Converting [2, 0, 2, 0, 0, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 0, 1, 2, 3]
  --- converting (1, 41, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158544,9 +288472,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 1, 3, 0] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 2, 3, 0]
  --- Converting [2, 0, 2, 0, 0, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 2, 0, 1, 1, 0]
+ --- Result =  [1, 1, 0, 1, 0, 0, 1, 3, 0]
  --- converting (1, 41, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158566,9 +288492,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 1, 3, 1] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 2, 3, 1]
  --- Converting [2, 0, 2, 0, 0, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 0, 1, 3, 1]
  --- converting (1, 41, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158588,9 +288512,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 1, 3, 2] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 2, 3, 2]
  --- Converting [2, 0, 2, 0, 0, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 0, 1, 3, 2]
  --- converting (1, 41, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158610,9 +288532,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 0, 1, 3, 3] to configuration notation
  --- Result =  [2, 0, 2, 0, 0, 2, 3, 3]
  --- Converting [2, 0, 2, 0, 0, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 0, 1, 3, 3]
  --- converting (1, 42, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158630,9 +288550,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 0, 0, 0] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 0, 0, 0]
  --- Converting [2, 0, 2, 0, 2, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 1, 1, 0, 0, 0]
+ --- Result =  [1, 1, 0, 1, 0, 1, 0, 0, 0]
  --- converting (1, 42, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158650,9 +288568,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 0, 0, 1] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 0, 0, 1]
  --- Converting [2, 0, 2, 0, 2, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 0, 1, 0, 0, 1]
+ --- Result =  [1, 1, 0, 1, 0, 1, 0, 0, 1]
  --- converting (1, 42, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158670,9 +288586,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 0, 0, 2] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 0, 0, 2]
  --- Converting [2, 0, 2, 0, 2, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 1, 1, 0, 0, 1]
+ --- Result =  [1, 1, 0, 1, 0, 1, 0, 0, 2]
  --- converting (1, 42, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158690,9 +288604,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 0, 0, 3] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 0, 0, 3]
  --- Converting [2, 0, 2, 0, 2, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 2, 1, 0, 0, 1]
+ --- Result =  [1, 1, 0, 1, 0, 1, 0, 0, 3]
  --- converting (1, 42, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158712,9 +288624,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 0, 1, 0] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 0, 1, 0]
  --- Converting [2, 0, 2, 0, 2, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 0, 1, 0, 1, 0]
+ --- Result =  [1, 1, 0, 1, 0, 1, 0, 1, 0]
  --- converting (1, 42, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158734,9 +288644,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 0, 1, 1] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 0, 1, 1]
  --- Converting [2, 0, 2, 0, 2, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 1, 0, 1, 1]
  --- converting (1, 42, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158756,9 +288664,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 0, 1, 2] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 0, 1, 2]
  --- Converting [2, 0, 2, 0, 2, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 1, 0, 1, 2]
  --- converting (1, 42, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158778,9 +288684,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 0, 1, 3] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 0, 1, 3]
  --- Converting [2, 0, 2, 0, 2, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 1, 0, 1, 3]
  --- converting (1, 42, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158800,9 +288704,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 0, 2, 0] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 0, 2, 0]
  --- Converting [2, 0, 2, 0, 2, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 1, 1, 0, 1, 0]
+ --- Result =  [1, 1, 0, 1, 0, 1, 0, 2, 0]
  --- converting (1, 42, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158822,9 +288724,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 0, 2, 1] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 0, 2, 1]
  --- Converting [2, 0, 2, 0, 2, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 1, 0, 2, 1]
  --- converting (1, 42, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158844,9 +288744,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 0, 2, 2] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 0, 2, 2]
  --- Converting [2, 0, 2, 0, 2, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 1, 0, 2, 2]
  --- converting (1, 42, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158866,9 +288764,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 0, 2, 3] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 0, 2, 3]
  --- Converting [2, 0, 2, 0, 2, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 1, 0, 2, 3]
  --- converting (1, 42, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158888,9 +288784,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 0, 3, 0] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 0, 3, 0]
  --- Converting [2, 0, 2, 0, 2, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 2, 1, 0, 1, 0]
+ --- Result =  [1, 1, 0, 1, 0, 1, 0, 3, 0]
  --- converting (1, 42, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158910,9 +288804,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 0, 3, 1] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 0, 3, 1]
  --- Converting [2, 0, 2, 0, 2, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 1, 0, 3, 1]
  --- converting (1, 42, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158932,9 +288824,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 0, 3, 2] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 0, 3, 2]
  --- Converting [2, 0, 2, 0, 2, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 1, 0, 3, 2]
  --- converting (1, 42, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158954,9 +288844,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 0, 3, 3] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 0, 3, 3]
  --- Converting [2, 0, 2, 0, 2, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 1, 0, 3, 3]
  --- converting (1, 43, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158974,9 +288862,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 1, 0, 0] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 2, 0, 0]
  --- Converting [2, 0, 2, 0, 2, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 1, 1, 1, 0, 0]
+ --- Result =  [1, 1, 0, 1, 0, 1, 1, 0, 0]
  --- converting (1, 43, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -158994,9 +288880,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 1, 0, 1] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 2, 0, 1]
  --- Converting [2, 0, 2, 0, 2, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 0, 1, 1, 0, 1]
+ --- Result =  [1, 1, 0, 1, 0, 1, 1, 0, 1]
  --- converting (1, 43, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159014,9 +288898,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 1, 0, 2] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 2, 0, 2]
  --- Converting [2, 0, 2, 0, 2, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 1, 1, 1, 0, 1]
+ --- Result =  [1, 1, 0, 1, 0, 1, 1, 0, 2]
  --- converting (1, 43, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159034,9 +288916,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 1, 0, 3] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 2, 0, 3]
  --- Converting [2, 0, 2, 0, 2, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 2, 1, 1, 0, 1]
+ --- Result =  [1, 1, 0, 1, 0, 1, 1, 0, 3]
  --- converting (1, 43, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159056,9 +288936,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 1, 1, 0] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 2, 1, 0]
  --- Converting [2, 0, 2, 0, 2, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 0, 1, 1, 1, 0]
+ --- Result =  [1, 1, 0, 1, 0, 1, 1, 1, 0]
  --- converting (1, 43, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159078,9 +288956,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 1, 1, 1] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 2, 1, 1]
  --- Converting [2, 0, 2, 0, 2, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 1, 1, 1, 1]
  --- converting (1, 43, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159100,9 +288976,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 1, 1, 2] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 2, 1, 2]
  --- Converting [2, 0, 2, 0, 2, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 1, 1, 1, 2]
  --- converting (1, 43, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159122,9 +288996,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 1, 1, 3] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 2, 1, 3]
  --- Converting [2, 0, 2, 0, 2, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 1, 1, 1, 3]
  --- converting (1, 43, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159144,9 +289016,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 1, 2, 0] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 2, 2, 0]
  --- Converting [2, 0, 2, 0, 2, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 1, 1, 1, 1, 0]
+ --- Result =  [1, 1, 0, 1, 0, 1, 1, 2, 0]
  --- converting (1, 43, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159166,9 +289036,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 1, 2, 1] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 2, 2, 1]
  --- Converting [2, 0, 2, 0, 2, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 1, 1, 2, 1]
  --- converting (1, 43, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159188,9 +289056,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 1, 2, 2] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 2, 2, 2]
  --- Converting [2, 0, 2, 0, 2, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 1, 1, 2, 2]
  --- converting (1, 43, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159210,9 +289076,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 1, 2, 3] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 2, 2, 3]
  --- Converting [2, 0, 2, 0, 2, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 1, 1, 2, 3]
  --- converting (1, 43, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159232,9 +289096,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 1, 3, 0] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 2, 3, 0]
  --- Converting [2, 0, 2, 0, 2, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 2, 1, 1, 1, 0]
+ --- Result =  [1, 1, 0, 1, 0, 1, 1, 3, 0]
  --- converting (1, 43, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159254,9 +289116,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 1, 3, 1] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 2, 3, 1]
  --- Converting [2, 0, 2, 0, 2, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 1, 1, 3, 1]
  --- converting (1, 43, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159276,9 +289136,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 1, 3, 2] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 2, 3, 2]
  --- Converting [2, 0, 2, 0, 2, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 1, 1, 3, 2]
  --- converting (1, 43, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159298,9 +289156,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 0, 1, 1, 3, 3] to configuration notation
  --- Result =  [2, 0, 2, 0, 2, 2, 3, 3]
  --- Converting [2, 0, 2, 0, 2, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 0, 1, 1, 3, 3]
  --- converting (1, 44, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159318,9 +289174,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 0, 0, 0] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 0, 0, 0]
  --- Converting [2, 0, 2, 2, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 0, 0, 0, 0, 0]
+ --- Result =  [1, 1, 0, 1, 1, 0, 0, 0, 0]
  --- converting (1, 44, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159338,9 +289192,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 0, 0, 1] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 0, 0, 1]
  --- Converting [2, 0, 2, 2, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 0, 0, 0, 0, 1]
+ --- Result =  [1, 1, 0, 1, 1, 0, 0, 0, 1]
  --- converting (1, 44, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159358,9 +289210,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 0, 0, 2] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 0, 0, 2]
  --- Converting [2, 0, 2, 2, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 1, 0, 0, 0, 1]
+ --- Result =  [1, 1, 0, 1, 1, 0, 0, 0, 2]
  --- converting (1, 44, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159378,9 +289228,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 0, 0, 3] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 0, 0, 3]
  --- Converting [2, 0, 2, 2, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 2, 0, 0, 0, 1]
+ --- Result =  [1, 1, 0, 1, 1, 0, 0, 0, 3]
  --- converting (1, 44, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159400,9 +289248,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 0, 1, 0] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 0, 1, 0]
  --- Converting [2, 0, 2, 2, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 0, 0, 0, 1, 0]
+ --- Result =  [1, 1, 0, 1, 1, 0, 0, 1, 0]
  --- converting (1, 44, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159422,9 +289268,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 0, 1, 1] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 0, 1, 1]
  --- Converting [2, 0, 2, 2, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 0, 0, 1, 1]
  --- converting (1, 44, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159444,9 +289288,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 0, 1, 2] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 0, 1, 2]
  --- Converting [2, 0, 2, 2, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 0, 0, 1, 2]
  --- converting (1, 44, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159466,9 +289308,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 0, 1, 3] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 0, 1, 3]
  --- Converting [2, 0, 2, 2, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 0, 0, 1, 3]
  --- converting (1, 44, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159488,9 +289328,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 0, 2, 0] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 0, 2, 0]
  --- Converting [2, 0, 2, 2, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 1, 0, 0, 1, 0]
+ --- Result =  [1, 1, 0, 1, 1, 0, 0, 2, 0]
  --- converting (1, 44, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159510,9 +289348,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 0, 2, 1] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 0, 2, 1]
  --- Converting [2, 0, 2, 2, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 0, 0, 2, 1]
  --- converting (1, 44, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159532,9 +289368,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 0, 2, 2] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 0, 2, 2]
  --- Converting [2, 0, 2, 2, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 0, 0, 2, 2]
  --- converting (1, 44, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159554,9 +289388,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 0, 2, 3] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 0, 2, 3]
  --- Converting [2, 0, 2, 2, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 0, 0, 2, 3]
  --- converting (1, 44, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159576,9 +289408,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 0, 3, 0] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 0, 3, 0]
  --- Converting [2, 0, 2, 2, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 2, 0, 0, 1, 0]
+ --- Result =  [1, 1, 0, 1, 1, 0, 0, 3, 0]
  --- converting (1, 44, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159598,9 +289428,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 0, 3, 1] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 0, 3, 1]
  --- Converting [2, 0, 2, 2, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 0, 0, 3, 1]
  --- converting (1, 44, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159620,9 +289448,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 0, 3, 2] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 0, 3, 2]
  --- Converting [2, 0, 2, 2, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 0, 0, 3, 2]
  --- converting (1, 44, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159642,9 +289468,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 0, 3, 3] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 0, 3, 3]
  --- Converting [2, 0, 2, 2, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 0, 0, 3, 3]
  --- converting (1, 45, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159662,9 +289486,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 1, 0, 0] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 2, 0, 0]
  --- Converting [2, 0, 2, 2, 0, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 1, 0, 1, 0, 0]
+ --- Result =  [1, 1, 0, 1, 1, 0, 1, 0, 0]
  --- converting (1, 45, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159682,9 +289504,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 1, 0, 1] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 2, 0, 1]
  --- Converting [2, 0, 2, 2, 0, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 0, 0, 1, 0, 1]
+ --- Result =  [1, 1, 0, 1, 1, 0, 1, 0, 1]
  --- converting (1, 45, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159702,9 +289522,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 1, 0, 2] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 2, 0, 2]
  --- Converting [2, 0, 2, 2, 0, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 1, 0, 1, 0, 1]
+ --- Result =  [1, 1, 0, 1, 1, 0, 1, 0, 2]
  --- converting (1, 45, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159722,9 +289540,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 1, 0, 3] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 2, 0, 3]
  --- Converting [2, 0, 2, 2, 0, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 2, 0, 1, 0, 1]
+ --- Result =  [1, 1, 0, 1, 1, 0, 1, 0, 3]
  --- converting (1, 45, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159744,9 +289560,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 1, 1, 0] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 2, 1, 0]
  --- Converting [2, 0, 2, 2, 0, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 0, 0, 1, 1, 0]
+ --- Result =  [1, 1, 0, 1, 1, 0, 1, 1, 0]
  --- converting (1, 45, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159766,9 +289580,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 1, 1, 1] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 2, 1, 1]
  --- Converting [2, 0, 2, 2, 0, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 0, 1, 1, 1]
  --- converting (1, 45, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159788,9 +289600,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 1, 1, 2] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 2, 1, 2]
  --- Converting [2, 0, 2, 2, 0, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 0, 1, 1, 2]
  --- converting (1, 45, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159810,9 +289620,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 1, 1, 3] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 2, 1, 3]
  --- Converting [2, 0, 2, 2, 0, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 0, 1, 1, 3]
  --- converting (1, 45, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159832,9 +289640,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 1, 2, 0] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 2, 2, 0]
  --- Converting [2, 0, 2, 2, 0, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 1, 0, 1, 1, 0]
+ --- Result =  [1, 1, 0, 1, 1, 0, 1, 2, 0]
  --- converting (1, 45, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159854,9 +289660,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 1, 2, 1] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 2, 2, 1]
  --- Converting [2, 0, 2, 2, 0, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 0, 1, 2, 1]
  --- converting (1, 45, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159876,9 +289680,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 1, 2, 2] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 2, 2, 2]
  --- Converting [2, 0, 2, 2, 0, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 0, 1, 2, 2]
  --- converting (1, 45, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159898,9 +289700,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 1, 2, 3] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 2, 2, 3]
  --- Converting [2, 0, 2, 2, 0, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 0, 1, 2, 3]
  --- converting (1, 45, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159920,9 +289720,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 1, 3, 0] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 2, 3, 0]
  --- Converting [2, 0, 2, 2, 0, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 2, 0, 1, 1, 0]
+ --- Result =  [1, 1, 0, 1, 1, 0, 1, 3, 0]
  --- converting (1, 45, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159942,9 +289740,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 1, 3, 1] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 2, 3, 1]
  --- Converting [2, 0, 2, 2, 0, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 0, 1, 3, 1]
  --- converting (1, 45, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159964,9 +289760,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 1, 3, 2] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 2, 3, 2]
  --- Converting [2, 0, 2, 2, 0, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 0, 1, 3, 2]
  --- converting (1, 45, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -159986,9 +289780,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 0, 1, 3, 3] to configuration notation
  --- Result =  [2, 0, 2, 2, 0, 2, 3, 3]
  --- Converting [2, 0, 2, 2, 0, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 0, 1, 3, 3]
  --- converting (1, 46, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160006,9 +289798,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 0, 0, 0] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 0, 0, 0]
  --- Converting [2, 0, 2, 2, 2, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 1, 1, 0, 0, 0]
+ --- Result =  [1, 1, 0, 1, 1, 1, 0, 0, 0]
  --- converting (1, 46, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160026,9 +289816,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 0, 0, 1] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 0, 0, 1]
  --- Converting [2, 0, 2, 2, 2, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 0, 1, 0, 0, 1]
+ --- Result =  [1, 1, 0, 1, 1, 1, 0, 0, 1]
  --- converting (1, 46, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160046,9 +289834,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 0, 0, 2] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 0, 0, 2]
  --- Converting [2, 0, 2, 2, 2, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 1, 1, 0, 0, 1]
+ --- Result =  [1, 1, 0, 1, 1, 1, 0, 0, 2]
  --- converting (1, 46, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160066,9 +289852,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 0, 0, 3] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 0, 0, 3]
  --- Converting [2, 0, 2, 2, 2, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 2, 1, 0, 0, 1]
+ --- Result =  [1, 1, 0, 1, 1, 1, 0, 0, 3]
  --- converting (1, 46, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160088,9 +289872,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 0, 1, 0] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 0, 1, 0]
  --- Converting [2, 0, 2, 2, 2, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 0, 1, 0, 1, 0]
+ --- Result =  [1, 1, 0, 1, 1, 1, 0, 1, 0]
  --- converting (1, 46, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160110,9 +289892,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 0, 1, 1] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 0, 1, 1]
  --- Converting [2, 0, 2, 2, 2, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 1, 0, 1, 1]
  --- converting (1, 46, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160132,9 +289912,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 0, 1, 2] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 0, 1, 2]
  --- Converting [2, 0, 2, 2, 2, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 1, 0, 1, 2]
  --- converting (1, 46, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160154,9 +289932,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 0, 1, 3] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 0, 1, 3]
  --- Converting [2, 0, 2, 2, 2, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 1, 0, 1, 3]
  --- converting (1, 46, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160176,9 +289952,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 0, 2, 0] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 0, 2, 0]
  --- Converting [2, 0, 2, 2, 2, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 1, 1, 0, 1, 0]
+ --- Result =  [1, 1, 0, 1, 1, 1, 0, 2, 0]
  --- converting (1, 46, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160198,9 +289972,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 0, 2, 1] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 0, 2, 1]
  --- Converting [2, 0, 2, 2, 2, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 1, 0, 2, 1]
  --- converting (1, 46, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160220,9 +289992,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 0, 2, 2] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 0, 2, 2]
  --- Converting [2, 0, 2, 2, 2, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 1, 0, 2, 2]
  --- converting (1, 46, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160242,9 +290012,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 0, 2, 3] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 0, 2, 3]
  --- Converting [2, 0, 2, 2, 2, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 1, 0, 2, 3]
  --- converting (1, 46, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160264,9 +290032,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 0, 3, 0] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 0, 3, 0]
  --- Converting [2, 0, 2, 2, 2, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 2, 1, 0, 1, 0]
+ --- Result =  [1, 1, 0, 1, 1, 1, 0, 3, 0]
  --- converting (1, 46, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160286,9 +290052,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 0, 3, 1] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 0, 3, 1]
  --- Converting [2, 0, 2, 2, 2, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 1, 0, 3, 1]
  --- converting (1, 46, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160308,9 +290072,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 0, 3, 2] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 0, 3, 2]
  --- Converting [2, 0, 2, 2, 2, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 1, 0, 3, 2]
  --- converting (1, 46, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160330,9 +290092,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 0, 3, 3] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 0, 3, 3]
  --- Converting [2, 0, 2, 2, 2, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 1, 0, 3, 3]
  --- converting (1, 47, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160350,9 +290110,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 1, 0, 0] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 2, 0, 0]
  --- Converting [2, 0, 2, 2, 2, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 1, 1, 1, 0, 0]
+ --- Result =  [1, 1, 0, 1, 1, 1, 1, 0, 0]
  --- converting (1, 47, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160370,9 +290128,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 1, 0, 1] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 2, 0, 1]
  --- Converting [2, 0, 2, 2, 2, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 0, 1, 1, 0, 1]
+ --- Result =  [1, 1, 0, 1, 1, 1, 1, 0, 1]
  --- converting (1, 47, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160390,9 +290146,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 1, 0, 2] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 2, 0, 2]
  --- Converting [2, 0, 2, 2, 2, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 1, 1, 1, 0, 1]
+ --- Result =  [1, 1, 0, 1, 1, 1, 1, 0, 2]
  --- converting (1, 47, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160410,9 +290164,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 1, 0, 3] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 2, 0, 3]
  --- Converting [2, 0, 2, 2, 2, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 2, 1, 1, 0, 1]
+ --- Result =  [1, 1, 0, 1, 1, 1, 1, 0, 3]
  --- converting (1, 47, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160432,9 +290184,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 1, 1, 0] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 2, 1, 0]
  --- Converting [2, 0, 2, 2, 2, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 0, 1, 1, 1, 0]
+ --- Result =  [1, 1, 0, 1, 1, 1, 1, 1, 0]
  --- converting (1, 47, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160454,9 +290204,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 1, 1, 1] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 2, 1, 1]
  --- Converting [2, 0, 2, 2, 2, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 1, 1, 1, 1]
  --- converting (1, 47, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160476,9 +290224,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 1, 1, 2] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 2, 1, 2]
  --- Converting [2, 0, 2, 2, 2, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 1, 1, 1, 2]
  --- converting (1, 47, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160498,9 +290244,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 1, 1, 3] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 2, 1, 3]
  --- Converting [2, 0, 2, 2, 2, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 1, 1, 1, 3]
  --- converting (1, 47, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160520,9 +290264,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 1, 2, 0] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 2, 2, 0]
  --- Converting [2, 0, 2, 2, 2, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 1, 1, 1, 1, 0]
+ --- Result =  [1, 1, 0, 1, 1, 1, 1, 2, 0]
  --- converting (1, 47, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160542,9 +290284,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 1, 2, 1] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 2, 2, 1]
  --- Converting [2, 0, 2, 2, 2, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 1, 1, 2, 1]
  --- converting (1, 47, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160564,9 +290304,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 1, 2, 2] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 2, 2, 2]
  --- Converting [2, 0, 2, 2, 2, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 1, 1, 2, 2]
  --- converting (1, 47, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160586,9 +290324,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 1, 2, 3] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 2, 2, 3]
  --- Converting [2, 0, 2, 2, 2, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 1, 1, 2, 3]
  --- converting (1, 47, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160608,9 +290344,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 1, 3, 0] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 2, 3, 0]
  --- Converting [2, 0, 2, 2, 2, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 2, 1, 1, 1, 0]
+ --- Result =  [1, 1, 0, 1, 1, 1, 1, 3, 0]
  --- converting (1, 47, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160630,9 +290364,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 1, 3, 1] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 2, 3, 1]
  --- Converting [2, 0, 2, 2, 2, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 1, 1, 3, 1]
  --- converting (1, 47, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160652,9 +290384,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 1, 3, 2] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 2, 3, 2]
  --- Converting [2, 0, 2, 2, 2, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 1, 1, 3, 2]
  --- converting (1, 47, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160674,9 +290404,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 0, 1, 1, 1, 1, 3, 3] to configuration notation
  --- Result =  [2, 0, 2, 2, 2, 2, 3, 3]
  --- Converting [2, 0, 2, 2, 2, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 0, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [1, 1, 0, 1, 1, 1, 1, 3, 3]
  --- converting (1, 48, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160694,9 +290422,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 0, 0, 0] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 0, 0, 0]
  --- Converting [2, 2, 0, 0, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 0, 0, 0, 0, 0]
+ --- Result =  [1, 1, 1, 0, 0, 0, 0, 0, 0]
  --- converting (1, 48, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160714,9 +290440,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 0, 0, 1] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 0, 0, 1]
  --- Converting [2, 2, 0, 0, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 0, 0, 0, 0, 1]
+ --- Result =  [1, 1, 1, 0, 0, 0, 0, 0, 1]
  --- converting (1, 48, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160734,9 +290458,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 0, 0, 2] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 0, 0, 2]
  --- Converting [2, 2, 0, 0, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 1, 0, 0, 0, 1]
+ --- Result =  [1, 1, 1, 0, 0, 0, 0, 0, 2]
  --- converting (1, 48, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160754,9 +290476,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 0, 0, 3] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 0, 0, 3]
  --- Converting [2, 2, 0, 0, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 2, 0, 0, 0, 1]
+ --- Result =  [1, 1, 1, 0, 0, 0, 0, 0, 3]
  --- converting (1, 48, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160776,9 +290496,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 0, 1, 0] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 0, 1, 0]
  --- Converting [2, 2, 0, 0, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 0, 0, 0, 1, 0]
+ --- Result =  [1, 1, 1, 0, 0, 0, 0, 1, 0]
  --- converting (1, 48, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160798,9 +290516,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 0, 1, 1] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 0, 1, 1]
  --- Converting [2, 2, 0, 0, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 0, 0, 1, 1]
  --- converting (1, 48, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160820,9 +290536,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 0, 1, 2] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 0, 1, 2]
  --- Converting [2, 2, 0, 0, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 0, 0, 1, 2]
  --- converting (1, 48, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160842,9 +290556,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 0, 1, 3] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 0, 1, 3]
  --- Converting [2, 2, 0, 0, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 0, 0, 1, 3]
  --- converting (1, 48, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160864,9 +290576,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 0, 2, 0] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 0, 2, 0]
  --- Converting [2, 2, 0, 0, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 1, 0, 0, 1, 0]
+ --- Result =  [1, 1, 1, 0, 0, 0, 0, 2, 0]
  --- converting (1, 48, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160886,9 +290596,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 0, 2, 1] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 0, 2, 1]
  --- Converting [2, 2, 0, 0, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 0, 0, 2, 1]
  --- converting (1, 48, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160908,9 +290616,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 0, 2, 2] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 0, 2, 2]
  --- Converting [2, 2, 0, 0, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 0, 0, 2, 2]
  --- converting (1, 48, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160930,9 +290636,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 0, 2, 3] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 0, 2, 3]
  --- Converting [2, 2, 0, 0, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 0, 0, 2, 3]
  --- converting (1, 48, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160952,9 +290656,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 0, 3, 0] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 0, 3, 0]
  --- Converting [2, 2, 0, 0, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 2, 0, 0, 1, 0]
+ --- Result =  [1, 1, 1, 0, 0, 0, 0, 3, 0]
  --- converting (1, 48, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160974,9 +290676,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 0, 3, 1] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 0, 3, 1]
  --- Converting [2, 2, 0, 0, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 0, 0, 3, 1]
  --- converting (1, 48, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -160996,9 +290696,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 0, 3, 2] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 0, 3, 2]
  --- Converting [2, 2, 0, 0, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 0, 0, 3, 2]
  --- converting (1, 48, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161018,9 +290716,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 0, 3, 3] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 0, 3, 3]
  --- Converting [2, 2, 0, 0, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 0, 0, 3, 3]
  --- converting (1, 49, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161038,9 +290734,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 1, 0, 0] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 2, 0, 0]
  --- Converting [2, 2, 0, 0, 0, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 1, 0, 1, 0, 0]
+ --- Result =  [1, 1, 1, 0, 0, 0, 1, 0, 0]
  --- converting (1, 49, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161058,9 +290752,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 1, 0, 1] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 2, 0, 1]
  --- Converting [2, 2, 0, 0, 0, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 0, 0, 1, 0, 1]
+ --- Result =  [1, 1, 1, 0, 0, 0, 1, 0, 1]
  --- converting (1, 49, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161078,9 +290770,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 1, 0, 2] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 2, 0, 2]
  --- Converting [2, 2, 0, 0, 0, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 1, 0, 1, 0, 1]
+ --- Result =  [1, 1, 1, 0, 0, 0, 1, 0, 2]
  --- converting (1, 49, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161098,9 +290788,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 1, 0, 3] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 2, 0, 3]
  --- Converting [2, 2, 0, 0, 0, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 2, 0, 1, 0, 1]
+ --- Result =  [1, 1, 1, 0, 0, 0, 1, 0, 3]
  --- converting (1, 49, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161120,9 +290808,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 1, 1, 0] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 2, 1, 0]
  --- Converting [2, 2, 0, 0, 0, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 0, 0, 1, 1, 0]
+ --- Result =  [1, 1, 1, 0, 0, 0, 1, 1, 0]
  --- converting (1, 49, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161142,9 +290828,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 1, 1, 1] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 2, 1, 1]
  --- Converting [2, 2, 0, 0, 0, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 0, 1, 1, 1]
  --- converting (1, 49, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161164,9 +290848,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 1, 1, 2] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 2, 1, 2]
  --- Converting [2, 2, 0, 0, 0, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 0, 1, 1, 2]
  --- converting (1, 49, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161186,9 +290868,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 1, 1, 3] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 2, 1, 3]
  --- Converting [2, 2, 0, 0, 0, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 0, 1, 1, 3]
  --- converting (1, 49, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161208,9 +290888,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 1, 2, 0] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 2, 2, 0]
  --- Converting [2, 2, 0, 0, 0, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 1, 0, 1, 1, 0]
+ --- Result =  [1, 1, 1, 0, 0, 0, 1, 2, 0]
  --- converting (1, 49, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161230,9 +290908,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 1, 2, 1] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 2, 2, 1]
  --- Converting [2, 2, 0, 0, 0, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 0, 1, 2, 1]
  --- converting (1, 49, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161252,9 +290928,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 1, 2, 2] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 2, 2, 2]
  --- Converting [2, 2, 0, 0, 0, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 0, 1, 2, 2]
  --- converting (1, 49, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161274,9 +290948,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 1, 2, 3] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 2, 2, 3]
  --- Converting [2, 2, 0, 0, 0, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 0, 1, 2, 3]
  --- converting (1, 49, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161296,9 +290968,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 1, 3, 0] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 2, 3, 0]
  --- Converting [2, 2, 0, 0, 0, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 2, 0, 1, 1, 0]
+ --- Result =  [1, 1, 1, 0, 0, 0, 1, 3, 0]
  --- converting (1, 49, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161318,9 +290988,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 1, 3, 1] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 2, 3, 1]
  --- Converting [2, 2, 0, 0, 0, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 0, 1, 3, 1]
  --- converting (1, 49, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161340,9 +291008,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 1, 3, 2] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 2, 3, 2]
  --- Converting [2, 2, 0, 0, 0, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 0, 1, 3, 2]
  --- converting (1, 49, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161362,9 +291028,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 0, 1, 3, 3] to configuration notation
  --- Result =  [2, 2, 0, 0, 0, 2, 3, 3]
  --- Converting [2, 2, 0, 0, 0, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 0, 1, 3, 3]
  --- converting (1, 50, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161382,9 +291046,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 0, 0, 0] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 0, 0, 0]
  --- Converting [2, 2, 0, 0, 2, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 1, 1, 0, 0, 0]
+ --- Result =  [1, 1, 1, 0, 0, 1, 0, 0, 0]
  --- converting (1, 50, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161402,9 +291064,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 0, 0, 1] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 0, 0, 1]
  --- Converting [2, 2, 0, 0, 2, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 0, 1, 0, 0, 1]
+ --- Result =  [1, 1, 1, 0, 0, 1, 0, 0, 1]
  --- converting (1, 50, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161422,9 +291082,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 0, 0, 2] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 0, 0, 2]
  --- Converting [2, 2, 0, 0, 2, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 1, 1, 0, 0, 1]
+ --- Result =  [1, 1, 1, 0, 0, 1, 0, 0, 2]
  --- converting (1, 50, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161442,9 +291100,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 0, 0, 3] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 0, 0, 3]
  --- Converting [2, 2, 0, 0, 2, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 2, 1, 0, 0, 1]
+ --- Result =  [1, 1, 1, 0, 0, 1, 0, 0, 3]
  --- converting (1, 50, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161464,9 +291120,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 0, 1, 0] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 0, 1, 0]
  --- Converting [2, 2, 0, 0, 2, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 0, 1, 0, 1, 0]
+ --- Result =  [1, 1, 1, 0, 0, 1, 0, 1, 0]
  --- converting (1, 50, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161486,9 +291140,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 0, 1, 1] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 0, 1, 1]
  --- Converting [2, 2, 0, 0, 2, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 1, 0, 1, 1]
  --- converting (1, 50, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161508,9 +291160,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 0, 1, 2] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 0, 1, 2]
  --- Converting [2, 2, 0, 0, 2, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 1, 0, 1, 2]
  --- converting (1, 50, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161530,9 +291180,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 0, 1, 3] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 0, 1, 3]
  --- Converting [2, 2, 0, 0, 2, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 1, 0, 1, 3]
  --- converting (1, 50, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161552,9 +291200,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 0, 2, 0] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 0, 2, 0]
  --- Converting [2, 2, 0, 0, 2, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 1, 1, 0, 1, 0]
+ --- Result =  [1, 1, 1, 0, 0, 1, 0, 2, 0]
  --- converting (1, 50, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161574,9 +291220,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 0, 2, 1] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 0, 2, 1]
  --- Converting [2, 2, 0, 0, 2, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 1, 0, 2, 1]
  --- converting (1, 50, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161596,9 +291240,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 0, 2, 2] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 0, 2, 2]
  --- Converting [2, 2, 0, 0, 2, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 1, 0, 2, 2]
  --- converting (1, 50, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161618,9 +291260,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 0, 2, 3] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 0, 2, 3]
  --- Converting [2, 2, 0, 0, 2, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 1, 0, 2, 3]
  --- converting (1, 50, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161640,9 +291280,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 0, 3, 0] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 0, 3, 0]
  --- Converting [2, 2, 0, 0, 2, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 2, 1, 0, 1, 0]
+ --- Result =  [1, 1, 1, 0, 0, 1, 0, 3, 0]
  --- converting (1, 50, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161662,9 +291300,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 0, 3, 1] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 0, 3, 1]
  --- Converting [2, 2, 0, 0, 2, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 1, 0, 3, 1]
  --- converting (1, 50, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161684,9 +291320,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 0, 3, 2] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 0, 3, 2]
  --- Converting [2, 2, 0, 0, 2, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 1, 0, 3, 2]
  --- converting (1, 50, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161706,9 +291340,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 0, 3, 3] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 0, 3, 3]
  --- Converting [2, 2, 0, 0, 2, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 1, 0, 3, 3]
  --- converting (1, 51, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161726,9 +291358,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 1, 0, 0] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 2, 0, 0]
  --- Converting [2, 2, 0, 0, 2, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 1, 1, 1, 0, 0]
+ --- Result =  [1, 1, 1, 0, 0, 1, 1, 0, 0]
  --- converting (1, 51, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161746,9 +291376,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 1, 0, 1] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 2, 0, 1]
  --- Converting [2, 2, 0, 0, 2, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 0, 1, 1, 0, 1]
+ --- Result =  [1, 1, 1, 0, 0, 1, 1, 0, 1]
  --- converting (1, 51, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161766,9 +291394,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 1, 0, 2] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 2, 0, 2]
  --- Converting [2, 2, 0, 0, 2, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 1, 1, 1, 0, 1]
+ --- Result =  [1, 1, 1, 0, 0, 1, 1, 0, 2]
  --- converting (1, 51, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161786,9 +291412,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 1, 0, 3] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 2, 0, 3]
  --- Converting [2, 2, 0, 0, 2, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 2, 1, 1, 0, 1]
+ --- Result =  [1, 1, 1, 0, 0, 1, 1, 0, 3]
  --- converting (1, 51, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161808,9 +291432,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 1, 1, 0] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 2, 1, 0]
  --- Converting [2, 2, 0, 0, 2, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 0, 1, 1, 1, 0]
+ --- Result =  [1, 1, 1, 0, 0, 1, 1, 1, 0]
  --- converting (1, 51, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161830,9 +291452,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 1, 1, 1] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 2, 1, 1]
  --- Converting [2, 2, 0, 0, 2, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 1, 1, 1, 1]
  --- converting (1, 51, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161852,9 +291472,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 1, 1, 2] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 2, 1, 2]
  --- Converting [2, 2, 0, 0, 2, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 1, 1, 1, 2]
  --- converting (1, 51, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161874,9 +291492,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 1, 1, 3] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 2, 1, 3]
  --- Converting [2, 2, 0, 0, 2, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 1, 1, 1, 3]
  --- converting (1, 51, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161896,9 +291512,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 1, 2, 0] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 2, 2, 0]
  --- Converting [2, 2, 0, 0, 2, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 1, 1, 1, 1, 0]
+ --- Result =  [1, 1, 1, 0, 0, 1, 1, 2, 0]
  --- converting (1, 51, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161918,9 +291532,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 1, 2, 1] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 2, 2, 1]
  --- Converting [2, 2, 0, 0, 2, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 1, 1, 2, 1]
  --- converting (1, 51, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161940,9 +291552,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 1, 2, 2] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 2, 2, 2]
  --- Converting [2, 2, 0, 0, 2, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 1, 1, 2, 2]
  --- converting (1, 51, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161962,9 +291572,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 1, 2, 3] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 2, 2, 3]
  --- Converting [2, 2, 0, 0, 2, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 1, 1, 2, 3]
  --- converting (1, 51, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -161984,9 +291592,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 1, 3, 0] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 2, 3, 0]
  --- Converting [2, 2, 0, 0, 2, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 2, 1, 1, 1, 0]
+ --- Result =  [1, 1, 1, 0, 0, 1, 1, 3, 0]
  --- converting (1, 51, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162006,9 +291612,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 1, 3, 1] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 2, 3, 1]
  --- Converting [2, 2, 0, 0, 2, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 1, 1, 3, 1]
  --- converting (1, 51, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162028,9 +291632,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 1, 3, 2] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 2, 3, 2]
  --- Converting [2, 2, 0, 0, 2, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 1, 1, 3, 2]
  --- converting (1, 51, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162050,9 +291652,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 0, 1, 1, 3, 3] to configuration notation
  --- Result =  [2, 2, 0, 0, 2, 2, 3, 3]
  --- Converting [2, 2, 0, 0, 2, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 0, 1, 1, 3, 3]
  --- converting (1, 52, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162070,9 +291670,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 0, 0, 0] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 0, 0, 0]
  --- Converting [2, 2, 0, 2, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 0, 0, 0, 0, 0]
+ --- Result =  [1, 1, 1, 0, 1, 0, 0, 0, 0]
  --- converting (1, 52, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162090,9 +291688,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 0, 0, 1] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 0, 0, 1]
  --- Converting [2, 2, 0, 2, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 0, 0, 0, 0, 1]
+ --- Result =  [1, 1, 1, 0, 1, 0, 0, 0, 1]
  --- converting (1, 52, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162110,9 +291706,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 0, 0, 2] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 0, 0, 2]
  --- Converting [2, 2, 0, 2, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 1, 0, 0, 0, 1]
+ --- Result =  [1, 1, 1, 0, 1, 0, 0, 0, 2]
  --- converting (1, 52, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162130,9 +291724,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 0, 0, 3] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 0, 0, 3]
  --- Converting [2, 2, 0, 2, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 2, 0, 0, 0, 1]
+ --- Result =  [1, 1, 1, 0, 1, 0, 0, 0, 3]
  --- converting (1, 52, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162152,9 +291744,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 0, 1, 0] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 0, 1, 0]
  --- Converting [2, 2, 0, 2, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 0, 0, 0, 1, 0]
+ --- Result =  [1, 1, 1, 0, 1, 0, 0, 1, 0]
  --- converting (1, 52, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162174,9 +291764,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 0, 1, 1] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 0, 1, 1]
  --- Converting [2, 2, 0, 2, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 0, 0, 1, 1]
  --- converting (1, 52, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162196,9 +291784,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 0, 1, 2] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 0, 1, 2]
  --- Converting [2, 2, 0, 2, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 0, 0, 1, 2]
  --- converting (1, 52, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162218,9 +291804,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 0, 1, 3] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 0, 1, 3]
  --- Converting [2, 2, 0, 2, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 0, 0, 1, 3]
  --- converting (1, 52, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162240,9 +291824,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 0, 2, 0] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 0, 2, 0]
  --- Converting [2, 2, 0, 2, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 1, 0, 0, 1, 0]
+ --- Result =  [1, 1, 1, 0, 1, 0, 0, 2, 0]
  --- converting (1, 52, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162262,9 +291844,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 0, 2, 1] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 0, 2, 1]
  --- Converting [2, 2, 0, 2, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 0, 0, 2, 1]
  --- converting (1, 52, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162284,9 +291864,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 0, 2, 2] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 0, 2, 2]
  --- Converting [2, 2, 0, 2, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 0, 0, 2, 2]
  --- converting (1, 52, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162306,9 +291884,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 0, 2, 3] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 0, 2, 3]
  --- Converting [2, 2, 0, 2, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 0, 0, 2, 3]
  --- converting (1, 52, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162328,9 +291904,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 0, 3, 0] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 0, 3, 0]
  --- Converting [2, 2, 0, 2, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 2, 0, 0, 1, 0]
+ --- Result =  [1, 1, 1, 0, 1, 0, 0, 3, 0]
  --- converting (1, 52, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162350,9 +291924,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 0, 3, 1] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 0, 3, 1]
  --- Converting [2, 2, 0, 2, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 0, 0, 3, 1]
  --- converting (1, 52, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162372,9 +291944,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 0, 3, 2] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 0, 3, 2]
  --- Converting [2, 2, 0, 2, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 0, 0, 3, 2]
  --- converting (1, 52, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162394,9 +291964,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 0, 3, 3] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 0, 3, 3]
  --- Converting [2, 2, 0, 2, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 0, 0, 3, 3]
  --- converting (1, 53, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162414,9 +291982,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 1, 0, 0] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 2, 0, 0]
  --- Converting [2, 2, 0, 2, 0, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 1, 0, 1, 0, 0]
+ --- Result =  [1, 1, 1, 0, 1, 0, 1, 0, 0]
  --- converting (1, 53, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162434,9 +292000,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 1, 0, 1] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 2, 0, 1]
  --- Converting [2, 2, 0, 2, 0, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 0, 0, 1, 0, 1]
+ --- Result =  [1, 1, 1, 0, 1, 0, 1, 0, 1]
  --- converting (1, 53, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162454,9 +292018,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 1, 0, 2] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 2, 0, 2]
  --- Converting [2, 2, 0, 2, 0, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 1, 0, 1, 0, 1]
+ --- Result =  [1, 1, 1, 0, 1, 0, 1, 0, 2]
  --- converting (1, 53, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162474,9 +292036,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 1, 0, 3] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 2, 0, 3]
  --- Converting [2, 2, 0, 2, 0, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 2, 0, 1, 0, 1]
+ --- Result =  [1, 1, 1, 0, 1, 0, 1, 0, 3]
  --- converting (1, 53, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162496,9 +292056,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 1, 1, 0] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 2, 1, 0]
  --- Converting [2, 2, 0, 2, 0, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 0, 0, 1, 1, 0]
+ --- Result =  [1, 1, 1, 0, 1, 0, 1, 1, 0]
  --- converting (1, 53, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162518,9 +292076,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 1, 1, 1] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 2, 1, 1]
  --- Converting [2, 2, 0, 2, 0, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 0, 1, 1, 1]
  --- converting (1, 53, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162540,9 +292096,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 1, 1, 2] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 2, 1, 2]
  --- Converting [2, 2, 0, 2, 0, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 0, 1, 1, 2]
  --- converting (1, 53, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162562,9 +292116,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 1, 1, 3] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 2, 1, 3]
  --- Converting [2, 2, 0, 2, 0, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 0, 1, 1, 3]
  --- converting (1, 53, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162584,9 +292136,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 1, 2, 0] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 2, 2, 0]
  --- Converting [2, 2, 0, 2, 0, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 1, 0, 1, 1, 0]
+ --- Result =  [1, 1, 1, 0, 1, 0, 1, 2, 0]
  --- converting (1, 53, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162606,9 +292156,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 1, 2, 1] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 2, 2, 1]
  --- Converting [2, 2, 0, 2, 0, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 0, 1, 2, 1]
  --- converting (1, 53, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162628,9 +292176,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 1, 2, 2] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 2, 2, 2]
  --- Converting [2, 2, 0, 2, 0, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 0, 1, 2, 2]
  --- converting (1, 53, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162650,9 +292196,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 1, 2, 3] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 2, 2, 3]
  --- Converting [2, 2, 0, 2, 0, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 0, 1, 2, 3]
  --- converting (1, 53, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162672,9 +292216,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 1, 3, 0] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 2, 3, 0]
  --- Converting [2, 2, 0, 2, 0, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 2, 0, 1, 1, 0]
+ --- Result =  [1, 1, 1, 0, 1, 0, 1, 3, 0]
  --- converting (1, 53, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162694,9 +292236,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 1, 3, 1] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 2, 3, 1]
  --- Converting [2, 2, 0, 2, 0, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 0, 1, 3, 1]
  --- converting (1, 53, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162716,9 +292256,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 1, 3, 2] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 2, 3, 2]
  --- Converting [2, 2, 0, 2, 0, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 0, 1, 3, 2]
  --- converting (1, 53, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162738,9 +292276,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 0, 1, 3, 3] to configuration notation
  --- Result =  [2, 2, 0, 2, 0, 2, 3, 3]
  --- Converting [2, 2, 0, 2, 0, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 0, 1, 3, 3]
  --- converting (1, 54, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162758,9 +292294,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 0, 0, 0] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 0, 0, 0]
  --- Converting [2, 2, 0, 2, 2, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 1, 1, 0, 0, 0]
+ --- Result =  [1, 1, 1, 0, 1, 1, 0, 0, 0]
  --- converting (1, 54, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162778,9 +292312,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 0, 0, 1] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 0, 0, 1]
  --- Converting [2, 2, 0, 2, 2, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 0, 1, 0, 0, 1]
+ --- Result =  [1, 1, 1, 0, 1, 1, 0, 0, 1]
  --- converting (1, 54, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162798,9 +292330,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 0, 0, 2] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 0, 0, 2]
  --- Converting [2, 2, 0, 2, 2, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 1, 1, 0, 0, 1]
+ --- Result =  [1, 1, 1, 0, 1, 1, 0, 0, 2]
  --- converting (1, 54, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162818,9 +292348,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 0, 0, 3] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 0, 0, 3]
  --- Converting [2, 2, 0, 2, 2, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 2, 1, 0, 0, 1]
+ --- Result =  [1, 1, 1, 0, 1, 1, 0, 0, 3]
  --- converting (1, 54, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162840,9 +292368,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 0, 1, 0] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 0, 1, 0]
  --- Converting [2, 2, 0, 2, 2, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 0, 1, 0, 1, 0]
+ --- Result =  [1, 1, 1, 0, 1, 1, 0, 1, 0]
  --- converting (1, 54, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162862,9 +292388,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 0, 1, 1] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 0, 1, 1]
  --- Converting [2, 2, 0, 2, 2, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 1, 0, 1, 1]
  --- converting (1, 54, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162884,9 +292408,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 0, 1, 2] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 0, 1, 2]
  --- Converting [2, 2, 0, 2, 2, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 1, 0, 1, 2]
  --- converting (1, 54, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162906,9 +292428,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 0, 1, 3] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 0, 1, 3]
  --- Converting [2, 2, 0, 2, 2, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 1, 0, 1, 3]
  --- converting (1, 54, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162928,9 +292448,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 0, 2, 0] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 0, 2, 0]
  --- Converting [2, 2, 0, 2, 2, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 1, 1, 0, 1, 0]
+ --- Result =  [1, 1, 1, 0, 1, 1, 0, 2, 0]
  --- converting (1, 54, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162950,9 +292468,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 0, 2, 1] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 0, 2, 1]
  --- Converting [2, 2, 0, 2, 2, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 1, 0, 2, 1]
  --- converting (1, 54, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162972,9 +292488,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 0, 2, 2] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 0, 2, 2]
  --- Converting [2, 2, 0, 2, 2, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 1, 0, 2, 2]
  --- converting (1, 54, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -162994,9 +292508,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 0, 2, 3] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 0, 2, 3]
  --- Converting [2, 2, 0, 2, 2, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 1, 0, 2, 3]
  --- converting (1, 54, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163016,9 +292528,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 0, 3, 0] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 0, 3, 0]
  --- Converting [2, 2, 0, 2, 2, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 2, 1, 0, 1, 0]
+ --- Result =  [1, 1, 1, 0, 1, 1, 0, 3, 0]
  --- converting (1, 54, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163038,9 +292548,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 0, 3, 1] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 0, 3, 1]
  --- Converting [2, 2, 0, 2, 2, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 1, 0, 3, 1]
  --- converting (1, 54, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163060,9 +292568,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 0, 3, 2] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 0, 3, 2]
  --- Converting [2, 2, 0, 2, 2, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 1, 0, 3, 2]
  --- converting (1, 54, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163082,9 +292588,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 0, 3, 3] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 0, 3, 3]
  --- Converting [2, 2, 0, 2, 2, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 1, 0, 3, 3]
  --- converting (1, 55, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163102,9 +292606,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 1, 0, 0] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 2, 0, 0]
  --- Converting [2, 2, 0, 2, 2, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 1, 1, 1, 0, 0]
+ --- Result =  [1, 1, 1, 0, 1, 1, 1, 0, 0]
  --- converting (1, 55, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163122,9 +292624,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 1, 0, 1] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 2, 0, 1]
  --- Converting [2, 2, 0, 2, 2, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 0, 1, 1, 0, 1]
+ --- Result =  [1, 1, 1, 0, 1, 1, 1, 0, 1]
  --- converting (1, 55, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163142,9 +292642,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 1, 0, 2] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 2, 0, 2]
  --- Converting [2, 2, 0, 2, 2, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 1, 1, 1, 0, 1]
+ --- Result =  [1, 1, 1, 0, 1, 1, 1, 0, 2]
  --- converting (1, 55, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163162,9 +292660,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 1, 0, 3] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 2, 0, 3]
  --- Converting [2, 2, 0, 2, 2, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 2, 1, 1, 0, 1]
+ --- Result =  [1, 1, 1, 0, 1, 1, 1, 0, 3]
  --- converting (1, 55, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163184,9 +292680,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 1, 1, 0] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 2, 1, 0]
  --- Converting [2, 2, 0, 2, 2, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 0, 1, 1, 1, 0]
+ --- Result =  [1, 1, 1, 0, 1, 1, 1, 1, 0]
  --- converting (1, 55, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163206,9 +292700,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 1, 1, 1] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 2, 1, 1]
  --- Converting [2, 2, 0, 2, 2, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 1, 1, 1, 1]
  --- converting (1, 55, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163228,9 +292720,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 1, 1, 2] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 2, 1, 2]
  --- Converting [2, 2, 0, 2, 2, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 1, 1, 1, 2]
  --- converting (1, 55, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163250,9 +292740,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 1, 1, 3] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 2, 1, 3]
  --- Converting [2, 2, 0, 2, 2, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 1, 1, 1, 3]
  --- converting (1, 55, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163272,9 +292760,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 1, 2, 0] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 2, 2, 0]
  --- Converting [2, 2, 0, 2, 2, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 1, 1, 1, 1, 0]
+ --- Result =  [1, 1, 1, 0, 1, 1, 1, 2, 0]
  --- converting (1, 55, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163294,9 +292780,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 1, 2, 1] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 2, 2, 1]
  --- Converting [2, 2, 0, 2, 2, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 1, 1, 2, 1]
  --- converting (1, 55, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163316,9 +292800,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 1, 2, 2] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 2, 2, 2]
  --- Converting [2, 2, 0, 2, 2, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 1, 1, 2, 2]
  --- converting (1, 55, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163338,9 +292820,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 1, 2, 3] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 2, 2, 3]
  --- Converting [2, 2, 0, 2, 2, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 1, 1, 2, 3]
  --- converting (1, 55, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163360,9 +292840,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 1, 3, 0] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 2, 3, 0]
  --- Converting [2, 2, 0, 2, 2, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 2, 1, 1, 1, 0]
+ --- Result =  [1, 1, 1, 0, 1, 1, 1, 3, 0]
  --- converting (1, 55, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163382,9 +292860,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 1, 3, 1] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 2, 3, 1]
  --- Converting [2, 2, 0, 2, 2, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 1, 1, 3, 1]
  --- converting (1, 55, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163404,9 +292880,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 1, 3, 2] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 2, 3, 2]
  --- Converting [2, 2, 0, 2, 2, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 1, 1, 3, 2]
  --- converting (1, 55, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163426,9 +292900,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 0, 1, 1, 1, 3, 3] to configuration notation
  --- Result =  [2, 2, 0, 2, 2, 2, 3, 3]
  --- Converting [2, 2, 0, 2, 2, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 0, 1, 1, 1, 3, 3]
  --- converting (1, 56, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163446,9 +292918,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 0, 0, 0] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 0, 0, 0]
  --- Converting [2, 2, 2, 0, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 0, 0, 0, 0, 0]
+ --- Result =  [1, 1, 1, 1, 0, 0, 0, 0, 0]
  --- converting (1, 56, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163466,9 +292936,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 0, 0, 1] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 0, 0, 1]
  --- Converting [2, 2, 2, 0, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 0, 0, 0, 0, 1]
+ --- Result =  [1, 1, 1, 1, 0, 0, 0, 0, 1]
  --- converting (1, 56, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163486,9 +292954,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 0, 0, 2] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 0, 0, 2]
  --- Converting [2, 2, 2, 0, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 1, 0, 0, 0, 1]
+ --- Result =  [1, 1, 1, 1, 0, 0, 0, 0, 2]
  --- converting (1, 56, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163506,9 +292972,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 0, 0, 3] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 0, 0, 3]
  --- Converting [2, 2, 2, 0, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 2, 0, 0, 0, 1]
+ --- Result =  [1, 1, 1, 1, 0, 0, 0, 0, 3]
  --- converting (1, 56, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163528,9 +292992,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 0, 1, 0] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 0, 1, 0]
  --- Converting [2, 2, 2, 0, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 0, 0, 0, 1, 0]
+ --- Result =  [1, 1, 1, 1, 0, 0, 0, 1, 0]
  --- converting (1, 56, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163550,9 +293012,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 0, 1, 1] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 0, 1, 1]
  --- Converting [2, 2, 2, 0, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 0, 0, 1, 1]
  --- converting (1, 56, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163572,9 +293032,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 0, 1, 2] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 0, 1, 2]
  --- Converting [2, 2, 2, 0, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 0, 0, 1, 2]
  --- converting (1, 56, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163594,9 +293052,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 0, 1, 3] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 0, 1, 3]
  --- Converting [2, 2, 2, 0, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 0, 0, 1, 3]
  --- converting (1, 56, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163616,9 +293072,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 0, 2, 0] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 0, 2, 0]
  --- Converting [2, 2, 2, 0, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 1, 0, 0, 1, 0]
+ --- Result =  [1, 1, 1, 1, 0, 0, 0, 2, 0]
  --- converting (1, 56, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163638,9 +293092,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 0, 2, 1] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 0, 2, 1]
  --- Converting [2, 2, 2, 0, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 0, 0, 2, 1]
  --- converting (1, 56, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163660,9 +293112,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 0, 2, 2] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 0, 2, 2]
  --- Converting [2, 2, 2, 0, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 0, 0, 2, 2]
  --- converting (1, 56, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163682,9 +293132,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 0, 2, 3] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 0, 2, 3]
  --- Converting [2, 2, 2, 0, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 0, 0, 2, 3]
  --- converting (1, 56, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163704,9 +293152,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 0, 3, 0] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 0, 3, 0]
  --- Converting [2, 2, 2, 0, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 2, 0, 0, 1, 0]
+ --- Result =  [1, 1, 1, 1, 0, 0, 0, 3, 0]
  --- converting (1, 56, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163726,9 +293172,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 0, 3, 1] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 0, 3, 1]
  --- Converting [2, 2, 2, 0, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 0, 0, 3, 1]
  --- converting (1, 56, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163748,9 +293192,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 0, 3, 2] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 0, 3, 2]
  --- Converting [2, 2, 2, 0, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 0, 0, 3, 2]
  --- converting (1, 56, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163770,9 +293212,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 0, 3, 3] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 0, 3, 3]
  --- Converting [2, 2, 2, 0, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 0, 0, 3, 3]
  --- converting (1, 57, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163790,9 +293230,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 1, 0, 0] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 2, 0, 0]
  --- Converting [2, 2, 2, 0, 0, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 1, 0, 1, 0, 0]
+ --- Result =  [1, 1, 1, 1, 0, 0, 1, 0, 0]
  --- converting (1, 57, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163810,9 +293248,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 1, 0, 1] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 2, 0, 1]
  --- Converting [2, 2, 2, 0, 0, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 0, 0, 1, 0, 1]
+ --- Result =  [1, 1, 1, 1, 0, 0, 1, 0, 1]
  --- converting (1, 57, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163830,9 +293266,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 1, 0, 2] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 2, 0, 2]
  --- Converting [2, 2, 2, 0, 0, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 1, 0, 1, 0, 1]
+ --- Result =  [1, 1, 1, 1, 0, 0, 1, 0, 2]
  --- converting (1, 57, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163850,9 +293284,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 1, 0, 3] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 2, 0, 3]
  --- Converting [2, 2, 2, 0, 0, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 2, 0, 1, 0, 1]
+ --- Result =  [1, 1, 1, 1, 0, 0, 1, 0, 3]
  --- converting (1, 57, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163872,9 +293304,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 1, 1, 0] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 2, 1, 0]
  --- Converting [2, 2, 2, 0, 0, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 0, 0, 1, 1, 0]
+ --- Result =  [1, 1, 1, 1, 0, 0, 1, 1, 0]
  --- converting (1, 57, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163894,9 +293324,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 1, 1, 1] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 2, 1, 1]
  --- Converting [2, 2, 2, 0, 0, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 0, 1, 1, 1]
  --- converting (1, 57, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163916,9 +293344,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 1, 1, 2] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 2, 1, 2]
  --- Converting [2, 2, 2, 0, 0, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 0, 1, 1, 2]
  --- converting (1, 57, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163938,9 +293364,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 1, 1, 3] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 2, 1, 3]
  --- Converting [2, 2, 2, 0, 0, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 0, 1, 1, 3]
  --- converting (1, 57, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163960,9 +293384,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 1, 2, 0] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 2, 2, 0]
  --- Converting [2, 2, 2, 0, 0, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 1, 0, 1, 1, 0]
+ --- Result =  [1, 1, 1, 1, 0, 0, 1, 2, 0]
  --- converting (1, 57, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -163982,9 +293404,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 1, 2, 1] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 2, 2, 1]
  --- Converting [2, 2, 2, 0, 0, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 0, 1, 2, 1]
  --- converting (1, 57, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164004,9 +293424,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 1, 2, 2] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 2, 2, 2]
  --- Converting [2, 2, 2, 0, 0, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 0, 1, 2, 2]
  --- converting (1, 57, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164026,9 +293444,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 1, 2, 3] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 2, 2, 3]
  --- Converting [2, 2, 2, 0, 0, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 0, 1, 2, 3]
  --- converting (1, 57, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164048,9 +293464,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 1, 3, 0] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 2, 3, 0]
  --- Converting [2, 2, 2, 0, 0, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 2, 0, 1, 1, 0]
+ --- Result =  [1, 1, 1, 1, 0, 0, 1, 3, 0]
  --- converting (1, 57, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164070,9 +293484,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 1, 3, 1] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 2, 3, 1]
  --- Converting [2, 2, 2, 0, 0, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 0, 1, 3, 1]
  --- converting (1, 57, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164092,9 +293504,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 1, 3, 2] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 2, 3, 2]
  --- Converting [2, 2, 2, 0, 0, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 0, 1, 3, 2]
  --- converting (1, 57, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164114,9 +293524,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 0, 1, 3, 3] to configuration notation
  --- Result =  [2, 2, 2, 0, 0, 2, 3, 3]
  --- Converting [2, 2, 2, 0, 0, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 0, 1, 3, 3]
  --- converting (1, 58, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164134,9 +293542,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 0, 0, 0] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 0, 0, 0]
  --- Converting [2, 2, 2, 0, 2, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 1, 1, 0, 0, 0]
+ --- Result =  [1, 1, 1, 1, 0, 1, 0, 0, 0]
  --- converting (1, 58, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164154,9 +293560,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 0, 0, 1] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 0, 0, 1]
  --- Converting [2, 2, 2, 0, 2, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 0, 1, 0, 0, 1]
+ --- Result =  [1, 1, 1, 1, 0, 1, 0, 0, 1]
  --- converting (1, 58, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164174,9 +293578,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 0, 0, 2] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 0, 0, 2]
  --- Converting [2, 2, 2, 0, 2, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 1, 1, 0, 0, 1]
+ --- Result =  [1, 1, 1, 1, 0, 1, 0, 0, 2]
  --- converting (1, 58, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164194,9 +293596,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 0, 0, 3] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 0, 0, 3]
  --- Converting [2, 2, 2, 0, 2, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 2, 1, 0, 0, 1]
+ --- Result =  [1, 1, 1, 1, 0, 1, 0, 0, 3]
  --- converting (1, 58, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164216,9 +293616,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 0, 1, 0] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 0, 1, 0]
  --- Converting [2, 2, 2, 0, 2, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 0, 1, 0, 1, 0]
+ --- Result =  [1, 1, 1, 1, 0, 1, 0, 1, 0]
  --- converting (1, 58, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164238,9 +293636,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 0, 1, 1] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 0, 1, 1]
  --- Converting [2, 2, 2, 0, 2, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 1, 0, 1, 1]
  --- converting (1, 58, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164260,9 +293656,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 0, 1, 2] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 0, 1, 2]
  --- Converting [2, 2, 2, 0, 2, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 1, 0, 1, 2]
  --- converting (1, 58, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164282,9 +293676,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 0, 1, 3] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 0, 1, 3]
  --- Converting [2, 2, 2, 0, 2, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 1, 0, 1, 3]
  --- converting (1, 58, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164304,9 +293696,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 0, 2, 0] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 0, 2, 0]
  --- Converting [2, 2, 2, 0, 2, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 1, 1, 0, 1, 0]
+ --- Result =  [1, 1, 1, 1, 0, 1, 0, 2, 0]
  --- converting (1, 58, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164326,9 +293716,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 0, 2, 1] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 0, 2, 1]
  --- Converting [2, 2, 2, 0, 2, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 1, 0, 2, 1]
  --- converting (1, 58, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164348,9 +293736,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 0, 2, 2] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 0, 2, 2]
  --- Converting [2, 2, 2, 0, 2, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 1, 0, 2, 2]
  --- converting (1, 58, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164370,9 +293756,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 0, 2, 3] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 0, 2, 3]
  --- Converting [2, 2, 2, 0, 2, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 1, 0, 2, 3]
  --- converting (1, 58, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164392,9 +293776,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 0, 3, 0] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 0, 3, 0]
  --- Converting [2, 2, 2, 0, 2, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 2, 1, 0, 1, 0]
+ --- Result =  [1, 1, 1, 1, 0, 1, 0, 3, 0]
  --- converting (1, 58, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164414,9 +293796,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 0, 3, 1] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 0, 3, 1]
  --- Converting [2, 2, 2, 0, 2, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 1, 0, 3, 1]
  --- converting (1, 58, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164436,9 +293816,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 0, 3, 2] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 0, 3, 2]
  --- Converting [2, 2, 2, 0, 2, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 1, 0, 3, 2]
  --- converting (1, 58, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164458,9 +293836,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 0, 3, 3] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 0, 3, 3]
  --- Converting [2, 2, 2, 0, 2, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 1, 0, 3, 3]
  --- converting (1, 59, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164478,9 +293854,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 1, 0, 0] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 2, 0, 0]
  --- Converting [2, 2, 2, 0, 2, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 1, 1, 1, 0, 0]
+ --- Result =  [1, 1, 1, 1, 0, 1, 1, 0, 0]
  --- converting (1, 59, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164498,9 +293872,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 1, 0, 1] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 2, 0, 1]
  --- Converting [2, 2, 2, 0, 2, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 0, 1, 1, 0, 1]
+ --- Result =  [1, 1, 1, 1, 0, 1, 1, 0, 1]
  --- converting (1, 59, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164518,9 +293890,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 1, 0, 2] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 2, 0, 2]
  --- Converting [2, 2, 2, 0, 2, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 1, 1, 1, 0, 1]
+ --- Result =  [1, 1, 1, 1, 0, 1, 1, 0, 2]
  --- converting (1, 59, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164538,9 +293908,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 1, 0, 3] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 2, 0, 3]
  --- Converting [2, 2, 2, 0, 2, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 2, 1, 1, 0, 1]
+ --- Result =  [1, 1, 1, 1, 0, 1, 1, 0, 3]
  --- converting (1, 59, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164560,9 +293928,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 1, 1, 0] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 2, 1, 0]
  --- Converting [2, 2, 2, 0, 2, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 0, 1, 1, 1, 0]
+ --- Result =  [1, 1, 1, 1, 0, 1, 1, 1, 0]
  --- converting (1, 59, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164582,9 +293948,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 1, 1, 1] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 2, 1, 1]
  --- Converting [2, 2, 2, 0, 2, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 1, 1, 1, 1]
  --- converting (1, 59, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164604,9 +293968,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 1, 1, 2] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 2, 1, 2]
  --- Converting [2, 2, 2, 0, 2, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 1, 1, 1, 2]
  --- converting (1, 59, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164626,9 +293988,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 1, 1, 3] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 2, 1, 3]
  --- Converting [2, 2, 2, 0, 2, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 1, 1, 1, 3]
  --- converting (1, 59, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164648,9 +294008,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 1, 2, 0] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 2, 2, 0]
  --- Converting [2, 2, 2, 0, 2, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 1, 1, 1, 1, 0]
+ --- Result =  [1, 1, 1, 1, 0, 1, 1, 2, 0]
  --- converting (1, 59, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164670,9 +294028,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 1, 2, 1] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 2, 2, 1]
  --- Converting [2, 2, 2, 0, 2, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 1, 1, 2, 1]
  --- converting (1, 59, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164692,9 +294048,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 1, 2, 2] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 2, 2, 2]
  --- Converting [2, 2, 2, 0, 2, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 1, 1, 2, 2]
  --- converting (1, 59, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164714,9 +294068,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 1, 2, 3] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 2, 2, 3]
  --- Converting [2, 2, 2, 0, 2, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 1, 1, 2, 3]
  --- converting (1, 59, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164736,9 +294088,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 1, 3, 0] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 2, 3, 0]
  --- Converting [2, 2, 2, 0, 2, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 2, 1, 1, 1, 0]
+ --- Result =  [1, 1, 1, 1, 0, 1, 1, 3, 0]
  --- converting (1, 59, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164758,9 +294108,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 1, 3, 1] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 2, 3, 1]
  --- Converting [2, 2, 2, 0, 2, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 1, 1, 3, 1]
  --- converting (1, 59, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164780,9 +294128,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 1, 3, 2] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 2, 3, 2]
  --- Converting [2, 2, 2, 0, 2, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 1, 1, 3, 2]
  --- converting (1, 59, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164802,9 +294148,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 0, 1, 1, 3, 3] to configuration notation
  --- Result =  [2, 2, 2, 0, 2, 2, 3, 3]
  --- Converting [2, 2, 2, 0, 2, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 1, 1, 3, 3]
  --- converting (1, 60, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164822,9 +294166,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 0, 0, 0] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 0, 0, 0]
  --- Converting [2, 2, 2, 2, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 0, 0, 0, 0, 0]
+ --- Result =  [1, 1, 1, 1, 1, 0, 0, 0, 0]
  --- converting (1, 60, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164842,9 +294184,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 0, 0, 1] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 0, 0, 1]
  --- Converting [2, 2, 2, 2, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 0, 0, 0, 0, 1]
+ --- Result =  [1, 1, 1, 1, 1, 0, 0, 0, 1]
  --- converting (1, 60, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164862,9 +294202,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 0, 0, 2] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 0, 0, 2]
  --- Converting [2, 2, 2, 2, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 1, 0, 0, 0, 1]
+ --- Result =  [1, 1, 1, 1, 1, 0, 0, 0, 2]
  --- converting (1, 60, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164882,9 +294220,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 0, 0, 3] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 0, 0, 3]
  --- Converting [2, 2, 2, 2, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 2, 0, 0, 0, 1]
+ --- Result =  [1, 1, 1, 1, 1, 0, 0, 0, 3]
  --- converting (1, 60, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164904,9 +294240,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 0, 1, 0] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 0, 1, 0]
  --- Converting [2, 2, 2, 2, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 0, 0, 0, 1, 0]
+ --- Result =  [1, 1, 1, 1, 1, 0, 0, 1, 0]
  --- converting (1, 60, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164926,9 +294260,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 0, 1, 1] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 0, 1, 1]
  --- Converting [2, 2, 2, 2, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 0, 0, 1, 1]
  --- converting (1, 60, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164948,9 +294280,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 0, 1, 2] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 0, 1, 2]
  --- Converting [2, 2, 2, 2, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 0, 0, 1, 2]
  --- converting (1, 60, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164970,9 +294300,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 0, 1, 3] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 0, 1, 3]
  --- Converting [2, 2, 2, 2, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 0, 0, 1, 3]
  --- converting (1, 60, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -164992,9 +294320,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 0, 2, 0] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 0, 2, 0]
  --- Converting [2, 2, 2, 2, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 1, 0, 0, 1, 0]
+ --- Result =  [1, 1, 1, 1, 1, 0, 0, 2, 0]
  --- converting (1, 60, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165014,9 +294340,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 0, 2, 1] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 0, 2, 1]
  --- Converting [2, 2, 2, 2, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 0, 0, 2, 1]
  --- converting (1, 60, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165036,9 +294360,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 0, 2, 2] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 0, 2, 2]
  --- Converting [2, 2, 2, 2, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 0, 0, 2, 2]
  --- converting (1, 60, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165058,9 +294380,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 0, 2, 3] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 0, 2, 3]
  --- Converting [2, 2, 2, 2, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 0, 0, 2, 3]
  --- converting (1, 60, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165080,9 +294400,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 0, 3, 0] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 0, 3, 0]
  --- Converting [2, 2, 2, 2, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 2, 0, 0, 1, 0]
+ --- Result =  [1, 1, 1, 1, 1, 0, 0, 3, 0]
  --- converting (1, 60, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165102,9 +294420,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 0, 3, 1] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 0, 3, 1]
  --- Converting [2, 2, 2, 2, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 0, 0, 3, 1]
  --- converting (1, 60, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165124,9 +294440,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 0, 3, 2] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 0, 3, 2]
  --- Converting [2, 2, 2, 2, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 0, 0, 3, 2]
  --- converting (1, 60, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165146,9 +294460,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 0, 3, 3] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 0, 3, 3]
  --- Converting [2, 2, 2, 2, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 0, 0, 3, 3]
  --- converting (1, 61, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165166,9 +294478,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 1, 0, 0] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 2, 0, 0]
  --- Converting [2, 2, 2, 2, 0, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 1, 0, 1, 0, 0]
+ --- Result =  [1, 1, 1, 1, 1, 0, 1, 0, 0]
  --- converting (1, 61, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165186,9 +294496,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 1, 0, 1] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 2, 0, 1]
  --- Converting [2, 2, 2, 2, 0, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 0, 0, 1, 0, 1]
+ --- Result =  [1, 1, 1, 1, 1, 0, 1, 0, 1]
  --- converting (1, 61, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165206,9 +294514,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 1, 0, 2] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 2, 0, 2]
  --- Converting [2, 2, 2, 2, 0, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 1, 0, 1, 0, 1]
+ --- Result =  [1, 1, 1, 1, 1, 0, 1, 0, 2]
  --- converting (1, 61, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165226,9 +294532,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 1, 0, 3] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 2, 0, 3]
  --- Converting [2, 2, 2, 2, 0, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 2, 0, 1, 0, 1]
+ --- Result =  [1, 1, 1, 1, 1, 0, 1, 0, 3]
  --- converting (1, 61, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165248,9 +294552,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 1, 1, 0] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 2, 1, 0]
  --- Converting [2, 2, 2, 2, 0, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 0, 0, 1, 1, 0]
+ --- Result =  [1, 1, 1, 1, 1, 0, 1, 1, 0]
  --- converting (1, 61, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165270,9 +294572,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 1, 1, 1] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 2, 1, 1]
  --- Converting [2, 2, 2, 2, 0, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 0, 1, 1, 1]
  --- converting (1, 61, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165292,9 +294592,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 1, 1, 2] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 2, 1, 2]
  --- Converting [2, 2, 2, 2, 0, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 0, 1, 1, 2]
  --- converting (1, 61, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165314,9 +294612,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 1, 1, 3] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 2, 1, 3]
  --- Converting [2, 2, 2, 2, 0, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 0, 1, 1, 3]
  --- converting (1, 61, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165336,9 +294632,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 1, 2, 0] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 2, 2, 0]
  --- Converting [2, 2, 2, 2, 0, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 1, 0, 1, 1, 0]
+ --- Result =  [1, 1, 1, 1, 1, 0, 1, 2, 0]
  --- converting (1, 61, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165358,9 +294652,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 1, 2, 1] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 2, 2, 1]
  --- Converting [2, 2, 2, 2, 0, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 0, 1, 2, 1]
  --- converting (1, 61, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165380,9 +294672,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 1, 2, 2] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 2, 2, 2]
  --- Converting [2, 2, 2, 2, 0, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 0, 1, 2, 2]
  --- converting (1, 61, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165402,9 +294692,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 1, 2, 3] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 2, 2, 3]
  --- Converting [2, 2, 2, 2, 0, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 0, 1, 2, 3]
  --- converting (1, 61, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165424,9 +294712,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 1, 3, 0] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 2, 3, 0]
  --- Converting [2, 2, 2, 2, 0, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 2, 0, 1, 1, 0]
+ --- Result =  [1, 1, 1, 1, 1, 0, 1, 3, 0]
  --- converting (1, 61, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165446,9 +294732,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 1, 3, 1] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 2, 3, 1]
  --- Converting [2, 2, 2, 2, 0, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 0, 1, 3, 1]
  --- converting (1, 61, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165468,9 +294752,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 1, 3, 2] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 2, 3, 2]
  --- Converting [2, 2, 2, 2, 0, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 0, 1, 3, 2]
  --- converting (1, 61, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165490,9 +294772,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 0, 1, 3, 3] to configuration notation
  --- Result =  [2, 2, 2, 2, 0, 2, 3, 3]
  --- Converting [2, 2, 2, 2, 0, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 0, 1, 3, 3]
  --- converting (1, 62, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165510,9 +294790,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 0, 0, 0] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 0, 0, 0]
  --- Converting [2, 2, 2, 2, 2, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 1, 1, 0, 0, 0]
+ --- Result =  [1, 1, 1, 1, 1, 1, 0, 0, 0]
  --- converting (1, 62, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165530,9 +294808,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 0, 0, 1] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 0, 0, 1]
  --- Converting [2, 2, 2, 2, 2, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 0, 1, 0, 0, 1]
+ --- Result =  [1, 1, 1, 1, 1, 1, 0, 0, 1]
  --- converting (1, 62, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165550,9 +294826,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 0, 0, 2] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 0, 0, 2]
  --- Converting [2, 2, 2, 2, 2, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 1, 1, 0, 0, 1]
+ --- Result =  [1, 1, 1, 1, 1, 1, 0, 0, 2]
  --- converting (1, 62, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165570,9 +294844,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 0, 0, 3] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 0, 0, 3]
  --- Converting [2, 2, 2, 2, 2, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 2, 1, 0, 0, 1]
+ --- Result =  [1, 1, 1, 1, 1, 1, 0, 0, 3]
  --- converting (1, 62, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165592,9 +294864,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 0, 1, 0] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 0, 1, 0]
  --- Converting [2, 2, 2, 2, 2, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 0, 1, 0, 1, 0]
+ --- Result =  [1, 1, 1, 1, 1, 1, 0, 1, 0]
  --- converting (1, 62, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165614,9 +294884,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 0, 1, 1] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 0, 1, 1]
  --- Converting [2, 2, 2, 2, 2, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 1, 0, 1, 1]
  --- converting (1, 62, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165636,9 +294904,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 0, 1, 2] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 0, 1, 2]
  --- Converting [2, 2, 2, 2, 2, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 1, 0, 1, 2]
  --- converting (1, 62, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165658,9 +294924,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 0, 1, 3] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 0, 1, 3]
  --- Converting [2, 2, 2, 2, 2, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 1, 0, 1, 3]
  --- converting (1, 62, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165680,9 +294944,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 0, 2, 0] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 0, 2, 0]
  --- Converting [2, 2, 2, 2, 2, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 1, 1, 0, 1, 0]
+ --- Result =  [1, 1, 1, 1, 1, 1, 0, 2, 0]
  --- converting (1, 62, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165702,9 +294964,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 0, 2, 1] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 0, 2, 1]
  --- Converting [2, 2, 2, 2, 2, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 1, 0, 2, 1]
  --- converting (1, 62, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165724,9 +294984,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 0, 2, 2] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 0, 2, 2]
  --- Converting [2, 2, 2, 2, 2, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 1, 0, 2, 2]
  --- converting (1, 62, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165746,9 +295004,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 0, 2, 3] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 0, 2, 3]
  --- Converting [2, 2, 2, 2, 2, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 1, 0, 2, 3]
  --- converting (1, 62, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165768,9 +295024,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 0, 3, 0] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 0, 3, 0]
  --- Converting [2, 2, 2, 2, 2, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 2, 1, 0, 1, 0]
+ --- Result =  [1, 1, 1, 1, 1, 1, 0, 3, 0]
  --- converting (1, 62, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165790,9 +295044,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 0, 3, 1] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 0, 3, 1]
  --- Converting [2, 2, 2, 2, 2, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 1, 0, 3, 1]
  --- converting (1, 62, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165812,9 +295064,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 0, 3, 2] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 0, 3, 2]
  --- Converting [2, 2, 2, 2, 2, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 1, 0, 3, 2]
  --- converting (1, 62, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165834,9 +295084,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 0, 3, 3] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 0, 3, 3]
  --- Converting [2, 2, 2, 2, 2, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 1, 0, 3, 3]
  --- converting (1, 63, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165854,9 +295102,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 1, 0, 0] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 2, 0, 0]
  --- Converting [2, 2, 2, 2, 2, 2, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 1, 1, 1, 0, 0]
+ --- Result =  [1, 1, 1, 1, 1, 1, 1, 0, 0]
  --- converting (1, 63, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165874,9 +295120,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 1, 0, 1] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 2, 0, 1]
  --- Converting [2, 2, 2, 2, 2, 2, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 0, 1, 1, 0, 1]
+ --- Result =  [1, 1, 1, 1, 1, 1, 1, 0, 1]
  --- converting (1, 63, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165894,9 +295138,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 1, 0, 2] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 2, 0, 2]
  --- Converting [2, 2, 2, 2, 2, 2, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 1, 1, 1, 0, 1]
+ --- Result =  [1, 1, 1, 1, 1, 1, 1, 0, 2]
  --- converting (1, 63, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165914,9 +295156,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 1, 0, 3] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 2, 0, 3]
  --- Converting [2, 2, 2, 2, 2, 2, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 2, 1, 1, 0, 1]
+ --- Result =  [1, 1, 1, 1, 1, 1, 1, 0, 3]
  --- converting (1, 63, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165936,9 +295176,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 1, 1, 0] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 2, 1, 0]
  --- Converting [2, 2, 2, 2, 2, 2, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 0, 1, 1, 1, 0]
+ --- Result =  [1, 1, 1, 1, 1, 1, 1, 1, 0]
  --- converting (1, 63, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165958,9 +295196,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 1, 1, 1] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 2, 1, 1]
  --- Converting [2, 2, 2, 2, 2, 2, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 1, 1, 1, 1]
  --- converting (1, 63, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -165980,9 +295216,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 1, 1, 2] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 2, 1, 2]
  --- Converting [2, 2, 2, 2, 2, 2, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 1, 1, 1, 2]
  --- converting (1, 63, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -166002,9 +295236,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 1, 1, 3] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 2, 1, 3]
  --- Converting [2, 2, 2, 2, 2, 2, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 1, 1, 1, 3]
  --- converting (1, 63, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -166024,9 +295256,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 1, 2, 0] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 2, 2, 0]
  --- Converting [2, 2, 2, 2, 2, 2, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 1, 1, 1, 1, 0]
+ --- Result =  [1, 1, 1, 1, 1, 1, 1, 2, 0]
  --- converting (1, 63, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -166046,9 +295276,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 1, 2, 1] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 2, 2, 1]
  --- Converting [2, 2, 2, 2, 2, 2, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 1, 1, 2, 1]
  --- converting (1, 63, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -166068,9 +295296,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 1, 2, 2] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 2, 2, 2]
  --- Converting [2, 2, 2, 2, 2, 2, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 1, 1, 2, 2]
  --- converting (1, 63, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -166090,9 +295316,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 1, 2, 3] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 2, 2, 3]
  --- Converting [2, 2, 2, 2, 2, 2, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 1, 1, 2, 3]
  --- converting (1, 63, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -166112,9 +295336,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 1, 3, 0] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 2, 3, 0]
  --- Converting [2, 2, 2, 2, 2, 2, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 2, 1, 1, 1, 0]
+ --- Result =  [1, 1, 1, 1, 1, 1, 1, 3, 0]
  --- converting (1, 63, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -166134,9 +295356,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 1, 3, 1] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 2, 3, 1]
  --- Converting [2, 2, 2, 2, 2, 2, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 1, 1, 3, 1]
  --- converting (1, 63, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -166156,9 +295376,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 1, 3, 2] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 2, 3, 2]
  --- Converting [2, 2, 2, 2, 2, 2, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 1, 1, 3, 2]
  --- converting (1, 63, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 1 in base 3
  --- result  [1]
@@ -166178,9 +295396,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [1, 1, 1, 1, 1, 1, 1, 3, 3] to configuration notation
  --- Result =  [2, 2, 2, 2, 2, 2, 3, 3]
  --- Converting [2, 2, 2, 2, 2, 2, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [1, 1, 1, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [1, 1, 1, 1, 1, 1, 1, 3, 3]
  --- converting (2, 1, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166192,9 +295408,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 0, 1, 0, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 3, 0, 0]
  --- Converting [0, 0, 0, 0, 0, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 0, 1, 0, 0]
+ --- Result =  [2, 0, 0, 0, 0, 0, 1, 0, 0]
  --- converting (2, 1, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166206,9 +295420,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 0, 1, 0, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 3, 0, 1]
  --- Converting [0, 0, 0, 0, 0, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 0, 1, 0, 1]
+ --- Result =  [2, 0, 0, 0, 0, 0, 1, 0, 1]
  --- converting (2, 1, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166220,9 +295432,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 0, 1, 0, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 3, 0, 2]
  --- Converting [0, 0, 0, 0, 0, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 0, 1, 0, 1]
+ --- Result =  [2, 0, 0, 0, 0, 0, 1, 0, 2]
  --- converting (2, 1, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166234,9 +295444,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 0, 1, 0, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 3, 0, 3]
  --- Converting [0, 0, 0, 0, 0, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 0, 1, 0, 1]
+ --- Result =  [2, 0, 0, 0, 0, 0, 1, 0, 3]
  --- converting (2, 1, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166250,9 +295458,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 0, 1, 1, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 3, 1, 0]
  --- Converting [0, 0, 0, 0, 0, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 0, 1, 1, 0]
+ --- Result =  [2, 0, 0, 0, 0, 0, 1, 1, 0]
  --- converting (2, 1, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166266,9 +295472,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 0, 1, 1, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 3, 1, 1]
  --- Converting [0, 0, 0, 0, 0, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 0, 0, 1, 1, 1]
  --- converting (2, 1, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166282,9 +295486,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 0, 1, 1, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 3, 1, 2]
  --- Converting [0, 0, 0, 0, 0, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 0, 0, 1, 1, 2]
  --- converting (2, 1, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166298,9 +295500,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 0, 1, 1, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 3, 1, 3]
  --- Converting [0, 0, 0, 0, 0, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 0, 0, 1, 1, 3]
  --- converting (2, 1, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166314,9 +295514,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 0, 1, 2, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 3, 2, 0]
  --- Converting [0, 0, 0, 0, 0, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 0, 1, 1, 0]
+ --- Result =  [2, 0, 0, 0, 0, 0, 1, 2, 0]
  --- converting (2, 1, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166330,9 +295528,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 0, 1, 2, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 3, 2, 1]
  --- Converting [0, 0, 0, 0, 0, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 0, 0, 1, 2, 1]
  --- converting (2, 1, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166346,9 +295542,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 0, 1, 2, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 3, 2, 2]
  --- Converting [0, 0, 0, 0, 0, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 0, 0, 1, 2, 2]
  --- converting (2, 1, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166362,9 +295556,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 0, 1, 2, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 3, 2, 3]
  --- Converting [0, 0, 0, 0, 0, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 0, 0, 1, 2, 3]
  --- converting (2, 1, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166378,9 +295570,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 0, 1, 3, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 3, 3, 0]
  --- Converting [0, 0, 0, 0, 0, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 0, 1, 1, 0]
+ --- Result =  [2, 0, 0, 0, 0, 0, 1, 3, 0]
  --- converting (2, 1, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166394,9 +295584,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 0, 1, 3, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 3, 3, 1]
  --- Converting [0, 0, 0, 0, 0, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 0, 0, 1, 3, 1]
  --- converting (2, 1, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166410,9 +295598,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 0, 1, 3, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 3, 3, 2]
  --- Converting [0, 0, 0, 0, 0, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 0, 0, 1, 3, 2]
  --- converting (2, 1, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166426,9 +295612,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 0, 1, 3, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 0, 3, 3, 3]
  --- Converting [0, 0, 0, 0, 0, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 0, 0, 1, 3, 3]
  --- converting (2, 2, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166442,9 +295626,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 0, 0, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 0, 0, 0]
  --- Converting [0, 0, 0, 0, 3, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 0, 0, 0]
+ --- Result =  [2, 0, 0, 0, 0, 1, 0, 0, 0]
  --- converting (2, 2, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166458,9 +295640,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 0, 0, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 0, 0, 1]
  --- Converting [0, 0, 0, 0, 3, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 0, 0, 1]
+ --- Result =  [2, 0, 0, 0, 0, 1, 0, 0, 1]
  --- converting (2, 2, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166474,9 +295654,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 0, 0, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 0, 0, 2]
  --- Converting [0, 0, 0, 0, 3, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 0, 0, 1]
+ --- Result =  [2, 0, 0, 0, 0, 1, 0, 0, 2]
  --- converting (2, 2, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166490,9 +295668,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 0, 0, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 0, 0, 3]
  --- Converting [0, 0, 0, 0, 3, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 0, 0, 1]
+ --- Result =  [2, 0, 0, 0, 0, 1, 0, 0, 3]
  --- converting (2, 2, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166508,9 +295684,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 0, 1, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 0, 1, 0]
  --- Converting [0, 0, 0, 0, 3, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 0, 1, 0]
+ --- Result =  [2, 0, 0, 0, 0, 1, 0, 1, 0]
  --- converting (2, 2, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166526,9 +295700,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 0, 1, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 0, 1, 1]
  --- Converting [0, 0, 0, 0, 3, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 0, 0, 1, 0, 1, 1]
  --- converting (2, 2, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166544,9 +295716,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 0, 1, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 0, 1, 2]
  --- Converting [0, 0, 0, 0, 3, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 0, 0, 1, 0, 1, 2]
  --- converting (2, 2, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166562,9 +295732,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 0, 1, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 0, 1, 3]
  --- Converting [0, 0, 0, 0, 3, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 0, 0, 1, 0, 1, 3]
  --- converting (2, 2, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166580,9 +295748,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 0, 2, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 0, 2, 0]
  --- Converting [0, 0, 0, 0, 3, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 0, 1, 0]
+ --- Result =  [2, 0, 0, 0, 0, 1, 0, 2, 0]
  --- converting (2, 2, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166598,9 +295764,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 0, 2, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 0, 2, 1]
  --- Converting [0, 0, 0, 0, 3, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 0, 0, 1, 0, 2, 1]
  --- converting (2, 2, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166616,9 +295780,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 0, 2, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 0, 2, 2]
  --- Converting [0, 0, 0, 0, 3, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 0, 0, 1, 0, 2, 2]
  --- converting (2, 2, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166634,9 +295796,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 0, 2, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 0, 2, 3]
  --- Converting [0, 0, 0, 0, 3, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 0, 0, 1, 0, 2, 3]
  --- converting (2, 2, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166652,9 +295812,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 0, 3, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 0, 3, 0]
  --- Converting [0, 0, 0, 0, 3, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 0, 1, 0]
+ --- Result =  [2, 0, 0, 0, 0, 1, 0, 3, 0]
  --- converting (2, 2, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166670,9 +295828,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 0, 3, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 0, 3, 1]
  --- Converting [0, 0, 0, 0, 3, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 0, 0, 1, 0, 3, 1]
  --- converting (2, 2, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166688,9 +295844,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 0, 3, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 0, 3, 2]
  --- Converting [0, 0, 0, 0, 3, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 0, 0, 1, 0, 3, 2]
  --- converting (2, 2, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166706,9 +295860,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 0, 3, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 0, 3, 3]
  --- Converting [0, 0, 0, 0, 3, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 0, 0, 1, 0, 3, 3]
  --- converting (2, 3, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166722,9 +295874,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 1, 0, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 3, 0, 0]
  --- Converting [0, 0, 0, 0, 3, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 1, 0, 0]
+ --- Result =  [2, 0, 0, 0, 0, 1, 1, 0, 0]
  --- converting (2, 3, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166738,9 +295888,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 1, 0, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 3, 0, 1]
  --- Converting [0, 0, 0, 0, 3, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 1, 0, 1]
+ --- Result =  [2, 0, 0, 0, 0, 1, 1, 0, 1]
  --- converting (2, 3, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166754,9 +295902,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 1, 0, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 3, 0, 2]
  --- Converting [0, 0, 0, 0, 3, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 1, 0, 1]
+ --- Result =  [2, 0, 0, 0, 0, 1, 1, 0, 2]
  --- converting (2, 3, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166770,9 +295916,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 1, 0, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 3, 0, 3]
  --- Converting [0, 0, 0, 0, 3, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 1, 0, 1]
+ --- Result =  [2, 0, 0, 0, 0, 1, 1, 0, 3]
  --- converting (2, 3, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166788,9 +295932,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 1, 1, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 3, 1, 0]
  --- Converting [0, 0, 0, 0, 3, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 1, 1, 0]
+ --- Result =  [2, 0, 0, 0, 0, 1, 1, 1, 0]
  --- converting (2, 3, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166806,9 +295948,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 1, 1, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 3, 1, 1]
  --- Converting [0, 0, 0, 0, 3, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 0, 1, 1, 1, 1]
  --- converting (2, 3, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166824,9 +295964,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 1, 1, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 3, 1, 2]
  --- Converting [0, 0, 0, 0, 3, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 0, 1, 1, 1, 2]
  --- converting (2, 3, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166842,9 +295980,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 1, 1, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 3, 1, 3]
  --- Converting [0, 0, 0, 0, 3, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 0, 1, 1, 1, 3]
  --- converting (2, 3, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166860,9 +295996,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 1, 2, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 3, 2, 0]
  --- Converting [0, 0, 0, 0, 3, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 1, 1, 0]
+ --- Result =  [2, 0, 0, 0, 0, 1, 1, 2, 0]
  --- converting (2, 3, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166878,9 +296012,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 1, 2, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 3, 2, 1]
  --- Converting [0, 0, 0, 0, 3, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 0, 1, 1, 2, 1]
  --- converting (2, 3, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166896,9 +296028,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 1, 2, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 3, 2, 2]
  --- Converting [0, 0, 0, 0, 3, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 0, 1, 1, 2, 2]
  --- converting (2, 3, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166914,9 +296044,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 1, 2, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 3, 2, 3]
  --- Converting [0, 0, 0, 0, 3, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 0, 1, 1, 2, 3]
  --- converting (2, 3, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166932,9 +296060,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 1, 3, 0] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 3, 3, 0]
  --- Converting [0, 0, 0, 0, 3, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 1, 1, 0]
+ --- Result =  [2, 0, 0, 0, 0, 1, 1, 3, 0]
  --- converting (2, 3, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166950,9 +296076,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 1, 3, 1] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 3, 3, 1]
  --- Converting [0, 0, 0, 0, 3, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 0, 1, 1, 3, 1]
  --- converting (2, 3, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166968,9 +296092,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 1, 3, 2] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 3, 3, 2]
  --- Converting [0, 0, 0, 0, 3, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 0, 1, 1, 3, 2]
  --- converting (2, 3, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -166986,9 +296108,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 0, 1, 1, 3, 3] to configuration notation
  --- Result =  [0, 0, 0, 0, 3, 3, 3, 3]
  --- Converting [0, 0, 0, 0, 3, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [0, 0, 0, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 0, 1, 1, 3, 3]
  --- converting (2, 4, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167003,9 +296123,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 0, 0, 0] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 0, 0, 0]
  --- Converting [0, 0, 0, 3, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 0, 0, 0, 0, 0]
+ --- Result =  [2, 0, 0, 0, 1, 0, 0, 0, 0]
  --- converting (2, 4, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167020,9 +296138,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 0, 0, 1] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 0, 0, 1]
  --- Converting [0, 0, 0, 3, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 0, 0, 0, 0, 1]
+ --- Result =  [2, 0, 0, 0, 1, 0, 0, 0, 1]
  --- converting (2, 4, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167037,9 +296153,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 0, 0, 2] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 0, 0, 2]
  --- Converting [0, 0, 0, 3, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 1, 0, 0, 0, 1]
+ --- Result =  [2, 0, 0, 0, 1, 0, 0, 0, 2]
  --- converting (2, 4, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167054,9 +296168,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 0, 0, 3] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 0, 0, 3]
  --- Converting [0, 0, 0, 3, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 2, 0, 0, 0, 1]
+ --- Result =  [2, 0, 0, 0, 1, 0, 0, 0, 3]
  --- converting (2, 4, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167073,9 +296185,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 0, 1, 0] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 0, 1, 0]
  --- Converting [0, 0, 0, 3, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 0, 0, 0, 1, 0]
+ --- Result =  [2, 0, 0, 0, 1, 0, 0, 1, 0]
  --- converting (2, 4, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167092,9 +296202,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 0, 1, 1] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 0, 1, 1]
  --- Converting [0, 0, 0, 3, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 0, 0, 1, 1]
  --- converting (2, 4, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167111,9 +296219,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 0, 1, 2] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 0, 1, 2]
  --- Converting [0, 0, 0, 3, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 0, 0, 1, 2]
  --- converting (2, 4, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167130,9 +296236,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 0, 1, 3] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 0, 1, 3]
  --- Converting [0, 0, 0, 3, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 0, 0, 1, 3]
  --- converting (2, 4, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167149,9 +296253,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 0, 2, 0] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 0, 2, 0]
  --- Converting [0, 0, 0, 3, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 1, 0, 0, 1, 0]
+ --- Result =  [2, 0, 0, 0, 1, 0, 0, 2, 0]
  --- converting (2, 4, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167168,9 +296270,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 0, 2, 1] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 0, 2, 1]
  --- Converting [0, 0, 0, 3, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 0, 0, 2, 1]
  --- converting (2, 4, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167187,9 +296287,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 0, 2, 2] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 0, 2, 2]
  --- Converting [0, 0, 0, 3, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 0, 0, 2, 2]
  --- converting (2, 4, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167206,9 +296304,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 0, 2, 3] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 0, 2, 3]
  --- Converting [0, 0, 0, 3, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 0, 0, 2, 3]
  --- converting (2, 4, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167225,9 +296321,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 0, 3, 0] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 0, 3, 0]
  --- Converting [0, 0, 0, 3, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 2, 0, 0, 1, 0]
+ --- Result =  [2, 0, 0, 0, 1, 0, 0, 3, 0]
  --- converting (2, 4, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167244,9 +296338,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 0, 3, 1] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 0, 3, 1]
  --- Converting [0, 0, 0, 3, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 0, 0, 3, 1]
  --- converting (2, 4, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167263,9 +296355,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 0, 3, 2] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 0, 3, 2]
  --- Converting [0, 0, 0, 3, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 0, 0, 3, 2]
  --- converting (2, 4, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167282,9 +296372,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 0, 3, 3] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 0, 3, 3]
  --- Converting [0, 0, 0, 3, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 0, 0, 3, 3]
  --- converting (2, 5, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167299,9 +296387,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 1, 0, 0] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 3, 0, 0]
  --- Converting [0, 0, 0, 3, 0, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 2, 0, 1, 0, 0]
+ --- Result =  [2, 0, 0, 0, 1, 0, 1, 0, 0]
  --- converting (2, 5, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167316,9 +296402,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 1, 0, 1] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 3, 0, 1]
  --- Converting [0, 0, 0, 3, 0, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 0, 0, 1, 0, 1]
+ --- Result =  [2, 0, 0, 0, 1, 0, 1, 0, 1]
  --- converting (2, 5, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167333,9 +296417,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 1, 0, 2] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 3, 0, 2]
  --- Converting [0, 0, 0, 3, 0, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 1, 0, 1, 0, 1]
+ --- Result =  [2, 0, 0, 0, 1, 0, 1, 0, 2]
  --- converting (2, 5, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167350,9 +296432,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 1, 0, 3] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 3, 0, 3]
  --- Converting [0, 0, 0, 3, 0, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 2, 0, 1, 0, 1]
+ --- Result =  [2, 0, 0, 0, 1, 0, 1, 0, 3]
  --- converting (2, 5, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167369,9 +296449,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 1, 1, 0] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 3, 1, 0]
  --- Converting [0, 0, 0, 3, 0, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 0, 0, 1, 1, 0]
+ --- Result =  [2, 0, 0, 0, 1, 0, 1, 1, 0]
  --- converting (2, 5, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167388,9 +296466,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 1, 1, 1] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 3, 1, 1]
  --- Converting [0, 0, 0, 3, 0, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 0, 1, 1, 1]
  --- converting (2, 5, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167407,9 +296483,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 1, 1, 2] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 3, 1, 2]
  --- Converting [0, 0, 0, 3, 0, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 0, 1, 1, 2]
  --- converting (2, 5, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167426,9 +296500,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 1, 1, 3] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 3, 1, 3]
  --- Converting [0, 0, 0, 3, 0, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 0, 1, 1, 3]
  --- converting (2, 5, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167445,9 +296517,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 1, 2, 0] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 3, 2, 0]
  --- Converting [0, 0, 0, 3, 0, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 1, 0, 1, 1, 0]
+ --- Result =  [2, 0, 0, 0, 1, 0, 1, 2, 0]
  --- converting (2, 5, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167464,9 +296534,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 1, 2, 1] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 3, 2, 1]
  --- Converting [0, 0, 0, 3, 0, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 0, 1, 2, 1]
  --- converting (2, 5, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167483,9 +296551,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 1, 2, 2] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 3, 2, 2]
  --- Converting [0, 0, 0, 3, 0, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 0, 1, 2, 2]
  --- converting (2, 5, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167502,9 +296568,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 1, 2, 3] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 3, 2, 3]
  --- Converting [0, 0, 0, 3, 0, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 0, 1, 2, 3]
  --- converting (2, 5, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167521,9 +296585,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 1, 3, 0] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 3, 3, 0]
  --- Converting [0, 0, 0, 3, 0, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 2, 0, 1, 1, 0]
+ --- Result =  [2, 0, 0, 0, 1, 0, 1, 3, 0]
  --- converting (2, 5, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167540,9 +296602,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 1, 3, 1] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 3, 3, 1]
  --- Converting [0, 0, 0, 3, 0, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 0, 1, 3, 1]
  --- converting (2, 5, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167559,9 +296619,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 1, 3, 2] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 3, 3, 2]
  --- Converting [0, 0, 0, 3, 0, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 0, 1, 3, 2]
  --- converting (2, 5, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167578,9 +296636,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 0, 1, 3, 3] to configuration notation
  --- Result =  [0, 0, 0, 3, 0, 3, 3, 3]
  --- Converting [0, 0, 0, 3, 0, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 0, 1, 3, 3]
  --- converting (2, 6, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167595,9 +296651,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 0, 0, 0] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 0, 0, 0]
  --- Converting [0, 0, 0, 3, 3, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 2, 1, 0, 0, 0]
+ --- Result =  [2, 0, 0, 0, 1, 1, 0, 0, 0]
  --- converting (2, 6, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167612,9 +296666,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 0, 0, 1] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 0, 0, 1]
  --- Converting [0, 0, 0, 3, 3, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 0, 1, 0, 0, 1]
+ --- Result =  [2, 0, 0, 0, 1, 1, 0, 0, 1]
  --- converting (2, 6, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167629,9 +296681,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 0, 0, 2] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 0, 0, 2]
  --- Converting [0, 0, 0, 3, 3, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 1, 1, 0, 0, 1]
+ --- Result =  [2, 0, 0, 0, 1, 1, 0, 0, 2]
  --- converting (2, 6, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167646,9 +296696,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 0, 0, 3] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 0, 0, 3]
  --- Converting [0, 0, 0, 3, 3, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 2, 1, 0, 0, 1]
+ --- Result =  [2, 0, 0, 0, 1, 1, 0, 0, 3]
  --- converting (2, 6, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167665,9 +296713,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 0, 1, 0] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 0, 1, 0]
  --- Converting [0, 0, 0, 3, 3, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 0, 1, 0, 1, 0]
+ --- Result =  [2, 0, 0, 0, 1, 1, 0, 1, 0]
  --- converting (2, 6, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167684,9 +296730,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 0, 1, 1] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 0, 1, 1]
  --- Converting [0, 0, 0, 3, 3, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 1, 0, 1, 1]
  --- converting (2, 6, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167703,9 +296747,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 0, 1, 2] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 0, 1, 2]
  --- Converting [0, 0, 0, 3, 3, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 1, 0, 1, 2]
  --- converting (2, 6, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167722,9 +296764,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 0, 1, 3] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 0, 1, 3]
  --- Converting [0, 0, 0, 3, 3, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 1, 0, 1, 3]
  --- converting (2, 6, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167741,9 +296781,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 0, 2, 0] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 0, 2, 0]
  --- Converting [0, 0, 0, 3, 3, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 1, 1, 0, 1, 0]
+ --- Result =  [2, 0, 0, 0, 1, 1, 0, 2, 0]
  --- converting (2, 6, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167760,9 +296798,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 0, 2, 1] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 0, 2, 1]
  --- Converting [0, 0, 0, 3, 3, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 1, 0, 2, 1]
  --- converting (2, 6, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167779,9 +296815,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 0, 2, 2] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 0, 2, 2]
  --- Converting [0, 0, 0, 3, 3, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 1, 0, 2, 2]
  --- converting (2, 6, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167798,9 +296832,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 0, 2, 3] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 0, 2, 3]
  --- Converting [0, 0, 0, 3, 3, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 1, 0, 2, 3]
  --- converting (2, 6, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167817,9 +296849,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 0, 3, 0] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 0, 3, 0]
  --- Converting [0, 0, 0, 3, 3, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 2, 1, 0, 1, 0]
+ --- Result =  [2, 0, 0, 0, 1, 1, 0, 3, 0]
  --- converting (2, 6, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167836,9 +296866,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 0, 3, 1] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 0, 3, 1]
  --- Converting [0, 0, 0, 3, 3, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 1, 0, 3, 1]
  --- converting (2, 6, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167855,9 +296883,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 0, 3, 2] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 0, 3, 2]
  --- Converting [0, 0, 0, 3, 3, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 1, 0, 3, 2]
  --- converting (2, 6, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167874,9 +296900,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 0, 3, 3] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 0, 3, 3]
  --- Converting [0, 0, 0, 3, 3, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 1, 0, 3, 3]
  --- converting (2, 7, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167891,9 +296915,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 1, 0, 0] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 3, 0, 0]
  --- Converting [0, 0, 0, 3, 3, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 2, 1, 1, 0, 0]
+ --- Result =  [2, 0, 0, 0, 1, 1, 1, 0, 0]
  --- converting (2, 7, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167908,9 +296930,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 1, 0, 1] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 3, 0, 1]
  --- Converting [0, 0, 0, 3, 3, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 0, 1, 1, 0, 1]
+ --- Result =  [2, 0, 0, 0, 1, 1, 1, 0, 1]
  --- converting (2, 7, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167925,9 +296945,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 1, 0, 2] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 3, 0, 2]
  --- Converting [0, 0, 0, 3, 3, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 1, 1, 1, 0, 1]
+ --- Result =  [2, 0, 0, 0, 1, 1, 1, 0, 2]
  --- converting (2, 7, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167942,9 +296960,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 1, 0, 3] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 3, 0, 3]
  --- Converting [0, 0, 0, 3, 3, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 2, 1, 1, 0, 1]
+ --- Result =  [2, 0, 0, 0, 1, 1, 1, 0, 3]
  --- converting (2, 7, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167961,9 +296977,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 1, 1, 0] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 3, 1, 0]
  --- Converting [0, 0, 0, 3, 3, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 0, 1, 1, 1, 0]
+ --- Result =  [2, 0, 0, 0, 1, 1, 1, 1, 0]
  --- converting (2, 7, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167980,9 +296994,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 1, 1, 1] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 3, 1, 1]
  --- Converting [0, 0, 0, 3, 3, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 1, 1, 1, 1]
  --- converting (2, 7, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -167999,9 +297011,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 1, 1, 2] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 3, 1, 2]
  --- Converting [0, 0, 0, 3, 3, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 1, 1, 1, 2]
  --- converting (2, 7, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168018,9 +297028,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 1, 1, 3] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 3, 1, 3]
  --- Converting [0, 0, 0, 3, 3, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 1, 1, 1, 3]
  --- converting (2, 7, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168037,9 +297045,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 1, 2, 0] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 3, 2, 0]
  --- Converting [0, 0, 0, 3, 3, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 1, 1, 1, 1, 0]
+ --- Result =  [2, 0, 0, 0, 1, 1, 1, 2, 0]
  --- converting (2, 7, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168056,9 +297062,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 1, 2, 1] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 3, 2, 1]
  --- Converting [0, 0, 0, 3, 3, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 1, 1, 2, 1]
  --- converting (2, 7, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168075,9 +297079,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 1, 2, 2] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 3, 2, 2]
  --- Converting [0, 0, 0, 3, 3, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 1, 1, 2, 2]
  --- converting (2, 7, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168094,9 +297096,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 1, 2, 3] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 3, 2, 3]
  --- Converting [0, 0, 0, 3, 3, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 1, 1, 2, 3]
  --- converting (2, 7, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168113,9 +297113,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 1, 3, 0] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 3, 3, 0]
  --- Converting [0, 0, 0, 3, 3, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 2, 1, 1, 1, 0]
+ --- Result =  [2, 0, 0, 0, 1, 1, 1, 3, 0]
  --- converting (2, 7, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168132,9 +297130,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 1, 3, 1] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 3, 3, 1]
  --- Converting [0, 0, 0, 3, 3, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 1, 1, 3, 1]
  --- converting (2, 7, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168151,9 +297147,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 1, 3, 2] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 3, 3, 2]
  --- Converting [0, 0, 0, 3, 3, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 1, 1, 3, 2]
  --- converting (2, 7, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168170,9 +297164,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 0, 1, 1, 1, 3, 3] to configuration notation
  --- Result =  [0, 0, 0, 3, 3, 3, 3, 3]
  --- Converting [0, 0, 0, 3, 3, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 0, 1, 1, 1, 3, 3]
  --- converting (2, 8, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168188,9 +297180,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 0, 0, 0] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 0, 0, 0]
  --- Converting [0, 0, 3, 0, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 0, 0, 0, 0, 0]
+ --- Result =  [2, 0, 0, 1, 0, 0, 0, 0, 0]
  --- converting (2, 8, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168206,9 +297196,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 0, 0, 1] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 0, 0, 1]
  --- Converting [0, 0, 3, 0, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 0, 0, 0, 0, 1]
+ --- Result =  [2, 0, 0, 1, 0, 0, 0, 0, 1]
  --- converting (2, 8, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168224,9 +297212,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 0, 0, 2] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 0, 0, 2]
  --- Converting [0, 0, 3, 0, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 1, 0, 0, 0, 1]
+ --- Result =  [2, 0, 0, 1, 0, 0, 0, 0, 2]
  --- converting (2, 8, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168242,9 +297228,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 0, 0, 3] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 0, 0, 3]
  --- Converting [0, 0, 3, 0, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 2, 0, 0, 0, 1]
+ --- Result =  [2, 0, 0, 1, 0, 0, 0, 0, 3]
  --- converting (2, 8, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168262,9 +297246,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 0, 1, 0] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 0, 1, 0]
  --- Converting [0, 0, 3, 0, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 0, 0, 0, 1, 0]
+ --- Result =  [2, 0, 0, 1, 0, 0, 0, 1, 0]
  --- converting (2, 8, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168282,9 +297264,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 0, 1, 1] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 0, 1, 1]
  --- Converting [0, 0, 3, 0, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 0, 0, 1, 1]
  --- converting (2, 8, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168302,9 +297282,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 0, 1, 2] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 0, 1, 2]
  --- Converting [0, 0, 3, 0, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 0, 0, 1, 2]
  --- converting (2, 8, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168322,9 +297300,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 0, 1, 3] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 0, 1, 3]
  --- Converting [0, 0, 3, 0, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 0, 0, 1, 3]
  --- converting (2, 8, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168342,9 +297318,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 0, 2, 0] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 0, 2, 0]
  --- Converting [0, 0, 3, 0, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 1, 0, 0, 1, 0]
+ --- Result =  [2, 0, 0, 1, 0, 0, 0, 2, 0]
  --- converting (2, 8, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168362,9 +297336,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 0, 2, 1] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 0, 2, 1]
  --- Converting [0, 0, 3, 0, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 0, 0, 2, 1]
  --- converting (2, 8, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168382,9 +297354,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 0, 2, 2] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 0, 2, 2]
  --- Converting [0, 0, 3, 0, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 0, 0, 2, 2]
  --- converting (2, 8, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168402,9 +297372,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 0, 2, 3] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 0, 2, 3]
  --- Converting [0, 0, 3, 0, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 0, 0, 2, 3]
  --- converting (2, 8, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168422,9 +297390,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 0, 3, 0] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 0, 3, 0]
  --- Converting [0, 0, 3, 0, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 2, 0, 0, 1, 0]
+ --- Result =  [2, 0, 0, 1, 0, 0, 0, 3, 0]
  --- converting (2, 8, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168442,9 +297408,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 0, 3, 1] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 0, 3, 1]
  --- Converting [0, 0, 3, 0, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 0, 0, 3, 1]
  --- converting (2, 8, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168462,9 +297426,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 0, 3, 2] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 0, 3, 2]
  --- Converting [0, 0, 3, 0, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 0, 0, 3, 2]
  --- converting (2, 8, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168482,9 +297444,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 0, 3, 3] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 0, 3, 3]
  --- Converting [0, 0, 3, 0, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 0, 0, 3, 3]
  --- converting (2, 9, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168500,9 +297460,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 1, 0, 0] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 3, 0, 0]
  --- Converting [0, 0, 3, 0, 0, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 2, 0, 1, 0, 0]
+ --- Result =  [2, 0, 0, 1, 0, 0, 1, 0, 0]
  --- converting (2, 9, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168518,9 +297476,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 1, 0, 1] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 3, 0, 1]
  --- Converting [0, 0, 3, 0, 0, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 0, 0, 1, 0, 1]
+ --- Result =  [2, 0, 0, 1, 0, 0, 1, 0, 1]
  --- converting (2, 9, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168536,9 +297492,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 1, 0, 2] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 3, 0, 2]
  --- Converting [0, 0, 3, 0, 0, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 1, 0, 1, 0, 1]
+ --- Result =  [2, 0, 0, 1, 0, 0, 1, 0, 2]
  --- converting (2, 9, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168554,9 +297508,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 1, 0, 3] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 3, 0, 3]
  --- Converting [0, 0, 3, 0, 0, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 2, 0, 1, 0, 1]
+ --- Result =  [2, 0, 0, 1, 0, 0, 1, 0, 3]
  --- converting (2, 9, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168574,9 +297526,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 1, 1, 0] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 3, 1, 0]
  --- Converting [0, 0, 3, 0, 0, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 0, 0, 1, 1, 0]
+ --- Result =  [2, 0, 0, 1, 0, 0, 1, 1, 0]
  --- converting (2, 9, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168594,9 +297544,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 1, 1, 1] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 3, 1, 1]
  --- Converting [0, 0, 3, 0, 0, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 0, 1, 1, 1]
  --- converting (2, 9, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168614,9 +297562,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 1, 1, 2] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 3, 1, 2]
  --- Converting [0, 0, 3, 0, 0, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 0, 1, 1, 2]
  --- converting (2, 9, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168634,9 +297580,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 1, 1, 3] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 3, 1, 3]
  --- Converting [0, 0, 3, 0, 0, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 0, 1, 1, 3]
  --- converting (2, 9, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168654,9 +297598,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 1, 2, 0] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 3, 2, 0]
  --- Converting [0, 0, 3, 0, 0, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 1, 0, 1, 1, 0]
+ --- Result =  [2, 0, 0, 1, 0, 0, 1, 2, 0]
  --- converting (2, 9, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168674,9 +297616,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 1, 2, 1] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 3, 2, 1]
  --- Converting [0, 0, 3, 0, 0, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 0, 1, 2, 1]
  --- converting (2, 9, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168694,9 +297634,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 1, 2, 2] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 3, 2, 2]
  --- Converting [0, 0, 3, 0, 0, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 0, 1, 2, 2]
  --- converting (2, 9, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168714,9 +297652,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 1, 2, 3] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 3, 2, 3]
  --- Converting [0, 0, 3, 0, 0, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 0, 1, 2, 3]
  --- converting (2, 9, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168734,9 +297670,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 1, 3, 0] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 3, 3, 0]
  --- Converting [0, 0, 3, 0, 0, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 2, 0, 1, 1, 0]
+ --- Result =  [2, 0, 0, 1, 0, 0, 1, 3, 0]
  --- converting (2, 9, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168754,9 +297688,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 1, 3, 1] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 3, 3, 1]
  --- Converting [0, 0, 3, 0, 0, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 0, 1, 3, 1]
  --- converting (2, 9, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168774,9 +297706,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 1, 3, 2] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 3, 3, 2]
  --- Converting [0, 0, 3, 0, 0, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 0, 1, 3, 2]
  --- converting (2, 9, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168794,9 +297724,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 0, 1, 3, 3] to configuration notation
  --- Result =  [0, 0, 3, 0, 0, 3, 3, 3]
  --- Converting [0, 0, 3, 0, 0, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 0, 1, 3, 3]
  --- converting (2, 10, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168812,9 +297740,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 0, 0, 0] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 0, 0, 0]
  --- Converting [0, 0, 3, 0, 3, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 2, 1, 0, 0, 0]
+ --- Result =  [2, 0, 0, 1, 0, 1, 0, 0, 0]
  --- converting (2, 10, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168830,9 +297756,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 0, 0, 1] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 0, 0, 1]
  --- Converting [0, 0, 3, 0, 3, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 0, 1, 0, 0, 1]
+ --- Result =  [2, 0, 0, 1, 0, 1, 0, 0, 1]
  --- converting (2, 10, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168848,9 +297772,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 0, 0, 2] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 0, 0, 2]
  --- Converting [0, 0, 3, 0, 3, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 1, 1, 0, 0, 1]
+ --- Result =  [2, 0, 0, 1, 0, 1, 0, 0, 2]
  --- converting (2, 10, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168866,9 +297788,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 0, 0, 3] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 0, 0, 3]
  --- Converting [0, 0, 3, 0, 3, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 2, 1, 0, 0, 1]
+ --- Result =  [2, 0, 0, 1, 0, 1, 0, 0, 3]
  --- converting (2, 10, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168886,9 +297806,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 0, 1, 0] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 0, 1, 0]
  --- Converting [0, 0, 3, 0, 3, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 0, 1, 0, 1, 0]
+ --- Result =  [2, 0, 0, 1, 0, 1, 0, 1, 0]
  --- converting (2, 10, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168906,9 +297824,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 0, 1, 1] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 0, 1, 1]
  --- Converting [0, 0, 3, 0, 3, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 1, 0, 1, 1]
  --- converting (2, 10, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168926,9 +297842,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 0, 1, 2] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 0, 1, 2]
  --- Converting [0, 0, 3, 0, 3, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 1, 0, 1, 2]
  --- converting (2, 10, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168946,9 +297860,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 0, 1, 3] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 0, 1, 3]
  --- Converting [0, 0, 3, 0, 3, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 1, 0, 1, 3]
  --- converting (2, 10, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168966,9 +297878,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 0, 2, 0] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 0, 2, 0]
  --- Converting [0, 0, 3, 0, 3, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 1, 1, 0, 1, 0]
+ --- Result =  [2, 0, 0, 1, 0, 1, 0, 2, 0]
  --- converting (2, 10, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -168986,9 +297896,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 0, 2, 1] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 0, 2, 1]
  --- Converting [0, 0, 3, 0, 3, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 1, 0, 2, 1]
  --- converting (2, 10, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169006,9 +297914,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 0, 2, 2] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 0, 2, 2]
  --- Converting [0, 0, 3, 0, 3, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 1, 0, 2, 2]
  --- converting (2, 10, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169026,9 +297932,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 0, 2, 3] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 0, 2, 3]
  --- Converting [0, 0, 3, 0, 3, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 1, 0, 2, 3]
  --- converting (2, 10, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169046,9 +297950,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 0, 3, 0] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 0, 3, 0]
  --- Converting [0, 0, 3, 0, 3, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 2, 1, 0, 1, 0]
+ --- Result =  [2, 0, 0, 1, 0, 1, 0, 3, 0]
  --- converting (2, 10, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169066,9 +297968,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 0, 3, 1] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 0, 3, 1]
  --- Converting [0, 0, 3, 0, 3, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 1, 0, 3, 1]
  --- converting (2, 10, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169086,9 +297986,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 0, 3, 2] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 0, 3, 2]
  --- Converting [0, 0, 3, 0, 3, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 1, 0, 3, 2]
  --- converting (2, 10, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169106,9 +298004,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 0, 3, 3] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 0, 3, 3]
  --- Converting [0, 0, 3, 0, 3, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 1, 0, 3, 3]
  --- converting (2, 11, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169124,9 +298020,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 1, 0, 0] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 3, 0, 0]
  --- Converting [0, 0, 3, 0, 3, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 2, 1, 1, 0, 0]
+ --- Result =  [2, 0, 0, 1, 0, 1, 1, 0, 0]
  --- converting (2, 11, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169142,9 +298036,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 1, 0, 1] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 3, 0, 1]
  --- Converting [0, 0, 3, 0, 3, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 0, 1, 1, 0, 1]
+ --- Result =  [2, 0, 0, 1, 0, 1, 1, 0, 1]
  --- converting (2, 11, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169160,9 +298052,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 1, 0, 2] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 3, 0, 2]
  --- Converting [0, 0, 3, 0, 3, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 1, 1, 1, 0, 1]
+ --- Result =  [2, 0, 0, 1, 0, 1, 1, 0, 2]
  --- converting (2, 11, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169178,9 +298068,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 1, 0, 3] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 3, 0, 3]
  --- Converting [0, 0, 3, 0, 3, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 2, 1, 1, 0, 1]
+ --- Result =  [2, 0, 0, 1, 0, 1, 1, 0, 3]
  --- converting (2, 11, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169198,9 +298086,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 1, 1, 0] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 3, 1, 0]
  --- Converting [0, 0, 3, 0, 3, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 0, 1, 1, 1, 0]
+ --- Result =  [2, 0, 0, 1, 0, 1, 1, 1, 0]
  --- converting (2, 11, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169218,9 +298104,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 1, 1, 1] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 3, 1, 1]
  --- Converting [0, 0, 3, 0, 3, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 1, 1, 1, 1]
  --- converting (2, 11, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169238,9 +298122,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 1, 1, 2] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 3, 1, 2]
  --- Converting [0, 0, 3, 0, 3, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 1, 1, 1, 2]
  --- converting (2, 11, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169258,9 +298140,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 1, 1, 3] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 3, 1, 3]
  --- Converting [0, 0, 3, 0, 3, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 1, 1, 1, 3]
  --- converting (2, 11, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169278,9 +298158,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 1, 2, 0] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 3, 2, 0]
  --- Converting [0, 0, 3, 0, 3, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 1, 1, 1, 1, 0]
+ --- Result =  [2, 0, 0, 1, 0, 1, 1, 2, 0]
  --- converting (2, 11, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169298,9 +298176,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 1, 2, 1] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 3, 2, 1]
  --- Converting [0, 0, 3, 0, 3, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 1, 1, 2, 1]
  --- converting (2, 11, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169318,9 +298194,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 1, 2, 2] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 3, 2, 2]
  --- Converting [0, 0, 3, 0, 3, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 1, 1, 2, 2]
  --- converting (2, 11, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169338,9 +298212,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 1, 2, 3] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 3, 2, 3]
  --- Converting [0, 0, 3, 0, 3, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 1, 1, 2, 3]
  --- converting (2, 11, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169358,9 +298230,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 1, 3, 0] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 3, 3, 0]
  --- Converting [0, 0, 3, 0, 3, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 2, 1, 1, 1, 0]
+ --- Result =  [2, 0, 0, 1, 0, 1, 1, 3, 0]
  --- converting (2, 11, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169378,9 +298248,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 1, 3, 1] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 3, 3, 1]
  --- Converting [0, 0, 3, 0, 3, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 1, 1, 3, 1]
  --- converting (2, 11, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169398,9 +298266,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 1, 3, 2] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 3, 3, 2]
  --- Converting [0, 0, 3, 0, 3, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 1, 1, 3, 2]
  --- converting (2, 11, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169418,9 +298284,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 0, 1, 1, 3, 3] to configuration notation
  --- Result =  [0, 0, 3, 0, 3, 3, 3, 3]
  --- Converting [0, 0, 3, 0, 3, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 0, 1, 1, 3, 3]
  --- converting (2, 12, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169436,9 +298300,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 0, 0, 0] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 0, 0, 0]
  --- Converting [0, 0, 3, 3, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 0, 0, 0, 0, 0]
+ --- Result =  [2, 0, 0, 1, 1, 0, 0, 0, 0]
  --- converting (2, 12, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169454,9 +298316,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 0, 0, 1] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 0, 0, 1]
  --- Converting [0, 0, 3, 3, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 0, 0, 0, 0, 1]
+ --- Result =  [2, 0, 0, 1, 1, 0, 0, 0, 1]
  --- converting (2, 12, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169472,9 +298332,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 0, 0, 2] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 0, 0, 2]
  --- Converting [0, 0, 3, 3, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 1, 0, 0, 0, 1]
+ --- Result =  [2, 0, 0, 1, 1, 0, 0, 0, 2]
  --- converting (2, 12, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169490,9 +298348,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 0, 0, 3] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 0, 0, 3]
  --- Converting [0, 0, 3, 3, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 2, 0, 0, 0, 1]
+ --- Result =  [2, 0, 0, 1, 1, 0, 0, 0, 3]
  --- converting (2, 12, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169510,9 +298366,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 0, 1, 0] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 0, 1, 0]
  --- Converting [0, 0, 3, 3, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 0, 0, 0, 1, 0]
+ --- Result =  [2, 0, 0, 1, 1, 0, 0, 1, 0]
  --- converting (2, 12, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169530,9 +298384,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 0, 1, 1] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 0, 1, 1]
  --- Converting [0, 0, 3, 3, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 0, 0, 1, 1]
  --- converting (2, 12, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169550,9 +298402,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 0, 1, 2] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 0, 1, 2]
  --- Converting [0, 0, 3, 3, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 0, 0, 1, 2]
  --- converting (2, 12, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169570,9 +298420,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 0, 1, 3] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 0, 1, 3]
  --- Converting [0, 0, 3, 3, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 0, 0, 1, 3]
  --- converting (2, 12, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169590,9 +298438,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 0, 2, 0] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 0, 2, 0]
  --- Converting [0, 0, 3, 3, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 1, 0, 0, 1, 0]
+ --- Result =  [2, 0, 0, 1, 1, 0, 0, 2, 0]
  --- converting (2, 12, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169610,9 +298456,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 0, 2, 1] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 0, 2, 1]
  --- Converting [0, 0, 3, 3, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 0, 0, 2, 1]
  --- converting (2, 12, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169630,9 +298474,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 0, 2, 2] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 0, 2, 2]
  --- Converting [0, 0, 3, 3, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 0, 0, 2, 2]
  --- converting (2, 12, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169650,9 +298492,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 0, 2, 3] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 0, 2, 3]
  --- Converting [0, 0, 3, 3, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 0, 0, 2, 3]
  --- converting (2, 12, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169670,9 +298510,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 0, 3, 0] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 0, 3, 0]
  --- Converting [0, 0, 3, 3, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 2, 0, 0, 1, 0]
+ --- Result =  [2, 0, 0, 1, 1, 0, 0, 3, 0]
  --- converting (2, 12, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169690,9 +298528,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 0, 3, 1] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 0, 3, 1]
  --- Converting [0, 0, 3, 3, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 0, 0, 3, 1]
  --- converting (2, 12, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169710,9 +298546,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 0, 3, 2] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 0, 3, 2]
  --- Converting [0, 0, 3, 3, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 0, 0, 3, 2]
  --- converting (2, 12, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169730,9 +298564,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 0, 3, 3] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 0, 3, 3]
  --- Converting [0, 0, 3, 3, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 0, 0, 3, 3]
  --- converting (2, 13, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169748,9 +298580,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 1, 0, 0] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 3, 0, 0]
  --- Converting [0, 0, 3, 3, 0, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 2, 0, 1, 0, 0]
+ --- Result =  [2, 0, 0, 1, 1, 0, 1, 0, 0]
  --- converting (2, 13, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169766,9 +298596,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 1, 0, 1] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 3, 0, 1]
  --- Converting [0, 0, 3, 3, 0, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 0, 0, 1, 0, 1]
+ --- Result =  [2, 0, 0, 1, 1, 0, 1, 0, 1]
  --- converting (2, 13, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169784,9 +298612,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 1, 0, 2] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 3, 0, 2]
  --- Converting [0, 0, 3, 3, 0, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 1, 0, 1, 0, 1]
+ --- Result =  [2, 0, 0, 1, 1, 0, 1, 0, 2]
  --- converting (2, 13, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169802,9 +298628,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 1, 0, 3] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 3, 0, 3]
  --- Converting [0, 0, 3, 3, 0, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 2, 0, 1, 0, 1]
+ --- Result =  [2, 0, 0, 1, 1, 0, 1, 0, 3]
  --- converting (2, 13, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169822,9 +298646,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 1, 1, 0] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 3, 1, 0]
  --- Converting [0, 0, 3, 3, 0, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 0, 0, 1, 1, 0]
+ --- Result =  [2, 0, 0, 1, 1, 0, 1, 1, 0]
  --- converting (2, 13, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169842,9 +298664,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 1, 1, 1] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 3, 1, 1]
  --- Converting [0, 0, 3, 3, 0, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 0, 1, 1, 1]
  --- converting (2, 13, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169862,9 +298682,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 1, 1, 2] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 3, 1, 2]
  --- Converting [0, 0, 3, 3, 0, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 0, 1, 1, 2]
  --- converting (2, 13, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169882,9 +298700,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 1, 1, 3] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 3, 1, 3]
  --- Converting [0, 0, 3, 3, 0, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 0, 1, 1, 3]
  --- converting (2, 13, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169902,9 +298718,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 1, 2, 0] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 3, 2, 0]
  --- Converting [0, 0, 3, 3, 0, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 1, 0, 1, 1, 0]
+ --- Result =  [2, 0, 0, 1, 1, 0, 1, 2, 0]
  --- converting (2, 13, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169922,9 +298736,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 1, 2, 1] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 3, 2, 1]
  --- Converting [0, 0, 3, 3, 0, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 0, 1, 2, 1]
  --- converting (2, 13, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169942,9 +298754,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 1, 2, 2] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 3, 2, 2]
  --- Converting [0, 0, 3, 3, 0, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 0, 1, 2, 2]
  --- converting (2, 13, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169962,9 +298772,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 1, 2, 3] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 3, 2, 3]
  --- Converting [0, 0, 3, 3, 0, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 0, 1, 2, 3]
  --- converting (2, 13, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -169982,9 +298790,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 1, 3, 0] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 3, 3, 0]
  --- Converting [0, 0, 3, 3, 0, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 2, 0, 1, 1, 0]
+ --- Result =  [2, 0, 0, 1, 1, 0, 1, 3, 0]
  --- converting (2, 13, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170002,9 +298808,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 1, 3, 1] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 3, 3, 1]
  --- Converting [0, 0, 3, 3, 0, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 0, 1, 3, 1]
  --- converting (2, 13, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170022,9 +298826,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 1, 3, 2] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 3, 3, 2]
  --- Converting [0, 0, 3, 3, 0, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 0, 1, 3, 2]
  --- converting (2, 13, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170042,9 +298844,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 0, 1, 3, 3] to configuration notation
  --- Result =  [0, 0, 3, 3, 0, 3, 3, 3]
  --- Converting [0, 0, 3, 3, 0, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 0, 1, 3, 3]
  --- converting (2, 14, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170060,9 +298860,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 0, 0, 0] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 0, 0, 0]
  --- Converting [0, 0, 3, 3, 3, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 2, 1, 0, 0, 0]
+ --- Result =  [2, 0, 0, 1, 1, 1, 0, 0, 0]
  --- converting (2, 14, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170078,9 +298876,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 0, 0, 1] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 0, 0, 1]
  --- Converting [0, 0, 3, 3, 3, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 0, 1, 0, 0, 1]
+ --- Result =  [2, 0, 0, 1, 1, 1, 0, 0, 1]
  --- converting (2, 14, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170096,9 +298892,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 0, 0, 2] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 0, 0, 2]
  --- Converting [0, 0, 3, 3, 3, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 1, 1, 0, 0, 1]
+ --- Result =  [2, 0, 0, 1, 1, 1, 0, 0, 2]
  --- converting (2, 14, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170114,9 +298908,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 0, 0, 3] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 0, 0, 3]
  --- Converting [0, 0, 3, 3, 3, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 2, 1, 0, 0, 1]
+ --- Result =  [2, 0, 0, 1, 1, 1, 0, 0, 3]
  --- converting (2, 14, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170134,9 +298926,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 0, 1, 0] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 0, 1, 0]
  --- Converting [0, 0, 3, 3, 3, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 0, 1, 0, 1, 0]
+ --- Result =  [2, 0, 0, 1, 1, 1, 0, 1, 0]
  --- converting (2, 14, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170154,9 +298944,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 0, 1, 1] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 0, 1, 1]
  --- Converting [0, 0, 3, 3, 3, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 1, 0, 1, 1]
  --- converting (2, 14, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170174,9 +298962,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 0, 1, 2] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 0, 1, 2]
  --- Converting [0, 0, 3, 3, 3, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 1, 0, 1, 2]
  --- converting (2, 14, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170194,9 +298980,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 0, 1, 3] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 0, 1, 3]
  --- Converting [0, 0, 3, 3, 3, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 1, 0, 1, 3]
  --- converting (2, 14, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170214,9 +298998,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 0, 2, 0] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 0, 2, 0]
  --- Converting [0, 0, 3, 3, 3, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 1, 1, 0, 1, 0]
+ --- Result =  [2, 0, 0, 1, 1, 1, 0, 2, 0]
  --- converting (2, 14, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170234,9 +299016,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 0, 2, 1] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 0, 2, 1]
  --- Converting [0, 0, 3, 3, 3, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 1, 0, 2, 1]
  --- converting (2, 14, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170254,9 +299034,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 0, 2, 2] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 0, 2, 2]
  --- Converting [0, 0, 3, 3, 3, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 1, 0, 2, 2]
  --- converting (2, 14, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170274,9 +299052,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 0, 2, 3] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 0, 2, 3]
  --- Converting [0, 0, 3, 3, 3, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 1, 0, 2, 3]
  --- converting (2, 14, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170294,9 +299070,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 0, 3, 0] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 0, 3, 0]
  --- Converting [0, 0, 3, 3, 3, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 2, 1, 0, 1, 0]
+ --- Result =  [2, 0, 0, 1, 1, 1, 0, 3, 0]
  --- converting (2, 14, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170314,9 +299088,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 0, 3, 1] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 0, 3, 1]
  --- Converting [0, 0, 3, 3, 3, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 1, 0, 3, 1]
  --- converting (2, 14, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170334,9 +299106,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 0, 3, 2] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 0, 3, 2]
  --- Converting [0, 0, 3, 3, 3, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 1, 0, 3, 2]
  --- converting (2, 14, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170354,9 +299124,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 0, 3, 3] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 0, 3, 3]
  --- Converting [0, 0, 3, 3, 3, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 1, 0, 3, 3]
  --- converting (2, 15, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170372,9 +299140,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 1, 0, 0] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 3, 0, 0]
  --- Converting [0, 0, 3, 3, 3, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 2, 1, 1, 0, 0]
+ --- Result =  [2, 0, 0, 1, 1, 1, 1, 0, 0]
  --- converting (2, 15, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170390,9 +299156,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 1, 0, 1] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 3, 0, 1]
  --- Converting [0, 0, 3, 3, 3, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 0, 1, 1, 0, 1]
+ --- Result =  [2, 0, 0, 1, 1, 1, 1, 0, 1]
  --- converting (2, 15, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170408,9 +299172,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 1, 0, 2] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 3, 0, 2]
  --- Converting [0, 0, 3, 3, 3, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 1, 1, 1, 0, 1]
+ --- Result =  [2, 0, 0, 1, 1, 1, 1, 0, 2]
  --- converting (2, 15, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170426,9 +299188,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 1, 0, 3] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 3, 0, 3]
  --- Converting [0, 0, 3, 3, 3, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 2, 1, 1, 0, 1]
+ --- Result =  [2, 0, 0, 1, 1, 1, 1, 0, 3]
  --- converting (2, 15, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170446,9 +299206,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 1, 1, 0] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 3, 1, 0]
  --- Converting [0, 0, 3, 3, 3, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 0, 1, 1, 1, 0]
+ --- Result =  [2, 0, 0, 1, 1, 1, 1, 1, 0]
  --- converting (2, 15, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170466,9 +299224,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 1, 1, 1] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 3, 1, 1]
  --- Converting [0, 0, 3, 3, 3, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 1, 1, 1, 1]
  --- converting (2, 15, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170486,9 +299242,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 1, 1, 2] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 3, 1, 2]
  --- Converting [0, 0, 3, 3, 3, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 1, 1, 1, 2]
  --- converting (2, 15, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170506,9 +299260,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 1, 1, 3] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 3, 1, 3]
  --- Converting [0, 0, 3, 3, 3, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 1, 1, 1, 3]
  --- converting (2, 15, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170526,9 +299278,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 1, 2, 0] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 3, 2, 0]
  --- Converting [0, 0, 3, 3, 3, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 1, 1, 1, 1, 0]
+ --- Result =  [2, 0, 0, 1, 1, 1, 1, 2, 0]
  --- converting (2, 15, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170546,9 +299296,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 1, 2, 1] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 3, 2, 1]
  --- Converting [0, 0, 3, 3, 3, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 1, 1, 2, 1]
  --- converting (2, 15, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170566,9 +299314,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 1, 2, 2] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 3, 2, 2]
  --- Converting [0, 0, 3, 3, 3, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 1, 1, 2, 2]
  --- converting (2, 15, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170586,9 +299332,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 1, 2, 3] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 3, 2, 3]
  --- Converting [0, 0, 3, 3, 3, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 1, 1, 2, 3]
  --- converting (2, 15, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170606,9 +299350,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 1, 3, 0] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 3, 3, 0]
  --- Converting [0, 0, 3, 3, 3, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 2, 1, 1, 1, 0]
+ --- Result =  [2, 0, 0, 1, 1, 1, 1, 3, 0]
  --- converting (2, 15, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170626,9 +299368,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 1, 3, 1] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 3, 3, 1]
  --- Converting [0, 0, 3, 3, 3, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 1, 1, 3, 1]
  --- converting (2, 15, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170646,9 +299386,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 1, 3, 2] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 3, 3, 2]
  --- Converting [0, 0, 3, 3, 3, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 1, 1, 3, 2]
  --- converting (2, 15, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170666,9 +299404,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 0, 1, 1, 1, 1, 3, 3] to configuration notation
  --- Result =  [0, 0, 3, 3, 3, 3, 3, 3]
  --- Converting [0, 0, 3, 3, 3, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 0, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [2, 0, 0, 1, 1, 1, 1, 3, 3]
  --- converting (2, 16, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170685,9 +299421,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 0, 0, 0] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 0, 0, 0]
  --- Converting [0, 3, 0, 0, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 0, 0, 0, 0, 0]
+ --- Result =  [2, 0, 1, 0, 0, 0, 0, 0, 0]
  --- converting (2, 16, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170704,9 +299438,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 0, 0, 1] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 0, 0, 1]
  --- Converting [0, 3, 0, 0, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 0, 0, 0, 0, 1]
+ --- Result =  [2, 0, 1, 0, 0, 0, 0, 0, 1]
  --- converting (2, 16, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170723,9 +299455,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 0, 0, 2] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 0, 0, 2]
  --- Converting [0, 3, 0, 0, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 1, 0, 0, 0, 1]
+ --- Result =  [2, 0, 1, 0, 0, 0, 0, 0, 2]
  --- converting (2, 16, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170742,9 +299472,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 0, 0, 3] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 0, 0, 3]
  --- Converting [0, 3, 0, 0, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 2, 0, 0, 0, 1]
+ --- Result =  [2, 0, 1, 0, 0, 0, 0, 0, 3]
  --- converting (2, 16, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170763,9 +299491,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 0, 1, 0] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 0, 1, 0]
  --- Converting [0, 3, 0, 0, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 0, 0, 0, 1, 0]
+ --- Result =  [2, 0, 1, 0, 0, 0, 0, 1, 0]
  --- converting (2, 16, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170784,9 +299510,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 0, 1, 1] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 0, 1, 1]
  --- Converting [0, 3, 0, 0, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 0, 0, 1, 1]
  --- converting (2, 16, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170805,9 +299529,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 0, 1, 2] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 0, 1, 2]
  --- Converting [0, 3, 0, 0, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 0, 0, 1, 2]
  --- converting (2, 16, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170826,9 +299548,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 0, 1, 3] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 0, 1, 3]
  --- Converting [0, 3, 0, 0, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 0, 0, 1, 3]
  --- converting (2, 16, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170847,9 +299567,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 0, 2, 0] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 0, 2, 0]
  --- Converting [0, 3, 0, 0, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 1, 0, 0, 1, 0]
+ --- Result =  [2, 0, 1, 0, 0, 0, 0, 2, 0]
  --- converting (2, 16, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170868,9 +299586,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 0, 2, 1] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 0, 2, 1]
  --- Converting [0, 3, 0, 0, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 0, 0, 2, 1]
  --- converting (2, 16, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170889,9 +299605,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 0, 2, 2] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 0, 2, 2]
  --- Converting [0, 3, 0, 0, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 0, 0, 2, 2]
  --- converting (2, 16, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170910,9 +299624,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 0, 2, 3] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 0, 2, 3]
  --- Converting [0, 3, 0, 0, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 0, 0, 2, 3]
  --- converting (2, 16, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170931,9 +299643,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 0, 3, 0] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 0, 3, 0]
  --- Converting [0, 3, 0, 0, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 2, 0, 0, 1, 0]
+ --- Result =  [2, 0, 1, 0, 0, 0, 0, 3, 0]
  --- converting (2, 16, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170952,9 +299662,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 0, 3, 1] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 0, 3, 1]
  --- Converting [0, 3, 0, 0, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 0, 0, 3, 1]
  --- converting (2, 16, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170973,9 +299681,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 0, 3, 2] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 0, 3, 2]
  --- Converting [0, 3, 0, 0, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 0, 0, 3, 2]
  --- converting (2, 16, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -170994,9 +299700,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 0, 3, 3] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 0, 3, 3]
  --- Converting [0, 3, 0, 0, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 0, 0, 3, 3]
  --- converting (2, 17, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171013,9 +299717,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 1, 0, 0] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 3, 0, 0]
  --- Converting [0, 3, 0, 0, 0, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 2, 0, 1, 0, 0]
+ --- Result =  [2, 0, 1, 0, 0, 0, 1, 0, 0]
  --- converting (2, 17, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171032,9 +299734,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 1, 0, 1] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 3, 0, 1]
  --- Converting [0, 3, 0, 0, 0, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 0, 0, 1, 0, 1]
+ --- Result =  [2, 0, 1, 0, 0, 0, 1, 0, 1]
  --- converting (2, 17, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171051,9 +299751,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 1, 0, 2] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 3, 0, 2]
  --- Converting [0, 3, 0, 0, 0, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 1, 0, 1, 0, 1]
+ --- Result =  [2, 0, 1, 0, 0, 0, 1, 0, 2]
  --- converting (2, 17, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171070,9 +299768,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 1, 0, 3] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 3, 0, 3]
  --- Converting [0, 3, 0, 0, 0, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 2, 0, 1, 0, 1]
+ --- Result =  [2, 0, 1, 0, 0, 0, 1, 0, 3]
  --- converting (2, 17, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171091,9 +299787,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 1, 1, 0] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 3, 1, 0]
  --- Converting [0, 3, 0, 0, 0, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 0, 0, 1, 1, 0]
+ --- Result =  [2, 0, 1, 0, 0, 0, 1, 1, 0]
  --- converting (2, 17, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171112,9 +299806,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 1, 1, 1] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 3, 1, 1]
  --- Converting [0, 3, 0, 0, 0, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 0, 1, 1, 1]
  --- converting (2, 17, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171133,9 +299825,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 1, 1, 2] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 3, 1, 2]
  --- Converting [0, 3, 0, 0, 0, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 0, 1, 1, 2]
  --- converting (2, 17, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171154,9 +299844,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 1, 1, 3] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 3, 1, 3]
  --- Converting [0, 3, 0, 0, 0, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 0, 1, 1, 3]
  --- converting (2, 17, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171175,9 +299863,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 1, 2, 0] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 3, 2, 0]
  --- Converting [0, 3, 0, 0, 0, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 1, 0, 1, 1, 0]
+ --- Result =  [2, 0, 1, 0, 0, 0, 1, 2, 0]
  --- converting (2, 17, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171196,9 +299882,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 1, 2, 1] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 3, 2, 1]
  --- Converting [0, 3, 0, 0, 0, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 0, 1, 2, 1]
  --- converting (2, 17, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171217,9 +299901,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 1, 2, 2] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 3, 2, 2]
  --- Converting [0, 3, 0, 0, 0, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 0, 1, 2, 2]
  --- converting (2, 17, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171238,9 +299920,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 1, 2, 3] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 3, 2, 3]
  --- Converting [0, 3, 0, 0, 0, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 0, 1, 2, 3]
  --- converting (2, 17, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171259,9 +299939,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 1, 3, 0] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 3, 3, 0]
  --- Converting [0, 3, 0, 0, 0, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 2, 0, 1, 1, 0]
+ --- Result =  [2, 0, 1, 0, 0, 0, 1, 3, 0]
  --- converting (2, 17, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171280,9 +299958,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 1, 3, 1] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 3, 3, 1]
  --- Converting [0, 3, 0, 0, 0, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 0, 1, 3, 1]
  --- converting (2, 17, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171301,9 +299977,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 1, 3, 2] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 3, 3, 2]
  --- Converting [0, 3, 0, 0, 0, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 0, 1, 3, 2]
  --- converting (2, 17, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171322,9 +299996,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 0, 1, 3, 3] to configuration notation
  --- Result =  [0, 3, 0, 0, 0, 3, 3, 3]
  --- Converting [0, 3, 0, 0, 0, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 0, 1, 3, 3]
  --- converting (2, 18, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171341,9 +300013,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 0, 0, 0] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 0, 0, 0]
  --- Converting [0, 3, 0, 0, 3, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 2, 1, 0, 0, 0]
+ --- Result =  [2, 0, 1, 0, 0, 1, 0, 0, 0]
  --- converting (2, 18, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171360,9 +300030,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 0, 0, 1] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 0, 0, 1]
  --- Converting [0, 3, 0, 0, 3, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 0, 1, 0, 0, 1]
+ --- Result =  [2, 0, 1, 0, 0, 1, 0, 0, 1]
  --- converting (2, 18, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171379,9 +300047,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 0, 0, 2] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 0, 0, 2]
  --- Converting [0, 3, 0, 0, 3, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 1, 1, 0, 0, 1]
+ --- Result =  [2, 0, 1, 0, 0, 1, 0, 0, 2]
  --- converting (2, 18, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171398,9 +300064,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 0, 0, 3] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 0, 0, 3]
  --- Converting [0, 3, 0, 0, 3, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 2, 1, 0, 0, 1]
+ --- Result =  [2, 0, 1, 0, 0, 1, 0, 0, 3]
  --- converting (2, 18, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171419,9 +300083,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 0, 1, 0] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 0, 1, 0]
  --- Converting [0, 3, 0, 0, 3, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 0, 1, 0, 1, 0]
+ --- Result =  [2, 0, 1, 0, 0, 1, 0, 1, 0]
  --- converting (2, 18, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171440,9 +300102,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 0, 1, 1] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 0, 1, 1]
  --- Converting [0, 3, 0, 0, 3, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 1, 0, 1, 1]
  --- converting (2, 18, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171461,9 +300121,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 0, 1, 2] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 0, 1, 2]
  --- Converting [0, 3, 0, 0, 3, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 1, 0, 1, 2]
  --- converting (2, 18, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171482,9 +300140,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 0, 1, 3] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 0, 1, 3]
  --- Converting [0, 3, 0, 0, 3, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 1, 0, 1, 3]
  --- converting (2, 18, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171503,9 +300159,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 0, 2, 0] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 0, 2, 0]
  --- Converting [0, 3, 0, 0, 3, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 1, 1, 0, 1, 0]
+ --- Result =  [2, 0, 1, 0, 0, 1, 0, 2, 0]
  --- converting (2, 18, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171524,9 +300178,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 0, 2, 1] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 0, 2, 1]
  --- Converting [0, 3, 0, 0, 3, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 1, 0, 2, 1]
  --- converting (2, 18, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171545,9 +300197,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 0, 2, 2] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 0, 2, 2]
  --- Converting [0, 3, 0, 0, 3, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 1, 0, 2, 2]
  --- converting (2, 18, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171566,9 +300216,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 0, 2, 3] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 0, 2, 3]
  --- Converting [0, 3, 0, 0, 3, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 1, 0, 2, 3]
  --- converting (2, 18, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171587,9 +300235,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 0, 3, 0] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 0, 3, 0]
  --- Converting [0, 3, 0, 0, 3, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 2, 1, 0, 1, 0]
+ --- Result =  [2, 0, 1, 0, 0, 1, 0, 3, 0]
  --- converting (2, 18, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171608,9 +300254,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 0, 3, 1] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 0, 3, 1]
  --- Converting [0, 3, 0, 0, 3, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 1, 0, 3, 1]
  --- converting (2, 18, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171629,9 +300273,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 0, 3, 2] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 0, 3, 2]
  --- Converting [0, 3, 0, 0, 3, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 1, 0, 3, 2]
  --- converting (2, 18, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171650,9 +300292,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 0, 3, 3] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 0, 3, 3]
  --- Converting [0, 3, 0, 0, 3, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 1, 0, 3, 3]
  --- converting (2, 19, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171669,9 +300309,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 1, 0, 0] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 3, 0, 0]
  --- Converting [0, 3, 0, 0, 3, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 2, 1, 1, 0, 0]
+ --- Result =  [2, 0, 1, 0, 0, 1, 1, 0, 0]
  --- converting (2, 19, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171688,9 +300326,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 1, 0, 1] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 3, 0, 1]
  --- Converting [0, 3, 0, 0, 3, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 0, 1, 1, 0, 1]
+ --- Result =  [2, 0, 1, 0, 0, 1, 1, 0, 1]
  --- converting (2, 19, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171707,9 +300343,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 1, 0, 2] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 3, 0, 2]
  --- Converting [0, 3, 0, 0, 3, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 1, 1, 1, 0, 1]
+ --- Result =  [2, 0, 1, 0, 0, 1, 1, 0, 2]
  --- converting (2, 19, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171726,9 +300360,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 1, 0, 3] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 3, 0, 3]
  --- Converting [0, 3, 0, 0, 3, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 2, 1, 1, 0, 1]
+ --- Result =  [2, 0, 1, 0, 0, 1, 1, 0, 3]
  --- converting (2, 19, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171747,9 +300379,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 1, 1, 0] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 3, 1, 0]
  --- Converting [0, 3, 0, 0, 3, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 0, 1, 1, 1, 0]
+ --- Result =  [2, 0, 1, 0, 0, 1, 1, 1, 0]
  --- converting (2, 19, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171768,9 +300398,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 1, 1, 1] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 3, 1, 1]
  --- Converting [0, 3, 0, 0, 3, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 1, 1, 1, 1]
  --- converting (2, 19, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171789,9 +300417,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 1, 1, 2] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 3, 1, 2]
  --- Converting [0, 3, 0, 0, 3, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 1, 1, 1, 2]
  --- converting (2, 19, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171810,9 +300436,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 1, 1, 3] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 3, 1, 3]
  --- Converting [0, 3, 0, 0, 3, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 1, 1, 1, 3]
  --- converting (2, 19, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171831,9 +300455,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 1, 2, 0] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 3, 2, 0]
  --- Converting [0, 3, 0, 0, 3, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 1, 1, 1, 1, 0]
+ --- Result =  [2, 0, 1, 0, 0, 1, 1, 2, 0]
  --- converting (2, 19, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171852,9 +300474,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 1, 2, 1] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 3, 2, 1]
  --- Converting [0, 3, 0, 0, 3, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 1, 1, 2, 1]
  --- converting (2, 19, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171873,9 +300493,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 1, 2, 2] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 3, 2, 2]
  --- Converting [0, 3, 0, 0, 3, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 1, 1, 2, 2]
  --- converting (2, 19, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171894,9 +300512,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 1, 2, 3] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 3, 2, 3]
  --- Converting [0, 3, 0, 0, 3, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 1, 1, 2, 3]
  --- converting (2, 19, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171915,9 +300531,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 1, 3, 0] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 3, 3, 0]
  --- Converting [0, 3, 0, 0, 3, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 2, 1, 1, 1, 0]
+ --- Result =  [2, 0, 1, 0, 0, 1, 1, 3, 0]
  --- converting (2, 19, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171936,9 +300550,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 1, 3, 1] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 3, 3, 1]
  --- Converting [0, 3, 0, 0, 3, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 1, 1, 3, 1]
  --- converting (2, 19, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171957,9 +300569,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 1, 3, 2] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 3, 3, 2]
  --- Converting [0, 3, 0, 0, 3, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 1, 1, 3, 2]
  --- converting (2, 19, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171978,9 +300588,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 0, 1, 1, 3, 3] to configuration notation
  --- Result =  [0, 3, 0, 0, 3, 3, 3, 3]
  --- Converting [0, 3, 0, 0, 3, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 0, 1, 1, 3, 3]
  --- converting (2, 20, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -171997,9 +300605,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 0, 0, 0] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 0, 0, 0]
  --- Converting [0, 3, 0, 3, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 0, 0, 0, 0, 0]
+ --- Result =  [2, 0, 1, 0, 1, 0, 0, 0, 0]
  --- converting (2, 20, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172016,9 +300622,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 0, 0, 1] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 0, 0, 1]
  --- Converting [0, 3, 0, 3, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 0, 0, 0, 0, 1]
+ --- Result =  [2, 0, 1, 0, 1, 0, 0, 0, 1]
  --- converting (2, 20, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172035,9 +300639,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 0, 0, 2] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 0, 0, 2]
  --- Converting [0, 3, 0, 3, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 1, 0, 0, 0, 1]
+ --- Result =  [2, 0, 1, 0, 1, 0, 0, 0, 2]
  --- converting (2, 20, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172054,9 +300656,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 0, 0, 3] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 0, 0, 3]
  --- Converting [0, 3, 0, 3, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 2, 0, 0, 0, 1]
+ --- Result =  [2, 0, 1, 0, 1, 0, 0, 0, 3]
  --- converting (2, 20, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172075,9 +300675,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 0, 1, 0] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 0, 1, 0]
  --- Converting [0, 3, 0, 3, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 0, 0, 0, 1, 0]
+ --- Result =  [2, 0, 1, 0, 1, 0, 0, 1, 0]
  --- converting (2, 20, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172096,9 +300694,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 0, 1, 1] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 0, 1, 1]
  --- Converting [0, 3, 0, 3, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 0, 0, 1, 1]
  --- converting (2, 20, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172117,9 +300713,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 0, 1, 2] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 0, 1, 2]
  --- Converting [0, 3, 0, 3, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 0, 0, 1, 2]
  --- converting (2, 20, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172138,9 +300732,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 0, 1, 3] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 0, 1, 3]
  --- Converting [0, 3, 0, 3, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 0, 0, 1, 3]
  --- converting (2, 20, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172159,9 +300751,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 0, 2, 0] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 0, 2, 0]
  --- Converting [0, 3, 0, 3, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 1, 0, 0, 1, 0]
+ --- Result =  [2, 0, 1, 0, 1, 0, 0, 2, 0]
  --- converting (2, 20, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172180,9 +300770,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 0, 2, 1] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 0, 2, 1]
  --- Converting [0, 3, 0, 3, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 0, 0, 2, 1]
  --- converting (2, 20, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172201,9 +300789,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 0, 2, 2] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 0, 2, 2]
  --- Converting [0, 3, 0, 3, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 0, 0, 2, 2]
  --- converting (2, 20, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172222,9 +300808,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 0, 2, 3] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 0, 2, 3]
  --- Converting [0, 3, 0, 3, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 0, 0, 2, 3]
  --- converting (2, 20, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172243,9 +300827,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 0, 3, 0] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 0, 3, 0]
  --- Converting [0, 3, 0, 3, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 2, 0, 0, 1, 0]
+ --- Result =  [2, 0, 1, 0, 1, 0, 0, 3, 0]
  --- converting (2, 20, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172264,9 +300846,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 0, 3, 1] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 0, 3, 1]
  --- Converting [0, 3, 0, 3, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 0, 0, 3, 1]
  --- converting (2, 20, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172285,9 +300865,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 0, 3, 2] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 0, 3, 2]
  --- Converting [0, 3, 0, 3, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 0, 0, 3, 2]
  --- converting (2, 20, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172306,9 +300884,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 0, 3, 3] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 0, 3, 3]
  --- Converting [0, 3, 0, 3, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 0, 0, 3, 3]
  --- converting (2, 21, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172325,9 +300901,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 1, 0, 0] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 3, 0, 0]
  --- Converting [0, 3, 0, 3, 0, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 2, 0, 1, 0, 0]
+ --- Result =  [2, 0, 1, 0, 1, 0, 1, 0, 0]
  --- converting (2, 21, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172344,9 +300918,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 1, 0, 1] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 3, 0, 1]
  --- Converting [0, 3, 0, 3, 0, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 0, 0, 1, 0, 1]
+ --- Result =  [2, 0, 1, 0, 1, 0, 1, 0, 1]
  --- converting (2, 21, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172363,9 +300935,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 1, 0, 2] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 3, 0, 2]
  --- Converting [0, 3, 0, 3, 0, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 1, 0, 1, 0, 1]
+ --- Result =  [2, 0, 1, 0, 1, 0, 1, 0, 2]
  --- converting (2, 21, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172382,9 +300952,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 1, 0, 3] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 3, 0, 3]
  --- Converting [0, 3, 0, 3, 0, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 2, 0, 1, 0, 1]
+ --- Result =  [2, 0, 1, 0, 1, 0, 1, 0, 3]
  --- converting (2, 21, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172403,9 +300971,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 1, 1, 0] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 3, 1, 0]
  --- Converting [0, 3, 0, 3, 0, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 0, 0, 1, 1, 0]
+ --- Result =  [2, 0, 1, 0, 1, 0, 1, 1, 0]
  --- converting (2, 21, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172424,9 +300990,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 1, 1, 1] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 3, 1, 1]
  --- Converting [0, 3, 0, 3, 0, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 0, 1, 1, 1]
  --- converting (2, 21, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172445,9 +301009,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 1, 1, 2] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 3, 1, 2]
  --- Converting [0, 3, 0, 3, 0, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 0, 1, 1, 2]
  --- converting (2, 21, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172466,9 +301028,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 1, 1, 3] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 3, 1, 3]
  --- Converting [0, 3, 0, 3, 0, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 0, 1, 1, 3]
  --- converting (2, 21, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172487,9 +301047,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 1, 2, 0] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 3, 2, 0]
  --- Converting [0, 3, 0, 3, 0, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 1, 0, 1, 1, 0]
+ --- Result =  [2, 0, 1, 0, 1, 0, 1, 2, 0]
  --- converting (2, 21, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172508,9 +301066,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 1, 2, 1] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 3, 2, 1]
  --- Converting [0, 3, 0, 3, 0, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 0, 1, 2, 1]
  --- converting (2, 21, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172529,9 +301085,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 1, 2, 2] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 3, 2, 2]
  --- Converting [0, 3, 0, 3, 0, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 0, 1, 2, 2]
  --- converting (2, 21, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172550,9 +301104,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 1, 2, 3] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 3, 2, 3]
  --- Converting [0, 3, 0, 3, 0, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 0, 1, 2, 3]
  --- converting (2, 21, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172571,9 +301123,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 1, 3, 0] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 3, 3, 0]
  --- Converting [0, 3, 0, 3, 0, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 2, 0, 1, 1, 0]
+ --- Result =  [2, 0, 1, 0, 1, 0, 1, 3, 0]
  --- converting (2, 21, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172592,9 +301142,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 1, 3, 1] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 3, 3, 1]
  --- Converting [0, 3, 0, 3, 0, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 0, 1, 3, 1]
  --- converting (2, 21, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172613,9 +301161,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 1, 3, 2] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 3, 3, 2]
  --- Converting [0, 3, 0, 3, 0, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 0, 1, 3, 2]
  --- converting (2, 21, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172634,9 +301180,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 0, 1, 3, 3] to configuration notation
  --- Result =  [0, 3, 0, 3, 0, 3, 3, 3]
  --- Converting [0, 3, 0, 3, 0, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 0, 1, 3, 3]
  --- converting (2, 22, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172653,9 +301197,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 0, 0, 0] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 0, 0, 0]
  --- Converting [0, 3, 0, 3, 3, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 2, 1, 0, 0, 0]
+ --- Result =  [2, 0, 1, 0, 1, 1, 0, 0, 0]
  --- converting (2, 22, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172672,9 +301214,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 0, 0, 1] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 0, 0, 1]
  --- Converting [0, 3, 0, 3, 3, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 0, 1, 0, 0, 1]
+ --- Result =  [2, 0, 1, 0, 1, 1, 0, 0, 1]
  --- converting (2, 22, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172691,9 +301231,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 0, 0, 2] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 0, 0, 2]
  --- Converting [0, 3, 0, 3, 3, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 1, 1, 0, 0, 1]
+ --- Result =  [2, 0, 1, 0, 1, 1, 0, 0, 2]
  --- converting (2, 22, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172710,9 +301248,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 0, 0, 3] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 0, 0, 3]
  --- Converting [0, 3, 0, 3, 3, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 2, 1, 0, 0, 1]
+ --- Result =  [2, 0, 1, 0, 1, 1, 0, 0, 3]
  --- converting (2, 22, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172731,9 +301267,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 0, 1, 0] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 0, 1, 0]
  --- Converting [0, 3, 0, 3, 3, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 0, 1, 0, 1, 0]
+ --- Result =  [2, 0, 1, 0, 1, 1, 0, 1, 0]
  --- converting (2, 22, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172752,9 +301286,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 0, 1, 1] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 0, 1, 1]
  --- Converting [0, 3, 0, 3, 3, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 1, 0, 1, 1]
  --- converting (2, 22, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172773,9 +301305,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 0, 1, 2] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 0, 1, 2]
  --- Converting [0, 3, 0, 3, 3, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 1, 0, 1, 2]
  --- converting (2, 22, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172794,9 +301324,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 0, 1, 3] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 0, 1, 3]
  --- Converting [0, 3, 0, 3, 3, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 1, 0, 1, 3]
  --- converting (2, 22, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172815,9 +301343,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 0, 2, 0] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 0, 2, 0]
  --- Converting [0, 3, 0, 3, 3, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 1, 1, 0, 1, 0]
+ --- Result =  [2, 0, 1, 0, 1, 1, 0, 2, 0]
  --- converting (2, 22, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172836,9 +301362,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 0, 2, 1] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 0, 2, 1]
  --- Converting [0, 3, 0, 3, 3, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 1, 0, 2, 1]
  --- converting (2, 22, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172857,9 +301381,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 0, 2, 2] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 0, 2, 2]
  --- Converting [0, 3, 0, 3, 3, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 1, 0, 2, 2]
  --- converting (2, 22, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172878,9 +301400,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 0, 2, 3] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 0, 2, 3]
  --- Converting [0, 3, 0, 3, 3, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 1, 0, 2, 3]
  --- converting (2, 22, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172899,9 +301419,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 0, 3, 0] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 0, 3, 0]
  --- Converting [0, 3, 0, 3, 3, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 2, 1, 0, 1, 0]
+ --- Result =  [2, 0, 1, 0, 1, 1, 0, 3, 0]
  --- converting (2, 22, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172920,9 +301438,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 0, 3, 1] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 0, 3, 1]
  --- Converting [0, 3, 0, 3, 3, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 1, 0, 3, 1]
  --- converting (2, 22, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172941,9 +301457,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 0, 3, 2] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 0, 3, 2]
  --- Converting [0, 3, 0, 3, 3, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 1, 0, 3, 2]
  --- converting (2, 22, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172962,9 +301476,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 0, 3, 3] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 0, 3, 3]
  --- Converting [0, 3, 0, 3, 3, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 1, 0, 3, 3]
  --- converting (2, 23, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -172981,9 +301493,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 1, 0, 0] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 3, 0, 0]
  --- Converting [0, 3, 0, 3, 3, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 2, 1, 1, 0, 0]
+ --- Result =  [2, 0, 1, 0, 1, 1, 1, 0, 0]
  --- converting (2, 23, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173000,9 +301510,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 1, 0, 1] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 3, 0, 1]
  --- Converting [0, 3, 0, 3, 3, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 0, 1, 1, 0, 1]
+ --- Result =  [2, 0, 1, 0, 1, 1, 1, 0, 1]
  --- converting (2, 23, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173019,9 +301527,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 1, 0, 2] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 3, 0, 2]
  --- Converting [0, 3, 0, 3, 3, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 1, 1, 1, 0, 1]
+ --- Result =  [2, 0, 1, 0, 1, 1, 1, 0, 2]
  --- converting (2, 23, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173038,9 +301544,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 1, 0, 3] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 3, 0, 3]
  --- Converting [0, 3, 0, 3, 3, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 2, 1, 1, 0, 1]
+ --- Result =  [2, 0, 1, 0, 1, 1, 1, 0, 3]
  --- converting (2, 23, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173059,9 +301563,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 1, 1, 0] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 3, 1, 0]
  --- Converting [0, 3, 0, 3, 3, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 0, 1, 1, 1, 0]
+ --- Result =  [2, 0, 1, 0, 1, 1, 1, 1, 0]
  --- converting (2, 23, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173080,9 +301582,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 1, 1, 1] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 3, 1, 1]
  --- Converting [0, 3, 0, 3, 3, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 1, 1, 1, 1]
  --- converting (2, 23, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173101,9 +301601,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 1, 1, 2] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 3, 1, 2]
  --- Converting [0, 3, 0, 3, 3, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 1, 1, 1, 2]
  --- converting (2, 23, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173122,9 +301620,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 1, 1, 3] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 3, 1, 3]
  --- Converting [0, 3, 0, 3, 3, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 1, 1, 1, 3]
  --- converting (2, 23, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173143,9 +301639,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 1, 2, 0] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 3, 2, 0]
  --- Converting [0, 3, 0, 3, 3, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 1, 1, 1, 1, 0]
+ --- Result =  [2, 0, 1, 0, 1, 1, 1, 2, 0]
  --- converting (2, 23, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173164,9 +301658,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 1, 2, 1] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 3, 2, 1]
  --- Converting [0, 3, 0, 3, 3, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 1, 1, 2, 1]
  --- converting (2, 23, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173185,9 +301677,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 1, 2, 2] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 3, 2, 2]
  --- Converting [0, 3, 0, 3, 3, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 1, 1, 2, 2]
  --- converting (2, 23, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173206,9 +301696,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 1, 2, 3] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 3, 2, 3]
  --- Converting [0, 3, 0, 3, 3, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 1, 1, 2, 3]
  --- converting (2, 23, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173227,9 +301715,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 1, 3, 0] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 3, 3, 0]
  --- Converting [0, 3, 0, 3, 3, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 2, 1, 1, 1, 0]
+ --- Result =  [2, 0, 1, 0, 1, 1, 1, 3, 0]
  --- converting (2, 23, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173248,9 +301734,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 1, 3, 1] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 3, 3, 1]
  --- Converting [0, 3, 0, 3, 3, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 1, 1, 3, 1]
  --- converting (2, 23, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173269,9 +301753,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 1, 3, 2] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 3, 3, 2]
  --- Converting [0, 3, 0, 3, 3, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 1, 1, 3, 2]
  --- converting (2, 23, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173290,9 +301772,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 0, 1, 1, 1, 3, 3] to configuration notation
  --- Result =  [0, 3, 0, 3, 3, 3, 3, 3]
  --- Converting [0, 3, 0, 3, 3, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 0, 1, 1, 1, 3, 3]
  --- converting (2, 24, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173309,9 +301789,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 0, 0, 0] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 0, 0, 0]
  --- Converting [0, 3, 3, 0, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 0, 0, 0, 0, 0]
+ --- Result =  [2, 0, 1, 1, 0, 0, 0, 0, 0]
  --- converting (2, 24, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173328,9 +301806,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 0, 0, 1] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 0, 0, 1]
  --- Converting [0, 3, 3, 0, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 0, 0, 0, 0, 1]
+ --- Result =  [2, 0, 1, 1, 0, 0, 0, 0, 1]
  --- converting (2, 24, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173347,9 +301823,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 0, 0, 2] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 0, 0, 2]
  --- Converting [0, 3, 3, 0, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 1, 0, 0, 0, 1]
+ --- Result =  [2, 0, 1, 1, 0, 0, 0, 0, 2]
  --- converting (2, 24, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173366,9 +301840,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 0, 0, 3] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 0, 0, 3]
  --- Converting [0, 3, 3, 0, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 2, 0, 0, 0, 1]
+ --- Result =  [2, 0, 1, 1, 0, 0, 0, 0, 3]
  --- converting (2, 24, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173387,9 +301859,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 0, 1, 0] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 0, 1, 0]
  --- Converting [0, 3, 3, 0, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 0, 0, 0, 1, 0]
+ --- Result =  [2, 0, 1, 1, 0, 0, 0, 1, 0]
  --- converting (2, 24, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173408,9 +301878,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 0, 1, 1] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 0, 1, 1]
  --- Converting [0, 3, 3, 0, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 0, 0, 1, 1]
  --- converting (2, 24, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173429,9 +301897,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 0, 1, 2] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 0, 1, 2]
  --- Converting [0, 3, 3, 0, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 0, 0, 1, 2]
  --- converting (2, 24, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173450,9 +301916,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 0, 1, 3] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 0, 1, 3]
  --- Converting [0, 3, 3, 0, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 0, 0, 1, 3]
  --- converting (2, 24, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173471,9 +301935,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 0, 2, 0] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 0, 2, 0]
  --- Converting [0, 3, 3, 0, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 1, 0, 0, 1, 0]
+ --- Result =  [2, 0, 1, 1, 0, 0, 0, 2, 0]
  --- converting (2, 24, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173492,9 +301954,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 0, 2, 1] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 0, 2, 1]
  --- Converting [0, 3, 3, 0, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 0, 0, 2, 1]
  --- converting (2, 24, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173513,9 +301973,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 0, 2, 2] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 0, 2, 2]
  --- Converting [0, 3, 3, 0, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 0, 0, 2, 2]
  --- converting (2, 24, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173534,9 +301992,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 0, 2, 3] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 0, 2, 3]
  --- Converting [0, 3, 3, 0, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 0, 0, 2, 3]
  --- converting (2, 24, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173555,9 +302011,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 0, 3, 0] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 0, 3, 0]
  --- Converting [0, 3, 3, 0, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 2, 0, 0, 1, 0]
+ --- Result =  [2, 0, 1, 1, 0, 0, 0, 3, 0]
  --- converting (2, 24, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173576,9 +302030,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 0, 3, 1] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 0, 3, 1]
  --- Converting [0, 3, 3, 0, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 0, 0, 3, 1]
  --- converting (2, 24, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173597,9 +302049,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 0, 3, 2] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 0, 3, 2]
  --- Converting [0, 3, 3, 0, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 0, 0, 3, 2]
  --- converting (2, 24, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173618,9 +302068,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 0, 3, 3] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 0, 3, 3]
  --- Converting [0, 3, 3, 0, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 0, 0, 3, 3]
  --- converting (2, 25, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173637,9 +302085,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 1, 0, 0] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 3, 0, 0]
  --- Converting [0, 3, 3, 0, 0, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 2, 0, 1, 0, 0]
+ --- Result =  [2, 0, 1, 1, 0, 0, 1, 0, 0]
  --- converting (2, 25, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173656,9 +302102,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 1, 0, 1] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 3, 0, 1]
  --- Converting [0, 3, 3, 0, 0, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 0, 0, 1, 0, 1]
+ --- Result =  [2, 0, 1, 1, 0, 0, 1, 0, 1]
  --- converting (2, 25, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173675,9 +302119,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 1, 0, 2] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 3, 0, 2]
  --- Converting [0, 3, 3, 0, 0, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 1, 0, 1, 0, 1]
+ --- Result =  [2, 0, 1, 1, 0, 0, 1, 0, 2]
  --- converting (2, 25, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173694,9 +302136,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 1, 0, 3] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 3, 0, 3]
  --- Converting [0, 3, 3, 0, 0, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 2, 0, 1, 0, 1]
+ --- Result =  [2, 0, 1, 1, 0, 0, 1, 0, 3]
  --- converting (2, 25, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173715,9 +302155,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 1, 1, 0] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 3, 1, 0]
  --- Converting [0, 3, 3, 0, 0, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 0, 0, 1, 1, 0]
+ --- Result =  [2, 0, 1, 1, 0, 0, 1, 1, 0]
  --- converting (2, 25, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173736,9 +302174,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 1, 1, 1] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 3, 1, 1]
  --- Converting [0, 3, 3, 0, 0, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 0, 1, 1, 1]
  --- converting (2, 25, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173757,9 +302193,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 1, 1, 2] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 3, 1, 2]
  --- Converting [0, 3, 3, 0, 0, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 0, 1, 1, 2]
  --- converting (2, 25, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173778,9 +302212,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 1, 1, 3] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 3, 1, 3]
  --- Converting [0, 3, 3, 0, 0, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 0, 1, 1, 3]
  --- converting (2, 25, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173799,9 +302231,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 1, 2, 0] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 3, 2, 0]
  --- Converting [0, 3, 3, 0, 0, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 1, 0, 1, 1, 0]
+ --- Result =  [2, 0, 1, 1, 0, 0, 1, 2, 0]
  --- converting (2, 25, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173820,9 +302250,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 1, 2, 1] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 3, 2, 1]
  --- Converting [0, 3, 3, 0, 0, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 0, 1, 2, 1]
  --- converting (2, 25, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173841,9 +302269,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 1, 2, 2] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 3, 2, 2]
  --- Converting [0, 3, 3, 0, 0, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 0, 1, 2, 2]
  --- converting (2, 25, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173862,9 +302288,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 1, 2, 3] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 3, 2, 3]
  --- Converting [0, 3, 3, 0, 0, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 0, 1, 2, 3]
  --- converting (2, 25, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173883,9 +302307,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 1, 3, 0] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 3, 3, 0]
  --- Converting [0, 3, 3, 0, 0, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 2, 0, 1, 1, 0]
+ --- Result =  [2, 0, 1, 1, 0, 0, 1, 3, 0]
  --- converting (2, 25, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173904,9 +302326,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 1, 3, 1] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 3, 3, 1]
  --- Converting [0, 3, 3, 0, 0, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 0, 1, 3, 1]
  --- converting (2, 25, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173925,9 +302345,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 1, 3, 2] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 3, 3, 2]
  --- Converting [0, 3, 3, 0, 0, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 0, 1, 3, 2]
  --- converting (2, 25, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173946,9 +302364,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 0, 1, 3, 3] to configuration notation
  --- Result =  [0, 3, 3, 0, 0, 3, 3, 3]
  --- Converting [0, 3, 3, 0, 0, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 0, 1, 3, 3]
  --- converting (2, 26, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173965,9 +302381,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 0, 0, 0] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 0, 0, 0]
  --- Converting [0, 3, 3, 0, 3, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 2, 1, 0, 0, 0]
+ --- Result =  [2, 0, 1, 1, 0, 1, 0, 0, 0]
  --- converting (2, 26, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -173984,9 +302398,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 0, 0, 1] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 0, 0, 1]
  --- Converting [0, 3, 3, 0, 3, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 0, 1, 0, 0, 1]
+ --- Result =  [2, 0, 1, 1, 0, 1, 0, 0, 1]
  --- converting (2, 26, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174003,9 +302415,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 0, 0, 2] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 0, 0, 2]
  --- Converting [0, 3, 3, 0, 3, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 1, 1, 0, 0, 1]
+ --- Result =  [2, 0, 1, 1, 0, 1, 0, 0, 2]
  --- converting (2, 26, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174022,9 +302432,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 0, 0, 3] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 0, 0, 3]
  --- Converting [0, 3, 3, 0, 3, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 2, 1, 0, 0, 1]
+ --- Result =  [2, 0, 1, 1, 0, 1, 0, 0, 3]
  --- converting (2, 26, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174043,9 +302451,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 0, 1, 0] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 0, 1, 0]
  --- Converting [0, 3, 3, 0, 3, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 0, 1, 0, 1, 0]
+ --- Result =  [2, 0, 1, 1, 0, 1, 0, 1, 0]
  --- converting (2, 26, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174064,9 +302470,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 0, 1, 1] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 0, 1, 1]
  --- Converting [0, 3, 3, 0, 3, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 1, 0, 1, 1]
  --- converting (2, 26, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174085,9 +302489,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 0, 1, 2] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 0, 1, 2]
  --- Converting [0, 3, 3, 0, 3, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 1, 0, 1, 2]
  --- converting (2, 26, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174106,9 +302508,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 0, 1, 3] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 0, 1, 3]
  --- Converting [0, 3, 3, 0, 3, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 1, 0, 1, 3]
  --- converting (2, 26, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174127,9 +302527,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 0, 2, 0] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 0, 2, 0]
  --- Converting [0, 3, 3, 0, 3, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 1, 1, 0, 1, 0]
+ --- Result =  [2, 0, 1, 1, 0, 1, 0, 2, 0]
  --- converting (2, 26, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174148,9 +302546,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 0, 2, 1] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 0, 2, 1]
  --- Converting [0, 3, 3, 0, 3, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 1, 0, 2, 1]
  --- converting (2, 26, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174169,9 +302565,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 0, 2, 2] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 0, 2, 2]
  --- Converting [0, 3, 3, 0, 3, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 1, 0, 2, 2]
  --- converting (2, 26, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174190,9 +302584,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 0, 2, 3] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 0, 2, 3]
  --- Converting [0, 3, 3, 0, 3, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 1, 0, 2, 3]
  --- converting (2, 26, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174211,9 +302603,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 0, 3, 0] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 0, 3, 0]
  --- Converting [0, 3, 3, 0, 3, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 2, 1, 0, 1, 0]
+ --- Result =  [2, 0, 1, 1, 0, 1, 0, 3, 0]
  --- converting (2, 26, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174232,9 +302622,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 0, 3, 1] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 0, 3, 1]
  --- Converting [0, 3, 3, 0, 3, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 1, 0, 3, 1]
  --- converting (2, 26, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174253,9 +302641,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 0, 3, 2] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 0, 3, 2]
  --- Converting [0, 3, 3, 0, 3, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 1, 0, 3, 2]
  --- converting (2, 26, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174274,9 +302660,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 0, 3, 3] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 0, 3, 3]
  --- Converting [0, 3, 3, 0, 3, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 1, 0, 3, 3]
  --- converting (2, 27, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174293,9 +302677,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 1, 0, 0] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 3, 0, 0]
  --- Converting [0, 3, 3, 0, 3, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 2, 1, 1, 0, 0]
+ --- Result =  [2, 0, 1, 1, 0, 1, 1, 0, 0]
  --- converting (2, 27, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174312,9 +302694,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 1, 0, 1] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 3, 0, 1]
  --- Converting [0, 3, 3, 0, 3, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 0, 1, 1, 0, 1]
+ --- Result =  [2, 0, 1, 1, 0, 1, 1, 0, 1]
  --- converting (2, 27, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174331,9 +302711,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 1, 0, 2] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 3, 0, 2]
  --- Converting [0, 3, 3, 0, 3, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 1, 1, 1, 0, 1]
+ --- Result =  [2, 0, 1, 1, 0, 1, 1, 0, 2]
  --- converting (2, 27, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174350,9 +302728,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 1, 0, 3] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 3, 0, 3]
  --- Converting [0, 3, 3, 0, 3, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 2, 1, 1, 0, 1]
+ --- Result =  [2, 0, 1, 1, 0, 1, 1, 0, 3]
  --- converting (2, 27, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174371,9 +302747,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 1, 1, 0] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 3, 1, 0]
  --- Converting [0, 3, 3, 0, 3, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 0, 1, 1, 1, 0]
+ --- Result =  [2, 0, 1, 1, 0, 1, 1, 1, 0]
  --- converting (2, 27, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174392,9 +302766,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 1, 1, 1] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 3, 1, 1]
  --- Converting [0, 3, 3, 0, 3, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 1, 1, 1, 1]
  --- converting (2, 27, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174413,9 +302785,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 1, 1, 2] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 3, 1, 2]
  --- Converting [0, 3, 3, 0, 3, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 1, 1, 1, 2]
  --- converting (2, 27, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174434,9 +302804,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 1, 1, 3] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 3, 1, 3]
  --- Converting [0, 3, 3, 0, 3, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 1, 1, 1, 3]
  --- converting (2, 27, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174455,9 +302823,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 1, 2, 0] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 3, 2, 0]
  --- Converting [0, 3, 3, 0, 3, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 1, 1, 1, 1, 0]
+ --- Result =  [2, 0, 1, 1, 0, 1, 1, 2, 0]
  --- converting (2, 27, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174476,9 +302842,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 1, 2, 1] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 3, 2, 1]
  --- Converting [0, 3, 3, 0, 3, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 1, 1, 2, 1]
  --- converting (2, 27, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174497,9 +302861,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 1, 2, 2] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 3, 2, 2]
  --- Converting [0, 3, 3, 0, 3, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 1, 1, 2, 2]
  --- converting (2, 27, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174518,9 +302880,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 1, 2, 3] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 3, 2, 3]
  --- Converting [0, 3, 3, 0, 3, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 1, 1, 2, 3]
  --- converting (2, 27, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174539,9 +302899,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 1, 3, 0] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 3, 3, 0]
  --- Converting [0, 3, 3, 0, 3, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 2, 1, 1, 1, 0]
+ --- Result =  [2, 0, 1, 1, 0, 1, 1, 3, 0]
  --- converting (2, 27, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174560,9 +302918,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 1, 3, 1] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 3, 3, 1]
  --- Converting [0, 3, 3, 0, 3, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 1, 1, 3, 1]
  --- converting (2, 27, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174581,9 +302937,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 1, 3, 2] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 3, 3, 2]
  --- Converting [0, 3, 3, 0, 3, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 1, 1, 3, 2]
  --- converting (2, 27, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174602,9 +302956,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 0, 1, 1, 3, 3] to configuration notation
  --- Result =  [0, 3, 3, 0, 3, 3, 3, 3]
  --- Converting [0, 3, 3, 0, 3, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 0, 1, 1, 3, 3]
  --- converting (2, 28, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174621,9 +302973,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 0, 0, 0] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 0, 0, 0]
  --- Converting [0, 3, 3, 3, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 0, 0, 0, 0, 0]
+ --- Result =  [2, 0, 1, 1, 1, 0, 0, 0, 0]
  --- converting (2, 28, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174640,9 +302990,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 0, 0, 1] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 0, 0, 1]
  --- Converting [0, 3, 3, 3, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 0, 0, 0, 0, 1]
+ --- Result =  [2, 0, 1, 1, 1, 0, 0, 0, 1]
  --- converting (2, 28, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174659,9 +303007,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 0, 0, 2] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 0, 0, 2]
  --- Converting [0, 3, 3, 3, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 1, 0, 0, 0, 1]
+ --- Result =  [2, 0, 1, 1, 1, 0, 0, 0, 2]
  --- converting (2, 28, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174678,9 +303024,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 0, 0, 3] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 0, 0, 3]
  --- Converting [0, 3, 3, 3, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 2, 0, 0, 0, 1]
+ --- Result =  [2, 0, 1, 1, 1, 0, 0, 0, 3]
  --- converting (2, 28, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174699,9 +303043,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 0, 1, 0] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 0, 1, 0]
  --- Converting [0, 3, 3, 3, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 0, 0, 0, 1, 0]
+ --- Result =  [2, 0, 1, 1, 1, 0, 0, 1, 0]
  --- converting (2, 28, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174720,9 +303062,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 0, 1, 1] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 0, 1, 1]
  --- Converting [0, 3, 3, 3, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 0, 0, 1, 1]
  --- converting (2, 28, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174741,9 +303081,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 0, 1, 2] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 0, 1, 2]
  --- Converting [0, 3, 3, 3, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 0, 0, 1, 2]
  --- converting (2, 28, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174762,9 +303100,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 0, 1, 3] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 0, 1, 3]
  --- Converting [0, 3, 3, 3, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 0, 0, 1, 3]
  --- converting (2, 28, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174783,9 +303119,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 0, 2, 0] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 0, 2, 0]
  --- Converting [0, 3, 3, 3, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 1, 0, 0, 1, 0]
+ --- Result =  [2, 0, 1, 1, 1, 0, 0, 2, 0]
  --- converting (2, 28, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174804,9 +303138,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 0, 2, 1] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 0, 2, 1]
  --- Converting [0, 3, 3, 3, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 0, 0, 2, 1]
  --- converting (2, 28, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174825,9 +303157,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 0, 2, 2] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 0, 2, 2]
  --- Converting [0, 3, 3, 3, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 0, 0, 2, 2]
  --- converting (2, 28, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174846,9 +303176,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 0, 2, 3] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 0, 2, 3]
  --- Converting [0, 3, 3, 3, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 0, 0, 2, 3]
  --- converting (2, 28, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174867,9 +303195,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 0, 3, 0] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 0, 3, 0]
  --- Converting [0, 3, 3, 3, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 2, 0, 0, 1, 0]
+ --- Result =  [2, 0, 1, 1, 1, 0, 0, 3, 0]
  --- converting (2, 28, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174888,9 +303214,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 0, 3, 1] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 0, 3, 1]
  --- Converting [0, 3, 3, 3, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 0, 0, 3, 1]
  --- converting (2, 28, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174909,9 +303233,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 0, 3, 2] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 0, 3, 2]
  --- Converting [0, 3, 3, 3, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 0, 0, 3, 2]
  --- converting (2, 28, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174930,9 +303252,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 0, 3, 3] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 0, 3, 3]
  --- Converting [0, 3, 3, 3, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 0, 0, 3, 3]
  --- converting (2, 29, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174949,9 +303269,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 1, 0, 0] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 3, 0, 0]
  --- Converting [0, 3, 3, 3, 0, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 2, 0, 1, 0, 0]
+ --- Result =  [2, 0, 1, 1, 1, 0, 1, 0, 0]
  --- converting (2, 29, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174968,9 +303286,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 1, 0, 1] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 3, 0, 1]
  --- Converting [0, 3, 3, 3, 0, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 0, 0, 1, 0, 1]
+ --- Result =  [2, 0, 1, 1, 1, 0, 1, 0, 1]
  --- converting (2, 29, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -174987,9 +303303,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 1, 0, 2] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 3, 0, 2]
  --- Converting [0, 3, 3, 3, 0, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 1, 0, 1, 0, 1]
+ --- Result =  [2, 0, 1, 1, 1, 0, 1, 0, 2]
  --- converting (2, 29, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175006,9 +303320,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 1, 0, 3] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 3, 0, 3]
  --- Converting [0, 3, 3, 3, 0, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 2, 0, 1, 0, 1]
+ --- Result =  [2, 0, 1, 1, 1, 0, 1, 0, 3]
  --- converting (2, 29, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175027,9 +303339,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 1, 1, 0] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 3, 1, 0]
  --- Converting [0, 3, 3, 3, 0, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 0, 0, 1, 1, 0]
+ --- Result =  [2, 0, 1, 1, 1, 0, 1, 1, 0]
  --- converting (2, 29, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175048,9 +303358,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 1, 1, 1] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 3, 1, 1]
  --- Converting [0, 3, 3, 3, 0, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 0, 1, 1, 1]
  --- converting (2, 29, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175069,9 +303377,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 1, 1, 2] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 3, 1, 2]
  --- Converting [0, 3, 3, 3, 0, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 0, 1, 1, 2]
  --- converting (2, 29, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175090,9 +303396,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 1, 1, 3] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 3, 1, 3]
  --- Converting [0, 3, 3, 3, 0, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 0, 1, 1, 3]
  --- converting (2, 29, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175111,9 +303415,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 1, 2, 0] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 3, 2, 0]
  --- Converting [0, 3, 3, 3, 0, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 1, 0, 1, 1, 0]
+ --- Result =  [2, 0, 1, 1, 1, 0, 1, 2, 0]
  --- converting (2, 29, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175132,9 +303434,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 1, 2, 1] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 3, 2, 1]
  --- Converting [0, 3, 3, 3, 0, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 0, 1, 2, 1]
  --- converting (2, 29, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175153,9 +303453,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 1, 2, 2] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 3, 2, 2]
  --- Converting [0, 3, 3, 3, 0, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 0, 1, 2, 2]
  --- converting (2, 29, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175174,9 +303472,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 1, 2, 3] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 3, 2, 3]
  --- Converting [0, 3, 3, 3, 0, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 0, 1, 2, 3]
  --- converting (2, 29, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175195,9 +303491,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 1, 3, 0] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 3, 3, 0]
  --- Converting [0, 3, 3, 3, 0, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 2, 0, 1, 1, 0]
+ --- Result =  [2, 0, 1, 1, 1, 0, 1, 3, 0]
  --- converting (2, 29, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175216,9 +303510,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 1, 3, 1] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 3, 3, 1]
  --- Converting [0, 3, 3, 3, 0, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 0, 1, 3, 1]
  --- converting (2, 29, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175237,9 +303529,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 1, 3, 2] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 3, 3, 2]
  --- Converting [0, 3, 3, 3, 0, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 0, 1, 3, 2]
  --- converting (2, 29, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175258,9 +303548,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 0, 1, 3, 3] to configuration notation
  --- Result =  [0, 3, 3, 3, 0, 3, 3, 3]
  --- Converting [0, 3, 3, 3, 0, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 0, 1, 3, 3]
  --- converting (2, 30, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175277,9 +303565,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 0, 0, 0] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 0, 0, 0]
  --- Converting [0, 3, 3, 3, 3, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 2, 1, 0, 0, 0]
+ --- Result =  [2, 0, 1, 1, 1, 1, 0, 0, 0]
  --- converting (2, 30, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175296,9 +303582,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 0, 0, 1] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 0, 0, 1]
  --- Converting [0, 3, 3, 3, 3, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 0, 1, 0, 0, 1]
+ --- Result =  [2, 0, 1, 1, 1, 1, 0, 0, 1]
  --- converting (2, 30, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175315,9 +303599,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 0, 0, 2] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 0, 0, 2]
  --- Converting [0, 3, 3, 3, 3, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 1, 1, 0, 0, 1]
+ --- Result =  [2, 0, 1, 1, 1, 1, 0, 0, 2]
  --- converting (2, 30, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175334,9 +303616,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 0, 0, 3] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 0, 0, 3]
  --- Converting [0, 3, 3, 3, 3, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 2, 1, 0, 0, 1]
+ --- Result =  [2, 0, 1, 1, 1, 1, 0, 0, 3]
  --- converting (2, 30, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175355,9 +303635,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 0, 1, 0] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 0, 1, 0]
  --- Converting [0, 3, 3, 3, 3, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 0, 1, 0, 1, 0]
+ --- Result =  [2, 0, 1, 1, 1, 1, 0, 1, 0]
  --- converting (2, 30, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175376,9 +303654,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 0, 1, 1] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 0, 1, 1]
  --- Converting [0, 3, 3, 3, 3, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 1, 0, 1, 1]
  --- converting (2, 30, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175397,9 +303673,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 0, 1, 2] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 0, 1, 2]
  --- Converting [0, 3, 3, 3, 3, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 1, 0, 1, 2]
  --- converting (2, 30, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175418,9 +303692,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 0, 1, 3] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 0, 1, 3]
  --- Converting [0, 3, 3, 3, 3, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 1, 0, 1, 3]
  --- converting (2, 30, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175439,9 +303711,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 0, 2, 0] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 0, 2, 0]
  --- Converting [0, 3, 3, 3, 3, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 1, 1, 0, 1, 0]
+ --- Result =  [2, 0, 1, 1, 1, 1, 0, 2, 0]
  --- converting (2, 30, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175460,9 +303730,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 0, 2, 1] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 0, 2, 1]
  --- Converting [0, 3, 3, 3, 3, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 1, 0, 2, 1]
  --- converting (2, 30, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175481,9 +303749,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 0, 2, 2] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 0, 2, 2]
  --- Converting [0, 3, 3, 3, 3, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 1, 0, 2, 2]
  --- converting (2, 30, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175502,9 +303768,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 0, 2, 3] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 0, 2, 3]
  --- Converting [0, 3, 3, 3, 3, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 1, 0, 2, 3]
  --- converting (2, 30, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175523,9 +303787,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 0, 3, 0] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 0, 3, 0]
  --- Converting [0, 3, 3, 3, 3, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 2, 1, 0, 1, 0]
+ --- Result =  [2, 0, 1, 1, 1, 1, 0, 3, 0]
  --- converting (2, 30, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175544,9 +303806,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 0, 3, 1] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 0, 3, 1]
  --- Converting [0, 3, 3, 3, 3, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 1, 0, 3, 1]
  --- converting (2, 30, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175565,9 +303825,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 0, 3, 2] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 0, 3, 2]
  --- Converting [0, 3, 3, 3, 3, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 1, 0, 3, 2]
  --- converting (2, 30, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175586,9 +303844,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 0, 3, 3] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 0, 3, 3]
  --- Converting [0, 3, 3, 3, 3, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 1, 0, 3, 3]
  --- converting (2, 31, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175605,9 +303861,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 1, 0, 0] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 3, 0, 0]
  --- Converting [0, 3, 3, 3, 3, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 2, 1, 1, 0, 0]
+ --- Result =  [2, 0, 1, 1, 1, 1, 1, 0, 0]
  --- converting (2, 31, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175624,9 +303878,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 1, 0, 1] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 3, 0, 1]
  --- Converting [0, 3, 3, 3, 3, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 0, 1, 1, 0, 1]
+ --- Result =  [2, 0, 1, 1, 1, 1, 1, 0, 1]
  --- converting (2, 31, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175643,9 +303895,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 1, 0, 2] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 3, 0, 2]
  --- Converting [0, 3, 3, 3, 3, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 1, 1, 1, 0, 1]
+ --- Result =  [2, 0, 1, 1, 1, 1, 1, 0, 2]
  --- converting (2, 31, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175662,9 +303912,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 1, 0, 3] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 3, 0, 3]
  --- Converting [0, 3, 3, 3, 3, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 2, 1, 1, 0, 1]
+ --- Result =  [2, 0, 1, 1, 1, 1, 1, 0, 3]
  --- converting (2, 31, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175683,9 +303931,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 1, 1, 0] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 3, 1, 0]
  --- Converting [0, 3, 3, 3, 3, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 0, 1, 1, 1, 0]
+ --- Result =  [2, 0, 1, 1, 1, 1, 1, 1, 0]
  --- converting (2, 31, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175704,9 +303950,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 1, 1, 1] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 3, 1, 1]
  --- Converting [0, 3, 3, 3, 3, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 1, 1, 1, 1]
  --- converting (2, 31, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175725,9 +303969,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 1, 1, 2] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 3, 1, 2]
  --- Converting [0, 3, 3, 3, 3, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 1, 1, 1, 2]
  --- converting (2, 31, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175746,9 +303988,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 1, 1, 3] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 3, 1, 3]
  --- Converting [0, 3, 3, 3, 3, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 1, 1, 1, 3]
  --- converting (2, 31, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175767,9 +304007,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 1, 2, 0] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 3, 2, 0]
  --- Converting [0, 3, 3, 3, 3, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 1, 1, 1, 1, 0]
+ --- Result =  [2, 0, 1, 1, 1, 1, 1, 2, 0]
  --- converting (2, 31, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175788,9 +304026,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 1, 2, 1] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 3, 2, 1]
  --- Converting [0, 3, 3, 3, 3, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 1, 1, 2, 1]
  --- converting (2, 31, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175809,9 +304045,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 1, 2, 2] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 3, 2, 2]
  --- Converting [0, 3, 3, 3, 3, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 1, 1, 2, 2]
  --- converting (2, 31, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175830,9 +304064,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 1, 2, 3] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 3, 2, 3]
  --- Converting [0, 3, 3, 3, 3, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 1, 1, 2, 3]
  --- converting (2, 31, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175851,9 +304083,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 1, 3, 0] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 3, 3, 0]
  --- Converting [0, 3, 3, 3, 3, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 2, 1, 1, 1, 0]
+ --- Result =  [2, 0, 1, 1, 1, 1, 1, 3, 0]
  --- converting (2, 31, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175872,9 +304102,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 1, 3, 1] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 3, 3, 1]
  --- Converting [0, 3, 3, 3, 3, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 1, 1, 3, 1]
  --- converting (2, 31, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175893,9 +304121,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 1, 3, 2] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 3, 3, 2]
  --- Converting [0, 3, 3, 3, 3, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 1, 1, 3, 2]
  --- converting (2, 31, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175914,9 +304140,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 0, 1, 1, 1, 1, 1, 3, 3] to configuration notation
  --- Result =  [0, 3, 3, 3, 3, 3, 3, 3]
  --- Converting [0, 3, 3, 3, 3, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 0, 1, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [2, 0, 1, 1, 1, 1, 1, 3, 3]
  --- converting (2, 32, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175934,9 +304158,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 0, 0, 0] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 0, 0, 0]
  --- Converting [3, 0, 0, 0, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 0, 0, 0, 0, 0]
+ --- Result =  [2, 1, 0, 0, 0, 0, 0, 0, 0]
  --- converting (2, 32, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175954,9 +304176,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 0, 0, 1] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 0, 0, 1]
  --- Converting [3, 0, 0, 0, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 0, 0, 0, 0, 1]
+ --- Result =  [2, 1, 0, 0, 0, 0, 0, 0, 1]
  --- converting (2, 32, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175974,9 +304194,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 0, 0, 2] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 0, 0, 2]
  --- Converting [3, 0, 0, 0, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 1, 0, 0, 0, 1]
+ --- Result =  [2, 1, 0, 0, 0, 0, 0, 0, 2]
  --- converting (2, 32, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -175994,9 +304212,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 0, 0, 3] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 0, 0, 3]
  --- Converting [3, 0, 0, 0, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 2, 0, 0, 0, 1]
+ --- Result =  [2, 1, 0, 0, 0, 0, 0, 0, 3]
  --- converting (2, 32, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176016,9 +304232,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 0, 1, 0] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 0, 1, 0]
  --- Converting [3, 0, 0, 0, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 0, 0, 0, 1, 0]
+ --- Result =  [2, 1, 0, 0, 0, 0, 0, 1, 0]
  --- converting (2, 32, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176038,9 +304252,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 0, 1, 1] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 0, 1, 1]
  --- Converting [3, 0, 0, 0, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 0, 0, 1, 1]
  --- converting (2, 32, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176060,9 +304272,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 0, 1, 2] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 0, 1, 2]
  --- Converting [3, 0, 0, 0, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 0, 0, 1, 2]
  --- converting (2, 32, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176082,9 +304292,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 0, 1, 3] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 0, 1, 3]
  --- Converting [3, 0, 0, 0, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 0, 0, 1, 3]
  --- converting (2, 32, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176104,9 +304312,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 0, 2, 0] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 0, 2, 0]
  --- Converting [3, 0, 0, 0, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 1, 0, 0, 1, 0]
+ --- Result =  [2, 1, 0, 0, 0, 0, 0, 2, 0]
  --- converting (2, 32, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176126,9 +304332,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 0, 2, 1] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 0, 2, 1]
  --- Converting [3, 0, 0, 0, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 0, 0, 2, 1]
  --- converting (2, 32, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176148,9 +304352,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 0, 2, 2] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 0, 2, 2]
  --- Converting [3, 0, 0, 0, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 0, 0, 2, 2]
  --- converting (2, 32, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176170,9 +304372,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 0, 2, 3] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 0, 2, 3]
  --- Converting [3, 0, 0, 0, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 0, 0, 2, 3]
  --- converting (2, 32, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176192,9 +304392,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 0, 3, 0] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 0, 3, 0]
  --- Converting [3, 0, 0, 0, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 2, 0, 0, 1, 0]
+ --- Result =  [2, 1, 0, 0, 0, 0, 0, 3, 0]
  --- converting (2, 32, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176214,9 +304412,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 0, 3, 1] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 0, 3, 1]
  --- Converting [3, 0, 0, 0, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 0, 0, 3, 1]
  --- converting (2, 32, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176236,9 +304432,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 0, 3, 2] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 0, 3, 2]
  --- Converting [3, 0, 0, 0, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 0, 0, 3, 2]
  --- converting (2, 32, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176258,9 +304452,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 0, 3, 3] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 0, 3, 3]
  --- Converting [3, 0, 0, 0, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 0, 0, 3, 3]
  --- converting (2, 33, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176278,9 +304470,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 1, 0, 0] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 3, 0, 0]
  --- Converting [3, 0, 0, 0, 0, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 2, 0, 1, 0, 0]
+ --- Result =  [2, 1, 0, 0, 0, 0, 1, 0, 0]
  --- converting (2, 33, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176298,9 +304488,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 1, 0, 1] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 3, 0, 1]
  --- Converting [3, 0, 0, 0, 0, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 0, 0, 1, 0, 1]
+ --- Result =  [2, 1, 0, 0, 0, 0, 1, 0, 1]
  --- converting (2, 33, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176318,9 +304506,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 1, 0, 2] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 3, 0, 2]
  --- Converting [3, 0, 0, 0, 0, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 1, 0, 1, 0, 1]
+ --- Result =  [2, 1, 0, 0, 0, 0, 1, 0, 2]
  --- converting (2, 33, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176338,9 +304524,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 1, 0, 3] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 3, 0, 3]
  --- Converting [3, 0, 0, 0, 0, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 2, 0, 1, 0, 1]
+ --- Result =  [2, 1, 0, 0, 0, 0, 1, 0, 3]
  --- converting (2, 33, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176360,9 +304544,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 1, 1, 0] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 3, 1, 0]
  --- Converting [3, 0, 0, 0, 0, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 0, 0, 1, 1, 0]
+ --- Result =  [2, 1, 0, 0, 0, 0, 1, 1, 0]
  --- converting (2, 33, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176382,9 +304564,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 1, 1, 1] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 3, 1, 1]
  --- Converting [3, 0, 0, 0, 0, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 0, 1, 1, 1]
  --- converting (2, 33, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176404,9 +304584,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 1, 1, 2] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 3, 1, 2]
  --- Converting [3, 0, 0, 0, 0, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 0, 1, 1, 2]
  --- converting (2, 33, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176426,9 +304604,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 1, 1, 3] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 3, 1, 3]
  --- Converting [3, 0, 0, 0, 0, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 0, 1, 1, 3]
  --- converting (2, 33, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176448,9 +304624,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 1, 2, 0] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 3, 2, 0]
  --- Converting [3, 0, 0, 0, 0, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 1, 0, 1, 1, 0]
+ --- Result =  [2, 1, 0, 0, 0, 0, 1, 2, 0]
  --- converting (2, 33, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176470,9 +304644,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 1, 2, 1] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 3, 2, 1]
  --- Converting [3, 0, 0, 0, 0, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 0, 1, 2, 1]
  --- converting (2, 33, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176492,9 +304664,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 1, 2, 2] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 3, 2, 2]
  --- Converting [3, 0, 0, 0, 0, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 0, 1, 2, 2]
  --- converting (2, 33, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176514,9 +304684,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 1, 2, 3] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 3, 2, 3]
  --- Converting [3, 0, 0, 0, 0, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 0, 1, 2, 3]
  --- converting (2, 33, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176536,9 +304704,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 1, 3, 0] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 3, 3, 0]
  --- Converting [3, 0, 0, 0, 0, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 2, 0, 1, 1, 0]
+ --- Result =  [2, 1, 0, 0, 0, 0, 1, 3, 0]
  --- converting (2, 33, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176558,9 +304724,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 1, 3, 1] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 3, 3, 1]
  --- Converting [3, 0, 0, 0, 0, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 0, 1, 3, 1]
  --- converting (2, 33, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176580,9 +304744,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 1, 3, 2] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 3, 3, 2]
  --- Converting [3, 0, 0, 0, 0, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 0, 1, 3, 2]
  --- converting (2, 33, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176602,9 +304764,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 0, 1, 3, 3] to configuration notation
  --- Result =  [3, 0, 0, 0, 0, 3, 3, 3]
  --- Converting [3, 0, 0, 0, 0, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 0, 1, 3, 3]
  --- converting (2, 34, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176622,9 +304782,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 0, 0, 0] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 0, 0, 0]
  --- Converting [3, 0, 0, 0, 3, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 2, 1, 0, 0, 0]
+ --- Result =  [2, 1, 0, 0, 0, 1, 0, 0, 0]
  --- converting (2, 34, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176642,9 +304800,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 0, 0, 1] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 0, 0, 1]
  --- Converting [3, 0, 0, 0, 3, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 0, 1, 0, 0, 1]
+ --- Result =  [2, 1, 0, 0, 0, 1, 0, 0, 1]
  --- converting (2, 34, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176662,9 +304818,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 0, 0, 2] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 0, 0, 2]
  --- Converting [3, 0, 0, 0, 3, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 1, 1, 0, 0, 1]
+ --- Result =  [2, 1, 0, 0, 0, 1, 0, 0, 2]
  --- converting (2, 34, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176682,9 +304836,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 0, 0, 3] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 0, 0, 3]
  --- Converting [3, 0, 0, 0, 3, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 2, 1, 0, 0, 1]
+ --- Result =  [2, 1, 0, 0, 0, 1, 0, 0, 3]
  --- converting (2, 34, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176704,9 +304856,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 0, 1, 0] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 0, 1, 0]
  --- Converting [3, 0, 0, 0, 3, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 0, 1, 0, 1, 0]
+ --- Result =  [2, 1, 0, 0, 0, 1, 0, 1, 0]
  --- converting (2, 34, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176726,9 +304876,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 0, 1, 1] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 0, 1, 1]
  --- Converting [3, 0, 0, 0, 3, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 1, 0, 1, 1]
  --- converting (2, 34, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176748,9 +304896,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 0, 1, 2] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 0, 1, 2]
  --- Converting [3, 0, 0, 0, 3, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 1, 0, 1, 2]
  --- converting (2, 34, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176770,9 +304916,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 0, 1, 3] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 0, 1, 3]
  --- Converting [3, 0, 0, 0, 3, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 1, 0, 1, 3]
  --- converting (2, 34, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176792,9 +304936,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 0, 2, 0] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 0, 2, 0]
  --- Converting [3, 0, 0, 0, 3, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 1, 1, 0, 1, 0]
+ --- Result =  [2, 1, 0, 0, 0, 1, 0, 2, 0]
  --- converting (2, 34, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176814,9 +304956,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 0, 2, 1] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 0, 2, 1]
  --- Converting [3, 0, 0, 0, 3, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 1, 0, 2, 1]
  --- converting (2, 34, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176836,9 +304976,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 0, 2, 2] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 0, 2, 2]
  --- Converting [3, 0, 0, 0, 3, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 1, 0, 2, 2]
  --- converting (2, 34, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176858,9 +304996,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 0, 2, 3] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 0, 2, 3]
  --- Converting [3, 0, 0, 0, 3, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 1, 0, 2, 3]
  --- converting (2, 34, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176880,9 +305016,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 0, 3, 0] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 0, 3, 0]
  --- Converting [3, 0, 0, 0, 3, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 2, 1, 0, 1, 0]
+ --- Result =  [2, 1, 0, 0, 0, 1, 0, 3, 0]
  --- converting (2, 34, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176902,9 +305036,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 0, 3, 1] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 0, 3, 1]
  --- Converting [3, 0, 0, 0, 3, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 1, 0, 3, 1]
  --- converting (2, 34, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176924,9 +305056,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 0, 3, 2] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 0, 3, 2]
  --- Converting [3, 0, 0, 0, 3, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 1, 0, 3, 2]
  --- converting (2, 34, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176946,9 +305076,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 0, 3, 3] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 0, 3, 3]
  --- Converting [3, 0, 0, 0, 3, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 1, 0, 3, 3]
  --- converting (2, 35, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176966,9 +305094,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 1, 0, 0] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 3, 0, 0]
  --- Converting [3, 0, 0, 0, 3, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 2, 1, 1, 0, 0]
+ --- Result =  [2, 1, 0, 0, 0, 1, 1, 0, 0]
  --- converting (2, 35, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -176986,9 +305112,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 1, 0, 1] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 3, 0, 1]
  --- Converting [3, 0, 0, 0, 3, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 0, 1, 1, 0, 1]
+ --- Result =  [2, 1, 0, 0, 0, 1, 1, 0, 1]
  --- converting (2, 35, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177006,9 +305130,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 1, 0, 2] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 3, 0, 2]
  --- Converting [3, 0, 0, 0, 3, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 1, 1, 1, 0, 1]
+ --- Result =  [2, 1, 0, 0, 0, 1, 1, 0, 2]
  --- converting (2, 35, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177026,9 +305148,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 1, 0, 3] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 3, 0, 3]
  --- Converting [3, 0, 0, 0, 3, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 2, 1, 1, 0, 1]
+ --- Result =  [2, 1, 0, 0, 0, 1, 1, 0, 3]
  --- converting (2, 35, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177048,9 +305168,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 1, 1, 0] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 3, 1, 0]
  --- Converting [3, 0, 0, 0, 3, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 0, 1, 1, 1, 0]
+ --- Result =  [2, 1, 0, 0, 0, 1, 1, 1, 0]
  --- converting (2, 35, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177070,9 +305188,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 1, 1, 1] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 3, 1, 1]
  --- Converting [3, 0, 0, 0, 3, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 1, 1, 1, 1]
  --- converting (2, 35, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177092,9 +305208,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 1, 1, 2] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 3, 1, 2]
  --- Converting [3, 0, 0, 0, 3, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 1, 1, 1, 2]
  --- converting (2, 35, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177114,9 +305228,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 1, 1, 3] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 3, 1, 3]
  --- Converting [3, 0, 0, 0, 3, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 1, 1, 1, 3]
  --- converting (2, 35, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177136,9 +305248,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 1, 2, 0] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 3, 2, 0]
  --- Converting [3, 0, 0, 0, 3, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 1, 1, 1, 1, 0]
+ --- Result =  [2, 1, 0, 0, 0, 1, 1, 2, 0]
  --- converting (2, 35, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177158,9 +305268,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 1, 2, 1] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 3, 2, 1]
  --- Converting [3, 0, 0, 0, 3, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 1, 1, 2, 1]
  --- converting (2, 35, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177180,9 +305288,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 1, 2, 2] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 3, 2, 2]
  --- Converting [3, 0, 0, 0, 3, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 1, 1, 2, 2]
  --- converting (2, 35, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177202,9 +305308,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 1, 2, 3] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 3, 2, 3]
  --- Converting [3, 0, 0, 0, 3, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 1, 1, 2, 3]
  --- converting (2, 35, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177224,9 +305328,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 1, 3, 0] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 3, 3, 0]
  --- Converting [3, 0, 0, 0, 3, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 2, 1, 1, 1, 0]
+ --- Result =  [2, 1, 0, 0, 0, 1, 1, 3, 0]
  --- converting (2, 35, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177246,9 +305348,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 1, 3, 1] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 3, 3, 1]
  --- Converting [3, 0, 0, 0, 3, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 1, 1, 3, 1]
  --- converting (2, 35, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177268,9 +305368,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 1, 3, 2] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 3, 3, 2]
  --- Converting [3, 0, 0, 0, 3, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 1, 1, 3, 2]
  --- converting (2, 35, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177290,9 +305388,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 0, 1, 1, 3, 3] to configuration notation
  --- Result =  [3, 0, 0, 0, 3, 3, 3, 3]
  --- Converting [3, 0, 0, 0, 3, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 0, 1, 1, 3, 3]
  --- converting (2, 36, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177310,9 +305406,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 0, 0, 0] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 0, 0, 0]
  --- Converting [3, 0, 0, 3, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 0, 0, 0, 0, 0]
+ --- Result =  [2, 1, 0, 0, 1, 0, 0, 0, 0]
  --- converting (2, 36, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177330,9 +305424,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 0, 0, 1] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 0, 0, 1]
  --- Converting [3, 0, 0, 3, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 0, 0, 0, 0, 1]
+ --- Result =  [2, 1, 0, 0, 1, 0, 0, 0, 1]
  --- converting (2, 36, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177350,9 +305442,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 0, 0, 2] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 0, 0, 2]
  --- Converting [3, 0, 0, 3, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 1, 0, 0, 0, 1]
+ --- Result =  [2, 1, 0, 0, 1, 0, 0, 0, 2]
  --- converting (2, 36, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177370,9 +305460,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 0, 0, 3] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 0, 0, 3]
  --- Converting [3, 0, 0, 3, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 2, 0, 0, 0, 1]
+ --- Result =  [2, 1, 0, 0, 1, 0, 0, 0, 3]
  --- converting (2, 36, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177392,9 +305480,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 0, 1, 0] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 0, 1, 0]
  --- Converting [3, 0, 0, 3, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 0, 0, 0, 1, 0]
+ --- Result =  [2, 1, 0, 0, 1, 0, 0, 1, 0]
  --- converting (2, 36, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177414,9 +305500,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 0, 1, 1] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 0, 1, 1]
  --- Converting [3, 0, 0, 3, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 0, 0, 1, 1]
  --- converting (2, 36, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177436,9 +305520,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 0, 1, 2] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 0, 1, 2]
  --- Converting [3, 0, 0, 3, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 0, 0, 1, 2]
  --- converting (2, 36, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177458,9 +305540,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 0, 1, 3] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 0, 1, 3]
  --- Converting [3, 0, 0, 3, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 0, 0, 1, 3]
  --- converting (2, 36, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177480,9 +305560,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 0, 2, 0] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 0, 2, 0]
  --- Converting [3, 0, 0, 3, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 1, 0, 0, 1, 0]
+ --- Result =  [2, 1, 0, 0, 1, 0, 0, 2, 0]
  --- converting (2, 36, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177502,9 +305580,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 0, 2, 1] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 0, 2, 1]
  --- Converting [3, 0, 0, 3, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 0, 0, 2, 1]
  --- converting (2, 36, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177524,9 +305600,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 0, 2, 2] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 0, 2, 2]
  --- Converting [3, 0, 0, 3, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 0, 0, 2, 2]
  --- converting (2, 36, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177546,9 +305620,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 0, 2, 3] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 0, 2, 3]
  --- Converting [3, 0, 0, 3, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 0, 0, 2, 3]
  --- converting (2, 36, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177568,9 +305640,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 0, 3, 0] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 0, 3, 0]
  --- Converting [3, 0, 0, 3, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 2, 0, 0, 1, 0]
+ --- Result =  [2, 1, 0, 0, 1, 0, 0, 3, 0]
  --- converting (2, 36, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177590,9 +305660,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 0, 3, 1] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 0, 3, 1]
  --- Converting [3, 0, 0, 3, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 0, 0, 3, 1]
  --- converting (2, 36, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177612,9 +305680,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 0, 3, 2] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 0, 3, 2]
  --- Converting [3, 0, 0, 3, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 0, 0, 3, 2]
  --- converting (2, 36, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177634,9 +305700,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 0, 3, 3] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 0, 3, 3]
  --- Converting [3, 0, 0, 3, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 0, 0, 3, 3]
  --- converting (2, 37, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177654,9 +305718,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 1, 0, 0] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 3, 0, 0]
  --- Converting [3, 0, 0, 3, 0, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 2, 0, 1, 0, 0]
+ --- Result =  [2, 1, 0, 0, 1, 0, 1, 0, 0]
  --- converting (2, 37, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177674,9 +305736,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 1, 0, 1] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 3, 0, 1]
  --- Converting [3, 0, 0, 3, 0, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 0, 0, 1, 0, 1]
+ --- Result =  [2, 1, 0, 0, 1, 0, 1, 0, 1]
  --- converting (2, 37, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177694,9 +305754,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 1, 0, 2] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 3, 0, 2]
  --- Converting [3, 0, 0, 3, 0, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 1, 0, 1, 0, 1]
+ --- Result =  [2, 1, 0, 0, 1, 0, 1, 0, 2]
  --- converting (2, 37, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177714,9 +305772,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 1, 0, 3] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 3, 0, 3]
  --- Converting [3, 0, 0, 3, 0, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 2, 0, 1, 0, 1]
+ --- Result =  [2, 1, 0, 0, 1, 0, 1, 0, 3]
  --- converting (2, 37, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177736,9 +305792,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 1, 1, 0] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 3, 1, 0]
  --- Converting [3, 0, 0, 3, 0, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 0, 0, 1, 1, 0]
+ --- Result =  [2, 1, 0, 0, 1, 0, 1, 1, 0]
  --- converting (2, 37, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177758,9 +305812,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 1, 1, 1] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 3, 1, 1]
  --- Converting [3, 0, 0, 3, 0, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 0, 1, 1, 1]
  --- converting (2, 37, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177780,9 +305832,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 1, 1, 2] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 3, 1, 2]
  --- Converting [3, 0, 0, 3, 0, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 0, 1, 1, 2]
  --- converting (2, 37, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177802,9 +305852,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 1, 1, 3] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 3, 1, 3]
  --- Converting [3, 0, 0, 3, 0, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 0, 1, 1, 3]
  --- converting (2, 37, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177824,9 +305872,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 1, 2, 0] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 3, 2, 0]
  --- Converting [3, 0, 0, 3, 0, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 1, 0, 1, 1, 0]
+ --- Result =  [2, 1, 0, 0, 1, 0, 1, 2, 0]
  --- converting (2, 37, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177846,9 +305892,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 1, 2, 1] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 3, 2, 1]
  --- Converting [3, 0, 0, 3, 0, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 0, 1, 2, 1]
  --- converting (2, 37, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177868,9 +305912,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 1, 2, 2] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 3, 2, 2]
  --- Converting [3, 0, 0, 3, 0, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 0, 1, 2, 2]
  --- converting (2, 37, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177890,9 +305932,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 1, 2, 3] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 3, 2, 3]
  --- Converting [3, 0, 0, 3, 0, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 0, 1, 2, 3]
  --- converting (2, 37, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177912,9 +305952,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 1, 3, 0] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 3, 3, 0]
  --- Converting [3, 0, 0, 3, 0, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 2, 0, 1, 1, 0]
+ --- Result =  [2, 1, 0, 0, 1, 0, 1, 3, 0]
  --- converting (2, 37, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177934,9 +305972,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 1, 3, 1] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 3, 3, 1]
  --- Converting [3, 0, 0, 3, 0, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 0, 1, 3, 1]
  --- converting (2, 37, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177956,9 +305992,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 1, 3, 2] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 3, 3, 2]
  --- Converting [3, 0, 0, 3, 0, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 0, 1, 3, 2]
  --- converting (2, 37, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177978,9 +306012,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 0, 1, 3, 3] to configuration notation
  --- Result =  [3, 0, 0, 3, 0, 3, 3, 3]
  --- Converting [3, 0, 0, 3, 0, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 0, 1, 3, 3]
  --- converting (2, 38, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -177998,9 +306030,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 0, 0, 0] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 0, 0, 0]
  --- Converting [3, 0, 0, 3, 3, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 2, 1, 0, 0, 0]
+ --- Result =  [2, 1, 0, 0, 1, 1, 0, 0, 0]
  --- converting (2, 38, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178018,9 +306048,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 0, 0, 1] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 0, 0, 1]
  --- Converting [3, 0, 0, 3, 3, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 0, 1, 0, 0, 1]
+ --- Result =  [2, 1, 0, 0, 1, 1, 0, 0, 1]
  --- converting (2, 38, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178038,9 +306066,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 0, 0, 2] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 0, 0, 2]
  --- Converting [3, 0, 0, 3, 3, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 1, 1, 0, 0, 1]
+ --- Result =  [2, 1, 0, 0, 1, 1, 0, 0, 2]
  --- converting (2, 38, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178058,9 +306084,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 0, 0, 3] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 0, 0, 3]
  --- Converting [3, 0, 0, 3, 3, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 2, 1, 0, 0, 1]
+ --- Result =  [2, 1, 0, 0, 1, 1, 0, 0, 3]
  --- converting (2, 38, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178080,9 +306104,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 0, 1, 0] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 0, 1, 0]
  --- Converting [3, 0, 0, 3, 3, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 0, 1, 0, 1, 0]
+ --- Result =  [2, 1, 0, 0, 1, 1, 0, 1, 0]
  --- converting (2, 38, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178102,9 +306124,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 0, 1, 1] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 0, 1, 1]
  --- Converting [3, 0, 0, 3, 3, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 1, 0, 1, 1]
  --- converting (2, 38, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178124,9 +306144,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 0, 1, 2] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 0, 1, 2]
  --- Converting [3, 0, 0, 3, 3, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 1, 0, 1, 2]
  --- converting (2, 38, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178146,9 +306164,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 0, 1, 3] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 0, 1, 3]
  --- Converting [3, 0, 0, 3, 3, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 1, 0, 1, 3]
  --- converting (2, 38, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178168,9 +306184,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 0, 2, 0] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 0, 2, 0]
  --- Converting [3, 0, 0, 3, 3, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 1, 1, 0, 1, 0]
+ --- Result =  [2, 1, 0, 0, 1, 1, 0, 2, 0]
  --- converting (2, 38, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178190,9 +306204,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 0, 2, 1] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 0, 2, 1]
  --- Converting [3, 0, 0, 3, 3, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 1, 0, 2, 1]
  --- converting (2, 38, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178212,9 +306224,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 0, 2, 2] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 0, 2, 2]
  --- Converting [3, 0, 0, 3, 3, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 1, 0, 2, 2]
  --- converting (2, 38, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178234,9 +306244,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 0, 2, 3] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 0, 2, 3]
  --- Converting [3, 0, 0, 3, 3, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 1, 0, 2, 3]
  --- converting (2, 38, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178256,9 +306264,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 0, 3, 0] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 0, 3, 0]
  --- Converting [3, 0, 0, 3, 3, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 2, 1, 0, 1, 0]
+ --- Result =  [2, 1, 0, 0, 1, 1, 0, 3, 0]
  --- converting (2, 38, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178278,9 +306284,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 0, 3, 1] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 0, 3, 1]
  --- Converting [3, 0, 0, 3, 3, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 1, 0, 3, 1]
  --- converting (2, 38, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178300,9 +306304,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 0, 3, 2] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 0, 3, 2]
  --- Converting [3, 0, 0, 3, 3, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 1, 0, 3, 2]
  --- converting (2, 38, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178322,9 +306324,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 0, 3, 3] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 0, 3, 3]
  --- Converting [3, 0, 0, 3, 3, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 1, 0, 3, 3]
  --- converting (2, 39, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178342,9 +306342,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 1, 0, 0] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 3, 0, 0]
  --- Converting [3, 0, 0, 3, 3, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 2, 1, 1, 0, 0]
+ --- Result =  [2, 1, 0, 0, 1, 1, 1, 0, 0]
  --- converting (2, 39, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178362,9 +306360,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 1, 0, 1] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 3, 0, 1]
  --- Converting [3, 0, 0, 3, 3, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 0, 1, 1, 0, 1]
+ --- Result =  [2, 1, 0, 0, 1, 1, 1, 0, 1]
  --- converting (2, 39, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178382,9 +306378,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 1, 0, 2] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 3, 0, 2]
  --- Converting [3, 0, 0, 3, 3, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 1, 1, 1, 0, 1]
+ --- Result =  [2, 1, 0, 0, 1, 1, 1, 0, 2]
  --- converting (2, 39, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178402,9 +306396,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 1, 0, 3] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 3, 0, 3]
  --- Converting [3, 0, 0, 3, 3, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 2, 1, 1, 0, 1]
+ --- Result =  [2, 1, 0, 0, 1, 1, 1, 0, 3]
  --- converting (2, 39, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178424,9 +306416,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 1, 1, 0] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 3, 1, 0]
  --- Converting [3, 0, 0, 3, 3, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 0, 1, 1, 1, 0]
+ --- Result =  [2, 1, 0, 0, 1, 1, 1, 1, 0]
  --- converting (2, 39, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178446,9 +306436,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 1, 1, 1] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 3, 1, 1]
  --- Converting [3, 0, 0, 3, 3, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 1, 1, 1, 1]
  --- converting (2, 39, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178468,9 +306456,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 1, 1, 2] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 3, 1, 2]
  --- Converting [3, 0, 0, 3, 3, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 1, 1, 1, 2]
  --- converting (2, 39, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178490,9 +306476,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 1, 1, 3] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 3, 1, 3]
  --- Converting [3, 0, 0, 3, 3, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 1, 1, 1, 3]
  --- converting (2, 39, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178512,9 +306496,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 1, 2, 0] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 3, 2, 0]
  --- Converting [3, 0, 0, 3, 3, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 1, 1, 1, 1, 0]
+ --- Result =  [2, 1, 0, 0, 1, 1, 1, 2, 0]
  --- converting (2, 39, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178534,9 +306516,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 1, 2, 1] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 3, 2, 1]
  --- Converting [3, 0, 0, 3, 3, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 1, 1, 2, 1]
  --- converting (2, 39, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178556,9 +306536,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 1, 2, 2] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 3, 2, 2]
  --- Converting [3, 0, 0, 3, 3, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 1, 1, 2, 2]
  --- converting (2, 39, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178578,9 +306556,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 1, 2, 3] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 3, 2, 3]
  --- Converting [3, 0, 0, 3, 3, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 1, 1, 2, 3]
  --- converting (2, 39, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178600,9 +306576,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 1, 3, 0] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 3, 3, 0]
  --- Converting [3, 0, 0, 3, 3, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 2, 1, 1, 1, 0]
+ --- Result =  [2, 1, 0, 0, 1, 1, 1, 3, 0]
  --- converting (2, 39, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178622,9 +306596,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 1, 3, 1] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 3, 3, 1]
  --- Converting [3, 0, 0, 3, 3, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 1, 1, 3, 1]
  --- converting (2, 39, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178644,9 +306616,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 1, 3, 2] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 3, 3, 2]
  --- Converting [3, 0, 0, 3, 3, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 1, 1, 3, 2]
  --- converting (2, 39, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178666,9 +306636,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 0, 1, 1, 1, 3, 3] to configuration notation
  --- Result =  [3, 0, 0, 3, 3, 3, 3, 3]
  --- Converting [3, 0, 0, 3, 3, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 0, 1, 1, 1, 3, 3]
  --- converting (2, 40, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178686,9 +306654,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 0, 0, 0] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 0, 0, 0]
  --- Converting [3, 0, 3, 0, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 0, 0, 0, 0, 0]
+ --- Result =  [2, 1, 0, 1, 0, 0, 0, 0, 0]
  --- converting (2, 40, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178706,9 +306672,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 0, 0, 1] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 0, 0, 1]
  --- Converting [3, 0, 3, 0, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 0, 0, 0, 0, 1]
+ --- Result =  [2, 1, 0, 1, 0, 0, 0, 0, 1]
  --- converting (2, 40, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178726,9 +306690,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 0, 0, 2] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 0, 0, 2]
  --- Converting [3, 0, 3, 0, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 1, 0, 0, 0, 1]
+ --- Result =  [2, 1, 0, 1, 0, 0, 0, 0, 2]
  --- converting (2, 40, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178746,9 +306708,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 0, 0, 3] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 0, 0, 3]
  --- Converting [3, 0, 3, 0, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 2, 0, 0, 0, 1]
+ --- Result =  [2, 1, 0, 1, 0, 0, 0, 0, 3]
  --- converting (2, 40, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178768,9 +306728,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 0, 1, 0] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 0, 1, 0]
  --- Converting [3, 0, 3, 0, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 0, 0, 0, 1, 0]
+ --- Result =  [2, 1, 0, 1, 0, 0, 0, 1, 0]
  --- converting (2, 40, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178790,9 +306748,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 0, 1, 1] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 0, 1, 1]
  --- Converting [3, 0, 3, 0, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 0, 0, 1, 1]
  --- converting (2, 40, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178812,9 +306768,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 0, 1, 2] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 0, 1, 2]
  --- Converting [3, 0, 3, 0, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 0, 0, 1, 2]
  --- converting (2, 40, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178834,9 +306788,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 0, 1, 3] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 0, 1, 3]
  --- Converting [3, 0, 3, 0, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 0, 0, 1, 3]
  --- converting (2, 40, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178856,9 +306808,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 0, 2, 0] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 0, 2, 0]
  --- Converting [3, 0, 3, 0, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 1, 0, 0, 1, 0]
+ --- Result =  [2, 1, 0, 1, 0, 0, 0, 2, 0]
  --- converting (2, 40, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178878,9 +306828,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 0, 2, 1] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 0, 2, 1]
  --- Converting [3, 0, 3, 0, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 0, 0, 2, 1]
  --- converting (2, 40, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178900,9 +306848,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 0, 2, 2] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 0, 2, 2]
  --- Converting [3, 0, 3, 0, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 0, 0, 2, 2]
  --- converting (2, 40, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178922,9 +306868,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 0, 2, 3] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 0, 2, 3]
  --- Converting [3, 0, 3, 0, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 0, 0, 2, 3]
  --- converting (2, 40, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178944,9 +306888,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 0, 3, 0] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 0, 3, 0]
  --- Converting [3, 0, 3, 0, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 2, 0, 0, 1, 0]
+ --- Result =  [2, 1, 0, 1, 0, 0, 0, 3, 0]
  --- converting (2, 40, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178966,9 +306908,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 0, 3, 1] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 0, 3, 1]
  --- Converting [3, 0, 3, 0, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 0, 0, 3, 1]
  --- converting (2, 40, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -178988,9 +306928,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 0, 3, 2] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 0, 3, 2]
  --- Converting [3, 0, 3, 0, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 0, 0, 3, 2]
  --- converting (2, 40, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179010,9 +306948,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 0, 3, 3] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 0, 3, 3]
  --- Converting [3, 0, 3, 0, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 0, 0, 3, 3]
  --- converting (2, 41, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179030,9 +306966,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 1, 0, 0] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 3, 0, 0]
  --- Converting [3, 0, 3, 0, 0, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 2, 0, 1, 0, 0]
+ --- Result =  [2, 1, 0, 1, 0, 0, 1, 0, 0]
  --- converting (2, 41, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179050,9 +306984,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 1, 0, 1] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 3, 0, 1]
  --- Converting [3, 0, 3, 0, 0, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 0, 0, 1, 0, 1]
+ --- Result =  [2, 1, 0, 1, 0, 0, 1, 0, 1]
  --- converting (2, 41, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179070,9 +307002,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 1, 0, 2] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 3, 0, 2]
  --- Converting [3, 0, 3, 0, 0, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 1, 0, 1, 0, 1]
+ --- Result =  [2, 1, 0, 1, 0, 0, 1, 0, 2]
  --- converting (2, 41, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179090,9 +307020,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 1, 0, 3] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 3, 0, 3]
  --- Converting [3, 0, 3, 0, 0, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 2, 0, 1, 0, 1]
+ --- Result =  [2, 1, 0, 1, 0, 0, 1, 0, 3]
  --- converting (2, 41, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179112,9 +307040,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 1, 1, 0] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 3, 1, 0]
  --- Converting [3, 0, 3, 0, 0, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 0, 0, 1, 1, 0]
+ --- Result =  [2, 1, 0, 1, 0, 0, 1, 1, 0]
  --- converting (2, 41, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179134,9 +307060,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 1, 1, 1] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 3, 1, 1]
  --- Converting [3, 0, 3, 0, 0, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 0, 1, 1, 1]
  --- converting (2, 41, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179156,9 +307080,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 1, 1, 2] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 3, 1, 2]
  --- Converting [3, 0, 3, 0, 0, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 0, 1, 1, 2]
  --- converting (2, 41, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179178,9 +307100,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 1, 1, 3] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 3, 1, 3]
  --- Converting [3, 0, 3, 0, 0, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 0, 1, 1, 3]
  --- converting (2, 41, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179200,9 +307120,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 1, 2, 0] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 3, 2, 0]
  --- Converting [3, 0, 3, 0, 0, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 1, 0, 1, 1, 0]
+ --- Result =  [2, 1, 0, 1, 0, 0, 1, 2, 0]
  --- converting (2, 41, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179222,9 +307140,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 1, 2, 1] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 3, 2, 1]
  --- Converting [3, 0, 3, 0, 0, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 0, 1, 2, 1]
  --- converting (2, 41, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179244,9 +307160,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 1, 2, 2] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 3, 2, 2]
  --- Converting [3, 0, 3, 0, 0, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 0, 1, 2, 2]
  --- converting (2, 41, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179266,9 +307180,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 1, 2, 3] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 3, 2, 3]
  --- Converting [3, 0, 3, 0, 0, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 0, 1, 2, 3]
  --- converting (2, 41, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179288,9 +307200,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 1, 3, 0] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 3, 3, 0]
  --- Converting [3, 0, 3, 0, 0, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 2, 0, 1, 1, 0]
+ --- Result =  [2, 1, 0, 1, 0, 0, 1, 3, 0]
  --- converting (2, 41, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179310,9 +307220,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 1, 3, 1] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 3, 3, 1]
  --- Converting [3, 0, 3, 0, 0, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 0, 1, 3, 1]
  --- converting (2, 41, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179332,9 +307240,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 1, 3, 2] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 3, 3, 2]
  --- Converting [3, 0, 3, 0, 0, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 0, 1, 3, 2]
  --- converting (2, 41, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179354,9 +307260,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 0, 1, 3, 3] to configuration notation
  --- Result =  [3, 0, 3, 0, 0, 3, 3, 3]
  --- Converting [3, 0, 3, 0, 0, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 0, 1, 3, 3]
  --- converting (2, 42, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179374,9 +307278,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 0, 0, 0] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 0, 0, 0]
  --- Converting [3, 0, 3, 0, 3, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 2, 1, 0, 0, 0]
+ --- Result =  [2, 1, 0, 1, 0, 1, 0, 0, 0]
  --- converting (2, 42, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179394,9 +307296,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 0, 0, 1] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 0, 0, 1]
  --- Converting [3, 0, 3, 0, 3, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 0, 1, 0, 0, 1]
+ --- Result =  [2, 1, 0, 1, 0, 1, 0, 0, 1]
  --- converting (2, 42, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179414,9 +307314,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 0, 0, 2] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 0, 0, 2]
  --- Converting [3, 0, 3, 0, 3, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 1, 1, 0, 0, 1]
+ --- Result =  [2, 1, 0, 1, 0, 1, 0, 0, 2]
  --- converting (2, 42, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179434,9 +307332,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 0, 0, 3] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 0, 0, 3]
  --- Converting [3, 0, 3, 0, 3, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 2, 1, 0, 0, 1]
+ --- Result =  [2, 1, 0, 1, 0, 1, 0, 0, 3]
  --- converting (2, 42, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179456,9 +307352,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 0, 1, 0] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 0, 1, 0]
  --- Converting [3, 0, 3, 0, 3, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 0, 1, 0, 1, 0]
+ --- Result =  [2, 1, 0, 1, 0, 1, 0, 1, 0]
  --- converting (2, 42, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179478,9 +307372,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 0, 1, 1] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 0, 1, 1]
  --- Converting [3, 0, 3, 0, 3, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 1, 0, 1, 1]
  --- converting (2, 42, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179500,9 +307392,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 0, 1, 2] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 0, 1, 2]
  --- Converting [3, 0, 3, 0, 3, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 1, 0, 1, 2]
  --- converting (2, 42, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179522,9 +307412,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 0, 1, 3] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 0, 1, 3]
  --- Converting [3, 0, 3, 0, 3, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 1, 0, 1, 3]
  --- converting (2, 42, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179544,9 +307432,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 0, 2, 0] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 0, 2, 0]
  --- Converting [3, 0, 3, 0, 3, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 1, 1, 0, 1, 0]
+ --- Result =  [2, 1, 0, 1, 0, 1, 0, 2, 0]
  --- converting (2, 42, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179566,9 +307452,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 0, 2, 1] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 0, 2, 1]
  --- Converting [3, 0, 3, 0, 3, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 1, 0, 2, 1]
  --- converting (2, 42, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179588,9 +307472,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 0, 2, 2] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 0, 2, 2]
  --- Converting [3, 0, 3, 0, 3, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 1, 0, 2, 2]
  --- converting (2, 42, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179610,9 +307492,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 0, 2, 3] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 0, 2, 3]
  --- Converting [3, 0, 3, 0, 3, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 1, 0, 2, 3]
  --- converting (2, 42, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179632,9 +307512,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 0, 3, 0] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 0, 3, 0]
  --- Converting [3, 0, 3, 0, 3, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 2, 1, 0, 1, 0]
+ --- Result =  [2, 1, 0, 1, 0, 1, 0, 3, 0]
  --- converting (2, 42, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179654,9 +307532,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 0, 3, 1] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 0, 3, 1]
  --- Converting [3, 0, 3, 0, 3, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 1, 0, 3, 1]
  --- converting (2, 42, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179676,9 +307552,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 0, 3, 2] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 0, 3, 2]
  --- Converting [3, 0, 3, 0, 3, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 1, 0, 3, 2]
  --- converting (2, 42, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179698,9 +307572,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 0, 3, 3] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 0, 3, 3]
  --- Converting [3, 0, 3, 0, 3, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 1, 0, 3, 3]
  --- converting (2, 43, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179718,9 +307590,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 1, 0, 0] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 3, 0, 0]
  --- Converting [3, 0, 3, 0, 3, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 2, 1, 1, 0, 0]
+ --- Result =  [2, 1, 0, 1, 0, 1, 1, 0, 0]
  --- converting (2, 43, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179738,9 +307608,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 1, 0, 1] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 3, 0, 1]
  --- Converting [3, 0, 3, 0, 3, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 0, 1, 1, 0, 1]
+ --- Result =  [2, 1, 0, 1, 0, 1, 1, 0, 1]
  --- converting (2, 43, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179758,9 +307626,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 1, 0, 2] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 3, 0, 2]
  --- Converting [3, 0, 3, 0, 3, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 1, 1, 1, 0, 1]
+ --- Result =  [2, 1, 0, 1, 0, 1, 1, 0, 2]
  --- converting (2, 43, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179778,9 +307644,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 1, 0, 3] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 3, 0, 3]
  --- Converting [3, 0, 3, 0, 3, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 2, 1, 1, 0, 1]
+ --- Result =  [2, 1, 0, 1, 0, 1, 1, 0, 3]
  --- converting (2, 43, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179800,9 +307664,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 1, 1, 0] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 3, 1, 0]
  --- Converting [3, 0, 3, 0, 3, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 0, 1, 1, 1, 0]
+ --- Result =  [2, 1, 0, 1, 0, 1, 1, 1, 0]
  --- converting (2, 43, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179822,9 +307684,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 1, 1, 1] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 3, 1, 1]
  --- Converting [3, 0, 3, 0, 3, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 1, 1, 1, 1]
  --- converting (2, 43, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179844,9 +307704,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 1, 1, 2] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 3, 1, 2]
  --- Converting [3, 0, 3, 0, 3, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 1, 1, 1, 2]
  --- converting (2, 43, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179866,9 +307724,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 1, 1, 3] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 3, 1, 3]
  --- Converting [3, 0, 3, 0, 3, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 1, 1, 1, 3]
  --- converting (2, 43, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179888,9 +307744,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 1, 2, 0] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 3, 2, 0]
  --- Converting [3, 0, 3, 0, 3, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 1, 1, 1, 1, 0]
+ --- Result =  [2, 1, 0, 1, 0, 1, 1, 2, 0]
  --- converting (2, 43, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179910,9 +307764,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 1, 2, 1] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 3, 2, 1]
  --- Converting [3, 0, 3, 0, 3, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 1, 1, 2, 1]
  --- converting (2, 43, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179932,9 +307784,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 1, 2, 2] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 3, 2, 2]
  --- Converting [3, 0, 3, 0, 3, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 1, 1, 2, 2]
  --- converting (2, 43, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179954,9 +307804,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 1, 2, 3] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 3, 2, 3]
  --- Converting [3, 0, 3, 0, 3, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 1, 1, 2, 3]
  --- converting (2, 43, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179976,9 +307824,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 1, 3, 0] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 3, 3, 0]
  --- Converting [3, 0, 3, 0, 3, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 2, 1, 1, 1, 0]
+ --- Result =  [2, 1, 0, 1, 0, 1, 1, 3, 0]
  --- converting (2, 43, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -179998,9 +307844,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 1, 3, 1] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 3, 3, 1]
  --- Converting [3, 0, 3, 0, 3, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 1, 1, 3, 1]
  --- converting (2, 43, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180020,9 +307864,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 1, 3, 2] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 3, 3, 2]
  --- Converting [3, 0, 3, 0, 3, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 1, 1, 3, 2]
  --- converting (2, 43, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180042,9 +307884,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 0, 1, 1, 3, 3] to configuration notation
  --- Result =  [3, 0, 3, 0, 3, 3, 3, 3]
  --- Converting [3, 0, 3, 0, 3, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 0, 1, 1, 3, 3]
  --- converting (2, 44, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180062,9 +307902,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 0, 0, 0] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 0, 0, 0]
  --- Converting [3, 0, 3, 3, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 0, 0, 0, 0, 0]
+ --- Result =  [2, 1, 0, 1, 1, 0, 0, 0, 0]
  --- converting (2, 44, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180082,9 +307920,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 0, 0, 1] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 0, 0, 1]
  --- Converting [3, 0, 3, 3, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 0, 0, 0, 0, 1]
+ --- Result =  [2, 1, 0, 1, 1, 0, 0, 0, 1]
  --- converting (2, 44, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180102,9 +307938,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 0, 0, 2] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 0, 0, 2]
  --- Converting [3, 0, 3, 3, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 1, 0, 0, 0, 1]
+ --- Result =  [2, 1, 0, 1, 1, 0, 0, 0, 2]
  --- converting (2, 44, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180122,9 +307956,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 0, 0, 3] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 0, 0, 3]
  --- Converting [3, 0, 3, 3, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 2, 0, 0, 0, 1]
+ --- Result =  [2, 1, 0, 1, 1, 0, 0, 0, 3]
  --- converting (2, 44, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180144,9 +307976,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 0, 1, 0] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 0, 1, 0]
  --- Converting [3, 0, 3, 3, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 0, 0, 0, 1, 0]
+ --- Result =  [2, 1, 0, 1, 1, 0, 0, 1, 0]
  --- converting (2, 44, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180166,9 +307996,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 0, 1, 1] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 0, 1, 1]
  --- Converting [3, 0, 3, 3, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 0, 0, 1, 1]
  --- converting (2, 44, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180188,9 +308016,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 0, 1, 2] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 0, 1, 2]
  --- Converting [3, 0, 3, 3, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 0, 0, 1, 2]
  --- converting (2, 44, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180210,9 +308036,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 0, 1, 3] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 0, 1, 3]
  --- Converting [3, 0, 3, 3, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 0, 0, 1, 3]
  --- converting (2, 44, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180232,9 +308056,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 0, 2, 0] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 0, 2, 0]
  --- Converting [3, 0, 3, 3, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 1, 0, 0, 1, 0]
+ --- Result =  [2, 1, 0, 1, 1, 0, 0, 2, 0]
  --- converting (2, 44, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180254,9 +308076,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 0, 2, 1] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 0, 2, 1]
  --- Converting [3, 0, 3, 3, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 0, 0, 2, 1]
  --- converting (2, 44, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180276,9 +308096,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 0, 2, 2] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 0, 2, 2]
  --- Converting [3, 0, 3, 3, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 0, 0, 2, 2]
  --- converting (2, 44, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180298,9 +308116,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 0, 2, 3] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 0, 2, 3]
  --- Converting [3, 0, 3, 3, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 0, 0, 2, 3]
  --- converting (2, 44, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180320,9 +308136,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 0, 3, 0] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 0, 3, 0]
  --- Converting [3, 0, 3, 3, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 2, 0, 0, 1, 0]
+ --- Result =  [2, 1, 0, 1, 1, 0, 0, 3, 0]
  --- converting (2, 44, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180342,9 +308156,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 0, 3, 1] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 0, 3, 1]
  --- Converting [3, 0, 3, 3, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 0, 0, 3, 1]
  --- converting (2, 44, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180364,9 +308176,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 0, 3, 2] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 0, 3, 2]
  --- Converting [3, 0, 3, 3, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 0, 0, 3, 2]
  --- converting (2, 44, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180386,9 +308196,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 0, 3, 3] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 0, 3, 3]
  --- Converting [3, 0, 3, 3, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 0, 0, 3, 3]
  --- converting (2, 45, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180406,9 +308214,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 1, 0, 0] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 3, 0, 0]
  --- Converting [3, 0, 3, 3, 0, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 2, 0, 1, 0, 0]
+ --- Result =  [2, 1, 0, 1, 1, 0, 1, 0, 0]
  --- converting (2, 45, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180426,9 +308232,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 1, 0, 1] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 3, 0, 1]
  --- Converting [3, 0, 3, 3, 0, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 0, 0, 1, 0, 1]
+ --- Result =  [2, 1, 0, 1, 1, 0, 1, 0, 1]
  --- converting (2, 45, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180446,9 +308250,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 1, 0, 2] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 3, 0, 2]
  --- Converting [3, 0, 3, 3, 0, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 1, 0, 1, 0, 1]
+ --- Result =  [2, 1, 0, 1, 1, 0, 1, 0, 2]
  --- converting (2, 45, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180466,9 +308268,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 1, 0, 3] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 3, 0, 3]
  --- Converting [3, 0, 3, 3, 0, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 2, 0, 1, 0, 1]
+ --- Result =  [2, 1, 0, 1, 1, 0, 1, 0, 3]
  --- converting (2, 45, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180488,9 +308288,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 1, 1, 0] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 3, 1, 0]
  --- Converting [3, 0, 3, 3, 0, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 0, 0, 1, 1, 0]
+ --- Result =  [2, 1, 0, 1, 1, 0, 1, 1, 0]
  --- converting (2, 45, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180510,9 +308308,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 1, 1, 1] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 3, 1, 1]
  --- Converting [3, 0, 3, 3, 0, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 0, 1, 1, 1]
  --- converting (2, 45, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180532,9 +308328,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 1, 1, 2] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 3, 1, 2]
  --- Converting [3, 0, 3, 3, 0, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 0, 1, 1, 2]
  --- converting (2, 45, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180554,9 +308348,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 1, 1, 3] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 3, 1, 3]
  --- Converting [3, 0, 3, 3, 0, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 0, 1, 1, 3]
  --- converting (2, 45, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180576,9 +308368,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 1, 2, 0] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 3, 2, 0]
  --- Converting [3, 0, 3, 3, 0, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 1, 0, 1, 1, 0]
+ --- Result =  [2, 1, 0, 1, 1, 0, 1, 2, 0]
  --- converting (2, 45, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180598,9 +308388,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 1, 2, 1] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 3, 2, 1]
  --- Converting [3, 0, 3, 3, 0, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 0, 1, 2, 1]
  --- converting (2, 45, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180620,9 +308408,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 1, 2, 2] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 3, 2, 2]
  --- Converting [3, 0, 3, 3, 0, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 0, 1, 2, 2]
  --- converting (2, 45, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180642,9 +308428,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 1, 2, 3] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 3, 2, 3]
  --- Converting [3, 0, 3, 3, 0, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 0, 1, 2, 3]
  --- converting (2, 45, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180664,9 +308448,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 1, 3, 0] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 3, 3, 0]
  --- Converting [3, 0, 3, 3, 0, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 2, 0, 1, 1, 0]
+ --- Result =  [2, 1, 0, 1, 1, 0, 1, 3, 0]
  --- converting (2, 45, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180686,9 +308468,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 1, 3, 1] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 3, 3, 1]
  --- Converting [3, 0, 3, 3, 0, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 0, 1, 3, 1]
  --- converting (2, 45, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180708,9 +308488,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 1, 3, 2] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 3, 3, 2]
  --- Converting [3, 0, 3, 3, 0, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 0, 1, 3, 2]
  --- converting (2, 45, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180730,9 +308508,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 0, 1, 3, 3] to configuration notation
  --- Result =  [3, 0, 3, 3, 0, 3, 3, 3]
  --- Converting [3, 0, 3, 3, 0, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 0, 1, 3, 3]
  --- converting (2, 46, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180750,9 +308526,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 0, 0, 0] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 0, 0, 0]
  --- Converting [3, 0, 3, 3, 3, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 2, 1, 0, 0, 0]
+ --- Result =  [2, 1, 0, 1, 1, 1, 0, 0, 0]
  --- converting (2, 46, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180770,9 +308544,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 0, 0, 1] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 0, 0, 1]
  --- Converting [3, 0, 3, 3, 3, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 0, 1, 0, 0, 1]
+ --- Result =  [2, 1, 0, 1, 1, 1, 0, 0, 1]
  --- converting (2, 46, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180790,9 +308562,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 0, 0, 2] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 0, 0, 2]
  --- Converting [3, 0, 3, 3, 3, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 1, 1, 0, 0, 1]
+ --- Result =  [2, 1, 0, 1, 1, 1, 0, 0, 2]
  --- converting (2, 46, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180810,9 +308580,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 0, 0, 3] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 0, 0, 3]
  --- Converting [3, 0, 3, 3, 3, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 2, 1, 0, 0, 1]
+ --- Result =  [2, 1, 0, 1, 1, 1, 0, 0, 3]
  --- converting (2, 46, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180832,9 +308600,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 0, 1, 0] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 0, 1, 0]
  --- Converting [3, 0, 3, 3, 3, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 0, 1, 0, 1, 0]
+ --- Result =  [2, 1, 0, 1, 1, 1, 0, 1, 0]
  --- converting (2, 46, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180854,9 +308620,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 0, 1, 1] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 0, 1, 1]
  --- Converting [3, 0, 3, 3, 3, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 1, 0, 1, 1]
  --- converting (2, 46, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180876,9 +308640,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 0, 1, 2] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 0, 1, 2]
  --- Converting [3, 0, 3, 3, 3, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 1, 0, 1, 2]
  --- converting (2, 46, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180898,9 +308660,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 0, 1, 3] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 0, 1, 3]
  --- Converting [3, 0, 3, 3, 3, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 1, 0, 1, 3]
  --- converting (2, 46, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180920,9 +308680,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 0, 2, 0] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 0, 2, 0]
  --- Converting [3, 0, 3, 3, 3, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 1, 1, 0, 1, 0]
+ --- Result =  [2, 1, 0, 1, 1, 1, 0, 2, 0]
  --- converting (2, 46, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180942,9 +308700,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 0, 2, 1] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 0, 2, 1]
  --- Converting [3, 0, 3, 3, 3, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 1, 0, 2, 1]
  --- converting (2, 46, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180964,9 +308720,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 0, 2, 2] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 0, 2, 2]
  --- Converting [3, 0, 3, 3, 3, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 1, 0, 2, 2]
  --- converting (2, 46, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -180986,9 +308740,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 0, 2, 3] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 0, 2, 3]
  --- Converting [3, 0, 3, 3, 3, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 1, 0, 2, 3]
  --- converting (2, 46, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181008,9 +308760,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 0, 3, 0] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 0, 3, 0]
  --- Converting [3, 0, 3, 3, 3, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 2, 1, 0, 1, 0]
+ --- Result =  [2, 1, 0, 1, 1, 1, 0, 3, 0]
  --- converting (2, 46, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181030,9 +308780,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 0, 3, 1] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 0, 3, 1]
  --- Converting [3, 0, 3, 3, 3, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 1, 0, 3, 1]
  --- converting (2, 46, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181052,9 +308800,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 0, 3, 2] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 0, 3, 2]
  --- Converting [3, 0, 3, 3, 3, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 1, 0, 3, 2]
  --- converting (2, 46, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181074,9 +308820,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 0, 3, 3] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 0, 3, 3]
  --- Converting [3, 0, 3, 3, 3, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 1, 0, 3, 3]
  --- converting (2, 47, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181094,9 +308838,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 1, 0, 0] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 3, 0, 0]
  --- Converting [3, 0, 3, 3, 3, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 2, 1, 1, 0, 0]
+ --- Result =  [2, 1, 0, 1, 1, 1, 1, 0, 0]
  --- converting (2, 47, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181114,9 +308856,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 1, 0, 1] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 3, 0, 1]
  --- Converting [3, 0, 3, 3, 3, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 0, 1, 1, 0, 1]
+ --- Result =  [2, 1, 0, 1, 1, 1, 1, 0, 1]
  --- converting (2, 47, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181134,9 +308874,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 1, 0, 2] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 3, 0, 2]
  --- Converting [3, 0, 3, 3, 3, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 1, 1, 1, 0, 1]
+ --- Result =  [2, 1, 0, 1, 1, 1, 1, 0, 2]
  --- converting (2, 47, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181154,9 +308892,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 1, 0, 3] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 3, 0, 3]
  --- Converting [3, 0, 3, 3, 3, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 2, 1, 1, 0, 1]
+ --- Result =  [2, 1, 0, 1, 1, 1, 1, 0, 3]
  --- converting (2, 47, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181176,9 +308912,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 1, 1, 0] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 3, 1, 0]
  --- Converting [3, 0, 3, 3, 3, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 0, 1, 1, 1, 0]
+ --- Result =  [2, 1, 0, 1, 1, 1, 1, 1, 0]
  --- converting (2, 47, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181198,9 +308932,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 1, 1, 1] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 3, 1, 1]
  --- Converting [3, 0, 3, 3, 3, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 1, 1, 1, 1]
  --- converting (2, 47, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181220,9 +308952,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 1, 1, 2] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 3, 1, 2]
  --- Converting [3, 0, 3, 3, 3, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 1, 1, 1, 2]
  --- converting (2, 47, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181242,9 +308972,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 1, 1, 3] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 3, 1, 3]
  --- Converting [3, 0, 3, 3, 3, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 1, 1, 1, 3]
  --- converting (2, 47, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181264,9 +308992,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 1, 2, 0] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 3, 2, 0]
  --- Converting [3, 0, 3, 3, 3, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 1, 1, 1, 1, 0]
+ --- Result =  [2, 1, 0, 1, 1, 1, 1, 2, 0]
  --- converting (2, 47, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181286,9 +309012,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 1, 2, 1] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 3, 2, 1]
  --- Converting [3, 0, 3, 3, 3, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 1, 1, 2, 1]
  --- converting (2, 47, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181308,9 +309032,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 1, 2, 2] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 3, 2, 2]
  --- Converting [3, 0, 3, 3, 3, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 1, 1, 2, 2]
  --- converting (2, 47, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181330,9 +309052,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 1, 2, 3] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 3, 2, 3]
  --- Converting [3, 0, 3, 3, 3, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 1, 1, 2, 3]
  --- converting (2, 47, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181352,9 +309072,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 1, 3, 0] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 3, 3, 0]
  --- Converting [3, 0, 3, 3, 3, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 2, 1, 1, 1, 0]
+ --- Result =  [2, 1, 0, 1, 1, 1, 1, 3, 0]
  --- converting (2, 47, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181374,9 +309092,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 1, 3, 1] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 3, 3, 1]
  --- Converting [3, 0, 3, 3, 3, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 1, 1, 3, 1]
  --- converting (2, 47, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181396,9 +309112,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 1, 3, 2] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 3, 3, 2]
  --- Converting [3, 0, 3, 3, 3, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 1, 1, 3, 2]
  --- converting (2, 47, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181418,9 +309132,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 0, 1, 1, 1, 1, 3, 3] to configuration notation
  --- Result =  [3, 0, 3, 3, 3, 3, 3, 3]
  --- Converting [3, 0, 3, 3, 3, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 0, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [2, 1, 0, 1, 1, 1, 1, 3, 3]
  --- converting (2, 48, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181438,9 +309150,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 0, 0, 0] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 0, 0, 0]
  --- Converting [3, 3, 0, 0, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 0, 0, 0, 0, 0]
+ --- Result =  [2, 1, 1, 0, 0, 0, 0, 0, 0]
  --- converting (2, 48, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181458,9 +309168,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 0, 0, 1] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 0, 0, 1]
  --- Converting [3, 3, 0, 0, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 0, 0, 0, 0, 1]
+ --- Result =  [2, 1, 1, 0, 0, 0, 0, 0, 1]
  --- converting (2, 48, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181478,9 +309186,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 0, 0, 2] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 0, 0, 2]
  --- Converting [3, 3, 0, 0, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 1, 0, 0, 0, 1]
+ --- Result =  [2, 1, 1, 0, 0, 0, 0, 0, 2]
  --- converting (2, 48, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181498,9 +309204,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 0, 0, 3] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 0, 0, 3]
  --- Converting [3, 3, 0, 0, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 2, 0, 0, 0, 1]
+ --- Result =  [2, 1, 1, 0, 0, 0, 0, 0, 3]
  --- converting (2, 48, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181520,9 +309224,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 0, 1, 0] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 0, 1, 0]
  --- Converting [3, 3, 0, 0, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 0, 0, 0, 1, 0]
+ --- Result =  [2, 1, 1, 0, 0, 0, 0, 1, 0]
  --- converting (2, 48, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181542,9 +309244,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 0, 1, 1] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 0, 1, 1]
  --- Converting [3, 3, 0, 0, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 0, 0, 1, 1]
  --- converting (2, 48, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181564,9 +309264,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 0, 1, 2] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 0, 1, 2]
  --- Converting [3, 3, 0, 0, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 0, 0, 1, 2]
  --- converting (2, 48, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181586,9 +309284,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 0, 1, 3] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 0, 1, 3]
  --- Converting [3, 3, 0, 0, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 0, 0, 1, 3]
  --- converting (2, 48, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181608,9 +309304,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 0, 2, 0] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 0, 2, 0]
  --- Converting [3, 3, 0, 0, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 1, 0, 0, 1, 0]
+ --- Result =  [2, 1, 1, 0, 0, 0, 0, 2, 0]
  --- converting (2, 48, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181630,9 +309324,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 0, 2, 1] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 0, 2, 1]
  --- Converting [3, 3, 0, 0, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 0, 0, 2, 1]
  --- converting (2, 48, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181652,9 +309344,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 0, 2, 2] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 0, 2, 2]
  --- Converting [3, 3, 0, 0, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 0, 0, 2, 2]
  --- converting (2, 48, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181674,9 +309364,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 0, 2, 3] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 0, 2, 3]
  --- Converting [3, 3, 0, 0, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 0, 0, 2, 3]
  --- converting (2, 48, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181696,9 +309384,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 0, 3, 0] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 0, 3, 0]
  --- Converting [3, 3, 0, 0, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 2, 0, 0, 1, 0]
+ --- Result =  [2, 1, 1, 0, 0, 0, 0, 3, 0]
  --- converting (2, 48, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181718,9 +309404,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 0, 3, 1] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 0, 3, 1]
  --- Converting [3, 3, 0, 0, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 0, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 0, 0, 3, 1]
  --- converting (2, 48, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181740,9 +309424,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 0, 3, 2] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 0, 3, 2]
  --- Converting [3, 3, 0, 0, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 1, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 0, 0, 3, 2]
  --- converting (2, 48, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181762,9 +309444,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 0, 3, 3] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 0, 3, 3]
  --- Converting [3, 3, 0, 0, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 2, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 0, 0, 3, 3]
  --- converting (2, 49, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181782,9 +309462,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 1, 0, 0] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 3, 0, 0]
  --- Converting [3, 3, 0, 0, 0, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 2, 0, 1, 0, 0]
+ --- Result =  [2, 1, 1, 0, 0, 0, 1, 0, 0]
  --- converting (2, 49, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181802,9 +309480,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 1, 0, 1] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 3, 0, 1]
  --- Converting [3, 3, 0, 0, 0, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 0, 0, 1, 0, 1]
+ --- Result =  [2, 1, 1, 0, 0, 0, 1, 0, 1]
  --- converting (2, 49, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181822,9 +309498,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 1, 0, 2] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 3, 0, 2]
  --- Converting [3, 3, 0, 0, 0, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 1, 0, 1, 0, 1]
+ --- Result =  [2, 1, 1, 0, 0, 0, 1, 0, 2]
  --- converting (2, 49, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181842,9 +309516,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 1, 0, 3] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 3, 0, 3]
  --- Converting [3, 3, 0, 0, 0, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 2, 0, 1, 0, 1]
+ --- Result =  [2, 1, 1, 0, 0, 0, 1, 0, 3]
  --- converting (2, 49, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181864,9 +309536,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 1, 1, 0] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 3, 1, 0]
  --- Converting [3, 3, 0, 0, 0, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 0, 0, 1, 1, 0]
+ --- Result =  [2, 1, 1, 0, 0, 0, 1, 1, 0]
  --- converting (2, 49, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181886,9 +309556,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 1, 1, 1] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 3, 1, 1]
  --- Converting [3, 3, 0, 0, 0, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 0, 1, 1, 1]
  --- converting (2, 49, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181908,9 +309576,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 1, 1, 2] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 3, 1, 2]
  --- Converting [3, 3, 0, 0, 0, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 0, 1, 1, 2]
  --- converting (2, 49, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181930,9 +309596,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 1, 1, 3] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 3, 1, 3]
  --- Converting [3, 3, 0, 0, 0, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 0, 1, 1, 3]
  --- converting (2, 49, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181952,9 +309616,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 1, 2, 0] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 3, 2, 0]
  --- Converting [3, 3, 0, 0, 0, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 1, 0, 1, 1, 0]
+ --- Result =  [2, 1, 1, 0, 0, 0, 1, 2, 0]
  --- converting (2, 49, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181974,9 +309636,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 1, 2, 1] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 3, 2, 1]
  --- Converting [3, 3, 0, 0, 0, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 0, 1, 2, 1]
  --- converting (2, 49, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -181996,9 +309656,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 1, 2, 2] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 3, 2, 2]
  --- Converting [3, 3, 0, 0, 0, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 0, 1, 2, 2]
  --- converting (2, 49, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182018,9 +309676,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 1, 2, 3] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 3, 2, 3]
  --- Converting [3, 3, 0, 0, 0, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 0, 1, 2, 3]
  --- converting (2, 49, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182040,9 +309696,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 1, 3, 0] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 3, 3, 0]
  --- Converting [3, 3, 0, 0, 0, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 2, 0, 1, 1, 0]
+ --- Result =  [2, 1, 1, 0, 0, 0, 1, 3, 0]
  --- converting (2, 49, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182062,9 +309716,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 1, 3, 1] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 3, 3, 1]
  --- Converting [3, 3, 0, 0, 0, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 0, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 0, 1, 3, 1]
  --- converting (2, 49, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182084,9 +309736,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 1, 3, 2] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 3, 3, 2]
  --- Converting [3, 3, 0, 0, 0, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 1, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 0, 1, 3, 2]
  --- converting (2, 49, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182106,9 +309756,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 0, 1, 3, 3] to configuration notation
  --- Result =  [3, 3, 0, 0, 0, 3, 3, 3]
  --- Converting [3, 3, 0, 0, 0, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 2, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 0, 1, 3, 3]
  --- converting (2, 50, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182126,9 +309774,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 0, 0, 0] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 0, 0, 0]
  --- Converting [3, 3, 0, 0, 3, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 2, 1, 0, 0, 0]
+ --- Result =  [2, 1, 1, 0, 0, 1, 0, 0, 0]
  --- converting (2, 50, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182146,9 +309792,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 0, 0, 1] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 0, 0, 1]
  --- Converting [3, 3, 0, 0, 3, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 0, 1, 0, 0, 1]
+ --- Result =  [2, 1, 1, 0, 0, 1, 0, 0, 1]
  --- converting (2, 50, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182166,9 +309810,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 0, 0, 2] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 0, 0, 2]
  --- Converting [3, 3, 0, 0, 3, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 1, 1, 0, 0, 1]
+ --- Result =  [2, 1, 1, 0, 0, 1, 0, 0, 2]
  --- converting (2, 50, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182186,9 +309828,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 0, 0, 3] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 0, 0, 3]
  --- Converting [3, 3, 0, 0, 3, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 2, 1, 0, 0, 1]
+ --- Result =  [2, 1, 1, 0, 0, 1, 0, 0, 3]
  --- converting (2, 50, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182208,9 +309848,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 0, 1, 0] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 0, 1, 0]
  --- Converting [3, 3, 0, 0, 3, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 0, 1, 0, 1, 0]
+ --- Result =  [2, 1, 1, 0, 0, 1, 0, 1, 0]
  --- converting (2, 50, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182230,9 +309868,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 0, 1, 1] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 0, 1, 1]
  --- Converting [3, 3, 0, 0, 3, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 1, 0, 1, 1]
  --- converting (2, 50, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182252,9 +309888,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 0, 1, 2] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 0, 1, 2]
  --- Converting [3, 3, 0, 0, 3, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 1, 0, 1, 2]
  --- converting (2, 50, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182274,9 +309908,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 0, 1, 3] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 0, 1, 3]
  --- Converting [3, 3, 0, 0, 3, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 1, 0, 1, 3]
  --- converting (2, 50, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182296,9 +309928,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 0, 2, 0] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 0, 2, 0]
  --- Converting [3, 3, 0, 0, 3, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 1, 1, 0, 1, 0]
+ --- Result =  [2, 1, 1, 0, 0, 1, 0, 2, 0]
  --- converting (2, 50, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182318,9 +309948,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 0, 2, 1] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 0, 2, 1]
  --- Converting [3, 3, 0, 0, 3, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 1, 0, 2, 1]
  --- converting (2, 50, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182340,9 +309968,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 0, 2, 2] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 0, 2, 2]
  --- Converting [3, 3, 0, 0, 3, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 1, 0, 2, 2]
  --- converting (2, 50, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182362,9 +309988,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 0, 2, 3] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 0, 2, 3]
  --- Converting [3, 3, 0, 0, 3, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 1, 0, 2, 3]
  --- converting (2, 50, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182384,9 +310008,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 0, 3, 0] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 0, 3, 0]
  --- Converting [3, 3, 0, 0, 3, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 2, 1, 0, 1, 0]
+ --- Result =  [2, 1, 1, 0, 0, 1, 0, 3, 0]
  --- converting (2, 50, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182406,9 +310028,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 0, 3, 1] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 0, 3, 1]
  --- Converting [3, 3, 0, 0, 3, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 0, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 1, 0, 3, 1]
  --- converting (2, 50, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182428,9 +310048,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 0, 3, 2] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 0, 3, 2]
  --- Converting [3, 3, 0, 0, 3, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 1, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 1, 0, 3, 2]
  --- converting (2, 50, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182450,9 +310068,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 0, 3, 3] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 0, 3, 3]
  --- Converting [3, 3, 0, 0, 3, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 2, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 1, 0, 3, 3]
  --- converting (2, 51, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182470,9 +310086,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 1, 0, 0] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 3, 0, 0]
  --- Converting [3, 3, 0, 0, 3, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 2, 1, 1, 0, 0]
+ --- Result =  [2, 1, 1, 0, 0, 1, 1, 0, 0]
  --- converting (2, 51, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182490,9 +310104,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 1, 0, 1] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 3, 0, 1]
  --- Converting [3, 3, 0, 0, 3, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 0, 1, 1, 0, 1]
+ --- Result =  [2, 1, 1, 0, 0, 1, 1, 0, 1]
  --- converting (2, 51, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182510,9 +310122,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 1, 0, 2] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 3, 0, 2]
  --- Converting [3, 3, 0, 0, 3, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 1, 1, 1, 0, 1]
+ --- Result =  [2, 1, 1, 0, 0, 1, 1, 0, 2]
  --- converting (2, 51, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182530,9 +310140,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 1, 0, 3] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 3, 0, 3]
  --- Converting [3, 3, 0, 0, 3, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 2, 1, 1, 0, 1]
+ --- Result =  [2, 1, 1, 0, 0, 1, 1, 0, 3]
  --- converting (2, 51, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182552,9 +310160,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 1, 1, 0] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 3, 1, 0]
  --- Converting [3, 3, 0, 0, 3, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 0, 1, 1, 1, 0]
+ --- Result =  [2, 1, 1, 0, 0, 1, 1, 1, 0]
  --- converting (2, 51, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182574,9 +310180,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 1, 1, 1] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 3, 1, 1]
  --- Converting [3, 3, 0, 0, 3, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 1, 1, 1, 1]
  --- converting (2, 51, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182596,9 +310200,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 1, 1, 2] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 3, 1, 2]
  --- Converting [3, 3, 0, 0, 3, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 1, 1, 1, 2]
  --- converting (2, 51, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182618,9 +310220,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 1, 1, 3] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 3, 1, 3]
  --- Converting [3, 3, 0, 0, 3, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 1, 1, 1, 3]
  --- converting (2, 51, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182640,9 +310240,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 1, 2, 0] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 3, 2, 0]
  --- Converting [3, 3, 0, 0, 3, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 1, 1, 1, 1, 0]
+ --- Result =  [2, 1, 1, 0, 0, 1, 1, 2, 0]
  --- converting (2, 51, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182662,9 +310260,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 1, 2, 1] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 3, 2, 1]
  --- Converting [3, 3, 0, 0, 3, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 1, 1, 2, 1]
  --- converting (2, 51, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182684,9 +310280,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 1, 2, 2] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 3, 2, 2]
  --- Converting [3, 3, 0, 0, 3, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 1, 1, 2, 2]
  --- converting (2, 51, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182706,9 +310300,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 1, 2, 3] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 3, 2, 3]
  --- Converting [3, 3, 0, 0, 3, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 1, 1, 2, 3]
  --- converting (2, 51, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182728,9 +310320,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 1, 3, 0] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 3, 3, 0]
  --- Converting [3, 3, 0, 0, 3, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 2, 1, 1, 1, 0]
+ --- Result =  [2, 1, 1, 0, 0, 1, 1, 3, 0]
  --- converting (2, 51, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182750,9 +310340,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 1, 3, 1] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 3, 3, 1]
  --- Converting [3, 3, 0, 0, 3, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 0, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 1, 1, 3, 1]
  --- converting (2, 51, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182772,9 +310360,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 1, 3, 2] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 3, 3, 2]
  --- Converting [3, 3, 0, 0, 3, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 1, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 1, 1, 3, 2]
  --- converting (2, 51, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182794,9 +310380,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 0, 1, 1, 3, 3] to configuration notation
  --- Result =  [3, 3, 0, 0, 3, 3, 3, 3]
  --- Converting [3, 3, 0, 0, 3, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 0, 2, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 0, 1, 1, 3, 3]
  --- converting (2, 52, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182814,9 +310398,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 0, 0, 0] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 0, 0, 0]
  --- Converting [3, 3, 0, 3, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 0, 0, 0, 0, 0]
+ --- Result =  [2, 1, 1, 0, 1, 0, 0, 0, 0]
  --- converting (2, 52, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182834,9 +310416,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 0, 0, 1] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 0, 0, 1]
  --- Converting [3, 3, 0, 3, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 0, 0, 0, 0, 1]
+ --- Result =  [2, 1, 1, 0, 1, 0, 0, 0, 1]
  --- converting (2, 52, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182854,9 +310434,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 0, 0, 2] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 0, 0, 2]
  --- Converting [3, 3, 0, 3, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 1, 0, 0, 0, 1]
+ --- Result =  [2, 1, 1, 0, 1, 0, 0, 0, 2]
  --- converting (2, 52, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182874,9 +310452,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 0, 0, 3] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 0, 0, 3]
  --- Converting [3, 3, 0, 3, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 2, 0, 0, 0, 1]
+ --- Result =  [2, 1, 1, 0, 1, 0, 0, 0, 3]
  --- converting (2, 52, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182896,9 +310472,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 0, 1, 0] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 0, 1, 0]
  --- Converting [3, 3, 0, 3, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 0, 0, 0, 1, 0]
+ --- Result =  [2, 1, 1, 0, 1, 0, 0, 1, 0]
  --- converting (2, 52, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182918,9 +310492,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 0, 1, 1] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 0, 1, 1]
  --- Converting [3, 3, 0, 3, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 0, 0, 1, 1]
  --- converting (2, 52, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182940,9 +310512,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 0, 1, 2] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 0, 1, 2]
  --- Converting [3, 3, 0, 3, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 0, 0, 1, 2]
  --- converting (2, 52, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182962,9 +310532,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 0, 1, 3] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 0, 1, 3]
  --- Converting [3, 3, 0, 3, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 0, 0, 1, 3]
  --- converting (2, 52, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -182984,9 +310552,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 0, 2, 0] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 0, 2, 0]
  --- Converting [3, 3, 0, 3, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 1, 0, 0, 1, 0]
+ --- Result =  [2, 1, 1, 0, 1, 0, 0, 2, 0]
  --- converting (2, 52, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183006,9 +310572,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 0, 2, 1] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 0, 2, 1]
  --- Converting [3, 3, 0, 3, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 0, 0, 2, 1]
  --- converting (2, 52, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183028,9 +310592,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 0, 2, 2] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 0, 2, 2]
  --- Converting [3, 3, 0, 3, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 0, 0, 2, 2]
  --- converting (2, 52, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183050,9 +310612,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 0, 2, 3] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 0, 2, 3]
  --- Converting [3, 3, 0, 3, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 0, 0, 2, 3]
  --- converting (2, 52, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183072,9 +310632,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 0, 3, 0] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 0, 3, 0]
  --- Converting [3, 3, 0, 3, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 2, 0, 0, 1, 0]
+ --- Result =  [2, 1, 1, 0, 1, 0, 0, 3, 0]
  --- converting (2, 52, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183094,9 +310652,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 0, 3, 1] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 0, 3, 1]
  --- Converting [3, 3, 0, 3, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 0, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 0, 0, 3, 1]
  --- converting (2, 52, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183116,9 +310672,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 0, 3, 2] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 0, 3, 2]
  --- Converting [3, 3, 0, 3, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 1, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 0, 0, 3, 2]
  --- converting (2, 52, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183138,9 +310692,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 0, 3, 3] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 0, 3, 3]
  --- Converting [3, 3, 0, 3, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 2, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 0, 0, 3, 3]
  --- converting (2, 53, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183158,9 +310710,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 1, 0, 0] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 3, 0, 0]
  --- Converting [3, 3, 0, 3, 0, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 2, 0, 1, 0, 0]
+ --- Result =  [2, 1, 1, 0, 1, 0, 1, 0, 0]
  --- converting (2, 53, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183178,9 +310728,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 1, 0, 1] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 3, 0, 1]
  --- Converting [3, 3, 0, 3, 0, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 0, 0, 1, 0, 1]
+ --- Result =  [2, 1, 1, 0, 1, 0, 1, 0, 1]
  --- converting (2, 53, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183198,9 +310746,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 1, 0, 2] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 3, 0, 2]
  --- Converting [3, 3, 0, 3, 0, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 1, 0, 1, 0, 1]
+ --- Result =  [2, 1, 1, 0, 1, 0, 1, 0, 2]
  --- converting (2, 53, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183218,9 +310764,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 1, 0, 3] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 3, 0, 3]
  --- Converting [3, 3, 0, 3, 0, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 2, 0, 1, 0, 1]
+ --- Result =  [2, 1, 1, 0, 1, 0, 1, 0, 3]
  --- converting (2, 53, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183240,9 +310784,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 1, 1, 0] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 3, 1, 0]
  --- Converting [3, 3, 0, 3, 0, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 0, 0, 1, 1, 0]
+ --- Result =  [2, 1, 1, 0, 1, 0, 1, 1, 0]
  --- converting (2, 53, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183262,9 +310804,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 1, 1, 1] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 3, 1, 1]
  --- Converting [3, 3, 0, 3, 0, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 0, 1, 1, 1]
  --- converting (2, 53, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183284,9 +310824,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 1, 1, 2] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 3, 1, 2]
  --- Converting [3, 3, 0, 3, 0, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 0, 1, 1, 2]
  --- converting (2, 53, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183306,9 +310844,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 1, 1, 3] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 3, 1, 3]
  --- Converting [3, 3, 0, 3, 0, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 0, 1, 1, 3]
  --- converting (2, 53, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183328,9 +310864,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 1, 2, 0] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 3, 2, 0]
  --- Converting [3, 3, 0, 3, 0, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 1, 0, 1, 1, 0]
+ --- Result =  [2, 1, 1, 0, 1, 0, 1, 2, 0]
  --- converting (2, 53, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183350,9 +310884,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 1, 2, 1] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 3, 2, 1]
  --- Converting [3, 3, 0, 3, 0, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 0, 1, 2, 1]
  --- converting (2, 53, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183372,9 +310904,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 1, 2, 2] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 3, 2, 2]
  --- Converting [3, 3, 0, 3, 0, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 0, 1, 2, 2]
  --- converting (2, 53, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183394,9 +310924,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 1, 2, 3] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 3, 2, 3]
  --- Converting [3, 3, 0, 3, 0, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 0, 1, 2, 3]
  --- converting (2, 53, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183416,9 +310944,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 1, 3, 0] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 3, 3, 0]
  --- Converting [3, 3, 0, 3, 0, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 2, 0, 1, 1, 0]
+ --- Result =  [2, 1, 1, 0, 1, 0, 1, 3, 0]
  --- converting (2, 53, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183438,9 +310964,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 1, 3, 1] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 3, 3, 1]
  --- Converting [3, 3, 0, 3, 0, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 0, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 0, 1, 3, 1]
  --- converting (2, 53, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183460,9 +310984,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 1, 3, 2] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 3, 3, 2]
  --- Converting [3, 3, 0, 3, 0, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 1, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 0, 1, 3, 2]
  --- converting (2, 53, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183482,9 +311004,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 0, 1, 3, 3] to configuration notation
  --- Result =  [3, 3, 0, 3, 0, 3, 3, 3]
  --- Converting [3, 3, 0, 3, 0, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 2, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 0, 1, 3, 3]
  --- converting (2, 54, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183502,9 +311022,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 0, 0, 0] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 0, 0, 0]
  --- Converting [3, 3, 0, 3, 3, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 2, 1, 0, 0, 0]
+ --- Result =  [2, 1, 1, 0, 1, 1, 0, 0, 0]
  --- converting (2, 54, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183522,9 +311040,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 0, 0, 1] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 0, 0, 1]
  --- Converting [3, 3, 0, 3, 3, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 0, 1, 0, 0, 1]
+ --- Result =  [2, 1, 1, 0, 1, 1, 0, 0, 1]
  --- converting (2, 54, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183542,9 +311058,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 0, 0, 2] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 0, 0, 2]
  --- Converting [3, 3, 0, 3, 3, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 1, 1, 0, 0, 1]
+ --- Result =  [2, 1, 1, 0, 1, 1, 0, 0, 2]
  --- converting (2, 54, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183562,9 +311076,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 0, 0, 3] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 0, 0, 3]
  --- Converting [3, 3, 0, 3, 3, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 2, 1, 0, 0, 1]
+ --- Result =  [2, 1, 1, 0, 1, 1, 0, 0, 3]
  --- converting (2, 54, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183584,9 +311096,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 0, 1, 0] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 0, 1, 0]
  --- Converting [3, 3, 0, 3, 3, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 0, 1, 0, 1, 0]
+ --- Result =  [2, 1, 1, 0, 1, 1, 0, 1, 0]
  --- converting (2, 54, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183606,9 +311116,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 0, 1, 1] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 0, 1, 1]
  --- Converting [3, 3, 0, 3, 3, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 1, 0, 1, 1]
  --- converting (2, 54, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183628,9 +311136,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 0, 1, 2] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 0, 1, 2]
  --- Converting [3, 3, 0, 3, 3, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 1, 0, 1, 2]
  --- converting (2, 54, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183650,9 +311156,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 0, 1, 3] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 0, 1, 3]
  --- Converting [3, 3, 0, 3, 3, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 1, 0, 1, 3]
  --- converting (2, 54, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183672,9 +311176,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 0, 2, 0] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 0, 2, 0]
  --- Converting [3, 3, 0, 3, 3, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 1, 1, 0, 1, 0]
+ --- Result =  [2, 1, 1, 0, 1, 1, 0, 2, 0]
  --- converting (2, 54, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183694,9 +311196,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 0, 2, 1] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 0, 2, 1]
  --- Converting [3, 3, 0, 3, 3, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 1, 0, 2, 1]
  --- converting (2, 54, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183716,9 +311216,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 0, 2, 2] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 0, 2, 2]
  --- Converting [3, 3, 0, 3, 3, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 1, 0, 2, 2]
  --- converting (2, 54, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183738,9 +311236,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 0, 2, 3] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 0, 2, 3]
  --- Converting [3, 3, 0, 3, 3, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 1, 0, 2, 3]
  --- converting (2, 54, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183760,9 +311256,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 0, 3, 0] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 0, 3, 0]
  --- Converting [3, 3, 0, 3, 3, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 2, 1, 0, 1, 0]
+ --- Result =  [2, 1, 1, 0, 1, 1, 0, 3, 0]
  --- converting (2, 54, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183782,9 +311276,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 0, 3, 1] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 0, 3, 1]
  --- Converting [3, 3, 0, 3, 3, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 0, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 1, 0, 3, 1]
  --- converting (2, 54, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183804,9 +311296,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 0, 3, 2] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 0, 3, 2]
  --- Converting [3, 3, 0, 3, 3, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 1, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 1, 0, 3, 2]
  --- converting (2, 54, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183826,9 +311316,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 0, 3, 3] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 0, 3, 3]
  --- Converting [3, 3, 0, 3, 3, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 2, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 1, 0, 3, 3]
  --- converting (2, 55, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183846,9 +311334,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 1, 0, 0] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 3, 0, 0]
  --- Converting [3, 3, 0, 3, 3, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 2, 1, 1, 0, 0]
+ --- Result =  [2, 1, 1, 0, 1, 1, 1, 0, 0]
  --- converting (2, 55, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183866,9 +311352,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 1, 0, 1] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 3, 0, 1]
  --- Converting [3, 3, 0, 3, 3, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 0, 1, 1, 0, 1]
+ --- Result =  [2, 1, 1, 0, 1, 1, 1, 0, 1]
  --- converting (2, 55, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183886,9 +311370,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 1, 0, 2] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 3, 0, 2]
  --- Converting [3, 3, 0, 3, 3, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 1, 1, 1, 0, 1]
+ --- Result =  [2, 1, 1, 0, 1, 1, 1, 0, 2]
  --- converting (2, 55, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183906,9 +311388,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 1, 0, 3] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 3, 0, 3]
  --- Converting [3, 3, 0, 3, 3, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 2, 1, 1, 0, 1]
+ --- Result =  [2, 1, 1, 0, 1, 1, 1, 0, 3]
  --- converting (2, 55, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183928,9 +311408,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 1, 1, 0] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 3, 1, 0]
  --- Converting [3, 3, 0, 3, 3, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 0, 1, 1, 1, 0]
+ --- Result =  [2, 1, 1, 0, 1, 1, 1, 1, 0]
  --- converting (2, 55, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183950,9 +311428,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 1, 1, 1] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 3, 1, 1]
  --- Converting [3, 3, 0, 3, 3, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 1, 1, 1, 1]
  --- converting (2, 55, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183972,9 +311448,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 1, 1, 2] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 3, 1, 2]
  --- Converting [3, 3, 0, 3, 3, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 1, 1, 1, 2]
  --- converting (2, 55, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -183994,9 +311468,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 1, 1, 3] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 3, 1, 3]
  --- Converting [3, 3, 0, 3, 3, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 1, 1, 1, 3]
  --- converting (2, 55, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184016,9 +311488,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 1, 2, 0] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 3, 2, 0]
  --- Converting [3, 3, 0, 3, 3, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 1, 1, 1, 1, 0]
+ --- Result =  [2, 1, 1, 0, 1, 1, 1, 2, 0]
  --- converting (2, 55, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184038,9 +311508,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 1, 2, 1] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 3, 2, 1]
  --- Converting [3, 3, 0, 3, 3, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 1, 1, 2, 1]
  --- converting (2, 55, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184060,9 +311528,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 1, 2, 2] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 3, 2, 2]
  --- Converting [3, 3, 0, 3, 3, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 1, 1, 2, 2]
  --- converting (2, 55, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184082,9 +311548,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 1, 2, 3] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 3, 2, 3]
  --- Converting [3, 3, 0, 3, 3, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 1, 1, 2, 3]
  --- converting (2, 55, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184104,9 +311568,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 1, 3, 0] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 3, 3, 0]
  --- Converting [3, 3, 0, 3, 3, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 2, 1, 1, 1, 0]
+ --- Result =  [2, 1, 1, 0, 1, 1, 1, 3, 0]
  --- converting (2, 55, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184126,9 +311588,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 1, 3, 1] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 3, 3, 1]
  --- Converting [3, 3, 0, 3, 3, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 0, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 1, 1, 3, 1]
  --- converting (2, 55, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184148,9 +311608,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 1, 3, 2] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 3, 3, 2]
  --- Converting [3, 3, 0, 3, 3, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 1, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 1, 1, 3, 2]
  --- converting (2, 55, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184170,9 +311628,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 0, 1, 1, 1, 3, 3] to configuration notation
  --- Result =  [3, 3, 0, 3, 3, 3, 3, 3]
  --- Converting [3, 3, 0, 3, 3, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 0, 1, 2, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 1, 1, 3, 3]
  --- converting (2, 56, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184190,9 +311646,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 0, 0, 0] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 0, 0, 0]
  --- Converting [3, 3, 3, 0, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 0, 0, 0, 0, 0]
+ --- Result =  [2, 1, 1, 1, 0, 0, 0, 0, 0]
  --- converting (2, 56, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184210,9 +311664,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 0, 0, 1] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 0, 0, 1]
  --- Converting [3, 3, 3, 0, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 0, 0, 0, 0, 1]
+ --- Result =  [2, 1, 1, 1, 0, 0, 0, 0, 1]
  --- converting (2, 56, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184230,9 +311682,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 0, 0, 2] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 0, 0, 2]
  --- Converting [3, 3, 3, 0, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 1, 0, 0, 0, 1]
+ --- Result =  [2, 1, 1, 1, 0, 0, 0, 0, 2]
  --- converting (2, 56, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184250,9 +311700,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 0, 0, 3] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 0, 0, 3]
  --- Converting [3, 3, 3, 0, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 2, 0, 0, 0, 1]
+ --- Result =  [2, 1, 1, 1, 0, 0, 0, 0, 3]
  --- converting (2, 56, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184272,9 +311720,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 0, 1, 0] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 0, 1, 0]
  --- Converting [3, 3, 3, 0, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 0, 0, 0, 1, 0]
+ --- Result =  [2, 1, 1, 1, 0, 0, 0, 1, 0]
  --- converting (2, 56, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184294,9 +311740,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 0, 1, 1] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 0, 1, 1]
  --- Converting [3, 3, 3, 0, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 0, 0, 1, 1]
  --- converting (2, 56, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184316,9 +311760,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 0, 1, 2] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 0, 1, 2]
  --- Converting [3, 3, 3, 0, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 0, 0, 1, 2]
  --- converting (2, 56, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184338,9 +311780,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 0, 1, 3] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 0, 1, 3]
  --- Converting [3, 3, 3, 0, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 0, 0, 1, 3]
  --- converting (2, 56, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184360,9 +311800,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 0, 2, 0] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 0, 2, 0]
  --- Converting [3, 3, 3, 0, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 1, 0, 0, 1, 0]
+ --- Result =  [2, 1, 1, 1, 0, 0, 0, 2, 0]
  --- converting (2, 56, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184382,9 +311820,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 0, 2, 1] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 0, 2, 1]
  --- Converting [3, 3, 3, 0, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 0, 0, 2, 1]
  --- converting (2, 56, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184404,9 +311840,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 0, 2, 2] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 0, 2, 2]
  --- Converting [3, 3, 3, 0, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 0, 0, 2, 2]
  --- converting (2, 56, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184426,9 +311860,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 0, 2, 3] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 0, 2, 3]
  --- Converting [3, 3, 3, 0, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 0, 0, 2, 3]
  --- converting (2, 56, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184448,9 +311880,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 0, 3, 0] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 0, 3, 0]
  --- Converting [3, 3, 3, 0, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 2, 0, 0, 1, 0]
+ --- Result =  [2, 1, 1, 1, 0, 0, 0, 3, 0]
  --- converting (2, 56, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184470,9 +311900,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 0, 3, 1] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 0, 3, 1]
  --- Converting [3, 3, 3, 0, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 0, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 0, 0, 3, 1]
  --- converting (2, 56, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184492,9 +311920,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 0, 3, 2] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 0, 3, 2]
  --- Converting [3, 3, 3, 0, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 1, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 0, 0, 3, 2]
  --- converting (2, 56, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184514,9 +311940,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 0, 3, 3] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 0, 3, 3]
  --- Converting [3, 3, 3, 0, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 2, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 0, 0, 3, 3]
  --- converting (2, 57, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184534,9 +311958,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 1, 0, 0] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 3, 0, 0]
  --- Converting [3, 3, 3, 0, 0, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 2, 0, 1, 0, 0]
+ --- Result =  [2, 1, 1, 1, 0, 0, 1, 0, 0]
  --- converting (2, 57, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184554,9 +311976,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 1, 0, 1] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 3, 0, 1]
  --- Converting [3, 3, 3, 0, 0, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 0, 0, 1, 0, 1]
+ --- Result =  [2, 1, 1, 1, 0, 0, 1, 0, 1]
  --- converting (2, 57, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184574,9 +311994,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 1, 0, 2] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 3, 0, 2]
  --- Converting [3, 3, 3, 0, 0, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 1, 0, 1, 0, 1]
+ --- Result =  [2, 1, 1, 1, 0, 0, 1, 0, 2]
  --- converting (2, 57, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184594,9 +312012,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 1, 0, 3] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 3, 0, 3]
  --- Converting [3, 3, 3, 0, 0, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 2, 0, 1, 0, 1]
+ --- Result =  [2, 1, 1, 1, 0, 0, 1, 0, 3]
  --- converting (2, 57, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184616,9 +312032,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 1, 1, 0] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 3, 1, 0]
  --- Converting [3, 3, 3, 0, 0, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 0, 0, 1, 1, 0]
+ --- Result =  [2, 1, 1, 1, 0, 0, 1, 1, 0]
  --- converting (2, 57, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184638,9 +312052,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 1, 1, 1] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 3, 1, 1]
  --- Converting [3, 3, 3, 0, 0, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 0, 1, 1, 1]
  --- converting (2, 57, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184660,9 +312072,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 1, 1, 2] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 3, 1, 2]
  --- Converting [3, 3, 3, 0, 0, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 0, 1, 1, 2]
  --- converting (2, 57, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184682,9 +312092,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 1, 1, 3] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 3, 1, 3]
  --- Converting [3, 3, 3, 0, 0, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 0, 1, 1, 3]
  --- converting (2, 57, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184704,9 +312112,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 1, 2, 0] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 3, 2, 0]
  --- Converting [3, 3, 3, 0, 0, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 1, 0, 1, 1, 0]
+ --- Result =  [2, 1, 1, 1, 0, 0, 1, 2, 0]
  --- converting (2, 57, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184726,9 +312132,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 1, 2, 1] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 3, 2, 1]
  --- Converting [3, 3, 3, 0, 0, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 0, 1, 2, 1]
  --- converting (2, 57, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184748,9 +312152,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 1, 2, 2] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 3, 2, 2]
  --- Converting [3, 3, 3, 0, 0, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 0, 1, 2, 2]
  --- converting (2, 57, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184770,9 +312172,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 1, 2, 3] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 3, 2, 3]
  --- Converting [3, 3, 3, 0, 0, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 0, 1, 2, 3]
  --- converting (2, 57, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184792,9 +312192,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 1, 3, 0] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 3, 3, 0]
  --- Converting [3, 3, 3, 0, 0, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 2, 0, 1, 1, 0]
+ --- Result =  [2, 1, 1, 1, 0, 0, 1, 3, 0]
  --- converting (2, 57, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184814,9 +312212,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 1, 3, 1] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 3, 3, 1]
  --- Converting [3, 3, 3, 0, 0, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 0, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 0, 1, 3, 1]
  --- converting (2, 57, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184836,9 +312232,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 1, 3, 2] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 3, 3, 2]
  --- Converting [3, 3, 3, 0, 0, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 1, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 0, 1, 3, 2]
  --- converting (2, 57, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184858,9 +312252,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 0, 1, 3, 3] to configuration notation
  --- Result =  [3, 3, 3, 0, 0, 3, 3, 3]
  --- Converting [3, 3, 3, 0, 0, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 2, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 0, 1, 3, 3]
  --- converting (2, 58, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184878,9 +312270,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 0, 0, 0] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 0, 0, 0]
  --- Converting [3, 3, 3, 0, 3, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 2, 1, 0, 0, 0]
+ --- Result =  [2, 1, 1, 1, 0, 1, 0, 0, 0]
  --- converting (2, 58, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184898,9 +312288,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 0, 0, 1] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 0, 0, 1]
  --- Converting [3, 3, 3, 0, 3, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 0, 1, 0, 0, 1]
+ --- Result =  [2, 1, 1, 1, 0, 1, 0, 0, 1]
  --- converting (2, 58, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184918,9 +312306,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 0, 0, 2] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 0, 0, 2]
  --- Converting [3, 3, 3, 0, 3, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 1, 1, 0, 0, 1]
+ --- Result =  [2, 1, 1, 1, 0, 1, 0, 0, 2]
  --- converting (2, 58, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184938,9 +312324,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 0, 0, 3] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 0, 0, 3]
  --- Converting [3, 3, 3, 0, 3, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 2, 1, 0, 0, 1]
+ --- Result =  [2, 1, 1, 1, 0, 1, 0, 0, 3]
  --- converting (2, 58, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184960,9 +312344,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 0, 1, 0] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 0, 1, 0]
  --- Converting [3, 3, 3, 0, 3, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 0, 1, 0, 1, 0]
+ --- Result =  [2, 1, 1, 1, 0, 1, 0, 1, 0]
  --- converting (2, 58, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -184982,9 +312364,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 0, 1, 1] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 0, 1, 1]
  --- Converting [3, 3, 3, 0, 3, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 1, 0, 1, 1]
  --- converting (2, 58, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185004,9 +312384,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 0, 1, 2] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 0, 1, 2]
  --- Converting [3, 3, 3, 0, 3, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 1, 0, 1, 2]
  --- converting (2, 58, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185026,9 +312404,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 0, 1, 3] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 0, 1, 3]
  --- Converting [3, 3, 3, 0, 3, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 1, 0, 1, 3]
  --- converting (2, 58, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185048,9 +312424,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 0, 2, 0] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 0, 2, 0]
  --- Converting [3, 3, 3, 0, 3, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 1, 1, 0, 1, 0]
+ --- Result =  [2, 1, 1, 1, 0, 1, 0, 2, 0]
  --- converting (2, 58, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185070,9 +312444,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 0, 2, 1] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 0, 2, 1]
  --- Converting [3, 3, 3, 0, 3, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 1, 0, 2, 1]
  --- converting (2, 58, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185092,9 +312464,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 0, 2, 2] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 0, 2, 2]
  --- Converting [3, 3, 3, 0, 3, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 1, 0, 2, 2]
  --- converting (2, 58, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185114,9 +312484,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 0, 2, 3] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 0, 2, 3]
  --- Converting [3, 3, 3, 0, 3, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 1, 0, 2, 3]
  --- converting (2, 58, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185136,9 +312504,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 0, 3, 0] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 0, 3, 0]
  --- Converting [3, 3, 3, 0, 3, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 2, 1, 0, 1, 0]
+ --- Result =  [2, 1, 1, 1, 0, 1, 0, 3, 0]
  --- converting (2, 58, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185158,9 +312524,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 0, 3, 1] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 0, 3, 1]
  --- Converting [3, 3, 3, 0, 3, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 0, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 1, 0, 3, 1]
  --- converting (2, 58, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185180,9 +312544,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 0, 3, 2] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 0, 3, 2]
  --- Converting [3, 3, 3, 0, 3, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 1, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 1, 0, 3, 2]
  --- converting (2, 58, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185202,9 +312564,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 0, 3, 3] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 0, 3, 3]
  --- Converting [3, 3, 3, 0, 3, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 2, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 1, 0, 3, 3]
  --- converting (2, 59, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185222,9 +312582,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 1, 0, 0] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 3, 0, 0]
  --- Converting [3, 3, 3, 0, 3, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 2, 1, 1, 0, 0]
+ --- Result =  [2, 1, 1, 1, 0, 1, 1, 0, 0]
  --- converting (2, 59, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185242,9 +312600,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 1, 0, 1] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 3, 0, 1]
  --- Converting [3, 3, 3, 0, 3, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 0, 1, 1, 0, 1]
+ --- Result =  [2, 1, 1, 1, 0, 1, 1, 0, 1]
  --- converting (2, 59, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185262,9 +312618,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 1, 0, 2] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 3, 0, 2]
  --- Converting [3, 3, 3, 0, 3, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 1, 1, 1, 0, 1]
+ --- Result =  [2, 1, 1, 1, 0, 1, 1, 0, 2]
  --- converting (2, 59, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185282,9 +312636,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 1, 0, 3] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 3, 0, 3]
  --- Converting [3, 3, 3, 0, 3, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 2, 1, 1, 0, 1]
+ --- Result =  [2, 1, 1, 1, 0, 1, 1, 0, 3]
  --- converting (2, 59, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185304,9 +312656,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 1, 1, 0] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 3, 1, 0]
  --- Converting [3, 3, 3, 0, 3, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 0, 1, 1, 1, 0]
+ --- Result =  [2, 1, 1, 1, 0, 1, 1, 1, 0]
  --- converting (2, 59, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185326,9 +312676,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 1, 1, 1] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 3, 1, 1]
  --- Converting [3, 3, 3, 0, 3, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 1, 1, 1, 1]
  --- converting (2, 59, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185348,9 +312696,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 1, 1, 2] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 3, 1, 2]
  --- Converting [3, 3, 3, 0, 3, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 1, 1, 1, 2]
  --- converting (2, 59, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185370,9 +312716,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 1, 1, 3] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 3, 1, 3]
  --- Converting [3, 3, 3, 0, 3, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 1, 1, 1, 3]
  --- converting (2, 59, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185392,9 +312736,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 1, 2, 0] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 3, 2, 0]
  --- Converting [3, 3, 3, 0, 3, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 1, 1, 1, 1, 0]
+ --- Result =  [2, 1, 1, 1, 0, 1, 1, 2, 0]
  --- converting (2, 59, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185414,9 +312756,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 1, 2, 1] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 3, 2, 1]
  --- Converting [3, 3, 3, 0, 3, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 1, 1, 2, 1]
  --- converting (2, 59, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185436,9 +312776,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 1, 2, 2] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 3, 2, 2]
  --- Converting [3, 3, 3, 0, 3, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 1, 1, 2, 2]
  --- converting (2, 59, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185458,9 +312796,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 1, 2, 3] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 3, 2, 3]
  --- Converting [3, 3, 3, 0, 3, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 1, 1, 2, 3]
  --- converting (2, 59, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185480,9 +312816,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 1, 3, 0] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 3, 3, 0]
  --- Converting [3, 3, 3, 0, 3, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 2, 1, 1, 1, 0]
+ --- Result =  [2, 1, 1, 1, 0, 1, 1, 3, 0]
  --- converting (2, 59, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185502,9 +312836,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 1, 3, 1] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 3, 3, 1]
  --- Converting [3, 3, 3, 0, 3, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 0, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 1, 1, 3, 1]
  --- converting (2, 59, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185524,9 +312856,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 1, 3, 2] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 3, 3, 2]
  --- Converting [3, 3, 3, 0, 3, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 1, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 1, 1, 3, 2]
  --- converting (2, 59, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185546,9 +312876,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 0, 1, 1, 3, 3] to configuration notation
  --- Result =  [3, 3, 3, 0, 3, 3, 3, 3]
  --- Converting [3, 3, 3, 0, 3, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 0, 2, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 0, 1, 1, 3, 3]
  --- converting (2, 60, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185566,9 +312894,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 0, 0, 0] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 0, 0, 0]
  --- Converting [3, 3, 3, 3, 0, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 0, 0, 0, 0, 0]
+ --- Result =  [2, 1, 1, 1, 1, 0, 0, 0, 0]
  --- converting (2, 60, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185586,9 +312912,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 0, 0, 1] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 0, 0, 1]
  --- Converting [3, 3, 3, 3, 0, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 0, 0, 0, 0, 1]
+ --- Result =  [2, 1, 1, 1, 1, 0, 0, 0, 1]
  --- converting (2, 60, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185606,9 +312930,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 0, 0, 2] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 0, 0, 2]
  --- Converting [3, 3, 3, 3, 0, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 1, 0, 0, 0, 1]
+ --- Result =  [2, 1, 1, 1, 1, 0, 0, 0, 2]
  --- converting (2, 60, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185626,9 +312948,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 0, 0, 3] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 0, 0, 3]
  --- Converting [3, 3, 3, 3, 0, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 2, 0, 0, 0, 1]
+ --- Result =  [2, 1, 1, 1, 1, 0, 0, 0, 3]
  --- converting (2, 60, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185648,9 +312968,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 0, 1, 0] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 0, 1, 0]
  --- Converting [3, 3, 3, 3, 0, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 0, 0, 0, 1, 0]
+ --- Result =  [2, 1, 1, 1, 1, 0, 0, 1, 0]
  --- converting (2, 60, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185670,9 +312988,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 0, 1, 1] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 0, 1, 1]
  --- Converting [3, 3, 3, 3, 0, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 0, 0, 1, 1]
  --- converting (2, 60, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185692,9 +313008,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 0, 1, 2] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 0, 1, 2]
  --- Converting [3, 3, 3, 3, 0, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 0, 0, 1, 2]
  --- converting (2, 60, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185714,9 +313028,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 0, 1, 3] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 0, 1, 3]
  --- Converting [3, 3, 3, 3, 0, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 0, 0, 1, 3]
  --- converting (2, 60, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185736,9 +313048,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 0, 2, 0] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 0, 2, 0]
  --- Converting [3, 3, 3, 3, 0, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 1, 0, 0, 1, 0]
+ --- Result =  [2, 1, 1, 1, 1, 0, 0, 2, 0]
  --- converting (2, 60, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185758,9 +313068,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 0, 2, 1] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 0, 2, 1]
  --- Converting [3, 3, 3, 3, 0, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 0, 0, 2, 1]
  --- converting (2, 60, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185780,9 +313088,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 0, 2, 2] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 0, 2, 2]
  --- Converting [3, 3, 3, 3, 0, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 0, 0, 2, 2]
  --- converting (2, 60, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185802,9 +313108,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 0, 2, 3] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 0, 2, 3]
  --- Converting [3, 3, 3, 3, 0, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 0, 0, 2, 3]
  --- converting (2, 60, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185824,9 +313128,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 0, 3, 0] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 0, 3, 0]
  --- Converting [3, 3, 3, 3, 0, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 2, 0, 0, 1, 0]
+ --- Result =  [2, 1, 1, 1, 1, 0, 0, 3, 0]
  --- converting (2, 60, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185846,9 +313148,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 0, 3, 1] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 0, 3, 1]
  --- Converting [3, 3, 3, 3, 0, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 0, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 0, 0, 3, 1]
  --- converting (2, 60, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185868,9 +313168,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 0, 3, 2] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 0, 3, 2]
  --- Converting [3, 3, 3, 3, 0, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 1, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 0, 0, 3, 2]
  --- converting (2, 60, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185890,9 +313188,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 0, 3, 3] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 0, 3, 3]
  --- Converting [3, 3, 3, 3, 0, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 2, 0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 0, 0, 3, 3]
  --- converting (2, 61, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185910,9 +313206,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 1, 0, 0] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 3, 0, 0]
  --- Converting [3, 3, 3, 3, 0, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 2, 0, 1, 0, 0]
+ --- Result =  [2, 1, 1, 1, 1, 0, 1, 0, 0]
  --- converting (2, 61, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185930,9 +313224,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 1, 0, 1] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 3, 0, 1]
  --- Converting [3, 3, 3, 3, 0, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 0, 0, 1, 0, 1]
+ --- Result =  [2, 1, 1, 1, 1, 0, 1, 0, 1]
  --- converting (2, 61, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185950,9 +313242,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 1, 0, 2] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 3, 0, 2]
  --- Converting [3, 3, 3, 3, 0, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 1, 0, 1, 0, 1]
+ --- Result =  [2, 1, 1, 1, 1, 0, 1, 0, 2]
  --- converting (2, 61, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185970,9 +313260,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 1, 0, 3] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 3, 0, 3]
  --- Converting [3, 3, 3, 3, 0, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 2, 0, 1, 0, 1]
+ --- Result =  [2, 1, 1, 1, 1, 0, 1, 0, 3]
  --- converting (2, 61, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -185992,9 +313280,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 1, 1, 0] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 3, 1, 0]
  --- Converting [3, 3, 3, 3, 0, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 0, 0, 1, 1, 0]
+ --- Result =  [2, 1, 1, 1, 1, 0, 1, 1, 0]
  --- converting (2, 61, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186014,9 +313300,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 1, 1, 1] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 3, 1, 1]
  --- Converting [3, 3, 3, 3, 0, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 0, 1, 1, 1]
  --- converting (2, 61, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186036,9 +313320,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 1, 1, 2] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 3, 1, 2]
  --- Converting [3, 3, 3, 3, 0, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 0, 1, 1, 2]
  --- converting (2, 61, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186058,9 +313340,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 1, 1, 3] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 3, 1, 3]
  --- Converting [3, 3, 3, 3, 0, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 0, 1, 1, 3]
  --- converting (2, 61, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186080,9 +313360,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 1, 2, 0] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 3, 2, 0]
  --- Converting [3, 3, 3, 3, 0, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 1, 0, 1, 1, 0]
+ --- Result =  [2, 1, 1, 1, 1, 0, 1, 2, 0]
  --- converting (2, 61, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186102,9 +313380,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 1, 2, 1] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 3, 2, 1]
  --- Converting [3, 3, 3, 3, 0, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 0, 1, 2, 1]
  --- converting (2, 61, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186124,9 +313400,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 1, 2, 2] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 3, 2, 2]
  --- Converting [3, 3, 3, 3, 0, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 0, 1, 2, 2]
  --- converting (2, 61, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186146,9 +313420,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 1, 2, 3] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 3, 2, 3]
  --- Converting [3, 3, 3, 3, 0, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 0, 1, 2, 3]
  --- converting (2, 61, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186168,9 +313440,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 1, 3, 0] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 3, 3, 0]
  --- Converting [3, 3, 3, 3, 0, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 2, 0, 1, 1, 0]
+ --- Result =  [2, 1, 1, 1, 1, 0, 1, 3, 0]
  --- converting (2, 61, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186190,9 +313460,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 1, 3, 1] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 3, 3, 1]
  --- Converting [3, 3, 3, 3, 0, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 0, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 0, 1, 3, 1]
  --- converting (2, 61, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186212,9 +313480,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 1, 3, 2] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 3, 3, 2]
  --- Converting [3, 3, 3, 3, 0, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 1, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 0, 1, 3, 2]
  --- converting (2, 61, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186234,9 +313500,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 0, 1, 3, 3] to configuration notation
  --- Result =  [3, 3, 3, 3, 0, 3, 3, 3]
  --- Converting [3, 3, 3, 3, 0, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 2, 0, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 0, 1, 3, 3]
  --- converting (2, 62, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186254,9 +313518,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 0, 0, 0] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 0, 0, 0]
  --- Converting [3, 3, 3, 3, 3, 0, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 2, 1, 0, 0, 0]
+ --- Result =  [2, 1, 1, 1, 1, 1, 0, 0, 0]
  --- converting (2, 62, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186274,9 +313536,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 0, 0, 1] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 0, 0, 1]
  --- Converting [3, 3, 3, 3, 3, 0, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 0, 1, 0, 0, 1]
+ --- Result =  [2, 1, 1, 1, 1, 1, 0, 0, 1]
  --- converting (2, 62, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186294,9 +313554,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 0, 0, 2] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 0, 0, 2]
  --- Converting [3, 3, 3, 3, 3, 0, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 1, 1, 0, 0, 1]
+ --- Result =  [2, 1, 1, 1, 1, 1, 0, 0, 2]
  --- converting (2, 62, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186314,9 +313572,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 0, 0, 3] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 0, 0, 3]
  --- Converting [3, 3, 3, 3, 3, 0, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 2, 1, 0, 0, 1]
+ --- Result =  [2, 1, 1, 1, 1, 1, 0, 0, 3]
  --- converting (2, 62, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186336,9 +313592,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 0, 1, 0] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 0, 1, 0]
  --- Converting [3, 3, 3, 3, 3, 0, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 0, 1, 0, 1, 0]
+ --- Result =  [2, 1, 1, 1, 1, 1, 0, 1, 0]
  --- converting (2, 62, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186358,9 +313612,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 0, 1, 1] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 0, 1, 1]
  --- Converting [3, 3, 3, 3, 3, 0, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 1, 0, 1, 1]
  --- converting (2, 62, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186380,9 +313632,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 0, 1, 2] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 0, 1, 2]
  --- Converting [3, 3, 3, 3, 3, 0, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 1, 0, 1, 2]
  --- converting (2, 62, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186402,9 +313652,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 0, 1, 3] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 0, 1, 3]
  --- Converting [3, 3, 3, 3, 3, 0, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 1, 0, 1, 3]
  --- converting (2, 62, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186424,9 +313672,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 0, 2, 0] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 0, 2, 0]
  --- Converting [3, 3, 3, 3, 3, 0, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 1, 1, 0, 1, 0]
+ --- Result =  [2, 1, 1, 1, 1, 1, 0, 2, 0]
  --- converting (2, 62, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186446,9 +313692,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 0, 2, 1] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 0, 2, 1]
  --- Converting [3, 3, 3, 3, 3, 0, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 1, 0, 2, 1]
  --- converting (2, 62, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186468,9 +313712,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 0, 2, 2] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 0, 2, 2]
  --- Converting [3, 3, 3, 3, 3, 0, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 1, 0, 2, 2]
  --- converting (2, 62, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186490,9 +313732,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 0, 2, 3] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 0, 2, 3]
  --- Converting [3, 3, 3, 3, 3, 0, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 1, 0, 2, 3]
  --- converting (2, 62, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186512,9 +313752,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 0, 3, 0] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 0, 3, 0]
  --- Converting [3, 3, 3, 3, 3, 0, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 2, 1, 0, 1, 0]
+ --- Result =  [2, 1, 1, 1, 1, 1, 0, 3, 0]
  --- converting (2, 62, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186534,9 +313772,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 0, 3, 1] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 0, 3, 1]
  --- Converting [3, 3, 3, 3, 3, 0, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 0, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 1, 0, 3, 1]
  --- converting (2, 62, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186556,9 +313792,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 0, 3, 2] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 0, 3, 2]
  --- Converting [3, 3, 3, 3, 3, 0, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 1, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 1, 0, 3, 2]
  --- converting (2, 62, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186578,9 +313812,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 0, 3, 3] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 0, 3, 3]
  --- Converting [3, 3, 3, 3, 3, 0, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 2, 1, 0, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 1, 0, 3, 3]
  --- converting (2, 63, 0)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186598,9 +313830,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 1, 0, 0] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 3, 0, 0]
  --- Converting [3, 3, 3, 3, 3, 3, 0, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 2, 1, 1, 0, 0]
+ --- Result =  [2, 1, 1, 1, 1, 1, 1, 0, 0]
  --- converting (2, 63, 1)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186618,9 +313848,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 1, 0, 1] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 3, 0, 1]
  --- Converting [3, 3, 3, 3, 3, 3, 0, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 0, 1, 1, 0, 1]
+ --- Result =  [2, 1, 1, 1, 1, 1, 1, 0, 1]
  --- converting (2, 63, 2)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186638,9 +313866,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 1, 0, 2] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 3, 0, 2]
  --- Converting [3, 3, 3, 3, 3, 3, 0, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 1, 1, 1, 0, 1]
+ --- Result =  [2, 1, 1, 1, 1, 1, 1, 0, 2]
  --- converting (2, 63, 3)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186658,9 +313884,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 1, 0, 3] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 3, 0, 3]
  --- Converting [3, 3, 3, 3, 3, 3, 0, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 2, 1, 1, 0, 1]
+ --- Result =  [2, 1, 1, 1, 1, 1, 1, 0, 3]
  --- converting (2, 63, 4)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186680,9 +313904,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 1, 1, 0] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 3, 1, 0]
  --- Converting [3, 3, 3, 3, 3, 3, 1, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 0, 1, 1, 1, 0]
+ --- Result =  [2, 1, 1, 1, 1, 1, 1, 1, 0]
  --- converting (2, 63, 5)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186702,9 +313924,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 1, 1, 1] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 3, 1, 1]
  --- Converting [3, 3, 3, 3, 3, 3, 1, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 1, 1, 1, 1]
  --- converting (2, 63, 6)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186724,9 +313944,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 1, 1, 2] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 3, 1, 2]
  --- Converting [3, 3, 3, 3, 3, 3, 1, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 1, 1, 1, 2]
  --- converting (2, 63, 7)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186746,9 +313964,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 1, 1, 3] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 3, 1, 3]
  --- Converting [3, 3, 3, 3, 3, 3, 1, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 1, 1, 1, 3]
  --- converting (2, 63, 8)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186768,9 +313984,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 1, 2, 0] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 3, 2, 0]
  --- Converting [3, 3, 3, 3, 3, 3, 2, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 1, 1, 1, 1, 0]
+ --- Result =  [2, 1, 1, 1, 1, 1, 1, 2, 0]
  --- converting (2, 63, 9)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186790,9 +314004,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 1, 2, 1] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 3, 2, 1]
  --- Converting [3, 3, 3, 3, 3, 3, 2, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 1, 1, 2, 1]
  --- converting (2, 63, 10)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186812,9 +314024,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 1, 2, 2] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 3, 2, 2]
  --- Converting [3, 3, 3, 3, 3, 3, 2, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 1, 1, 2, 2]
  --- converting (2, 63, 11)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186834,9 +314044,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 1, 2, 3] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 3, 2, 3]
  --- Converting [3, 3, 3, 3, 3, 3, 2, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 2, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 1, 1, 2, 3]
  --- converting (2, 63, 12)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186856,9 +314064,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 1, 3, 0] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 3, 3, 0]
  --- Converting [3, 3, 3, 3, 3, 3, 3, 0] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 2, 1, 1, 1, 0]
+ --- Result =  [2, 1, 1, 1, 1, 1, 1, 3, 0]
  --- converting (2, 63, 13)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186878,9 +314084,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 1, 3, 1] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 3, 3, 1]
  --- Converting [3, 3, 3, 3, 3, 3, 3, 1] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 0, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 1, 1, 3, 1]
  --- converting (2, 63, 14)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186900,9 +314104,7 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 1, 3, 2] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 3, 3, 2]
  --- Converting [3, 3, 3, 3, 3, 3, 3, 2] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 1, 1, 1, 1, 1]
+ --- Result =  [2, 1, 1, 1, 1, 1, 1, 3, 2]
  --- converting (2, 63, 15)  to base Y  (  base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)
  --- converting 2 in base 3
  --- result  [2]
@@ -186922,8156 +314124,6089 @@ End computing r squared, result =  0.9237201060264895
  --- Converting  base Y number [2, 1, 1, 1, 1, 1, 1, 3, 3] to configuration notation
  --- Result =  [3, 3, 3, 3, 3, 3, 3, 3]
  --- Converting [3, 3, 3, 3, 3, 3, 3, 3] in base Y array notation
---- Processing little cores
---- Processing big cores
- --- Result _ samsung =  [2, 1, 1, 1, 1, 2, 1, 1, 1, 1]
---- Retained value to add in file: [2, 2, 2, 2, 2, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 2, 1, 2], [1, 1, 1, 1, 1, 1, 1, 1, 1, 1], 13587847724.327976]
---- Retained value to add in file: [2, 2, 2, 2, 2, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 2, 2, 2], [1, 1, 1, 1, 1, 1, 1, 1, 1, 1], 13587847724.327976]
---- Retained value to add in file: [2, 2, 2, 2, 2, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 2, 3, 2], [1, 1, 1, 1, 1, 1, 1, 1, 1, 1], 13587847724.327976]
---- Retained value to add in file: [3, 3, 3, 3, 3, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 3, 1, 2], [2, 1, 1, 1, 1, 1, 1, 1, 1, 1], 13272692206.988403]
---- Retained value to add in file: [3, 3, 3, 3, 3, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 3, 2, 2], [2, 1, 1, 1, 1, 1, 1, 1, 1, 1], 13272692206.988403]
---- Retained value to add in file: [3, 3, 3, 3, 3, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 3, 3, 2], [2, 1, 1, 1, 1, 1, 1, 1, 1, 1], 13272692206.988403]
---- Retained value to add in file: [2, 2, 2, 2, 2, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 2, 1, 1], [1, 1, 1, 1, 1, 0, 1, 1, 1, 1], 13189421176.273312]
+ --- Result =  [2, 1, 1, 1, 1, 1, 1, 3, 3]
 --- Retained value to add in file: [2, 2, 2, 2, 2, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 2, 2, 1], [1, 1, 1, 1, 1, 0, 1, 1, 1, 1], 13189421176.273312]
---- Retained value to add in file: [2, 2, 2, 2, 2, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 2, 3, 1], [1, 1, 1, 1, 1, 0, 1, 1, 1, 1], 13189421176.273312]
---- Retained value to add in file: [2, 2, 2, 2, 2, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 2, 1, 3], [1, 1, 1, 1, 1, 2, 1, 1, 1, 1], 13145179017.704361]
---- Retained value to add in file: [2, 2, 2, 2, 2, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 2, 2, 3], [1, 1, 1, 1, 1, 2, 1, 1, 1, 1], 13145179017.704361]
---- Retained value to add in file: [2, 2, 2, 2, 2, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 2, 3, 3], [1, 1, 1, 1, 1, 2, 1, 1, 1, 1], 13145179017.704361]
---- Retained value to add in file: [3, 3, 3, 3, 3, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 3, 1, 1], [2, 1, 1, 1, 1, 0, 1, 1, 1, 1], 13000917302.793013]
+--- Raw result : [[2, 2, 2, 2, 2, 2, 2, 1], [1, 1, 1, 1, 1, 1, 1, 2, 1], 16790517900.451168]
+--- Retained value to add in file: [2, 2, 2, 2, 2, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 2, 2, 1, 1], [1, 1, 1, 1, 1, 1, 1, 1, 1], 16559178274.137806]
+--- Retained value to add in file: [2, 2, 2, 2, 2, 2, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 2, 2, 2, 2], [1, 1, 1, 1, 1, 1, 1, 2, 2], 16289278042.622908]
+--- Retained value to add in file: [2, 2, 2, 2, 2, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 2, 2, 2, 0], [1, 1, 1, 1, 1, 1, 1, 2, 0], 16279950003.696903]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 2, 2, 1], [1, 0, 1, 1, 1, 1, 1, 2, 1], 16277647962.882668]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 2, 2, 1], [1, 1, 1, 1, 0, 1, 1, 2, 1], 16222018520.974342]
+--- Retained value to add in file: [2, 0, 2, 2, 2, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 2, 2, 2, 1], [1, 1, 0, 1, 1, 1, 1, 2, 1], 16180272513.537144]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 2, 2, 1], [1, 1, 1, 0, 1, 1, 1, 2, 1], 16074080053.991615]
 --- Retained value to add in file: [3, 3, 3, 3, 3, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 3, 2, 1], [2, 1, 1, 1, 1, 0, 1, 1, 1, 1], 13000917302.793013]
---- Retained value to add in file: [3, 3, 3, 3, 3, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 3, 3, 1], [2, 1, 1, 1, 1, 0, 1, 1, 1, 1], 13000917302.793013]
---- Retained value to add in file: [2, 0, 2, 2, 2, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 2, 1, 2], [1, 1, 0, 1, 1, 1, 1, 1, 1, 1], 12869382489.22041]
+--- Raw result : [[3, 3, 3, 3, 3, 3, 2, 1], [2, 1, 1, 1, 1, 1, 1, 2, 1], 16059153790.795418]
+--- Retained value to add in file: [2, 2, 2, 2, 2, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 2, 2, 1, 2], [1, 1, 1, 1, 1, 1, 1, 1, 2], 16030432540.070797]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 2, 2, 1], [1, 1, 1, 1, 1, 0, 1, 2, 1], 16013902465.08831]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 2, 1, 1], [1, 0, 1, 1, 1, 1, 1, 1, 1], 15910162098.26434]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 3, 2, 2], [2, 1, 1, 1, 1, 1, 1, 2, 2], 15867447382.875286]
 --- Retained value to add in file: [2, 0, 2, 2, 2, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 2, 2, 2], [1, 1, 0, 1, 1, 1, 1, 1, 1, 1], 12869382489.22041]
---- Retained value to add in file: [2, 0, 2, 2, 2, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 2, 3, 2], [1, 1, 0, 1, 1, 1, 1, 1, 1, 1], 12869382489.22041]
---- Retained value to add in file: [2, 2, 0, 2, 2, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 2, 1, 2], [1, 1, 1, 0, 1, 1, 1, 1, 1, 1], 12824831678.900328]
+--- Raw result : [[2, 0, 2, 2, 2, 2, 2, 2], [1, 1, 0, 1, 1, 1, 1, 2, 2], 15804186509.318401]
+--- Retained value to add in file: [3, 0, 3, 3, 3, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 3, 3, 2, 1], [2, 1, 0, 1, 1, 1, 1, 2, 1], 15803132905.443401]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 2, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 2, 2, 2], [1, 1, 1, 1, 0, 1, 1, 2, 2], 15766585551.256481]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 2, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 2, 2, 2], [1, 0, 1, 1, 1, 1, 1, 2, 2], 15750720642.569225]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 2, 1, 1], [1, 1, 1, 1, 0, 1, 1, 1, 1], 15742422821.198757]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 2, 1, 1], [1, 1, 1, 1, 1, 0, 1, 1, 1], 15738267812.292278]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 3, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 3, 1, 1], [2, 1, 1, 1, 1, 1, 1, 1, 1], 15703084364.247005]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 3, 2, 1], [2, 1, 1, 1, 0, 1, 1, 2, 1], 15701492865.405575]
+--- Retained value to add in file: [3, 0, 3, 3, 3, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 3, 3, 2, 2], [2, 1, 0, 1, 1, 1, 1, 2, 2], 15676741704.89224]
+--- Retained value to add in file: [2, 2, 0, 0, 2, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 2, 2, 2, 1], [1, 1, 1, 0, 0, 1, 1, 2, 1], 15664013661.855251]
 --- Retained value to add in file: [2, 2, 0, 2, 2, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 2, 2, 2], [1, 1, 1, 0, 1, 1, 1, 1, 1, 1], 12824831678.900328]
---- Retained value to add in file: [2, 2, 0, 2, 2, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 2, 3, 2], [1, 1, 1, 0, 1, 1, 1, 1, 1, 1], 12824831678.900328]
+--- Raw result : [[2, 2, 0, 2, 2, 2, 2, 2], [1, 1, 1, 0, 1, 1, 1, 2, 2], 15646866186.504238]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 2, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 2, 2, 2], [1, 1, 1, 1, 1, 0, 1, 2, 2], 15644987659.19209]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 2, 2, 1], [1, 0, 1, 1, 0, 1, 1, 2, 1], 15632799637.10281]
+--- Retained value to add in file: [2, 0, 2, 2, 2, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 2, 2, 1, 1], [1, 1, 0, 1, 1, 1, 1, 1, 1], 15631624744.365334]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 2, 2, 0], [1, 1, 1, 1, 0, 1, 1, 2, 0], 15626787067.605694]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 3, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 3, 3, 3], [2, 1, 1, 1, 1, 1, 1, 3, 3], 15620738326.406193]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 2, 2, 1], [1, 0, 1, 0, 1, 1, 1, 2, 1], 15566950191.233273]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 2, 2, 0], [1, 0, 1, 1, 1, 1, 1, 2, 0], 15565377710.358242]
 --- Retained value to add in file: [0, 2, 2, 2, 2, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 2, 1, 2], [1, 0, 1, 1, 1, 1, 1, 1, 1, 1], 12815026368.771805]
---- Retained value to add in file: [0, 2, 2, 2, 2, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 2, 2, 2], [1, 0, 1, 1, 1, 1, 1, 1, 1, 1], 12815026368.771805]
---- Retained value to add in file: [0, 2, 2, 2, 2, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 2, 3, 2], [1, 0, 1, 1, 1, 1, 1, 1, 1, 1], 12815026368.771805]
---- Retained value to add in file: [3, 3, 3, 3, 3, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 3, 1, 3], [2, 1, 1, 1, 1, 2, 1, 1, 1, 1], 12700089026.177563]
+--- Raw result : [[0, 2, 2, 2, 2, 2, 1, 2], [1, 0, 1, 1, 1, 1, 1, 1, 2], 15562079467.609816]
+--- Retained value to add in file: [0, 2, 2, 2, 0, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 0, 2, 2, 1], [1, 0, 1, 1, 1, 0, 1, 2, 1], 15558950748.665142]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 3, 2, 1], [2, 1, 1, 1, 1, 0, 1, 2, 1], 15534461148.590618]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 3, 2, 1], [2, 1, 1, 0, 1, 1, 1, 2, 1], 15533287158.978695]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 2, 1, 1], [1, 1, 1, 0, 1, 1, 1, 1, 1], 15531409248.355785]
 --- Retained value to add in file: [3, 3, 3, 3, 3, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 3, 2, 3], [2, 1, 1, 1, 1, 2, 1, 1, 1, 1], 12700089026.177563]
---- Retained value to add in file: [3, 3, 3, 3, 3, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 3, 3, 3], [2, 1, 1, 1, 1, 2, 1, 1, 1, 1], 12700089026.177563]
+--- Raw result : [[3, 3, 3, 3, 3, 3, 2, 3], [2, 1, 1, 1, 1, 1, 1, 2, 3], 15529464341.504368]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 3, 2, 0], [2, 1, 1, 1, 1, 1, 1, 2, 0], 15509258630.768597]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 3, 2, 1], [2, 0, 1, 1, 1, 1, 1, 2, 1], 15500840331.8511]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 2, 2, 1], [1, 0, 0, 1, 1, 1, 1, 2, 1], 15478488421.37318]
+--- Retained value to add in file: [2, 2, 2, 2, 2, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 2, 2, 2, 3], [1, 1, 1, 1, 1, 1, 1, 2, 3], 15476356245.764935]
+--- Retained value to add in file: [2, 2, 2, 2, 2, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 2, 2, 3, 1], [1, 1, 1, 1, 1, 1, 1, 3, 1], 15466301373.325514]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 2, 2, 0], [1, 1, 1, 0, 1, 1, 1, 2, 0], 15457770209.098614]
+--- Retained value to add in file: [2, 2, 2, 2, 2, 2, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 2, 2, 3, 3], [1, 1, 1, 1, 1, 1, 1, 3, 3], 15433814310.116972]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 2, 2, 1], [1, 1, 0, 0, 1, 1, 1, 2, 1], 15425975034.424038]
+--- Retained value to add in file: [2, 2, 2, 2, 2, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 2, 2, 3, 0], [1, 1, 1, 1, 1, 1, 1, 3, 0], 15424357469.715511]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 3, 2, 2], [2, 1, 1, 1, 0, 1, 1, 2, 2], 15411211281.393854]
+--- Retained value to add in file: [2, 0, 2, 2, 2, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 2, 2, 1, 2], [1, 1, 0, 1, 1, 1, 1, 1, 2], 15392469591.03347]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 2, 2, 1], [1, 1, 1, 1, 0, 0, 1, 2, 1], 15390565014.776608]
+--- Retained value to add in file: [2, 2, 2, 2, 2, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 2, 2, 3, 2], [1, 1, 1, 1, 1, 1, 1, 3, 2], 15388992062.730232]
 --- Retained value to add in file: [2, 2, 2, 2, 2, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 2, 0, 2], [1, 1, 1, 1, 1, 1, 1, 1, 0, 1], 12653153500.079697]
---- Retained value to add in file: [3, 3, 3, 3, 3, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 3, 0, 2], [2, 1, 1, 1, 1, 1, 1, 1, 0, 1], 12612572303.142214]
---- Retained value to add in file: [1, 1, 1, 1, 1, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 1, 1, 2], [0, 1, 1, 1, 1, 1, 1, 1, 1, 1], 12572184316.54136]
---- Retained value to add in file: [1, 1, 1, 1, 1, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 1, 2, 2], [0, 1, 1, 1, 1, 1, 1, 1, 1, 1], 12572184316.54136]
---- Retained value to add in file: [1, 1, 1, 1, 1, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 1, 3, 2], [0, 1, 1, 1, 1, 1, 1, 1, 1, 1], 12572184316.54136]
---- Retained value to add in file: [2, 0, 2, 2, 2, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 2, 1, 1], [1, 1, 0, 1, 1, 0, 1, 1, 1, 1], 12522979795.08989]
---- Retained value to add in file: [2, 0, 2, 2, 2, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 2, 2, 1], [1, 1, 0, 1, 1, 0, 1, 1, 1, 1], 12522979795.08989]
---- Retained value to add in file: [2, 0, 2, 2, 2, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 2, 3, 1], [1, 1, 0, 1, 1, 0, 1, 1, 1, 1], 12522979795.08989]
---- Retained value to add in file: [3, 0, 3, 3, 3, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 3, 1, 2], [2, 1, 0, 1, 1, 1, 1, 1, 1, 1], 12517962363.83012]
---- Retained value to add in file: [3, 0, 3, 3, 3, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 3, 2, 2], [2, 1, 0, 1, 1, 1, 1, 1, 1, 1], 12517962363.83012]
---- Retained value to add in file: [3, 0, 3, 3, 3, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 3, 3, 2], [2, 1, 0, 1, 1, 1, 1, 1, 1, 1], 12517962363.83012]
---- Retained value to add in file: [2, 2, 0, 2, 2, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 2, 1, 3], [1, 1, 1, 0, 1, 2, 1, 1, 1, 1], 12469948779.10233]
---- Retained value to add in file: [2, 2, 0, 2, 2, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 2, 2, 3], [1, 1, 1, 0, 1, 2, 1, 1, 1, 1], 12469948779.10233]
---- Retained value to add in file: [2, 2, 0, 2, 2, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 2, 3, 3], [1, 1, 1, 0, 1, 2, 1, 1, 1, 1], 12469948779.10233]
---- Retained value to add in file: [0, 2, 2, 2, 2, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 2, 1, 1], [1, 0, 1, 1, 1, 0, 1, 1, 1, 1], 12453678142.669174]
---- Retained value to add in file: [0, 2, 2, 2, 2, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 2, 2, 1], [1, 0, 1, 1, 1, 0, 1, 1, 1, 1], 12453678142.669174]
---- Retained value to add in file: [0, 2, 2, 2, 2, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 2, 3, 1], [1, 0, 1, 1, 1, 0, 1, 1, 1, 1], 12453678142.669174]
---- Retained value to add in file: [2, 0, 2, 2, 2, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 2, 1, 3], [1, 1, 0, 1, 1, 2, 1, 1, 1, 1], 12444823777.50125]
---- Retained value to add in file: [2, 0, 2, 2, 2, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 2, 2, 3], [1, 1, 0, 1, 1, 2, 1, 1, 1, 1], 12444823777.50125]
---- Retained value to add in file: [2, 0, 2, 2, 2, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 2, 3, 3], [1, 1, 0, 1, 1, 2, 1, 1, 1, 1], 12444823777.50125]
---- Retained value to add in file: [0, 2, 2, 2, 2, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 2, 1, 3], [1, 0, 1, 1, 1, 2, 1, 1, 1, 1], 12418383418.38122]
---- Retained value to add in file: [0, 2, 2, 2, 2, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 2, 2, 3], [1, 0, 1, 1, 1, 2, 1, 1, 1, 1], 12418383418.38122]
---- Retained value to add in file: [0, 2, 2, 2, 2, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 2, 3, 3], [1, 0, 1, 1, 1, 2, 1, 1, 1, 1], 12418383418.38122]
---- Retained value to add in file: [2, 2, 0, 2, 2, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 2, 1, 1], [1, 1, 1, 0, 1, 0, 1, 1, 1, 1], 12407165580.975964]
---- Retained value to add in file: [2, 2, 0, 2, 2, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 2, 2, 1], [1, 1, 1, 0, 1, 0, 1, 1, 1, 1], 12407165580.975964]
---- Retained value to add in file: [2, 2, 0, 2, 2, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 2, 3, 1], [1, 1, 1, 0, 1, 0, 1, 1, 1, 1], 12407165580.975964]
---- Retained value to add in file: [3, 3, 0, 3, 3, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 3, 1, 2], [2, 1, 1, 0, 1, 1, 1, 1, 1, 1], 12385049103.408533]
---- Retained value to add in file: [3, 3, 0, 3, 3, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 3, 2, 2], [2, 1, 1, 0, 1, 1, 1, 1, 1, 1], 12385049103.408533]
---- Retained value to add in file: [3, 3, 0, 3, 3, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 3, 3, 2], [2, 1, 1, 0, 1, 1, 1, 1, 1, 1], 12385049103.408533]
---- Retained value to add in file: [2, 2, 2, 2, 2, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 0, 1, 2], [1, 1, 1, 1, 1, 1, 1, 0, 1, 1], 12382894758.280933]
---- Retained value to add in file: [2, 2, 2, 2, 2, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 0, 2, 2], [1, 1, 1, 1, 1, 1, 1, 0, 1, 1], 12382894758.280933]
---- Retained value to add in file: [2, 2, 2, 2, 2, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 0, 3, 2], [1, 1, 1, 1, 1, 1, 1, 0, 1, 1], 12382894758.280933]
---- Retained value to add in file: [0, 3, 3, 3, 3, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 3, 1, 2], [2, 0, 1, 1, 1, 1, 1, 1, 1, 1], 12361684363.690063]
---- Retained value to add in file: [0, 3, 3, 3, 3, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 3, 2, 2], [2, 0, 1, 1, 1, 1, 1, 1, 1, 1], 12361684363.690063]
---- Retained value to add in file: [0, 3, 3, 3, 3, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 3, 3, 2], [2, 0, 1, 1, 1, 1, 1, 1, 1, 1], 12361684363.690063]
---- Retained value to add in file: [2, 2, 2, 2, 2, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 2, 0, 3], [1, 1, 1, 1, 1, 2, 1, 1, 0, 1], 12350205539.346308]
---- Retained value to add in file: [3, 3, 3, 3, 3, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 3, 0, 1], [2, 1, 1, 1, 1, 0, 1, 1, 0, 1], 12295913893.966192]
---- Retained value to add in file: [3, 0, 3, 3, 3, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 3, 1, 1], [2, 1, 0, 1, 1, 0, 1, 1, 1, 1], 12290727656.158045]
---- Retained value to add in file: [3, 0, 3, 3, 3, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 3, 2, 1], [2, 1, 0, 1, 1, 0, 1, 1, 1, 1], 12290727656.158045]
---- Retained value to add in file: [3, 0, 3, 3, 3, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 3, 3, 1], [2, 1, 0, 1, 1, 0, 1, 1, 1, 1], 12290727656.158045]
---- Retained value to add in file: [1, 1, 1, 1, 1, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 1, 1, 3], [0, 1, 1, 1, 1, 2, 1, 1, 1, 1], 12279789535.269695]
---- Retained value to add in file: [1, 1, 1, 1, 1, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 1, 2, 3], [0, 1, 1, 1, 1, 2, 1, 1, 1, 1], 12279789535.269695]
---- Retained value to add in file: [1, 1, 1, 1, 1, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 1, 3, 3], [0, 1, 1, 1, 1, 2, 1, 1, 1, 1], 12279789535.269695]
---- Retained value to add in file: [3, 3, 3, 3, 3, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 0, 1, 2], [2, 1, 1, 1, 1, 1, 1, 0, 1, 1], 12239463137.785631]
---- Retained value to add in file: [3, 3, 3, 3, 3, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 0, 2, 2], [2, 1, 1, 1, 1, 1, 1, 0, 1, 1], 12239463137.785631]
---- Retained value to add in file: [3, 3, 3, 3, 3, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 0, 3, 2], [2, 1, 1, 1, 1, 1, 1, 0, 1, 1], 12239463137.785631]
+--- Raw result : [[2, 2, 2, 2, 2, 2, 0, 2], [1, 1, 1, 1, 1, 1, 1, 0, 2], 15384354428.129774]
 --- Retained value to add in file: [2, 2, 2, 2, 2, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 2, 0, 1], [1, 1, 1, 1, 1, 0, 1, 1, 0, 1], 12193264618.163574]
---- Retained value to add in file: [2, 2, 2, 2, 0, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 2, 1, 2], [1, 1, 1, 1, 1, 1, 0, 1, 1, 1], 12188368152.528992]
---- Retained value to add in file: [2, 2, 2, 2, 0, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 2, 2, 2], [1, 1, 1, 1, 1, 1, 0, 1, 1, 1], 12188368152.528992]
---- Retained value to add in file: [2, 2, 2, 2, 0, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 2, 3, 2], [1, 1, 1, 1, 1, 1, 0, 1, 1, 1], 12188368152.528992]
---- Retained value to add in file: [2, 2, 2, 2, 2, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 2, 2, 0], [1, 1, 1, 1, 1, 1, 1, 1, 1, 0], 12148760793.084257]
---- Retained value to add in file: [2, 2, 2, 2, 2, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 0, 1, 1], [1, 1, 1, 1, 1, 0, 1, 0, 1, 1], 12140229459.392578]
---- Retained value to add in file: [2, 2, 2, 2, 2, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 0, 2, 1], [1, 1, 1, 1, 1, 0, 1, 0, 1, 1], 12140229459.392578]
---- Retained value to add in file: [2, 2, 2, 2, 2, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 0, 3, 1], [1, 1, 1, 1, 1, 0, 1, 0, 1, 1], 12140229459.392578]
---- Retained value to add in file: [3, 3, 3, 3, 3, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 3, 0, 3], [2, 1, 1, 1, 1, 2, 1, 1, 0, 1], 12137997481.78772]
---- Retained value to add in file: [3, 3, 3, 3, 3, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 0, 1, 1], [2, 1, 1, 1, 1, 0, 1, 0, 1, 1], 12125072291.715694]
---- Retained value to add in file: [3, 3, 3, 3, 3, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 0, 2, 1], [2, 1, 1, 1, 1, 0, 1, 0, 1, 1], 12125072291.715694]
---- Retained value to add in file: [3, 3, 3, 3, 3, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 0, 3, 1], [2, 1, 1, 1, 1, 0, 1, 0, 1, 1], 12125072291.715694]
---- Retained value to add in file: [1, 1, 1, 1, 1, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 1, 1, 1], [0, 1, 1, 1, 1, 0, 1, 1, 1, 1], 12112317580.862595]
+--- Raw result : [[2, 2, 2, 2, 2, 2, 0, 1], [1, 1, 1, 1, 1, 1, 1, 0, 1], 15381475011.72781]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 3, 1, 2], [2, 1, 1, 1, 1, 1, 1, 1, 2], 15370386593.94235]
+--- Retained value to add in file: [2, 0, 2, 2, 2, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 2, 2, 2, 0], [1, 1, 0, 1, 1, 1, 1, 2, 0], 15364915622.07177]
+--- Retained value to add in file: [3, 3, 0, 0, 3, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 3, 3, 2, 1], [2, 1, 1, 0, 0, 1, 1, 2, 1], 15361108013.97479]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 3, 2, 2], [2, 1, 1, 1, 1, 0, 1, 2, 2], 15345434126.413675]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 0, 2, 2, 1], [1, 1, 0, 1, 1, 0, 1, 2, 1], 15341926684.33926]
 --- Retained value to add in file: [1, 1, 1, 1, 1, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 1, 2, 1], [0, 1, 1, 1, 1, 0, 1, 1, 1, 1], 12112317580.862595]
---- Retained value to add in file: [1, 1, 1, 1, 1, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 1, 3, 1], [0, 1, 1, 1, 1, 0, 1, 1, 1, 1], 12112317580.862595]
---- Retained value to add in file: [0, 3, 3, 3, 3, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 3, 1, 1], [2, 0, 1, 1, 1, 0, 1, 1, 1, 1], 12111653953.865456]
---- Retained value to add in file: [0, 3, 3, 3, 3, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 3, 2, 1], [2, 0, 1, 1, 1, 0, 1, 1, 1, 1], 12111653953.865456]
---- Retained value to add in file: [0, 3, 3, 3, 3, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 3, 3, 1], [2, 0, 1, 1, 1, 0, 1, 1, 1, 1], 12111653953.865456]
---- Retained value to add in file: [2, 0, 0, 2, 2, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 2, 1, 2], [1, 1, 0, 0, 1, 1, 1, 1, 1, 1], 12107052926.011929]
+--- Raw result : [[1, 1, 1, 1, 1, 1, 2, 1], [0, 1, 1, 1, 1, 1, 1, 2, 1], 15341053662.27787]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 3, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 3, 3, 2], [2, 1, 1, 1, 1, 1, 1, 3, 2], 15336714690.308575]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 2, 2, 1], [1, 1, 0, 1, 0, 1, 1, 2, 1], 15333834641.36868]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 3, 2, 2], [2, 1, 1, 0, 1, 1, 1, 2, 2], 15320488434.053736]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 3, 2, 2], [2, 0, 1, 1, 1, 1, 1, 2, 2], 15289861284.602732]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 3, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 3, 1, 1], [2, 1, 1, 1, 1, 0, 1, 1, 1], 15278574917.819878]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 2, 1, 2], [1, 1, 1, 0, 1, 1, 1, 1, 2], 15264772919.524]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 2, 2, 0], [1, 1, 1, 1, 1, 0, 1, 2, 0], 15261482337.087215]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 2, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 2, 2, 2], [1, 0, 1, 1, 0, 1, 1, 2, 2], 15261453507.69935]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 2, 1, 2], [1, 1, 1, 1, 0, 1, 1, 1, 2], 15260800296.082563]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 2, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 2, 2, 2], [1, 0, 1, 0, 1, 1, 1, 2, 2], 15249543279.88746]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 2, 2, 1], [1, 1, 1, 0, 1, 0, 1, 2, 1], 15244403361.005917]
+--- Retained value to add in file: [0, 2, 2, 2, 0, 2, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 0, 2, 2, 2], [1, 0, 1, 1, 1, 0, 1, 2, 2], 15233425646.42573]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 3, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 3, 3, 3], [2, 1, 1, 1, 1, 0, 1, 3, 3], 15233323787.66018]
+--- Retained value to add in file: [2, 2, 0, 0, 2, 2, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 2, 2, 2, 2], [1, 1, 1, 0, 0, 1, 1, 2, 2], 15229261252.491236]
 --- Retained value to add in file: [2, 0, 0, 2, 2, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 2, 2, 2], [1, 1, 0, 0, 1, 1, 1, 1, 1, 1], 12107052926.011929]
---- Retained value to add in file: [2, 0, 0, 2, 2, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 2, 3, 2], [1, 1, 0, 0, 1, 1, 1, 1, 1, 1], 12107052926.011929]
---- Retained value to add in file: [3, 3, 0, 3, 3, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 3, 1, 1], [2, 1, 1, 0, 1, 0, 1, 1, 1, 1], 12073026815.64835]
---- Retained value to add in file: [3, 3, 0, 3, 3, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 3, 2, 1], [2, 1, 1, 0, 1, 0, 1, 1, 1, 1], 12073026815.64835]
---- Retained value to add in file: [3, 3, 0, 3, 3, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 3, 3, 1], [2, 1, 1, 0, 1, 0, 1, 1, 1, 1], 12073026815.64835]
---- Retained value to add in file: [1, 1, 0, 1, 1, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 1, 1, 2], [0, 1, 1, 0, 1, 1, 1, 1, 1, 1], 12000612790.655552]
---- Retained value to add in file: [1, 1, 0, 1, 1, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 1, 2, 2], [0, 1, 1, 0, 1, 1, 1, 1, 1, 1], 12000612790.655552]
---- Retained value to add in file: [1, 1, 0, 1, 1, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 1, 3, 2], [0, 1, 1, 0, 1, 1, 1, 1, 1, 1], 12000612790.655552]
---- Retained value to add in file: [2, 2, 2, 2, 0, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 2, 1, 3], [1, 1, 1, 1, 1, 2, 0, 1, 1, 1], 11996786740.285166]
---- Retained value to add in file: [2, 2, 2, 2, 0, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 2, 2, 3], [1, 1, 1, 1, 1, 2, 0, 1, 1, 1], 11996786740.285166]
+--- Raw result : [[2, 0, 0, 2, 2, 2, 2, 2], [1, 1, 0, 0, 1, 1, 1, 2, 2], 15203427580.166075]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 2, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 2, 2, 2], [1, 0, 0, 1, 1, 1, 1, 2, 2], 15202907449.539305]
 --- Retained value to add in file: [2, 2, 2, 2, 0, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 2, 3, 3], [1, 1, 1, 1, 1, 2, 0, 1, 1, 1], 11996786740.285166]
---- Retained value to add in file: [0, 2, 0, 2, 2, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 2, 1, 2], [1, 0, 1, 0, 1, 1, 1, 1, 1, 1], 11982065584.914055]
---- Retained value to add in file: [0, 2, 0, 2, 2, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 2, 2, 2], [1, 0, 1, 0, 1, 1, 1, 1, 1, 1], 11982065584.914055]
---- Retained value to add in file: [0, 2, 0, 2, 2, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 2, 3, 2], [1, 0, 1, 0, 1, 1, 1, 1, 1, 1], 11982065584.914055]
---- Retained value to add in file: [3, 3, 3, 3, 3, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 3, 2, 0], [2, 1, 1, 1, 1, 1, 1, 1, 1, 0], 11975338847.379133]
---- Retained value to add in file: [3, 0, 3, 3, 3, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 3, 1, 3], [2, 1, 0, 1, 1, 2, 1, 1, 1, 1], 11974664165.651411]
+--- Raw result : [[2, 2, 2, 2, 0, 2, 3, 3], [1, 1, 1, 1, 1, 0, 1, 3, 3], 15198508069.784504]
+--- Retained value to add in file: [3, 0, 3, 3, 3, 3, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 3, 3, 1, 1], [2, 1, 0, 1, 1, 1, 1, 1, 1], 15183655191.376713]
 --- Retained value to add in file: [3, 0, 3, 3, 3, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 3, 2, 3], [2, 1, 0, 1, 1, 2, 1, 1, 1, 1], 11974664165.651411]
+--- Raw result : [[3, 0, 3, 3, 3, 3, 2, 3], [2, 1, 0, 1, 1, 1, 1, 2, 3], 15180342629.942783]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 3, 3, 1], [2, 1, 1, 1, 1, 1, 1, 3, 1], 15179786538.46783]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 3, 2, 1], [2, 1, 0, 1, 0, 1, 1, 2, 1], 15179364203.210503]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 3, 2, 0], [2, 1, 1, 1, 0, 1, 1, 2, 0], 15176751163.877754]
+--- Retained value to add in file: [2, 2, 2, 2, 2, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 2, 2, 1, 0], [1, 1, 1, 1, 1, 1, 1, 1, 0], 15167921373.27781]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 3, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 3, 1, 1], [2, 1, 1, 1, 0, 1, 1, 1, 1], 15161689000.128944]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 2, 1, 2], [1, 1, 1, 1, 1, 0, 1, 1, 2], 15153400568.396238]
 --- Retained value to add in file: [3, 0, 3, 3, 3, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 3, 3, 3], [2, 1, 0, 1, 1, 2, 1, 1, 1, 1], 11974664165.651411]
---- Retained value to add in file: [1, 0, 1, 1, 1, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 1, 1, 2], [0, 1, 0, 1, 1, 1, 1, 1, 1, 1], 11970436560.606945]
---- Retained value to add in file: [1, 0, 1, 1, 1, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 1, 2, 2], [0, 1, 0, 1, 1, 1, 1, 1, 1, 1], 11970436560.606945]
---- Retained value to add in file: [1, 0, 1, 1, 1, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 1, 3, 2], [0, 1, 0, 1, 1, 1, 1, 1, 1, 1], 11970436560.606945]
---- Retained value to add in file: [0, 1, 1, 1, 1, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 1, 1, 2], [0, 0, 1, 1, 1, 1, 1, 1, 1, 1], 11960365888.500156]
---- Retained value to add in file: [0, 1, 1, 1, 1, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 1, 2, 2], [0, 0, 1, 1, 1, 1, 1, 1, 1, 1], 11960365888.500156]
---- Retained value to add in file: [0, 1, 1, 1, 1, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 1, 3, 2], [0, 0, 1, 1, 1, 1, 1, 1, 1, 1], 11960365888.500156]
---- Retained value to add in file: [3, 3, 3, 3, 0, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 3, 1, 2], [2, 1, 1, 1, 1, 1, 0, 1, 1, 1], 11949057838.54208]
---- Retained value to add in file: [3, 3, 3, 3, 0, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 3, 2, 2], [2, 1, 1, 1, 1, 1, 0, 1, 1, 1], 11949057838.54208]
+--- Raw result : [[3, 0, 3, 3, 3, 3, 3, 3], [2, 1, 0, 1, 1, 1, 1, 3, 3], 15128540048.47228]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 2, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 0, 2, 2, 2], [1, 1, 0, 1, 1, 0, 1, 2, 2], 15112640367.181364]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 2, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 2, 2, 2], [1, 1, 1, 1, 0, 0, 1, 2, 2], 15096591285.92898]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 3, 2, 1], [2, 1, 0, 0, 1, 1, 1, 2, 1], 15093535758.495567]
+--- Retained value to add in file: [3, 0, 3, 3, 0, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 0, 3, 2, 1], [2, 1, 0, 1, 1, 0, 1, 2, 1], 15092833419.40435]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 3, 2, 1], [2, 1, 1, 1, 0, 0, 1, 2, 1], 15092499963.085157]
+--- Retained value to add in file: [0, 2, 0, 0, 2, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 2, 2, 2, 1], [1, 0, 1, 0, 0, 1, 1, 2, 1], 15084267622.855421]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 2, 3, 1], [1, 1, 1, 1, 0, 1, 1, 3, 1], 15082170536.403957]
+--- Retained value to add in file: [3, 0, 3, 3, 3, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 3, 3, 1, 2], [2, 1, 0, 1, 1, 1, 1, 1, 2], 15067169301.840816]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 2, 3, 2], [1, 1, 1, 1, 1, 0, 1, 3, 2], 15036115182.141613]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 3, 2, 2], [2, 1, 0, 0, 1, 1, 1, 2, 2], 15030459005.426617]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 3, 2, 1], [2, 0, 1, 0, 1, 1, 1, 2, 1], 15021635599.220625]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 2, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 2, 2, 2], [1, 1, 0, 1, 0, 1, 1, 2, 2], 15021568444.259031]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 1, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 1, 2, 2], [0, 1, 1, 1, 1, 1, 1, 2, 2], 15011534939.740673]
+--- Retained value to add in file: [2, 2, 0, 0, 2, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 2, 2, 2, 0], [1, 1, 1, 0, 0, 1, 1, 2, 0], 15004413584.587486]
+--- Retained value to add in file: [3, 0, 3, 3, 0, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 0, 3, 2, 2], [2, 1, 0, 1, 1, 0, 1, 2, 2], 15003307307.264217]
+--- Retained value to add in file: [3, 0, 3, 3, 3, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 3, 3, 2, 0], [2, 1, 0, 1, 1, 1, 1, 2, 0], 15001342153.496815]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 2, 3, 2], [1, 1, 1, 1, 0, 1, 1, 3, 2], 14998531393.609463]
+--- Retained value to add in file: [0, 2, 2, 2, 0, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 0, 2, 1, 1], [1, 0, 1, 1, 1, 0, 1, 1, 1], 14992954751.028221]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 2, 3, 1], [1, 0, 1, 1, 1, 1, 1, 3, 1], 14985054612.183666]
+--- Retained value to add in file: [3, 3, 0, 0, 3, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 3, 3, 2, 2], [2, 1, 1, 0, 0, 1, 1, 2, 2], 14981365323.913673]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 3, 3, 0], [2, 1, 1, 1, 1, 1, 1, 3, 0], 14971415257.36395]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 3, 2, 1], [2, 0, 1, 1, 0, 1, 1, 2, 1], 14966770761.590635]
+--- Retained value to add in file: [2, 2, 0, 0, 2, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 2, 2, 1, 1], [1, 1, 1, 0, 0, 1, 1, 1, 1], 14963840903.247444]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 2, 3, 0], [1, 1, 1, 1, 0, 1, 1, 3, 0], 14958924686.88803]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 3, 2, 2], [2, 1, 0, 1, 0, 1, 1, 2, 2], 14958548041.532162]
+--- Retained value to add in file: [3, 0, 3, 3, 3, 3, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 3, 3, 3, 2], [2, 1, 0, 1, 1, 1, 1, 3, 2], 14954078864.150795]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 2, 1, 2], [1, 0, 0, 1, 1, 1, 1, 1, 2], 14952478686.450726]
+--- Retained value to add in file: [2, 0, 0, 0, 2, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 2, 2, 2, 1], [1, 1, 0, 0, 0, 1, 1, 2, 1], 14952123010.916954]
 --- Retained value to add in file: [3, 3, 3, 3, 0, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 3, 3, 2], [2, 1, 1, 1, 1, 1, 0, 1, 1, 1], 11949057838.54208]
---- Retained value to add in file: [3, 3, 0, 3, 3, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 3, 1, 3], [2, 1, 1, 0, 1, 2, 1, 1, 1, 1], 11932209628.92711]
+--- Raw result : [[3, 3, 3, 3, 0, 3, 3, 2], [2, 1, 1, 1, 1, 0, 1, 3, 2], 14942139572.611637]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 2, 1, 1], [1, 0, 1, 1, 0, 1, 1, 1, 1], 14941147336.346626]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 2, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 2, 2, 2], [1, 1, 1, 0, 1, 0, 1, 2, 2], 14925508727.50709]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 3, 2, 1], [2, 0, 0, 1, 1, 1, 1, 2, 1], 14923667344.801872]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 3, 2, 2], [2, 0, 1, 0, 1, 1, 1, 2, 2], 14923626639.345573]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 2, 1, 1], [1, 1, 1, 1, 0, 0, 1, 1, 1], 14922759645.462608]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 1, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 1, 2, 1], [0, 1, 1, 1, 0, 1, 1, 2, 1], 14920558150.80235]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 3, 2, 0], [2, 1, 1, 0, 1, 1, 1, 2, 0], 14920346968.257607]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 2, 1, 1], [1, 0, 0, 1, 1, 1, 1, 1, 1], 14917946039.293827]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 2, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 2, 3, 3], [1, 1, 1, 1, 0, 1, 1, 3, 3], 14915120934.950672]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 3, 2, 2], [2, 0, 0, 1, 1, 1, 1, 2, 2], 14910630205.057247]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 2, 2, 3], [1, 1, 1, 1, 0, 1, 1, 2, 3], 14903529296.606327]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 2, 3, 0], [1, 0, 1, 1, 1, 1, 1, 3, 0], 14899357637.122465]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 3, 3, 1], [2, 1, 1, 1, 0, 1, 1, 3, 1], 14897929029.81602]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 2, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 2, 0, 2], [1, 0, 1, 1, 1, 1, 1, 0, 2], 14893821916.75761]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 3, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 3, 2, 3], [2, 1, 1, 1, 1, 0, 1, 2, 3], 14886980264.571388]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 3, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 3, 2, 3], [2, 1, 1, 1, 0, 1, 1, 2, 3], 14886281050.58068]
+--- Retained value to add in file: [2, 0, 2, 2, 2, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 2, 2, 2, 3], [1, 1, 0, 1, 1, 1, 1, 2, 3], 14882027454.002483]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 3, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 3, 1, 1], [2, 1, 1, 0, 1, 1, 1, 1, 1], 14872983953.2443]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 3, 2, 1], [2, 1, 1, 0, 1, 0, 1, 2, 1], 14870035550.342878]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 2, 3, 1], [1, 1, 1, 0, 1, 1, 1, 3, 1], 14869961873.71342]
+--- Retained value to add in file: [0, 2, 0, 0, 2, 2, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 2, 2, 2, 2], [1, 0, 1, 0, 0, 1, 1, 2, 2], 14866310716.751595]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 3, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 3, 3, 2], [2, 1, 1, 1, 0, 1, 1, 3, 2], 14863240420.141712]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 3, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 3, 3, 3], [2, 1, 1, 1, 0, 1, 1, 3, 3], 14862679010.99105]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 3, 3, 1], [2, 0, 1, 1, 1, 1, 1, 3, 1], 14859604072.73614]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 2, 3, 1], [1, 1, 1, 1, 1, 0, 1, 3, 1], 14857948248.278835]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 3, 2, 1], [2, 1, 0, 0, 0, 1, 1, 2, 1], 14855445584.895092]
 --- Retained value to add in file: [3, 3, 0, 3, 3, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 3, 2, 3], [2, 1, 1, 0, 1, 2, 1, 1, 1, 1], 11932209628.92711]
+--- Raw result : [[3, 3, 0, 3, 3, 3, 2, 3], [2, 1, 1, 0, 1, 1, 1, 2, 3], 14854323485.780006]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 1, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 1, 2, 1], [0, 0, 1, 1, 1, 1, 1, 2, 1], 14853112161.10194]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 2, 2, 3], [1, 1, 1, 1, 1, 0, 1, 2, 3], 14848949090.447788]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 1, 1, 1], [0, 1, 1, 1, 1, 1, 1, 1, 1], 14840203099.728924]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 2, 1, 1], [1, 1, 1, 0, 1, 0, 1, 1, 1], 14839457058.97396]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 3, 2, 1], [2, 0, 1, 1, 1, 0, 1, 2, 1], 14836348463.866636]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 3, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 3, 3, 2], [2, 0, 1, 1, 1, 1, 1, 3, 2], 14835473342.266315]
 --- Retained value to add in file: [3, 3, 0, 3, 3, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 3, 3, 3], [2, 1, 1, 0, 1, 2, 1, 1, 1, 1], 11932209628.92711]
---- Retained value to add in file: [2, 2, 2, 2, 2, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 0, 1, 3], [1, 1, 1, 1, 1, 2, 1, 0, 1, 1], 11881280734.725368]
---- Retained value to add in file: [2, 2, 2, 2, 2, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 0, 2, 3], [1, 1, 1, 1, 1, 2, 1, 0, 1, 1], 11881280734.725368]
---- Retained value to add in file: [2, 2, 2, 2, 2, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 0, 3, 3], [1, 1, 1, 1, 1, 2, 1, 0, 1, 1], 11881280734.725368]
---- Retained value to add in file: [0, 3, 3, 3, 3, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 3, 1, 3], [2, 0, 1, 1, 1, 2, 1, 1, 1, 1], 11861308456.016073]
---- Retained value to add in file: [0, 3, 3, 3, 3, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 3, 2, 3], [2, 0, 1, 1, 1, 2, 1, 1, 1, 1], 11861308456.016073]
+--- Raw result : [[3, 3, 0, 3, 3, 3, 3, 3], [2, 1, 1, 0, 1, 1, 1, 3, 3], 14830743118.868172]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 3, 2, 2], [2, 1, 1, 1, 0, 0, 1, 2, 2], 14827035301.208931]
+--- Retained value to add in file: [3, 3, 0, 0, 3, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 3, 3, 2, 0], [2, 1, 1, 0, 0, 1, 1, 2, 0], 14826815091.00137]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 3, 2, 0], [2, 1, 1, 1, 1, 0, 1, 2, 0], 14826329338.41285]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 2, 2, 3], [1, 1, 1, 0, 1, 1, 1, 2, 3], 14826033388.089024]
+--- Retained value to add in file: [2, 2, 2, 2, 2, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 2, 0, 2, 1], [1, 1, 1, 1, 1, 1, 0, 2, 1], 14825943403.23153]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 2, 3, 0], [1, 1, 1, 0, 1, 1, 1, 3, 0], 14819552706.613142]
 --- Retained value to add in file: [0, 3, 3, 3, 3, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 3, 3, 3], [2, 0, 1, 1, 1, 2, 1, 1, 1, 1], 11861308456.016073]
---- Retained value to add in file: [0, 0, 2, 2, 2, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 2, 1, 2], [1, 0, 0, 1, 1, 1, 1, 1, 1, 1], 11853777576.083496]
---- Retained value to add in file: [0, 0, 2, 2, 2, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 2, 2, 2], [1, 0, 0, 1, 1, 1, 1, 1, 1, 1], 11853777576.083496]
---- Retained value to add in file: [0, 0, 2, 2, 2, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 2, 3, 2], [1, 0, 0, 1, 1, 1, 1, 1, 1, 1], 11853777576.083496]
---- Retained value to add in file: [2, 2, 2, 2, 2, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 2, 3, 0], [1, 1, 1, 1, 1, 2, 1, 1, 1, 0], 11837703275.405302]
---- Retained value to add in file: [0, 2, 2, 2, 2, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 2, 0, 2], [1, 0, 1, 1, 1, 1, 1, 1, 0, 1], 11823927378.492905]
---- Retained value to add in file: [2, 2, 2, 2, 2, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 2, 1, 0], [1, 1, 1, 1, 1, 0, 1, 1, 1, 0], 11778648920.983986]
---- Retained value to add in file: [2, 0, 2, 2, 2, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 2, 0, 2], [1, 1, 0, 1, 1, 1, 1, 1, 0, 1], 11772771776.144848]
---- Retained value to add in file: [2, 0, 0, 2, 2, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 2, 1, 3], [1, 1, 0, 0, 1, 2, 1, 1, 1, 1], 11767762562.016584]
---- Retained value to add in file: [2, 0, 0, 2, 2, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 2, 2, 3], [1, 1, 0, 0, 1, 2, 1, 1, 1, 1], 11767762562.016584]
---- Retained value to add in file: [2, 0, 0, 2, 2, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 2, 3, 3], [1, 1, 0, 0, 1, 2, 1, 1, 1, 1], 11767762562.016584]
---- Retained value to add in file: [1, 1, 0, 1, 1, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 1, 1, 3], [0, 1, 1, 0, 1, 2, 1, 1, 1, 1], 11756645384.026188]
---- Retained value to add in file: [1, 1, 0, 1, 1, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 1, 2, 3], [0, 1, 1, 0, 1, 2, 1, 1, 1, 1], 11756645384.026188]
---- Retained value to add in file: [1, 1, 0, 1, 1, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 1, 3, 3], [0, 1, 1, 0, 1, 2, 1, 1, 1, 1], 11756645384.026188]
---- Retained value to add in file: [2, 0, 0, 2, 2, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 2, 1, 1], [1, 1, 0, 0, 1, 0, 1, 1, 1, 1], 11743872734.464527]
---- Retained value to add in file: [2, 0, 0, 2, 2, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 2, 2, 1], [1, 1, 0, 0, 1, 0, 1, 1, 1, 1], 11743872734.464527]
---- Retained value to add in file: [2, 0, 0, 2, 2, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 2, 3, 1], [1, 1, 0, 0, 1, 0, 1, 1, 1, 1], 11743872734.464527]
---- Retained value to add in file: [2, 2, 2, 0, 2, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 2, 1, 2], [1, 1, 1, 1, 0, 1, 1, 1, 1, 1], 11742625133.561543]
---- Retained value to add in file: [2, 2, 2, 0, 2, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 2, 2, 2], [1, 1, 1, 1, 0, 1, 1, 1, 1, 1], 11742625133.561543]
---- Retained value to add in file: [2, 2, 2, 0, 2, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 2, 3, 2], [1, 1, 1, 1, 0, 1, 1, 1, 1, 1], 11742625133.561543]
---- Retained value to add in file: [3, 3, 3, 3, 3, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 3, 1, 0], [2, 1, 1, 1, 1, 0, 1, 1, 1, 0], 11724425252.565367]
---- Retained value to add in file: [0, 1, 1, 1, 1, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 1, 1, 3], [0, 0, 1, 1, 1, 2, 1, 1, 1, 1], 11687146000.961182]
---- Retained value to add in file: [0, 1, 1, 1, 1, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 1, 2, 3], [0, 0, 1, 1, 1, 2, 1, 1, 1, 1], 11687146000.961182]
---- Retained value to add in file: [0, 1, 1, 1, 1, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 1, 3, 3], [0, 0, 1, 1, 1, 2, 1, 1, 1, 1], 11687146000.961182]
---- Retained value to add in file: [1, 0, 1, 1, 1, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 1, 1, 3], [0, 1, 0, 1, 1, 2, 1, 1, 1, 1], 11682225254.17574]
---- Retained value to add in file: [1, 0, 1, 1, 1, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 1, 2, 3], [0, 1, 0, 1, 1, 2, 1, 1, 1, 1], 11682225254.17574]
---- Retained value to add in file: [1, 0, 1, 1, 1, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 1, 3, 3], [0, 1, 0, 1, 1, 2, 1, 1, 1, 1], 11682225254.17574]
---- Retained value to add in file: [3, 0, 3, 3, 3, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 3, 0, 2], [2, 1, 0, 1, 1, 1, 1, 1, 0, 1], 11678935779.139763]
---- Retained value to add in file: [0, 2, 0, 2, 2, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 2, 1, 3], [1, 0, 1, 0, 1, 2, 1, 1, 1, 1], 11678165153.624203]
---- Retained value to add in file: [0, 2, 0, 2, 2, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 2, 2, 3], [1, 0, 1, 0, 1, 2, 1, 1, 1, 1], 11678165153.624203]
---- Retained value to add in file: [0, 2, 0, 2, 2, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 2, 3, 3], [1, 0, 1, 0, 1, 2, 1, 1, 1, 1], 11678165153.624203]
---- Retained value to add in file: [3, 0, 0, 3, 3, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 3, 1, 2], [2, 1, 0, 0, 1, 1, 1, 1, 1, 1], 11649951168.339327]
---- Retained value to add in file: [3, 0, 0, 3, 3, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 3, 2, 2], [2, 1, 0, 0, 1, 1, 1, 1, 1, 1], 11649951168.339327]
---- Retained value to add in file: [3, 0, 0, 3, 3, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 3, 3, 2], [2, 1, 0, 0, 1, 1, 1, 1, 1, 1], 11649951168.339327]
---- Retained value to add in file: [0, 3, 3, 3, 3, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 3, 0, 2], [2, 0, 1, 1, 1, 1, 1, 1, 0, 1], 11648173956.817362]
---- Retained value to add in file: [2, 2, 2, 2, 0, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 2, 1, 1], [1, 1, 1, 1, 1, 0, 0, 1, 1, 1], 11634577053.000793]
---- Retained value to add in file: [2, 2, 2, 2, 0, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 2, 2, 1], [1, 1, 1, 1, 1, 0, 0, 1, 1, 1], 11634577053.000793]
---- Retained value to add in file: [2, 2, 2, 2, 0, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 2, 3, 1], [1, 1, 1, 1, 1, 0, 0, 1, 1, 1], 11634577053.000793]
---- Retained value to add in file: [0, 2, 2, 2, 2, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 0, 1, 2], [1, 0, 1, 1, 1, 1, 1, 0, 1, 1], 11613197816.223463]
---- Retained value to add in file: [0, 2, 2, 2, 2, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 0, 2, 2], [1, 0, 1, 1, 1, 1, 1, 0, 1, 1], 11613197816.223463]
---- Retained value to add in file: [0, 2, 2, 2, 2, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 0, 3, 2], [1, 0, 1, 1, 1, 1, 1, 0, 1, 1], 11613197816.223463]
---- Retained value to add in file: [3, 3, 3, 3, 0, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 3, 1, 3], [2, 1, 1, 1, 1, 2, 0, 1, 1, 1], 11609125376.228262]
---- Retained value to add in file: [3, 3, 3, 3, 0, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 3, 2, 3], [2, 1, 1, 1, 1, 2, 0, 1, 1, 1], 11609125376.228262]
---- Retained value to add in file: [3, 3, 3, 3, 0, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 3, 3, 3], [2, 1, 1, 1, 1, 2, 0, 1, 1, 1], 11609125376.228262]
---- Retained value to add in file: [2, 2, 0, 2, 2, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 2, 0, 2], [1, 1, 1, 0, 1, 1, 1, 1, 0, 1], 11603380160.862371]
---- Retained value to add in file: [0, 2, 0, 2, 2, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 2, 1, 1], [1, 0, 1, 0, 1, 0, 1, 1, 1, 1], 11602111714.860744]
---- Retained value to add in file: [0, 2, 0, 2, 2, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 2, 2, 1], [1, 0, 1, 0, 1, 0, 1, 1, 1, 1], 11602111714.860744]
---- Retained value to add in file: [0, 2, 0, 2, 2, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 2, 3, 1], [1, 0, 1, 0, 1, 0, 1, 1, 1, 1], 11602111714.860744]
---- Retained value to add in file: [3, 3, 3, 3, 3, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 0, 1, 3], [2, 1, 1, 1, 1, 2, 1, 0, 1, 1], 11592423449.39334]
---- Retained value to add in file: [3, 3, 3, 3, 3, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 0, 2, 3], [2, 1, 1, 1, 1, 2, 1, 0, 1, 1], 11592423449.39334]
---- Retained value to add in file: [3, 3, 3, 3, 3, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 0, 3, 3], [2, 1, 1, 1, 1, 2, 1, 0, 1, 1], 11592423449.39334]
---- Retained value to add in file: [1, 0, 1, 1, 1, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 1, 1, 1], [0, 1, 0, 1, 1, 0, 1, 1, 1, 1], 11565153625.239925]
+--- Raw result : [[0, 3, 3, 3, 3, 3, 3, 3], [2, 0, 1, 1, 1, 1, 1, 3, 3], 14812586700.978073]
+--- Retained value to add in file: [2, 0, 2, 2, 2, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 2, 2, 3, 1], [1, 1, 0, 1, 1, 1, 1, 3, 1], 14802053223.459667]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 3, 1, 2], [2, 1, 1, 1, 0, 1, 1, 1, 2], 14799948854.803509]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 2, 2, 1], [1, 1, 1, 0, 0, 0, 1, 2, 1], 14799638052.80139]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 2, 1, 2], [1, 0, 1, 0, 1, 1, 1, 1, 2], 14793043571.805218]
+--- Retained value to add in file: [0, 2, 0, 2, 0, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 0, 2, 2, 1], [1, 0, 1, 0, 1, 0, 1, 2, 1], 14790261325.720121]
+--- Retained value to add in file: [3, 0, 3, 3, 3, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 3, 3, 3, 1], [2, 1, 0, 1, 1, 1, 1, 3, 1], 14785755374.413832]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 3, 2, 0], [2, 0, 1, 1, 1, 1, 1, 2, 0], 14783899504.89309]
+--- Retained value to add in file: [2, 0, 2, 2, 2, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 2, 2, 3, 2], [1, 1, 0, 1, 1, 1, 1, 3, 2], 14776565456.20579]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 3, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 3, 1, 1], [2, 0, 1, 1, 1, 1, 1, 1, 1], 14775541705.203651]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 3, 3, 0], [2, 1, 1, 1, 0, 1, 1, 3, 0], 14768543624.3793]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 3, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 3, 3, 2], [2, 1, 1, 0, 1, 1, 1, 3, 2], 14768457943.248707]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 1, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 1, 2, 2], [0, 1, 1, 1, 0, 1, 1, 2, 2], 14764591979.779978]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 3, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 3, 2, 3], [2, 0, 1, 1, 1, 1, 1, 2, 3], 14764456667.313286]
 --- Retained value to add in file: [1, 0, 1, 1, 1, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 1, 2, 1], [0, 1, 0, 1, 1, 0, 1, 1, 1, 1], 11565153625.239925]
---- Retained value to add in file: [1, 0, 1, 1, 1, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 1, 3, 1], [0, 1, 0, 1, 1, 0, 1, 1, 1, 1], 11565153625.239925]
---- Retained value to add in file: [0, 2, 2, 2, 2, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 2, 0, 3], [1, 0, 1, 1, 1, 2, 1, 1, 0, 1], 11563340505.03569]
---- Retained value to add in file: [0, 1, 1, 1, 1, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 1, 1, 1], [0, 0, 1, 1, 1, 0, 1, 1, 1, 1], 11550189008.639412]
---- Retained value to add in file: [0, 1, 1, 1, 1, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 1, 2, 1], [0, 0, 1, 1, 1, 0, 1, 1, 1, 1], 11550189008.639412]
---- Retained value to add in file: [0, 1, 1, 1, 1, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 1, 3, 1], [0, 0, 1, 1, 1, 0, 1, 1, 1, 1], 11550189008.639412]
---- Retained value to add in file: [0, 0, 2, 2, 2, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 2, 1, 1], [1, 0, 0, 1, 1, 0, 1, 1, 1, 1], 11548973482.789978]
---- Retained value to add in file: [0, 0, 2, 2, 2, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 2, 2, 1], [1, 0, 0, 1, 1, 0, 1, 1, 1, 1], 11548973482.789978]
---- Retained value to add in file: [0, 0, 2, 2, 2, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 2, 3, 1], [1, 0, 0, 1, 1, 0, 1, 1, 1, 1], 11548973482.789978]
---- Retained value to add in file: [2, 0, 2, 2, 0, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 2, 1, 2], [1, 1, 0, 1, 1, 1, 0, 1, 1, 1], 11544514658.517773]
---- Retained value to add in file: [2, 0, 2, 2, 0, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 2, 2, 2], [1, 1, 0, 1, 1, 1, 0, 1, 1, 1], 11544514658.517773]
---- Retained value to add in file: [2, 0, 2, 2, 0, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 2, 3, 2], [1, 1, 0, 1, 1, 1, 0, 1, 1, 1], 11544514658.517773]
---- Retained value to add in file: [1, 1, 0, 1, 1, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 1, 1, 1], [0, 1, 1, 0, 1, 0, 1, 1, 1, 1], 11543990778.350445]
---- Retained value to add in file: [1, 1, 0, 1, 1, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 1, 2, 1], [0, 1, 1, 0, 1, 0, 1, 1, 1, 1], 11543990778.350445]
---- Retained value to add in file: [1, 1, 0, 1, 1, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 1, 3, 1], [0, 1, 1, 0, 1, 0, 1, 1, 1, 1], 11543990778.350445]
---- Retained value to add in file: [3, 3, 3, 3, 0, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 3, 1, 1], [2, 1, 1, 1, 1, 0, 0, 1, 1, 1], 11535873898.853025]
---- Retained value to add in file: [3, 3, 3, 3, 0, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 3, 2, 1], [2, 1, 1, 1, 1, 0, 0, 1, 1, 1], 11535873898.853025]
---- Retained value to add in file: [3, 3, 3, 3, 0, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 3, 3, 1], [2, 1, 1, 1, 1, 0, 0, 1, 1, 1], 11535873898.853025]
---- Retained value to add in file: [2, 0, 2, 2, 2, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 0, 1, 2], [1, 1, 0, 1, 1, 1, 1, 0, 1, 1], 11527740137.425514]
+--- Raw result : [[1, 0, 1, 1, 1, 1, 2, 1], [0, 1, 0, 1, 1, 1, 1, 2, 1], 14764397237.09515]
+--- Retained value to add in file: [0, 0, 0, 2, 2, 2, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 2, 2, 2, 2], [1, 0, 0, 0, 1, 1, 1, 2, 2], 14763110766.197536]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 2, 1, 2], [1, 0, 1, 1, 0, 1, 1, 1, 2], 14762903228.613735]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 2, 2, 1], [1, 0, 1, 1, 0, 0, 1, 2, 1], 14758869178.561964]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 3, 1, 2], [2, 1, 1, 1, 1, 0, 1, 1, 2], 14758857207.187878]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 2, 2, 1], [1, 0, 0, 1, 1, 0, 1, 2, 1], 14752997343.277138]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 3, 0, 1], [2, 1, 1, 1, 1, 1, 1, 0, 1], 14752500334.516792]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 2, 3, 2], [1, 1, 1, 0, 1, 1, 1, 3, 2], 14747250025.498623]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 3, 2, 2], [2, 0, 1, 1, 0, 1, 1, 2, 2], 14746785344.582802]
+--- Retained value to add in file: [0, 0, 0, 2, 2, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 2, 2, 2, 1], [1, 0, 0, 0, 1, 1, 1, 2, 1], 14745292901.860497]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 3, 3, 1], [2, 1, 1, 0, 1, 1, 1, 3, 1], 14745065469.698572]
+--- Retained value to add in file: [2, 0, 2, 2, 2, 2, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 2, 2, 3, 3], [1, 1, 0, 1, 1, 1, 1, 3, 3], 14740793476.741127]
+--- Retained value to add in file: [0, 0, 2, 0, 2, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 2, 2, 2, 1], [1, 0, 0, 1, 0, 1, 1, 2, 1], 14738491429.56237]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 2, 3, 2], [1, 0, 1, 1, 1, 1, 1, 3, 2], 14738185478.865093]
+--- Retained value to add in file: [2, 0, 0, 0, 2, 2, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 2, 2, 2, 2], [1, 1, 0, 0, 0, 1, 1, 2, 2], 14736464412.904842]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 2, 1, 1], [1, 0, 1, 0, 1, 1, 1, 1, 1], 14728187286.382027]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 3, 2, 2], [2, 0, 1, 1, 1, 0, 1, 2, 2], 14726639975.79174]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 2, 2, 0], [1, 0, 1, 1, 0, 1, 1, 2, 0], 14708680328.8807]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 3, 1, 2], [2, 1, 1, 0, 1, 1, 1, 1, 2], 14703623152.549465]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 2, 2, 3], [1, 0, 1, 1, 1, 1, 1, 2, 3], 14703393667.31261]
+--- Retained value to add in file: [3, 0, 3, 3, 0, 3, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 0, 3, 3, 3], [2, 1, 0, 1, 1, 0, 1, 3, 3], 14697642985.33958]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 3, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 3, 1, 1], [2, 1, 1, 1, 0, 0, 1, 1, 1], 14696456344.685863]
+--- Retained value to add in file: [2, 2, 2, 2, 2, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 2, 0, 2, 2], [1, 1, 1, 1, 1, 1, 0, 2, 2], 14691002600.285442]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 2, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 2, 3, 3], [1, 1, 1, 0, 1, 1, 1, 3, 3], 14680395315.037891]
+--- Retained value to add in file: [0, 2, 2, 2, 0, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 0, 2, 1, 2], [1, 0, 1, 1, 1, 0, 1, 1, 2], 14679288928.136623]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 2, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 2, 2, 2], [1, 0, 0, 1, 1, 0, 1, 2, 2], 14678997181.06129]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 3, 0, 2], [2, 1, 1, 1, 1, 1, 1, 0, 2], 14669626916.417217]
+--- Retained value to add in file: [0, 3, 0, 0, 3, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 3, 3, 2, 1], [2, 0, 1, 0, 0, 1, 1, 2, 1], 14668901254.787197]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 1, 1, 2], [0, 1, 1, 1, 1, 1, 1, 1, 2], 14668442805.664381]
 --- Retained value to add in file: [2, 0, 2, 2, 2, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 0, 2, 2], [1, 1, 0, 1, 1, 1, 1, 0, 1, 1], 11527740137.425514]
---- Retained value to add in file: [2, 0, 2, 2, 2, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 0, 3, 2], [1, 1, 0, 1, 1, 1, 1, 0, 1, 1], 11527740137.425514]
---- Retained value to add in file: [3, 3, 3, 3, 3, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 3, 3, 0], [2, 1, 1, 1, 1, 2, 1, 1, 1, 0], 11525636517.432905]
---- Retained value to add in file: [2, 2, 2, 0, 2, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 2, 1, 1], [1, 1, 1, 1, 0, 0, 1, 1, 1, 1], 11511425183.990232]
---- Retained value to add in file: [2, 2, 2, 0, 2, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 2, 2, 1], [1, 1, 1, 1, 0, 0, 1, 1, 1, 1], 11511425183.990232]
---- Retained value to add in file: [2, 2, 2, 0, 2, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 2, 3, 1], [1, 1, 1, 1, 0, 0, 1, 1, 1, 1], 11511425183.990232]
---- Retained value to add in file: [2, 0, 2, 2, 2, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 2, 0, 3], [1, 1, 0, 1, 1, 2, 1, 1, 0, 1], 11493822620.449335]
---- Retained value to add in file: [0, 0, 2, 2, 2, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 2, 1, 3], [1, 0, 0, 1, 1, 2, 1, 1, 1, 1], 11492596519.250206]
---- Retained value to add in file: [0, 0, 2, 2, 2, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 2, 2, 3], [1, 0, 0, 1, 1, 2, 1, 1, 1, 1], 11492596519.250206]
---- Retained value to add in file: [0, 0, 2, 2, 2, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 2, 3, 3], [1, 0, 0, 1, 1, 2, 1, 1, 1, 1], 11492596519.250206]
---- Retained value to add in file: [3, 3, 0, 3, 3, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 3, 0, 2], [2, 1, 1, 0, 1, 1, 1, 1, 0, 1], 11431620723.22066]
---- Retained value to add in file: [0, 3, 0, 3, 3, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 3, 1, 2], [2, 0, 1, 0, 1, 1, 1, 1, 1, 1], 11426098382.132475]
---- Retained value to add in file: [0, 3, 0, 3, 3, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 3, 2, 2], [2, 0, 1, 0, 1, 1, 1, 1, 1, 1], 11426098382.132475]
+--- Raw result : [[2, 0, 2, 2, 2, 0, 2, 2], [1, 1, 0, 1, 1, 1, 0, 2, 2], 14664339473.283094]
+--- Retained value to add in file: [2, 2, 0, 0, 2, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 2, 2, 1, 2], [1, 1, 1, 0, 0, 1, 1, 1, 2], 14661568115.244137]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 3, 1, 2], [2, 0, 1, 1, 1, 1, 1, 1, 2], 14657765832.572704]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 1, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 1, 2, 1], [0, 1, 1, 1, 1, 0, 1, 2, 1], 14654603135.563]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 2, 1, 2], [1, 1, 0, 0, 1, 1, 1, 1, 2], 14653883656.955639]
+--- Retained value to add in file: [0, 2, 0, 2, 0, 2, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 0, 2, 2, 2], [1, 0, 1, 0, 1, 0, 1, 2, 2], 14650651062.738548]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 2, 0, 1], [1, 1, 1, 1, 1, 0, 1, 0, 1], 14649088882.339348]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 2, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 2, 3, 3], [1, 1, 1, 1, 0, 0, 1, 3, 3], 14648102837.105385]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 3, 3, 1], [2, 1, 1, 1, 1, 0, 1, 3, 1], 14645785104.674189]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 3, 3, 0], [2, 0, 1, 1, 1, 1, 1, 3, 0], 14639404301.77087]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 2, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 2, 2, 2], [1, 0, 1, 1, 0, 0, 1, 2, 2], 14638288408.134682]
+--- Retained value to add in file: [0, 0, 2, 0, 2, 2, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 2, 2, 2, 2], [1, 0, 0, 1, 0, 1, 1, 2, 2], 14633858009.507717]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 2, 2, 0], [1, 0, 1, 0, 1, 1, 1, 2, 0], 14632365808.019188]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 3, 2, 2], [2, 1, 0, 0, 0, 1, 1, 2, 2], 14625998100.80195]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 3, 2, 2], [2, 1, 1, 0, 1, 0, 1, 2, 2], 14624222277.596703]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 3, 2, 1], [2, 1, 1, 0, 0, 0, 1, 2, 1], 14621493666.186596]
+--- Retained value to add in file: [2, 0, 2, 2, 2, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 2, 2, 3, 0], [1, 1, 0, 1, 1, 1, 1, 3, 0], 14604935002.592186]
+--- Retained value to add in file: [0, 2, 2, 2, 0, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 0, 2, 3, 2], [1, 0, 1, 1, 1, 0, 1, 3, 2], 14603236733.931889]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 2, 3, 1], [1, 0, 1, 1, 0, 1, 1, 3, 1], 14601032729.915415]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 0, 2, 1, 1], [1, 1, 0, 1, 1, 0, 1, 1, 1], 14592737341.062626]
+--- Retained value to add in file: [3, 3, 0, 0, 3, 3, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 3, 3, 1, 1], [2, 1, 1, 0, 0, 1, 1, 1, 1], 14590715781.863476]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 0, 2, 2], [0, 1, 0, 1, 1, 1, 0, 2, 2], 14587619029.272701]
+--- Retained value to add in file: [2, 2, 2, 2, 2, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 2, 2, 1, 3], [1, 1, 1, 1, 1, 1, 1, 1, 3], 14584903764.296474]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 3, 3, 1], [2, 0, 1, 0, 1, 1, 1, 3, 1], 14579765414.170128]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 2, 3, 2], [1, 1, 1, 1, 0, 0, 1, 3, 2], 14578351964.82394]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 2, 1, 1], [1, 1, 0, 0, 1, 1, 1, 1, 1], 14576758815.037052]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 1, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 1, 2, 2], [0, 1, 0, 1, 1, 1, 1, 2, 2], 14572509265.615995]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 2, 2, 1], [1, 1, 0, 0, 1, 0, 1, 2, 1], 14569113307.69004]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 3, 3, 0], [2, 1, 1, 0, 1, 1, 1, 3, 0], 14568814644.913174]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 2, 2, 1], [1, 1, 0, 1, 0, 0, 1, 2, 1], 14564725394.50512]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 1, 2, 0], [0, 1, 1, 1, 1, 1, 1, 2, 0], 14563332999.043789]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 0, 2, 1], [0, 1, 1, 1, 1, 1, 0, 2, 1], 14563260424.534756]
+--- Retained value to add in file: [3, 3, 0, 0, 3, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 3, 3, 3, 1], [2, 1, 1, 0, 0, 1, 1, 3, 1], 14562470133.720497]
+--- Retained value to add in file: [0, 2, 2, 2, 0, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 0, 2, 3, 1], [1, 0, 1, 1, 1, 0, 1, 3, 1], 14554218012.156458]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 1, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 1, 2, 2], [0, 1, 1, 1, 1, 0, 1, 2, 2], 14548641102.844324]
+--- Retained value to add in file: [2, 2, 0, 0, 2, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 2, 2, 3, 1], [1, 1, 1, 0, 0, 1, 1, 3, 1], 14541693458.331125]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 3, 1, 0], [2, 1, 1, 1, 1, 1, 1, 1, 0], 14541216172.019169]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 0, 2, 2], [0, 0, 0, 1, 1, 1, 0, 2, 2], 14539167511.670282]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 3, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 3, 3, 3], [2, 0, 1, 1, 1, 0, 1, 3, 3], 14533893806.353132]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 2, 2, 0], [1, 1, 1, 1, 0, 0, 1, 2, 0], 14531662842.456902]
+--- Retained value to add in file: [0, 2, 2, 2, 0, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 0, 2, 2, 0], [1, 0, 1, 1, 1, 0, 1, 2, 0], 14529488652.592125]
 --- Retained value to add in file: [0, 3, 0, 3, 3, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 3, 3, 2], [2, 0, 1, 0, 1, 1, 1, 1, 1, 1], 11426098382.132475]
---- Retained value to add in file: [0, 2, 2, 2, 2, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 0, 1, 1], [1, 0, 1, 1, 1, 0, 1, 0, 1, 1], 11422534684.940193]
---- Retained value to add in file: [0, 2, 2, 2, 2, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 0, 2, 1], [1, 0, 1, 1, 1, 0, 1, 0, 1, 1], 11422534684.940193]
---- Retained value to add in file: [0, 2, 2, 2, 2, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 0, 3, 1], [1, 0, 1, 1, 1, 0, 1, 0, 1, 1], 11422534684.940193]
---- Retained value to add in file: [3, 3, 3, 3, 3, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 0, 0, 2], [2, 1, 1, 1, 1, 1, 1, 0, 0, 1], 11415378621.88913]
---- Retained value to add in file: [3, 0, 3, 3, 3, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 3, 0, 1], [2, 1, 0, 1, 1, 0, 1, 1, 0, 1], 11415355092.837627]
---- Retained value to add in file: [0, 2, 2, 2, 2, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 2, 0, 1], [1, 0, 1, 1, 1, 0, 1, 1, 0, 1], 11411541347.31837]
---- Retained value to add in file: [1, 1, 1, 1, 1, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 1, 0, 2], [0, 1, 1, 1, 1, 1, 1, 1, 0, 1], 11411031679.05841]
---- Retained value to add in file: [2, 2, 0, 2, 2, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 2, 0, 3], [1, 1, 1, 0, 1, 2, 1, 1, 0, 1], 11406195936.793537]
---- Retained value to add in file: [0, 2, 2, 2, 2, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 2, 2, 0], [1, 0, 1, 1, 1, 1, 1, 1, 1, 0], 11396802148.521477]
---- Retained value to add in file: [2, 2, 0, 2, 0, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 2, 1, 2], [1, 1, 1, 0, 1, 1, 0, 1, 1, 1], 11385155145.38682]
---- Retained value to add in file: [2, 2, 0, 2, 0, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 2, 2, 2], [1, 1, 1, 0, 1, 1, 0, 1, 1, 1], 11385155145.38682]
---- Retained value to add in file: [2, 2, 0, 2, 0, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 2, 3, 2], [1, 1, 1, 0, 1, 1, 0, 1, 1, 1], 11385155145.38682]
---- Retained value to add in file: [3, 0, 0, 3, 3, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 3, 1, 1], [2, 1, 0, 0, 1, 0, 1, 1, 1, 1], 11385048955.325068]
---- Retained value to add in file: [3, 0, 0, 3, 3, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 3, 2, 1], [2, 1, 0, 0, 1, 0, 1, 1, 1, 1], 11385048955.325068]
---- Retained value to add in file: [3, 0, 0, 3, 3, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 3, 3, 1], [2, 1, 0, 0, 1, 0, 1, 1, 1, 1], 11385048955.325068]
---- Retained value to add in file: [1, 0, 0, 1, 1, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 1, 1, 2], [0, 1, 0, 0, 1, 1, 1, 1, 1, 1], 11380718588.83851]
---- Retained value to add in file: [1, 0, 0, 1, 1, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 1, 2, 2], [0, 1, 0, 0, 1, 1, 1, 1, 1, 1], 11380718588.83851]
---- Retained value to add in file: [1, 0, 0, 1, 1, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 1, 3, 2], [0, 1, 0, 0, 1, 1, 1, 1, 1, 1], 11380718588.83851]
---- Retained value to add in file: [0, 0, 3, 3, 3, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 3, 1, 2], [2, 0, 0, 1, 1, 1, 1, 1, 1, 1], 11377435058.831059]
---- Retained value to add in file: [0, 0, 3, 3, 3, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 3, 2, 2], [2, 0, 0, 1, 1, 1, 1, 1, 1, 1], 11377435058.831059]
---- Retained value to add in file: [0, 0, 3, 3, 3, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 3, 3, 2], [2, 0, 0, 1, 1, 1, 1, 1, 1, 1], 11377435058.831059]
---- Retained value to add in file: [2, 0, 2, 2, 2, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 2, 0, 1], [1, 1, 0, 1, 1, 0, 1, 1, 0, 1], 11373949484.185593]
---- Retained value to add in file: [0, 3, 3, 3, 3, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 3, 0, 1], [2, 0, 1, 1, 1, 0, 1, 1, 0, 1], 11363038885.941072]
---- Retained value to add in file: [2, 0, 2, 2, 0, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 2, 1, 3], [1, 1, 0, 1, 1, 2, 0, 1, 1, 1], 11356979344.393951]
---- Retained value to add in file: [2, 0, 2, 2, 0, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 2, 2, 3], [1, 1, 0, 1, 1, 2, 0, 1, 1, 1], 11356979344.393951]
+--- Raw result : [[0, 3, 0, 3, 3, 3, 3, 2], [2, 0, 1, 0, 1, 1, 1, 3, 2], 14528177509.115849]
 --- Retained value to add in file: [2, 0, 2, 2, 0, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 2, 3, 3], [1, 1, 0, 1, 1, 2, 0, 1, 1, 1], 11356979344.393951]
---- Retained value to add in file: [2, 2, 0, 2, 2, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 0, 1, 2], [1, 1, 1, 0, 1, 1, 1, 0, 1, 1], 11352169808.480886]
---- Retained value to add in file: [2, 2, 0, 2, 2, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 0, 2, 2], [1, 1, 1, 0, 1, 1, 1, 0, 1, 1], 11352169808.480886]
---- Retained value to add in file: [2, 2, 0, 2, 2, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 0, 3, 2], [1, 1, 1, 0, 1, 1, 1, 0, 1, 1], 11352169808.480886]
---- Retained value to add in file: [3, 0, 3, 3, 3, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 0, 1, 2], [2, 1, 0, 1, 1, 1, 1, 0, 1, 1], 11349248398.91816]
---- Retained value to add in file: [3, 0, 3, 3, 3, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 0, 2, 2], [2, 1, 0, 1, 1, 1, 1, 0, 1, 1], 11349248398.91816]
---- Retained value to add in file: [3, 0, 3, 3, 3, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 0, 3, 2], [2, 1, 0, 1, 1, 1, 1, 0, 1, 1], 11349248398.91816]
---- Retained value to add in file: [2, 0, 2, 2, 2, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 0, 1, 1], [1, 1, 0, 1, 1, 0, 1, 0, 1, 1], 11344416245.619377]
+--- Raw result : [[2, 0, 2, 2, 0, 2, 3, 3], [1, 1, 0, 1, 1, 0, 1, 3, 3], 14526964564.147627]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 2, 3, 1], [1, 0, 1, 0, 1, 1, 1, 3, 1], 14521079558.499674]
 --- Retained value to add in file: [2, 0, 2, 2, 2, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 0, 2, 1], [1, 1, 0, 1, 1, 0, 1, 0, 1, 1], 11344416245.619377]
---- Retained value to add in file: [2, 0, 2, 2, 2, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 0, 3, 1], [1, 1, 0, 1, 1, 0, 1, 0, 1, 1], 11344416245.619377]
---- Retained value to add in file: [0, 3, 3, 3, 3, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 0, 1, 2], [2, 0, 1, 1, 1, 1, 1, 0, 1, 1], 11330422291.801762]
---- Retained value to add in file: [0, 3, 3, 3, 3, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 0, 2, 2], [2, 0, 1, 1, 1, 1, 1, 0, 1, 1], 11330422291.801762]
---- Retained value to add in file: [0, 3, 3, 3, 3, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 0, 3, 2], [2, 0, 1, 1, 1, 1, 1, 0, 1, 1], 11330422291.801762]
---- Retained value to add in file: [1, 1, 1, 1, 1, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 0, 1, 2], [0, 1, 1, 1, 1, 1, 1, 0, 1, 1], 11320258710.870968]
---- Retained value to add in file: [1, 1, 1, 1, 1, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 0, 2, 2], [0, 1, 1, 1, 1, 1, 1, 0, 1, 1], 11320258710.870968]
---- Retained value to add in file: [1, 1, 1, 1, 1, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 0, 3, 2], [0, 1, 1, 1, 1, 1, 1, 0, 1, 1], 11320258710.870968]
---- Retained value to add in file: [0, 2, 2, 2, 0, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 2, 1, 2], [1, 0, 1, 1, 1, 1, 0, 1, 1, 1], 11311411091.735798]
---- Retained value to add in file: [0, 2, 2, 2, 0, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 2, 2, 2], [1, 0, 1, 1, 1, 1, 0, 1, 1, 1], 11311411091.735798]
---- Retained value to add in file: [0, 2, 2, 2, 0, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 2, 3, 2], [1, 0, 1, 1, 1, 1, 0, 1, 1, 1], 11311411091.735798]
---- Retained value to add in file: [2, 2, 2, 0, 2, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 2, 1, 3], [1, 1, 1, 1, 0, 2, 1, 1, 1, 1], 11303835916.94379]
---- Retained value to add in file: [2, 2, 2, 0, 2, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 2, 2, 3], [1, 1, 1, 1, 0, 2, 1, 1, 1, 1], 11303835916.94379]
---- Retained value to add in file: [2, 2, 2, 0, 2, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 2, 3, 3], [1, 1, 1, 1, 0, 2, 1, 1, 1, 1], 11303835916.94379]
---- Retained value to add in file: [0, 1, 0, 1, 1, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 1, 1, 2], [0, 0, 1, 0, 1, 1, 1, 1, 1, 1], 11303361485.931885]
---- Retained value to add in file: [0, 1, 0, 1, 1, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 1, 2, 2], [0, 0, 1, 0, 1, 1, 1, 1, 1, 1], 11303361485.931885]
---- Retained value to add in file: [0, 1, 0, 1, 1, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 1, 3, 2], [0, 0, 1, 0, 1, 1, 1, 1, 1, 1], 11303361485.931885]
---- Retained value to add in file: [2, 0, 2, 2, 2, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 2, 2, 0], [1, 1, 0, 1, 1, 1, 1, 1, 1, 0], 11298604666.452137]
---- Retained value to add in file: [1, 1, 1, 1, 1, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 1, 0, 3], [0, 1, 1, 1, 1, 2, 1, 1, 0, 1], 11289665517.113533]
---- Retained value to add in file: [3, 0, 3, 3, 3, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 0, 1, 1], [2, 1, 0, 1, 1, 0, 1, 0, 1, 1], 11286812582.914717]
---- Retained value to add in file: [3, 0, 3, 3, 3, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 0, 2, 1], [2, 1, 0, 1, 1, 0, 1, 0, 1, 1], 11286812582.914717]
---- Retained value to add in file: [3, 0, 3, 3, 3, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 0, 3, 1], [2, 1, 0, 1, 1, 0, 1, 0, 1, 1], 11286812582.914717]
---- Retained value to add in file: [1, 1, 1, 0, 1, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 1, 1, 2], [0, 1, 1, 1, 0, 1, 1, 1, 1, 1], 11281945178.096804]
---- Retained value to add in file: [1, 1, 1, 0, 1, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 1, 2, 2], [0, 1, 1, 1, 0, 1, 1, 1, 1, 1], 11281945178.096804]
---- Retained value to add in file: [1, 1, 1, 0, 1, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 1, 3, 2], [0, 1, 1, 1, 0, 1, 1, 1, 1, 1], 11281945178.096804]
---- Retained value to add in file: [2, 2, 0, 2, 0, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 2, 1, 3], [1, 1, 1, 0, 1, 2, 0, 1, 1, 1], 11278842584.329918]
---- Retained value to add in file: [2, 2, 0, 2, 0, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 2, 2, 3], [1, 1, 1, 0, 1, 2, 0, 1, 1, 1], 11278842584.329918]
---- Retained value to add in file: [2, 2, 0, 2, 0, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 2, 3, 3], [1, 1, 1, 0, 1, 2, 0, 1, 1, 1], 11278842584.329918]
---- Retained value to add in file: [2, 2, 2, 2, 2, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 0, 0, 2], [1, 1, 1, 1, 1, 1, 1, 0, 0, 1], 11270555005.013351]
---- Retained value to add in file: [3, 0, 3, 3, 0, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 3, 1, 2], [2, 1, 0, 1, 1, 1, 0, 1, 1, 1], 11262725088.303381]
---- Retained value to add in file: [3, 0, 3, 3, 0, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 3, 2, 2], [2, 1, 0, 1, 1, 1, 0, 1, 1, 1], 11262725088.303381]
+--- Raw result : [[2, 0, 2, 2, 2, 0, 2, 1], [1, 1, 0, 1, 1, 1, 0, 2, 1], 14518879623.159878]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 0, 2, 2], [0, 0, 0, 0, 0, 1, 0, 2, 2], 14516219427.907314]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 1, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 1, 2, 1], [0, 1, 1, 0, 1, 1, 1, 2, 1], 14516181205.356289]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 1, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 1, 2, 2], [0, 0, 1, 1, 1, 1, 1, 2, 2], 14510996136.17216]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 2, 0, 1], [1, 0, 1, 1, 1, 1, 1, 0, 1], 14508622531.741447]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 3, 2, 1], [2, 1, 0, 1, 0, 0, 1, 2, 1], 14507919984.445599]
 --- Retained value to add in file: [3, 0, 3, 3, 0, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 3, 3, 2], [2, 1, 0, 1, 1, 1, 0, 1, 1, 1], 11262725088.303381]
---- Retained value to add in file: [3, 3, 3, 3, 3, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 0, 0, 1], [2, 1, 1, 1, 1, 0, 1, 0, 0, 1], 11256119813.815395]
---- Retained value to add in file: [0, 3, 3, 3, 3, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 0, 1, 1], [2, 0, 1, 1, 1, 0, 1, 0, 1, 1], 11251785509.714626]
---- Retained value to add in file: [0, 3, 3, 3, 3, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 0, 2, 1], [2, 0, 1, 1, 1, 0, 1, 0, 1, 1], 11251785509.714626]
---- Retained value to add in file: [0, 3, 3, 3, 3, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 0, 3, 1], [2, 0, 1, 1, 1, 0, 1, 0, 1, 1], 11251785509.714626]
---- Retained value to add in file: [2, 0, 2, 0, 2, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 2, 1, 2], [1, 1, 0, 1, 0, 1, 1, 1, 1, 1], 11248677001.354893]
---- Retained value to add in file: [2, 0, 2, 0, 2, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 2, 2, 2], [1, 1, 0, 1, 0, 1, 1, 1, 1, 1], 11248677001.354893]
---- Retained value to add in file: [2, 0, 2, 0, 2, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 2, 3, 2], [1, 1, 0, 1, 0, 1, 1, 1, 1, 1], 11248677001.354893]
---- Retained value to add in file: [0, 3, 3, 3, 3, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 3, 0, 3], [2, 0, 1, 1, 1, 2, 1, 1, 0, 1], 11242402931.882]
---- Retained value to add in file: [3, 0, 3, 3, 3, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 3, 0, 3], [2, 1, 0, 1, 1, 2, 1, 1, 0, 1], 11241684101.50472]
---- Retained value to add in file: [3, 0, 0, 3, 3, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 3, 1, 3], [2, 1, 0, 0, 1, 2, 1, 1, 1, 1], 11222084372.4832]
+--- Raw result : [[3, 0, 3, 3, 0, 3, 3, 2], [2, 1, 0, 1, 1, 0, 1, 3, 2], 14503470176.45602]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 3, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 3, 3, 2], [2, 0, 1, 1, 1, 0, 1, 3, 2], 14503048321.86951]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 2, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 2, 2, 2], [1, 0, 0, 0, 0, 1, 1, 2, 2], 14502960349.509653]
 --- Retained value to add in file: [3, 0, 0, 3, 3, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 3, 2, 3], [2, 1, 0, 0, 1, 2, 1, 1, 1, 1], 11222084372.4832]
---- Retained value to add in file: [3, 0, 0, 3, 3, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 3, 3, 3], [2, 1, 0, 0, 1, 2, 1, 1, 1, 1], 11222084372.4832]
---- Retained value to add in file: [1, 1, 1, 1, 0, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 1, 1, 2], [0, 1, 1, 1, 1, 1, 0, 1, 1, 1], 11217541065.881668]
---- Retained value to add in file: [1, 1, 1, 1, 0, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 1, 2, 2], [0, 1, 1, 1, 1, 1, 0, 1, 1, 1], 11217541065.881668]
---- Retained value to add in file: [1, 1, 1, 1, 0, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 1, 3, 2], [0, 1, 1, 1, 1, 1, 0, 1, 1, 1], 11217541065.881668]
---- Retained value to add in file: [0, 2, 2, 2, 0, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 2, 1, 3], [1, 0, 1, 1, 1, 2, 0, 1, 1, 1], 11176658047.62596]
---- Retained value to add in file: [0, 2, 2, 2, 0, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 2, 2, 3], [1, 0, 1, 1, 1, 2, 0, 1, 1, 1], 11176658047.62596]
+--- Raw result : [[3, 0, 0, 3, 3, 3, 2, 3], [2, 1, 0, 0, 1, 1, 1, 2, 3], 14500087047.911808]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 0, 2, 2], [0, 1, 1, 1, 1, 1, 0, 2, 2], 14499188292.709467]
+--- Retained value to add in file: [3, 3, 0, 0, 3, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 3, 3, 3, 0], [2, 1, 1, 0, 0, 1, 1, 3, 0], 14492947609.117289]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 2, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 2, 2, 2], [1, 1, 1, 0, 0, 0, 1, 2, 2], 14492590876.691124]
+--- Retained value to add in file: [0, 3, 0, 0, 3, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 3, 3, 2, 2], [2, 0, 1, 0, 0, 1, 1, 2, 2], 14491460408.550198]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 3, 0, 1], [2, 1, 1, 1, 1, 0, 1, 0, 1], 14491224669.257595]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 0, 2, 1], [1, 0, 1, 1, 1, 1, 0, 2, 1], 14490458134.642406]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 2, 1, 2], [1, 1, 1, 0, 1, 0, 1, 1, 2], 14475976797.955898]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 0, 2, 2], [0, 0, 0, 0, 1, 1, 0, 2, 2], 14466801826.073296]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 3, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 3, 1, 1], [2, 1, 1, 0, 1, 0, 1, 1, 1], 14465960637.364788]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 3, 3, 1], [2, 0, 1, 1, 0, 1, 1, 3, 1], 14464700768.000298]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 2, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 2, 3, 3], [1, 0, 1, 1, 1, 1, 1, 3, 3], 14462812418.107914]
+--- Retained value to add in file: [3, 0, 3, 3, 3, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 3, 3, 3, 0], [2, 1, 0, 1, 1, 1, 1, 3, 0], 14462575233.827282]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 2, 1, 1], [1, 1, 0, 1, 0, 1, 1, 1, 1], 14461913277.066181]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 2, 3, 0], [1, 1, 1, 1, 1, 0, 1, 3, 0], 14459223054.146955]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 2, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 2, 2, 2], [1, 1, 0, 0, 1, 0, 1, 2, 2], 14458723133.737133]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 3, 2, 2], [2, 0, 0, 0, 1, 1, 1, 2, 2], 14458044730.952463]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 0, 2, 3, 2], [1, 1, 0, 1, 1, 0, 1, 3, 2], 14457347212.829323]
 --- Retained value to add in file: [0, 2, 2, 2, 0, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 2, 3, 3], [1, 0, 1, 1, 1, 2, 0, 1, 1, 1], 11176658047.62596]
---- Retained value to add in file: [0, 0, 3, 3, 3, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 3, 1, 1], [2, 0, 0, 1, 1, 0, 1, 1, 1, 1], 11176547708.45074]
---- Retained value to add in file: [0, 0, 3, 3, 3, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 3, 2, 1], [2, 0, 0, 1, 1, 0, 1, 1, 1, 1], 11176547708.45074]
---- Retained value to add in file: [0, 0, 3, 3, 3, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 3, 3, 1], [2, 0, 0, 1, 1, 0, 1, 1, 1, 1], 11176547708.45074]
---- Retained value to add in file: [1, 1, 1, 1, 0, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 1, 1, 3], [0, 1, 1, 1, 1, 2, 0, 1, 1, 1], 11171578608.75645]
---- Retained value to add in file: [1, 1, 1, 1, 0, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 1, 2, 3], [0, 1, 1, 1, 1, 2, 0, 1, 1, 1], 11171578608.75645]
---- Retained value to add in file: [1, 1, 1, 1, 0, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 1, 3, 3], [0, 1, 1, 1, 1, 2, 0, 1, 1, 1], 11171578608.75645]
---- Retained value to add in file: [2, 2, 0, 2, 2, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 2, 2, 0], [1, 1, 1, 0, 1, 1, 1, 1, 1, 0], 11156169573.58763]
---- Retained value to add in file: [2, 2, 0, 0, 2, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 2, 1, 2], [1, 1, 1, 0, 0, 1, 1, 1, 1, 1], 11144541233.768883]
---- Retained value to add in file: [2, 2, 0, 0, 2, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 2, 2, 2], [1, 1, 1, 0, 0, 1, 1, 1, 1, 1], 11144541233.768883]
---- Retained value to add in file: [2, 2, 0, 0, 2, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 2, 3, 2], [1, 1, 1, 0, 0, 1, 1, 1, 1, 1], 11144541233.768883]
---- Retained value to add in file: [0, 2, 2, 2, 2, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 0, 1, 3], [1, 0, 1, 1, 1, 2, 1, 0, 1, 1], 11142859602.277195]
---- Retained value to add in file: [0, 2, 2, 2, 2, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 0, 2, 3], [1, 0, 1, 1, 1, 2, 1, 0, 1, 1], 11142859602.277195]
---- Retained value to add in file: [0, 2, 2, 2, 2, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 0, 3, 3], [1, 0, 1, 1, 1, 2, 1, 0, 1, 1], 11142859602.277195]
---- Retained value to add in file: [1, 0, 0, 1, 1, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 1, 1, 3], [0, 1, 0, 0, 1, 2, 1, 1, 1, 1], 11140451216.378948]
---- Retained value to add in file: [1, 0, 0, 1, 1, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 1, 2, 3], [0, 1, 0, 0, 1, 2, 1, 1, 1, 1], 11140451216.378948]
---- Retained value to add in file: [1, 0, 0, 1, 1, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 1, 3, 3], [0, 1, 0, 0, 1, 2, 1, 1, 1, 1], 11140451216.378948]
---- Retained value to add in file: [0, 3, 0, 3, 3, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 3, 1, 1], [2, 0, 1, 0, 1, 0, 1, 1, 1, 1], 11136086028.431166]
---- Retained value to add in file: [0, 3, 0, 3, 3, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 3, 2, 1], [2, 0, 1, 0, 1, 0, 1, 1, 1, 1], 11136086028.431166]
---- Retained value to add in file: [0, 3, 0, 3, 3, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 3, 3, 1], [2, 0, 1, 0, 1, 0, 1, 1, 1, 1], 11136086028.431166]
---- Retained value to add in file: [0, 2, 2, 2, 2, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 2, 3, 0], [1, 0, 1, 1, 1, 2, 1, 1, 1, 0], 11132688196.909582]
---- Retained value to add in file: [2, 2, 0, 2, 2, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 2, 0, 1], [1, 1, 1, 0, 1, 0, 1, 1, 0, 1], 11132159874.720463]
---- Retained value to add in file: [3, 3, 3, 3, 0, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 3, 0, 2], [2, 1, 1, 1, 1, 1, 0, 1, 0, 1], 11127338554.446966]
---- Retained value to add in file: [0, 0, 1, 1, 1, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 1, 1, 2], [0, 0, 0, 1, 1, 1, 1, 1, 1, 1], 11126756410.990211]
---- Retained value to add in file: [0, 0, 1, 1, 1, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 1, 2, 2], [0, 0, 0, 1, 1, 1, 1, 1, 1, 1], 11126756410.990211]
---- Retained value to add in file: [0, 0, 1, 1, 1, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 1, 3, 2], [0, 0, 0, 1, 1, 1, 1, 1, 1, 1], 11126756410.990211]
---- Retained value to add in file: [3, 0, 3, 3, 3, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 3, 2, 0], [2, 1, 0, 1, 1, 1, 1, 1, 1, 0], 11114771058.750517]
---- Retained value to add in file: [1, 1, 1, 1, 1, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 1, 2, 0], [0, 1, 1, 1, 1, 1, 1, 1, 1, 0], 11111915611.770027]
---- Retained value to add in file: [3, 3, 3, 0, 3, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 3, 1, 2], [2, 1, 1, 1, 0, 1, 1, 1, 1, 1], 11110956138.291338]
---- Retained value to add in file: [3, 3, 3, 0, 3, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 3, 2, 2], [2, 1, 1, 1, 0, 1, 1, 1, 1, 1], 11110956138.291338]
---- Retained value to add in file: [3, 3, 3, 0, 3, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 3, 3, 2], [2, 1, 1, 1, 0, 1, 1, 1, 1, 1], 11110956138.291338]
---- Retained value to add in file: [3, 3, 0, 3, 3, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 3, 0, 3], [2, 1, 1, 0, 1, 2, 1, 1, 0, 1], 11095487113.097834]
---- Retained value to add in file: [0, 3, 3, 3, 3, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 3, 2, 0], [2, 0, 1, 1, 1, 1, 1, 1, 1, 0], 11092027827.705177]
+--- Raw result : [[0, 2, 2, 2, 0, 2, 3, 3], [1, 0, 1, 1, 1, 0, 1, 3, 3], 14454798208.670555]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 3, 1, 3], [2, 1, 1, 1, 1, 1, 1, 1, 3], 14454781423.295506]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 1, 1, 1], [0, 0, 1, 1, 1, 1, 1, 1, 1], 14454701246.191307]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 0, 2, 2], [0, 1, 0, 0, 1, 1, 0, 2, 2], 14451592914.117456]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 1, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 1, 2, 1], [0, 0, 1, 1, 0, 1, 1, 2, 1], 14451468940.982038]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 2, 2, 0], [1, 1, 1, 0, 1, 0, 1, 2, 0], 14449014372.547707]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 2, 2, 0], [1, 1, 0, 0, 1, 1, 1, 2, 0], 14444121544.543781]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 0, 2, 1], [1, 1, 1, 1, 1, 0, 0, 2, 1], 14441630501.40118]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 2, 3, 2], [1, 0, 1, 1, 0, 1, 1, 3, 2], 14437857475.455105]
+--- Retained value to add in file: [3, 0, 3, 3, 0, 3, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 0, 3, 2, 3], [2, 1, 0, 1, 1, 0, 1, 2, 3], 14437040583.926624]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 0, 2, 2], [1, 0, 0, 1, 1, 1, 0, 2, 2], 14435567494.022274]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 2, 2, 0], [1, 1, 0, 1, 0, 1, 1, 2, 0], 14434128750.55576]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 0, 2, 2], [1, 0, 1, 1, 1, 1, 0, 2, 2], 14430552904.952341]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 1, 1, 2], [0, 0, 1, 1, 1, 1, 1, 1, 2], 14430435699.310696]
+--- Retained value to add in file: [2, 2, 0, 0, 2, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 2, 2, 3, 0], [1, 1, 1, 0, 0, 1, 1, 3, 0], 14428122097.097256]
+--- Retained value to add in file: [0, 1, 1, 1, 0, 1, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 0, 1, 2, 1], [0, 0, 1, 1, 1, 0, 1, 2, 1], 14424790053.24838]
+--- Retained value to add in file: [3, 0, 3, 3, 3, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 3, 0, 2, 2], [2, 1, 0, 1, 1, 1, 0, 2, 2], 14420626800.483242]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 2, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 2, 2, 2], [1, 1, 0, 1, 0, 0, 1, 2, 2], 14417934514.146328]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 3, 2, 0], [2, 1, 0, 1, 0, 1, 1, 2, 0], 14416840302.926388]
+--- Retained value to add in file: [3, 0, 3, 3, 0, 3, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 0, 3, 1, 1], [2, 1, 0, 1, 1, 0, 1, 1, 1], 14416718913.535595]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 0, 2, 1], [1, 1, 1, 1, 0, 1, 0, 2, 1], 14413903993.453442]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 3, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 3, 3, 3], [2, 1, 1, 1, 0, 0, 1, 3, 3], 14412517056.020872]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 2, 1, 2], [1, 1, 1, 1, 0, 0, 1, 1, 2], 14410468726.051662]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 1, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 1, 2, 2], [0, 0, 1, 1, 0, 1, 1, 2, 2], 14401828411.605934]
 --- Retained value to add in file: [2, 2, 2, 2, 0, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 2, 0, 2], [1, 1, 1, 1, 1, 1, 0, 1, 0, 1], 11085706388.86201]
---- Retained value to add in file: [0, 1, 0, 1, 1, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 1, 1, 3], [0, 0, 1, 0, 1, 2, 1, 1, 1, 1], 11084744017.232279]
---- Retained value to add in file: [0, 1, 0, 1, 1, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 1, 2, 3], [0, 0, 1, 0, 1, 2, 1, 1, 1, 1], 11084744017.232279]
---- Retained value to add in file: [0, 1, 0, 1, 1, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 1, 3, 3], [0, 0, 1, 0, 1, 2, 1, 1, 1, 1], 11084744017.232279]
---- Retained value to add in file: [3, 3, 0, 3, 3, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 3, 0, 1], [2, 1, 1, 0, 1, 0, 1, 1, 0, 1], 11082588006.62946]
---- Retained value to add in file: [2, 2, 0, 2, 2, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 0, 1, 1], [1, 1, 1, 0, 1, 0, 1, 0, 1, 1], 11079659678.045448]
---- Retained value to add in file: [2, 2, 0, 2, 2, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 0, 2, 1], [1, 1, 1, 0, 1, 0, 1, 0, 1, 1], 11079659678.045448]
---- Retained value to add in file: [2, 2, 0, 2, 2, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 0, 3, 1], [1, 1, 1, 0, 1, 0, 1, 0, 1, 1], 11079659678.045448]
---- Retained value to add in file: [2, 2, 2, 2, 0, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 2, 0, 3], [1, 1, 1, 1, 1, 2, 0, 1, 0, 1], 11075970753.52715]
---- Retained value to add in file: [2, 0, 2, 0, 2, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 2, 1, 1], [1, 1, 0, 1, 0, 0, 1, 1, 1, 1], 11075066864.579609]
---- Retained value to add in file: [2, 0, 2, 0, 2, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 2, 2, 1], [1, 1, 0, 1, 0, 0, 1, 1, 1, 1], 11075066864.579609]
---- Retained value to add in file: [2, 0, 2, 0, 2, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 2, 3, 1], [1, 1, 0, 1, 0, 0, 1, 1, 1, 1], 11075066864.579609]
---- Retained value to add in file: [2, 2, 2, 2, 2, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 2, 0, 0], [1, 1, 1, 1, 1, 1, 1, 1, 0, 0], 11073138944.210335]
---- Retained value to add in file: [3, 3, 0, 3, 3, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 0, 1, 2], [2, 1, 1, 0, 1, 1, 1, 0, 1, 1], 11068130842.022295]
---- Retained value to add in file: [3, 3, 0, 3, 3, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 0, 2, 2], [2, 1, 1, 0, 1, 1, 1, 0, 1, 1], 11068130842.022295]
---- Retained value to add in file: [3, 3, 0, 3, 3, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 0, 3, 2], [2, 1, 1, 0, 1, 1, 1, 0, 1, 1], 11068130842.022295]
---- Retained value to add in file: [0, 2, 2, 2, 2, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 2, 1, 0], [1, 0, 1, 1, 1, 0, 1, 1, 1, 0], 11061053147.366331]
---- Retained value to add in file: [2, 0, 2, 2, 0, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 2, 1, 1], [1, 1, 0, 1, 1, 0, 0, 1, 1, 1], 11049674854.371082]
---- Retained value to add in file: [2, 0, 2, 2, 0, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 2, 2, 1], [1, 1, 0, 1, 1, 0, 0, 1, 1, 1], 11049674854.371082]
+--- Raw result : [[2, 2, 2, 2, 0, 2, 0, 2], [1, 1, 1, 1, 1, 0, 1, 0, 2], 14395748406.418713]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 3, 2, 0], [2, 1, 1, 1, 0, 0, 1, 2, 0], 14395033346.85287]
+--- Retained value to add in file: [2, 2, 0, 0, 2, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 2, 2, 3, 2], [1, 1, 1, 0, 0, 1, 1, 3, 2], 14392256595.116451]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 3, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 3, 3, 3], [2, 1, 0, 0, 1, 1, 1, 3, 3], 14387143347.297619]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 2, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 2, 0, 2], [1, 1, 1, 0, 1, 1, 1, 0, 2], 14385346070.587337]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 3, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 3, 2, 3], [2, 0, 1, 0, 1, 1, 1, 2, 3], 14382027953.75704]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 3, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 3, 3, 2], [2, 1, 1, 1, 0, 0, 1, 3, 2], 14377834706.45493]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 2, 3, 1], [1, 1, 1, 1, 0, 0, 1, 3, 1], 14374883336.405909]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 0, 2, 1], [0, 1, 0, 1, 1, 1, 0, 2, 1], 14373741355.3386]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 2, 2, 1], [1, 0, 0, 0, 0, 1, 1, 2, 1], 14373734699.217236]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 3, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 3, 3, 3], [2, 0, 1, 0, 1, 1, 1, 3, 3], 14365934677.152067]
+--- Retained value to add in file: [3, 3, 0, 0, 3, 3, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 3, 3, 3, 2], [2, 1, 1, 0, 0, 1, 1, 3, 2], 14359641416.41486]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 2, 2, 3], [1, 1, 0, 0, 1, 1, 1, 2, 3], 14348710976.510838]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 0, 2, 1, 2], [1, 1, 0, 1, 1, 0, 1, 1, 2], 14348123149.52589]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 2, 2, 0], [1, 0, 0, 1, 1, 1, 1, 2, 0], 14346872416.018635]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 3, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 3, 2, 3], [2, 0, 0, 1, 1, 1, 1, 2, 3], 14345906802.480656]
+--- Retained value to add in file: [0, 1, 1, 1, 0, 1, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 0, 1, 2, 2], [0, 0, 1, 1, 1, 0, 1, 2, 2], 14340421243.078072]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 2, 1, 2], [1, 1, 0, 1, 0, 1, 1, 1, 2], 14339846798.802258]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 3, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 3, 3, 2], [2, 1, 0, 0, 1, 1, 1, 3, 2], 14336692064.955715]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 3, 2, 2], [2, 1, 0, 1, 0, 0, 1, 2, 2], 14335063862.394403]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 2, 3, 2], [1, 0, 1, 0, 1, 1, 1, 3, 2], 14334794100.231724]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 2, 3, 0], [1, 0, 1, 0, 1, 1, 1, 3, 0], 14328306508.135052]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 2, 1, 0], [1, 1, 1, 1, 0, 1, 1, 1, 0], 14326617228.175648]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 0, 2, 2], [1, 1, 1, 0, 1, 1, 0, 2, 2], 14326611225.5729]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 2, 3, 0], [1, 0, 1, 1, 0, 1, 1, 3, 0], 14324339402.183636]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 3, 3, 1], [2, 0, 1, 1, 1, 0, 1, 3, 1], 14321193939.605537]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 3, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 3, 3, 2], [2, 0, 1, 1, 0, 1, 1, 3, 2], 14319177875.022373]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 1, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 1, 2, 2], [0, 1, 1, 0, 1, 1, 1, 2, 2], 14316700643.478586]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 2, 0, 1], [1, 1, 1, 1, 0, 1, 1, 0, 1], 14311608026.101143]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 2, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 2, 0, 2], [1, 1, 1, 1, 0, 1, 1, 0, 2], 14311386735.083263]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 3, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 3, 1, 1], [2, 1, 0, 1, 0, 1, 1, 1, 1], 14310488397.748928]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 2, 2, 3], [1, 0, 1, 0, 1, 1, 1, 2, 3], 14309366277.68821]
+--- Retained value to add in file: [2, 2, 0, 0, 2, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 2, 2, 2, 3], [1, 1, 1, 0, 0, 1, 1, 2, 3], 14308713160.30989]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 0, 2, 2], [0, 0, 0, 1, 0, 1, 0, 2, 2], 14306424410.955055]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 3, 2, 1], [2, 0, 0, 1, 0, 1, 1, 2, 1], 14303957589.309124]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 2, 1, 1], [1, 1, 1, 0, 0, 0, 1, 1, 1], 14300287980.157192]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 3, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 3, 2, 3], [2, 1, 0, 1, 0, 1, 1, 2, 3], 14296994868.562]
+--- Retained value to add in file: [2, 0, 2, 2, 2, 2, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 2, 2, 0, 2], [1, 1, 0, 1, 1, 1, 1, 0, 2], 14296416252.465374]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 1, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 1, 2, 2], [0, 1, 1, 1, 0, 0, 1, 2, 2], 14296188638.83422]
+--- Retained value to add in file: [3, 3, 0, 0, 3, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 3, 3, 1, 2], [2, 1, 1, 0, 0, 1, 1, 1, 2], 14295179370.660547]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 3, 3, 0], [2, 0, 1, 0, 1, 1, 1, 3, 0], 14292519212.868097]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 0, 2, 2], [1, 1, 0, 0, 1, 1, 0, 2, 2], 14291383539.403316]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 2, 1, 0], [1, 1, 1, 1, 1, 0, 1, 1, 0], 14290638235.968418]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 0, 2, 2], [0, 0, 1, 1, 1, 1, 0, 2, 2], 14286606577.647774]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 0, 2, 2, 0], [1, 1, 0, 1, 1, 0, 1, 2, 0], 14286040353.194553]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 0, 2, 2], [1, 1, 1, 1, 0, 1, 0, 2, 2], 14285956984.020395]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 3, 2, 2], [2, 0, 0, 1, 0, 1, 1, 2, 2], 14284324323.942804]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 3, 3, 1], [2, 1, 0, 1, 0, 1, 1, 3, 1], 14280037260.923885]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 2, 2, 3], [1, 1, 1, 1, 0, 0, 1, 2, 3], 14279846165.091278]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 3, 1, 2], [2, 1, 0, 0, 1, 1, 1, 1, 2], 14279834543.962461]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 0, 2, 2], [0, 0, 0, 0, 0, 0, 0, 2, 2], 14279579637.861713]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 0, 2, 2], [2, 1, 1, 1, 1, 1, 0, 2, 2], 14277267547.561563]
+--- Retained value to add in file: [3, 0, 0, 3, 0, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 0, 3, 2, 1], [2, 1, 0, 0, 1, 0, 1, 2, 1], 14273876912.698254]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 0, 2, 2], [0, 1, 1, 1, 0, 1, 0, 2, 2], 14273078881.265907]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 0, 2, 1], [0, 0, 1, 1, 1, 1, 0, 2, 1], 14269830705.125334]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 3, 2, 1], [2, 0, 0, 0, 1, 1, 1, 2, 1], 14269691348.981152]
+--- Retained value to add in file: [0, 3, 0, 0, 3, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 3, 3, 3, 1], [2, 0, 1, 0, 0, 1, 1, 3, 1], 14268040547.340588]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 2, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 2, 3, 3], [1, 1, 1, 0, 1, 0, 1, 3, 3], 14266157184.26175]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 0, 2, 1], [1, 1, 1, 0, 1, 1, 0, 2, 1], 14265395340.980358]
+--- Retained value to add in file: [3, 3, 0, 0, 3, 3, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 3, 3, 2, 3], [2, 1, 1, 0, 0, 1, 1, 2, 3], 14265133879.309156]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 3, 3, 1], [2, 1, 1, 1, 0, 0, 1, 3, 1], 14250546721.719704]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 1, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 1, 2, 1], [0, 0, 0, 1, 1, 1, 1, 2, 1], 14245824508.704857]
 --- Retained value to add in file: [2, 0, 2, 2, 0, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 2, 3, 1], [1, 1, 0, 1, 1, 0, 0, 1, 1, 1], 11049674854.371082]
---- Retained value to add in file: [2, 0, 2, 2, 2, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 0, 1, 3], [1, 1, 0, 1, 1, 2, 1, 0, 1, 1], 11049521302.04677]
---- Retained value to add in file: [2, 0, 2, 2, 2, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 0, 2, 3], [1, 1, 0, 1, 1, 2, 1, 0, 1, 1], 11049521302.04677]
---- Retained value to add in file: [2, 0, 2, 2, 2, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 0, 3, 3], [1, 1, 0, 1, 1, 2, 1, 0, 1, 1], 11049521302.04677]
---- Retained value to add in file: [0, 3, 0, 3, 3, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 3, 1, 3], [2, 0, 1, 0, 1, 2, 1, 1, 1, 1], 11048826047.36607]
---- Retained value to add in file: [0, 3, 0, 3, 3, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 3, 2, 3], [2, 0, 1, 0, 1, 2, 1, 1, 1, 1], 11048826047.36607]
---- Retained value to add in file: [0, 3, 0, 3, 3, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 3, 3, 3], [2, 0, 1, 0, 1, 2, 1, 1, 1, 1], 11048826047.36607]
---- Retained value to add in file: [0, 2, 2, 0, 2, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 2, 1, 2], [1, 0, 1, 1, 0, 1, 1, 1, 1, 1], 11026214484.39423]
---- Retained value to add in file: [0, 2, 2, 0, 2, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 2, 2, 2], [1, 0, 1, 1, 0, 1, 1, 1, 1, 1], 11026214484.39423]
---- Retained value to add in file: [0, 2, 2, 0, 2, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 2, 3, 2], [1, 0, 1, 1, 0, 1, 1, 1, 1, 1], 11026214484.39423]
---- Retained value to add in file: [3, 3, 0, 3, 0, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 3, 1, 2], [2, 1, 1, 0, 1, 1, 0, 1, 1, 1], 11023560791.423317]
---- Retained value to add in file: [3, 3, 0, 3, 0, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 3, 2, 2], [2, 1, 1, 0, 1, 1, 0, 1, 1, 1], 11023560791.423317]
---- Retained value to add in file: [3, 3, 0, 3, 0, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 3, 3, 2], [2, 1, 1, 0, 1, 1, 0, 1, 1, 1], 11023560791.423317]
+--- Raw result : [[2, 0, 2, 2, 0, 2, 3, 1], [1, 1, 0, 1, 1, 0, 1, 3, 1], 14243228862.561155]
+--- Retained value to add in file: [0, 2, 2, 2, 0, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 0, 2, 2, 3], [1, 0, 1, 1, 1, 0, 1, 2, 3], 14243043639.829536]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 3, 1, 2], [2, 0, 0, 1, 1, 1, 1, 1, 2], 14241882148.724424]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 3, 3, 0], [2, 0, 1, 1, 0, 1, 1, 3, 0], 14241274857.424738]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 0, 2, 2, 3], [1, 1, 0, 1, 1, 0, 1, 2, 3], 14230754073.296558]
 --- Retained value to add in file: [0, 0, 0, 2, 2, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 2, 1, 2], [1, 0, 0, 0, 1, 1, 1, 1, 1, 1], 11021408569.439314]
---- Retained value to add in file: [0, 0, 0, 2, 2, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 2, 2, 2], [1, 0, 0, 0, 1, 1, 1, 1, 1, 1], 11021408569.439314]
---- Retained value to add in file: [0, 0, 0, 2, 2, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 2, 3, 2], [1, 0, 0, 0, 1, 1, 1, 1, 1, 1], 11021408569.439314]
---- Retained value to add in file: [2, 0, 2, 2, 2, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 2, 3, 0], [1, 1, 0, 1, 1, 2, 1, 1, 1, 0], 11012456832.714767]
---- Retained value to add in file: [3, 3, 3, 0, 3, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 3, 1, 1], [2, 1, 1, 1, 0, 0, 1, 1, 1, 1], 11003155993.900661]
---- Retained value to add in file: [3, 3, 3, 0, 3, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 3, 2, 1], [2, 1, 1, 1, 0, 0, 1, 1, 1, 1], 11003155993.900661]
---- Retained value to add in file: [3, 3, 3, 0, 3, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 3, 3, 1], [2, 1, 1, 1, 0, 0, 1, 1, 1, 1], 11003155993.900661]
---- Retained value to add in file: [1, 1, 1, 1, 1, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 0, 1, 1], [0, 1, 1, 1, 1, 0, 1, 0, 1, 1], 10997437465.048359]
---- Retained value to add in file: [1, 1, 1, 1, 1, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 0, 2, 1], [0, 1, 1, 1, 1, 0, 1, 0, 1, 1], 10997437465.048359]
---- Retained value to add in file: [1, 1, 1, 1, 1, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 0, 3, 1], [0, 1, 1, 1, 1, 0, 1, 0, 1, 1], 10997437465.048359]
---- Retained value to add in file: [1, 1, 1, 1, 1, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 0, 1, 3], [0, 1, 1, 1, 1, 2, 1, 0, 1, 1], 10991169436.441284]
---- Retained value to add in file: [1, 1, 1, 1, 1, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 0, 2, 3], [0, 1, 1, 1, 1, 2, 1, 0, 1, 1], 10991169436.441284]
---- Retained value to add in file: [1, 1, 1, 1, 1, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 0, 3, 3], [0, 1, 1, 1, 1, 2, 1, 0, 1, 1], 10991169436.441284]
---- Retained value to add in file: [2, 0, 2, 2, 2, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 2, 1, 0], [1, 1, 0, 1, 1, 0, 1, 1, 1, 0], 10986434060.27115]
---- Retained value to add in file: [1, 0, 0, 1, 1, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 1, 1, 1], [0, 1, 0, 0, 1, 0, 1, 1, 1, 1], 10980793311.620049]
---- Retained value to add in file: [1, 0, 0, 1, 1, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 1, 2, 1], [0, 1, 0, 0, 1, 0, 1, 1, 1, 1], 10980793311.620049]
---- Retained value to add in file: [1, 0, 0, 1, 1, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 1, 3, 1], [0, 1, 0, 0, 1, 0, 1, 1, 1, 1], 10980793311.620049]
---- Retained value to add in file: [1, 1, 1, 0, 1, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 1, 1, 1], [0, 1, 1, 1, 0, 0, 1, 1, 1, 1], 10976376044.094973]
---- Retained value to add in file: [1, 1, 1, 0, 1, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 1, 2, 1], [0, 1, 1, 1, 0, 0, 1, 1, 1, 1], 10976376044.094973]
---- Retained value to add in file: [1, 1, 1, 0, 1, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 1, 3, 1], [0, 1, 1, 1, 0, 0, 1, 1, 1, 1], 10976376044.094973]
---- Retained value to add in file: [2, 2, 0, 2, 2, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 0, 1, 3], [1, 1, 1, 0, 1, 2, 1, 0, 1, 1], 10972723766.98402]
---- Retained value to add in file: [2, 2, 0, 2, 2, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 0, 2, 3], [1, 1, 1, 0, 1, 2, 1, 0, 1, 1], 10972723766.98402]
---- Retained value to add in file: [2, 2, 0, 2, 2, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 0, 3, 3], [1, 1, 1, 0, 1, 2, 1, 0, 1, 1], 10972723766.98402]
---- Retained value to add in file: [2, 2, 2, 2, 2, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 0, 0, 1], [1, 1, 1, 1, 1, 0, 1, 0, 0, 1], 10966947804.585827]
---- Retained value to add in file: [2, 2, 0, 2, 2, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 2, 3, 0], [1, 1, 1, 0, 1, 2, 1, 1, 1, 0], 10961477227.512262]
---- Retained value to add in file: [1, 1, 1, 0, 1, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 1, 1, 3], [0, 1, 1, 1, 0, 2, 1, 1, 1, 1], 10955174564.461866]
---- Retained value to add in file: [1, 1, 1, 0, 1, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 1, 2, 3], [0, 1, 1, 1, 0, 2, 1, 1, 1, 1], 10955174564.461866]
---- Retained value to add in file: [1, 1, 1, 0, 1, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 1, 3, 3], [0, 1, 1, 1, 0, 2, 1, 1, 1, 1], 10955174564.461866]
---- Retained value to add in file: [1, 1, 1, 1, 1, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 1, 3, 0], [0, 1, 1, 1, 1, 2, 1, 1, 1, 0], 10947192372.680162]
---- Retained value to add in file: [3, 0, 3, 3, 0, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 3, 1, 3], [2, 1, 0, 1, 1, 2, 0, 1, 1, 1], 10939565743.152353]
---- Retained value to add in file: [3, 0, 3, 3, 0, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 3, 2, 3], [2, 1, 0, 1, 1, 2, 0, 1, 1, 1], 10939565743.152353]
---- Retained value to add in file: [3, 0, 3, 3, 0, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 3, 3, 3], [2, 1, 0, 1, 1, 2, 0, 1, 1, 1], 10939565743.152353]
---- Retained value to add in file: [0, 3, 3, 3, 0, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 3, 1, 2], [2, 0, 1, 1, 1, 1, 0, 1, 1, 1], 10937893085.404272]
---- Retained value to add in file: [0, 3, 3, 3, 0, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 3, 2, 2], [2, 0, 1, 1, 1, 1, 0, 1, 1, 1], 10937893085.404272]
---- Retained value to add in file: [0, 3, 3, 3, 0, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 3, 3, 2], [2, 0, 1, 1, 1, 1, 0, 1, 1, 1], 10937893085.404272]
---- Retained value to add in file: [3, 3, 3, 3, 0, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 3, 0, 3], [2, 1, 1, 1, 1, 2, 0, 1, 0, 1], 10924868905.184269]
---- Retained value to add in file: [2, 2, 2, 2, 2, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 0, 0, 3], [1, 1, 1, 1, 1, 2, 1, 0, 0, 1], 10924467855.35612]
---- Retained value to add in file: [0, 0, 3, 3, 3, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 3, 1, 3], [2, 0, 0, 1, 1, 2, 1, 1, 1, 1], 10922436753.981758]
---- Retained value to add in file: [0, 0, 3, 3, 3, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 3, 2, 3], [2, 0, 0, 1, 1, 2, 1, 1, 1, 1], 10922436753.981758]
+--- Raw result : [[0, 0, 0, 2, 2, 2, 1, 2], [1, 0, 0, 0, 1, 1, 1, 1, 2], 14229519952.661894]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 1, 3, 3], [0, 1, 1, 1, 1, 0, 1, 3, 3], 14229097956.624222]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 3, 2, 2], [2, 0, 0, 1, 1, 0, 1, 2, 2], 14228998403.104395]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 2, 2, 3], [1, 0, 1, 1, 0, 1, 1, 2, 3], 14224903298.149002]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 3, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 3, 3, 2], [2, 1, 0, 1, 0, 1, 1, 3, 2], 14222973673.742565]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 0, 2, 2], [0, 1, 0, 0, 0, 1, 0, 2, 2], 14221211251.030327]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 3, 2, 2], [2, 1, 1, 0, 0, 0, 1, 2, 2], 14220014820.67648]
+--- Retained value to add in file: [0, 3, 0, 3, 0, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 0, 3, 2, 1], [2, 0, 1, 0, 1, 0, 1, 2, 1], 14218973206.18005]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 0, 2, 2], [0, 1, 1, 0, 1, 1, 0, 2, 2], 14218693773.267982]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 3, 1, 2], [2, 1, 0, 1, 0, 1, 1, 1, 2], 14214190935.650145]
+--- Retained value to add in file: [1, 1, 0, 0, 1, 1, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 1, 1, 2, 1], [0, 1, 1, 0, 0, 1, 1, 2, 1], 14208845393.346601]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 3, 3, 1], [2, 1, 0, 0, 1, 1, 1, 3, 1], 14206822988.402584]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 3, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 3, 2, 3], [2, 1, 1, 1, 0, 0, 1, 2, 3], 14206427971.334806]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 2, 3, 2], [1, 1, 0, 0, 1, 1, 1, 3, 2], 14205911997.324654]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 0, 2, 2], [1, 1, 1, 1, 1, 0, 0, 2, 2], 14203506171.790598]
 --- Retained value to add in file: [0, 0, 3, 3, 3, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 3, 3, 3], [2, 0, 0, 1, 1, 2, 1, 1, 1, 1], 10922436753.981758]
---- Retained value to add in file: [3, 0, 3, 3, 3, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 3, 1, 0], [2, 1, 0, 1, 1, 0, 1, 1, 1, 0], 10914222086.515793]
---- Retained value to add in file: [3, 3, 0, 3, 3, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 0, 1, 1], [2, 1, 1, 0, 1, 0, 1, 0, 1, 1], 10904571776.948498]
---- Retained value to add in file: [3, 3, 0, 3, 3, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 0, 2, 1], [2, 1, 1, 0, 1, 0, 1, 0, 1, 1], 10904571776.948498]
---- Retained value to add in file: [3, 3, 0, 3, 3, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 0, 3, 1], [2, 1, 1, 0, 1, 0, 1, 0, 1, 1], 10904571776.948498]
---- Retained value to add in file: [3, 0, 3, 3, 0, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 3, 1, 1], [2, 1, 0, 1, 1, 0, 0, 1, 1, 1], 10900017163.648157]
---- Retained value to add in file: [3, 0, 3, 3, 0, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 3, 2, 1], [2, 1, 0, 1, 1, 0, 0, 1, 1, 1], 10900017163.648157]
+--- Raw result : [[0, 0, 3, 3, 3, 3, 3, 3], [2, 0, 0, 1, 1, 1, 1, 3, 3], 14202168087.170269]
+--- Retained value to add in file: [3, 0, 0, 3, 0, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 0, 3, 2, 2], [2, 1, 0, 0, 1, 0, 1, 2, 2], 14202140578.682291]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 0, 2, 1], [2, 1, 1, 1, 1, 0, 0, 2, 1], 14198154398.719725]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 0, 2, 1], [0, 1, 1, 1, 0, 1, 0, 2, 1], 14197836508.749464]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 1, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 1, 2, 1], [0, 1, 1, 1, 0, 0, 1, 2, 1], 14195972939.595854]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 3, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 3, 3, 2], [2, 0, 0, 1, 1, 1, 1, 3, 2], 14194886097.536465]
 --- Retained value to add in file: [3, 0, 3, 3, 0, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 3, 3, 1], [2, 1, 0, 1, 1, 0, 0, 1, 1, 1], 10900017163.648157]
---- Retained value to add in file: [0, 1, 0, 1, 1, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 1, 1, 1], [0, 0, 1, 0, 1, 0, 1, 1, 1, 1], 10897308125.585194]
---- Retained value to add in file: [0, 1, 0, 1, 1, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 1, 2, 1], [0, 0, 1, 0, 1, 0, 1, 1, 1, 1], 10897308125.585194]
---- Retained value to add in file: [0, 1, 0, 1, 1, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 1, 3, 1], [0, 0, 1, 0, 1, 0, 1, 1, 1, 1], 10897308125.585194]
---- Retained value to add in file: [3, 3, 3, 3, 3, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 0, 0, 3], [2, 1, 1, 1, 1, 2, 1, 0, 0, 1], 10881396157.91455]
---- Retained value to add in file: [1, 1, 1, 1, 1, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 1, 0, 1], [0, 1, 1, 1, 1, 0, 1, 1, 0, 1], 10879755950.458963]
---- Retained value to add in file: [1, 1, 0, 0, 1, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 1, 1, 2], [0, 1, 1, 0, 0, 1, 1, 1, 1, 1], 10877554352.226135]
+--- Raw result : [[3, 0, 3, 3, 0, 3, 3, 1], [2, 1, 0, 1, 1, 0, 1, 3, 1], 14193105094.852306]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 2, 2, 1], [1, 1, 0, 0, 0, 0, 1, 2, 1], 14190985852.148647]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 1, 3, 3], [0, 1, 1, 1, 0, 0, 1, 3, 3], 14190831898.749067]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 2, 3, 1], [1, 1, 0, 1, 0, 1, 1, 3, 1], 14186701343.663267]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 3, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 3, 3, 3], [2, 1, 1, 0, 1, 0, 1, 3, 3], 14186308664.680159]
+--- Retained value to add in file: [0, 3, 0, 3, 0, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 0, 3, 2, 2], [2, 0, 1, 0, 1, 0, 1, 2, 2], 14186213021.40504]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 2, 3, 1], [1, 1, 0, 0, 1, 1, 1, 3, 1], 14184857884.760084]
+--- Retained value to add in file: [3, 0, 3, 3, 0, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 0, 3, 1, 2], [2, 1, 0, 1, 1, 0, 1, 1, 2], 14182765020.505796]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 1, 2, 3], [0, 1, 1, 1, 1, 1, 1, 2, 3], 14182683468.059101]
+--- Retained value to add in file: [0, 2, 0, 0, 2, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 2, 2, 3, 1], [1, 0, 1, 0, 0, 1, 1, 3, 1], 14182364862.259834]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 2, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 2, 2, 2], [1, 0, 0, 0, 1, 0, 1, 2, 2], 14182294810.107645]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 1, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 1, 2, 2], [0, 1, 0, 1, 1, 0, 1, 2, 2], 14182106053.62466]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 3, 2, 0], [2, 1, 1, 0, 1, 0, 1, 2, 0], 14180966919.170528]
+--- Retained value to add in file: [2, 2, 0, 0, 2, 2, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 2, 2, 3, 3], [1, 1, 1, 0, 0, 1, 1, 3, 3], 14180450014.334915]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 1, 1, 1], [0, 1, 1, 1, 0, 1, 1, 1, 1], 14179650545.889488]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 3, 2, 0], [2, 1, 0, 0, 1, 1, 1, 2, 0], 14178388052.94392]
+--- Retained value to add in file: [0, 2, 0, 0, 2, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 2, 2, 1, 2], [1, 0, 1, 0, 0, 1, 1, 1, 2], 14176234908.702784]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 0, 2, 2], [0, 0, 1, 1, 0, 1, 0, 2, 2], 14175844587.930706]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 3, 2, 0], [2, 0, 1, 1, 0, 1, 1, 2, 0], 14174413257.7095]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 3, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 3, 1, 1], [2, 1, 0, 0, 1, 1, 1, 1, 1], 14172422429.163494]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 2, 2, 1], [1, 0, 1, 0, 0, 0, 1, 2, 1], 14172034464.65945]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 2, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 2, 2, 2], [1, 0, 1, 0, 0, 0, 1, 2, 2], 14171606745.827816]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 2, 3, 2], [1, 1, 1, 0, 1, 0, 1, 3, 2], 14169004431.410389]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 3, 1, 2], [2, 1, 1, 1, 0, 0, 1, 1, 2], 14168981989.832972]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 3, 3, 0], [2, 1, 1, 1, 1, 0, 1, 3, 0], 14168364271.183315]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 0, 2, 2], [0, 0, 0, 1, 1, 0, 0, 2, 2], 14163609273.799904]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 3, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 3, 2, 3], [2, 0, 1, 1, 1, 0, 1, 2, 3], 14161988544.949423]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 3, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 3, 1, 1], [2, 1, 1, 0, 0, 0, 1, 1, 1], 14160701443.200819]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 1, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 1, 2, 2], [0, 0, 1, 1, 0, 0, 1, 2, 2], 14160671845.398418]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 2, 3, 2], [1, 0, 1, 1, 0, 0, 1, 3, 2], 14160312373.584766]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 1, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 1, 2, 1], [0, 1, 0, 1, 1, 0, 1, 2, 1], 14158339426.617683]
+--- Retained value to add in file: [0, 0, 0, 2, 2, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 2, 0, 2, 2], [1, 0, 0, 0, 1, 1, 0, 2, 2], 14155442550.030146]
 --- Retained value to add in file: [1, 1, 0, 0, 1, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 1, 2, 2], [0, 1, 1, 0, 0, 1, 1, 1, 1, 1], 10877554352.226135]
---- Retained value to add in file: [1, 1, 0, 0, 1, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 1, 3, 2], [0, 1, 1, 0, 0, 1, 1, 1, 1, 1], 10877554352.226135]
---- Retained value to add in file: [2, 2, 0, 0, 2, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 2, 1, 1], [1, 1, 1, 0, 0, 0, 1, 1, 1, 1], 10875162302.698483]
---- Retained value to add in file: [2, 2, 0, 0, 2, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 2, 2, 1], [1, 1, 1, 0, 0, 0, 1, 1, 1, 1], 10875162302.698483]
---- Retained value to add in file: [2, 2, 0, 0, 2, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 2, 3, 1], [1, 1, 1, 0, 0, 0, 1, 1, 1, 1], 10875162302.698483]
---- Retained value to add in file: [0, 0, 1, 1, 1, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 1, 1, 3], [0, 0, 0, 1, 1, 2, 1, 1, 1, 1], 10874625520.223652]
---- Retained value to add in file: [0, 0, 1, 1, 1, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 1, 2, 3], [0, 0, 0, 1, 1, 2, 1, 1, 1, 1], 10874625520.223652]
---- Retained value to add in file: [0, 0, 1, 1, 1, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 1, 3, 3], [0, 0, 0, 1, 1, 2, 1, 1, 1, 1], 10874625520.223652]
---- Retained value to add in file: [1, 0, 1, 0, 1, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 1, 1, 2], [0, 1, 0, 1, 0, 1, 1, 1, 1, 1], 10872245986.964823]
+--- Raw result : [[1, 1, 0, 0, 1, 1, 2, 2], [0, 1, 1, 0, 0, 1, 1, 2, 2], 14152120689.057213]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 1, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 1, 2, 2], [0, 0, 0, 1, 1, 1, 1, 2, 2], 14148241359.489422]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 2, 2, 3], [1, 0, 0, 1, 1, 1, 1, 2, 3], 14147675953.305088]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 0, 2, 1], [0, 0, 0, 1, 1, 1, 0, 2, 1], 14146817396.584255]
+--- Retained value to add in file: [2, 2, 2, 2, 2, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 2, 0, 1, 1], [1, 1, 1, 1, 1, 1, 0, 1, 1], 14144607881.434872]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 2, 2, 3], [1, 1, 1, 0, 1, 0, 1, 2, 3], 14141500582.462547]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 2, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 2, 3, 3], [1, 1, 0, 0, 1, 1, 1, 3, 3], 14141071660.396414]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 2, 1, 0], [1, 0, 1, 1, 1, 1, 1, 1, 0], 14140949457.902744]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 0, 2, 2], [1, 0, 1, 0, 1, 1, 0, 2, 2], 14140162928.491707]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 1, 3, 3], [0, 1, 1, 1, 1, 1, 1, 3, 3], 14139910735.247814]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 3, 1, 0], [2, 1, 1, 1, 1, 0, 1, 1, 0], 14132759142.955868]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 0, 2, 1], [2, 1, 1, 1, 1, 1, 0, 2, 1], 14132409771.489025]
+--- Retained value to add in file: [0, 0, 0, 0, 3, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 3, 3, 2, 2], [2, 0, 0, 0, 0, 1, 1, 2, 2], 14132081536.152779]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 2, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 2, 2, 2], [1, 0, 0, 1, 0, 0, 1, 2, 2], 14128473027.205423]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 2, 3, 2], [1, 1, 0, 1, 0, 1, 1, 3, 2], 14127987379.184502]
+--- Retained value to add in file: [3, 0, 3, 3, 0, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 0, 3, 2, 0], [2, 1, 0, 1, 1, 0, 1, 2, 0], 14127633368.009136]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 3, 2, 0], [2, 0, 1, 0, 1, 1, 1, 2, 0], 14124433465.933468]
+--- Retained value to add in file: [2, 2, 2, 2, 2, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 2, 0, 1, 2], [1, 1, 1, 1, 1, 1, 0, 1, 2], 14121903982.97006]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 3, 2, 1], [2, 0, 0, 1, 1, 0, 1, 2, 1], 14121783366.286312]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 0, 2, 2], [2, 1, 1, 1, 1, 0, 0, 2, 2], 14116252089.618523]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 1, 3, 3], [0, 1, 1, 1, 0, 1, 1, 3, 3], 14115899222.580757]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 0, 2, 2], [0, 0, 0, 0, 1, 0, 0, 2, 2], 14113049762.436169]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 3, 2, 1], [2, 0, 1, 1, 0, 0, 1, 2, 1], 14109684179.778606]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 1, 1, 2], [0, 1, 1, 1, 0, 1, 1, 1, 2], 14106811652.421444]
+--- Retained value to add in file: [3, 3, 0, 0, 3, 3, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 3, 3, 3, 3], [2, 1, 1, 0, 0, 1, 1, 3, 3], 14105965786.334852]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 3, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 3, 3, 3], [2, 1, 0, 1, 0, 1, 1, 3, 3], 14102638262.938557]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 1, 1, 2], [0, 1, 0, 1, 1, 1, 1, 1, 2], 14098758103.210217]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 0, 2, 1], [1, 0, 0, 1, 1, 1, 0, 2, 1], 14097579780.135078]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 2, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 2, 2, 2], [1, 1, 0, 0, 0, 0, 1, 2, 2], 14095661972.624369]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 1, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 1, 2, 2], [0, 0, 0, 1, 1, 0, 1, 2, 2], 14093724283.458307]
 --- Retained value to add in file: [1, 0, 1, 0, 1, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 1, 2, 2], [0, 1, 0, 1, 0, 1, 1, 1, 1, 1], 10872245986.964823]
---- Retained value to add in file: [1, 0, 1, 0, 1, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 1, 3, 2], [0, 1, 0, 1, 0, 1, 1, 1, 1, 1], 10872245986.964823]
---- Retained value to add in file: [3, 3, 0, 3, 3, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 3, 2, 0], [2, 1, 1, 0, 1, 1, 1, 1, 1, 0], 10870294941.860651]
---- Retained value to add in file: [0, 3, 3, 3, 3, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 3, 1, 0], [2, 0, 1, 1, 1, 0, 1, 1, 1, 0], 10861145753.020859]
---- Retained value to add in file: [3, 3, 3, 3, 3, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 3, 0, 0], [2, 1, 1, 1, 1, 2, 1, 1, 0, 0], 10849090475.923561]
---- Retained value to add in file: [0, 2, 2, 0, 2, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 2, 1, 1], [1, 0, 1, 1, 0, 0, 1, 1, 1, 1], 10820619613.02512]
---- Retained value to add in file: [0, 2, 2, 0, 2, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 2, 2, 1], [1, 0, 1, 1, 0, 0, 1, 1, 1, 1], 10820619613.02512]
---- Retained value to add in file: [0, 2, 2, 0, 2, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 2, 3, 1], [1, 0, 1, 1, 0, 0, 1, 1, 1, 1], 10820619613.02512]
---- Retained value to add in file: [2, 2, 0, 2, 0, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 2, 1, 1], [1, 1, 1, 0, 1, 0, 0, 1, 1, 1], 10818316433.105425]
---- Retained value to add in file: [2, 2, 0, 2, 0, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 2, 2, 1], [1, 1, 1, 0, 1, 0, 0, 1, 1, 1], 10818316433.105425]
---- Retained value to add in file: [2, 2, 0, 2, 0, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 2, 3, 1], [1, 1, 1, 0, 1, 0, 0, 1, 1, 1], 10818316433.105425]
---- Retained value to add in file: [2, 0, 2, 0, 2, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 2, 1, 3], [1, 1, 0, 1, 0, 2, 1, 1, 1, 1], 10802910471.126385]
+--- Raw result : [[1, 0, 1, 0, 1, 1, 2, 2], [0, 1, 0, 1, 0, 1, 1, 2, 2], 14091188687.277248]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 3, 2, 1], [2, 1, 0, 0, 0, 0, 1, 2, 1], 14088397413.75662]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 3, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 3, 2, 3], [2, 0, 1, 1, 0, 1, 1, 2, 3], 14087827503.154509]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 3, 3, 0], [2, 1, 0, 1, 0, 1, 1, 3, 0], 14083053182.444044]
 --- Retained value to add in file: [2, 0, 2, 0, 2, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 2, 2, 3], [1, 1, 0, 1, 0, 2, 1, 1, 1, 1], 10802910471.126385]
---- Retained value to add in file: [2, 0, 2, 0, 2, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 2, 3, 3], [1, 1, 0, 1, 0, 2, 1, 1, 1, 1], 10802910471.126385]
---- Retained value to add in file: [3, 3, 0, 3, 0, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 3, 1, 3], [2, 1, 1, 0, 1, 2, 0, 1, 1, 1], 10802371573.77239]
+--- Raw result : [[2, 0, 2, 0, 2, 2, 2, 3], [1, 1, 0, 1, 0, 1, 1, 2, 3], 14080993119.866283]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 0, 1, 2], [0, 0, 0, 1, 1, 1, 0, 1, 2], 14080509197.881283]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 1, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 1, 2, 1], [0, 1, 0, 1, 0, 1, 1, 2, 1], 14079986762.462883]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 2, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 2, 3, 3], [1, 0, 1, 1, 0, 1, 1, 3, 3], 14078813467.452744]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 1, 3, 2], [0, 1, 1, 1, 1, 1, 1, 3, 2], 14078514916.290493]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 3, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 3, 3, 2], [2, 1, 1, 0, 1, 0, 1, 3, 2], 14077700942.0649]
+--- Retained value to add in file: [3, 0, 3, 3, 3, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 3, 3, 1, 3], [2, 1, 0, 1, 1, 1, 1, 1, 3], 14071843781.510586]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 0, 2, 2], [0, 1, 0, 1, 0, 1, 0, 2, 2], 14069431247.999506]
+--- Retained value to add in file: [1, 1, 0, 0, 1, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 1, 0, 2, 2], [0, 1, 1, 0, 0, 1, 0, 2, 2], 14067236038.174755]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 1, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 1, 2, 2], [0, 1, 0, 0, 1, 1, 1, 2, 2], 14067128559.149883]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 3, 1, 2], [2, 1, 1, 0, 1, 0, 1, 1, 2], 14064484427.304377]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 1, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 1, 3, 1], [0, 1, 1, 1, 1, 1, 1, 3, 1], 14064445171.791256]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 1, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 1, 2, 1], [0, 1, 0, 0, 1, 1, 1, 2, 1], 14062694329.606773]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 3, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 3, 1, 1], [2, 0, 1, 1, 1, 0, 1, 1, 1], 14060186246.934902]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 3, 3, 1], [2, 0, 0, 1, 1, 1, 1, 3, 1], 14059707215.168789]
+--- Retained value to add in file: [0, 0, 2, 0, 2, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 2, 2, 1, 2], [1, 0, 0, 1, 0, 1, 1, 1, 2], 14059260636.490202]
+--- Retained value to add in file: [0, 3, 0, 0, 3, 3, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 3, 3, 3, 2], [2, 0, 1, 0, 0, 1, 1, 3, 2], 14058653092.415245]
 --- Retained value to add in file: [3, 3, 0, 3, 0, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 3, 2, 3], [2, 1, 1, 0, 1, 2, 0, 1, 1, 1], 10802371573.77239]
---- Retained value to add in file: [3, 3, 0, 3, 0, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 3, 3, 3], [2, 1, 1, 0, 1, 2, 0, 1, 1, 1], 10802371573.77239]
---- Retained value to add in file: [2, 2, 0, 0, 2, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 2, 1, 3], [1, 1, 1, 0, 0, 2, 1, 1, 1, 1], 10798230590.958023]
---- Retained value to add in file: [2, 2, 0, 0, 2, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 2, 2, 3], [1, 1, 1, 0, 0, 2, 1, 1, 1, 1], 10798230590.958023]
---- Retained value to add in file: [2, 2, 0, 0, 2, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 2, 3, 3], [1, 1, 1, 0, 0, 2, 1, 1, 1, 1], 10798230590.958023]
---- Retained value to add in file: [0, 2, 2, 2, 0, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 2, 1, 1], [1, 0, 1, 1, 1, 0, 0, 1, 1, 1], 10794232824.573479]
---- Retained value to add in file: [0, 2, 2, 2, 0, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 2, 2, 1], [1, 0, 1, 1, 1, 0, 0, 1, 1, 1], 10794232824.573479]
---- Retained value to add in file: [0, 2, 2, 2, 0, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 2, 3, 1], [1, 0, 1, 1, 1, 0, 0, 1, 1, 1], 10794232824.573479]
---- Retained value to add in file: [0, 0, 1, 1, 1, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 1, 1, 1], [0, 0, 0, 1, 1, 0, 1, 1, 1, 1], 10775146588.821955]
---- Retained value to add in file: [0, 0, 1, 1, 1, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 1, 2, 1], [0, 0, 0, 1, 1, 0, 1, 1, 1, 1], 10775146588.821955]
---- Retained value to add in file: [0, 0, 1, 1, 1, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 1, 3, 1], [0, 0, 0, 1, 1, 0, 1, 1, 1, 1], 10775146588.821955]
---- Retained value to add in file: [2, 2, 0, 2, 2, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 2, 1, 0], [1, 1, 1, 0, 1, 0, 1, 1, 1, 0], 10758774911.32747]
---- Retained value to add in file: [0, 0, 0, 2, 2, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 2, 1, 3], [1, 0, 0, 0, 1, 2, 1, 1, 1, 1], 10750396615.932167]
---- Retained value to add in file: [0, 0, 0, 2, 2, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 2, 2, 3], [1, 0, 0, 0, 1, 2, 1, 1, 1, 1], 10750396615.932167]
---- Retained value to add in file: [0, 0, 0, 2, 2, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 2, 3, 3], [1, 0, 0, 0, 1, 2, 1, 1, 1, 1], 10750396615.932167]
---- Retained value to add in file: [0, 1, 1, 0, 1, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 1, 1, 2], [0, 0, 1, 1, 0, 1, 1, 1, 1, 1], 10745864971.718351]
---- Retained value to add in file: [0, 1, 1, 0, 1, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 1, 2, 2], [0, 0, 1, 1, 0, 1, 1, 1, 1, 1], 10745864971.718351]
---- Retained value to add in file: [0, 1, 1, 0, 1, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 1, 3, 2], [0, 0, 1, 1, 0, 1, 1, 1, 1, 1], 10745864971.718351]
---- Retained value to add in file: [0, 1, 1, 1, 1, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 1, 0, 2], [0, 0, 1, 1, 1, 1, 1, 1, 0, 1], 10743368198.144958]
---- Retained value to add in file: [0, 3, 3, 3, 3, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 0, 1, 3], [2, 0, 1, 1, 1, 2, 1, 0, 1, 1], 10741895643.561214]
---- Retained value to add in file: [0, 3, 3, 3, 3, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 0, 2, 3], [2, 0, 1, 1, 1, 2, 1, 0, 1, 1], 10741895643.561214]
---- Retained value to add in file: [0, 3, 3, 3, 3, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 0, 3, 3], [2, 0, 1, 1, 1, 2, 1, 0, 1, 1], 10741895643.561214]
---- Retained value to add in file: [3, 0, 3, 3, 3, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 0, 1, 3], [2, 1, 0, 1, 1, 2, 1, 0, 1, 1], 10736618313.41124]
+--- Raw result : [[3, 3, 0, 3, 0, 3, 2, 3], [2, 1, 1, 0, 1, 0, 1, 2, 3], 14057072375.083906]
+--- Retained value to add in file: [0, 2, 0, 0, 2, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 2, 2, 3, 2], [1, 0, 1, 0, 0, 1, 1, 3, 2], 14056901285.349781]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 2, 1, 3], [1, 0, 1, 1, 1, 1, 1, 1, 3], 14055187294.610668]
+--- Retained value to add in file: [0, 2, 2, 2, 0, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 0, 2, 3, 0], [1, 0, 1, 1, 1, 0, 1, 3, 0], 14054522415.630322]
+--- Retained value to add in file: [3, 0, 3, 3, 3, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 3, 0, 2, 1], [2, 1, 0, 1, 1, 1, 0, 2, 1], 14053493234.55085]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 3, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 3, 3, 3], [2, 0, 1, 1, 0, 1, 1, 3, 3], 14050290055.371122]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 0, 2, 2], [0, 0, 1, 0, 1, 1, 0, 2, 2], 14046390489.854717]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 2, 3, 1], [1, 1, 1, 0, 1, 0, 1, 3, 1], 14045338673.013468]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 3, 1, 2], [2, 0, 1, 0, 1, 1, 1, 1, 2], 14044007268.94839]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 3, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 3, 1, 1], [2, 0, 0, 1, 1, 1, 1, 1, 1], 14043883491.426174]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 1, 3, 2], [0, 1, 1, 1, 0, 1, 1, 3, 2], 14038491208.821995]
+--- Retained value to add in file: [0, 2, 2, 2, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 0, 0, 2, 1], [1, 0, 1, 1, 1, 0, 0, 2, 1], 14036553565.426558]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 3, 2, 2], [2, 0, 1, 1, 0, 0, 1, 2, 2], 14034200719.207485]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 1, 1, 2], [0, 0, 0, 1, 1, 1, 1, 1, 2], 14032691450.030577]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 3, 0, 2], [2, 1, 1, 1, 1, 0, 1, 0, 2], 14032555947.330332]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 0, 2, 1], [0, 1, 1, 0, 1, 1, 0, 2, 1], 14032310915.198881]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 2, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 2, 3, 3], [1, 0, 1, 0, 1, 1, 1, 3, 3], 14030517805.000313]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 0, 2, 2], [1, 0, 1, 1, 0, 1, 0, 2, 2], 14029127134.179222]
+--- Retained value to add in file: [0, 2, 0, 0, 2, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 2, 2, 1, 1], [1, 0, 1, 0, 0, 1, 1, 1, 1], 14027105736.888103]
+--- Retained value to add in file: [0, 0, 0, 0, 3, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 3, 3, 2, 1], [2, 0, 0, 0, 0, 1, 1, 2, 1], 14024176876.859663]
+--- Retained value to add in file: [2, 2, 0, 0, 2, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 2, 0, 2, 2], [1, 1, 1, 0, 0, 1, 0, 2, 2], 14017725070.833412]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 3, 2, 0], [2, 1, 0, 0, 0, 1, 1, 2, 0], 14017216585.750877]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 2, 3, 1], [1, 0, 0, 1, 1, 1, 1, 3, 1], 14016961133.854399]
+--- Retained value to add in file: [2, 2, 0, 0, 2, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 2, 0, 2, 1], [1, 1, 1, 0, 0, 1, 0, 2, 1], 14013799174.170301]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 3, 1, 0], [2, 1, 1, 1, 0, 1, 1, 1, 0], 14013538226.816784]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 0, 2, 2], [0, 0, 1, 0, 0, 1, 0, 2, 2], 14011954528.73956]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 1, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 1, 2, 1], [0, 0, 1, 0, 1, 1, 1, 2, 1], 14011944295.180525]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 0, 2, 2], [0, 0, 0, 1, 0, 0, 0, 2, 2], 14009874440.738049]
+--- Retained value to add in file: [0, 3, 0, 0, 3, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 3, 3, 3, 0], [2, 0, 1, 0, 0, 1, 1, 3, 0], 14007700892.265297]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 3, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 3, 1, 1], [2, 0, 1, 1, 0, 1, 1, 1, 1], 14007203016.477001]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 3, 2, 0], [2, 1, 1, 0, 0, 0, 1, 2, 0], 14005682536.06825]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 0, 2, 2], [2, 1, 1, 1, 0, 1, 0, 2, 2], 14004870766.665886]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 0, 2, 1], [0, 1, 1, 1, 1, 0, 0, 2, 1], 14003542955.315016]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 1, 1, 1], [0, 1, 1, 1, 1, 0, 1, 1, 1], 14002943865.155556]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 0, 2, 1], [2, 1, 1, 1, 0, 1, 0, 2, 1], 13997171623.252562]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 2, 2, 1], [1, 0, 0, 0, 1, 0, 1, 2, 1], 13995909506.33517]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 2, 2, 1], [1, 0, 0, 1, 0, 0, 1, 2, 1], 13993211085.05177]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 2, 1, 3], [1, 1, 1, 0, 1, 1, 1, 1, 3], 13990495494.104702]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 1, 2, 3], [0, 1, 1, 1, 0, 1, 1, 2, 3], 13989463933.53344]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 1, 3, 2], [0, 1, 1, 1, 1, 0, 1, 3, 2], 13988748898.040462]
+--- Retained value to add in file: [0, 2, 0, 2, 0, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 0, 2, 3, 2], [1, 0, 1, 0, 1, 0, 1, 3, 2], 13984874001.875202]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 2, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 2, 3, 3], [1, 0, 1, 1, 0, 0, 1, 3, 3], 13983792226.797758]
+--- Retained value to add in file: [2, 0, 0, 0, 2, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 2, 2, 1, 2], [1, 1, 0, 0, 0, 1, 1, 1, 2], 13982156049.385832]
+--- Retained value to add in file: [0, 2, 0, 0, 2, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 2, 2, 2, 0], [1, 0, 1, 0, 0, 1, 1, 2, 0], 13980515305.747845]
+--- Retained value to add in file: [0, 2, 0, 2, 0, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 0, 2, 1, 2], [1, 0, 1, 0, 1, 0, 1, 1, 2], 13979103184.007868]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 2, 3, 1], [1, 0, 1, 1, 0, 0, 1, 3, 1], 13978984073.658333]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 1, 1, 1], [0, 1, 0, 1, 1, 1, 1, 1, 1], 13977382699.389637]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 3, 3, 1], [2, 1, 0, 0, 0, 1, 1, 3, 1], 13976797058.989588]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 3, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 3, 2, 3], [2, 0, 0, 0, 1, 1, 1, 2, 3], 13973311369.229774]
+--- Retained value to add in file: [0, 2, 2, 2, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 0, 0, 2, 2], [1, 0, 1, 1, 1, 0, 0, 2, 2], 13971034676.071373]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 1, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 1, 2, 2], [0, 0, 0, 1, 0, 1, 1, 2, 2], 13968235968.708475]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 0, 0, 2, 2], [1, 1, 0, 1, 1, 0, 0, 2, 2], 13967835739.668941]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 2, 3, 2], [1, 0, 0, 1, 1, 1, 1, 3, 2], 13964184858.800407]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 3, 1, 2], [2, 0, 1, 1, 0, 1, 1, 1, 2], 13963799383.428629]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 3, 0, 1], [2, 1, 1, 1, 0, 1, 1, 0, 1], 13960465929.058712]
 --- Retained value to add in file: [3, 0, 3, 3, 3, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 0, 2, 3], [2, 1, 0, 1, 1, 2, 1, 0, 1, 1], 10736618313.41124]
---- Retained value to add in file: [3, 0, 3, 3, 3, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 0, 3, 3], [2, 1, 0, 1, 1, 2, 1, 0, 1, 1], 10736618313.41124]
---- Retained value to add in file: [2, 0, 0, 2, 0, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 2, 1, 2], [1, 1, 0, 0, 1, 1, 0, 1, 1, 1], 10730543340.403942]
---- Retained value to add in file: [2, 0, 0, 2, 0, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 2, 2, 2], [1, 1, 0, 0, 1, 1, 0, 1, 1, 1], 10730543340.403942]
---- Retained value to add in file: [2, 0, 0, 2, 0, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 2, 3, 2], [1, 1, 0, 0, 1, 1, 0, 1, 1, 1], 10730543340.403942]
---- Retained value to add in file: [2, 0, 0, 2, 2, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 2, 0, 2], [1, 1, 0, 0, 1, 1, 1, 1, 0, 1], 10729649636.208406]
---- Retained value to add in file: [0, 3, 3, 3, 3, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 3, 3, 0], [2, 0, 1, 1, 1, 2, 1, 1, 1, 0], 10713902432.443407]
---- Retained value to add in file: [0, 2, 0, 2, 2, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 2, 0, 2], [1, 0, 1, 0, 1, 1, 1, 1, 0, 1], 10713083196.240465]
+--- Raw result : [[3, 0, 3, 3, 3, 0, 2, 3], [2, 1, 0, 1, 1, 1, 0, 2, 3], 13960418870.345509]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 0, 2, 2], [2, 0, 0, 1, 1, 1, 0, 2, 2], 13960411127.428293]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 0, 2, 1], [1, 0, 1, 1, 0, 1, 0, 2, 1], 13959438062.95767]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 0, 2, 2], [0, 1, 0, 1, 1, 0, 0, 2, 2], 13958568500.698847]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 1, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 1, 2, 2], [0, 0, 0, 1, 0, 0, 1, 2, 2], 13958117574.722023]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 2, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 2, 3, 3], [1, 1, 0, 1, 0, 1, 1, 3, 3], 13958093422.649504]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 2, 1, 2], [1, 0, 0, 1, 1, 0, 1, 1, 2], 13957041727.05403]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 2, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 2, 2, 2], [1, 0, 0, 0, 0, 0, 1, 2, 2], 13956685136.409294]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 0, 2, 1], [1, 1, 1, 1, 0, 0, 0, 2, 1], 13953815101.047575]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 1, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 1, 2, 1], [0, 0, 0, 1, 1, 0, 1, 2, 1], 13953363972.02676]
+--- Retained value to add in file: [3, 0, 3, 3, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 0, 0, 2, 2], [2, 1, 0, 1, 1, 0, 0, 2, 2], 13951974507.000818]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 0, 1, 1], [1, 1, 1, 1, 1, 0, 0, 1, 1], 13951046810.030159]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 0, 2, 2], [0, 1, 1, 1, 1, 0, 0, 2, 2], 13948185519.23391]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 2, 3, 0], [1, 1, 0, 1, 0, 1, 1, 3, 0], 13948061116.920559]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 0, 1, 2], [0, 1, 1, 1, 1, 1, 0, 1, 2], 13947545062.349728]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 2, 2, 0], [1, 1, 1, 0, 0, 0, 1, 2, 0], 13946029652.299236]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 0, 2, 2], [1, 1, 0, 1, 0, 1, 0, 2, 2], 13942853241.772121]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 3, 3, 1], [2, 1, 1, 0, 1, 0, 1, 3, 1], 13940578135.367104]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 0, 2, 1], [2, 1, 1, 1, 0, 0, 0, 2, 1], 13940062542.737331]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 1, 2, 0], [0, 1, 1, 1, 0, 1, 1, 2, 0], 13939403532.993248]
 --- Retained value to add in file: [0, 1, 1, 1, 1, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 0, 1, 2], [0, 0, 1, 1, 1, 1, 1, 0, 1, 1], 10712919776.843336]
---- Retained value to add in file: [0, 1, 1, 1, 1, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 0, 2, 2], [0, 0, 1, 1, 1, 1, 1, 0, 1, 1], 10712919776.843336]
---- Retained value to add in file: [0, 1, 1, 1, 1, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 0, 3, 2], [0, 0, 1, 1, 1, 1, 1, 0, 1, 1], 10712919776.843336]
---- Retained value to add in file: [2, 2, 2, 2, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 0, 1, 2], [1, 1, 1, 1, 1, 1, 0, 0, 1, 1], 10710565315.153746]
---- Retained value to add in file: [2, 2, 2, 2, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 0, 2, 2], [1, 1, 1, 1, 1, 1, 0, 0, 1, 1], 10710565315.153746]
---- Retained value to add in file: [2, 2, 2, 2, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 0, 3, 2], [1, 1, 1, 1, 1, 1, 0, 0, 1, 1], 10710565315.153746]
---- Retained value to add in file: [0, 0, 0, 2, 2, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 2, 1, 1], [1, 0, 0, 0, 1, 0, 1, 1, 1, 1], 10700549480.06273]
---- Retained value to add in file: [0, 0, 0, 2, 2, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 2, 2, 1], [1, 0, 0, 0, 1, 0, 1, 1, 1, 1], 10700549480.06273]
---- Retained value to add in file: [0, 0, 0, 2, 2, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 2, 3, 1], [1, 0, 0, 0, 1, 0, 1, 1, 1, 1], 10700549480.06273]
---- Retained value to add in file: [3, 0, 3, 3, 3, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 3, 3, 0], [2, 1, 0, 1, 1, 2, 1, 1, 1, 0], 10698909864.475178]
+--- Raw result : [[0, 1, 1, 1, 1, 0, 1, 2], [0, 0, 1, 1, 1, 1, 0, 1, 2], 13938966045.740091]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 1, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 1, 2, 2], [0, 0, 0, 0, 0, 0, 1, 2, 2], 13936061826.278637]
+--- Retained value to add in file: [0, 1, 1, 1, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 0, 0, 2, 2], [0, 0, 1, 1, 1, 0, 0, 2, 2], 13935150841.24844]
+--- Retained value to add in file: [2, 0, 2, 2, 2, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 2, 2, 1, 3], [1, 1, 0, 1, 1, 1, 1, 1, 3], 13931437717.287163]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 0, 2, 1], [0, 1, 0, 0, 1, 1, 0, 2, 1], 13930475558.952114]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 0, 2, 2], [1, 0, 0, 0, 0, 1, 0, 2, 2], 13927826092.703987]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 2, 1, 1], [1, 0, 1, 1, 0, 0, 1, 1, 1], 13926551739.648754]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 1, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 1, 2, 2], [0, 0, 1, 0, 1, 1, 1, 2, 2], 13924449686.852455]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 1, 1, 2], [0, 0, 1, 1, 0, 1, 1, 1, 2], 13923965846.05636]
+--- Retained value to add in file: [3, 0, 3, 3, 3, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 3, 3, 0, 2], [2, 1, 0, 1, 1, 1, 1, 0, 2], 13923388716.97186]
+--- Retained value to add in file: [0, 2, 0, 2, 0, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 0, 2, 1, 1], [1, 0, 1, 0, 1, 0, 1, 1, 1], 13917827836.906796]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 2, 0, 1], [1, 1, 1, 0, 1, 1, 1, 0, 1], 13917602064.849495]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 2, 1, 2], [1, 1, 1, 0, 0, 0, 1, 1, 2], 13916217723.75245]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 0, 2, 2], [2, 0, 1, 1, 1, 1, 0, 2, 2], 13914152420.872643]
+--- Retained value to add in file: [0, 3, 0, 3, 0, 3, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 0, 3, 3, 2], [2, 0, 1, 0, 1, 0, 1, 3, 2], 13913774630.922829]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 1, 3, 0], [0, 1, 1, 1, 1, 1, 1, 3, 0], 13911521336.237837]
+--- Retained value to add in file: [2, 0, 0, 0, 2, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 2, 2, 2, 0], [1, 1, 0, 0, 0, 1, 1, 2, 0], 13910060873.5079]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 1, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 1, 2, 2], [0, 0, 1, 0, 0, 1, 1, 2, 2], 13904808082.064068]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 2, 3, 0], [1, 1, 0, 0, 1, 1, 1, 3, 0], 13904592744.252026]
+--- Retained value to add in file: [0, 0, 2, 0, 2, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 2, 0, 2, 2], [1, 0, 0, 1, 0, 1, 0, 2, 2], 13904238507.16778]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 1, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 1, 2, 1], [0, 0, 1, 1, 0, 0, 1, 2, 1], 13902444019.178692]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 1, 3, 2], [0, 1, 1, 1, 0, 0, 1, 3, 2], 13893931955.254642]
+--- Retained value to add in file: [0, 0, 0, 2, 2, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 2, 2, 2, 3], [1, 0, 0, 0, 1, 1, 1, 2, 3], 13892138342.952229]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 2, 1, 0], [1, 1, 1, 0, 1, 1, 1, 1, 0], 13891994077.55402]
 --- Retained value to add in file: [0, 0, 2, 2, 2, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 2, 0, 2], [1, 0, 0, 1, 1, 1, 1, 1, 0, 1], 10693736155.129921]
---- Retained value to add in file: [1, 0, 1, 1, 0, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 1, 1, 2], [0, 1, 0, 1, 1, 1, 0, 1, 1, 1], 10689570601.264172]
---- Retained value to add in file: [1, 0, 1, 1, 0, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 1, 2, 2], [0, 1, 0, 1, 1, 1, 0, 1, 1, 1], 10689570601.264172]
---- Retained value to add in file: [1, 0, 1, 1, 0, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 1, 3, 2], [0, 1, 0, 1, 1, 1, 0, 1, 1, 1], 10689570601.264172]
---- Retained value to add in file: [1, 1, 1, 1, 1, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 1, 1, 0], [0, 1, 1, 1, 1, 0, 1, 1, 1, 0], 10686910714.233273]
---- Retained value to add in file: [3, 3, 3, 3, 3, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 0, 2, 0], [2, 1, 1, 1, 1, 1, 1, 0, 1, 0], 10682617698.735914]
---- Retained value to add in file: [0, 3, 3, 3, 0, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 3, 1, 3], [2, 0, 1, 1, 1, 2, 0, 1, 1, 1], 10680928686.895693]
---- Retained value to add in file: [0, 3, 3, 3, 0, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 3, 2, 3], [2, 0, 1, 1, 1, 2, 0, 1, 1, 1], 10680928686.895693]
---- Retained value to add in file: [0, 3, 3, 3, 0, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 3, 3, 3], [2, 0, 1, 1, 1, 2, 0, 1, 1, 1], 10680928686.895693]
---- Retained value to add in file: [1, 0, 1, 1, 1, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 1, 0, 2], [0, 1, 0, 1, 1, 1, 1, 1, 0, 1], 10679707251.459892]
---- Retained value to add in file: [2, 2, 2, 2, 2, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 0, 2, 0], [1, 1, 1, 1, 1, 1, 1, 0, 1, 0], 10666489722.785917]
---- Retained value to add in file: [2, 0, 0, 0, 2, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 2, 1, 2], [1, 1, 0, 0, 0, 1, 1, 1, 1, 1], 10653458041.17482]
---- Retained value to add in file: [2, 0, 0, 0, 2, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 2, 2, 2], [1, 1, 0, 0, 0, 1, 1, 1, 1, 1], 10653458041.17482]
---- Retained value to add in file: [2, 0, 0, 0, 2, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 2, 3, 2], [1, 1, 0, 0, 0, 1, 1, 1, 1, 1], 10653458041.17482]
---- Retained value to add in file: [3, 3, 3, 3, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 0, 1, 2], [2, 1, 1, 1, 1, 1, 0, 0, 1, 1], 10650391938.283329]
---- Retained value to add in file: [3, 3, 3, 3, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 0, 2, 2], [2, 1, 1, 1, 1, 1, 0, 0, 1, 1], 10650391938.283329]
---- Retained value to add in file: [3, 3, 3, 3, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 0, 3, 2], [2, 1, 1, 1, 1, 1, 0, 0, 1, 1], 10650391938.283329]
---- Retained value to add in file: [3, 3, 3, 3, 0, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 3, 0, 1], [2, 1, 1, 1, 1, 0, 0, 1, 0, 1], 10644061652.000807]
---- Retained value to add in file: [0, 2, 2, 0, 2, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 2, 1, 3], [1, 0, 1, 1, 0, 2, 1, 1, 1, 1], 10637803635.282923]
---- Retained value to add in file: [0, 2, 2, 0, 2, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 2, 2, 3], [1, 0, 1, 1, 0, 2, 1, 1, 1, 1], 10637803635.282923]
---- Retained value to add in file: [0, 2, 2, 0, 2, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 2, 3, 3], [1, 0, 1, 1, 0, 2, 1, 1, 1, 1], 10637803635.282923]
---- Retained value to add in file: [0, 1, 1, 1, 1, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 1, 0, 3], [0, 0, 1, 1, 1, 2, 1, 1, 0, 1], 10637778319.645266]
---- Retained value to add in file: [1, 0, 1, 1, 0, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 1, 1, 3], [0, 1, 0, 1, 1, 2, 0, 1, 1, 1], 10633627269.854988]
---- Retained value to add in file: [1, 0, 1, 1, 0, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 1, 2, 3], [0, 1, 0, 1, 1, 2, 0, 1, 1, 1], 10633627269.854988]
---- Retained value to add in file: [1, 0, 1, 1, 0, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 1, 3, 3], [0, 1, 0, 1, 1, 2, 0, 1, 1, 1], 10633627269.854988]
---- Retained value to add in file: [2, 0, 0, 2, 0, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 2, 1, 3], [1, 1, 0, 0, 1, 2, 0, 1, 1, 1], 10628259363.608866]
---- Retained value to add in file: [2, 0, 0, 2, 0, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 2, 2, 3], [1, 1, 0, 0, 1, 2, 0, 1, 1, 1], 10628259363.608866]
---- Retained value to add in file: [2, 0, 0, 2, 0, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 2, 3, 3], [1, 1, 0, 0, 1, 2, 0, 1, 1, 1], 10628259363.608866]
---- Retained value to add in file: [1, 0, 1, 0, 1, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 1, 1, 1], [0, 1, 0, 1, 0, 0, 1, 1, 1, 1], 10627070528.583439]
---- Retained value to add in file: [1, 0, 1, 0, 1, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 1, 2, 1], [0, 1, 0, 1, 0, 0, 1, 1, 1, 1], 10627070528.583439]
---- Retained value to add in file: [1, 0, 1, 0, 1, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 1, 3, 1], [0, 1, 0, 1, 0, 0, 1, 1, 1, 1], 10627070528.583439]
---- Retained value to add in file: [1, 1, 0, 1, 0, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 1, 1, 2], [0, 1, 1, 0, 1, 1, 0, 1, 1, 1], 10605689671.100698]
+--- Raw result : [[0, 0, 2, 2, 2, 2, 0, 2], [1, 0, 0, 1, 1, 1, 1, 0, 2], 13891483919.273588]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 0, 0, 2, 1], [1, 1, 0, 1, 1, 0, 0, 2, 1], 13890374640.185585]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 0, 2, 1], [0, 0, 1, 1, 0, 1, 0, 2, 1], 13888954583.19714]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 2, 3, 2], [1, 0, 0, 1, 1, 0, 1, 3, 2], 13888603609.858273]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 3, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 3, 3, 3], [2, 0, 0, 1, 1, 0, 1, 3, 3], 13886801140.170227]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 1, 1, 2], [0, 1, 1, 1, 1, 0, 1, 1, 2], 13886435256.563213]
+--- Retained value to add in file: [2, 0, 0, 0, 2, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 2, 0, 2, 2], [1, 1, 0, 0, 0, 1, 0, 2, 2], 13886277439.79333]
+--- Retained value to add in file: [0, 2, 0, 2, 0, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 0, 2, 3, 1], [1, 0, 1, 0, 1, 0, 1, 3, 1], 13886061579.647636]
+--- Retained value to add in file: [0, 2, 0, 0, 2, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 2, 2, 2, 3], [1, 0, 1, 0, 0, 1, 1, 2, 3], 13883894016.859556]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 0, 2, 1], [1, 1, 0, 0, 1, 1, 0, 2, 1], 13880340651.127327]
+--- Retained value to add in file: [2, 2, 2, 2, 2, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 2, 0, 2, 3], [1, 1, 1, 1, 1, 1, 0, 2, 3], 13880311740.394764]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 1, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 1, 2, 2], [0, 0, 0, 0, 0, 1, 1, 2, 2], 13880266867.608055]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 3, 2, 0], [2, 0, 1, 1, 1, 0, 1, 2, 0], 13876560741.885464]
+--- Retained value to add in file: [2, 0, 0, 0, 2, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 2, 2, 1, 1], [1, 1, 0, 0, 0, 1, 1, 1, 1], 13876411975.81834]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 3, 1, 2], [2, 0, 1, 1, 1, 0, 1, 1, 2], 13876265368.633905]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 2, 3, 0], [1, 1, 1, 1, 0, 0, 1, 3, 0], 13875052990.326702]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 3, 0, 2], [2, 1, 1, 1, 0, 1, 1, 0, 2], 13874110328.275782]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 0, 2, 3], [2, 1, 1, 1, 1, 1, 0, 2, 3], 13872546337.122444]
 --- Retained value to add in file: [1, 1, 0, 1, 0, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 1, 2, 2], [0, 1, 1, 0, 1, 1, 0, 1, 1, 1], 10605689671.100698]
---- Retained value to add in file: [1, 1, 0, 1, 0, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 1, 3, 2], [0, 1, 1, 0, 1, 1, 0, 1, 1, 1], 10605689671.100698]
---- Retained value to add in file: [1, 1, 0, 1, 0, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 1, 1, 3], [0, 1, 1, 0, 1, 2, 0, 1, 1, 1], 10604568842.518164]
---- Retained value to add in file: [1, 1, 0, 1, 0, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 1, 2, 3], [0, 1, 1, 0, 1, 2, 0, 1, 1, 1], 10604568842.518164]
---- Retained value to add in file: [1, 1, 0, 1, 0, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 1, 3, 3], [0, 1, 1, 0, 1, 2, 0, 1, 1, 1], 10604568842.518164]
---- Retained value to add in file: [1, 1, 0, 0, 1, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 1, 1, 3], [0, 1, 1, 0, 0, 2, 1, 1, 1, 1], 10603488994.28455]
---- Retained value to add in file: [1, 1, 0, 0, 1, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 1, 2, 3], [0, 1, 1, 0, 0, 2, 1, 1, 1, 1], 10603488994.28455]
---- Retained value to add in file: [1, 1, 0, 0, 1, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 1, 3, 3], [0, 1, 1, 0, 0, 2, 1, 1, 1, 1], 10603488994.28455]
---- Retained value to add in file: [1, 1, 1, 1, 0, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 1, 1, 1], [0, 1, 1, 1, 1, 0, 0, 1, 1, 1], 10603295144.321207]
---- Retained value to add in file: [1, 1, 1, 1, 0, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 1, 2, 1], [0, 1, 1, 1, 1, 0, 0, 1, 1, 1], 10603295144.321207]
---- Retained value to add in file: [1, 1, 1, 1, 0, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 1, 3, 1], [0, 1, 1, 1, 1, 0, 0, 1, 1, 1], 10603295144.321207]
---- Retained value to add in file: [3, 3, 3, 3, 3, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 0, 1, 0], [2, 1, 1, 1, 1, 0, 1, 0, 1, 0], 10593552298.663738]
---- Retained value to add in file: [1, 0, 1, 1, 1, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 0, 1, 2], [0, 1, 0, 1, 1, 1, 1, 0, 1, 1], 10592259319.392584]
---- Retained value to add in file: [1, 0, 1, 1, 1, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 0, 2, 2], [0, 1, 0, 1, 1, 1, 1, 0, 1, 1], 10592259319.392584]
---- Retained value to add in file: [1, 0, 1, 1, 1, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 0, 3, 2], [0, 1, 0, 1, 1, 1, 1, 0, 1, 1], 10592259319.392584]
---- Retained value to add in file: [3, 0, 3, 0, 3, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 3, 1, 2], [2, 1, 0, 1, 0, 1, 1, 1, 1, 1], 10591527321.355247]
---- Retained value to add in file: [3, 0, 3, 0, 3, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 3, 2, 2], [2, 1, 0, 1, 0, 1, 1, 1, 1, 1], 10591527321.355247]
---- Retained value to add in file: [3, 0, 3, 0, 3, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 3, 3, 2], [2, 1, 0, 1, 0, 1, 1, 1, 1, 1], 10591527321.355247]
---- Retained value to add in file: [1, 1, 0, 1, 1, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 1, 0, 2], [0, 1, 1, 0, 1, 1, 1, 1, 0, 1], 10585973841.745165]
---- Retained value to add in file: [3, 3, 0, 3, 3, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 0, 1, 3], [2, 1, 1, 0, 1, 2, 1, 0, 1, 1], 10575121577.03826]
---- Retained value to add in file: [3, 3, 0, 3, 3, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 0, 2, 3], [2, 1, 1, 0, 1, 2, 1, 0, 1, 1], 10575121577.03826]
---- Retained value to add in file: [3, 3, 0, 3, 3, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 0, 3, 3], [2, 1, 1, 0, 1, 2, 1, 0, 1, 1], 10575121577.03826]
---- Retained value to add in file: [3, 3, 3, 0, 3, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 3, 1, 3], [2, 1, 1, 1, 0, 2, 1, 1, 1, 1], 10574570228.997208]
---- Retained value to add in file: [3, 3, 3, 0, 3, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 3, 2, 3], [2, 1, 1, 1, 0, 2, 1, 1, 1, 1], 10574570228.997208]
---- Retained value to add in file: [3, 3, 3, 0, 3, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 3, 3, 3], [2, 1, 1, 1, 0, 2, 1, 1, 1, 1], 10574570228.997208]
---- Retained value to add in file: [3, 3, 0, 3, 0, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 3, 1, 1], [2, 1, 1, 0, 1, 0, 0, 1, 1, 1], 10574497985.050879]
---- Retained value to add in file: [3, 3, 0, 3, 0, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 3, 2, 1], [2, 1, 1, 0, 1, 0, 0, 1, 1, 1], 10574497985.050879]
---- Retained value to add in file: [3, 3, 0, 3, 0, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 3, 3, 1], [2, 1, 1, 0, 1, 0, 0, 1, 1, 1], 10574497985.050879]
---- Retained value to add in file: [3, 3, 0, 3, 3, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 3, 1, 0], [2, 1, 1, 0, 1, 0, 1, 1, 1, 0], 10570588228.907303]
---- Retained value to add in file: [3, 3, 0, 3, 3, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 3, 3, 0], [2, 1, 1, 0, 1, 2, 1, 1, 1, 0], 10568330696.322067]
---- Retained value to add in file: [1, 0, 1, 1, 1, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 1, 0, 3], [0, 1, 0, 1, 1, 2, 1, 1, 0, 1], 10565730268.838158]
---- Retained value to add in file: [0, 2, 0, 2, 2, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 2, 0, 3], [1, 0, 1, 0, 1, 2, 1, 1, 0, 1], 10562888059.133596]
---- Retained value to add in file: [1, 1, 0, 0, 1, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 1, 1, 1], [0, 1, 1, 0, 0, 0, 1, 1, 1, 1], 10556382103.481068]
---- Retained value to add in file: [1, 1, 0, 0, 1, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 1, 2, 1], [0, 1, 1, 0, 0, 0, 1, 1, 1, 1], 10556382103.481068]
---- Retained value to add in file: [1, 1, 0, 0, 1, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 1, 3, 1], [0, 1, 1, 0, 0, 0, 1, 1, 1, 1], 10556382103.481068]
---- Retained value to add in file: [2, 0, 0, 2, 2, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 2, 0, 3], [1, 1, 0, 0, 1, 2, 1, 1, 0, 1], 10553772578.52958]
---- Retained value to add in file: [0, 3, 3, 3, 0, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 3, 1, 1], [2, 0, 1, 1, 1, 0, 0, 1, 1, 1], 10545552773.458977]
---- Retained value to add in file: [0, 3, 3, 3, 0, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 3, 2, 1], [2, 0, 1, 1, 1, 0, 0, 1, 1, 1], 10545552773.458977]
---- Retained value to add in file: [0, 3, 3, 3, 0, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 3, 3, 1], [2, 0, 1, 1, 1, 0, 0, 1, 1, 1], 10545552773.458977]
---- Retained value to add in file: [3, 0, 3, 0, 3, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 3, 1, 1], [2, 1, 0, 1, 0, 0, 1, 1, 1, 1], 10533057383.151503]
---- Retained value to add in file: [3, 0, 3, 0, 3, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 3, 2, 1], [2, 1, 0, 1, 0, 0, 1, 1, 1, 1], 10533057383.151503]
---- Retained value to add in file: [3, 0, 3, 0, 3, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 3, 3, 1], [2, 1, 0, 1, 0, 0, 1, 1, 1, 1], 10533057383.151503]
---- Retained value to add in file: [1, 1, 0, 1, 1, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 1, 0, 3], [0, 1, 1, 0, 1, 2, 1, 1, 0, 1], 10528761567.080906]
---- Retained value to add in file: [1, 0, 1, 0, 1, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 1, 1, 3], [0, 1, 0, 1, 0, 2, 1, 1, 1, 1], 10527188750.273205]
---- Retained value to add in file: [1, 0, 1, 0, 1, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 1, 2, 3], [0, 1, 0, 1, 0, 2, 1, 1, 1, 1], 10527188750.273205]
---- Retained value to add in file: [1, 0, 1, 0, 1, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 1, 3, 3], [0, 1, 0, 1, 0, 2, 1, 1, 1, 1], 10527188750.273205]
---- Retained value to add in file: [3, 0, 0, 3, 3, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 3, 0, 2], [2, 1, 0, 0, 1, 1, 1, 1, 0, 1], 10524126027.129276]
---- Retained value to add in file: [1, 1, 0, 1, 1, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 0, 1, 2], [0, 1, 1, 0, 1, 1, 1, 0, 1, 1], 10520651740.776884]
---- Retained value to add in file: [1, 1, 0, 1, 1, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 0, 2, 2], [0, 1, 1, 0, 1, 1, 1, 0, 1, 1], 10520651740.776884]
---- Retained value to add in file: [1, 1, 0, 1, 1, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 0, 3, 2], [0, 1, 1, 0, 1, 1, 1, 0, 1, 1], 10520651740.776884]
---- Retained value to add in file: [0, 2, 0, 2, 2, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 0, 1, 2], [1, 0, 1, 0, 1, 1, 1, 0, 1, 1], 10520290872.419432]
---- Retained value to add in file: [0, 2, 0, 2, 2, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 0, 2, 2], [1, 0, 1, 0, 1, 1, 1, 0, 1, 1], 10520290872.419432]
---- Retained value to add in file: [0, 2, 0, 2, 2, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 0, 3, 2], [1, 0, 1, 0, 1, 1, 1, 0, 1, 1], 10520290872.419432]
+--- Raw result : [[1, 1, 0, 1, 0, 1, 2, 2], [0, 1, 1, 0, 1, 0, 1, 2, 2], 13872223251.946266]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 1, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 1, 2, 2], [0, 1, 0, 0, 0, 1, 1, 2, 2], 13871922754.148508]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 0, 2, 1], [1, 0, 1, 0, 1, 1, 0, 2, 1], 13869848182.769407]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 1, 1, 2], [0, 1, 1, 0, 1, 1, 1, 1, 2], 13865318805.233883]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 1, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 1, 2, 1], [0, 1, 1, 0, 1, 0, 1, 2, 1], 13856880396.953672]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 2, 3, 2], [1, 1, 0, 1, 0, 0, 1, 3, 2], 13855215178.462627]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 2, 1, 1], [1, 0, 0, 1, 1, 0, 1, 1, 1], 13854874358.551968]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 3, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 3, 3, 2], [2, 0, 0, 0, 1, 1, 1, 3, 2], 13851221174.423466]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 3, 3, 0], [2, 1, 0, 0, 1, 1, 1, 3, 0], 13850766935.717878]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 3, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 3, 1, 1], [2, 0, 1, 0, 1, 1, 1, 1, 1], 13850540305.47224]
+--- Retained value to add in file: [0, 2, 0, 2, 0, 2, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 0, 2, 3, 3], [1, 0, 1, 0, 1, 0, 1, 3, 3], 13850311833.68913]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 3, 2, 2], [2, 1, 0, 0, 0, 0, 1, 2, 2], 13849918327.087303]
+--- Retained value to add in file: [0, 1, 1, 1, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 0, 0, 2, 1], [0, 0, 1, 1, 1, 0, 0, 2, 1], 13849111757.713543]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 1, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 1, 3, 1], [0, 1, 1, 1, 0, 1, 1, 3, 1], 13848289393.777842]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 0, 1, 2], [1, 0, 1, 1, 1, 1, 0, 1, 2], 13848261109.946926]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 3, 2, 0], [2, 0, 0, 1, 1, 1, 1, 2, 0], 13847211909.433926]
 --- Retained value to add in file: [0, 1, 1, 1, 1, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 1, 2, 0], [0, 0, 1, 1, 1, 1, 1, 1, 1, 0], 10510934416.990274]
---- Retained value to add in file: [0, 0, 2, 2, 2, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 0, 1, 2], [1, 0, 0, 1, 1, 1, 1, 0, 1, 1], 10509221332.642971]
---- Retained value to add in file: [0, 0, 2, 2, 2, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 0, 2, 2], [1, 0, 0, 1, 1, 1, 1, 0, 1, 1], 10509221332.642971]
---- Retained value to add in file: [0, 0, 2, 2, 2, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 0, 3, 2], [1, 0, 0, 1, 1, 1, 1, 0, 1, 1], 10509221332.642971]
+--- Raw result : [[0, 1, 1, 1, 1, 1, 2, 0], [0, 0, 1, 1, 1, 1, 1, 2, 0], 13847050259.38781]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 3, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 3, 3, 2], [2, 1, 0, 0, 0, 1, 1, 3, 2], 13845435202.524067]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 3, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 3, 2, 3], [2, 1, 0, 0, 0, 1, 1, 2, 3], 13845415936.548653]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 0, 0, 2, 2], [0, 1, 0, 0, 1, 0, 0, 2, 2], 13842743558.680916]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 3, 3, 0], [2, 1, 1, 1, 0, 0, 1, 3, 0], 13840311988.181223]
+--- Retained value to add in file: [0, 3, 0, 3, 0, 3, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 0, 3, 3, 3], [2, 0, 1, 0, 1, 0, 1, 3, 3], 13840221996.507166]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 0, 2, 2], [2, 1, 0, 1, 0, 1, 0, 2, 2], 13838074085.321619]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 3, 1, 3], [2, 1, 1, 0, 1, 1, 1, 1, 3], 13836242963.605335]
+--- Retained value to add in file: [2, 0, 2, 2, 2, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 2, 0, 2, 3], [1, 1, 0, 1, 1, 1, 0, 2, 3], 13833682275.75085]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 0, 1, 2], [0, 1, 0, 1, 1, 1, 0, 1, 2], 13833319205.454084]
+--- Retained value to add in file: [0, 2, 0, 0, 2, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 2, 0, 2, 2], [1, 0, 1, 0, 0, 1, 0, 2, 2], 13829792279.11485]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 2, 1, 2], [1, 0, 1, 1, 0, 0, 1, 1, 2], 13829669461.40275]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 1, 2, 3], [0, 1, 1, 1, 1, 0, 1, 2, 3], 13828536836.86441]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 3, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 3, 3, 2], [2, 0, 0, 1, 1, 0, 1, 3, 2], 13825160556.65903]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 2, 1, 3], [1, 1, 1, 1, 0, 1, 1, 1, 3], 13823818751.939533]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 0, 2, 2], [2, 1, 1, 0, 1, 1, 0, 2, 2], 13823447541.05349]
+--- Retained value to add in file: [2, 0, 2, 2, 2, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 2, 0, 1, 2], [1, 1, 0, 1, 1, 1, 0, 1, 2], 13821784783.65385]
+--- Retained value to add in file: [0, 2, 0, 0, 2, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 2, 2, 3, 0], [1, 0, 1, 0, 0, 1, 1, 3, 0], 13819199533.382486]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 0, 2, 2], [1, 0, 0, 1, 1, 0, 0, 2, 2], 13817973119.031794]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 0, 2, 2], [2, 1, 0, 0, 1, 1, 0, 2, 2], 13817432531.008173]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 3, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 3, 3, 3], [2, 0, 0, 0, 1, 1, 1, 3, 3], 13817083519.187317]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 3, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 3, 3, 2], [2, 0, 1, 1, 0, 0, 1, 3, 2], 13815263404.643394]
 --- Retained value to add in file: [0, 1, 1, 1, 0, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 1, 1, 2], [0, 0, 1, 1, 1, 1, 0, 1, 1, 1], 10506632920.598825]
---- Retained value to add in file: [0, 1, 1, 1, 0, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 1, 2, 2], [0, 0, 1, 1, 1, 1, 0, 1, 1, 1], 10506632920.598825]
---- Retained value to add in file: [0, 1, 1, 1, 0, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 1, 3, 2], [0, 0, 1, 1, 1, 1, 0, 1, 1, 1], 10506632920.598825]
---- Retained value to add in file: [2, 0, 0, 2, 2, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 0, 1, 2], [1, 1, 0, 0, 1, 1, 1, 0, 1, 1], 10506526014.814102]
---- Retained value to add in file: [2, 0, 0, 2, 2, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 0, 2, 2], [1, 1, 0, 0, 1, 1, 1, 0, 1, 1], 10506526014.814102]
---- Retained value to add in file: [2, 0, 0, 2, 2, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 0, 3, 2], [1, 1, 0, 0, 1, 1, 1, 0, 1, 1], 10506526014.814102]
---- Retained value to add in file: [2, 2, 2, 2, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 0, 1, 3], [1, 1, 1, 1, 1, 2, 0, 0, 1, 1], 10504965135.848387]
---- Retained value to add in file: [2, 2, 2, 2, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 0, 2, 3], [1, 1, 1, 1, 1, 2, 0, 0, 1, 1], 10504965135.848387]
---- Retained value to add in file: [2, 2, 2, 2, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 0, 3, 3], [1, 1, 1, 1, 1, 2, 0, 0, 1, 1], 10504965135.848387]
---- Retained value to add in file: [2, 2, 2, 0, 2, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 2, 0, 2], [1, 1, 1, 1, 0, 1, 1, 1, 0, 1], 10503037171.28181]
---- Retained value to add in file: [2, 2, 2, 2, 0, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 2, 2, 0], [1, 1, 1, 1, 1, 1, 0, 1, 1, 0], 10501574582.589544]
---- Retained value to add in file: [0, 1, 1, 1, 0, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 1, 1, 3], [0, 0, 1, 1, 1, 2, 0, 1, 1, 1], 10489760380.757076]
---- Retained value to add in file: [0, 1, 1, 1, 0, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 1, 2, 3], [0, 0, 1, 1, 1, 2, 0, 1, 1, 1], 10489760380.757076]
---- Retained value to add in file: [0, 1, 1, 1, 0, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 1, 3, 3], [0, 0, 1, 1, 1, 2, 0, 1, 1, 1], 10489760380.757076]
---- Retained value to add in file: [0, 0, 3, 3, 3, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 3, 0, 2], [2, 0, 0, 1, 1, 1, 1, 1, 0, 1], 10479224898.759829]
---- Retained value to add in file: [0, 1, 1, 0, 1, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 1, 1, 1], [0, 0, 1, 1, 0, 0, 1, 1, 1, 1], 10478642455.370323]
---- Retained value to add in file: [0, 1, 1, 0, 1, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 1, 2, 1], [0, 0, 1, 1, 0, 0, 1, 1, 1, 1], 10478642455.370323]
---- Retained value to add in file: [0, 1, 1, 0, 1, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 1, 3, 1], [0, 0, 1, 1, 0, 0, 1, 1, 1, 1], 10478642455.370323]
---- Retained value to add in file: [0, 0, 2, 2, 2, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 2, 0, 3], [1, 0, 0, 1, 1, 2, 1, 1, 0, 1], 10475724191.561712]
---- Retained value to add in file: [2, 2, 2, 2, 0, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 2, 3, 0], [1, 1, 1, 1, 1, 2, 0, 1, 1, 0], 10471645548.809637]
---- Retained value to add in file: [0, 0, 0, 3, 3, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 3, 1, 2], [2, 0, 0, 0, 1, 1, 1, 1, 1, 1], 10460730057.513758]
---- Retained value to add in file: [0, 0, 0, 3, 3, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 3, 2, 2], [2, 0, 0, 0, 1, 1, 1, 1, 1, 1], 10460730057.513758]
---- Retained value to add in file: [0, 0, 0, 3, 3, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 3, 3, 2], [2, 0, 0, 0, 1, 1, 1, 1, 1, 1], 10460730057.513758]
---- Retained value to add in file: [2, 2, 2, 2, 2, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 0, 1, 0], [1, 1, 1, 1, 1, 0, 1, 0, 1, 0], 10457187617.595636]
---- Retained value to add in file: [0, 3, 3, 3, 3, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 0, 0, 2], [2, 0, 1, 1, 1, 1, 1, 0, 0, 1], 10454459489.813128]
---- Retained value to add in file: [0, 1, 1, 1, 1, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 0, 1, 1], [0, 0, 1, 1, 1, 0, 1, 0, 1, 1], 10454073270.90031]
---- Retained value to add in file: [0, 1, 1, 1, 1, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 0, 2, 1], [0, 0, 1, 1, 1, 0, 1, 0, 1, 1], 10454073270.90031]
---- Retained value to add in file: [0, 1, 1, 1, 1, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 0, 3, 1], [0, 0, 1, 1, 1, 0, 1, 0, 1, 1], 10454073270.90031]
---- Retained value to add in file: [1, 0, 0, 0, 1, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 1, 1, 2], [0, 1, 0, 0, 0, 1, 1, 1, 1, 1], 10452428601.278807]
---- Retained value to add in file: [1, 0, 0, 0, 1, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 1, 2, 2], [0, 1, 0, 0, 0, 1, 1, 1, 1, 1], 10452428601.278807]
---- Retained value to add in file: [1, 0, 0, 0, 1, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 1, 3, 2], [0, 1, 0, 0, 0, 1, 1, 1, 1, 1], 10452428601.278807]
---- Retained value to add in file: [0, 0, 0, 1, 1, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 1, 1, 2], [0, 0, 0, 0, 1, 1, 1, 1, 1, 1], 10452158974.586]
---- Retained value to add in file: [0, 0, 0, 1, 1, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 1, 2, 2], [0, 0, 0, 0, 1, 1, 1, 1, 1, 1], 10452158974.586]
---- Retained value to add in file: [0, 0, 0, 1, 1, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 1, 3, 2], [0, 0, 0, 0, 1, 1, 1, 1, 1, 1], 10452158974.586]
---- Retained value to add in file: [0, 2, 2, 2, 2, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 0, 0, 2], [1, 0, 1, 1, 1, 1, 1, 0, 0, 1], 10445780455.587912]
---- Retained value to add in file: [2, 0, 0, 0, 2, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 2, 1, 1], [1, 1, 0, 0, 0, 0, 1, 1, 1, 1], 10444771367.078793]
---- Retained value to add in file: [2, 0, 0, 0, 2, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 2, 2, 1], [1, 1, 0, 0, 0, 0, 1, 1, 1, 1], 10444771367.078793]
+--- Raw result : [[0, 1, 1, 1, 0, 1, 1, 2], [0, 0, 1, 1, 1, 0, 1, 1, 2], 13814707531.10525]
 --- Retained value to add in file: [2, 0, 0, 0, 2, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 2, 3, 1], [1, 1, 0, 0, 0, 0, 1, 1, 1, 1], 10444771367.078793]
---- Retained value to add in file: [2, 2, 2, 2, 0, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 2, 0, 1], [1, 1, 1, 1, 1, 0, 0, 1, 0, 1], 10443079197.126978]
---- Retained value to add in file: [0, 1, 1, 0, 1, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 1, 1, 3], [0, 0, 1, 1, 0, 2, 1, 1, 1, 1], 10440809032.974112]
---- Retained value to add in file: [0, 1, 1, 0, 1, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 1, 2, 3], [0, 0, 1, 1, 0, 2, 1, 1, 1, 1], 10440809032.974112]
---- Retained value to add in file: [0, 1, 1, 0, 1, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 1, 3, 3], [0, 0, 1, 1, 0, 2, 1, 1, 1, 1], 10440809032.974112]
---- Retained value to add in file: [0, 3, 0, 3, 3, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 3, 0, 2], [2, 0, 1, 0, 1, 1, 1, 1, 0, 1], 10428554829.622084]
---- Retained value to add in file: [0, 2, 0, 2, 0, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 2, 1, 2], [1, 0, 1, 0, 1, 1, 0, 1, 1, 1], 10426674359.923176]
---- Retained value to add in file: [0, 2, 0, 2, 0, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 2, 2, 2], [1, 0, 1, 0, 1, 1, 0, 1, 1, 1], 10426674359.923176]
---- Retained value to add in file: [0, 2, 0, 2, 0, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 2, 3, 2], [1, 0, 1, 0, 1, 1, 0, 1, 1, 1], 10426674359.923176]
---- Retained value to add in file: [0, 0, 2, 2, 0, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 2, 1, 2], [1, 0, 0, 1, 1, 1, 0, 1, 1, 1], 10421861322.24952]
---- Retained value to add in file: [0, 0, 2, 2, 0, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 2, 2, 2], [1, 0, 0, 1, 1, 1, 0, 1, 1, 1], 10421861322.24952]
---- Retained value to add in file: [0, 0, 2, 2, 0, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 2, 3, 2], [1, 0, 0, 1, 1, 1, 0, 1, 1, 1], 10421861322.24952]
---- Retained value to add in file: [3, 3, 3, 3, 0, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 3, 2, 0], [2, 1, 1, 1, 1, 1, 0, 1, 1, 0], 10406784976.725246]
---- Retained value to add in file: [0, 1, 1, 1, 1, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 0, 1, 3], [0, 0, 1, 1, 1, 2, 1, 0, 1, 1], 10388708013.906513]
---- Retained value to add in file: [0, 1, 1, 1, 1, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 0, 2, 3], [0, 0, 1, 1, 1, 2, 1, 0, 1, 1], 10388708013.906513]
---- Retained value to add in file: [0, 1, 1, 1, 1, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 0, 3, 3], [0, 0, 1, 1, 1, 2, 1, 0, 1, 1], 10388708013.906513]
---- Retained value to add in file: [0, 2, 0, 2, 0, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 2, 1, 3], [1, 0, 1, 0, 1, 2, 0, 1, 1, 1], 10382355940.880537]
+--- Raw result : [[2, 0, 0, 0, 2, 2, 3, 1], [1, 1, 0, 0, 0, 1, 1, 3, 1], 13813986938.899319]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 2, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 2, 3, 3], [1, 1, 0, 1, 0, 0, 1, 3, 3], 13808092837.427692]
+--- Retained value to add in file: [2, 2, 2, 2, 2, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 2, 2, 0, 3], [1, 1, 1, 1, 1, 1, 1, 0, 3], 13801364396.799053]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 3, 1, 3], [2, 1, 1, 1, 0, 1, 1, 1, 3], 13801202553.30846]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 1, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 1, 2, 2], [0, 1, 0, 1, 0, 0, 1, 2, 2], 13800026958.091105]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 0, 2, 1], [1, 1, 1, 0, 1, 0, 0, 2, 1], 13799803583.708418]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 1, 0, 2], [0, 1, 1, 1, 1, 1, 1, 0, 2], 13795523703.813473]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 3, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 3, 3, 2], [2, 1, 0, 1, 0, 0, 1, 3, 2], 13792871249.113209]
+--- Retained value to add in file: [0, 0, 2, 0, 2, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 2, 2, 1, 1], [1, 0, 0, 1, 0, 1, 1, 1, 1], 13791214105.189571]
+--- Retained value to add in file: [2, 0, 2, 2, 2, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 2, 2, 0, 1], [1, 1, 0, 1, 1, 1, 1, 0, 1], 13790561748.426212]
+--- Retained value to add in file: [2, 0, 0, 0, 2, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 2, 2, 2, 3], [1, 1, 0, 0, 0, 1, 1, 2, 3], 13790402873.27747]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 0, 2, 3], [0, 0, 0, 0, 0, 1, 0, 2, 3], 13790217353.71091]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 3, 1, 2], [2, 1, 0, 0, 0, 1, 1, 1, 2], 13788972310.818188]
+--- Retained value to add in file: [0, 3, 0, 3, 0, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 0, 3, 3, 1], [2, 0, 1, 0, 1, 0, 1, 3, 1], 13787190944.202618]
 --- Retained value to add in file: [0, 2, 0, 2, 0, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 2, 2, 3], [1, 0, 1, 0, 1, 2, 0, 1, 1, 1], 10382355940.880537]
---- Retained value to add in file: [0, 2, 0, 2, 0, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 2, 3, 3], [1, 0, 1, 0, 1, 2, 0, 1, 1, 1], 10382355940.880537]
---- Retained value to add in file: [0, 0, 2, 2, 2, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 0, 1, 1], [1, 0, 0, 1, 1, 0, 1, 0, 1, 1], 10381680353.974058]
---- Retained value to add in file: [0, 0, 2, 2, 2, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 0, 2, 1], [1, 0, 0, 1, 1, 0, 1, 0, 1, 1], 10381680353.974058]
---- Retained value to add in file: [0, 0, 2, 2, 2, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 0, 3, 1], [1, 0, 0, 1, 1, 0, 1, 0, 1, 1], 10381680353.974058]
---- Retained value to add in file: [3, 3, 3, 3, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 0, 1, 1], [2, 1, 1, 1, 1, 0, 0, 0, 1, 1], 10375596941.484423]
---- Retained value to add in file: [3, 3, 3, 3, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 0, 2, 1], [2, 1, 1, 1, 1, 0, 0, 0, 1, 1], 10375596941.484423]
---- Retained value to add in file: [3, 3, 3, 3, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 0, 3, 1], [2, 1, 1, 1, 1, 0, 0, 0, 1, 1], 10375596941.484423]
---- Retained value to add in file: [3, 3, 0, 0, 3, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 3, 1, 2], [2, 1, 1, 0, 0, 1, 1, 1, 1, 1], 10370054079.850183]
---- Retained value to add in file: [3, 3, 0, 0, 3, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 3, 2, 2], [2, 1, 1, 0, 0, 1, 1, 1, 1, 1], 10370054079.850183]
---- Retained value to add in file: [3, 3, 0, 0, 3, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 3, 3, 2], [2, 1, 1, 0, 0, 1, 1, 1, 1, 1], 10370054079.850183]
---- Retained value to add in file: [0, 1, 1, 1, 1, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 1, 3, 0], [0, 0, 1, 1, 1, 2, 1, 1, 1, 0], 10367831543.668686]
---- Retained value to add in file: [1, 0, 1, 1, 1, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 1, 2, 0], [0, 1, 0, 1, 1, 1, 1, 1, 1, 0], 10363734439.769608]
---- Retained value to add in file: [0, 2, 0, 0, 2, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 2, 1, 2], [1, 0, 1, 0, 0, 1, 1, 1, 1, 1], 10361396965.44986]
---- Retained value to add in file: [0, 2, 0, 0, 2, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 2, 2, 2], [1, 0, 1, 0, 0, 1, 1, 1, 1, 1], 10361396965.44986]
---- Retained value to add in file: [0, 2, 0, 0, 2, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 2, 3, 2], [1, 0, 1, 0, 0, 1, 1, 1, 1, 1], 10361396965.44986]
---- Retained value to add in file: [3, 0, 3, 3, 3, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 0, 0, 2], [2, 1, 0, 1, 1, 1, 1, 0, 0, 1], 10349861547.544424]
---- Retained value to add in file: [0, 0, 2, 2, 2, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 2, 0, 1], [1, 0, 0, 1, 1, 0, 1, 1, 0, 1], 10346311465.841593]
---- Retained value to add in file: [3, 0, 0, 3, 0, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 3, 1, 2], [2, 1, 0, 0, 1, 1, 0, 1, 1, 1], 10345947075.47373]
---- Retained value to add in file: [3, 0, 0, 3, 0, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 3, 2, 2], [2, 1, 0, 0, 1, 1, 0, 1, 1, 1], 10345947075.47373]
---- Retained value to add in file: [3, 0, 0, 3, 0, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 3, 3, 2], [2, 1, 0, 0, 1, 1, 0, 1, 1, 1], 10345947075.47373]
---- Retained value to add in file: [0, 3, 3, 3, 3, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 0, 0, 1], [2, 0, 1, 1, 1, 0, 1, 0, 0, 1], 10341155425.93051]
---- Retained value to add in file: [1, 0, 1, 1, 1, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 0, 1, 1], [0, 1, 0, 1, 1, 0, 1, 0, 1, 1], 10330610397.03455]
---- Retained value to add in file: [1, 0, 1, 1, 1, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 0, 2, 1], [0, 1, 0, 1, 1, 0, 1, 0, 1, 1], 10330610397.03455]
---- Retained value to add in file: [1, 0, 1, 1, 1, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 0, 3, 1], [0, 1, 0, 1, 1, 0, 1, 0, 1, 1], 10330610397.03455]
---- Retained value to add in file: [0, 2, 0, 2, 2, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 2, 2, 0], [1, 0, 1, 0, 1, 1, 1, 1, 1, 0], 10327730135.433884]
---- Retained value to add in file: [2, 0, 0, 2, 2, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 2, 0, 1], [1, 1, 0, 0, 1, 0, 1, 1, 0, 1], 10321563141.908836]
---- Retained value to add in file: [1, 1, 0, 1, 1, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 1, 2, 0], [0, 1, 1, 0, 1, 1, 1, 1, 1, 0], 10319308715.704702]
---- Retained value to add in file: [2, 2, 2, 2, 2, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 0, 3, 0], [1, 1, 1, 1, 1, 2, 1, 0, 1, 0], 10316146248.61916]
---- Retained value to add in file: [2, 0, 0, 2, 2, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 2, 2, 0], [1, 1, 0, 0, 1, 1, 1, 1, 1, 0], 10313382109.029238]
---- Retained value to add in file: [0, 0, 2, 2, 0, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 2, 1, 3], [1, 0, 0, 1, 1, 2, 0, 1, 1, 1], 10308570803.505943]
---- Retained value to add in file: [0, 0, 2, 2, 0, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 2, 2, 3], [1, 0, 0, 1, 1, 2, 0, 1, 1, 1], 10308570803.505943]
+--- Raw result : [[0, 2, 0, 2, 0, 2, 2, 3], [1, 0, 1, 0, 1, 0, 1, 2, 3], 13787068601.304823]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 0, 2, 1], [1, 1, 0, 1, 0, 1, 0, 2, 1], 13781969142.04177]
+--- Retained value to add in file: [1, 1, 0, 0, 1, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 1, 0, 2, 1], [0, 1, 1, 0, 0, 1, 0, 2, 1], 13780401921.063702]
+--- Retained value to add in file: [2, 0, 0, 0, 2, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 2, 2, 3, 2], [1, 1, 0, 0, 0, 1, 1, 3, 2], 13780264368.019146]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 3, 0, 2], [2, 0, 1, 1, 1, 1, 1, 0, 2], 13775402077.28271]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 0, 2, 2], [0, 1, 0, 0, 0, 0, 0, 2, 2], 13775299589.197842]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 1, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 1, 2, 2], [0, 0, 0, 0, 1, 1, 1, 2, 2], 13774417953.120111]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 0, 2, 2], [0, 0, 1, 1, 0, 0, 0, 2, 2], 13771540766.402264]
+--- Retained value to add in file: [2, 2, 2, 2, 2, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 2, 0, 2, 0], [1, 1, 1, 1, 1, 1, 0, 2, 0], 13770690585.682308]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 3, 3, 0], [2, 0, 1, 1, 1, 0, 1, 3, 0], 13767248884.275446]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 3, 1, 3], [2, 0, 1, 1, 1, 1, 1, 1, 3], 13767203080.735874]
+--- Retained value to add in file: [0, 2, 2, 2, 0, 2, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 0, 2, 0, 2], [1, 0, 1, 1, 1, 0, 1, 0, 2], 13765212739.239145]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 1, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 1, 2, 2], [0, 0, 1, 0, 1, 0, 1, 2, 2], 13764145702.179226]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 3, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 3, 1, 1], [2, 1, 0, 0, 0, 1, 1, 1, 1], 13764118967.345284]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 0, 1, 1], [0, 1, 1, 1, 1, 1, 0, 1, 1], 13762990146.816444]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 0, 1, 2], [0, 0, 0, 0, 1, 1, 0, 1, 2], 13762061939.7214]
 --- Retained value to add in file: [0, 0, 2, 2, 0, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 2, 3, 3], [1, 0, 0, 1, 1, 2, 0, 1, 1, 1], 10308570803.505943]
---- Retained value to add in file: [0, 2, 0, 2, 2, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 0, 1, 1], [1, 0, 1, 0, 1, 0, 1, 0, 1, 1], 10299740371.117891]
---- Retained value to add in file: [0, 2, 0, 2, 2, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 0, 2, 1], [1, 0, 1, 0, 1, 0, 1, 0, 1, 1], 10299740371.117891]
---- Retained value to add in file: [0, 2, 0, 2, 2, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 0, 3, 1], [1, 0, 1, 0, 1, 0, 1, 0, 1, 1], 10299740371.117891]
---- Retained value to add in file: [0, 0, 2, 0, 2, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 2, 1, 2], [1, 0, 0, 1, 0, 1, 1, 1, 1, 1], 10298305756.01863]
---- Retained value to add in file: [0, 0, 2, 0, 2, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 2, 2, 2], [1, 0, 0, 1, 0, 1, 1, 1, 1, 1], 10298305756.01863]
---- Retained value to add in file: [0, 0, 2, 0, 2, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 2, 3, 2], [1, 0, 0, 1, 0, 1, 1, 1, 1, 1], 10298305756.01863]
---- Retained value to add in file: [2, 0, 0, 0, 2, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 2, 1, 3], [1, 1, 0, 0, 0, 2, 1, 1, 1, 1], 10296805243.593536]
---- Retained value to add in file: [2, 0, 0, 0, 2, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 2, 2, 3], [1, 1, 0, 0, 0, 2, 1, 1, 1, 1], 10296805243.593536]
---- Retained value to add in file: [2, 0, 0, 0, 2, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 2, 3, 3], [1, 1, 0, 0, 0, 2, 1, 1, 1, 1], 10296805243.593536]
---- Retained value to add in file: [2, 0, 0, 2, 2, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 0, 1, 1], [1, 1, 0, 0, 1, 0, 1, 0, 1, 1], 10296156809.53491]
---- Retained value to add in file: [2, 0, 0, 2, 2, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 0, 2, 1], [1, 1, 0, 0, 1, 0, 1, 0, 1, 1], 10296156809.53491]
---- Retained value to add in file: [2, 0, 0, 2, 2, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 0, 3, 1], [1, 1, 0, 0, 1, 0, 1, 0, 1, 1], 10296156809.53491]
---- Retained value to add in file: [2, 2, 2, 2, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 0, 1, 1], [1, 1, 1, 1, 1, 0, 0, 0, 1, 1], 10291693935.330133]
---- Retained value to add in file: [2, 2, 2, 2, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 0, 2, 1], [1, 1, 1, 1, 1, 0, 0, 0, 1, 1], 10291693935.330133]
---- Retained value to add in file: [2, 2, 2, 2, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 0, 3, 1], [1, 1, 1, 1, 1, 0, 0, 0, 1, 1], 10291693935.330133]
---- Retained value to add in file: [0, 0, 2, 2, 2, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 2, 2, 0], [1, 0, 0, 1, 1, 1, 1, 1, 1, 0], 10291634254.697668]
---- Retained value to add in file: [0, 2, 0, 2, 2, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 2, 0, 1], [1, 0, 1, 0, 1, 0, 1, 1, 0, 1], 10289411541.770517]
---- Retained value to add in file: [2, 0, 2, 2, 0, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 2, 0, 2], [1, 1, 0, 1, 1, 1, 0, 1, 0, 1], 10286163395.380068]
---- Retained value to add in file: [2, 0, 2, 2, 0, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 2, 0, 3], [1, 1, 0, 1, 1, 2, 0, 1, 0, 1], 10286059718.202896]
---- Retained value to add in file: [2, 2, 2, 0, 2, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 0, 1, 2], [1, 1, 1, 1, 0, 1, 1, 0, 1, 1], 10280919950.988863]
---- Retained value to add in file: [2, 2, 2, 0, 2, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 0, 2, 2], [1, 1, 1, 1, 0, 1, 1, 0, 1, 1], 10280919950.988863]
---- Retained value to add in file: [2, 2, 2, 0, 2, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 0, 3, 2], [1, 1, 1, 1, 0, 1, 1, 0, 1, 1], 10280919950.988863]
---- Retained value to add in file: [3, 3, 3, 3, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 0, 1, 3], [2, 1, 1, 1, 1, 2, 0, 0, 1, 1], 10278576929.071663]
---- Retained value to add in file: [3, 3, 3, 3, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 0, 2, 3], [2, 1, 1, 1, 1, 2, 0, 0, 1, 1], 10278576929.071663]
---- Retained value to add in file: [3, 3, 3, 3, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 0, 3, 3], [2, 1, 1, 1, 1, 2, 0, 0, 1, 1], 10278576929.071663]
---- Retained value to add in file: [1, 0, 1, 1, 1, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 0, 1, 3], [0, 1, 0, 1, 1, 2, 1, 0, 1, 1], 10272374722.55554]
---- Retained value to add in file: [1, 0, 1, 1, 1, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 0, 2, 3], [0, 1, 0, 1, 1, 2, 1, 0, 1, 1], 10272374722.55554]
---- Retained value to add in file: [1, 0, 1, 1, 1, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 0, 3, 3], [0, 1, 0, 1, 1, 2, 1, 0, 1, 1], 10272374722.55554]
---- Retained value to add in file: [0, 1, 1, 1, 1, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 1, 0, 1], [0, 0, 1, 1, 1, 0, 1, 1, 0, 1], 10271868905.914915]
---- Retained value to add in file: [1, 1, 0, 1, 1, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 0, 1, 3], [0, 1, 1, 0, 1, 2, 1, 0, 1, 1], 10271404572.329365]
---- Retained value to add in file: [1, 1, 0, 1, 1, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 0, 2, 3], [0, 1, 1, 0, 1, 2, 1, 0, 1, 1], 10271404572.329365]
---- Retained value to add in file: [1, 1, 0, 1, 1, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 0, 3, 3], [0, 1, 1, 0, 1, 2, 1, 0, 1, 1], 10271404572.329365]
---- Retained value to add in file: [0, 2, 2, 2, 2, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 2, 0, 0], [1, 0, 1, 1, 1, 1, 1, 1, 0, 0], 10267204188.95198]
---- Retained value to add in file: [3, 0, 3, 3, 0, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 3, 0, 2], [2, 1, 0, 1, 1, 1, 0, 1, 0, 1], 10266995919.325924]
---- Retained value to add in file: [0, 1, 0, 0, 1, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 1, 1, 2], [0, 0, 1, 0, 0, 1, 1, 1, 1, 1], 10258199244.87279]
---- Retained value to add in file: [0, 1, 0, 0, 1, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 1, 2, 2], [0, 0, 1, 0, 0, 1, 1, 1, 1, 1], 10258199244.87279]
---- Retained value to add in file: [0, 1, 0, 0, 1, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 1, 3, 2], [0, 0, 1, 0, 0, 1, 1, 1, 1, 1], 10258199244.87279]
---- Retained value to add in file: [2, 0, 2, 2, 2, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 0, 0, 2], [1, 1, 0, 1, 1, 1, 1, 0, 0, 1], 10257379504.645359]
---- Retained value to add in file: [0, 0, 0, 1, 1, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 1, 1, 3], [0, 0, 0, 0, 1, 2, 1, 1, 1, 1], 10254062672.712051]
---- Retained value to add in file: [0, 0, 0, 1, 1, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 1, 2, 3], [0, 0, 0, 0, 1, 2, 1, 1, 1, 1], 10254062672.712051]
---- Retained value to add in file: [0, 0, 0, 1, 1, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 1, 3, 3], [0, 0, 0, 0, 1, 2, 1, 1, 1, 1], 10254062672.712051]
---- Retained value to add in file: [0, 0, 3, 3, 3, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 3, 0, 1], [2, 0, 0, 1, 1, 0, 1, 1, 0, 1], 10251191287.236855]
---- Retained value to add in file: [3, 0, 3, 3, 3, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 0, 0, 1], [2, 1, 0, 1, 1, 0, 1, 0, 0, 1], 10250559986.476532]
---- Retained value to add in file: [0, 3, 3, 0, 3, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 3, 1, 2], [2, 0, 1, 1, 0, 1, 1, 1, 1, 1], 10232189681.290575]
---- Retained value to add in file: [0, 3, 3, 0, 3, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 3, 2, 2], [2, 0, 1, 1, 0, 1, 1, 1, 1, 1], 10232189681.290575]
---- Retained value to add in file: [0, 3, 3, 0, 3, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 3, 3, 2], [2, 0, 1, 1, 0, 1, 1, 1, 1, 1], 10232189681.290575]
---- Retained value to add in file: [3, 0, 0, 3, 3, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 3, 0, 1], [2, 1, 0, 0, 1, 0, 1, 1, 0, 1], 10230415654.454348]
---- Retained value to add in file: [1, 1, 0, 1, 1, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 1, 3, 0], [0, 1, 1, 0, 1, 2, 1, 1, 1, 0], 10229626340.436275]
---- Retained value to add in file: [2, 2, 2, 0, 2, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 2, 0, 3], [1, 1, 1, 1, 0, 2, 1, 1, 0, 1], 10227405782.50264]
+--- Raw result : [[0, 0, 2, 2, 0, 2, 3, 3], [1, 0, 0, 1, 1, 0, 1, 3, 3], 13761204361.56757]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 0, 2, 2], [1, 1, 1, 1, 0, 0, 0, 2, 2], 13760939014.629616]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 3, 3, 0], [2, 1, 0, 0, 0, 1, 1, 3, 0], 13758992253.815472]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 1, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 1, 2, 2], [0, 0, 0, 0, 1, 0, 1, 2, 2], 13757765513.712654]
+--- Retained value to add in file: [3, 0, 3, 3, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 0, 0, 2, 1], [2, 1, 0, 1, 1, 0, 0, 2, 1], 13757365562.580578]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 3, 0, 2], [2, 1, 1, 0, 1, 1, 1, 0, 2], 13755829707.23472]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 2, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 2, 3, 3], [1, 1, 0, 0, 1, 0, 1, 3, 3], 13752402844.027317]
+--- Retained value to add in file: [2, 0, 2, 2, 2, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 2, 2, 1, 0], [1, 1, 0, 1, 1, 1, 1, 1, 0], 13751506540.641464]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 0, 2, 2], [2, 1, 1, 1, 0, 0, 0, 2, 2], 13751448592.938503]
+--- Retained value to add in file: [0, 3, 0, 0, 3, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 3, 3, 2, 0], [2, 0, 1, 0, 0, 1, 1, 2, 0], 13751178058.334608]
+--- Retained value to add in file: [0, 3, 0, 0, 3, 3, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 3, 3, 2, 3], [2, 0, 1, 0, 0, 1, 1, 2, 3], 13751090897.004086]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 2, 3, 2], [1, 1, 1, 0, 0, 0, 1, 3, 2], 13749179817.07706]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 1, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 1, 2, 1], [0, 0, 0, 1, 0, 1, 1, 2, 1], 13747107115.465786]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 0, 3, 3], [2, 1, 1, 1, 1, 1, 0, 3, 3], 13743249422.114365]
+--- Retained value to add in file: [3, 0, 3, 3, 3, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 3, 0, 3, 3], [2, 1, 0, 1, 1, 1, 0, 3, 3], 13742877798.656239]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 2, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 2, 0, 2], [1, 0, 1, 1, 0, 1, 1, 0, 2], 13741398750.922205]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 2, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 2, 0, 2], [1, 0, 1, 0, 1, 1, 1, 0, 2], 13741227038.613825]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 0, 1, 1], [2, 1, 1, 1, 1, 0, 0, 1, 1], 13739706452.449566]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 1, 1, 1], [0, 1, 1, 0, 1, 1, 1, 1, 1], 13735296347.123375]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 1, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 1, 2, 1], [0, 0, 1, 0, 0, 1, 1, 2, 1], 13733853951.963223]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 2, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 2, 3, 3], [1, 0, 0, 1, 1, 1, 1, 3, 3], 13733778675.95915]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 0, 2, 2], [1, 1, 1, 0, 1, 0, 0, 2, 2], 13732446674.636726]
+--- Retained value to add in file: [0, 1, 1, 1, 0, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 0, 1, 1, 1], [0, 0, 1, 1, 1, 0, 1, 1, 1], 13731084167.534115]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 2, 1, 2], [1, 1, 0, 0, 1, 0, 1, 1, 2], 13730588395.49101]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 2, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 2, 3, 3], [1, 1, 1, 0, 0, 0, 1, 3, 3], 13729406193.894354]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 0, 2, 2], [0, 1, 1, 1, 0, 0, 0, 2, 2], 13724992543.38551]
+--- Retained value to add in file: [1, 1, 0, 0, 0, 1, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 0, 1, 2, 2], [0, 1, 1, 0, 0, 0, 1, 2, 2], 13724901461.829784]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 0, 2, 1], [0, 1, 0, 1, 1, 0, 0, 2, 1], 13724687528.1907]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 2, 1, 2], [1, 0, 0, 0, 0, 1, 1, 1, 2], 13724334359.650188]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 1, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 0, 1, 2, 2], [0, 1, 0, 0, 1, 0, 1, 2, 2], 13721782764.645105]
+--- Retained value to add in file: [0, 0, 0, 2, 2, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 2, 2, 1, 1], [1, 0, 0, 0, 1, 1, 1, 1, 1], 13721721267.980495]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 1, 1, 1], [0, 0, 1, 1, 0, 1, 1, 1, 1], 13719317704.60107]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 0, 2, 3], [0, 1, 0, 0, 1, 1, 0, 2, 3], 13716033418.10115]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 3, 3, 1], [2, 0, 1, 1, 0, 0, 1, 3, 1], 13714194117.082226]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 2, 2, 3], [1, 0, 1, 1, 0, 0, 1, 2, 3], 13711366137.240782]
 --- Retained value to add in file: [2, 0, 0, 2, 0, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 2, 1, 1], [1, 1, 0, 0, 1, 0, 0, 1, 1, 1], 10223629340.314953]
---- Retained value to add in file: [2, 0, 0, 2, 0, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 2, 2, 1], [1, 1, 0, 0, 1, 0, 0, 1, 1, 1], 10223629340.314953]
---- Retained value to add in file: [2, 0, 0, 2, 0, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 2, 3, 1], [1, 1, 0, 0, 1, 0, 0, 1, 1, 1], 10223629340.314953]
---- Retained value to add in file: [0, 0, 0, 3, 3, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 3, 1, 1], [2, 0, 0, 0, 1, 0, 1, 1, 1, 1], 10222548301.471718]
---- Retained value to add in file: [0, 0, 0, 3, 3, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 3, 2, 1], [2, 0, 0, 0, 1, 0, 1, 1, 1, 1], 10222548301.471718]
---- Retained value to add in file: [0, 0, 0, 3, 3, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 3, 3, 1], [2, 0, 0, 0, 1, 0, 1, 1, 1, 1], 10222548301.471718]
---- Retained value to add in file: [3, 0, 0, 3, 3, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 3, 0, 3], [2, 1, 0, 0, 1, 2, 1, 1, 0, 1], 10220701445.113586]
---- Retained value to add in file: [3, 3, 3, 3, 0, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 3, 3, 0], [2, 1, 1, 1, 1, 2, 0, 1, 1, 0], 10220026334.323874]
---- Retained value to add in file: [2, 2, 2, 0, 2, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 2, 0, 1], [1, 1, 1, 1, 0, 0, 1, 1, 0, 1], 10213784720.50996]
---- Retained value to add in file: [1, 0, 1, 1, 1, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 1, 3, 0], [0, 1, 0, 1, 1, 2, 1, 1, 1, 0], 10211791012.617043]
---- Retained value to add in file: [1, 0, 1, 1, 1, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 1, 0, 1], [0, 1, 0, 1, 1, 0, 1, 1, 0, 1], 10211699403.970871]
---- Retained value to add in file: [0, 2, 2, 2, 0, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 2, 0, 3], [1, 0, 1, 1, 1, 2, 0, 1, 0, 1], 10208902415.106234]
---- Retained value to add in file: [3, 0, 0, 3, 3, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 0, 1, 2], [2, 1, 0, 0, 1, 1, 1, 0, 1, 1], 10207280047.870525]
---- Retained value to add in file: [3, 0, 0, 3, 3, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 0, 2, 2], [2, 1, 0, 0, 1, 1, 1, 0, 1, 1], 10207280047.870525]
---- Retained value to add in file: [3, 0, 0, 3, 3, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 0, 3, 2], [2, 1, 0, 0, 1, 1, 1, 0, 1, 1], 10207280047.870525]
---- Retained value to add in file: [0, 0, 3, 3, 3, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 0, 1, 2], [2, 0, 0, 1, 1, 1, 1, 0, 1, 1], 10205521247.665318]
---- Retained value to add in file: [0, 0, 3, 3, 3, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 0, 2, 2], [2, 0, 0, 1, 1, 1, 1, 0, 1, 1], 10205521247.665318]
---- Retained value to add in file: [0, 0, 3, 3, 3, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 0, 3, 2], [2, 0, 0, 1, 1, 1, 1, 0, 1, 1], 10205521247.665318]
---- Retained value to add in file: [0, 2, 2, 2, 2, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 0, 0, 1], [1, 0, 1, 1, 1, 0, 1, 0, 0, 1], 10205097737.139887]
---- Retained value to add in file: [3, 3, 0, 0, 3, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 3, 1, 1], [2, 1, 1, 0, 0, 0, 1, 1, 1, 1], 10204751949.729206]
---- Retained value to add in file: [3, 3, 0, 0, 3, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 3, 2, 1], [2, 1, 1, 0, 0, 0, 1, 1, 1, 1], 10204751949.729206]
---- Retained value to add in file: [3, 3, 0, 0, 3, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 3, 3, 1], [2, 1, 1, 0, 0, 0, 1, 1, 1, 1], 10204751949.729206]
---- Retained value to add in file: [1, 0, 0, 0, 1, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 1, 1, 1], [0, 1, 0, 0, 0, 0, 1, 1, 1, 1], 10194343874.552885]
+--- Raw result : [[2, 0, 0, 2, 0, 2, 1, 1], [1, 1, 0, 0, 1, 0, 1, 1, 1], 13711150667.163845]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 0, 2, 3, 0], [1, 1, 0, 1, 1, 0, 1, 3, 0], 13706969480.497051]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 0, 2, 1], [0, 0, 0, 1, 1, 0, 0, 2, 1], 13703818500.025755]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 3, 0, 1], [2, 1, 1, 1, 0, 0, 1, 0, 1], 13703216485.217115]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 3, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 3, 3, 3], [2, 1, 0, 1, 0, 0, 1, 3, 3], 13702102667.288162]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 2, 3, 0], [1, 1, 1, 0, 1, 0, 1, 3, 0], 13701996857.873547]
+--- Retained value to add in file: [3, 0, 0, 3, 0, 3, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 0, 3, 3, 3], [2, 1, 0, 0, 1, 0, 1, 3, 3], 13699779951.71904]
 --- Retained value to add in file: [1, 0, 0, 0, 1, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 1, 2, 1], [0, 1, 0, 0, 0, 0, 1, 1, 1, 1], 10194343874.552885]
---- Retained value to add in file: [1, 0, 0, 0, 1, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 1, 3, 1], [0, 1, 0, 0, 0, 0, 1, 1, 1, 1], 10194343874.552885]
---- Retained value to add in file: [1, 1, 0, 1, 1, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 0, 1, 1], [0, 1, 1, 0, 1, 0, 1, 0, 1, 1], 10189764096.916996]
---- Retained value to add in file: [1, 1, 0, 1, 1, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 0, 2, 1], [0, 1, 1, 0, 1, 0, 1, 0, 1, 1], 10189764096.916996]
---- Retained value to add in file: [1, 1, 0, 1, 1, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 0, 3, 1], [0, 1, 1, 0, 1, 0, 1, 0, 1, 1], 10189764096.916996]
---- Retained value to add in file: [0, 2, 0, 2, 2, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 2, 3, 0], [1, 0, 1, 0, 1, 2, 1, 1, 1, 0], 10185722605.644083]
+--- Raw result : [[1, 0, 0, 0, 1, 1, 2, 1], [0, 1, 0, 0, 0, 1, 1, 2, 1], 13698612338.304333]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 1, 0, 2], [0, 0, 1, 1, 1, 1, 1, 0, 2], 13697292826.36947]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 1, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 1, 2, 2], [0, 0, 1, 0, 0, 0, 1, 2, 2], 13696163584.205082]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 0, 2, 1], [0, 1, 0, 1, 0, 1, 0, 2, 1], 13695921328.02261]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 3, 3, 1], [2, 1, 0, 1, 0, 0, 1, 3, 1], 13694601938.104288]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 2, 2, 3], [1, 0, 0, 1, 1, 0, 1, 2, 3], 13687239098.846668]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 1, 1, 1], [0, 0, 0, 1, 1, 1, 1, 1, 1], 13686819622.170757]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 0, 2, 1], [2, 0, 1, 1, 1, 1, 0, 2, 1], 13685688025.487776]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 0, 2, 3], [0, 0, 0, 0, 1, 1, 0, 2, 3], 13684514610.737318]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 0, 2, 2], [0, 0, 1, 0, 1, 0, 0, 2, 2], 13682146367.614475]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 3, 2, 1], [2, 0, 1, 0, 0, 0, 1, 2, 1], 13681460988.00802]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 1, 3, 3], [0, 1, 0, 1, 1, 0, 1, 3, 3], 13676335426.784931]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 2, 3, 2], [1, 1, 0, 0, 1, 0, 1, 3, 2], 13674767652.859325]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 2, 3, 1], [1, 0, 0, 1, 1, 0, 1, 3, 1], 13671388266.369564]
 --- Retained value to add in file: [2, 2, 2, 0, 2, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 0, 1, 1], [1, 1, 1, 1, 0, 0, 1, 0, 1, 1], 10184029484.312897]
---- Retained value to add in file: [2, 2, 2, 0, 2, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 0, 2, 1], [1, 1, 1, 1, 0, 0, 1, 0, 1, 1], 10184029484.312897]
---- Retained value to add in file: [2, 2, 2, 0, 2, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 0, 3, 1], [1, 1, 1, 1, 0, 0, 1, 0, 1, 1], 10184029484.312897]
---- Retained value to add in file: [0, 0, 3, 3, 3, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 0, 1, 1], [2, 0, 0, 1, 1, 0, 1, 0, 1, 1], 10182710880.940165]
---- Retained value to add in file: [0, 0, 3, 3, 3, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 0, 2, 1], [2, 0, 0, 1, 1, 0, 1, 0, 1, 1], 10182710880.940165]
---- Retained value to add in file: [0, 0, 3, 3, 3, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 0, 3, 1], [2, 0, 0, 1, 1, 0, 1, 0, 1, 1], 10182710880.940165]
---- Retained value to add in file: [3, 3, 3, 3, 3, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 0, 3, 0], [2, 1, 1, 1, 1, 2, 1, 0, 1, 0], 10177109924.230656]
---- Retained value to add in file: [0, 2, 0, 2, 2, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 0, 1, 3], [1, 0, 1, 0, 1, 2, 1, 0, 1, 1], 10176990459.843496]
---- Retained value to add in file: [0, 2, 0, 2, 2, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 0, 2, 3], [1, 0, 1, 0, 1, 2, 1, 0, 1, 1], 10176990459.843496]
---- Retained value to add in file: [0, 2, 0, 2, 2, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 0, 3, 3], [1, 0, 1, 0, 1, 2, 1, 0, 1, 1], 10176990459.843496]
---- Retained value to add in file: [0, 2, 2, 2, 0, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 2, 0, 2], [1, 0, 1, 1, 1, 1, 0, 1, 0, 1], 10166719350.367521]
---- Retained value to add in file: [0, 3, 0, 3, 3, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 3, 0, 3], [2, 0, 1, 0, 1, 2, 1, 1, 0, 1], 10164224557.687191]
---- Retained value to add in file: [3, 3, 3, 0, 3, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 3, 0, 2], [2, 1, 1, 1, 0, 1, 1, 1, 0, 1], 10162458389.148733]
---- Retained value to add in file: [1, 0, 0, 0, 1, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 1, 1, 3], [0, 1, 0, 0, 0, 2, 1, 1, 1, 1], 10158752290.707863]
---- Retained value to add in file: [1, 0, 0, 0, 1, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 1, 2, 3], [0, 1, 0, 0, 0, 2, 1, 1, 1, 1], 10158752290.707863]
---- Retained value to add in file: [1, 0, 0, 0, 1, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 1, 3, 3], [0, 1, 0, 0, 0, 2, 1, 1, 1, 1], 10158752290.707863]
---- Retained value to add in file: [0, 0, 2, 0, 2, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 2, 1, 1], [1, 0, 0, 1, 0, 0, 1, 1, 1, 1], 10154522322.375921]
---- Retained value to add in file: [0, 0, 2, 0, 2, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 2, 2, 1], [1, 0, 0, 1, 0, 0, 1, 1, 1, 1], 10154522322.375921]
---- Retained value to add in file: [0, 0, 2, 0, 2, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 2, 3, 1], [1, 0, 0, 1, 0, 0, 1, 1, 1, 1], 10154522322.375921]
---- Retained value to add in file: [2, 2, 2, 0, 0, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 2, 1, 2], [1, 1, 1, 1, 0, 1, 0, 1, 1, 1], 10152855663.270926]
---- Retained value to add in file: [2, 2, 2, 0, 0, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 2, 2, 2], [1, 1, 1, 1, 0, 1, 0, 1, 1, 1], 10152855663.270926]
---- Retained value to add in file: [2, 2, 2, 0, 0, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 2, 3, 2], [1, 1, 1, 1, 0, 1, 0, 1, 1, 1], 10152855663.270926]
---- Retained value to add in file: [2, 0, 0, 2, 2, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 0, 1, 3], [1, 1, 0, 0, 1, 2, 1, 0, 1, 1], 10146832817.738441]
+--- Raw result : [[2, 2, 2, 0, 2, 0, 1, 1], [1, 1, 1, 1, 0, 1, 0, 1, 1], 13670732249.49044]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 0, 1, 2], [1, 0, 0, 1, 1, 1, 0, 1, 2], 13668573062.642073]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 1, 2, 3], [0, 1, 1, 1, 0, 0, 1, 2, 3], 13661986609.684187]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 1, 2, 0], [0, 1, 0, 1, 1, 1, 1, 2, 0], 13661418599.642765]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 1, 3, 3], [0, 0, 1, 1, 0, 0, 1, 3, 3], 13660978020.943697]
+--- Retained value to add in file: [3, 3, 0, 0, 3, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 3, 0, 2, 2], [2, 1, 1, 0, 0, 1, 0, 2, 2], 13659030089.965176]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 3, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 3, 2, 3], [2, 0, 0, 1, 1, 0, 1, 2, 3], 13658780903.73542]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 2, 3, 0], [1, 0, 0, 1, 1, 1, 1, 3, 0], 13658542661.281902]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 0, 2, 1], [0, 0, 1, 0, 1, 1, 0, 2, 1], 13655729632.025082]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 0, 2, 2], [0, 1, 1, 0, 1, 0, 0, 2, 2], 13654038954.792065]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 1, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 1, 2, 2], [0, 1, 0, 0, 0, 0, 1, 2, 2], 13654021414.755394]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 0, 1, 2], [0, 0, 0, 0, 0, 1, 0, 1, 2], 13653338714.775978]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 2, 2, 3], [1, 1, 0, 0, 1, 0, 1, 2, 3], 13652511165.1675]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 1, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 1, 3, 1], [0, 1, 1, 1, 1, 0, 1, 3, 1], 13651534915.727686]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 2, 3, 1], [1, 1, 0, 1, 0, 0, 1, 3, 1], 13651468303.27647]
+--- Retained value to add in file: [2, 2, 2, 2, 2, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 2, 0, 3, 3], [1, 1, 1, 1, 1, 1, 0, 3, 3], 13651251372.218632]
+--- Retained value to add in file: [0, 2, 0, 0, 2, 2, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 2, 2, 3, 3], [1, 0, 1, 0, 0, 1, 1, 3, 3], 13650470792.414862]
+--- Retained value to add in file: [0, 0, 0, 2, 2, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 2, 2, 3, 2], [1, 0, 0, 0, 1, 1, 1, 3, 2], 13650026222.49313]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 3, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 3, 3, 3], [2, 0, 1, 1, 0, 0, 1, 3, 3], 13649859572.568026]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 3, 3, 1], [2, 0, 0, 0, 1, 1, 1, 3, 1], 13646389802.251795]
+--- Retained value to add in file: [2, 2, 2, 2, 2, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 2, 0, 3, 2], [1, 1, 1, 1, 1, 1, 0, 3, 2], 13644553071.215038]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 3, 1, 2], [2, 1, 1, 0, 0, 0, 1, 1, 2], 13642658041.903175]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 3, 3, 1], [2, 1, 1, 0, 0, 0, 1, 3, 1], 13641590714.172832]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 0, 1, 2], [1, 1, 1, 1, 0, 1, 0, 1, 2], 13641214032.407452]
+--- Retained value to add in file: [3, 3, 0, 0, 3, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 3, 0, 2, 1], [2, 1, 1, 0, 0, 1, 0, 2, 1], 13639357434.814495]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 0, 2, 1], [0, 0, 0, 0, 1, 1, 0, 2, 1], 13638900991.596632]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 1, 2, 3], [0, 1, 0, 1, 1, 1, 1, 2, 3], 13637363395.705975]
 --- Retained value to add in file: [2, 0, 0, 2, 2, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 0, 2, 3], [1, 1, 0, 0, 1, 2, 1, 0, 1, 1], 10146832817.738441]
---- Retained value to add in file: [2, 0, 0, 2, 2, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 0, 3, 3], [1, 1, 0, 0, 1, 2, 1, 0, 1, 1], 10146832817.738441]
---- Retained value to add in file: [2, 0, 0, 2, 2, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 2, 3, 0], [1, 1, 0, 0, 1, 2, 1, 1, 1, 0], 10139901413.440842]
---- Retained value to add in file: [3, 0, 0, 3, 0, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 3, 1, 3], [2, 1, 0, 0, 1, 2, 0, 1, 1, 1], 10139473896.720568]
+--- Raw result : [[2, 0, 0, 2, 2, 0, 2, 3], [1, 1, 0, 0, 1, 1, 0, 2, 3], 13636600036.555622]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 2, 0, 1], [1, 1, 1, 1, 0, 0, 1, 0, 1], 13631906281.291943]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 2, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 2, 2, 1], [1, 0, 0, 0, 0, 0, 1, 2, 1], 13630962854.816938]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 1, 2, 0], [0, 1, 1, 0, 1, 1, 1, 2, 0], 13630893945.157402]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 2, 3, 1], [1, 1, 1, 0, 0, 0, 1, 3, 1], 13628714530.604805]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 2, 2, 3], [1, 1, 1, 0, 0, 0, 1, 2, 3], 13628513363.485151]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 0, 2, 2], [0, 0, 1, 0, 0, 0, 0, 2, 2], 13627279200.983341]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 0, 2, 3], [0, 1, 0, 1, 1, 1, 0, 2, 3], 13626580282.947254]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 0, 2, 1], [0, 0, 0, 1, 0, 1, 0, 2, 1], 13626301752.585554]
+--- Retained value to add in file: [3, 0, 3, 3, 3, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 3, 0, 3, 2], [2, 1, 0, 1, 1, 1, 0, 3, 2], 13625114296.084042]
+--- Retained value to add in file: [0, 3, 0, 3, 0, 3, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 0, 3, 2, 3], [2, 0, 1, 0, 1, 0, 1, 2, 3], 13623690683.147205]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 3, 2, 2], [2, 0, 0, 0, 1, 0, 1, 2, 2], 13622061189.502678]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 0, 2, 3], [1, 1, 1, 0, 1, 1, 0, 2, 3], 13620124402.310974]
+--- Retained value to add in file: [0, 3, 0, 0, 3, 3, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 3, 3, 3, 3], [2, 0, 1, 0, 0, 1, 1, 3, 3], 13618344670.057222]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 0, 2, 2], [2, 0, 1, 1, 1, 0, 0, 2, 2], 13618060207.957333]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 1, 3, 2], [0, 0, 1, 1, 0, 0, 1, 3, 2], 13617599974.710968]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 2, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 2, 0, 2], [1, 1, 1, 0, 1, 0, 1, 0, 2], 13615756316.00973]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 3, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 3, 1, 1], [2, 1, 0, 1, 0, 0, 1, 1, 1], 13614791898.097206]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 0, 2, 1], [2, 1, 0, 1, 0, 1, 0, 2, 1], 13613052464.288616]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 3, 3, 0], [2, 0, 0, 1, 1, 1, 1, 3, 0], 13611803926.473707]
+--- Retained value to add in file: [3, 0, 3, 3, 0, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 0, 3, 3, 0], [2, 1, 0, 1, 1, 0, 1, 3, 0], 13611607372.998167]
 --- Retained value to add in file: [3, 0, 0, 3, 0, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 3, 2, 3], [2, 1, 0, 0, 1, 2, 0, 1, 1, 1], 10139473896.720568]
---- Retained value to add in file: [3, 0, 0, 3, 0, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 3, 3, 3], [2, 1, 0, 0, 1, 2, 0, 1, 1, 1], 10139473896.720568]
---- Retained value to add in file: [1, 0, 1, 1, 0, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 1, 1, 1], [0, 1, 0, 1, 1, 0, 0, 1, 1, 1], 10137065470.573677]
---- Retained value to add in file: [1, 0, 1, 1, 0, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 1, 2, 1], [0, 1, 0, 1, 1, 0, 0, 1, 1, 1], 10137065470.573677]
---- Retained value to add in file: [1, 0, 1, 1, 0, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 1, 3, 1], [0, 1, 0, 1, 1, 0, 0, 1, 1, 1], 10137065470.573677]
---- Retained value to add in file: [0, 3, 3, 0, 3, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 3, 1, 1], [2, 0, 1, 1, 0, 0, 1, 1, 1, 1], 10135570214.541407]
---- Retained value to add in file: [0, 3, 3, 0, 3, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 3, 2, 1], [2, 0, 1, 1, 0, 0, 1, 1, 1, 1], 10135570214.541407]
---- Retained value to add in file: [0, 3, 3, 0, 3, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 3, 3, 1], [2, 0, 1, 1, 0, 0, 1, 1, 1, 1], 10135570214.541407]
---- Retained value to add in file: [0, 1, 1, 1, 1, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 1, 1, 0], [0, 0, 1, 1, 1, 0, 1, 1, 1, 0], 10132217587.48404]
---- Retained value to add in file: [0, 0, 3, 3, 3, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 3, 0, 3], [2, 0, 0, 1, 1, 2, 1, 1, 0, 1], 10127919311.653408]
---- Retained value to add in file: [0, 2, 2, 2, 2, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 0, 0, 3], [1, 0, 1, 1, 1, 2, 1, 0, 0, 1], 10126667162.204216]
---- Retained value to add in file: [0, 0, 0, 3, 3, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 3, 1, 3], [2, 0, 0, 0, 1, 2, 1, 1, 1, 1], 10124484325.805174]
---- Retained value to add in file: [0, 0, 0, 3, 3, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 3, 2, 3], [2, 0, 0, 0, 1, 2, 1, 1, 1, 1], 10124484325.805174]
---- Retained value to add in file: [0, 0, 0, 3, 3, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 3, 3, 3], [2, 0, 0, 0, 1, 2, 1, 1, 1, 1], 10124484325.805174]
---- Retained value to add in file: [0, 3, 0, 3, 3, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 0, 1, 2], [2, 0, 1, 0, 1, 1, 1, 0, 1, 1], 10118295017.647774]
+--- Raw result : [[3, 0, 0, 3, 0, 3, 2, 3], [2, 1, 0, 0, 1, 0, 1, 2, 3], 13610717557.073814]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 3, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 3, 2, 3], [2, 1, 0, 1, 0, 0, 1, 2, 3], 13608622266.440666]
+--- Retained value to add in file: [0, 0, 2, 0, 2, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 2, 2, 2, 3], [1, 0, 0, 1, 0, 1, 1, 2, 3], 13604340467.170506]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 3, 2, 2], [2, 0, 1, 0, 0, 0, 1, 2, 2], 13601704619.26183]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 1, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 1, 2, 1], [0, 0, 1, 0, 1, 0, 1, 2, 1], 13601605456.471844]
+--- Retained value to add in file: [0, 2, 0, 2, 0, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 0, 2, 2, 0], [1, 0, 1, 0, 1, 0, 1, 2, 0], 13600231227.331753]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 0, 2, 1], [0, 1, 1, 1, 0, 0, 0, 2, 1], 13599557227.810467]
+--- Retained value to add in file: [3, 0, 0, 3, 0, 3, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 0, 3, 3, 2], [2, 1, 0, 0, 1, 0, 1, 3, 2], 13598553772.104237]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 0, 1, 2], [0, 0, 0, 1, 0, 1, 0, 1, 2], 13598156719.495508]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 0, 1, 2], [1, 1, 1, 0, 1, 1, 0, 1, 2], 13598063827.973202]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 3, 3, 1], [2, 0, 0, 1, 0, 1, 1, 3, 1], 13596904201.902033]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 2, 1, 3], [1, 0, 1, 0, 1, 1, 1, 1, 3], 13595670960.86034]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 0, 1, 2], [0, 0, 1, 1, 0, 1, 0, 1, 2], 13595290262.036125]
+--- Retained value to add in file: [3, 0, 3, 3, 3, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 3, 3, 1, 0], [2, 1, 0, 1, 1, 1, 1, 1, 0], 13593481032.827202]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 0, 1, 2], [0, 1, 0, 0, 1, 1, 0, 1, 2], 13592294060.264858]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 3, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 3, 2, 3], [2, 0, 0, 1, 0, 1, 1, 2, 3], 13591868869.237114]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 1, 1, 2], [0, 0, 1, 0, 1, 1, 1, 1, 2], 13588129794.383692]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 0, 2, 1], [2, 1, 1, 0, 1, 1, 0, 2, 1], 13585409414.261045]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 0, 3, 2], [2, 1, 1, 1, 1, 1, 0, 3, 2], 13584220098.155445]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 0, 2, 1], [0, 1, 0, 0, 0, 1, 0, 2, 1], 13583299587.99008]
 --- Retained value to add in file: [0, 3, 0, 3, 3, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 0, 2, 2], [2, 0, 1, 0, 1, 1, 1, 0, 1, 1], 10118295017.647774]
---- Retained value to add in file: [0, 3, 0, 3, 3, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 0, 3, 2], [2, 0, 1, 0, 1, 1, 1, 0, 1, 1], 10118295017.647774]
---- Retained value to add in file: [0, 2, 0, 0, 2, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 2, 1, 1], [1, 0, 1, 0, 0, 0, 1, 1, 1, 1], 10117443234.440098]
---- Retained value to add in file: [0, 2, 0, 0, 2, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 2, 2, 1], [1, 0, 1, 0, 0, 0, 1, 1, 1, 1], 10117443234.440098]
---- Retained value to add in file: [0, 2, 0, 0, 2, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 2, 3, 1], [1, 0, 1, 0, 0, 0, 1, 1, 1, 1], 10117443234.440098]
---- Retained value to add in file: [2, 2, 2, 0, 2, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 2, 2, 0], [1, 1, 1, 1, 0, 1, 1, 1, 1, 0], 10112822447.801304]
---- Retained value to add in file: [0, 0, 1, 0, 1, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 1, 1, 2], [0, 0, 0, 1, 0, 1, 1, 1, 1, 1], 10112304313.36305]
---- Retained value to add in file: [0, 0, 1, 0, 1, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 1, 2, 2], [0, 0, 0, 1, 0, 1, 1, 1, 1, 1], 10112304313.36305]
---- Retained value to add in file: [0, 0, 1, 0, 1, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 1, 3, 2], [0, 0, 0, 1, 0, 1, 1, 1, 1, 1], 10112304313.36305]
---- Retained value to add in file: [0, 3, 0, 3, 3, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 3, 0, 1], [2, 0, 1, 0, 1, 0, 1, 1, 0, 1], 10110701310.504908]
---- Retained value to add in file: [0, 0, 0, 1, 1, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 1, 1, 1], [0, 0, 0, 0, 1, 0, 1, 1, 1, 1], 10106844597.117899]
+--- Raw result : [[0, 3, 0, 3, 3, 0, 2, 2], [2, 0, 1, 0, 1, 1, 0, 2, 2], 13582578296.648052]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 2, 2, 3], [1, 0, 0, 0, 0, 1, 1, 2, 3], 13582158049.868996]
+--- Retained value to add in file: [3, 0, 3, 3, 3, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 3, 3, 0, 1], [2, 1, 0, 1, 1, 1, 1, 0, 1], 13580938323.490017]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 3, 3, 0], [2, 1, 1, 0, 1, 0, 1, 3, 0], 13580043472.219675]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 2, 1, 3], [1, 1, 1, 1, 1, 0, 1, 1, 3], 13579746112.200771]
+--- Retained value to add in file: [0, 2, 0, 2, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 0, 0, 2, 2], [1, 0, 1, 0, 1, 0, 0, 2, 2], 13578718377.797527]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 3, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 3, 3, 2], [2, 0, 0, 1, 0, 1, 1, 3, 2], 13578150526.060932]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 1, 2, 3], [0, 1, 1, 0, 1, 1, 1, 2, 3], 13577261995.992798]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 0, 1, 1], [1, 0, 1, 1, 1, 1, 0, 1, 1], 13576023414.51101]
+--- Retained value to add in file: [0, 0, 3, 0, 0, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 0, 3, 2, 2], [2, 0, 0, 1, 0, 0, 1, 2, 2], 13575655541.278633]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 0, 2, 3], [0, 1, 1, 1, 1, 1, 0, 2, 3], 13574763691.043373]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 0, 2, 3], [0, 0, 0, 0, 0, 0, 0, 2, 3], 13574756094.733322]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 1, 2, 0], [0, 1, 1, 1, 1, 0, 1, 2, 0], 13574646515.729515]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 0, 1, 2], [0, 1, 1, 1, 0, 1, 0, 1, 2], 13572476295.699778]
+--- Retained value to add in file: [0, 1, 1, 1, 0, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 0, 1, 3, 2], [0, 0, 1, 1, 1, 0, 1, 3, 2], 13572274197.378483]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 2, 3, 2], [1, 0, 1, 0, 0, 0, 1, 3, 2], 13566982867.292519]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 3, 2, 0], [2, 1, 0, 1, 0, 0, 1, 2, 0], 13566477069.179497]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 3, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 3, 3, 2], [2, 1, 1, 0, 0, 0, 1, 3, 2], 13566046011.339912]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 0, 2, 2], [0, 1, 0, 1, 0, 0, 0, 2, 2], 13564836801.080711]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 3, 1, 3], [2, 1, 1, 1, 1, 0, 1, 1, 3], 13564801670.672886]
+--- Retained value to add in file: [0, 0, 2, 0, 2, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 2, 2, 3, 2], [1, 0, 0, 1, 0, 1, 1, 3, 2], 13562704268.934795]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 1, 3, 2], [0, 1, 0, 1, 1, 0, 1, 3, 2], 13560020835.955914]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 0, 1, 2], [1, 1, 1, 1, 1, 0, 0, 1, 2], 13559262336.963497]
+--- Retained value to add in file: [0, 0, 2, 0, 2, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 2, 2, 3, 1], [1, 0, 0, 1, 0, 1, 1, 3, 1], 13558045595.188229]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 3, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 3, 3, 3], [2, 1, 0, 0, 0, 1, 1, 3, 3], 13551922284.137482]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 1, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 1, 2, 1], [0, 1, 0, 1, 0, 0, 1, 2, 1], 13549412138.808422]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 0, 2, 2], [2, 1, 0, 0, 0, 1, 0, 2, 2], 13548389915.86959]
+--- Retained value to add in file: [0, 0, 0, 2, 2, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 2, 2, 3, 1], [1, 0, 0, 0, 1, 1, 1, 3, 1], 13547734258.543667]
 --- Retained value to add in file: [0, 0, 0, 1, 1, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 1, 2, 1], [0, 0, 0, 0, 1, 0, 1, 1, 1, 1], 10106844597.117899]
---- Retained value to add in file: [0, 0, 0, 1, 1, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 1, 3, 1], [0, 0, 0, 0, 1, 0, 1, 1, 1, 1], 10106844597.117899]
---- Retained value to add in file: [3, 0, 0, 3, 3, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 0, 1, 1], [2, 1, 0, 0, 1, 0, 1, 0, 1, 1], 10098591717.352867]
---- Retained value to add in file: [3, 0, 0, 3, 3, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 0, 2, 1], [2, 1, 0, 0, 1, 0, 1, 0, 1, 1], 10098591717.352867]
---- Retained value to add in file: [3, 0, 0, 3, 3, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 0, 3, 1], [2, 1, 0, 0, 1, 0, 1, 0, 1, 1], 10098591717.352867]
---- Retained value to add in file: [2, 2, 0, 2, 0, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 2, 0, 3], [1, 1, 1, 0, 1, 2, 0, 1, 0, 1], 10093145746.940165]
---- Retained value to add in file: [3, 0, 3, 3, 0, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 3, 0, 3], [2, 1, 0, 1, 1, 2, 0, 1, 0, 1], 10089213608.588026]
---- Retained value to add in file: [0, 0, 2, 2, 2, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 0, 1, 3], [1, 0, 0, 1, 1, 2, 1, 0, 1, 1], 10080889011.73549]
+--- Raw result : [[0, 0, 0, 1, 1, 1, 2, 1], [0, 0, 0, 0, 1, 1, 1, 2, 1], 13546809856.964733]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 3, 1, 0], [2, 1, 1, 1, 0, 0, 1, 1, 0], 13546469686.462883]
+--- Retained value to add in file: [2, 0, 0, 0, 2, 2, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 2, 2, 3, 3], [1, 1, 0, 0, 0, 1, 1, 3, 3], 13545637667.599857]
+--- Retained value to add in file: [1, 1, 0, 0, 0, 1, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 0, 1, 2, 1], [0, 1, 1, 0, 0, 0, 1, 2, 1], 13541980771.485104]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 0, 1, 2], [0, 1, 1, 0, 1, 1, 0, 1, 2], 13540265518.614908]
+--- Retained value to add in file: [1, 1, 0, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 0, 0, 2, 2], [0, 1, 1, 0, 0, 0, 0, 2, 2], 13538671879.311642]
+--- Retained value to add in file: [0, 2, 2, 2, 0, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 0, 2, 0, 1], [1, 0, 1, 1, 1, 0, 1, 0, 1], 13537606270.604473]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 2, 1, 1], [1, 1, 0, 1, 0, 0, 1, 1, 1], 13535784206.987667]
+--- Retained value to add in file: [2, 0, 0, 0, 2, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 2, 0, 2, 1], [1, 1, 0, 0, 0, 1, 0, 2, 1], 13528213045.449306]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 2, 2, 3], [1, 1, 0, 1, 0, 0, 1, 2, 3], 13527427855.773304]
+--- Retained value to add in file: [2, 0, 2, 2, 2, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 2, 0, 3, 2], [1, 1, 0, 1, 1, 1, 0, 3, 2], 13525815450.318138]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 0, 2, 2], [2, 0, 1, 1, 0, 1, 0, 2, 2], 13521740929.881771]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 1, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 0, 1, 2, 1], [0, 1, 0, 0, 1, 0, 1, 2, 1], 13520820732.879757]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 1, 3, 2], [0, 1, 0, 1, 1, 1, 1, 3, 2], 13519879164.771019]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 0, 2, 2], [1, 1, 0, 0, 1, 0, 0, 2, 2], 13519176616.564447]
+--- Retained value to add in file: [0, 3, 0, 0, 3, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 3, 3, 1, 2], [2, 0, 1, 0, 0, 1, 1, 1, 2], 13519035466.450447]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 3, 1, 2], [2, 0, 0, 0, 1, 1, 1, 1, 2], 13519001313.661419]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 0, 1, 1], [2, 1, 1, 1, 0, 0, 0, 1, 1], 13515227090.168638]
+--- Retained value to add in file: [2, 0, 2, 2, 2, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 2, 0, 3, 3], [1, 1, 0, 1, 1, 1, 0, 3, 3], 13513077815.257795]
+--- Retained value to add in file: [2, 2, 0, 0, 2, 2, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 2, 2, 0, 2], [1, 1, 1, 0, 0, 1, 1, 0, 2], 13512914383.46554]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 3, 1, 0], [2, 1, 1, 0, 1, 1, 1, 1, 0], 13509531149.469143]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 0, 1, 1], [0, 0, 1, 1, 1, 1, 0, 1, 1], 13505689803.208675]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 0, 2, 1], [1, 1, 1, 0, 0, 0, 0, 2, 1], 13505664972.642956]
+--- Retained value to add in file: [0, 0, 0, 2, 2, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 2, 0, 2, 3], [1, 0, 0, 0, 1, 1, 0, 2, 3], 13504511911.926521]
+--- Retained value to add in file: [0, 2, 0, 0, 2, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 2, 0, 2, 1], [1, 0, 1, 0, 0, 1, 0, 2, 1], 13496458939.240017]
+--- Retained value to add in file: [0, 1, 1, 1, 0, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 0, 1, 3, 3], [0, 0, 1, 1, 1, 0, 1, 3, 3], 13495844261.470648]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 1, 3, 3], [0, 1, 0, 1, 1, 1, 1, 3, 3], 13494696221.266142]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 2, 1, 3], [1, 0, 0, 1, 1, 1, 1, 1, 3], 13494642622.27821]
+--- Retained value to add in file: [2, 0, 0, 0, 2, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 2, 2, 3, 0], [1, 1, 0, 0, 0, 1, 1, 3, 0], 13493360057.607695]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 3, 3, 1], [2, 0, 0, 1, 1, 0, 1, 3, 1], 13492454796.320444]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 0, 2, 1], [2, 1, 1, 0, 1, 0, 0, 2, 1], 13491866164.493893]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 1, 3, 3], [0, 1, 0, 1, 0, 0, 1, 3, 3], 13490994387.937187]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 0, 2, 2], [2, 0, 0, 0, 1, 1, 0, 2, 2], 13490619523.166237]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 0, 2, 1], [2, 0, 1, 1, 1, 0, 0, 2, 1], 13489971408.258236]
 --- Retained value to add in file: [0, 0, 2, 2, 2, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 0, 2, 3], [1, 0, 0, 1, 1, 2, 1, 0, 1, 1], 10080889011.73549]
---- Retained value to add in file: [0, 0, 2, 2, 2, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 0, 3, 3], [1, 0, 0, 1, 1, 2, 1, 0, 1, 1], 10080889011.73549]
---- Retained value to add in file: [0, 3, 3, 3, 0, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 3, 0, 2], [2, 0, 1, 1, 1, 1, 0, 1, 0, 1], 10076754783.012295]
---- Retained value to add in file: [0, 0, 2, 2, 2, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 2, 3, 0], [1, 0, 0, 1, 1, 2, 1, 1, 1, 0], 10070998991.214352]
---- Retained value to add in file: [0, 2, 0, 0, 2, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 2, 1, 3], [1, 0, 1, 0, 0, 2, 1, 1, 1, 1], 10070919249.604916]
---- Retained value to add in file: [0, 2, 0, 0, 2, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 2, 2, 3], [1, 0, 1, 0, 0, 2, 1, 1, 1, 1], 10070919249.604916]
---- Retained value to add in file: [0, 2, 0, 0, 2, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 2, 3, 3], [1, 0, 1, 0, 0, 2, 1, 1, 1, 1], 10070919249.604916]
---- Retained value to add in file: [1, 1, 0, 1, 1, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 1, 0, 1], [0, 1, 1, 0, 1, 0, 1, 1, 0, 1], 10065023698.248892]
---- Retained value to add in file: [1, 1, 1, 1, 0, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 1, 0, 3], [0, 1, 1, 1, 1, 2, 0, 1, 0, 1], 10063233677.600807]
---- Retained value to add in file: [3, 0, 3, 0, 3, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 3, 1, 3], [2, 1, 0, 1, 0, 2, 1, 1, 1, 1], 10059161476.008614]
---- Retained value to add in file: [3, 0, 3, 0, 3, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 3, 2, 3], [2, 1, 0, 1, 0, 2, 1, 1, 1, 1], 10059161476.008614]
---- Retained value to add in file: [3, 0, 3, 0, 3, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 3, 3, 3], [2, 1, 0, 1, 0, 2, 1, 1, 1, 1], 10059161476.008614]
---- Retained value to add in file: [2, 0, 2, 2, 2, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 2, 0, 0], [1, 1, 0, 1, 1, 1, 1, 1, 0, 0], 10052477427.170696]
---- Retained value to add in file: [1, 0, 0, 1, 0, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 1, 1, 2], [0, 1, 0, 0, 1, 1, 0, 1, 1, 1], 10048618708.711973]
---- Retained value to add in file: [1, 0, 0, 1, 0, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 1, 2, 2], [0, 1, 0, 0, 1, 1, 0, 1, 1, 1], 10048618708.711973]
---- Retained value to add in file: [1, 0, 0, 1, 0, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 1, 3, 2], [0, 1, 0, 0, 1, 1, 0, 1, 1, 1], 10048618708.711973]
---- Retained value to add in file: [1, 0, 0, 1, 0, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 1, 1, 3], [0, 1, 0, 0, 1, 2, 0, 1, 1, 1], 10039528009.47105]
---- Retained value to add in file: [1, 0, 0, 1, 0, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 1, 2, 3], [0, 1, 0, 0, 1, 2, 0, 1, 1, 1], 10039528009.47105]
---- Retained value to add in file: [1, 0, 0, 1, 0, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 1, 3, 3], [0, 1, 0, 0, 1, 2, 0, 1, 1, 1], 10039528009.47105]
---- Retained value to add in file: [3, 0, 0, 3, 3, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 3, 2, 0], [2, 1, 0, 0, 1, 1, 1, 1, 1, 0], 10036409397.493229]
---- Retained value to add in file: [2, 0, 2, 2, 2, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 0, 0, 1], [1, 1, 0, 1, 1, 0, 1, 0, 0, 1], 10021527863.16782]
---- Retained value to add in file: [0, 0, 3, 3, 0, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 3, 1, 2], [2, 0, 0, 1, 1, 1, 0, 1, 1, 1], 10020660710.286901]
---- Retained value to add in file: [0, 0, 3, 3, 0, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 3, 2, 2], [2, 0, 0, 1, 1, 1, 0, 1, 1, 1], 10020660710.286901]
---- Retained value to add in file: [0, 0, 3, 3, 0, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 3, 3, 2], [2, 0, 0, 1, 1, 1, 0, 1, 1, 1], 10020660710.286901]
---- Retained value to add in file: [0, 0, 2, 2, 2, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 2, 1, 0], [1, 0, 0, 1, 1, 0, 1, 1, 1, 0], 10018194121.332495]
---- Retained value to add in file: [3, 3, 3, 0, 3, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 3, 0, 1], [2, 1, 1, 1, 0, 0, 1, 1, 0, 1], 10013454684.153276]
---- Retained value to add in file: [0, 1, 0, 0, 1, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 1, 1, 3], [0, 0, 1, 0, 0, 2, 1, 1, 1, 1], 10012581599.758081]
---- Retained value to add in file: [0, 1, 0, 0, 1, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 1, 2, 3], [0, 0, 1, 0, 0, 2, 1, 1, 1, 1], 10012581599.758081]
---- Retained value to add in file: [0, 1, 0, 0, 1, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 1, 3, 3], [0, 0, 1, 0, 0, 2, 1, 1, 1, 1], 10012581599.758081]
---- Retained value to add in file: [3, 3, 3, 3, 0, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 3, 1, 0], [2, 1, 1, 1, 1, 0, 0, 1, 1, 0], 10005117581.310497]
---- Retained value to add in file: [1, 1, 0, 1, 0, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 1, 1, 1], [0, 1, 1, 0, 1, 0, 0, 1, 1, 1], 10002069130.089157]
---- Retained value to add in file: [1, 1, 0, 1, 0, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 1, 2, 1], [0, 1, 1, 0, 1, 0, 0, 1, 1, 1], 10002069130.089157]
---- Retained value to add in file: [1, 1, 0, 1, 0, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 1, 3, 1], [0, 1, 1, 0, 1, 0, 0, 1, 1, 1], 10002069130.089157]
---- Retained value to add in file: [2, 2, 0, 2, 0, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 2, 0, 2], [1, 1, 1, 0, 1, 1, 0, 1, 0, 1], 9999716127.700077]
---- Retained value to add in file: [1, 0, 1, 1, 1, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 1, 1, 0], [0, 1, 0, 1, 1, 0, 1, 1, 1, 0], 9998715304.126612]
---- Retained value to add in file: [0, 0, 3, 3, 3, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 3, 2, 0], [2, 0, 0, 1, 1, 1, 1, 1, 1, 0], 9990167534.345903]
---- Retained value to add in file: [0, 3, 0, 3, 3, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 0, 1, 1], [2, 0, 1, 0, 1, 0, 1, 0, 1, 1], 9990088468.187742]
---- Retained value to add in file: [0, 3, 0, 3, 3, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 0, 2, 1], [2, 0, 1, 0, 1, 0, 1, 0, 1, 1], 9990088468.187742]
---- Retained value to add in file: [0, 3, 0, 3, 3, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 0, 3, 1], [2, 0, 1, 0, 1, 0, 1, 0, 1, 1], 9990088468.187742]
---- Retained value to add in file: [1, 1, 1, 1, 1, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 0, 0, 2], [0, 1, 1, 1, 1, 1, 1, 0, 0, 1], 9984321336.134695]
---- Retained value to add in file: [0, 3, 3, 3, 3, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 3, 0, 0], [2, 0, 1, 1, 1, 2, 1, 1, 0, 0], 9982131294.417898]
---- Retained value to add in file: [2, 0, 0, 2, 2, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 2, 1, 0], [1, 1, 0, 0, 1, 0, 1, 1, 1, 0], 9976996637.707712]
---- Retained value to add in file: [2, 2, 2, 0, 0, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 2, 1, 3], [1, 1, 1, 1, 0, 2, 0, 1, 1, 1], 9975537570.145208]
---- Retained value to add in file: [2, 2, 2, 0, 0, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 2, 2, 3], [1, 1, 1, 1, 0, 2, 0, 1, 1, 1], 9975537570.145208]
---- Retained value to add in file: [2, 2, 2, 0, 0, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 2, 3, 3], [1, 1, 1, 1, 0, 2, 0, 1, 1, 1], 9975537570.145208]
---- Retained value to add in file: [0, 1, 0, 0, 1, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 1, 1, 1], [0, 0, 1, 0, 0, 0, 1, 1, 1, 1], 9975474698.221872]
---- Retained value to add in file: [0, 1, 0, 0, 1, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 1, 2, 1], [0, 0, 1, 0, 0, 0, 1, 1, 1, 1], 9975474698.221872]
---- Retained value to add in file: [0, 1, 0, 0, 1, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 1, 3, 1], [0, 0, 1, 0, 0, 0, 1, 1, 1, 1], 9975474698.221872]
---- Retained value to add in file: [0, 3, 3, 3, 3, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 0, 0, 3], [2, 0, 1, 1, 1, 2, 1, 0, 0, 1], 9974987855.494146]
---- Retained value to add in file: [0, 0, 2, 2, 0, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 2, 1, 1], [1, 0, 0, 1, 1, 0, 0, 1, 1, 1], 9968434482.859869]
---- Retained value to add in file: [0, 0, 2, 2, 0, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 2, 2, 1], [1, 0, 0, 1, 1, 0, 0, 1, 1, 1], 9968434482.859869]
---- Retained value to add in file: [0, 0, 2, 2, 0, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 2, 3, 1], [1, 0, 0, 1, 1, 0, 0, 1, 1, 1], 9968434482.859869]
---- Retained value to add in file: [2, 2, 2, 2, 0, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 2, 1, 0], [1, 1, 1, 1, 1, 0, 0, 1, 1, 0], 9967224485.168732]
---- Retained value to add in file: [0, 2, 0, 2, 2, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 2, 1, 0], [1, 0, 1, 0, 1, 0, 1, 1, 1, 0], 9965081434.97664]
---- Retained value to add in file: [3, 3, 0, 0, 3, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 3, 1, 3], [2, 1, 1, 0, 0, 2, 1, 1, 1, 1], 9958143827.870296]
---- Retained value to add in file: [3, 3, 0, 0, 3, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 3, 2, 3], [2, 1, 1, 0, 0, 2, 1, 1, 1, 1], 9958143827.870296]
---- Retained value to add in file: [3, 3, 0, 0, 3, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 3, 3, 3], [2, 1, 1, 0, 0, 2, 1, 1, 1, 1], 9958143827.870296]
---- Retained value to add in file: [0, 3, 0, 3, 0, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 3, 1, 2], [2, 0, 1, 0, 1, 1, 0, 1, 1, 1], 9954903460.80619]
---- Retained value to add in file: [0, 3, 0, 3, 0, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 3, 2, 2], [2, 0, 1, 0, 1, 1, 0, 1, 1, 1], 9954903460.80619]
---- Retained value to add in file: [0, 3, 0, 3, 0, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 3, 3, 2], [2, 0, 1, 0, 1, 1, 0, 1, 1, 1], 9954903460.80619]
---- Retained value to add in file: [2, 2, 0, 2, 2, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 0, 0, 2], [1, 1, 1, 0, 1, 1, 1, 0, 0, 1], 9953194592.705063]
---- Retained value to add in file: [0, 3, 3, 3, 0, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 3, 0, 3], [2, 0, 1, 1, 1, 2, 0, 1, 0, 1], 9952625797.58694]
---- Retained value to add in file: [3, 3, 0, 3, 3, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 0, 0, 2], [2, 1, 1, 0, 1, 1, 1, 0, 0, 1], 9949495564.003458]
+--- Raw result : [[0, 0, 2, 2, 2, 0, 2, 3], [1, 0, 0, 1, 1, 1, 0, 2, 3], 13485864155.887363]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 2, 2, 0], [1, 0, 1, 1, 0, 0, 1, 2, 0], 13484384595.36665]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 0, 2, 3], [0, 1, 0, 0, 0, 1, 0, 2, 3], 13483658327.891218]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 1, 1, 2], [0, 1, 0, 0, 1, 1, 1, 1, 2], 13478625296.10507]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 0, 2, 3], [0, 1, 1, 0, 1, 1, 0, 2, 3], 13476014650.696852]
+--- Retained value to add in file: [0, 0, 0, 2, 2, 2, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 2, 2, 3, 3], [1, 0, 0, 0, 1, 1, 1, 3, 3], 13473565259.872974]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 0, 1, 2], [2, 1, 1, 1, 1, 1, 0, 1, 2], 13473195316.047512]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 3, 0, 1], [2, 1, 1, 0, 1, 1, 1, 0, 1], 13471660195.641369]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 0, 2, 1], [0, 1, 1, 0, 1, 0, 0, 2, 1], 13467947472.024578]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 2, 3, 2], [1, 0, 0, 1, 0, 0, 1, 3, 2], 13467695382.371372]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 0, 2, 2], [1, 0, 0, 0, 1, 0, 0, 2, 2], 13467414605.816887]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 0, 2, 1], [1, 0, 0, 1, 1, 0, 0, 2, 1], 13465989741.85432]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 0, 2, 2], [2, 1, 1, 0, 1, 0, 0, 2, 2], 13465015976.888958]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 3, 0, 3], [2, 1, 1, 1, 1, 1, 1, 0, 3], 13464083180.302921]
 --- Retained value to add in file: [3, 0, 0, 3, 0, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 3, 1, 1], [2, 1, 0, 0, 1, 0, 0, 1, 1, 1], 9948632293.419718]
---- Retained value to add in file: [3, 0, 0, 3, 0, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 3, 2, 1], [2, 1, 0, 0, 1, 0, 0, 1, 1, 1], 9948632293.419718]
+--- Raw result : [[3, 0, 0, 3, 0, 3, 1, 1], [2, 1, 0, 0, 1, 0, 1, 1, 1], 13463155286.666115]
+--- Retained value to add in file: [2, 2, 2, 2, 2, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 2, 0, 3, 1], [1, 1, 1, 1, 1, 1, 0, 3, 1], 13462837673.586147]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 0, 2, 2], [1, 0, 1, 1, 0, 0, 0, 2, 2], 13461779467.73045]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 1, 3, 2], [0, 0, 1, 1, 0, 1, 1, 3, 2], 13461221777.354862]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 1, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 1, 2, 1], [0, 0, 0, 1, 0, 0, 1, 2, 1], 13458316388.416945]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 0, 1, 1], [1, 1, 1, 1, 0, 0, 0, 1, 1], 13458216337.307888]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 2, 0, 1], [1, 1, 1, 0, 1, 0, 1, 0, 1], 13458197181.417736]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 0, 2, 3], [2, 0, 0, 1, 1, 1, 0, 2, 3], 13456900584.291817]
+--- Retained value to add in file: [1, 1, 0, 0, 1, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 1, 1, 1, 2], [0, 1, 1, 0, 0, 1, 1, 1, 2], 13456506620.66305]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 2, 0, 3], [1, 0, 1, 1, 1, 1, 1, 0, 3], 13456059860.97385]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 0, 3, 3], [2, 1, 1, 1, 1, 0, 0, 3, 3], 13454345415.58782]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 1, 3, 3], [0, 1, 1, 0, 1, 0, 1, 3, 3], 13452557988.140425]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 2, 3, 2], [1, 0, 0, 0, 0, 1, 1, 3, 2], 13452431435.243412]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 3, 1, 2], [2, 0, 0, 1, 0, 1, 1, 1, 2], 13451199311.942913]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 1, 3, 3], [0, 1, 1, 0, 1, 1, 1, 3, 3], 13450954306.111511]
+--- Retained value to add in file: [0, 0, 0, 0, 3, 3, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 3, 3, 3, 2], [2, 0, 0, 0, 0, 1, 1, 3, 2], 13450790714.88538]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 1, 2, 3], [0, 0, 1, 1, 0, 1, 1, 2, 3], 13449049315.092558]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 0, 2, 1], [0, 0, 0, 0, 0, 1, 0, 2, 1], 13445936772.66322]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 1, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 1, 3, 1], [0, 1, 0, 1, 1, 1, 1, 3, 1], 13444622742.854368]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 0, 2, 3], [2, 1, 0, 0, 1, 1, 0, 2, 3], 13444381532.53823]
+--- Retained value to add in file: [0, 0, 3, 0, 0, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 0, 3, 2, 1], [2, 0, 0, 1, 0, 0, 1, 2, 1], 13443443387.781538]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 0, 2, 1], [2, 1, 1, 0, 0, 0, 0, 2, 1], 13443411429.496195]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 1, 3, 0], [0, 1, 1, 1, 0, 1, 1, 3, 0], 13442867368.251934]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 1, 1, 2], [0, 0, 0, 1, 0, 1, 1, 1, 2], 13442270158.361752]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 0, 2, 2], [2, 0, 0, 1, 0, 1, 0, 2, 2], 13442107026.628319]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 1, 2, 3], [0, 0, 1, 1, 1, 1, 1, 2, 3], 13441043398.68872]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 1, 1, 2], [0, 0, 0, 1, 1, 0, 1, 1, 2], 13438849216.108059]
+--- Retained value to add in file: [0, 0, 0, 0, 3, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 3, 3, 3, 1], [2, 0, 0, 0, 0, 1, 1, 3, 1], 13437491764.618706]
+--- Retained value to add in file: [1, 1, 0, 0, 1, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 1, 1, 2, 3], [0, 1, 1, 0, 0, 1, 1, 2, 3], 13437061103.514647]
+--- Retained value to add in file: [0, 0, 0, 0, 3, 3, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 3, 3, 2, 3], [2, 0, 0, 0, 0, 1, 1, 2, 3], 13433215868.339293]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 2, 3, 1], [1, 1, 0, 0, 1, 0, 1, 3, 1], 13432071785.766552]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 0, 1, 2], [0, 0, 1, 0, 1, 1, 0, 1, 2], 13431745257.165]
+--- Retained value to add in file: [1, 1, 0, 0, 1, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 1, 1, 3, 3], [0, 1, 1, 0, 0, 1, 1, 3, 3], 13431294712.000433]
+--- Retained value to add in file: [0, 0, 2, 0, 2, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 2, 0, 2, 1], [1, 0, 0, 1, 0, 1, 0, 2, 1], 13430211166.59837]
+--- Retained value to add in file: [1, 1, 0, 0, 0, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 0, 1, 3, 3], [0, 1, 1, 0, 0, 0, 1, 3, 3], 13427850243.182009]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 2, 1, 0], [1, 1, 1, 1, 0, 0, 1, 1, 0], 13426791974.282711]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 2, 1, 2], [1, 1, 0, 1, 0, 0, 1, 1, 2], 13422716126.29901]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 2, 1, 3], [1, 1, 0, 0, 1, 1, 1, 1, 3], 13418966010.092388]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 3, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 3, 2, 3], [2, 1, 1, 0, 0, 0, 1, 2, 3], 13418116959.280499]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 0, 2, 3], [0, 0, 0, 1, 1, 1, 0, 2, 3], 13418074989.870483]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 0, 1, 2], [2, 1, 1, 1, 1, 0, 0, 1, 2], 13417453082.503916]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 2, 2, 0], [1, 1, 0, 0, 1, 0, 1, 2, 0], 13415958327.632092]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 0, 2, 3], [2, 1, 1, 0, 1, 1, 0, 2, 3], 13415049089.027891]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 0, 2, 3], [1, 0, 1, 1, 1, 1, 0, 2, 3], 13413839682.331024]
+--- Retained value to add in file: [0, 0, 0, 2, 2, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 2, 0, 2, 1], [1, 0, 0, 0, 1, 1, 0, 2, 1], 13412800297.785442]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 1, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 1, 3, 1], [0, 0, 1, 1, 1, 1, 1, 3, 1], 13412238470.3399]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 3, 0, 1], [2, 0, 1, 1, 1, 1, 1, 0, 1], 13411773659.006588]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 3, 1, 2], [2, 1, 0, 1, 0, 0, 1, 1, 2], 13410655240.77232]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 3, 1, 3], [2, 1, 0, 0, 1, 1, 1, 1, 3], 13408516654.748661]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 0, 2, 2], [1, 1, 1, 0, 0, 0, 0, 2, 2], 13407470352.54945]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 0, 2, 2], [2, 1, 0, 1, 0, 0, 0, 2, 2], 13407405228.595802]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 0, 3, 2], [2, 1, 1, 1, 1, 0, 0, 3, 2], 13405957840.239979]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 2, 2, 0], [1, 1, 0, 1, 0, 0, 1, 2, 0], 13400826677.883724]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 1, 3, 2], [0, 1, 1, 0, 1, 1, 1, 3, 2], 13399376760.11839]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 0, 2, 2], [2, 0, 0, 1, 1, 0, 0, 2, 2], 13398858001.025154]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 2, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 2, 0, 2], [1, 1, 1, 1, 0, 0, 1, 0, 2], 13397334911.803873]
+--- Retained value to add in file: [3, 0, 0, 3, 0, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 0, 3, 1, 2], [2, 1, 0, 0, 1, 0, 1, 1, 2], 13396988871.923565]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 1, 1, 2], [0, 0, 0, 0, 1, 1, 1, 1, 2], 13396851675.755535]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 0, 2, 1], [0, 0, 1, 0, 0, 1, 0, 2, 1], 13392790764.962198]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 0, 2, 3], [2, 1, 1, 1, 1, 0, 0, 2, 3], 13390492724.784407]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 3, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 3, 2, 3], [2, 0, 1, 1, 0, 0, 1, 2, 3], 13385709939.620327]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 3, 3, 0], [2, 1, 1, 0, 0, 0, 1, 3, 0], 13384391967.722832]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 0, 2, 1], [2, 0, 0, 1, 1, 1, 0, 2, 1], 13384354990.07307]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 2, 2, 3], [1, 0, 0, 0, 1, 0, 1, 2, 3], 13383700235.72564]
+--- Retained value to add in file: [0, 0, 2, 0, 2, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 2, 2, 2, 0], [1, 0, 0, 1, 0, 1, 1, 2, 0], 13383152931.00755]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 0, 2, 3], [1, 1, 1, 1, 0, 1, 0, 2, 3], 13380770308.124031]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 3, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 3, 3, 3], [2, 1, 1, 0, 0, 0, 1, 3, 3], 13379798261.075731]
+--- Retained value to add in file: [2, 0, 2, 2, 2, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 2, 0, 1, 1], [1, 1, 0, 1, 1, 1, 0, 1, 1], 13379257885.6563]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 2, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 2, 3, 3], [1, 0, 1, 0, 0, 0, 1, 3, 3], 13378300707.41247]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 1, 1, 2], [0, 1, 1, 1, 0, 0, 1, 1, 2], 13376753562.320383]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 0, 3, 2], [2, 0, 1, 1, 1, 1, 0, 3, 2], 13374687480.132816]
+--- Retained value to add in file: [0, 1, 1, 1, 0, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 0, 1, 2, 3], [0, 0, 1, 1, 1, 0, 1, 2, 3], 13374594326.271742]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 2, 3, 2], [1, 0, 0, 0, 1, 0, 1, 3, 2], 13374124160.93291]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 0, 3, 3], [1, 1, 1, 1, 1, 0, 0, 3, 3], 13373629782.273155]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 1, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 1, 2, 1], [0, 0, 0, 0, 0, 1, 1, 2, 1], 13371200707.787535]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 0, 2, 3], [0, 1, 1, 1, 0, 1, 0, 2, 3], 13369014233.496214]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 1, 1, 1], [0, 1, 1, 1, 0, 0, 1, 1, 1], 13367875792.38441]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 2, 3, 1], [1, 0, 1, 0, 0, 0, 1, 3, 1], 13366739630.370174]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 1, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 1, 3, 1], [0, 1, 1, 0, 1, 1, 1, 3, 1], 13365181589.44555]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 0, 2, 3], [2, 1, 1, 1, 0, 1, 0, 2, 3], 13364684626.162352]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 1, 2, 3], [0, 0, 1, 1, 0, 0, 1, 2, 3], 13363593436.306583]
+--- Retained value to add in file: [1, 1, 0, 0, 1, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 1, 1, 3, 2], [0, 1, 1, 0, 0, 1, 1, 3, 2], 13362977065.237293]
+--- Retained value to add in file: [2, 2, 0, 0, 2, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 2, 2, 1, 0], [1, 1, 1, 0, 0, 1, 1, 1, 0], 13362205980.023952]
 --- Retained value to add in file: [3, 0, 0, 3, 0, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 3, 3, 1], [2, 1, 0, 0, 1, 0, 0, 1, 1, 1], 9948632293.419718]
---- Retained value to add in file: [0, 1, 1, 1, 0, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 1, 1, 1], [0, 0, 1, 1, 1, 0, 0, 1, 1, 1], 9942095477.965687]
---- Retained value to add in file: [0, 1, 1, 1, 0, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 1, 2, 1], [0, 0, 1, 1, 1, 0, 0, 1, 1, 1], 9942095477.965687]
+--- Raw result : [[3, 0, 0, 3, 0, 3, 3, 1], [2, 1, 0, 0, 1, 0, 1, 3, 1], 13360208288.942621]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 0, 2, 3], [2, 0, 1, 1, 1, 1, 0, 2, 3], 13359856371.157118]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 0, 2, 0], [1, 1, 1, 1, 1, 0, 0, 2, 0], 13359300507.75315]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 0, 3, 2], [1, 1, 1, 1, 1, 0, 0, 3, 2], 13359155556.2373]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 3, 0, 1], [2, 1, 1, 0, 1, 0, 1, 0, 1], 13358962037.164762]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 3, 2, 1], [2, 0, 0, 0, 1, 0, 1, 2, 1], 13358064460.315977]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 0, 2, 1], [0, 0, 1, 1, 0, 0, 0, 2, 1], 13357378022.80572]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 3, 1, 3], [2, 0, 0, 1, 1, 1, 1, 1, 3], 13355513722.598606]
 --- Retained value to add in file: [0, 1, 1, 1, 0, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 1, 3, 1], [0, 0, 1, 1, 1, 0, 0, 1, 1, 1], 9942095477.965687]
---- Retained value to add in file: [2, 0, 2, 2, 2, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 0, 0, 3], [1, 1, 0, 1, 1, 2, 1, 0, 0, 1], 9940787503.045095]
---- Retained value to add in file: [2, 0, 2, 2, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 0, 1, 2], [1, 1, 0, 1, 1, 1, 0, 0, 1, 1], 9935450816.456038]
---- Retained value to add in file: [2, 0, 2, 2, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 0, 2, 2], [1, 1, 0, 1, 1, 1, 0, 0, 1, 1], 9935450816.456038]
---- Retained value to add in file: [2, 0, 2, 2, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 0, 3, 2], [1, 1, 0, 1, 1, 1, 0, 0, 1, 1], 9935450816.456038]
---- Retained value to add in file: [0, 3, 0, 3, 3, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 3, 2, 0], [2, 0, 1, 0, 1, 1, 1, 1, 1, 0], 9934057984.652817]
---- Retained value to add in file: [0, 2, 2, 2, 2, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 0, 2, 0], [1, 0, 1, 1, 1, 1, 1, 0, 1, 0], 9926174768.01117]
---- Retained value to add in file: [0, 0, 2, 0, 2, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 2, 1, 3], [1, 0, 0, 1, 0, 2, 1, 1, 1, 1], 9919752166.402199]
---- Retained value to add in file: [0, 0, 2, 0, 2, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 2, 2, 3], [1, 0, 0, 1, 0, 2, 1, 1, 1, 1], 9919752166.402199]
+--- Raw result : [[0, 1, 1, 1, 0, 1, 3, 1], [0, 0, 1, 1, 1, 0, 1, 3, 1], 13350886867.997505]
+--- Retained value to add in file: [0, 3, 0, 0, 3, 3, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 3, 3, 1, 1], [2, 0, 1, 0, 0, 1, 1, 1, 1], 13350398544.22035]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 0, 2, 3], [1, 0, 1, 0, 1, 1, 0, 2, 3], 13348327153.652845]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 1, 2, 3], [0, 1, 0, 1, 1, 0, 1, 2, 3], 13347450033.142933]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 1, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 1, 3, 1], [0, 1, 1, 1, 0, 0, 1, 3, 1], 13343585015.167336]
+--- Retained value to add in file: [3, 0, 3, 3, 3, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 3, 0, 1, 2], [2, 1, 0, 1, 1, 1, 0, 1, 2], 13342455709.315199]
+--- Retained value to add in file: [0, 2, 0, 2, 0, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 0, 2, 3, 0], [1, 0, 1, 0, 1, 0, 1, 3, 0], 13342329939.809061]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 0, 2, 2], [1, 1, 0, 1, 0, 0, 0, 2, 2], 13340873783.848017]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 0, 2, 1], [1, 0, 1, 1, 0, 0, 0, 2, 1], 13340209593.438168]
+--- Retained value to add in file: [0, 2, 0, 2, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 0, 0, 2, 1], [1, 0, 1, 0, 1, 0, 0, 2, 1], 13339978763.31213]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 2, 1, 3], [1, 0, 1, 1, 0, 1, 1, 1, 3], 13339258001.955097]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 0, 2, 1], [2, 1, 0, 1, 0, 0, 0, 2, 1], 13336089132.403852]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 2, 1, 2], [1, 0, 0, 0, 1, 0, 1, 1, 2], 13335932870.248531]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 0, 1, 1], [0, 1, 1, 1, 0, 1, 0, 1, 1], 13335555157.658016]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 1, 3, 2], [0, 1, 0, 1, 0, 0, 1, 3, 2], 13335353242.643917]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 2, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 2, 3, 3], [1, 0, 0, 0, 1, 0, 1, 3, 3], 13334942123.032822]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 3, 1, 3], [2, 0, 1, 0, 1, 1, 1, 1, 3], 13334025603.691048]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 0, 2, 3], [0, 0, 0, 0, 1, 0, 0, 2, 3], 13329810548.227276]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 0, 2, 1], [2, 0, 1, 1, 0, 1, 0, 2, 1], 13328426185.14172]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 2, 1, 2], [1, 0, 1, 0, 0, 0, 1, 1, 2], 13327774006.555565]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 2, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 2, 0, 2], [1, 1, 0, 0, 1, 1, 1, 0, 2], 13327297400.542997]
+--- Retained value to add in file: [0, 0, 0, 2, 2, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 2, 2, 2, 0], [1, 0, 0, 0, 1, 1, 1, 2, 0], 13324910309.384563]
+--- Retained value to add in file: [3, 0, 3, 3, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 0, 0, 3, 3], [2, 1, 0, 1, 1, 0, 0, 3, 3], 13323052946.34169]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 0, 3, 2], [1, 0, 1, 1, 1, 1, 0, 3, 2], 13321832541.610836]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 0, 2, 2], [1, 0, 0, 1, 0, 0, 0, 2, 2], 13321715326.713997]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 0, 0, 2, 1], [0, 1, 0, 0, 1, 0, 0, 2, 1], 13321569526.482206]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 3, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 3, 3, 3], [2, 0, 0, 1, 0, 1, 1, 3, 3], 13317453766.38633]
+--- Retained value to add in file: [2, 2, 0, 0, 2, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 2, 2, 1, 3], [1, 1, 1, 0, 0, 1, 1, 1, 3], 13317146701.016575]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 2, 3, 1], [1, 0, 0, 0, 0, 1, 1, 3, 1], 13316669993.534998]
+--- Retained value to add in file: [3, 3, 0, 0, 3, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 3, 3, 1, 0], [2, 1, 1, 0, 0, 1, 1, 1, 0], 13316594823.45559]
+--- Retained value to add in file: [1, 1, 0, 0, 1, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 1, 0, 1, 2], [0, 1, 1, 0, 0, 1, 0, 1, 2], 13313877664.753242]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 2, 2, 0], [1, 0, 0, 1, 1, 0, 1, 2, 0], 13312900132.960812]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 0, 2, 0], [0, 1, 1, 1, 1, 1, 0, 2, 0], 13311208166.297722]
+--- Retained value to add in file: [1, 1, 0, 0, 1, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 1, 0, 2, 3], [0, 1, 1, 0, 0, 1, 0, 2, 3], 13309937473.390972]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 1, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 1, 2, 1], [0, 0, 0, 0, 1, 0, 1, 2, 1], 13309226105.738142]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 2, 2, 3], [1, 0, 1, 0, 0, 0, 1, 2, 3], 13308742349.141788]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 0, 1, 2], [1, 0, 1, 1, 0, 1, 0, 1, 2], 13308722153.812265]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 0, 1, 2], [1, 1, 0, 0, 1, 1, 0, 1, 2], 13305281643.215895]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 1, 1, 3], [0, 1, 1, 1, 1, 1, 1, 1, 3], 13304078608.244312]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 0, 2, 3], [0, 0, 0, 1, 0, 1, 0, 2, 3], 13303329786.824888]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 2, 3, 2], [1, 1, 0, 0, 0, 0, 1, 3, 2], 13302498536.138065]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 0, 1, 1], [2, 1, 1, 1, 1, 1, 0, 1, 1], 13301535459.607079]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 0, 3, 2], [0, 1, 1, 1, 1, 1, 0, 3, 2], 13299077331.385853]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 1, 3, 2], [0, 0, 1, 1, 1, 1, 1, 3, 2], 13298822974.751476]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 1, 1, 2], [0, 0, 1, 1, 0, 0, 1, 1, 2], 13298711241.64515]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 1, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 1, 3, 1], [0, 0, 1, 1, 0, 1, 1, 3, 1], 13298103092.159767]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 1, 3, 3], [0, 0, 1, 1, 0, 1, 1, 3, 3], 13297170864.206854]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 0, 2, 0], [1, 1, 1, 1, 0, 1, 0, 2, 0], 13292824899.292152]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 0, 3, 2], [1, 1, 1, 0, 1, 1, 0, 3, 2], 13290852819.033566]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 0, 3, 3], [1, 1, 1, 0, 1, 1, 0, 3, 3], 13287069229.403107]
+--- Retained value to add in file: [0, 3, 0, 0, 3, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 3, 0, 2, 2], [2, 0, 1, 0, 0, 1, 0, 2, 2], 13285947264.0733]
+--- Retained value to add in file: [1, 1, 0, 0, 1, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 1, 1, 1, 1], [0, 1, 1, 0, 0, 1, 1, 1, 1], 13285014186.975414]
+--- Retained value to add in file: [3, 0, 0, 3, 0, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 0, 3, 2, 0], [2, 1, 0, 0, 1, 0, 1, 2, 0], 13283545928.549675]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 0, 2, 1], [2, 1, 0, 0, 1, 1, 0, 2, 1], 13282439226.284847]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 1, 1, 2], [0, 1, 0, 1, 1, 0, 1, 1, 2], 13282397359.021894]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 1, 1, 2], [0, 1, 0, 1, 0, 1, 1, 1, 2], 13280018476.037748]
+--- Retained value to add in file: [2, 2, 0, 0, 2, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 2, 0, 1, 2], [1, 1, 1, 0, 0, 1, 0, 1, 2], 13279820073.655008]
+--- Retained value to add in file: [3, 0, 3, 3, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 0, 0, 3, 2], [2, 1, 0, 1, 1, 0, 0, 3, 2], 13279402342.452976]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 2, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 2, 3, 3], [1, 0, 0, 1, 0, 0, 1, 3, 3], 13274655531.410423]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 1, 2, 3], [0, 0, 0, 0, 0, 0, 1, 2, 3], 13273509224.221165]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 0, 3, 3], [0, 1, 1, 1, 1, 1, 0, 3, 3], 13272785581.650223]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 3, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 3, 2, 2], [2, 0, 0, 0, 0, 0, 1, 2, 2], 13271601921.78387]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 1, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 1, 2, 1], [0, 1, 0, 0, 0, 0, 1, 2, 1], 13269036971.438963]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 1, 2, 3], [0, 1, 0, 0, 1, 1, 1, 2, 3], 13268847034.270313]
+--- Retained value to add in file: [0, 0, 0, 0, 3, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 3, 0, 2, 2], [2, 0, 0, 0, 0, 1, 0, 2, 2], 13266602462.979046]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 1, 1, 2], [0, 1, 1, 0, 1, 0, 1, 1, 2], 13265738579.015116]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 0, 1, 2], [0, 1, 0, 0, 0, 1, 0, 1, 2], 13263853807.93078]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 3, 1, 0], [2, 0, 1, 1, 1, 1, 1, 1, 0], 13261947450.589169]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 0, 1, 2], [1, 0, 1, 0, 1, 1, 0, 1, 2], 13261700459.667994]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 1, 2, 3], [0, 1, 1, 0, 1, 0, 1, 2, 3], 13261634471.492353]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 3, 0, 2], [2, 1, 1, 1, 0, 0, 1, 0, 2], 13261515822.869835]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 3, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 3, 3, 2], [2, 0, 1, 0, 0, 0, 1, 3, 2], 13261140320.437407]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 3, 3, 1], [2, 0, 1, 0, 0, 0, 1, 3, 1], 13260707306.404362]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 2, 3, 0], [1, 0, 1, 1, 0, 0, 1, 3, 0], 13259428776.467325]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 3, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 3, 3, 3], [2, 0, 0, 0, 1, 0, 1, 3, 3], 13257053358.756628]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 1, 1, 2], [0, 0, 1, 0, 0, 1, 1, 1, 2], 13256990816.821434]
+--- Retained value to add in file: [3, 3, 0, 0, 3, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 3, 3, 1, 3], [2, 1, 1, 0, 0, 1, 1, 1, 3], 13254692620.282295]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 0, 1, 2], [0, 0, 1, 0, 0, 1, 0, 1, 2], 13253447788.634243]
+--- Retained value to add in file: [3, 0, 3, 3, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 0, 0, 2, 3], [2, 1, 0, 1, 1, 0, 0, 2, 3], 13252786541.138725]
+--- Retained value to add in file: [0, 3, 0, 3, 0, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 0, 3, 3, 0], [2, 0, 1, 0, 1, 0, 1, 3, 0], 13250342272.84922]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 0, 3, 2], [0, 1, 0, 1, 1, 1, 0, 3, 2], 13250330229.466503]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 1, 2, 3], [0, 1, 0, 1, 0, 1, 1, 2, 3], 13248113956.11385]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 1, 3, 2], [0, 1, 0, 1, 0, 1, 1, 3, 2], 13244299983.450008]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 0, 1, 2], [2, 1, 1, 1, 0, 1, 0, 1, 2], 13243158865.331568]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 0, 3, 2], [2, 0, 0, 1, 1, 1, 0, 3, 2], 13242364112.81351]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 0, 1, 1], [1, 1, 1, 0, 1, 1, 0, 1, 1], 13241042624.432304]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 0, 2, 1], [2, 1, 0, 0, 0, 1, 0, 2, 1], 13240743439.046202]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 0, 3, 3], [2, 0, 1, 1, 1, 1, 0, 3, 3], 13240713388.802885]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 0, 2, 1], [0, 0, 0, 0, 1, 0, 0, 2, 1], 13236349115.243221]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 0, 2, 2], [1, 1, 0, 0, 0, 0, 0, 2, 2], 13235468922.366875]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 3, 1, 2], [2, 0, 0, 1, 1, 0, 1, 1, 2], 13234497300.133816]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 1, 3, 3], [0, 1, 0, 1, 0, 1, 1, 3, 3], 13234382139.8364]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 2, 0, 1], [1, 0, 1, 1, 0, 1, 1, 0, 1], 13234309328.148022]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 0, 3, 2], [1, 1, 1, 1, 0, 1, 0, 3, 2], 13233302814.796223]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 1, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 1, 2, 1], [0, 0, 1, 0, 0, 0, 1, 2, 1], 13232691949.292871]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 0, 2, 1], [0, 0, 1, 0, 1, 0, 0, 2, 1], 13231076873.68017]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 0, 3, 1], [1, 0, 1, 1, 1, 1, 0, 3, 1], 13230776389.435999]
 --- Retained value to add in file: [0, 0, 2, 0, 2, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 2, 3, 3], [1, 0, 0, 1, 0, 2, 1, 1, 1, 1], 9919752166.402199]
+--- Raw result : [[0, 0, 2, 0, 2, 2, 3, 3], [1, 0, 0, 1, 0, 1, 1, 3, 3], 13230575621.960102]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 0, 3, 3], [1, 1, 0, 0, 1, 1, 0, 3, 3], 13229224046.320042]
+--- Retained value to add in file: [0, 1, 1, 1, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 0, 0, 1, 2], [0, 0, 1, 1, 1, 0, 0, 1, 2], 13228564936.107704]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 0, 1, 1], [0, 1, 1, 1, 1, 0, 0, 1, 1], 13225308929.986446]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 3, 3, 0], [2, 1, 0, 1, 0, 0, 1, 3, 0], 13225016181.899578]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 0, 3, 1], [2, 1, 1, 1, 1, 1, 0, 3, 1], 13222487155.387613]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 0, 2, 3], [1, 1, 1, 1, 1, 0, 0, 2, 3], 13222107197.3143]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 0, 2, 3], [0, 0, 1, 0, 0, 1, 0, 2, 3], 13221431657.072304]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 0, 2, 1], [1, 1, 0, 1, 0, 0, 0, 2, 1], 13220820094.385296]
+--- Retained value to add in file: [1, 1, 0, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 0, 0, 2, 1], [0, 1, 1, 0, 0, 0, 0, 2, 1], 13220348612.88804]
+--- Retained value to add in file: [0, 3, 0, 3, 0, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 0, 3, 1, 2], [2, 0, 1, 0, 1, 0, 1, 1, 2], 13220310827.838203]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 2, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 2, 3, 3], [1, 1, 0, 0, 0, 0, 1, 3, 3], 13219175487.975792]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 0, 1, 2], [0, 0, 0, 1, 1, 0, 0, 1, 2], 13217789541.127115]
 --- Retained value to add in file: [3, 3, 0, 3, 0, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 3, 0, 2], [2, 1, 1, 0, 1, 1, 0, 1, 0, 1], 9912078147.32804]
---- Retained value to add in file: [0, 0, 1, 0, 1, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 1, 1, 1], [0, 0, 0, 1, 0, 0, 1, 1, 1, 1], 9909184040.859682]
---- Retained value to add in file: [0, 0, 1, 0, 1, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 1, 2, 1], [0, 0, 0, 1, 0, 0, 1, 1, 1, 1], 9909184040.859682]
---- Retained value to add in file: [0, 0, 1, 0, 1, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 1, 3, 1], [0, 0, 0, 1, 0, 0, 1, 1, 1, 1], 9909184040.859682]
---- Retained value to add in file: [2, 2, 2, 0, 2, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 2, 1, 0], [1, 1, 1, 1, 0, 0, 1, 1, 1, 0], 9905865756.394472]
---- Retained value to add in file: [0, 2, 0, 2, 0, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 2, 1, 1], [1, 0, 1, 0, 1, 0, 0, 1, 1, 1], 9898003567.415123]
---- Retained value to add in file: [0, 2, 0, 2, 0, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 2, 2, 1], [1, 0, 1, 0, 1, 0, 0, 1, 1, 1], 9898003567.415123]
---- Retained value to add in file: [0, 2, 0, 2, 0, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 2, 3, 1], [1, 0, 1, 0, 1, 0, 0, 1, 1, 1], 9898003567.415123]
---- Retained value to add in file: [1, 1, 1, 1, 0, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 1, 0, 2], [0, 1, 1, 1, 1, 1, 0, 1, 0, 1], 9897235080.774588]
---- Retained value to add in file: [1, 1, 0, 1, 1, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 1, 1, 0], [0, 1, 1, 0, 1, 0, 1, 1, 1, 0], 9890731526.967316]
---- Retained value to add in file: [3, 3, 3, 0, 3, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 0, 1, 1], [2, 1, 1, 1, 0, 0, 1, 0, 1, 1], 9876779269.72306]
---- Retained value to add in file: [3, 3, 3, 0, 3, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 0, 2, 1], [2, 1, 1, 1, 0, 0, 1, 0, 1, 1], 9876779269.72306]
---- Retained value to add in file: [3, 3, 3, 0, 3, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 0, 3, 1], [2, 1, 1, 1, 0, 0, 1, 0, 1, 1], 9876779269.72306]
---- Retained value to add in file: [3, 0, 0, 0, 3, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 3, 1, 2], [2, 1, 0, 0, 0, 1, 1, 1, 1, 1], 9871756160.53324]
---- Retained value to add in file: [3, 0, 0, 0, 3, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 3, 2, 2], [2, 1, 0, 0, 0, 1, 1, 1, 1, 1], 9871756160.53324]
---- Retained value to add in file: [3, 0, 0, 0, 3, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 3, 3, 2], [2, 1, 0, 0, 0, 1, 1, 1, 1, 1], 9871756160.53324]
---- Retained value to add in file: [3, 0, 3, 3, 3, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 0, 0, 3], [2, 1, 0, 1, 1, 2, 1, 0, 0, 1], 9858459285.782055]
---- Retained value to add in file: [3, 3, 3, 0, 3, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 0, 1, 2], [2, 1, 1, 1, 0, 1, 1, 0, 1, 1], 9847734518.746212]
---- Retained value to add in file: [3, 3, 3, 0, 3, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 0, 2, 2], [2, 1, 1, 1, 0, 1, 1, 0, 1, 1], 9847734518.746212]
---- Retained value to add in file: [3, 3, 3, 0, 3, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 0, 3, 2], [2, 1, 1, 1, 0, 1, 1, 0, 1, 1], 9847734518.746212]
---- Retained value to add in file: [3, 3, 0, 3, 0, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 3, 0, 3], [2, 1, 1, 0, 1, 2, 0, 1, 0, 1], 9847076877.917841]
---- Retained value to add in file: [2, 0, 2, 0, 2, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 2, 0, 2], [1, 1, 0, 1, 0, 1, 1, 1, 0, 1], 9845299745.092545]
---- Retained value to add in file: [0, 2, 2, 2, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 0, 1, 2], [1, 0, 1, 1, 1, 1, 0, 0, 1, 1], 9844340708.440653]
---- Retained value to add in file: [0, 2, 2, 2, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 0, 2, 2], [1, 0, 1, 1, 1, 1, 0, 0, 1, 1], 9844340708.440653]
+--- Raw result : [[3, 3, 0, 3, 0, 3, 0, 2], [2, 1, 1, 0, 1, 0, 1, 0, 2], 13216561810.689507]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 0, 2, 2], [2, 1, 1, 0, 0, 0, 0, 2, 2], 13215783857.051723]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 0, 2, 1], [0, 0, 0, 1, 0, 0, 0, 2, 1], 13214280152.641827]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 0, 2, 1], [1, 1, 0, 0, 1, 0, 0, 2, 1], 13212660606.759472]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 3, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 3, 3, 2], [2, 0, 0, 0, 1, 0, 1, 3, 2], 13209103432.74599]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 2, 1, 2], [1, 1, 0, 0, 0, 0, 1, 1, 2], 13209075590.859493]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 2, 3, 0], [1, 1, 1, 0, 0, 0, 1, 3, 0], 13208703726.792933]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 1, 0, 1], [0, 1, 1, 1, 1, 1, 1, 0, 1], 13203487988.787392]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 2, 1, 0], [1, 1, 1, 0, 1, 0, 1, 1, 0], 13201873700.194393]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 0, 1, 1], [0, 1, 0, 1, 1, 1, 0, 1, 1], 13198706781.641994]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 3, 1, 3], [2, 1, 0, 1, 0, 1, 1, 1, 3], 13197858666.1236]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 0, 3, 3], [2, 0, 0, 1, 1, 1, 0, 3, 3], 13197482221.261124]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 1, 3, 2], [0, 0, 0, 1, 0, 0, 1, 3, 2], 13197177588.89838]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 0, 2, 3], [0, 0, 1, 0, 1, 1, 0, 2, 3], 13196970259.653584]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 2, 2, 3], [1, 1, 0, 0, 0, 0, 1, 2, 3], 13196951949.04055]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 0, 3, 3], [2, 1, 1, 0, 1, 1, 0, 3, 3], 13196175937.477827]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 1, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 1, 3, 1], [0, 1, 0, 1, 1, 0, 1, 3, 1], 13195331515.884655]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 2, 2, 3], [1, 0, 0, 1, 0, 0, 1, 2, 3], 13194005471.240349]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 0, 2, 3], [2, 0, 0, 0, 1, 1, 0, 2, 3], 13193471060.45957]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 3, 1, 0], [2, 1, 1, 0, 1, 0, 1, 1, 0], 13191709185.582817]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 1, 3, 0], [0, 1, 1, 0, 1, 1, 1, 3, 0], 13190932828.15234]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 0, 3, 2], [2, 0, 1, 1, 1, 0, 0, 3, 2], 13190131358.931618]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 0, 3, 3], [0, 1, 0, 1, 1, 1, 0, 3, 3], 13187676940.816639]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 0, 2, 3], [1, 0, 0, 0, 0, 1, 0, 2, 3], 13187300255.450926]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 0, 2, 2], [1, 0, 1, 0, 0, 0, 0, 2, 2], 13181350419.554478]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 1, 1, 2], [0, 0, 0, 0, 0, 1, 1, 1, 2], 13180891408.310373]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 0, 1, 2], [0, 1, 1, 1, 1, 0, 0, 1, 2], 13180740003.045404]
 --- Retained value to add in file: [0, 2, 2, 2, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 0, 3, 2], [1, 0, 1, 1, 1, 1, 0, 0, 1, 1], 9844340708.440653]
---- Retained value to add in file: [3, 0, 3, 3, 3, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 3, 0, 0], [2, 1, 0, 1, 1, 2, 1, 1, 0, 0], 9843210334.506283]
---- Retained value to add in file: [3, 0, 3, 3, 0, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 3, 0, 1], [2, 1, 0, 1, 1, 0, 0, 1, 0, 1], 9842355021.725239]
---- Retained value to add in file: [1, 1, 1, 1, 1, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 0, 0, 3], [0, 1, 1, 1, 1, 2, 1, 0, 0, 1], 9841477062.49873]
---- Retained value to add in file: [1, 0, 0, 1, 1, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 1, 0, 2], [0, 1, 0, 0, 1, 1, 1, 1, 0, 1], 9841352290.329838]
---- Retained value to add in file: [0, 1, 0, 1, 1, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 1, 0, 2], [0, 0, 1, 0, 1, 1, 1, 1, 0, 1], 9840549004.14034]
---- Retained value to add in file: [0, 1, 0, 1, 1, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 0, 1, 2], [0, 0, 1, 0, 1, 1, 1, 0, 1, 1], 9835576266.58476]
---- Retained value to add in file: [0, 1, 0, 1, 1, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 0, 2, 2], [0, 0, 1, 0, 1, 1, 1, 0, 1, 1], 9835576266.58476]
---- Retained value to add in file: [0, 1, 0, 1, 1, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 0, 3, 2], [0, 0, 1, 0, 1, 1, 1, 0, 1, 1], 9835576266.58476]
---- Retained value to add in file: [3, 0, 3, 3, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 0, 1, 2], [2, 1, 0, 1, 1, 1, 0, 0, 1, 1], 9833255716.75869]
---- Retained value to add in file: [3, 0, 3, 3, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 0, 2, 2], [2, 1, 0, 1, 1, 1, 0, 0, 1, 1], 9833255716.75869]
---- Retained value to add in file: [3, 0, 3, 3, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 0, 3, 2], [2, 1, 0, 1, 1, 1, 0, 0, 1, 1], 9833255716.75869]
---- Retained value to add in file: [0, 1, 0, 1, 0, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 1, 1, 3], [0, 0, 1, 0, 1, 2, 0, 1, 1, 1], 9831252361.891064]
---- Retained value to add in file: [0, 1, 0, 1, 0, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 1, 2, 3], [0, 0, 1, 0, 1, 2, 0, 1, 1, 1], 9831252361.891064]
---- Retained value to add in file: [0, 1, 0, 1, 0, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 1, 3, 3], [0, 0, 1, 0, 1, 2, 0, 1, 1, 1], 9831252361.891064]
---- Retained value to add in file: [1, 1, 1, 0, 1, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 1, 0, 2], [0, 1, 1, 1, 0, 1, 1, 1, 0, 1], 9829539397.332945]
---- Retained value to add in file: [2, 2, 2, 0, 2, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 0, 1, 3], [1, 1, 1, 1, 0, 2, 1, 0, 1, 1], 9827474580.929771]
---- Retained value to add in file: [2, 2, 2, 0, 2, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 0, 2, 3], [1, 1, 1, 1, 0, 2, 1, 0, 1, 1], 9827474580.929771]
---- Retained value to add in file: [2, 2, 2, 0, 2, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 0, 3, 3], [1, 1, 1, 1, 0, 2, 1, 0, 1, 1], 9827474580.929771]
---- Retained value to add in file: [2, 2, 2, 0, 2, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 2, 3, 0], [1, 1, 1, 1, 0, 2, 1, 1, 1, 0], 9826213817.898785]
---- Retained value to add in file: [0, 3, 0, 3, 0, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 3, 1, 3], [2, 0, 1, 0, 1, 2, 0, 1, 1, 1], 9820092581.322939]
---- Retained value to add in file: [0, 3, 0, 3, 0, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 3, 2, 3], [2, 0, 1, 0, 1, 2, 0, 1, 1, 1], 9820092581.322939]
---- Retained value to add in file: [0, 3, 0, 3, 0, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 3, 3, 3], [2, 0, 1, 0, 1, 2, 0, 1, 1, 1], 9820092581.322939]
---- Retained value to add in file: [0, 0, 3, 3, 3, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 3, 1, 0], [2, 0, 0, 1, 1, 0, 1, 1, 1, 0], 9814148088.59792]
---- Retained value to add in file: [0, 3, 3, 3, 3, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 0, 2, 0], [2, 0, 1, 1, 1, 1, 1, 0, 1, 0], 9808424006.795208]
---- Retained value to add in file: [0, 0, 1, 0, 1, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 1, 1, 3], [0, 0, 0, 1, 0, 2, 1, 1, 1, 1], 9805404023.518608]
---- Retained value to add in file: [0, 0, 1, 0, 1, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 1, 2, 3], [0, 0, 0, 1, 0, 2, 1, 1, 1, 1], 9805404023.518608]
---- Retained value to add in file: [0, 0, 1, 0, 1, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 1, 3, 3], [0, 0, 0, 1, 0, 2, 1, 1, 1, 1], 9805404023.518608]
---- Retained value to add in file: [0, 1, 0, 1, 1, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 1, 0, 3], [0, 0, 1, 0, 1, 2, 1, 1, 0, 1], 9805001817.440376]
---- Retained value to add in file: [0, 1, 0, 1, 0, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 1, 1, 2], [0, 0, 1, 0, 1, 1, 0, 1, 1, 1], 9796775777.975937]
---- Retained value to add in file: [0, 1, 0, 1, 0, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 1, 2, 2], [0, 0, 1, 0, 1, 1, 0, 1, 1, 1], 9796775777.975937]
---- Retained value to add in file: [0, 1, 0, 1, 0, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 1, 3, 2], [0, 0, 1, 0, 1, 1, 0, 1, 1, 1], 9796775777.975937]
---- Retained value to add in file: [0, 0, 3, 3, 0, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 3, 1, 3], [2, 0, 0, 1, 1, 2, 0, 1, 1, 1], 9796504067.015585]
---- Retained value to add in file: [0, 0, 3, 3, 0, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 3, 2, 3], [2, 0, 0, 1, 1, 2, 0, 1, 1, 1], 9796504067.015585]
---- Retained value to add in file: [0, 0, 3, 3, 0, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 3, 3, 3], [2, 0, 0, 1, 1, 2, 0, 1, 1, 1], 9796504067.015585]
---- Retained value to add in file: [1, 0, 0, 1, 1, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 1, 0, 3], [0, 1, 0, 0, 1, 2, 1, 1, 0, 1], 9790994556.739138]
---- Retained value to add in file: [3, 0, 0, 3, 3, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 3, 1, 0], [2, 1, 0, 0, 1, 0, 1, 1, 1, 0], 9790208832.793566]
---- Retained value to add in file: [1, 0, 0, 1, 1, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 0, 1, 2], [0, 1, 0, 0, 1, 1, 1, 0, 1, 1], 9781621224.178848]
---- Retained value to add in file: [1, 0, 0, 1, 1, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 0, 2, 2], [0, 1, 0, 0, 1, 1, 1, 0, 1, 1], 9781621224.178848]
---- Retained value to add in file: [1, 0, 0, 1, 1, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 0, 3, 2], [0, 1, 0, 0, 1, 1, 1, 0, 1, 1], 9781621224.178848]
---- Retained value to add in file: [2, 2, 0, 2, 2, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 2, 0, 0], [1, 1, 1, 0, 1, 1, 1, 1, 0, 0], 9776181659.517376]
---- Retained value to add in file: [0, 3, 3, 0, 3, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 3, 1, 3], [2, 0, 1, 1, 0, 2, 1, 1, 1, 1], 9773778098.370132]
---- Retained value to add in file: [0, 3, 3, 0, 3, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 3, 2, 3], [2, 0, 1, 1, 0, 2, 1, 1, 1, 1], 9773778098.370132]
---- Retained value to add in file: [0, 3, 3, 0, 3, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 3, 3, 3], [2, 0, 1, 1, 0, 2, 1, 1, 1, 1], 9773778098.370132]
---- Retained value to add in file: [0, 0, 1, 1, 1, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 1, 0, 2], [0, 0, 0, 1, 1, 1, 1, 1, 0, 1], 9772661234.255245]
---- Retained value to add in file: [2, 2, 2, 0, 0, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 2, 1, 1], [1, 1, 1, 1, 0, 0, 0, 1, 1, 1], 9772517770.916811]
---- Retained value to add in file: [2, 2, 2, 0, 0, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 2, 2, 1], [1, 1, 1, 1, 0, 0, 0, 1, 1, 1], 9772517770.916811]
---- Retained value to add in file: [2, 2, 2, 0, 0, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 2, 3, 1], [1, 1, 1, 1, 0, 0, 0, 1, 1, 1], 9772517770.916811]
---- Retained value to add in file: [1, 1, 1, 0, 1, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 0, 1, 2], [0, 1, 1, 1, 0, 1, 1, 0, 1, 1], 9769987545.025557]
---- Retained value to add in file: [1, 1, 1, 0, 1, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 0, 2, 2], [0, 1, 1, 1, 0, 1, 1, 0, 1, 1], 9769987545.025557]
---- Retained value to add in file: [1, 1, 1, 0, 1, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 0, 3, 2], [0, 1, 1, 1, 0, 1, 1, 0, 1, 1], 9769987545.025557]
---- Retained value to add in file: [0, 2, 2, 2, 2, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 0, 1, 0], [1, 0, 1, 1, 1, 0, 1, 0, 1, 0], 9766957426.517475]
---- Retained value to add in file: [3, 0, 0, 3, 3, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 3, 3, 0], [2, 1, 0, 0, 1, 2, 1, 1, 1, 0], 9762781879.849596]
---- Retained value to add in file: [3, 0, 0, 0, 3, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 3, 1, 1], [2, 1, 0, 0, 0, 0, 1, 1, 1, 1], 9759003750.130075]
---- Retained value to add in file: [3, 0, 0, 0, 3, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 3, 2, 1], [2, 1, 0, 0, 0, 0, 1, 1, 1, 1], 9759003750.130075]
---- Retained value to add in file: [3, 0, 0, 0, 3, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 3, 3, 1], [2, 1, 0, 0, 0, 0, 1, 1, 1, 1], 9759003750.130075]
---- Retained value to add in file: [0, 3, 3, 3, 3, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 0, 1, 0], [2, 0, 1, 1, 1, 0, 1, 0, 1, 0], 9754138839.853111]
---- Retained value to add in file: [1, 1, 1, 0, 0, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 1, 1, 2], [0, 1, 1, 1, 0, 1, 0, 1, 1, 1], 9753164388.749676]
---- Retained value to add in file: [1, 1, 1, 0, 0, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 1, 2, 2], [0, 1, 1, 1, 0, 1, 0, 1, 1, 1], 9753164388.749676]
---- Retained value to add in file: [1, 1, 1, 0, 0, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 1, 3, 2], [0, 1, 1, 1, 0, 1, 0, 1, 1, 1], 9753164388.749676]
---- Retained value to add in file: [2, 2, 0, 2, 2, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 0, 0, 3], [1, 1, 1, 0, 1, 2, 1, 0, 0, 1], 9748186159.242094]
---- Retained value to add in file: [3, 3, 0, 3, 3, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 0, 0, 1], [2, 1, 1, 0, 1, 0, 1, 0, 0, 1], 9748000652.817503]
---- Retained value to add in file: [0, 0, 1, 1, 1, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 0, 1, 2], [0, 0, 0, 1, 1, 1, 1, 0, 1, 1], 9746738963.73868]
---- Retained value to add in file: [0, 0, 1, 1, 1, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 0, 2, 2], [0, 0, 0, 1, 1, 1, 1, 0, 1, 1], 9746738963.73868]
---- Retained value to add in file: [0, 0, 1, 1, 1, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 0, 3, 2], [0, 0, 0, 1, 1, 1, 1, 0, 1, 1], 9746738963.73868]
---- Retained value to add in file: [3, 3, 3, 0, 3, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 3, 0, 3], [2, 1, 1, 1, 0, 2, 1, 1, 0, 1], 9745781212.157148]
---- Retained value to add in file: [3, 0, 0, 3, 3, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 0, 1, 3], [2, 1, 0, 0, 1, 2, 1, 0, 1, 1], 9743142690.46849]
---- Retained value to add in file: [3, 0, 0, 3, 3, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 0, 2, 3], [2, 1, 0, 0, 1, 2, 1, 0, 1, 1], 9743142690.46849]
+--- Raw result : [[0, 2, 2, 2, 0, 0, 3, 2], [1, 0, 1, 1, 1, 0, 0, 3, 2], 13180489902.594257]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 3, 3, 0], [2, 0, 0, 1, 0, 1, 1, 3, 0], 13179170933.504955]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 2, 0, 3], [1, 1, 1, 0, 1, 1, 1, 0, 3], 13178529357.50121]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 1, 3, 0], [0, 0, 1, 1, 1, 1, 1, 3, 0], 13177910709.451778]
+--- Retained value to add in file: [3, 0, 0, 3, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 0, 0, 2, 2], [2, 1, 0, 0, 1, 0, 0, 2, 2], 13176918654.786873]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 1, 3, 3], [0, 0, 1, 0, 0, 0, 1, 3, 3], 13176238922.810831]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 1, 3, 3], [0, 0, 0, 1, 0, 0, 1, 3, 3], 13174368987.443556]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 1, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 1, 2, 1], [0, 0, 0, 0, 0, 0, 1, 2, 1], 13173789166.281933]
 --- Retained value to add in file: [3, 0, 0, 3, 3, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 0, 3, 3], [2, 1, 0, 0, 1, 2, 1, 0, 1, 1], 9743142690.46849]
---- Retained value to add in file: [0, 0, 1, 1, 0, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 1, 1, 2], [0, 0, 0, 1, 1, 1, 0, 1, 1, 1], 9742632992.75725]
---- Retained value to add in file: [0, 0, 1, 1, 0, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 1, 2, 2], [0, 0, 0, 1, 1, 1, 0, 1, 1, 1], 9742632992.75725]
---- Retained value to add in file: [0, 0, 1, 1, 0, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 1, 3, 2], [0, 0, 0, 1, 1, 1, 0, 1, 1, 1], 9742632992.75725]
---- Retained value to add in file: [2, 0, 2, 2, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 0, 1, 3], [1, 1, 0, 1, 1, 2, 0, 0, 1, 1], 9739375453.122992]
---- Retained value to add in file: [2, 0, 2, 2, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 0, 2, 3], [1, 1, 0, 1, 1, 2, 0, 0, 1, 1], 9739375453.122992]
+--- Raw result : [[3, 0, 0, 3, 3, 0, 3, 3], [2, 1, 0, 0, 1, 1, 0, 3, 3], 13172170412.337372]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 1, 3, 2], [0, 1, 1, 0, 1, 0, 1, 3, 2], 13172027843.110569]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 1, 1, 1], [0, 0, 1, 0, 1, 1, 1, 1, 1], 13170893448.588085]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 0, 3, 2], [1, 1, 0, 0, 1, 1, 0, 3, 2], 13170329810.544048]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 3, 2, 0], [2, 1, 0, 0, 0, 0, 1, 2, 0], 13168615727.655514]
 --- Retained value to add in file: [2, 0, 2, 2, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 0, 3, 3], [1, 1, 0, 1, 1, 2, 0, 0, 1, 1], 9739375453.122992]
---- Retained value to add in file: [0, 2, 2, 0, 2, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 2, 0, 2], [1, 0, 1, 1, 0, 1, 1, 1, 0, 1], 9733873579.163958]
---- Retained value to add in file: [0, 0, 1, 1, 0, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 1, 1, 3], [0, 0, 0, 1, 1, 2, 0, 1, 1, 1], 9732844485.849941]
---- Retained value to add in file: [0, 0, 1, 1, 0, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 1, 2, 3], [0, 0, 0, 1, 1, 2, 0, 1, 1, 1], 9732844485.849941]
---- Retained value to add in file: [0, 0, 1, 1, 0, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 1, 3, 3], [0, 0, 0, 1, 1, 2, 0, 1, 1, 1], 9732844485.849941]
---- Retained value to add in file: [2, 0, 2, 0, 0, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 2, 1, 2], [1, 1, 0, 1, 0, 1, 0, 1, 1, 1], 9730738144.726292]
---- Retained value to add in file: [2, 0, 2, 0, 0, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 2, 2, 2], [1, 1, 0, 1, 0, 1, 0, 1, 1, 1], 9730738144.726292]
---- Retained value to add in file: [2, 0, 2, 0, 0, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 2, 3, 2], [1, 1, 0, 1, 0, 1, 0, 1, 1, 1], 9730738144.726292]
---- Retained value to add in file: [2, 0, 2, 2, 0, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 2, 2, 0], [1, 1, 0, 1, 1, 1, 0, 1, 1, 0], 9721646147.616165]
---- Retained value to add in file: [1, 1, 1, 1, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 0, 1, 2], [0, 1, 1, 1, 1, 1, 0, 0, 1, 1], 9711630531.306597]
---- Retained value to add in file: [1, 1, 1, 1, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 0, 2, 2], [0, 1, 1, 1, 1, 1, 0, 0, 1, 1], 9711630531.306597]
---- Retained value to add in file: [1, 1, 1, 1, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 0, 3, 2], [0, 1, 1, 1, 1, 1, 0, 0, 1, 1], 9711630531.306597]
---- Retained value to add in file: [2, 0, 2, 2, 0, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 2, 0, 1], [1, 1, 0, 1, 1, 0, 0, 1, 0, 1], 9711233886.26329]
---- Retained value to add in file: [0, 3, 0, 3, 3, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 3, 3, 0], [2, 0, 1, 0, 1, 2, 1, 1, 1, 0], 9707636344.88757]
---- Retained value to add in file: [2, 0, 2, 2, 0, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 2, 3, 0], [1, 1, 0, 1, 1, 2, 0, 1, 1, 0], 9702608947.994663]
---- Retained value to add in file: [1, 1, 1, 0, 1, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 1, 0, 3], [0, 1, 1, 1, 0, 2, 1, 1, 0, 1], 9696655394.87664]
---- Retained value to add in file: [0, 0, 1, 1, 1, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 1, 0, 3], [0, 0, 0, 1, 1, 2, 1, 1, 0, 1], 9692624031.98015]
---- Retained value to add in file: [0, 3, 0, 3, 3, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 0, 1, 3], [2, 0, 1, 0, 1, 2, 1, 0, 1, 1], 9687100363.380392]
---- Retained value to add in file: [0, 3, 0, 3, 3, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 0, 2, 3], [2, 0, 1, 0, 1, 2, 1, 0, 1, 1], 9687100363.380392]
---- Retained value to add in file: [0, 3, 0, 3, 3, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 0, 3, 3], [2, 0, 1, 0, 1, 2, 1, 0, 1, 1], 9687100363.380392]
---- Retained value to add in file: [0, 0, 3, 3, 0, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 3, 1, 1], [2, 0, 0, 1, 1, 0, 0, 1, 1, 1], 9683636505.460398]
---- Retained value to add in file: [0, 0, 3, 3, 0, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 3, 2, 1], [2, 0, 0, 1, 1, 0, 0, 1, 1, 1], 9683636505.460398]
---- Retained value to add in file: [0, 0, 3, 3, 0, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 3, 3, 1], [2, 0, 0, 1, 1, 0, 0, 1, 1, 1], 9683636505.460398]
---- Retained value to add in file: [1, 1, 1, 0, 0, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 1, 1, 3], [0, 1, 1, 1, 0, 2, 0, 1, 1, 1], 9682325138.518728]
---- Retained value to add in file: [1, 1, 1, 0, 0, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 1, 2, 3], [0, 1, 1, 1, 0, 2, 0, 1, 1, 1], 9682325138.518728]
---- Retained value to add in file: [1, 1, 1, 0, 0, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 1, 3, 3], [0, 1, 1, 1, 0, 2, 0, 1, 1, 1], 9682325138.518728]
---- Retained value to add in file: [0, 2, 2, 2, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 0, 1, 3], [1, 0, 1, 1, 1, 2, 0, 0, 1, 1], 9680158724.214527]
---- Retained value to add in file: [0, 2, 2, 2, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 0, 2, 3], [1, 0, 1, 1, 1, 2, 0, 0, 1, 1], 9680158724.214527]
---- Retained value to add in file: [0, 2, 2, 2, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 0, 3, 3], [1, 0, 1, 1, 1, 2, 0, 0, 1, 1], 9680158724.214527]
---- Retained value to add in file: [3, 0, 3, 3, 3, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 0, 2, 0], [2, 1, 0, 1, 1, 1, 1, 0, 1, 0], 9679956549.263462]
---- Retained value to add in file: [0, 2, 2, 2, 0, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 2, 3, 0], [1, 0, 1, 1, 1, 2, 0, 1, 1, 0], 9676947510.484102]
---- Retained value to add in file: [2, 0, 2, 2, 2, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 0, 2, 0], [1, 1, 0, 1, 1, 1, 1, 0, 1, 0], 9672730793.207106]
---- Retained value to add in file: [1, 1, 1, 1, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 0, 1, 3], [0, 1, 1, 1, 1, 2, 0, 0, 1, 1], 9672118917.649574]
---- Retained value to add in file: [1, 1, 1, 1, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 0, 2, 3], [0, 1, 1, 1, 1, 2, 0, 0, 1, 1], 9672118917.649574]
+--- Raw result : [[2, 0, 2, 2, 0, 0, 3, 3], [1, 1, 0, 1, 1, 0, 0, 3, 3], 13166810953.134571]
+--- Retained value to add in file: [2, 0, 2, 2, 2, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 2, 0, 3, 1], [1, 1, 0, 1, 1, 1, 0, 3, 1], 13166456599.6342]
 --- Retained value to add in file: [1, 1, 1, 1, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 0, 3, 3], [0, 1, 1, 1, 1, 2, 0, 0, 1, 1], 9672118917.649574]
---- Retained value to add in file: [0, 0, 3, 3, 3, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 0, 1, 3], [2, 0, 0, 1, 1, 2, 1, 0, 1, 1], 9668644864.575129]
---- Retained value to add in file: [0, 0, 3, 3, 3, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 0, 2, 3], [2, 0, 0, 1, 1, 2, 1, 0, 1, 1], 9668644864.575129]
---- Retained value to add in file: [0, 0, 3, 3, 3, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 0, 3, 3], [2, 0, 0, 1, 1, 2, 1, 0, 1, 1], 9668644864.575129]
---- Retained value to add in file: [0, 0, 3, 3, 3, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 3, 3, 0], [2, 0, 0, 1, 1, 2, 1, 1, 1, 0], 9663088865.021267]
---- Retained value to add in file: [3, 3, 3, 3, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 0, 0, 2], [2, 1, 1, 1, 1, 1, 0, 0, 0, 1], 9661108588.104717]
---- Retained value to add in file: [1, 1, 1, 0, 1, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 1, 2, 0], [0, 1, 1, 1, 0, 1, 1, 1, 1, 0], 9657151961.224342]
---- Retained value to add in file: [0, 3, 0, 3, 3, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 3, 1, 0], [2, 0, 1, 0, 1, 0, 1, 1, 1, 0], 9654418708.151237]
---- Retained value to add in file: [0, 2, 2, 2, 0, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 2, 2, 0], [1, 0, 1, 1, 1, 1, 0, 1, 1, 0], 9649525663.000467]
---- Retained value to add in file: [3, 0, 3, 3, 3, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 0, 1, 0], [2, 1, 0, 1, 1, 0, 1, 0, 1, 0], 9649426140.237726]
---- Retained value to add in file: [0, 3, 3, 3, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 0, 1, 2], [2, 0, 1, 1, 1, 1, 0, 0, 1, 1], 9648534808.980587]
---- Retained value to add in file: [0, 3, 3, 3, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 0, 2, 2], [2, 0, 1, 1, 1, 1, 0, 0, 1, 1], 9648534808.980587]
---- Retained value to add in file: [0, 3, 3, 3, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 0, 3, 2], [2, 0, 1, 1, 1, 1, 0, 0, 1, 1], 9648534808.980587]
---- Retained value to add in file: [2, 0, 2, 0, 2, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 0, 1, 2], [1, 1, 0, 1, 0, 1, 1, 0, 1, 1], 9646092667.723862]
---- Retained value to add in file: [2, 0, 2, 0, 2, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 0, 2, 2], [1, 1, 0, 1, 0, 1, 1, 0, 1, 1], 9646092667.723862]
---- Retained value to add in file: [2, 0, 2, 0, 2, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 0, 3, 2], [1, 1, 0, 1, 0, 1, 1, 0, 1, 1], 9646092667.723862]
---- Retained value to add in file: [2, 2, 0, 2, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 0, 1, 2], [1, 1, 1, 0, 1, 1, 0, 0, 1, 1], 9639610446.691618]
---- Retained value to add in file: [2, 2, 0, 2, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 0, 2, 2], [1, 1, 1, 0, 1, 1, 0, 0, 1, 1], 9639610446.691618]
---- Retained value to add in file: [2, 2, 0, 2, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 0, 3, 2], [1, 1, 1, 0, 1, 1, 0, 0, 1, 1], 9639610446.691618]
---- Retained value to add in file: [1, 1, 1, 1, 0, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 1, 3, 0], [0, 1, 1, 1, 1, 2, 0, 1, 1, 0], 9638415469.575573]
---- Retained value to add in file: [2, 2, 0, 2, 2, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 0, 0, 1], [1, 1, 1, 0, 1, 0, 1, 0, 0, 1], 9626673170.51351]
---- Retained value to add in file: [0, 1, 0, 1, 1, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 1, 2, 0], [0, 0, 1, 0, 1, 1, 1, 1, 1, 0], 9625473379.641691]
---- Retained value to add in file: [0, 3, 3, 3, 0, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 3, 0, 1], [2, 0, 1, 1, 1, 0, 0, 1, 0, 1], 9624004742.74726]
---- Retained value to add in file: [2, 0, 2, 0, 2, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 2, 0, 1], [1, 1, 0, 1, 0, 0, 1, 1, 0, 1], 9622535199.652225]
---- Retained value to add in file: [3, 3, 3, 0, 3, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 3, 2, 0], [2, 1, 1, 1, 0, 1, 1, 1, 1, 0], 9616882113.7224]
---- Retained value to add in file: [3, 0, 3, 3, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 0, 1, 1], [2, 1, 0, 1, 1, 0, 0, 0, 1, 1], 9615656401.133556]
---- Retained value to add in file: [3, 0, 3, 3, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 0, 2, 1], [2, 1, 0, 1, 1, 0, 0, 0, 1, 1], 9615656401.133556]
---- Retained value to add in file: [3, 0, 3, 3, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 0, 3, 1], [2, 1, 0, 1, 1, 0, 0, 0, 1, 1], 9615656401.133556]
---- Retained value to add in file: [2, 0, 2, 0, 2, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 0, 1, 1], [1, 1, 0, 1, 0, 0, 1, 0, 1, 1], 9615239206.749165]
---- Retained value to add in file: [2, 0, 2, 0, 2, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 0, 2, 1], [1, 1, 0, 1, 0, 0, 1, 0, 1, 1], 9615239206.749165]
---- Retained value to add in file: [2, 0, 2, 0, 2, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 0, 3, 1], [1, 1, 0, 1, 0, 0, 1, 0, 1, 1], 9615239206.749165]
---- Retained value to add in file: [3, 0, 3, 3, 0, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 3, 2, 0], [2, 1, 0, 1, 1, 1, 0, 1, 1, 0], 9611361194.797832]
---- Retained value to add in file: [0, 0, 0, 0, 1, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 1, 1, 2], [0, 0, 0, 0, 0, 1, 1, 1, 1, 1], 9609896601.917887]
---- Retained value to add in file: [0, 0, 0, 0, 1, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 1, 2, 2], [0, 0, 0, 0, 0, 1, 1, 1, 1, 1], 9609896601.917887]
---- Retained value to add in file: [0, 0, 0, 0, 1, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 1, 3, 2], [0, 0, 0, 0, 0, 1, 1, 1, 1, 1], 9609896601.917887]
---- Retained value to add in file: [0, 0, 0, 0, 2, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 2, 1, 2], [0, 0, 0, 0, 0, 1, 1, 1, 1, 1], 9609896601.917887]
---- Retained value to add in file: [0, 0, 0, 0, 2, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 2, 2, 2], [0, 0, 0, 0, 0, 1, 1, 1, 1, 1], 9609896601.917887]
---- Retained value to add in file: [0, 0, 0, 0, 2, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 2, 3, 2], [0, 0, 0, 0, 0, 1, 1, 1, 1, 1], 9609896601.917887]
---- Retained value to add in file: [0, 0, 0, 0, 3, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 3, 1, 2], [0, 0, 0, 0, 0, 1, 1, 1, 1, 1], 9609896601.917887]
---- Retained value to add in file: [0, 0, 0, 0, 3, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 3, 2, 2], [0, 0, 0, 0, 0, 1, 1, 1, 1, 1], 9609896601.917887]
---- Retained value to add in file: [0, 0, 0, 0, 3, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 3, 3, 2], [0, 0, 0, 0, 0, 1, 1, 1, 1, 1], 9609896601.917887]
---- Retained value to add in file: [0, 2, 2, 2, 2, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 0, 3, 0], [1, 0, 1, 1, 1, 2, 1, 0, 1, 0], 9606462352.557108]
---- Retained value to add in file: [2, 2, 0, 0, 2, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 2, 0, 2], [1, 1, 1, 0, 0, 1, 1, 1, 0, 1], 9604648458.10671]
---- Retained value to add in file: [3, 3, 0, 3, 3, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 3, 0, 0], [2, 1, 1, 0, 1, 2, 1, 1, 0, 0], 9601249928.781313]
---- Retained value to add in file: [3, 3, 3, 0, 0, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 3, 1, 2], [2, 1, 1, 1, 0, 1, 0, 1, 1, 1], 9597785982.919413]
---- Retained value to add in file: [3, 3, 3, 0, 0, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 3, 2, 2], [2, 1, 1, 1, 0, 1, 0, 1, 1, 1], 9597785982.919413]
---- Retained value to add in file: [3, 3, 3, 0, 0, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 3, 3, 2], [2, 1, 1, 1, 0, 1, 0, 1, 1, 1], 9597785982.919413]
---- Retained value to add in file: [0, 1, 0, 1, 1, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 0, 1, 3], [0, 0, 1, 0, 1, 2, 1, 0, 1, 1], 9597248699.934784]
---- Retained value to add in file: [0, 1, 0, 1, 1, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 0, 2, 3], [0, 0, 1, 0, 1, 2, 1, 0, 1, 1], 9597248699.934784]
---- Retained value to add in file: [0, 1, 0, 1, 1, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 0, 3, 3], [0, 0, 1, 0, 1, 2, 1, 0, 1, 1], 9597248699.934784]
---- Retained value to add in file: [1, 1, 1, 1, 1, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 0, 2, 0], [0, 1, 1, 1, 1, 1, 1, 0, 1, 0], 9591476403.831505]
---- Retained value to add in file: [1, 1, 1, 1, 1, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 0, 0, 1], [0, 1, 1, 1, 1, 0, 1, 0, 0, 1], 9590961383.840736]
---- Retained value to add in file: [3, 3, 0, 3, 3, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 0, 0, 3], [2, 1, 1, 0, 1, 2, 1, 0, 0, 1], 9589244213.679237]
---- Retained value to add in file: [0, 0, 0, 2, 2, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 2, 0, 2], [1, 0, 0, 0, 1, 1, 1, 1, 0, 1], 9589171849.277905]
---- Retained value to add in file: [2, 0, 2, 2, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 0, 1, 1], [1, 1, 0, 1, 1, 0, 0, 0, 1, 1], 9582136509.588432]
---- Retained value to add in file: [2, 0, 2, 2, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 0, 2, 1], [1, 1, 0, 1, 1, 0, 0, 0, 1, 1], 9582136509.588432]
---- Retained value to add in file: [2, 0, 2, 2, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 0, 3, 1], [1, 1, 0, 1, 1, 0, 0, 0, 1, 1], 9582136509.588432]
---- Retained value to add in file: [1, 1, 1, 0, 1, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 0, 1, 1], [0, 1, 1, 1, 0, 0, 1, 0, 1, 1], 9581178914.017576]
---- Retained value to add in file: [1, 1, 1, 0, 1, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 0, 2, 1], [0, 1, 1, 1, 0, 0, 1, 0, 1, 1], 9581178914.017576]
---- Retained value to add in file: [1, 1, 1, 0, 1, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 0, 3, 1], [0, 1, 1, 1, 0, 0, 1, 0, 1, 1], 9581178914.017576]
---- Retained value to add in file: [0, 2, 2, 2, 0, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 2, 0, 1], [1, 0, 1, 1, 1, 0, 0, 1, 0, 1], 9571042295.07979]
---- Retained value to add in file: [0, 2, 2, 0, 2, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 0, 1, 2], [1, 0, 1, 1, 0, 1, 1, 0, 1, 1], 9570186740.749702]
---- Retained value to add in file: [0, 2, 2, 0, 2, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 0, 2, 2], [1, 0, 1, 1, 0, 1, 1, 0, 1, 1], 9570186740.749702]
---- Retained value to add in file: [0, 2, 2, 0, 2, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 0, 3, 2], [1, 0, 1, 1, 0, 1, 1, 0, 1, 1], 9570186740.749702]
---- Retained value to add in file: [2, 0, 2, 0, 2, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 2, 0, 3], [1, 1, 0, 1, 0, 2, 1, 1, 0, 1], 9568959862.960001]
---- Retained value to add in file: [0, 1, 0, 1, 1, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 0, 1, 1], [0, 0, 1, 0, 1, 0, 1, 0, 1, 1], 9568920887.088264]
---- Retained value to add in file: [0, 1, 0, 1, 1, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 0, 2, 1], [0, 0, 1, 0, 1, 0, 1, 0, 1, 1], 9568920887.088264]
---- Retained value to add in file: [0, 1, 0, 1, 1, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 0, 3, 1], [0, 0, 1, 0, 1, 0, 1, 0, 1, 1], 9568920887.088264]
---- Retained value to add in file: [0, 1, 0, 1, 1, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 1, 3, 0], [0, 0, 1, 0, 1, 2, 1, 1, 1, 0], 9564452236.207348]
---- Retained value to add in file: [1, 0, 0, 1, 1, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 1, 2, 0], [0, 1, 0, 0, 1, 1, 1, 1, 1, 0], 9558670699.357258]
---- Retained value to add in file: [2, 2, 0, 2, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 0, 1, 3], [1, 1, 1, 0, 1, 2, 0, 0, 1, 1], 9554365321.404322]
---- Retained value to add in file: [2, 2, 0, 2, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 0, 2, 3], [1, 1, 1, 0, 1, 2, 0, 0, 1, 1], 9554365321.404322]
---- Retained value to add in file: [2, 2, 0, 2, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 0, 3, 3], [1, 1, 1, 0, 1, 2, 0, 0, 1, 1], 9554365321.404322]
---- Retained value to add in file: [0, 0, 1, 1, 1, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 0, 1, 1], [0, 0, 0, 1, 1, 0, 1, 0, 1, 1], 9552373133.500326]
---- Retained value to add in file: [0, 0, 1, 1, 1, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 0, 2, 1], [0, 0, 0, 1, 1, 0, 1, 0, 1, 1], 9552373133.500326]
---- Retained value to add in file: [0, 0, 1, 1, 1, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 0, 3, 1], [0, 0, 0, 1, 1, 0, 1, 0, 1, 1], 9552373133.500326]
---- Retained value to add in file: [2, 2, 0, 2, 0, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 2, 3, 0], [1, 1, 1, 0, 1, 2, 0, 1, 1, 0], 9540508008.993328]
---- Retained value to add in file: [1, 0, 0, 1, 1, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 0, 1, 3], [0, 1, 0, 0, 1, 2, 1, 0, 1, 1], 9540151891.48456]
---- Retained value to add in file: [1, 0, 0, 1, 1, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 0, 2, 3], [0, 1, 0, 0, 1, 2, 1, 0, 1, 1], 9540151891.48456]
+--- Raw result : [[1, 1, 1, 1, 0, 0, 3, 3], [0, 1, 1, 1, 1, 0, 0, 3, 3], 13165732583.537504]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 0, 2, 3], [0, 1, 0, 1, 0, 1, 0, 2, 3], 13165333547.69091]
 --- Retained value to add in file: [1, 0, 0, 1, 1, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 0, 3, 3], [0, 1, 0, 0, 1, 2, 1, 0, 1, 1], 9540151891.48456]
---- Retained value to add in file: [2, 0, 2, 0, 0, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 2, 1, 3], [1, 1, 0, 1, 0, 2, 0, 1, 1, 1], 9533222887.713095]
---- Retained value to add in file: [2, 0, 2, 0, 0, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 2, 2, 3], [1, 1, 0, 1, 0, 2, 0, 1, 1, 1], 9533222887.713095]
---- Retained value to add in file: [2, 0, 2, 0, 0, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 2, 3, 3], [1, 1, 0, 1, 0, 2, 0, 1, 1, 1], 9533222887.713095]
---- Retained value to add in file: [1, 1, 1, 1, 0, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 1, 2, 0], [0, 1, 1, 1, 1, 1, 0, 1, 1, 0], 9529775048.88504]
---- Retained value to add in file: [2, 0, 2, 2, 2, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 0, 1, 0], [1, 1, 0, 1, 1, 0, 1, 0, 1, 0], 9529483528.356354]
+--- Raw result : [[1, 0, 0, 1, 1, 0, 3, 3], [0, 1, 0, 0, 1, 1, 0, 3, 3], 13164723825.057167]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 2, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 2, 3, 2], [1, 0, 0, 0, 0, 0, 1, 3, 2], 13164466908.057224]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 0, 2, 3], [2, 1, 0, 1, 0, 1, 0, 2, 3], 13161887956.129082]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 0, 3, 2], [2, 1, 1, 1, 0, 1, 0, 3, 2], 13161654497.888737]
+--- Retained value to add in file: [1, 1, 0, 0, 0, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 0, 1, 2, 3], [0, 1, 1, 0, 0, 0, 1, 2, 3], 13161630177.200153]
+--- Retained value to add in file: [0, 2, 2, 2, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 0, 0, 1, 2], [1, 0, 1, 1, 1, 0, 0, 1, 2], 13160894333.554438]
+--- Retained value to add in file: [0, 3, 0, 3, 0, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 0, 3, 2, 0], [2, 0, 1, 0, 1, 0, 1, 2, 0], 13160384172.627409]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 0, 1, 3, 3], [0, 1, 0, 0, 1, 0, 1, 3, 3], 13159372516.522285]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 0, 0, 3, 2], [1, 1, 0, 1, 1, 0, 0, 3, 2], 13159307764.813427]
+--- Retained value to add in file: [2, 2, 0, 0, 2, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 2, 0, 2, 3], [1, 1, 1, 0, 0, 1, 0, 2, 3], 13159072467.458158]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 2, 1, 1], [1, 1, 0, 0, 0, 0, 1, 1, 1], 13157751111.23339]
+--- Retained value to add in file: [0, 0, 3, 0, 0, 3, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 0, 3, 3, 2], [2, 0, 0, 1, 0, 0, 1, 3, 2], 13157157582.617863]
+--- Retained value to add in file: [1, 1, 0, 0, 1, 1, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 1, 1, 3, 1], [0, 1, 1, 0, 0, 1, 1, 3, 1], 13155243653.362328]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 0, 1, 1], [2, 1, 1, 1, 0, 1, 0, 1, 1], 13155181656.191555]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 0, 3, 2], [0, 1, 1, 1, 0, 1, 0, 3, 2], 13154418858.234821]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 2, 3, 1], [1, 0, 0, 1, 0, 0, 1, 3, 1], 13153737791.926264]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 1, 3, 3], [0, 1, 0, 0, 0, 0, 1, 3, 3], 13153704457.99568]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 3, 2, 0], [2, 0, 0, 1, 0, 1, 1, 2, 0], 13153272549.25251]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 3, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 3, 1, 1], [2, 1, 0, 0, 0, 0, 1, 1, 1], 13150198098.086407]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 0, 3, 2], [2, 1, 1, 0, 1, 1, 0, 3, 2], 13149258577.337254]
+--- Retained value to add in file: [2, 2, 0, 0, 2, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 2, 2, 0, 1], [1, 1, 1, 0, 0, 1, 1, 0, 1], 13148028862.90849]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 2, 1, 1], [1, 0, 1, 0, 0, 0, 1, 1, 1], 13145560103.2124]
+--- Retained value to add in file: [3, 3, 0, 0, 3, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 3, 3, 0, 2], [2, 1, 1, 0, 0, 1, 1, 0, 2], 13145462863.077095]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 0, 2, 3], [0, 0, 1, 1, 1, 1, 0, 2, 3], 13143946097.681639]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 3, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 3, 1, 1], [2, 0, 1, 1, 0, 0, 1, 1, 1], 13143929094.040678]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 0, 1, 1], [1, 1, 1, 0, 1, 0, 0, 1, 1], 13143360145.529217]
+--- Retained value to add in file: [1, 1, 0, 0, 1, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 1, 1, 2, 0], [0, 1, 1, 0, 0, 1, 1, 2, 0], 13143246477.114986]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 0, 2, 3], [2, 0, 1, 0, 1, 1, 0, 2, 3], 13141305683.092358]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 3, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 3, 2, 3], [2, 0, 0, 0, 1, 0, 1, 2, 3], 13140492475.854399]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 0, 3, 2], [2, 0, 1, 0, 1, 1, 0, 3, 2], 13139899141.139915]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 0, 1, 2], [0, 1, 0, 1, 0, 1, 0, 1, 2], 13139559315.442562]
+--- Retained value to add in file: [0, 0, 0, 2, 2, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 2, 2, 1, 3], [1, 0, 0, 0, 1, 1, 1, 1, 3], 13139540170.250996]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 0, 1, 2], [2, 1, 1, 1, 0, 0, 0, 1, 2], 13139455272.690819]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 0, 2, 1], [0, 1, 0, 1, 0, 0, 0, 2, 1], 13139320604.505064]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 3, 3, 1], [2, 1, 0, 0, 0, 0, 1, 3, 1], 13139146475.124382]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 0, 1, 2], [0, 0, 0, 0, 0, 0, 0, 1, 2], 13138168126.465405]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 0, 3, 2], [1, 0, 1, 0, 1, 1, 0, 3, 2], 13137646578.142597]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 2, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 2, 3, 3], [1, 0, 0, 0, 0, 1, 1, 3, 3], 13137389599.506317]
 --- Retained value to add in file: [0, 3, 0, 3, 0, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 3, 1, 1], [2, 0, 1, 0, 1, 0, 0, 1, 1, 1], 9527821672.06488]
---- Retained value to add in file: [0, 3, 0, 3, 0, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 3, 2, 1], [2, 0, 1, 0, 1, 0, 0, 1, 1, 1], 9527821672.06488]
---- Retained value to add in file: [0, 3, 0, 3, 0, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 3, 3, 1], [2, 0, 1, 0, 1, 0, 0, 1, 1, 1], 9527821672.06488]
---- Retained value to add in file: [3, 3, 3, 0, 3, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 3, 1, 0], [2, 1, 1, 1, 0, 0, 1, 1, 1, 0], 9527304296.392025]
---- Retained value to add in file: [0, 0, 0, 2, 0, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 2, 1, 2], [1, 0, 0, 0, 1, 1, 0, 1, 1, 1], 9525921696.492643]
---- Retained value to add in file: [0, 0, 0, 2, 0, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 2, 2, 2], [1, 0, 0, 0, 1, 1, 0, 1, 1, 1], 9525921696.492643]
---- Retained value to add in file: [0, 0, 0, 2, 0, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 2, 3, 2], [1, 0, 0, 0, 1, 1, 0, 1, 1, 1], 9525921696.492643]
---- Retained value to add in file: [0, 0, 1, 1, 1, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 1, 2, 0], [0, 0, 0, 1, 1, 1, 1, 1, 1, 0], 9519406224.067762]
---- Retained value to add in file: [1, 0, 0, 1, 1, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 0, 1, 1], [0, 1, 0, 0, 1, 0, 1, 0, 1, 1], 9514328686.615318]
---- Retained value to add in file: [1, 0, 0, 1, 1, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 0, 2, 1], [0, 1, 0, 0, 1, 0, 1, 0, 1, 1], 9514328686.615318]
---- Retained value to add in file: [1, 0, 0, 1, 1, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 0, 3, 1], [0, 1, 0, 0, 1, 0, 1, 0, 1, 1], 9514328686.615318]
---- Retained value to add in file: [0, 2, 2, 0, 2, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 0, 1, 1], [1, 0, 1, 1, 0, 0, 1, 0, 1, 1], 9513783199.41126]
---- Retained value to add in file: [0, 2, 2, 0, 2, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 0, 2, 1], [1, 0, 1, 1, 0, 0, 1, 0, 1, 1], 9513783199.41126]
---- Retained value to add in file: [0, 2, 2, 0, 2, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 0, 3, 1], [1, 0, 1, 1, 0, 0, 1, 0, 1, 1], 9513783199.41126]
---- Retained value to add in file: [1, 0, 0, 1, 0, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 1, 1, 1], [0, 1, 0, 0, 1, 0, 0, 1, 1, 1], 9507322179.766247]
---- Retained value to add in file: [1, 0, 0, 1, 0, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 1, 2, 1], [0, 1, 0, 0, 1, 0, 0, 1, 1, 1], 9507322179.766247]
---- Retained value to add in file: [1, 0, 0, 1, 0, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 1, 3, 1], [0, 1, 0, 0, 1, 0, 0, 1, 1, 1], 9507322179.766247]
---- Retained value to add in file: [2, 2, 0, 0, 0, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 2, 1, 2], [1, 1, 1, 0, 0, 1, 0, 1, 1, 1], 9504636066.443419]
---- Retained value to add in file: [2, 2, 0, 0, 0, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 2, 2, 2], [1, 1, 1, 0, 0, 1, 0, 1, 1, 1], 9504636066.443419]
---- Retained value to add in file: [2, 2, 0, 0, 0, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 2, 3, 2], [1, 1, 1, 0, 0, 1, 0, 1, 1, 1], 9504636066.443419]
---- Retained value to add in file: [0, 2, 2, 0, 2, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 2, 0, 3], [1, 0, 1, 1, 0, 2, 1, 1, 0, 1], 9504019489.090584]
---- Retained value to add in file: [0, 0, 0, 2, 0, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 2, 1, 3], [1, 0, 0, 0, 1, 2, 0, 1, 1, 1], 9503028179.679712]
---- Retained value to add in file: [0, 0, 0, 2, 0, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 2, 2, 3], [1, 0, 0, 0, 1, 2, 0, 1, 1, 1], 9503028179.679712]
---- Retained value to add in file: [0, 0, 0, 2, 0, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 2, 3, 3], [1, 0, 0, 0, 1, 2, 0, 1, 1, 1], 9503028179.679712]
---- Retained value to add in file: [2, 0, 2, 0, 2, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 2, 2, 0], [1, 1, 0, 1, 0, 1, 1, 1, 1, 0], 9495275905.428883]
---- Retained value to add in file: [0, 0, 3, 0, 3, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 3, 1, 2], [2, 0, 0, 1, 0, 1, 1, 1, 1, 1], 9492086458.64886]
---- Retained value to add in file: [0, 0, 3, 0, 3, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 3, 2, 2], [2, 0, 0, 1, 0, 1, 1, 1, 1, 1], 9492086458.64886]
---- Retained value to add in file: [0, 0, 3, 0, 3, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 3, 3, 2], [2, 0, 0, 1, 0, 1, 1, 1, 1, 1], 9492086458.64886]
---- Retained value to add in file: [3, 0, 3, 3, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 0, 1, 3], [2, 1, 0, 1, 1, 2, 0, 0, 1, 1], 9483561932.9879]
---- Retained value to add in file: [3, 0, 3, 3, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 0, 2, 3], [2, 1, 0, 1, 1, 2, 0, 0, 1, 1], 9483561932.9879]
---- Retained value to add in file: [3, 0, 3, 3, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 0, 3, 3], [2, 1, 0, 1, 1, 2, 0, 0, 1, 1], 9483561932.9879]
---- Retained value to add in file: [0, 2, 2, 0, 2, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 2, 0, 1], [1, 0, 1, 1, 0, 0, 1, 1, 0, 1], 9481200478.025213]
---- Retained value to add in file: [1, 0, 0, 1, 1, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 1, 3, 0], [0, 1, 0, 0, 1, 2, 1, 1, 1, 0], 9480205726.155514]
---- Retained value to add in file: [0, 0, 0, 2, 2, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 2, 0, 3], [1, 0, 0, 0, 1, 2, 1, 1, 0, 1], 9478839489.96195]
---- Retained value to add in file: [1, 1, 1, 0, 1, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 1, 3, 0], [0, 1, 1, 1, 0, 2, 1, 1, 1, 0], 9477334203.238083]
+--- Raw result : [[0, 3, 0, 3, 0, 3, 1, 1], [2, 0, 1, 0, 1, 0, 1, 1, 1], 13136346205.923903]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 3, 3, 0], [2, 0, 1, 1, 0, 0, 1, 3, 0], 13136019816.573967]
 --- Retained value to add in file: [0, 2, 2, 2, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 0, 1, 1], [1, 0, 1, 1, 1, 0, 0, 0, 1, 1], 9476987421.970377]
---- Retained value to add in file: [0, 2, 2, 2, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 0, 2, 1], [1, 0, 1, 1, 1, 0, 0, 0, 1, 1], 9476987421.970377]
---- Retained value to add in file: [0, 2, 2, 2, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 0, 3, 1], [1, 0, 1, 1, 1, 0, 0, 0, 1, 1], 9476987421.970377]
---- Retained value to add in file: [3, 0, 3, 0, 3, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 3, 0, 2], [2, 1, 0, 1, 0, 1, 1, 1, 0, 1], 9462425910.052618]
---- Retained value to add in file: [3, 0, 0, 0, 3, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 3, 1, 3], [2, 1, 0, 0, 0, 2, 1, 1, 1, 1], 9458753327.274025]
---- Retained value to add in file: [3, 0, 0, 0, 3, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 3, 2, 3], [2, 1, 0, 0, 0, 2, 1, 1, 1, 1], 9458753327.274025]
---- Retained value to add in file: [3, 0, 0, 0, 3, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 3, 3, 3], [2, 1, 0, 0, 0, 2, 1, 1, 1, 1], 9458753327.274025]
---- Retained value to add in file: [1, 1, 1, 0, 1, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 1, 0, 1], [0, 1, 1, 1, 0, 0, 1, 1, 0, 1], 9455372999.595152]
---- Retained value to add in file: [2, 2, 0, 2, 0, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 2, 2, 0], [1, 1, 1, 0, 1, 1, 0, 1, 1, 0], 9455244264.833586]
---- Retained value to add in file: [1, 1, 1, 0, 1, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 0, 1, 3], [0, 1, 1, 1, 0, 2, 1, 0, 1, 1], 9449991427.147661]
---- Retained value to add in file: [1, 1, 1, 0, 1, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 0, 2, 3], [0, 1, 1, 1, 0, 2, 1, 0, 1, 1], 9449991427.147661]
---- Retained value to add in file: [1, 1, 1, 0, 1, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 0, 3, 3], [0, 1, 1, 1, 0, 2, 1, 0, 1, 1], 9449991427.147661]
---- Retained value to add in file: [0, 0, 1, 1, 1, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 0, 1, 3], [0, 0, 0, 1, 1, 2, 1, 0, 1, 1], 9449863375.504059]
---- Retained value to add in file: [0, 0, 1, 1, 1, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 0, 2, 3], [0, 0, 0, 1, 1, 2, 1, 0, 1, 1], 9449863375.504059]
---- Retained value to add in file: [0, 0, 1, 1, 1, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 0, 3, 3], [0, 0, 0, 1, 1, 2, 1, 0, 1, 1], 9449863375.504059]
+--- Raw result : [[0, 2, 2, 2, 0, 0, 1, 1], [1, 0, 1, 1, 1, 0, 0, 1, 1], 13135052757.836254]
 --- Retained value to add in file: [0, 0, 3, 0, 3, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 3, 1, 1], [2, 0, 0, 1, 0, 0, 1, 1, 1, 1], 9449104239.30093]
---- Retained value to add in file: [0, 0, 3, 0, 3, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 3, 2, 1], [2, 0, 0, 1, 0, 0, 1, 1, 1, 1], 9449104239.30093]
---- Retained value to add in file: [0, 0, 3, 0, 3, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 3, 3, 1], [2, 0, 0, 1, 0, 0, 1, 1, 1, 1], 9449104239.30093]
---- Retained value to add in file: [0, 3, 0, 0, 3, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 3, 1, 2], [2, 0, 1, 0, 0, 1, 1, 1, 1, 1], 9447260458.686092]
---- Retained value to add in file: [0, 3, 0, 0, 3, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 3, 2, 2], [2, 0, 1, 0, 0, 1, 1, 1, 1, 1], 9447260458.686092]
---- Retained value to add in file: [0, 3, 0, 0, 3, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 3, 3, 2], [2, 0, 1, 0, 0, 1, 1, 1, 1, 1], 9447260458.686092]
---- Retained value to add in file: [3, 0, 3, 3, 0, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 3, 3, 0], [2, 1, 0, 1, 1, 2, 0, 1, 1, 0], 9445886930.45853]
---- Retained value to add in file: [3, 3, 3, 3, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 0, 0, 3], [2, 1, 1, 1, 1, 2, 0, 0, 0, 1], 9443045352.683004]
---- Retained value to add in file: [3, 3, 0, 3, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 0, 1, 2], [2, 1, 1, 0, 1, 1, 0, 0, 1, 1], 9441044833.527256]
---- Retained value to add in file: [3, 3, 0, 3, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 0, 2, 2], [2, 1, 1, 0, 1, 1, 0, 0, 1, 1], 9441044833.527256]
---- Retained value to add in file: [3, 3, 0, 3, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 0, 3, 2], [2, 1, 1, 0, 1, 1, 0, 0, 1, 1], 9441044833.527256]
---- Retained value to add in file: [2, 2, 0, 0, 2, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 2, 0, 3], [1, 1, 1, 0, 0, 2, 1, 1, 0, 1], 9440872969.622131]
---- Retained value to add in file: [0, 3, 3, 3, 0, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 3, 2, 0], [2, 0, 1, 1, 1, 1, 0, 1, 1, 0], 9427335982.131075]
---- Retained value to add in file: [2, 2, 2, 2, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 0, 0, 2], [1, 1, 1, 1, 1, 1, 0, 0, 0, 1], 9427153065.56048]
+--- Raw result : [[0, 0, 3, 0, 3, 3, 1, 1], [2, 0, 0, 1, 0, 1, 1, 1, 1], 13134699632.525078]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 1, 3, 3], [0, 0, 0, 0, 0, 0, 1, 3, 3], 13133342865.66118]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 1, 1, 2], [0, 0, 1, 0, 1, 0, 1, 1, 2], 13133192458.853996]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 0, 1, 1], [0, 0, 0, 1, 1, 1, 0, 1, 1], 13131983175.099419]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 1, 3, 2], [0, 0, 0, 1, 1, 0, 1, 3, 2], 13131676571.663532]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 0, 3, 3], [0, 1, 1, 1, 0, 1, 0, 3, 3], 13131099642.182264]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 0, 3, 2], [1, 0, 0, 1, 1, 1, 0, 3, 2], 13131079747.802746]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 0, 2, 3], [0, 0, 1, 1, 0, 1, 0, 2, 3], 13130641685.515102]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 2, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 2, 2, 3], [1, 0, 0, 0, 0, 0, 1, 2, 3], 13128906498.977644]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 0, 2, 1], [2, 0, 1, 0, 1, 1, 0, 2, 1], 13128571667.640652]
+--- Retained value to add in file: [3, 0, 3, 3, 3, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 3, 0, 3, 1], [2, 1, 0, 1, 1, 1, 0, 3, 1], 13126275244.45686]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 2, 1, 2], [1, 0, 0, 1, 0, 0, 1, 1, 2], 13125116790.966686]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 0, 2, 1], [0, 0, 0, 0, 0, 0, 0, 2, 1], 13122768291.085077]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 3, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 3, 3, 2], [2, 1, 0, 0, 0, 0, 1, 3, 2], 13120024477.24799]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 0, 2, 1], [1, 0, 0, 0, 0, 1, 0, 2, 1], 13119655934.560804]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 0, 3, 1], [2, 0, 1, 1, 1, 1, 0, 3, 1], 13117353095.155434]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 0, 2, 1], [0, 1, 0, 0, 0, 0, 0, 2, 1], 13115832704.290798]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 0, 2, 0], [2, 1, 1, 1, 1, 0, 0, 2, 0], 13114651872.05862]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 1, 2, 3], [0, 1, 0, 0, 0, 1, 1, 2, 3], 13113766223.196747]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 1, 2, 3], [0, 0, 1, 0, 0, 1, 1, 2, 3], 13113515895.61092]
+--- Retained value to add in file: [0, 2, 2, 2, 0, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 0, 2, 1, 3], [1, 0, 1, 1, 1, 0, 1, 1, 3], 13113142884.688587]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 1, 3, 0], [0, 1, 0, 1, 1, 1, 1, 3, 0], 13112492147.605556]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 1, 1, 1], [0, 1, 1, 0, 1, 0, 1, 1, 1], 13111111519.482876]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 1, 2, 3], [0, 0, 0, 1, 0, 0, 1, 2, 3], 13107527521.524855]
 --- Retained value to add in file: [0, 0, 0, 2, 2, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 0, 1, 2], [1, 0, 0, 0, 1, 1, 1, 0, 1, 1], 9425080126.297207]
---- Retained value to add in file: [0, 0, 0, 2, 2, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 0, 2, 2], [1, 0, 0, 0, 1, 1, 1, 0, 1, 1], 9425080126.297207]
---- Retained value to add in file: [0, 0, 0, 2, 2, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 0, 3, 2], [1, 0, 0, 0, 1, 1, 1, 0, 1, 1], 9425080126.297207]
---- Retained value to add in file: [2, 2, 2, 2, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 0, 0, 3], [1, 1, 1, 1, 1, 2, 0, 0, 0, 1], 9420470347.50264]
---- Retained value to add in file: [2, 2, 0, 0, 0, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 2, 1, 3], [1, 1, 1, 0, 0, 2, 0, 1, 1, 1], 9418841125.41485]
---- Retained value to add in file: [2, 2, 0, 0, 0, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 2, 2, 3], [1, 1, 1, 0, 0, 2, 0, 1, 1, 1], 9418841125.41485]
---- Retained value to add in file: [2, 2, 0, 0, 0, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 2, 3, 3], [1, 1, 1, 0, 0, 2, 0, 1, 1, 1], 9418841125.41485]
---- Retained value to add in file: [0, 2, 2, 0, 2, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 2, 2, 0], [1, 0, 1, 1, 0, 1, 1, 1, 1, 0], 9418725602.131836]
---- Retained value to add in file: [2, 0, 2, 0, 0, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 2, 1, 1], [1, 1, 0, 1, 0, 0, 0, 1, 1, 1], 9414328129.008808]
---- Retained value to add in file: [2, 0, 2, 0, 0, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 2, 2, 1], [1, 1, 0, 1, 0, 0, 0, 1, 1, 1], 9414328129.008808]
---- Retained value to add in file: [2, 0, 2, 0, 0, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 2, 3, 1], [1, 1, 0, 1, 0, 0, 0, 1, 1, 1], 9414328129.008808]
---- Retained value to add in file: [1, 0, 1, 0, 0, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 1, 1, 2], [0, 1, 0, 1, 0, 1, 0, 1, 1, 1], 9413697495.923122]
---- Retained value to add in file: [1, 0, 1, 0, 0, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 1, 2, 2], [0, 1, 0, 1, 0, 1, 0, 1, 1, 1], 9413697495.923122]
---- Retained value to add in file: [1, 0, 1, 0, 0, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 1, 3, 2], [0, 1, 0, 1, 0, 1, 0, 1, 1, 1], 9413697495.923122]
---- Retained value to add in file: [3, 3, 3, 3, 0, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 3, 0, 0], [2, 1, 1, 1, 1, 2, 0, 1, 0, 0], 9411132424.887102]
---- Retained value to add in file: [1, 1, 1, 1, 1, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 0, 3, 0], [0, 1, 1, 1, 1, 2, 1, 0, 1, 0], 9408920600.879303]
---- Retained value to add in file: [0, 3, 3, 3, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 0, 1, 1], [2, 0, 1, 1, 1, 0, 0, 0, 1, 1], 9408566668.966742]
---- Retained value to add in file: [0, 3, 3, 3, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 0, 2, 1], [2, 0, 1, 1, 1, 0, 0, 0, 1, 1], 9408566668.966742]
---- Retained value to add in file: [0, 3, 3, 3, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 0, 3, 1], [2, 0, 1, 1, 1, 0, 0, 0, 1, 1], 9408566668.966742]
---- Retained value to add in file: [0, 0, 1, 1, 1, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 1, 3, 0], [0, 0, 0, 1, 1, 2, 1, 1, 1, 0], 9407175779.483501]
---- Retained value to add in file: [2, 2, 2, 2, 2, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 2, 0, 0, 0], [1, 1, 1, 1, 1, 1, 1, 0, 0, 0], 9406868164.020756]
---- Retained value to add in file: [1, 0, 1, 1, 0, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 1, 0, 3], [0, 1, 0, 1, 1, 2, 0, 1, 0, 1], 9405461066.599775]
---- Retained value to add in file: [3, 3, 0, 3, 0, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 3, 0, 1], [2, 1, 1, 0, 1, 0, 0, 1, 0, 1], 9400404243.22056]
---- Retained value to add in file: [2, 2, 0, 2, 2, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 0, 2, 0], [1, 1, 1, 0, 1, 1, 1, 0, 1, 0], 9395438274.753666]
---- Retained value to add in file: [0, 0, 0, 0, 1, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 1, 1, 1], [0, 0, 0, 0, 0, 0, 1, 1, 1, 1], 9394032398.11006]
---- Retained value to add in file: [0, 0, 0, 0, 1, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 1, 2, 1], [0, 0, 0, 0, 0, 0, 1, 1, 1, 1], 9394032398.11006]
---- Retained value to add in file: [0, 0, 0, 0, 1, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 1, 3, 1], [0, 0, 0, 0, 0, 0, 1, 1, 1, 1], 9394032398.11006]
---- Retained value to add in file: [0, 0, 0, 0, 2, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 2, 1, 1], [0, 0, 0, 0, 0, 0, 1, 1, 1, 1], 9394032398.11006]
---- Retained value to add in file: [0, 0, 0, 0, 2, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 2, 2, 1], [0, 0, 0, 0, 0, 0, 1, 1, 1, 1], 9394032398.11006]
---- Retained value to add in file: [0, 0, 0, 0, 2, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 2, 3, 1], [0, 0, 0, 0, 0, 0, 1, 1, 1, 1], 9394032398.11006]
---- Retained value to add in file: [0, 0, 0, 0, 3, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 3, 1, 1], [0, 0, 0, 0, 0, 0, 1, 1, 1, 1], 9394032398.11006]
---- Retained value to add in file: [0, 0, 0, 0, 3, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 3, 2, 1], [0, 0, 0, 0, 0, 0, 1, 1, 1, 1], 9394032398.11006]
---- Retained value to add in file: [0, 0, 0, 0, 3, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 3, 3, 1], [0, 0, 0, 0, 0, 0, 1, 1, 1, 1], 9394032398.11006]
---- Retained value to add in file: [2, 2, 0, 0, 2, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 0, 1, 2], [1, 1, 1, 0, 0, 1, 1, 0, 1, 1], 9390163028.022062]
---- Retained value to add in file: [2, 2, 0, 0, 2, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 0, 2, 2], [1, 1, 1, 0, 0, 1, 1, 0, 1, 1], 9390163028.022062]
---- Retained value to add in file: [2, 2, 0, 0, 2, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 0, 3, 2], [1, 1, 1, 0, 0, 1, 1, 0, 1, 1], 9390163028.022062]
---- Retained value to add in file: [1, 0, 0, 1, 1, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 1, 0, 1], [0, 1, 0, 0, 1, 0, 1, 1, 0, 1], 9385367377.950504]
---- Retained value to add in file: [1, 1, 1, 0, 1, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 1, 1, 0], [0, 1, 1, 1, 0, 0, 1, 1, 1, 0], 9381198624.150959]
---- Retained value to add in file: [0, 1, 0, 1, 1, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 1, 0, 1], [0, 0, 1, 0, 1, 0, 1, 1, 0, 1], 9379739801.722584]
---- Retained value to add in file: [3, 0, 3, 0, 3, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 3, 0, 1], [2, 1, 0, 1, 0, 0, 1, 1, 0, 1], 9371151847.830564]
---- Retained value to add in file: [0, 0, 1, 1, 1, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 1, 0, 1], [0, 0, 0, 1, 1, 0, 1, 1, 0, 1], 9367798458.468174]
---- Retained value to add in file: [0, 0, 0, 0, 1, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 1, 1, 3], [0, 0, 0, 0, 0, 2, 1, 1, 1, 1], 9361005327.52129]
+--- Raw result : [[0, 0, 0, 2, 2, 0, 1, 2], [1, 0, 0, 0, 1, 1, 0, 1, 2], 13106301272.18623]
 --- Retained value to add in file: [0, 0, 0, 0, 1, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 1, 2, 3], [0, 0, 0, 0, 0, 2, 1, 1, 1, 1], 9361005327.52129]
---- Retained value to add in file: [0, 0, 0, 0, 1, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 1, 3, 3], [0, 0, 0, 0, 0, 2, 1, 1, 1, 1], 9361005327.52129]
---- Retained value to add in file: [0, 0, 0, 0, 2, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 2, 1, 3], [0, 0, 0, 0, 0, 2, 1, 1, 1, 1], 9361005327.52129]
---- Retained value to add in file: [0, 0, 0, 0, 2, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 2, 2, 3], [0, 0, 0, 0, 0, 2, 1, 1, 1, 1], 9361005327.52129]
---- Retained value to add in file: [0, 0, 0, 0, 2, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 2, 3, 3], [0, 0, 0, 0, 0, 2, 1, 1, 1, 1], 9361005327.52129]
---- Retained value to add in file: [0, 0, 0, 0, 3, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 3, 1, 3], [0, 0, 0, 0, 0, 2, 1, 1, 1, 1], 9361005327.52129]
---- Retained value to add in file: [0, 0, 0, 0, 3, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 3, 2, 3], [0, 0, 0, 0, 0, 2, 1, 1, 1, 1], 9361005327.52129]
+--- Raw result : [[0, 0, 0, 0, 1, 1, 2, 3], [0, 0, 0, 0, 0, 1, 1, 2, 3], 13104914311.203276]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 1, 2, 0], [0, 0, 1, 1, 0, 1, 1, 2, 0], 13102143239.610332]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 2, 3, 1], [1, 1, 0, 0, 0, 0, 1, 3, 1], 13100489150.281092]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 0, 3, 2], [0, 1, 1, 1, 1, 0, 0, 3, 2], 13099610472.946522]
 --- Retained value to add in file: [0, 0, 0, 0, 3, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 3, 3, 3], [0, 0, 0, 0, 0, 2, 1, 1, 1, 1], 9361005327.52129]
---- Retained value to add in file: [0, 3, 3, 3, 3, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 0, 3, 0], [2, 0, 1, 1, 1, 2, 1, 0, 1, 0], 9359402020.83552]
---- Retained value to add in file: [3, 3, 3, 0, 0, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 3, 1, 1], [2, 1, 1, 1, 0, 0, 0, 1, 1, 1], 9354740946.84606]
---- Retained value to add in file: [3, 3, 3, 0, 0, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 3, 2, 1], [2, 1, 1, 1, 0, 0, 0, 1, 1, 1], 9354740946.84606]
---- Retained value to add in file: [3, 3, 3, 0, 0, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 3, 3, 1], [2, 1, 1, 1, 0, 0, 0, 1, 1, 1], 9354740946.84606]
---- Retained value to add in file: [2, 0, 2, 2, 2, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 0, 3, 0], [1, 1, 0, 1, 1, 2, 1, 0, 1, 0], 9352463573.371078]
---- Retained value to add in file: [2, 2, 0, 2, 0, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 2, 0, 1], [1, 1, 1, 0, 1, 0, 0, 1, 0, 1], 9351653552.098791]
---- Retained value to add in file: [2, 0, 2, 0, 2, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 2, 1, 0], [1, 1, 0, 1, 0, 0, 1, 1, 1, 0], 9351540833.983536]
---- Retained value to add in file: [3, 3, 3, 3, 3, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 3, 0, 0, 0], [2, 1, 1, 1, 1, 2, 1, 0, 0, 0], 9346925911.738287]
---- Retained value to add in file: [0, 3, 3, 3, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 0, 1, 3], [2, 0, 1, 1, 1, 2, 0, 0, 1, 1], 9345344350.711786]
---- Retained value to add in file: [0, 3, 3, 3, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 0, 2, 3], [2, 0, 1, 1, 1, 2, 0, 0, 1, 1], 9345344350.711786]
---- Retained value to add in file: [0, 3, 3, 3, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 0, 3, 3], [2, 0, 1, 1, 1, 2, 0, 0, 1, 1], 9345344350.711786]
---- Retained value to add in file: [0, 1, 1, 1, 0, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 1, 0, 3], [0, 0, 1, 1, 1, 2, 0, 1, 0, 1], 9334376125.190372]
---- Retained value to add in file: [0, 2, 2, 0, 0, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 2, 1, 2], [1, 0, 1, 1, 0, 1, 0, 1, 1, 1], 9333315064.21427]
---- Retained value to add in file: [0, 2, 2, 0, 0, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 2, 2, 2], [1, 0, 1, 1, 0, 1, 0, 1, 1, 1], 9333315064.21427]
---- Retained value to add in file: [0, 2, 2, 0, 0, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 2, 3, 2], [1, 0, 1, 1, 0, 1, 0, 1, 1, 1], 9333315064.21427]
---- Retained value to add in file: [0, 3, 3, 3, 0, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 3, 3, 0], [2, 0, 1, 1, 1, 2, 0, 1, 1, 0], 9322478832.530996]
---- Retained value to add in file: [0, 1, 1, 1, 1, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 0, 0, 2], [0, 0, 1, 1, 1, 1, 1, 0, 0, 1], 9322075906.302147]
---- Retained value to add in file: [3, 3, 3, 3, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 0, 0, 1], [2, 1, 1, 1, 1, 0, 0, 0, 0, 1], 9315177080.371359]
---- Retained value to add in file: [1, 0, 1, 0, 0, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 1, 1, 3], [0, 1, 0, 1, 0, 2, 0, 1, 1, 1], 9311325658.755285]
---- Retained value to add in file: [1, 0, 1, 0, 0, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 1, 2, 3], [0, 1, 0, 1, 0, 2, 0, 1, 1, 1], 9311325658.755285]
---- Retained value to add in file: [1, 0, 1, 0, 0, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 1, 3, 3], [0, 1, 0, 1, 0, 2, 0, 1, 1, 1], 9311325658.755285]
---- Retained value to add in file: [1, 1, 1, 1, 1, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 1, 0, 0], [0, 1, 1, 1, 1, 0, 1, 1, 0, 0], 9310948059.987223]
---- Retained value to add in file: [1, 1, 1, 1, 1, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 0, 1, 0], [0, 1, 1, 1, 1, 0, 1, 0, 1, 0], 9308596812.950935]
---- Retained value to add in file: [3, 3, 3, 0, 0, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 3, 1, 3], [2, 1, 1, 1, 0, 2, 0, 1, 1, 1], 9304441692.163233]
---- Retained value to add in file: [3, 3, 3, 0, 0, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 3, 2, 3], [2, 1, 1, 1, 0, 2, 0, 1, 1, 1], 9304441692.163233]
---- Retained value to add in file: [3, 3, 3, 0, 0, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 3, 3, 3], [2, 1, 1, 1, 0, 2, 0, 1, 1, 1], 9304441692.163233]
---- Retained value to add in file: [1, 1, 1, 0, 0, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 1, 1, 1], [0, 1, 1, 1, 0, 0, 0, 1, 1, 1], 9298935048.27338]
---- Retained value to add in file: [1, 1, 1, 0, 0, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 1, 2, 1], [0, 1, 1, 1, 0, 0, 0, 1, 1, 1], 9298935048.27338]
---- Retained value to add in file: [1, 1, 1, 0, 0, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 1, 3, 1], [0, 1, 1, 1, 0, 0, 0, 1, 1, 1], 9298935048.27338]
---- Retained value to add in file: [1, 1, 0, 0, 0, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 1, 1, 2], [0, 1, 1, 0, 0, 1, 0, 1, 1, 1], 9298371209.201025]
---- Retained value to add in file: [1, 1, 0, 0, 0, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 1, 2, 2], [0, 1, 1, 0, 0, 1, 0, 1, 1, 1], 9298371209.201025]
+--- Raw result : [[0, 0, 0, 0, 3, 3, 3, 3], [2, 0, 0, 0, 0, 1, 1, 3, 3], 13099346884.014547]
+--- Retained value to add in file: [0, 3, 0, 3, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 0, 0, 2, 2], [2, 0, 1, 0, 1, 0, 0, 2, 2], 13097719660.873188]
 --- Retained value to add in file: [1, 1, 0, 0, 0, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 1, 3, 2], [0, 1, 1, 0, 0, 1, 0, 1, 1, 1], 9298371209.201025]
---- Retained value to add in file: [2, 0, 0, 2, 0, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 2, 0, 3], [1, 1, 0, 0, 1, 2, 0, 1, 0, 1], 9297424845.903414]
---- Retained value to add in file: [2, 2, 0, 0, 2, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 2, 2, 0], [1, 1, 1, 0, 0, 1, 1, 1, 1, 0], 9292712355.945684]
---- Retained value to add in file: [0, 3, 0, 0, 3, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 3, 1, 1], [2, 0, 1, 0, 0, 0, 1, 1, 1, 1], 9292632973.861254]
---- Retained value to add in file: [0, 3, 0, 0, 3, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 3, 2, 1], [2, 0, 1, 0, 0, 0, 1, 1, 1, 1], 9292632973.861254]
---- Retained value to add in file: [0, 3, 0, 0, 3, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 3, 3, 1], [2, 0, 1, 0, 0, 0, 1, 1, 1, 1], 9292632973.861254]
---- Retained value to add in file: [1, 0, 1, 0, 1, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 1, 0, 2], [0, 1, 0, 1, 0, 1, 1, 1, 0, 1], 9288337228.120144]
---- Retained value to add in file: [2, 2, 0, 0, 2, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 2, 0, 1], [1, 1, 1, 0, 0, 0, 1, 1, 0, 1], 9284978183.276646]
---- Retained value to add in file: [0, 0, 0, 3, 3, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 3, 0, 2], [2, 0, 0, 0, 1, 1, 1, 1, 0, 1], 9284753663.651249]
---- Retained value to add in file: [3, 3, 0, 3, 3, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 0, 2, 0], [2, 1, 1, 0, 1, 1, 1, 0, 1, 0], 9282824502.292208]
---- Retained value to add in file: [1, 1, 0, 0, 0, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 1, 1, 3], [0, 1, 1, 0, 0, 2, 0, 1, 1, 1], 9278162170.82958]
---- Retained value to add in file: [1, 1, 0, 0, 0, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 1, 2, 3], [0, 1, 1, 0, 0, 2, 0, 1, 1, 1], 9278162170.82958]
---- Retained value to add in file: [1, 1, 0, 0, 0, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 1, 3, 3], [0, 1, 1, 0, 0, 2, 0, 1, 1, 1], 9278162170.82958]
---- Retained value to add in file: [3, 3, 3, 0, 3, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 0, 1, 3], [2, 1, 1, 1, 0, 2, 1, 0, 1, 1], 9277858273.986004]
---- Retained value to add in file: [3, 3, 3, 0, 3, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 0, 2, 3], [2, 1, 1, 1, 0, 2, 1, 0, 1, 1], 9277858273.986004]
---- Retained value to add in file: [3, 3, 3, 0, 3, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 0, 3, 3], [2, 1, 1, 1, 0, 2, 1, 0, 1, 1], 9277858273.986004]
---- Retained value to add in file: [3, 0, 3, 0, 3, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 0, 1, 1], [2, 1, 0, 1, 0, 0, 1, 0, 1, 1], 9275809081.034565]
---- Retained value to add in file: [3, 0, 3, 0, 3, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 0, 2, 1], [2, 1, 0, 1, 0, 0, 1, 0, 1, 1], 9275809081.034565]
---- Retained value to add in file: [3, 0, 3, 0, 3, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 0, 3, 1], [2, 1, 0, 1, 0, 0, 1, 0, 1, 1], 9275809081.034565]
---- Retained value to add in file: [0, 0, 0, 2, 2, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 0, 1, 1], [1, 0, 0, 0, 1, 0, 1, 0, 1, 1], 9270544683.494513]
---- Retained value to add in file: [0, 0, 0, 2, 2, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 0, 2, 1], [1, 0, 0, 0, 1, 0, 1, 0, 1, 1], 9270544683.494513]
---- Retained value to add in file: [0, 0, 0, 2, 2, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 0, 3, 1], [1, 0, 0, 0, 1, 0, 1, 0, 1, 1], 9270544683.494513]
---- Retained value to add in file: [3, 0, 3, 3, 0, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 3, 1, 0], [2, 1, 0, 1, 1, 0, 0, 1, 1, 0], 9266310028.88385]
---- Retained value to add in file: [1, 1, 0, 1, 0, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 1, 0, 3], [0, 1, 1, 0, 1, 2, 0, 1, 0, 1], 9262255548.53308]
---- Retained value to add in file: [2, 0, 2, 2, 0, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 2, 1, 0], [1, 1, 0, 1, 1, 0, 0, 1, 1, 0], 9252515008.214798]
---- Retained value to add in file: [3, 3, 0, 3, 0, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 3, 2, 0], [2, 1, 1, 0, 1, 1, 0, 1, 1, 0], 9250889139.6127]
---- Retained value to add in file: [1, 0, 1, 1, 0, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 1, 0, 2], [0, 1, 0, 1, 1, 1, 0, 1, 0, 1], 9246709480.281433]
+--- Raw result : [[1, 1, 0, 0, 0, 1, 3, 2], [0, 1, 1, 0, 0, 0, 1, 3, 2], 13097558789.776917]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 0, 0, 2, 3], [0, 1, 0, 0, 1, 0, 0, 2, 3], 13096778892.132856]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 0, 1, 2], [1, 1, 1, 1, 0, 0, 0, 1, 2], 13094741185.431467]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 0, 3, 2], [0, 1, 0, 0, 1, 1, 0, 3, 2], 13094653815.708935]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 0, 3, 3], [0, 0, 0, 0, 0, 0, 0, 3, 3], 13092737207.393053]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 0, 1, 2], [1, 1, 1, 0, 1, 0, 0, 1, 2], 13091581747.857538]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 1, 3, 0], [0, 1, 1, 1, 1, 0, 1, 3, 0], 13091359794.017193]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 0, 3, 3], [1, 1, 1, 1, 0, 1, 0, 3, 3], 13090809527.262398]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 0, 3, 3], [0, 1, 0, 1, 1, 0, 0, 3, 3], 13089516422.904022]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 0, 2, 0], [1, 0, 1, 1, 1, 1, 0, 2, 0], 13089359673.752495]
+--- Retained value to add in file: [0, 0, 0, 0, 3, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 3, 3, 1, 2], [2, 0, 0, 0, 0, 1, 1, 1, 2], 13089272894.649744]
+--- Retained value to add in file: [2, 0, 0, 0, 2, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 2, 0, 2, 3], [1, 1, 0, 0, 0, 1, 0, 2, 3], 13084318878.24025]
+--- Retained value to add in file: [0, 2, 2, 2, 0, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 0, 2, 1, 0], [1, 0, 1, 1, 1, 0, 1, 1, 0], 13084070300.493511]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 0, 3, 1], [1, 1, 1, 1, 0, 1, 0, 3, 1], 13081188137.421366]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 1, 1, 1], [0, 1, 0, 1, 1, 0, 1, 1, 1], 13080443230.28651]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 3, 1, 2], [2, 0, 1, 1, 0, 0, 1, 1, 2], 13077720728.52816]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 0, 3, 1], [0, 1, 1, 1, 1, 1, 0, 3, 1], 13076992277.483332]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 0, 1, 2], [0, 0, 0, 0, 1, 0, 0, 1, 2], 13076554834.876167]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 0, 3, 2], [0, 1, 0, 1, 1, 0, 0, 3, 2], 13074470033.972408]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 2, 1, 1], [1, 0, 0, 0, 0, 1, 1, 1, 1], 13074018807.079552]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 0, 3, 1], [1, 1, 1, 1, 1, 0, 0, 3, 1], 13073990766.909418]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 1, 2, 3], [0, 0, 1, 0, 0, 0, 1, 2, 3], 13072059958.166718]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 1, 2, 3], [0, 1, 0, 1, 0, 0, 1, 2, 3], 13072014960.557816]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 1, 3, 3], [0, 0, 1, 1, 1, 1, 1, 3, 3], 13071949082.48896]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 1, 2, 3], [0, 0, 0, 1, 1, 0, 1, 2, 3], 13070944878.43467]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 0, 3, 2], [2, 1, 0, 0, 1, 1, 0, 3, 2], 13068979909.538395]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 1, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 1, 3, 1], [0, 0, 1, 1, 0, 0, 1, 3, 1], 13068319329.440838]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 3, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 3, 2, 1], [2, 0, 0, 0, 0, 0, 1, 2, 1], 13067867212.225353]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 0, 3, 3], [0, 1, 1, 0, 1, 1, 0, 3, 3], 13064941291.962408]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 3, 3, 0], [2, 0, 0, 0, 1, 1, 1, 3, 0], 13063198212.098827]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 2, 1, 3], [1, 1, 1, 0, 1, 0, 1, 1, 3], 13060632105.110828]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 1, 3, 3], [0, 1, 0, 0, 1, 1, 1, 3, 3], 13057580757.696362]
+--- Retained value to add in file: [0, 1, 1, 1, 0, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 0, 1, 2, 0], [0, 0, 1, 1, 1, 0, 1, 2, 0], 13055814619.20399]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 3, 1, 3], [2, 0, 1, 1, 0, 1, 1, 1, 3], 13055743906.117027]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 0, 2, 2], [2, 0, 1, 1, 0, 0, 0, 2, 2], 13055429445.51756]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 3, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 3, 1, 1], [2, 0, 0, 1, 1, 0, 1, 1, 1], 13051190697.533653]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 0, 3, 1], [2, 1, 1, 1, 1, 0, 0, 3, 1], 13051159713.32354]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 2, 3, 0], [1, 1, 0, 1, 0, 0, 1, 3, 0], 13050586666.191908]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 1, 2, 3], [0, 0, 1, 0, 1, 1, 1, 2, 3], 13049671476.962751]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 3, 2, 0], [2, 0, 1, 1, 0, 0, 1, 2, 0], 13048844338.585402]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 0, 2, 3], [1, 1, 0, 1, 0, 1, 0, 2, 3], 13047392669.474033]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 1, 2, 3], [0, 0, 0, 1, 1, 1, 1, 2, 3], 13044680933.304493]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 0, 3, 1], [1, 1, 1, 0, 1, 1, 0, 3, 1], 13040765466.310343]
+--- Retained value to add in file: [0, 0, 2, 0, 2, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 2, 2, 3, 0], [1, 0, 0, 1, 0, 1, 1, 3, 0], 13035210827.765837]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 1, 3, 2], [0, 1, 0, 0, 1, 1, 1, 3, 2], 13034871025.329327]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 0, 2, 3], [0, 1, 0, 0, 0, 0, 0, 2, 3], 13033112359.433857]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 0, 1, 2, 3], [0, 1, 0, 0, 1, 0, 1, 2, 3], 13032446394.064491]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 0, 2, 3], [0, 0, 0, 1, 1, 0, 0, 2, 3], 13032037227.17755]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 0, 2, 3], [0, 0, 0, 1, 0, 0, 0, 2, 3], 13031391651.019001]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 1, 3, 2], [0, 0, 1, 0, 0, 0, 1, 3, 2], 13030615325.069456]
 --- Retained value to add in file: [2, 2, 0, 0, 2, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 0, 1, 1], [1, 1, 1, 0, 0, 0, 1, 0, 1, 1], 9245426011.721794]
---- Retained value to add in file: [2, 2, 0, 0, 2, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 0, 2, 1], [1, 1, 1, 0, 0, 0, 1, 0, 1, 1], 9245426011.721794]
---- Retained value to add in file: [2, 2, 0, 0, 2, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 0, 3, 1], [1, 1, 1, 0, 0, 0, 1, 0, 1, 1], 9245426011.721794]
---- Retained value to add in file: [2, 2, 2, 2, 0, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 2, 0, 0], [1, 1, 1, 1, 1, 1, 0, 1, 0, 0], 9245226768.174196]
---- Retained value to add in file: [0, 1, 0, 1, 0, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 1, 1, 1], [0, 0, 1, 0, 1, 0, 0, 1, 1, 1], 9244627252.133738]
---- Retained value to add in file: [0, 1, 0, 1, 0, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 1, 2, 1], [0, 0, 1, 0, 1, 0, 0, 1, 1, 1], 9244627252.133738]
---- Retained value to add in file: [0, 1, 0, 1, 0, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 1, 3, 1], [0, 0, 1, 0, 1, 0, 0, 1, 1, 1], 9244627252.133738]
---- Retained value to add in file: [0, 0, 1, 1, 0, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 1, 1, 1], [0, 0, 0, 1, 1, 0, 0, 1, 1, 1], 9244117519.745377]
---- Retained value to add in file: [0, 0, 1, 1, 0, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 1, 2, 1], [0, 0, 0, 1, 1, 0, 0, 1, 1, 1], 9244117519.745377]
---- Retained value to add in file: [0, 0, 1, 1, 0, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 1, 3, 1], [0, 0, 0, 1, 1, 0, 0, 1, 1, 1], 9244117519.745377]
---- Retained value to add in file: [0, 1, 0, 1, 1, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 1, 1, 0], [0, 0, 1, 0, 1, 0, 1, 1, 1, 0], 9243813352.786835]
---- Retained value to add in file: [0, 1, 1, 0, 1, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 1, 0, 2], [0, 0, 1, 1, 0, 1, 1, 1, 0, 1], 9241388084.1599]
---- Retained value to add in file: [0, 1, 1, 0, 1, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 0, 1, 2], [0, 0, 1, 1, 0, 1, 1, 0, 1, 1], 9241014638.934357]
---- Retained value to add in file: [0, 1, 1, 0, 1, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 0, 2, 2], [0, 0, 1, 1, 0, 1, 1, 0, 1, 1], 9241014638.934357]
---- Retained value to add in file: [0, 1, 1, 0, 1, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 0, 3, 2], [0, 0, 1, 1, 0, 1, 1, 0, 1, 1], 9241014638.934357]
+--- Raw result : [[2, 2, 0, 0, 2, 0, 1, 1], [1, 1, 1, 0, 0, 1, 0, 1, 1], 13025601748.098827]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 1, 3, 2], [0, 0, 0, 0, 0, 0, 1, 3, 2], 13023682509.880775]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 0, 0, 2, 3], [1, 1, 0, 1, 1, 0, 0, 2, 3], 13022373969.30666]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 2, 3, 1], [1, 0, 0, 0, 1, 0, 1, 3, 1], 13020375044.036432]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 1, 1, 2], [0, 1, 0, 0, 0, 1, 1, 1, 2], 13020366602.030102]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 0, 3, 3], [0, 1, 1, 1, 0, 0, 0, 3, 3], 13019630738.134745]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 0, 3, 3], [1, 0, 1, 1, 1, 1, 0, 3, 3], 13019526872.995651]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 1, 3, 3], [0, 0, 0, 1, 1, 0, 1, 3, 3], 13018860219.41362]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 0, 3, 3], [2, 0, 1, 1, 1, 0, 0, 3, 3], 13018213812.907846]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 0, 2, 0], [2, 1, 1, 1, 1, 1, 0, 2, 0], 13015781371.973625]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 0, 3, 2], [0, 1, 1, 0, 1, 1, 0, 3, 2], 13015415088.020344]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 2, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 2, 3, 3], [1, 0, 0, 0, 0, 0, 1, 3, 3], 13014211828.123045]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 1, 2, 3], [0, 0, 1, 0, 1, 0, 1, 2, 3], 13014103843.319988]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 0, 3, 1], [2, 1, 1, 1, 0, 1, 0, 3, 1], 13013838936.017357]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 1, 1, 1], [0, 1, 0, 0, 1, 1, 1, 1, 1], 13013278135.59724]
+--- Retained value to add in file: [2, 2, 2, 2, 2, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 2, 0, 3, 0], [1, 1, 1, 1, 1, 1, 0, 3, 0], 13013123006.763334]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 2, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 0, 2, 0, 2], [1, 1, 0, 1, 1, 0, 1, 0, 2], 13012905847.028059]
 --- Retained value to add in file: [0, 2, 2, 0, 2, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 2, 1, 0], [1, 0, 1, 1, 0, 0, 1, 1, 1, 0], 9234372798.990707]
---- Retained value to add in file: [0, 3, 3, 0, 3, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 3, 0, 2], [2, 0, 1, 1, 0, 1, 1, 1, 0, 1], 9233533043.96641]
---- Retained value to add in file: [0, 0, 0, 2, 2, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 2, 0, 1], [1, 0, 0, 0, 1, 0, 1, 1, 0, 1], 9232606650.186178]
---- Retained value to add in file: [0, 0, 0, 2, 2, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 2, 2, 0], [1, 0, 0, 0, 1, 1, 1, 1, 1, 0], 9229984674.897287]
---- Retained value to add in file: [1, 0, 1, 0, 1, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 0, 1, 2], [0, 1, 0, 1, 0, 1, 1, 0, 1, 1], 9229899379.932283]
---- Retained value to add in file: [1, 0, 1, 0, 1, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 0, 2, 2], [0, 1, 0, 1, 0, 1, 1, 0, 1, 1], 9229899379.932283]
---- Retained value to add in file: [1, 0, 1, 0, 1, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 0, 3, 2], [0, 1, 0, 1, 0, 1, 1, 0, 1, 1], 9229899379.932283]
---- Retained value to add in file: [3, 3, 3, 0, 3, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 3, 3, 0], [2, 1, 1, 1, 0, 2, 1, 1, 1, 0], 9223227741.496628]
---- Retained value to add in file: [3, 3, 0, 3, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 0, 1, 3], [2, 1, 1, 0, 1, 2, 0, 0, 1, 1], 9222978460.601254]
---- Retained value to add in file: [3, 3, 0, 3, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 0, 2, 3], [2, 1, 1, 0, 1, 2, 0, 0, 1, 1], 9222978460.601254]
---- Retained value to add in file: [3, 3, 0, 3, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 0, 3, 3], [2, 1, 1, 0, 1, 2, 0, 0, 1, 1], 9222978460.601254]
---- Retained value to add in file: [0, 2, 2, 0, 0, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 2, 1, 3], [1, 0, 1, 1, 0, 2, 0, 1, 1, 1], 9216403077.242588]
---- Retained value to add in file: [0, 2, 2, 0, 0, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 2, 2, 3], [1, 0, 1, 1, 0, 2, 0, 1, 1, 1], 9216403077.242588]
---- Retained value to add in file: [0, 2, 2, 0, 0, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 2, 3, 3], [1, 0, 1, 1, 0, 2, 0, 1, 1, 1], 9216403077.242588]
---- Retained value to add in file: [1, 1, 1, 1, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 0, 1, 1], [0, 1, 1, 1, 1, 0, 0, 0, 1, 1], 9213571785.768599]
---- Retained value to add in file: [1, 1, 1, 1, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 0, 2, 1], [0, 1, 1, 1, 1, 0, 0, 0, 1, 1], 9213571785.768599]
---- Retained value to add in file: [1, 1, 1, 1, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 0, 3, 1], [0, 1, 1, 1, 1, 0, 0, 0, 1, 1], 9213571785.768599]
---- Retained value to add in file: [3, 0, 3, 3, 3, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 0, 3, 0], [2, 1, 0, 1, 1, 2, 1, 0, 1, 0], 9213285203.245565]
---- Retained value to add in file: [3, 3, 0, 3, 0, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 3, 3, 0], [2, 1, 1, 0, 1, 2, 0, 1, 1, 0], 9212227845.515862]
---- Retained value to add in file: [2, 0, 2, 0, 2, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 2, 3, 0], [1, 1, 0, 1, 0, 2, 1, 1, 1, 0], 9208037641.629118]
---- Retained value to add in file: [0, 0, 1, 1, 1, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 1, 1, 0], [0, 0, 0, 1, 1, 0, 1, 1, 1, 0], 9204467294.77974]
---- Retained value to add in file: [2, 2, 0, 2, 2, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 0, 3, 0], [1, 1, 1, 0, 1, 2, 1, 0, 1, 0], 9197065018.640024]
---- Retained value to add in file: [2, 2, 0, 2, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 0, 1, 1], [1, 1, 1, 0, 1, 0, 0, 0, 1, 1], 9196392219.290321]
---- Retained value to add in file: [2, 2, 0, 2, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 0, 2, 1], [1, 1, 1, 0, 1, 0, 0, 0, 1, 1], 9196392219.290321]
---- Retained value to add in file: [2, 2, 0, 2, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 0, 3, 1], [1, 1, 1, 0, 1, 0, 0, 0, 1, 1], 9196392219.290321]
---- Retained value to add in file: [2, 0, 0, 2, 0, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 2, 0, 2], [1, 1, 0, 0, 1, 1, 0, 1, 0, 1], 9194464737.665825]
---- Retained value to add in file: [1, 0, 0, 1, 1, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 1, 1, 0], [0, 1, 0, 0, 1, 0, 1, 1, 1, 0], 9192785914.823456]
---- Retained value to add in file: [2, 0, 2, 0, 2, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 0, 1, 3], [1, 1, 0, 1, 0, 2, 1, 0, 1, 1], 9190289783.8869]
---- Retained value to add in file: [2, 0, 2, 0, 2, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 0, 2, 3], [1, 1, 0, 1, 0, 2, 1, 0, 1, 1], 9190289783.8869]
---- Retained value to add in file: [2, 0, 2, 0, 2, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 0, 3, 3], [1, 1, 0, 1, 0, 2, 1, 0, 1, 1], 9190289783.8869]
---- Retained value to add in file: [3, 0, 3, 0, 3, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 0, 1, 2], [2, 1, 0, 1, 0, 1, 1, 0, 1, 1], 9188894787.774153]
---- Retained value to add in file: [3, 0, 3, 0, 3, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 0, 2, 2], [2, 1, 0, 1, 0, 1, 1, 0, 1, 1], 9188894787.774153]
---- Retained value to add in file: [3, 0, 3, 0, 3, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 0, 3, 2], [2, 1, 0, 1, 0, 1, 1, 0, 1, 1], 9188894787.774153]
---- Retained value to add in file: [0, 0, 2, 2, 0, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 2, 0, 3], [1, 0, 0, 1, 1, 2, 0, 1, 0, 1], 9184626547.92033]
---- Retained value to add in file: [1, 1, 1, 1, 0, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 1, 0, 1], [0, 1, 1, 1, 1, 0, 0, 1, 0, 1], 9184590979.062511]
---- Retained value to add in file: [0, 2, 2, 0, 2, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 2, 3, 0], [1, 0, 1, 1, 0, 2, 1, 1, 1, 0], 9183496475.711082]
---- Retained value to add in file: [0, 1, 1, 1, 1, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 0, 0, 3], [0, 0, 1, 1, 1, 2, 1, 0, 0, 1], 9180084581.249275]
---- Retained value to add in file: [0, 0, 2, 2, 2, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 0, 0, 2], [1, 0, 0, 1, 1, 1, 1, 0, 0, 1], 9176961017.333647]
---- Retained value to add in file: [1, 1, 0, 0, 1, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 1, 0, 2], [0, 1, 1, 0, 0, 1, 1, 1, 0, 1], 9159090942.533648]
---- Retained value to add in file: [0, 2, 0, 2, 0, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 2, 0, 3], [1, 0, 1, 0, 1, 2, 0, 1, 0, 1], 9158173339.513277]
---- Retained value to add in file: [0, 2, 2, 0, 2, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 0, 1, 3], [1, 0, 1, 1, 0, 2, 1, 0, 1, 1], 9152211408.732195]
---- Retained value to add in file: [0, 2, 2, 0, 2, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 0, 2, 3], [1, 0, 1, 1, 0, 2, 1, 0, 1, 1], 9152211408.732195]
---- Retained value to add in file: [0, 2, 2, 0, 2, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 0, 3, 3], [1, 0, 1, 1, 0, 2, 1, 0, 1, 1], 9152211408.732195]
---- Retained value to add in file: [0, 2, 2, 2, 0, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 2, 1, 0], [1, 0, 1, 1, 1, 0, 0, 1, 1, 0], 9149134544.34366]
---- Retained value to add in file: [0, 0, 3, 3, 3, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 0, 0, 2], [2, 0, 0, 1, 1, 1, 1, 0, 0, 1], 9148616381.937141]
---- Retained value to add in file: [2, 2, 0, 2, 2, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 0, 1, 0], [1, 1, 1, 0, 1, 0, 1, 0, 1, 0], 9147995696.629852]
---- Retained value to add in file: [3, 0, 3, 0, 0, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 3, 1, 2], [2, 1, 0, 1, 0, 1, 0, 1, 1, 1], 9144926225.987175]
---- Retained value to add in file: [3, 0, 3, 0, 0, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 3, 2, 2], [2, 1, 0, 1, 0, 1, 0, 1, 1, 1], 9144926225.987175]
---- Retained value to add in file: [3, 0, 3, 0, 0, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 3, 3, 2], [2, 1, 0, 1, 0, 1, 0, 1, 1, 1], 9144926225.987175]
---- Retained value to add in file: [0, 1, 1, 1, 0, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 1, 0, 2], [0, 0, 1, 1, 1, 1, 0, 1, 0, 1], 9143856339.63694]
---- Retained value to add in file: [1, 0, 1, 0, 1, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 1, 0, 3], [0, 1, 0, 1, 0, 2, 1, 1, 0, 1], 9140748977.231327]
---- Retained value to add in file: [3, 3, 0, 3, 3, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 0, 1, 0], [2, 1, 1, 0, 1, 0, 1, 0, 1, 0], 9135885947.898478]
---- Retained value to add in file: [0, 1, 1, 0, 1, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 1, 2, 0], [0, 0, 1, 1, 0, 1, 1, 1, 1, 0], 9133328598.153164]
---- Retained value to add in file: [1, 0, 1, 1, 1, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 0, 0, 2], [0, 1, 0, 1, 1, 1, 1, 0, 0, 1], 9130573080.622612]
+--- Raw result : [[0, 2, 2, 0, 2, 2, 1, 0], [1, 0, 1, 1, 0, 1, 1, 1, 0], 13011817362.454449]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 0, 3, 3], [2, 1, 1, 1, 0, 1, 0, 3, 3], 13010941732.92449]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 1, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 1, 3, 1], [0, 1, 0, 1, 0, 1, 1, 3, 1], 13010404662.414135]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 1, 2, 3], [0, 1, 0, 0, 0, 0, 1, 2, 3], 13008929211.260038]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 1, 3, 3], [0, 0, 1, 0, 1, 0, 1, 3, 3], 13007817026.85396]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 0, 2, 0], [1, 1, 1, 0, 1, 1, 0, 2, 0], 13007481069.346642]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 1, 2, 3], [0, 0, 0, 1, 0, 1, 1, 2, 3], 13004267678.580872]
 --- Retained value to add in file: [0, 0, 0, 2, 2, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 2, 3, 0], [1, 0, 0, 0, 1, 2, 1, 1, 1, 0], 9127683743.27941]
---- Retained value to add in file: [2, 2, 0, 0, 2, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 2, 3, 0], [1, 1, 1, 0, 0, 2, 1, 1, 1, 0], 9127648146.09602]
---- Retained value to add in file: [0, 1, 1, 0, 1, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 1, 0, 3], [0, 0, 1, 1, 0, 2, 1, 1, 0, 1], 9125907708.926317]
---- Retained value to add in file: [3, 3, 0, 3, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 0, 1, 1], [2, 1, 1, 0, 1, 0, 0, 0, 1, 1], 9120726435.886074]
---- Retained value to add in file: [3, 3, 0, 3, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 0, 2, 1], [2, 1, 1, 0, 1, 0, 0, 0, 1, 1], 9120726435.886074]
---- Retained value to add in file: [3, 3, 0, 3, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 0, 3, 1], [2, 1, 1, 0, 1, 0, 0, 0, 1, 1], 9120726435.886074]
---- Retained value to add in file: [0, 0, 0, 2, 2, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 0, 1, 3], [1, 0, 0, 0, 1, 2, 1, 0, 1, 1], 9120142560.203419]
---- Retained value to add in file: [0, 0, 0, 2, 2, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 0, 2, 3], [1, 0, 0, 0, 1, 2, 1, 0, 1, 1], 9120142560.203419]
+--- Raw result : [[0, 0, 0, 2, 2, 2, 3, 0], [1, 0, 0, 0, 1, 1, 1, 3, 0], 13003472314.193678]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 3, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 3, 2, 3], [2, 1, 0, 0, 0, 0, 1, 2, 3], 13002792065.445608]
+--- Retained value to add in file: [3, 0, 3, 3, 0, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 0, 3, 1, 3], [2, 1, 0, 1, 1, 0, 1, 1, 3], 13002650286.513325]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 3, 1, 2], [2, 1, 0, 0, 0, 0, 1, 1, 2], 12998787521.925013]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 0, 1, 2], [1, 1, 0, 1, 0, 1, 0, 1, 2], 12998683155.751509]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 1, 1, 2], [0, 0, 0, 0, 1, 0, 1, 1, 2], 12997938454.795313]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 0, 2, 3], [1, 0, 1, 1, 0, 1, 0, 2, 3], 12994174481.300749]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 1, 3, 2], [0, 0, 1, 0, 0, 1, 1, 3, 2], 12989251561.266632]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 1, 2, 3], [0, 0, 0, 0, 1, 0, 1, 2, 3], 12988883905.760038]
+--- Retained value to add in file: [0, 0, 2, 0, 2, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 2, 0, 1, 2], [1, 0, 0, 1, 0, 1, 0, 1, 2], 12982095011.571392]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 0, 2, 3], [0, 1, 1, 1, 1, 0, 0, 2, 3], 12981648368.849607]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 0, 3, 3], [2, 0, 1, 0, 1, 1, 0, 3, 3], 12981293077.667704]
+--- Retained value to add in file: [0, 0, 3, 0, 0, 3, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 0, 3, 3, 3], [2, 0, 0, 1, 0, 0, 1, 3, 3], 12981088200.810415]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 0, 3, 2], [0, 0, 0, 1, 1, 0, 0, 3, 2], 12980136469.240345]
+--- Retained value to add in file: [2, 0, 2, 2, 2, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 2, 0, 2, 0], [1, 1, 0, 1, 1, 1, 0, 2, 0], 12979661278.391209]
+--- Retained value to add in file: [0, 2, 0, 0, 2, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 2, 2, 1, 3], [1, 0, 1, 0, 0, 1, 1, 1, 3], 12978543804.988998]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 0, 3, 2], [0, 0, 0, 0, 0, 0, 0, 3, 2], 12977943013.901777]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 0, 2, 3], [0, 1, 0, 1, 1, 0, 0, 2, 3], 12977334171.306732]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 3, 0, 2], [2, 0, 0, 1, 1, 1, 1, 0, 2], 12977191670.498653]
+--- Retained value to add in file: [3, 3, 0, 0, 3, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 3, 3, 0, 1], [2, 1, 1, 0, 0, 1, 1, 0, 1], 12977025017.102629]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 1, 1, 1], [0, 1, 0, 1, 0, 1, 1, 1, 1], 12976905793.683086]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 1, 1, 1], [0, 0, 0, 1, 1, 0, 1, 1, 1], 12974728846.52584]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 1, 3, 2], [0, 0, 1, 0, 1, 0, 1, 3, 2], 12972733243.693047]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 0, 3, 2], [1, 0, 1, 1, 0, 1, 0, 3, 2], 12972375603.729267]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 1, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 1, 1, 0], [0, 1, 1, 1, 1, 1, 1, 1, 0], 12971977811.021961]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 0, 2, 1], [1, 1, 0, 0, 0, 0, 0, 2, 1], 12967315675.312162]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 3, 1, 0], [2, 1, 1, 0, 0, 0, 1, 1, 0], 12966839284.315456]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 0, 1, 1], [0, 0, 1, 1, 0, 1, 0, 1, 1], 12966269912.262297]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 2, 1, 3], [1, 1, 0, 1, 0, 1, 1, 1, 3], 12965553317.96043]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 1, 3, 3], [0, 1, 0, 0, 0, 1, 1, 3, 3], 12964503152.037598]
+--- Retained value to add in file: [0, 0, 0, 2, 2, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 2, 0, 3, 2], [1, 0, 0, 0, 1, 1, 0, 3, 2], 12963323746.966007]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 0, 0, 3, 3], [0, 1, 0, 0, 1, 0, 0, 3, 3], 12963176025.320997]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 2, 2, 0], [1, 1, 0, 0, 0, 0, 1, 2, 0], 12960962653.540688]
+--- Retained value to add in file: [0, 2, 0, 0, 2, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 2, 0, 2, 3], [1, 0, 1, 0, 0, 1, 0, 2, 3], 12959421483.626804]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 0, 2, 2], [2, 1, 0, 0, 0, 0, 0, 2, 2], 12958493391.381588]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 3, 2, 0], [2, 0, 0, 0, 1, 1, 1, 2, 0], 12957784002.259666]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 0, 1, 3, 2], [0, 1, 0, 0, 1, 0, 1, 3, 2], 12954889481.934834]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 3, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 3, 3, 3], [2, 0, 1, 0, 0, 0, 1, 3, 3], 12952233394.307764]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 2, 0, 1], [1, 0, 0, 1, 1, 1, 1, 0, 1], 12950869929.348705]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 0, 1, 1], [1, 1, 1, 0, 0, 0, 0, 1, 1], 12949972769.499693]
+--- Retained value to add in file: [0, 3, 0, 0, 3, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 3, 0, 2, 1], [2, 0, 1, 0, 0, 1, 0, 2, 1], 12949894973.401041]
+--- Retained value to add in file: [0, 0, 2, 0, 2, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 2, 0, 2, 3], [1, 0, 0, 1, 0, 1, 0, 2, 3], 12949122761.633987]
+--- Retained value to add in file: [0, 0, 3, 0, 0, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 0, 3, 3, 1], [2, 0, 0, 1, 0, 0, 1, 3, 1], 12947574925.472801]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 1, 0, 2], [0, 0, 0, 1, 1, 1, 1, 0, 2], 12944872665.900738]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 1, 3, 2], [0, 1, 0, 0, 0, 1, 1, 3, 2], 12944165150.486294]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 1, 1, 3], [0, 0, 1, 1, 1, 1, 1, 1, 3], 12943814399.039417]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 3, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 3, 1, 1], [2, 0, 0, 0, 1, 1, 1, 1, 1], 12943188585.440804]
+--- Retained value to add in file: [3, 3, 0, 0, 3, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 3, 0, 2, 3], [2, 1, 1, 0, 0, 1, 0, 2, 3], 12942196997.295742]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 0, 3, 2], [1, 0, 0, 1, 1, 0, 0, 3, 2], 12942168389.549046]
+--- Retained value to add in file: [0, 1, 1, 1, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 0, 0, 1, 1], [0, 0, 1, 1, 1, 0, 0, 1, 1], 12941912013.025984]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 1, 1, 2], [0, 0, 0, 1, 0, 0, 1, 1, 2], 12941165071.798944]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 1, 1, 1], [0, 0, 1, 1, 0, 0, 1, 1, 1], 12940776841.452085]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 0, 1, 1], [0, 1, 1, 0, 1, 1, 0, 1, 1], 12938702460.732662]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 1, 3, 2], [0, 1, 0, 0, 0, 0, 1, 3, 2], 12936074293.655567]
+--- Retained value to add in file: [1, 1, 0, 0, 0, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 0, 1, 1, 2], [0, 1, 1, 0, 0, 0, 1, 1, 2], 12934805012.261894]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 0, 3, 3], [2, 0, 0, 0, 1, 1, 0, 3, 3], 12926906868.39089]
+--- Retained value to add in file: [0, 1, 1, 1, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 0, 0, 3, 2], [0, 0, 1, 1, 1, 0, 0, 3, 2], 12924010251.014862]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 0, 3, 3], [1, 0, 0, 1, 1, 1, 0, 3, 3], 12923776391.730274]
+--- Retained value to add in file: [0, 2, 2, 2, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 0, 0, 3, 1], [1, 0, 1, 1, 1, 0, 0, 3, 1], 12922737504.843025]
+--- Retained value to add in file: [0, 2, 2, 2, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 0, 0, 3, 3], [1, 0, 1, 1, 1, 0, 0, 3, 3], 12922187002.88825]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 2, 3, 0], [1, 0, 0, 1, 1, 0, 1, 3, 0], 12921831817.30313]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 0, 1, 2], [0, 1, 1, 0, 1, 0, 0, 1, 2], 12921717428.367668]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 0, 2, 0], [2, 1, 1, 1, 0, 1, 0, 2, 0], 12920123951.71275]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 0, 3, 3], [0, 0, 0, 0, 1, 0, 0, 3, 3], 12919935757.445795]
 --- Retained value to add in file: [0, 0, 0, 2, 2, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 0, 3, 3], [1, 0, 0, 0, 1, 2, 1, 0, 1, 1], 9120142560.203419]
---- Retained value to add in file: [0, 1, 1, 0, 0, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 1, 1, 2], [0, 0, 1, 1, 0, 1, 0, 1, 1, 1], 9120010754.789091]
---- Retained value to add in file: [0, 1, 1, 0, 0, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 1, 2, 2], [0, 0, 1, 1, 0, 1, 0, 1, 1, 1], 9120010754.789091]
---- Retained value to add in file: [0, 1, 1, 0, 0, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 1, 3, 2], [0, 0, 1, 1, 0, 1, 0, 1, 1, 1], 9120010754.789091]
---- Retained value to add in file: [0, 3, 0, 0, 3, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 3, 1, 3], [2, 0, 1, 0, 0, 2, 1, 1, 1, 1], 9117057648.913574]
---- Retained value to add in file: [0, 3, 0, 0, 3, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 3, 2, 3], [2, 0, 1, 0, 0, 2, 1, 1, 1, 1], 9117057648.913574]
---- Retained value to add in file: [0, 3, 0, 0, 3, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 3, 3, 3], [2, 0, 1, 0, 0, 2, 1, 1, 1, 1], 9117057648.913574]
---- Retained value to add in file: [3, 3, 0, 0, 3, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 3, 0, 2], [2, 1, 1, 0, 0, 1, 1, 1, 0, 1], 9114915780.11077]
---- Retained value to add in file: [0, 0, 2, 2, 0, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 2, 0, 2], [1, 0, 0, 1, 1, 1, 0, 1, 0, 1], 9114196565.920135]
---- Retained value to add in file: [1, 1, 0, 0, 1, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 0, 1, 2], [0, 1, 1, 0, 0, 1, 1, 0, 1, 1], 9113313123.3122]
---- Retained value to add in file: [1, 1, 0, 0, 1, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 0, 2, 2], [0, 1, 1, 0, 0, 1, 1, 0, 1, 1], 9113313123.3122]
+--- Raw result : [[0, 0, 0, 2, 2, 0, 3, 3], [1, 0, 0, 0, 1, 1, 0, 3, 3], 12916679575.549614]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 0, 3, 2], [2, 0, 0, 1, 1, 0, 0, 3, 2], 12915973068.348087]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 1, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 1, 2, 3], [0, 0, 0, 0, 1, 1, 1, 2, 3], 12914956612.775093]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 2, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 2, 1, 2], [1, 0, 0, 0, 0, 0, 1, 1, 2], 12914597354.635798]
+--- Retained value to add in file: [1, 1, 0, 0, 1, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 1, 0, 3, 3], [0, 1, 1, 0, 0, 1, 0, 3, 3], 12914461142.801043]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 0, 3, 3], [1, 0, 1, 0, 1, 1, 0, 3, 3], 12913407446.116796]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 3, 1, 3], [2, 1, 1, 0, 1, 0, 1, 1, 3], 12913358270.826622]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 0, 2, 1], [2, 0, 1, 1, 0, 0, 0, 2, 1], 12911855974.318872]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 3, 1, 3], [2, 1, 1, 1, 0, 0, 1, 1, 3], 12911675245.851768]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 0, 1, 1], [2, 1, 1, 0, 0, 0, 0, 1, 1], 12909674329.313274]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 0, 2, 1], [2, 0, 0, 1, 0, 1, 0, 2, 1], 12907275753.143446]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 0, 1, 3], [0, 0, 0, 0, 1, 1, 0, 1, 3], 12907168338.532349]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 0, 1, 1], [1, 0, 1, 1, 0, 1, 0, 1, 1], 12906272224.800808]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 1, 1, 2], [0, 0, 0, 0, 0, 0, 1, 1, 2], 12906232685.567177]
+--- Retained value to add in file: [0, 0, 3, 0, 0, 3, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 0, 3, 2, 3], [2, 0, 0, 1, 0, 0, 1, 2, 3], 12906179272.742994]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 0, 3, 2], [0, 1, 1, 1, 0, 0, 0, 3, 2], 12903693299.951485]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 0, 3, 2], [0, 0, 0, 1, 0, 0, 0, 3, 2], 12903255348.227325]
+--- Retained value to add in file: [2, 2, 0, 0, 2, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 2, 0, 3, 2], [1, 1, 1, 0, 0, 1, 0, 3, 2], 12902333079.577168]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 2, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 2, 0, 2], [1, 1, 0, 1, 0, 1, 1, 0, 2], 12902150006.168272]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 3, 0, 2], [2, 1, 0, 0, 1, 1, 1, 0, 2], 12901405354.225765]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 0, 3, 2], [2, 1, 0, 1, 0, 1, 0, 3, 2], 12900597198.91077]
+--- Retained value to add in file: [0, 0, 0, 0, 3, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 3, 3, 3, 0], [2, 0, 0, 0, 0, 1, 1, 3, 0], 12899364540.49975]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 0, 2, 1], [0, 0, 1, 0, 0, 0, 0, 2, 1], 12899186081.868462]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 0, 3, 2], [2, 0, 0, 0, 1, 1, 0, 3, 2], 12898393044.82787]
+--- Retained value to add in file: [3, 0, 3, 3, 0, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 0, 3, 0, 2], [2, 1, 0, 1, 1, 0, 1, 0, 2], 12898116244.056133]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 0, 3, 2], [0, 0, 0, 0, 0, 1, 0, 3, 2], 12897340865.530243]
+--- Retained value to add in file: [2, 0, 2, 2, 2, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 2, 2, 0, 3], [1, 1, 0, 1, 1, 1, 1, 0, 3], 12897229152.917171]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 0, 3, 3], [0, 1, 0, 0, 0, 1, 0, 3, 3], 12895040432.652136]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 0, 1, 2], [0, 0, 1, 1, 0, 0, 0, 1, 2], 12894485338.813488]
+--- Retained value to add in file: [0, 2, 0, 0, 2, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 2, 0, 1, 2], [1, 0, 1, 0, 0, 1, 0, 1, 2], 12894112856.53997]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 3, 1, 3], [2, 0, 0, 0, 1, 1, 1, 1, 3], 12892937358.707966]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 0, 0, 1, 2], [1, 1, 0, 1, 1, 0, 0, 1, 2], 12892258897.701277]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 3, 0, 1], [2, 1, 1, 0, 0, 0, 1, 0, 1], 12891949472.873806]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 0, 2, 3], [0, 1, 1, 0, 1, 0, 0, 2, 3], 12891782325.21259]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 1, 0, 2], [0, 1, 1, 1, 0, 1, 1, 0, 2], 12889787005.82516]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 1, 3, 3], [0, 0, 1, 0, 0, 1, 1, 3, 3], 12887700848.141802]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 1, 2, 0], [0, 1, 1, 1, 0, 0, 1, 2, 0], 12887696367.664547]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 0, 2, 3], [0, 0, 1, 0, 0, 0, 0, 2, 3], 12887251471.633879]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 0, 2, 1], [2, 0, 0, 1, 1, 0, 0, 2, 1], 12885364590.976118]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 2, 3, 0], [1, 1, 0, 0, 1, 0, 1, 3, 0], 12882295417.20436]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 0, 3, 3], [0, 0, 0, 0, 0, 1, 0, 3, 3], 12881835773.406023]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 3, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 3, 2, 3], [2, 0, 1, 0, 0, 0, 1, 2, 3], 12880639747.045715]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 3, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 3, 3, 3], [2, 1, 0, 0, 0, 0, 1, 3, 3], 12879316559.596739]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 0, 1, 1, 2], [0, 1, 0, 0, 1, 0, 1, 1, 2], 12878411455.169308]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 0, 2, 0], [2, 1, 1, 1, 0, 0, 0, 2, 0], 12876801642.974699]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 0, 2, 3], [1, 1, 1, 0, 1, 0, 0, 2, 3], 12876386549.476286]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 0, 3, 2], [2, 0, 1, 1, 0, 1, 0, 3, 2], 12876250229.039345]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 0, 3, 1], [1, 0, 1, 0, 1, 1, 0, 3, 1], 12873547203.318626]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 0, 1, 2], [2, 0, 1, 1, 1, 1, 0, 1, 2], 12871339322.717752]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 0, 3, 2], [0, 0, 1, 1, 0, 1, 0, 3, 2], 12868645438.753563]
+--- Retained value to add in file: [2, 0, 0, 0, 2, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 2, 0, 1, 2], [1, 1, 0, 0, 0, 1, 0, 1, 2], 12868268736.121456]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 0, 1, 2], [0, 1, 1, 1, 0, 0, 0, 1, 2], 12866875530.002419]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 2, 1, 3], [1, 1, 1, 1, 0, 0, 1, 1, 3], 12866495226.468632]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 0, 2, 1], [2, 1, 0, 0, 0, 0, 0, 2, 1], 12866385219.72787]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 0, 3, 2], [1, 1, 1, 1, 0, 0, 0, 3, 2], 12865149914.041737]
 --- Retained value to add in file: [1, 1, 0, 0, 1, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 0, 3, 2], [0, 1, 1, 0, 0, 1, 1, 0, 1, 1], 9113313123.3122]
---- Retained value to add in file: [1, 0, 1, 0, 1, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 0, 1, 1], [0, 1, 0, 1, 0, 0, 1, 0, 1, 1], 9109102174.444832]
---- Retained value to add in file: [1, 0, 1, 0, 1, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 0, 2, 1], [0, 1, 0, 1, 0, 0, 1, 0, 1, 1], 9109102174.444832]
---- Retained value to add in file: [1, 0, 1, 0, 1, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 0, 3, 1], [0, 1, 0, 1, 0, 0, 1, 0, 1, 1], 9109102174.444832]
---- Retained value to add in file: [1, 0, 1, 0, 1, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 1, 2, 0], [0, 1, 0, 1, 0, 1, 1, 1, 1, 0], 9108475080.83159]
---- Retained value to add in file: [0, 3, 3, 0, 3, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 3, 0, 1], [2, 0, 1, 1, 0, 0, 1, 1, 0, 1], 9106021559.910885]
---- Retained value to add in file: [0, 1, 1, 0, 1, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 0, 1, 1], [0, 0, 1, 1, 0, 0, 1, 0, 1, 1], 9104830687.478706]
---- Retained value to add in file: [0, 1, 1, 0, 1, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 0, 2, 1], [0, 0, 1, 1, 0, 0, 1, 0, 1, 1], 9104830687.478706]
---- Retained value to add in file: [0, 1, 1, 0, 1, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 0, 3, 1], [0, 0, 1, 1, 0, 0, 1, 0, 1, 1], 9104830687.478706]
---- Retained value to add in file: [0, 0, 3, 3, 3, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 0, 0, 1], [2, 0, 0, 1, 1, 0, 1, 0, 0, 1], 9098564378.681107]
---- Retained value to add in file: [1, 1, 0, 0, 1, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 1, 0, 3], [0, 1, 1, 0, 0, 2, 1, 1, 0, 1], 9095965528.309752]
---- Retained value to add in file: [2, 2, 0, 0, 0, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 2, 1, 1], [1, 1, 1, 0, 0, 0, 0, 1, 1, 1], 9091611500.617928]
---- Retained value to add in file: [2, 2, 0, 0, 0, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 2, 2, 1], [1, 1, 1, 0, 0, 0, 0, 1, 1, 1], 9091611500.617928]
---- Retained value to add in file: [2, 2, 0, 0, 0, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 2, 3, 1], [1, 1, 1, 0, 0, 0, 0, 1, 1, 1], 9091611500.617928]
---- Retained value to add in file: [0, 1, 1, 0, 0, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 1, 1, 3], [0, 0, 1, 1, 0, 2, 0, 1, 1, 1], 9079997059.855532]
---- Retained value to add in file: [0, 1, 1, 0, 0, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 1, 2, 3], [0, 0, 1, 1, 0, 2, 0, 1, 1, 1], 9079997059.855532]
---- Retained value to add in file: [0, 1, 1, 0, 0, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 1, 3, 3], [0, 0, 1, 1, 0, 2, 0, 1, 1, 1], 9079997059.855532]
---- Retained value to add in file: [0, 2, 0, 2, 2, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 0, 0, 2], [1, 0, 1, 0, 1, 1, 1, 0, 0, 1], 9075644162.876001]
---- Retained value to add in file: [2, 0, 0, 0, 0, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 2, 1, 2], [1, 1, 0, 0, 0, 1, 0, 1, 1, 1], 9073541877.60838]
---- Retained value to add in file: [2, 0, 0, 0, 0, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 2, 2, 2], [1, 1, 0, 0, 0, 1, 0, 1, 1, 1], 9073541877.60838]
---- Retained value to add in file: [2, 0, 0, 0, 0, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 2, 3, 2], [1, 1, 0, 0, 0, 1, 0, 1, 1, 1], 9073541877.60838]
---- Retained value to add in file: [0, 0, 0, 3, 3, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 3, 0, 3], [2, 0, 0, 0, 1, 2, 1, 1, 0, 1], 9070288429.337692]
---- Retained value to add in file: [3, 0, 0, 3, 0, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 3, 0, 2], [2, 1, 0, 0, 1, 1, 0, 1, 0, 1], 9066096886.19377]
---- Retained value to add in file: [2, 2, 0, 0, 2, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 0, 1, 3], [1, 1, 1, 0, 0, 2, 1, 0, 1, 1], 9064916921.095184]
---- Retained value to add in file: [2, 2, 0, 0, 2, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 0, 2, 3], [1, 1, 1, 0, 0, 2, 1, 0, 1, 1], 9064916921.095184]
---- Retained value to add in file: [2, 2, 0, 0, 2, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 0, 3, 3], [1, 1, 1, 0, 0, 2, 1, 0, 1, 1], 9064916921.095184]
+--- Raw result : [[1, 1, 0, 0, 1, 0, 3, 2], [0, 1, 1, 0, 0, 1, 0, 3, 2], 12863997246.530144]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 0, 1, 2], [0, 0, 0, 1, 0, 0, 0, 1, 2], 12863717396.478554]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 0, 2, 3], [2, 1, 0, 0, 0, 1, 0, 2, 3], 12863242316.573103]
+--- Retained value to add in file: [3, 0, 0, 3, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 0, 0, 2, 1], [2, 1, 0, 0, 1, 0, 0, 2, 1], 12862813099.587248]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 1, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 1, 3, 1], [0, 1, 0, 0, 1, 1, 1, 3, 1], 12860406510.219433]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 0, 3, 2], [2, 1, 1, 1, 0, 0, 0, 3, 2], 12860158558.896309]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 0, 3, 2], [0, 0, 0, 0, 1, 0, 0, 3, 2], 12859588858.77964]
+--- Retained value to add in file: [0, 2, 2, 2, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 0, 0, 2, 3], [1, 0, 1, 1, 1, 0, 0, 2, 3], 12857763275.461332]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 0, 1, 2], [0, 0, 1, 0, 1, 0, 0, 1, 2], 12857279872.020718]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 0, 2, 3], [2, 0, 1, 1, 1, 0, 0, 2, 3], 12857100787.638165]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 0, 3, 2], [0, 0, 1, 1, 0, 0, 0, 3, 2], 12856381834.012953]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 0, 1, 3], [0, 0, 0, 0, 0, 1, 0, 1, 3], 12856256526.639158]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 0, 3, 3], [2, 0, 0, 1, 1, 0, 0, 3, 3], 12856184211.939398]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 3, 0, 2], [2, 0, 1, 1, 1, 0, 1, 0, 2], 12853130771.404823]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 0, 3, 1], [0, 1, 0, 1, 1, 1, 0, 3, 1], 12851686285.493587]
+--- Retained value to add in file: [0, 0, 3, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 0, 0, 2, 2], [2, 0, 0, 1, 0, 0, 0, 2, 2], 12850993399.070217]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 0, 3, 1], [2, 0, 1, 1, 1, 0, 0, 3, 1], 12850776947.582104]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 0, 1, 1], [1, 0, 0, 1, 1, 1, 0, 1, 1], 12849816883.083523]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 0, 1, 2], [2, 1, 1, 0, 1, 1, 0, 1, 2], 12848701280.78068]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 0, 3, 2], [0, 1, 0, 0, 0, 1, 0, 3, 2], 12846974343.276539]
 --- Retained value to add in file: [1, 0, 1, 1, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 0, 1, 2], [0, 1, 0, 1, 1, 1, 0, 0, 1, 1], 9063057433.73037]
---- Retained value to add in file: [1, 0, 1, 1, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 0, 2, 2], [0, 1, 0, 1, 1, 1, 0, 0, 1, 1], 9063057433.73037]
---- Retained value to add in file: [1, 0, 1, 1, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 0, 3, 2], [0, 1, 0, 1, 1, 1, 0, 0, 1, 1], 9063057433.73037]
---- Retained value to add in file: [0, 0, 0, 2, 0, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 2, 1, 1], [1, 0, 0, 0, 1, 0, 0, 1, 1, 1], 9062062063.096325]
---- Retained value to add in file: [0, 0, 0, 2, 0, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 2, 2, 1], [1, 0, 0, 0, 1, 0, 0, 1, 1, 1], 9062062063.096325]
---- Retained value to add in file: [0, 0, 0, 2, 0, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 2, 3, 1], [1, 0, 0, 0, 1, 0, 0, 1, 1, 1], 9062062063.096325]
---- Retained value to add in file: [3, 0, 3, 0, 3, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 3, 0, 3], [2, 1, 0, 1, 0, 2, 1, 1, 0, 1], 9058141847.454073]
---- Retained value to add in file: [0, 0, 3, 0, 3, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 3, 1, 3], [2, 0, 0, 1, 0, 2, 1, 1, 1, 1], 9053243417.96988]
---- Retained value to add in file: [0, 0, 3, 0, 3, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 3, 2, 3], [2, 0, 0, 1, 0, 2, 1, 1, 1, 1], 9053243417.96988]
---- Retained value to add in file: [0, 0, 3, 0, 3, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 3, 3, 3], [2, 0, 0, 1, 0, 2, 1, 1, 1, 1], 9053243417.96988]
---- Retained value to add in file: [0, 0, 0, 1, 0, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 1, 1, 3], [0, 0, 0, 0, 1, 2, 0, 1, 1, 1], 9047420986.179792]
---- Retained value to add in file: [0, 0, 0, 1, 0, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 1, 2, 3], [0, 0, 0, 0, 1, 2, 0, 1, 1, 1], 9047420986.179792]
+--- Raw result : [[1, 0, 1, 1, 0, 0, 1, 2], [0, 1, 0, 1, 1, 0, 0, 1, 2], 12845929905.024532]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 3, 3, 1], [2, 0, 0, 0, 1, 0, 1, 3, 1], 12841304149.90345]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 0, 3, 3], [0, 1, 1, 0, 1, 0, 0, 3, 3], 12841268937.663912]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 0, 2, 3], [0, 0, 1, 0, 1, 0, 0, 2, 3], 12838851927.334396]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 3, 0, 2], [2, 0, 1, 1, 0, 1, 1, 0, 2], 12838581966.110527]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 2, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 2, 0, 2], [1, 1, 1, 0, 0, 0, 1, 0, 2], 12837645256.499092]
+--- Retained value to add in file: [3, 0, 0, 3, 0, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 0, 3, 3, 0], [2, 1, 0, 0, 1, 0, 1, 3, 0], 12835931898.425564]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 3, 0, 3], [2, 0, 1, 1, 1, 1, 1, 0, 3], 12835126365.659203]
+--- Retained value to add in file: [2, 2, 2, 2, 2, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 2, 0, 1, 3], [1, 1, 1, 1, 1, 1, 0, 1, 3], 12833978228.332478]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 0, 3, 2], [0, 0, 0, 0, 1, 1, 0, 3, 2], 12833932581.327244]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 0, 2, 1], [1, 0, 1, 0, 0, 0, 0, 2, 1], 12833738107.602945]
+--- Retained value to add in file: [3, 0, 3, 3, 0, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 0, 3, 0, 1], [2, 1, 0, 1, 1, 0, 1, 0, 1], 12832906106.60189]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 0, 1, 1], [2, 1, 1, 0, 1, 0, 0, 1, 1], 12832015082.726683]
+--- Retained value to add in file: [3, 0, 3, 3, 3, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 3, 3, 0, 3], [2, 1, 0, 1, 1, 1, 1, 0, 3], 12831235580.482105]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 1, 0, 2], [0, 1, 1, 1, 1, 0, 1, 0, 2], 12831133247.474314]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 1, 3, 2], [0, 0, 1, 0, 1, 1, 1, 3, 2], 12830921445.572315]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 0, 3, 2], [0, 0, 1, 1, 1, 1, 0, 3, 2], 12830836924.42809]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 1, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 1, 3, 1], [0, 0, 1, 0, 1, 1, 1, 3, 1], 12827712584.854744]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 0, 2, 1, 3], [1, 1, 0, 1, 1, 0, 1, 1, 3], 12825982048.572674]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 0, 3, 2], [0, 0, 0, 1, 1, 1, 0, 3, 2], 12825828047.80746]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 2, 0, 3], [1, 0, 1, 0, 1, 1, 1, 0, 3], 12825510121.95037]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 1, 0, 2], [0, 1, 0, 1, 1, 1, 1, 0, 2], 12824986206.862226]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 0, 2, 3], [2, 1, 1, 1, 0, 0, 0, 2, 3], 12824384657.693256]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 0, 1, 1], [0, 1, 1, 1, 0, 0, 0, 1, 1], 12823286203.318632]
+--- Retained value to add in file: [3, 0, 3, 3, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 0, 0, 1, 2], [2, 1, 0, 1, 1, 0, 0, 1, 2], 12821646505.772717]
+--- Retained value to add in file: [3, 0, 3, 3, 0, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 0, 3, 1, 0], [2, 1, 0, 1, 1, 0, 1, 1, 0], 12819748468.78838]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 0, 3, 2], [0, 1, 0, 1, 0, 1, 0, 3, 2], 12819312645.809818]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 0, 1, 2], [1, 1, 1, 0, 0, 0, 0, 1, 2], 12817950827.968575]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 1, 1, 2], [0, 0, 1, 0, 0, 0, 1, 1, 2], 12817501266.217403]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 3, 1, 3], [2, 0, 1, 1, 1, 0, 1, 1, 3], 12817498935.984215]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 0, 2, 3], [0, 1, 1, 1, 0, 0, 0, 2, 3], 12817318015.716702]
+--- Retained value to add in file: [0, 2, 0, 0, 2, 2, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 2, 2, 0, 2], [1, 0, 1, 0, 0, 1, 1, 0, 2], 12816932326.811043]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 0, 3, 1], [2, 1, 1, 0, 1, 1, 0, 3, 1], 12815988909.482094]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 3, 0, 2], [2, 1, 0, 1, 0, 1, 1, 0, 2], 12813822384.05682]
 --- Retained value to add in file: [0, 0, 0, 1, 0, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 1, 3, 3], [0, 0, 0, 0, 1, 2, 0, 1, 1, 1], 9047420986.179792]
---- Retained value to add in file: [0, 0, 0, 3, 0, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 3, 1, 2], [2, 0, 0, 0, 1, 1, 0, 1, 1, 1], 9045301033.182281]
---- Retained value to add in file: [0, 0, 0, 3, 0, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 3, 2, 2], [2, 0, 0, 0, 1, 1, 0, 1, 1, 1], 9045301033.182281]
---- Retained value to add in file: [0, 0, 0, 3, 0, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 3, 3, 2], [2, 0, 0, 0, 1, 1, 0, 1, 1, 1], 9045301033.182281]
---- Retained value to add in file: [0, 3, 3, 3, 0, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 3, 1, 0], [2, 0, 1, 1, 1, 0, 0, 1, 1, 0], 9044881814.814398]
---- Retained value to add in file: [1, 1, 0, 0, 1, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 1, 2, 0], [0, 1, 1, 0, 0, 1, 1, 1, 1, 0], 9040944606.609245]
---- Retained value to add in file: [2, 2, 0, 0, 2, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 2, 1, 0], [1, 1, 1, 0, 0, 0, 1, 1, 1, 0], 9038383809.697466]
---- Retained value to add in file: [1, 1, 0, 1, 0, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 1, 0, 2], [0, 1, 1, 0, 1, 1, 0, 1, 0, 1], 9035882650.870125]
---- Retained value to add in file: [0, 3, 3, 0, 3, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 0, 1, 1], [2, 0, 1, 1, 0, 0, 1, 0, 1, 1], 9027362039.45405]
---- Retained value to add in file: [0, 3, 3, 0, 3, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 0, 2, 1], [2, 0, 1, 1, 0, 0, 1, 0, 1, 1], 9027362039.45405]
---- Retained value to add in file: [0, 3, 3, 0, 3, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 0, 3, 1], [2, 0, 1, 1, 0, 0, 1, 0, 1, 1], 9027362039.45405]
---- Retained value to add in file: [1, 0, 1, 0, 0, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 1, 1, 1], [0, 1, 0, 1, 0, 0, 0, 1, 1, 1], 9026425598.999481]
---- Retained value to add in file: [1, 0, 1, 0, 0, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 1, 2, 1], [0, 1, 0, 1, 0, 0, 0, 1, 1, 1], 9026425598.999481]
+--- Raw result : [[0, 0, 0, 1, 0, 1, 3, 3], [0, 0, 0, 0, 1, 0, 1, 3, 3], 12813337576.557196]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 0, 3, 3], [0, 1, 0, 0, 0, 0, 0, 3, 3], 12811128736.07747]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 0, 3, 1], [1, 0, 1, 1, 0, 1, 0, 3, 1], 12810835939.804283]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 3, 0, 3], [2, 1, 1, 0, 1, 1, 1, 0, 3], 12808927748.996162]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 2, 1, 1], [1, 0, 0, 0, 1, 0, 1, 1, 1], 12808787702.41053]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 0, 2, 3], [1, 0, 0, 1, 1, 0, 0, 2, 3], 12808624794.375237]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 0, 1, 2], [1, 0, 0, 0, 0, 1, 0, 1, 2], 12806797772.780756]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 0, 3, 1], [2, 0, 1, 0, 1, 1, 0, 3, 1], 12806358464.788021]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 3, 2, 0], [2, 0, 0, 1, 1, 0, 1, 2, 0], 12806266058.943031]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 0, 3, 2], [1, 1, 0, 1, 0, 1, 0, 3, 2], 12805770696.455196]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 1, 0, 1], [0, 0, 1, 1, 1, 1, 1, 0, 1], 12805704242.575878]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 1, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 1, 3, 1], [0, 1, 1, 0, 1, 0, 1, 3, 1], 12805585001.917397]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 1, 2, 0], [0, 0, 0, 1, 1, 1, 1, 2, 0], 12804131555.472439]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 0, 3, 3], [1, 1, 1, 0, 1, 0, 0, 3, 3], 12802522317.376532]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 0, 3, 3], [0, 0, 0, 1, 0, 0, 0, 3, 3], 12802011262.900248]
+--- Retained value to add in file: [0, 2, 0, 2, 0, 2, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 0, 2, 0, 2], [1, 0, 1, 0, 1, 0, 1, 0, 2], 12802009040.733437]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 0, 2, 3], [2, 0, 1, 1, 0, 1, 0, 2, 3], 12800739726.947582]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 1, 0, 2], [0, 1, 1, 0, 1, 1, 1, 0, 2], 12799656146.452875]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 0, 3, 3], [0, 0, 0, 0, 1, 1, 0, 3, 3], 12795413048.197744]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 0, 0, 1, 2], [0, 1, 0, 0, 1, 0, 0, 1, 2], 12794260460.159052]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 1, 1, 3], [0, 1, 1, 1, 0, 1, 1, 1, 3], 12793722097.449512]
+--- Retained value to add in file: [2, 2, 2, 2, 2, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 2, 0, 0, 2], [1, 1, 1, 1, 1, 1, 0, 0, 2], 12793713763.162548]
+--- Retained value to add in file: [1, 1, 0, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 0, 0, 1, 2], [0, 1, 1, 0, 0, 0, 0, 1, 2], 12793365825.942623]
+--- Retained value to add in file: [0, 2, 0, 0, 2, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 2, 0, 3, 2], [1, 0, 1, 0, 0, 1, 0, 3, 2], 12792726588.818253]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 1, 1, 1], [0, 0, 0, 1, 0, 1, 1, 1, 1], 12791519756.549263]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 1, 2, 0], [0, 0, 1, 0, 1, 1, 1, 2, 0], 12791118220.219463]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 0, 3, 3], [0, 0, 0, 1, 1, 0, 0, 3, 3], 12790538739.00189]
+--- Retained value to add in file: [1, 1, 0, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 0, 0, 2, 3], [0, 1, 1, 0, 0, 0, 0, 2, 3], 12788400324.93692]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 0, 2, 1], [1, 0, 0, 1, 0, 0, 0, 2, 1], 12787849912.091047]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 2, 2, 0], [1, 0, 1, 0, 0, 0, 1, 2, 0], 12786406977.807722]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 1, 2, 0], [0, 1, 0, 0, 1, 1, 1, 2, 0], 12786172169.289776]
+--- Retained value to add in file: [0, 0, 0, 2, 2, 2, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 2, 2, 0, 2], [1, 0, 0, 0, 1, 1, 1, 0, 2], 12785001499.613796]
+--- Retained value to add in file: [0, 3, 0, 3, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 0, 0, 2, 1], [2, 0, 1, 0, 1, 0, 0, 2, 1], 12783519555.192606]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 3, 1, 3], [2, 1, 0, 0, 0, 1, 1, 1, 3], 12782551593.401493]
 --- Retained value to add in file: [1, 0, 1, 0, 0, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 1, 3, 1], [0, 1, 0, 1, 0, 0, 0, 1, 1, 1], 9026425598.999481]
---- Retained value to add in file: [0, 0, 0, 3, 3, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 3, 0, 1], [2, 0, 0, 0, 1, 0, 1, 1, 0, 1], 9026343207.946924]
---- Retained value to add in file: [3, 0, 0, 3, 0, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 3, 0, 3], [2, 1, 0, 0, 1, 2, 0, 1, 0, 1], 9023528196.82936]
---- Retained value to add in file: [0, 0, 0, 3, 3, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 0, 1, 2], [2, 0, 0, 0, 1, 1, 1, 0, 1, 1], 9021405760.254843]
---- Retained value to add in file: [0, 0, 0, 3, 3, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 0, 2, 2], [2, 0, 0, 0, 1, 1, 1, 0, 1, 1], 9021405760.254843]
---- Retained value to add in file: [0, 0, 0, 3, 3, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 0, 3, 2], [2, 0, 0, 0, 1, 1, 1, 0, 1, 1], 9021405760.254843]
---- Retained value to add in file: [1, 0, 1, 1, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 0, 1, 3], [0, 1, 0, 1, 1, 2, 0, 0, 1, 1], 9018714839.513292]
---- Retained value to add in file: [1, 0, 1, 1, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 0, 2, 3], [0, 1, 0, 1, 1, 2, 0, 0, 1, 1], 9018714839.513292]
---- Retained value to add in file: [1, 0, 1, 1, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 0, 3, 3], [0, 1, 0, 1, 1, 2, 0, 0, 1, 1], 9018714839.513292]
---- Retained value to add in file: [0, 1, 1, 1, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 0, 1, 2], [0, 0, 1, 1, 1, 1, 0, 0, 1, 1], 9012371049.692291]
---- Retained value to add in file: [0, 1, 1, 1, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 0, 2, 2], [0, 0, 1, 1, 1, 1, 0, 0, 1, 1], 9012371049.692291]
---- Retained value to add in file: [0, 1, 1, 1, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 0, 3, 2], [0, 0, 1, 1, 1, 1, 0, 0, 1, 1], 9012371049.692291]
---- Retained value to add in file: [0, 2, 0, 2, 0, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 2, 0, 2], [1, 0, 1, 0, 1, 1, 0, 1, 0, 1], 9008022163.341848]
---- Retained value to add in file: [0, 0, 2, 2, 2, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 0, 0, 1], [1, 0, 0, 1, 1, 0, 1, 0, 0, 1], 9007189938.252037]
---- Retained value to add in file: [0, 1, 1, 1, 1, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 0, 2, 0], [0, 0, 1, 1, 1, 1, 1, 0, 1, 0], 9004167360.678617]
---- Retained value to add in file: [0, 0, 0, 1, 0, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 1, 1, 2], [0, 0, 0, 0, 1, 1, 0, 1, 1, 1], 9003901096.066805]
---- Retained value to add in file: [0, 0, 0, 1, 0, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 1, 2, 2], [0, 0, 0, 0, 1, 1, 0, 1, 1, 1], 9003901096.066805]
---- Retained value to add in file: [0, 0, 0, 1, 0, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 1, 3, 2], [0, 0, 0, 0, 1, 1, 0, 1, 1, 1], 9003901096.066805]
---- Retained value to add in file: [0, 1, 1, 1, 1, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 0, 0, 1], [0, 0, 1, 1, 1, 0, 1, 0, 0, 1], 9003301256.570898]
---- Retained value to add in file: [1, 0, 1, 1, 1, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 0, 0, 3], [0, 1, 0, 1, 1, 2, 1, 0, 0, 1], 9000388408.516897]
---- Retained value to add in file: [3, 0, 3, 0, 3, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 3, 2, 0], [2, 1, 0, 1, 0, 1, 1, 1, 1, 0], 8999576575.489223]
---- Retained value to add in file: [0, 1, 1, 1, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 0, 1, 3], [0, 0, 1, 1, 1, 2, 0, 0, 1, 1], 8987021136.56784]
+--- Raw result : [[1, 0, 1, 0, 0, 1, 3, 1], [0, 1, 0, 1, 0, 0, 1, 3, 1], 12782474650.12353]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 0, 1, 2], [2, 1, 0, 1, 0, 1, 0, 1, 2], 12780253724.86456]
+--- Retained value to add in file: [2, 2, 2, 2, 2, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 2, 2, 0, 0], [1, 1, 1, 1, 1, 1, 1, 0, 0], 12778225248.816807]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 0, 3, 3], [1, 0, 0, 1, 1, 0, 0, 3, 3], 12777894271.30532]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 0, 3, 1], [0, 1, 1, 1, 0, 1, 0, 3, 1], 12777612907.768303]
+--- Retained value to add in file: [3, 3, 0, 0, 3, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 3, 0, 3, 2], [2, 1, 1, 0, 0, 1, 0, 3, 2], 12777526852.78141]
+--- Retained value to add in file: [3, 3, 0, 0, 3, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 3, 0, 1, 2], [2, 1, 1, 0, 0, 1, 0, 1, 2], 12777468047.005333]
 --- Retained value to add in file: [0, 1, 1, 1, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 0, 2, 3], [0, 0, 1, 1, 1, 2, 0, 0, 1, 1], 8987021136.56784]
+--- Raw result : [[0, 1, 1, 1, 0, 0, 2, 3], [0, 0, 1, 1, 1, 0, 0, 2, 3], 12777251518.527058]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 0, 2, 0], [1, 1, 1, 1, 0, 0, 0, 2, 0], 12776600550.017498]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 3, 0, 2], [2, 0, 1, 0, 1, 1, 1, 0, 2], 12776422621.552086]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 0, 2, 3], [2, 0, 0, 1, 0, 1, 0, 2, 3], 12775364597.520216]
+--- Retained value to add in file: [3, 0, 3, 3, 3, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 3, 0, 1, 1], [2, 1, 0, 1, 1, 1, 0, 1, 1], 12775360233.34808]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 0, 0, 3, 2], [0, 1, 0, 0, 1, 0, 0, 3, 2], 12775096830.134205]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 0, 3, 3], [1, 1, 1, 1, 0, 0, 0, 3, 3], 12774225487.080801]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 1, 0, 2], [0, 0, 1, 1, 0, 1, 1, 0, 2], 12771174488.83622]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 2, 0, 1], [1, 1, 1, 0, 0, 0, 1, 0, 1], 12770958408.415403]
+--- Retained value to add in file: [3, 0, 3, 3, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 0, 0, 3, 1], [2, 1, 0, 1, 1, 0, 0, 3, 1], 12768842305.99563]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 1, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 1, 3, 1], [0, 0, 0, 1, 1, 0, 1, 3, 1], 12768632283.063929]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 0, 2, 3], [0, 0, 1, 1, 0, 0, 0, 2, 3], 12767187377.136047]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 1, 3, 2], [0, 0, 0, 1, 0, 1, 1, 3, 2], 12766680479.76321]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 0, 3, 3], [0, 0, 1, 1, 0, 0, 0, 3, 3], 12766203952.369394]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 0, 2, 2], [2, 0, 0, 0, 1, 0, 0, 2, 2], 12766053078.395016]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 1, 3, 2], [0, 0, 0, 0, 1, 0, 1, 3, 2], 12765550260.397434]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 0, 2, 0], [0, 1, 1, 1, 0, 1, 0, 2, 0], 12764563354.318096]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 0, 2, 3], [1, 0, 0, 0, 1, 0, 0, 2, 3], 12764171584.354277]
+--- Retained value to add in file: [0, 2, 0, 2, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 0, 0, 3, 2], [1, 0, 1, 0, 1, 0, 0, 3, 2], 12761870074.030052]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 1, 2, 0], [0, 1, 0, 1, 0, 1, 1, 2, 0], 12760869264.322048]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 1, 2, 0], [0, 1, 0, 1, 1, 0, 1, 2, 0], 12760794137.264034]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 2, 0, 3], [1, 1, 1, 1, 0, 1, 1, 0, 3], 12759844465.044544]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 0, 2, 3], [1, 1, 0, 0, 1, 0, 0, 2, 3], 12757964210.539986]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 0, 3, 3], [0, 1, 0, 1, 0, 0, 0, 3, 3], 12756723931.276861]
+--- Retained value to add in file: [0, 1, 1, 1, 0, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 0, 1, 0, 2], [0, 0, 1, 1, 1, 0, 1, 0, 2], 12756447821.491508]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 0, 3, 3], [0, 1, 0, 1, 0, 1, 0, 3, 3], 12756343550.689804]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 2, 2, 0], [1, 0, 0, 0, 0, 1, 1, 2, 0], 12755595910.540321]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 0, 2, 3], [2, 1, 1, 0, 1, 0, 0, 2, 3], 12754737480.380276]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 2, 1, 1], [1, 0, 0, 1, 0, 0, 1, 1, 1], 12754102371.510872]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 1, 1, 3], [0, 1, 1, 0, 1, 1, 1, 1, 3], 12752807338.491169]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 0, 3, 1], [2, 0, 1, 1, 0, 1, 0, 3, 1], 12752719327.395794]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 0, 3, 2], [1, 1, 1, 0, 1, 0, 0, 3, 2], 12752471793.685276]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 0, 2, 3], [2, 0, 0, 1, 1, 0, 0, 2, 3], 12751919582.95535]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 3, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 3, 3, 2], [2, 0, 0, 0, 0, 0, 1, 3, 2], 12750276704.350838]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 3, 3, 0], [2, 1, 0, 0, 0, 0, 1, 3, 0], 12747305285.727213]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 2, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 2, 3, 1], [1, 0, 0, 0, 0, 0, 1, 3, 1], 12746606297.450783]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 0, 2, 1], [1, 0, 0, 0, 1, 0, 0, 2, 1], 12746579798.569426]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 0, 0, 1, 1], [1, 1, 0, 1, 1, 0, 0, 1, 1], 12743965940.546124]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 2, 0, 1], [1, 0, 1, 0, 1, 1, 1, 0, 1], 12743404447.594692]
+--- Retained value to add in file: [0, 0, 2, 0, 2, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 2, 2, 1, 3], [1, 0, 0, 1, 0, 1, 1, 1, 3], 12742295727.760113]
+--- Retained value to add in file: [2, 2, 0, 0, 2, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 2, 0, 2, 0], [1, 1, 1, 0, 0, 1, 0, 2, 0], 12742072352.645061]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 0, 1, 2], [2, 1, 1, 0, 1, 0, 0, 1, 2], 12739453739.44477]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 3, 0, 1], [2, 0, 1, 1, 1, 0, 1, 0, 1], 12738277389.781584]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 3, 3, 0], [2, 0, 1, 0, 0, 0, 1, 3, 0], 12738039255.527676]
+--- Retained value to add in file: [1, 1, 0, 0, 1, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 1, 1, 3, 0], [0, 1, 1, 0, 0, 1, 1, 3, 0], 12733696614.41714]
+--- Retained value to add in file: [2, 0, 0, 0, 2, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 2, 2, 1, 3], [1, 1, 0, 0, 0, 1, 1, 1, 3], 12729618630.47398]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 3, 3, 0], [2, 0, 0, 1, 1, 0, 1, 3, 0], 12728377039.593334]
+--- Retained value to add in file: [2, 2, 0, 0, 2, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 2, 0, 3, 3], [1, 1, 1, 0, 0, 1, 0, 3, 3], 12727930791.190603]
+--- Retained value to add in file: [1, 1, 0, 0, 1, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 1, 0, 1, 1], [0, 1, 1, 0, 0, 1, 0, 1, 1], 12727562719.63835]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 0, 1, 3], [0, 0, 0, 1, 1, 1, 0, 1, 3], 12726371680.390995]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 0, 3, 1], [1, 0, 0, 1, 1, 1, 0, 3, 1], 12725343197.154415]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 0, 1, 2], [0, 0, 1, 0, 0, 0, 0, 1, 2], 12724225827.867916]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 0, 3, 2], [0, 0, 0, 1, 0, 1, 0, 3, 2], 12723991876.918278]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 0, 2, 3], [1, 1, 1, 1, 0, 0, 0, 2, 3], 12722836845.784834]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 3, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 3, 0, 0], [2, 1, 1, 1, 1, 1, 1, 0, 0], 12721331953.32301]
+--- Retained value to add in file: [1, 1, 0, 0, 0, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 0, 1, 1, 1], [0, 1, 1, 0, 0, 0, 1, 1, 1], 12720464270.873823]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 0, 1, 2], [2, 0, 0, 1, 1, 1, 0, 1, 2], 12719204209.341946]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 1, 1, 3], [0, 1, 0, 1, 1, 1, 1, 1, 3], 12718003223.230877]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 1, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 1, 3, 1], [0, 0, 1, 0, 0, 1, 1, 3, 1], 12714976503.620388]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 0, 3, 2], [0, 1, 0, 1, 0, 0, 0, 3, 2], 12713531555.305271]
+--- Retained value to add in file: [0, 2, 0, 2, 0, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 0, 2, 1, 3], [1, 0, 1, 0, 1, 0, 1, 1, 3], 12712922077.536568]
 --- Retained value to add in file: [0, 1, 1, 1, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 0, 3, 3], [0, 0, 1, 1, 1, 2, 0, 0, 1, 1], 8987021136.56784]
---- Retained value to add in file: [0, 0, 2, 2, 2, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 2, 0, 0], [1, 0, 0, 1, 1, 1, 1, 1, 0, 0], 8984461034.226435]
---- Retained value to add in file: [1, 0, 1, 0, 1, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 1, 0, 1], [0, 1, 0, 1, 0, 0, 1, 1, 0, 1], 8983108496.50359]
---- Retained value to add in file: [0, 0, 3, 3, 0, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 3, 0, 2], [2, 0, 0, 1, 1, 1, 0, 1, 0, 1], 8979528754.732801]
---- Retained value to add in file: [0, 2, 2, 0, 0, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 2, 1, 1], [1, 0, 1, 1, 0, 0, 0, 1, 1, 1], 8978804455.238796]
---- Retained value to add in file: [0, 2, 2, 0, 0, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 2, 2, 1], [1, 0, 1, 1, 0, 0, 0, 1, 1, 1], 8978804455.238796]
---- Retained value to add in file: [0, 2, 2, 0, 0, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 2, 3, 1], [1, 0, 1, 1, 0, 0, 0, 1, 1, 1], 8978804455.238796]
+--- Raw result : [[0, 1, 1, 1, 0, 0, 3, 3], [0, 0, 1, 1, 1, 0, 0, 3, 3], 12711273698.623438]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 3, 1, 0], [2, 1, 0, 1, 0, 1, 1, 1, 0], 12711167138.026844]
+--- Retained value to add in file: [2, 2, 0, 0, 2, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 2, 0, 3, 1], [1, 1, 1, 0, 0, 1, 0, 3, 1], 12709905865.78556]
+--- Retained value to add in file: [0, 0, 0, 0, 3, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 3, 0, 2, 3], [2, 0, 0, 0, 0, 1, 0, 2, 3], 12709529913.940868]
+--- Retained value to add in file: [0, 2, 0, 2, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 0, 0, 2, 3], [1, 0, 1, 0, 1, 0, 0, 2, 3], 12709368347.710804]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 0, 3, 2], [0, 0, 1, 0, 0, 1, 0, 3, 2], 12708169238.905592]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 1, 2, 0], [0, 1, 1, 0, 1, 0, 1, 2, 0], 12706204023.192226]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 0, 3, 1], [2, 0, 0, 1, 1, 1, 0, 3, 1], 12703795284.825525]
+--- Retained value to add in file: [1, 1, 0, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 0, 0, 3, 3], [0, 1, 1, 0, 0, 0, 0, 3, 3], 12702332621.212267]
+--- Retained value to add in file: [3, 3, 0, 0, 3, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 3, 0, 3, 1], [2, 1, 1, 0, 0, 1, 0, 3, 1], 12702203238.554317]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 1, 3, 2], [0, 0, 0, 1, 1, 1, 1, 3, 2], 12698789038.780422]
+--- Retained value to add in file: [0, 3, 0, 0, 3, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 3, 3, 1, 3], [2, 0, 1, 0, 0, 1, 1, 1, 3], 12698227580.659407]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 0, 3, 3], [2, 1, 0, 1, 0, 1, 0, 3, 3], 12695898941.672127]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 0, 0, 3, 1], [1, 1, 0, 1, 1, 0, 0, 3, 1], 12695889855.357922]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 0, 3, 1], [0, 1, 1, 1, 1, 0, 0, 3, 1], 12694170106.484108]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 0, 3, 2], [0, 0, 1, 0, 1, 1, 0, 3, 2], 12689522827.724945]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 0, 3, 1], [2, 1, 1, 1, 0, 0, 0, 3, 1], 12689231046.708164]
 --- Retained value to add in file: [0, 1, 1, 0, 1, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 1, 3, 0], [0, 0, 1, 1, 0, 2, 1, 1, 1, 0], 8977786321.377878]
+--- Raw result : [[0, 1, 1, 0, 1, 1, 3, 0], [0, 0, 1, 1, 0, 1, 1, 3, 0], 12686514201.950846]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 0, 3, 3], [1, 1, 0, 0, 1, 0, 0, 3, 3], 12685533005.678665]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 1, 3, 2], [0, 0, 0, 0, 0, 1, 1, 3, 2], 12684860335.46645]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 2, 1, 0], [1, 1, 1, 0, 0, 0, 1, 1, 0], 12683522718.60099]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 0, 3, 2], [1, 0, 1, 1, 0, 0, 0, 3, 2], 12681608414.54535]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 0, 1, 2], [1, 0, 0, 1, 1, 0, 0, 1, 2], 12681038004.98695]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 0, 2, 0, 1], [1, 1, 0, 1, 1, 0, 1, 0, 1], 12680953470.829418]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 0, 1, 2], [0, 1, 0, 0, 0, 0, 0, 1, 2], 12677848546.39692]
+--- Retained value to add in file: [0, 0, 0, 0, 3, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 3, 3, 2, 0], [2, 0, 0, 0, 0, 1, 1, 2, 0], 12677591614.467999]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 0, 1, 3], [2, 1, 1, 1, 1, 1, 0, 1, 3], 12672918985.546543]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 1, 1, 1], [0, 0, 1, 0, 0, 1, 1, 1, 1], 12671573607.229628]
+--- Retained value to add in file: [2, 0, 0, 0, 2, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 2, 0, 3, 2], [1, 1, 0, 0, 0, 1, 0, 3, 2], 12669600324.442013]
+--- Retained value to add in file: [0, 3, 0, 0, 3, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 3, 0, 3, 2], [2, 0, 1, 0, 0, 1, 0, 3, 2], 12669326058.405256]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 1, 3, 3], [0, 0, 1, 0, 1, 1, 1, 3, 3], 12668379639.948599]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 0, 1, 3], [0, 1, 0, 0, 1, 1, 0, 1, 3], 12668171399.387074]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 2, 1, 3], [1, 0, 0, 0, 0, 1, 1, 1, 3], 12667003654.314503]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 0, 3, 3], [0, 0, 1, 0, 0, 0, 0, 3, 3], 12666165541.779959]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 3, 0, 3], [2, 1, 1, 1, 0, 1, 1, 0, 3], 12665937568.767784]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 0, 2, 0], [0, 1, 1, 1, 1, 0, 0, 2, 0], 12665516155.05151]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 3, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 3, 0, 0], [2, 1, 1, 1, 1, 0, 1, 0, 0], 12664211577.611885]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 2, 0, 3], [1, 0, 0, 1, 1, 1, 1, 0, 3], 12663472376.144047]
 --- Retained value to add in file: [0, 1, 1, 1, 0, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 1, 3, 0], [0, 0, 1, 1, 1, 2, 0, 1, 1, 0], 8973268652.45911]
---- Retained value to add in file: [0, 3, 3, 0, 3, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 0, 1, 2], [2, 0, 1, 1, 0, 1, 1, 0, 1, 1], 8973198332.082682]
---- Retained value to add in file: [0, 3, 3, 0, 3, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 0, 2, 2], [2, 0, 1, 1, 0, 1, 1, 0, 1, 1], 8973198332.082682]
---- Retained value to add in file: [0, 3, 3, 0, 3, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 0, 3, 2], [2, 0, 1, 1, 0, 1, 1, 0, 1, 1], 8973198332.082682]
---- Retained value to add in file: [2, 0, 0, 0, 0, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 2, 1, 3], [1, 1, 0, 0, 0, 2, 0, 1, 1, 1], 8966709518.474306]
---- Retained value to add in file: [2, 0, 0, 0, 0, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 2, 2, 3], [1, 1, 0, 0, 0, 2, 0, 1, 1, 1], 8966709518.474306]
---- Retained value to add in file: [2, 0, 0, 0, 0, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 2, 3, 3], [1, 1, 0, 0, 0, 2, 0, 1, 1, 1], 8966709518.474306]
---- Retained value to add in file: [3, 0, 3, 0, 3, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 3, 1, 0], [2, 1, 0, 1, 0, 0, 1, 1, 1, 0], 8964848041.184656]
---- Retained value to add in file: [3, 3, 0, 3, 3, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 0, 3, 0], [2, 1, 1, 0, 1, 2, 1, 0, 1, 0], 8960484864.180304]
---- Retained value to add in file: [1, 0, 1, 1, 0, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 1, 3, 0], [0, 1, 0, 1, 1, 2, 0, 1, 1, 0], 8957603209.576324]
---- Retained value to add in file: [0, 3, 0, 3, 3, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 0, 0, 2], [2, 0, 1, 0, 1, 1, 1, 0, 0, 1], 8957553039.63198]
---- Retained value to add in file: [3, 0, 3, 0, 0, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 3, 1, 1], [2, 1, 0, 1, 0, 0, 0, 1, 1, 1], 8956617017.57889]
---- Retained value to add in file: [3, 0, 3, 0, 0, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 3, 2, 1], [2, 1, 0, 1, 0, 0, 0, 1, 1, 1], 8956617017.57889]
---- Retained value to add in file: [3, 0, 3, 0, 0, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 3, 3, 1], [2, 1, 0, 1, 0, 0, 0, 1, 1, 1], 8956617017.57889]
---- Retained value to add in file: [2, 0, 0, 0, 2, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 2, 0, 2], [1, 1, 0, 0, 0, 1, 1, 1, 0, 1], 8955997867.346733]
---- Retained value to add in file: [2, 0, 0, 2, 2, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 0, 0, 2], [1, 1, 0, 0, 1, 1, 1, 0, 0, 1], 8955489792.570972]
---- Retained value to add in file: [0, 0, 0, 3, 3, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 0, 1, 1], [2, 0, 0, 0, 1, 0, 1, 0, 1, 1], 8952051155.428942]
+--- Raw result : [[0, 1, 1, 1, 0, 1, 3, 0], [0, 0, 1, 1, 1, 0, 1, 3, 0], 12663103930.697031]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 0, 3, 2], [1, 0, 0, 0, 0, 1, 0, 3, 2], 12662914899.270435]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 0, 3, 1], [0, 1, 1, 0, 1, 1, 0, 3, 1], 12660214190.486443]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 0, 3, 1], [1, 1, 0, 0, 1, 1, 0, 3, 1], 12659740118.88673]
+--- Retained value to add in file: [0, 3, 0, 3, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 0, 0, 3, 2], [2, 0, 1, 0, 1, 0, 0, 3, 2], 12659432963.446577]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 0, 2, 3], [0, 1, 0, 1, 0, 0, 0, 2, 3], 12659412075.612043]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 0, 3, 1], [0, 0, 1, 1, 1, 1, 0, 3, 1], 12658593973.178185]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 0, 3, 1], [2, 1, 0, 1, 0, 1, 0, 3, 1], 12658423904.379114]
+--- Retained value to add in file: [3, 0, 3, 3, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 0, 0, 1, 1], [2, 1, 0, 1, 1, 0, 0, 1, 1], 12655591584.408134]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 0, 3, 2], [2, 1, 1, 0, 1, 0, 0, 3, 2], 12653372545.712181]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 0, 2, 0], [0, 0, 1, 1, 1, 1, 0, 2, 0], 12652180660.704937]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 0, 3, 2], [0, 1, 1, 0, 1, 0, 0, 3, 2], 12648365548.29036]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 3, 0, 2], [2, 1, 1, 0, 0, 0, 1, 0, 2], 12643061565.660511]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 0, 2, 1, 0], [1, 1, 0, 1, 1, 0, 1, 1, 0], 12639026392.717949]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 0, 2, 2], [2, 0, 1, 0, 0, 0, 0, 2, 2], 12638130831.580708]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 0, 1, 2], [2, 1, 1, 0, 0, 0, 0, 1, 2], 12637579191.634739]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 0, 3, 3], [2, 1, 1, 1, 0, 0, 0, 3, 3], 12635993196.097132]
+--- Retained value to add in file: [2, 0, 2, 2, 2, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 2, 0, 1, 3], [1, 1, 0, 1, 1, 1, 0, 1, 3], 12635575627.395817]
+--- Retained value to add in file: [0, 0, 2, 0, 2, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 2, 0, 3, 2], [1, 0, 0, 1, 0, 1, 0, 3, 2], 12635474060.609951]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 0, 3, 3], [1, 1, 0, 1, 0, 1, 0, 3, 3], 12635377576.837292]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 1, 1, 1], [0, 0, 1, 0, 1, 0, 1, 1, 1], 12635357367.97476]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 2, 3, 0], [1, 0, 1, 0, 0, 0, 1, 3, 0], 12629886133.855263]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 0, 3, 2], [0, 0, 1, 0, 1, 0, 0, 3, 2], 12629018509.985594]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 1, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 1, 3, 1], [0, 0, 0, 1, 1, 1, 1, 3, 1], 12628891883.996456]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 0, 3, 3], [0, 0, 1, 1, 0, 1, 0, 3, 3], 12627965454.794413]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 0, 3, 2], [0, 1, 0, 0, 0, 0, 0, 3, 2], 12627471081.00647]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 0, 3, 3], [2, 1, 1, 0, 1, 0, 0, 3, 3], 12626963692.286516]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 1, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 1, 3, 1], [0, 0, 1, 0, 1, 0, 1, 3, 1], 12626763211.946705]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 0, 2, 0], [0, 1, 0, 1, 1, 1, 0, 2, 0], 12623517468.769497]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 1, 3, 3], [0, 0, 0, 0, 0, 1, 1, 3, 3], 12622852785.146734]
+--- Retained value to add in file: [0, 2, 0, 2, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 0, 0, 3, 3], [1, 0, 1, 0, 1, 0, 0, 3, 3], 12622471214.562777]
+--- Retained value to add in file: [0, 2, 0, 2, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 0, 0, 1, 2], [1, 0, 1, 0, 1, 0, 0, 1, 2], 12620744222.311028]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 2, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 2, 0, 2], [1, 0, 1, 1, 0, 0, 1, 0, 2], 12620176938.980354]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 0, 3, 3], [0, 0, 1, 0, 0, 1, 0, 3, 3], 12619128128.101442]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 0, 3, 3], [0, 0, 1, 0, 1, 0, 0, 3, 3], 12618645756.807596]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 1, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 1, 3, 1], [0, 1, 0, 0, 0, 1, 1, 3, 1], 12614775300.572626]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 0, 3, 0], [1, 0, 1, 1, 1, 1, 0, 3, 0], 12613416012.430141]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 2, 3, 0], [1, 0, 0, 0, 0, 1, 1, 3, 0], 12612081094.048641]
 --- Retained value to add in file: [0, 0, 0, 3, 3, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 0, 2, 1], [2, 0, 0, 0, 1, 0, 1, 0, 1, 1], 8952051155.428942]
---- Retained value to add in file: [0, 0, 0, 3, 3, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 0, 3, 1], [2, 0, 0, 0, 1, 0, 1, 0, 1, 1], 8952051155.428942]
---- Retained value to add in file: [1, 1, 1, 1, 0, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 1, 1, 0], [0, 1, 1, 1, 1, 0, 0, 1, 1, 0], 8942902086.264887]
---- Retained value to add in file: [0, 0, 0, 3, 0, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 3, 1, 3], [2, 0, 0, 0, 1, 2, 0, 1, 1, 1], 8941257491.320543]
---- Retained value to add in file: [0, 0, 0, 3, 0, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 3, 2, 3], [2, 0, 0, 0, 1, 2, 0, 1, 1, 1], 8941257491.320543]
---- Retained value to add in file: [0, 0, 0, 3, 0, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 3, 3, 3], [2, 0, 0, 0, 1, 2, 0, 1, 1, 1], 8941257491.320543]
---- Retained value to add in file: [1, 1, 0, 0, 1, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 1, 3, 0], [0, 1, 1, 0, 0, 2, 1, 1, 1, 0], 8940700390.641249]
---- Retained value to add in file: [0, 0, 0, 2, 2, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 2, 1, 0], [1, 0, 0, 0, 1, 0, 1, 1, 1, 0], 8932806995.120161]
---- Retained value to add in file: [1, 1, 0, 1, 1, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 0, 0, 2], [0, 1, 1, 0, 1, 1, 1, 0, 0, 1], 8932632718.947344]
+--- Raw result : [[0, 0, 0, 3, 3, 0, 2, 1], [2, 0, 0, 0, 1, 1, 0, 2, 1], 12609708151.987547]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 0, 3, 0], [2, 1, 1, 1, 1, 1, 0, 3, 0], 12608526994.580273]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 1, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 1, 1, 2], [0, 1, 0, 1, 0, 0, 1, 1, 2], 12607258006.099468]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 0, 3, 2], [2, 0, 0, 1, 0, 1, 0, 3, 2], 12604249284.043034]
+--- Retained value to add in file: [0, 3, 0, 0, 3, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 3, 0, 2, 3], [2, 0, 1, 0, 0, 1, 0, 2, 3], 12603679626.727943]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 1, 3, 3], [0, 0, 0, 1, 0, 1, 1, 3, 3], 12601906921.646301]
+--- Retained value to add in file: [3, 0, 3, 3, 3, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 3, 0, 1, 3], [2, 1, 0, 1, 1, 1, 0, 1, 3], 12598613948.28989]
+--- Retained value to add in file: [0, 0, 2, 0, 2, 2, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 2, 2, 0, 2], [1, 0, 0, 1, 0, 1, 1, 0, 2], 12598578732.564968]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 3, 1, 2], [2, 0, 1, 0, 0, 0, 1, 1, 2], 12596252466.083912]
 --- Retained value to add in file: [1, 0, 0, 0, 0, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 1, 1, 2], [0, 1, 0, 0, 0, 1, 0, 1, 1, 1], 8932116089.856424]
---- Retained value to add in file: [1, 0, 0, 0, 0, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 1, 2, 2], [0, 1, 0, 0, 0, 1, 0, 1, 1, 1], 8932116089.856424]
---- Retained value to add in file: [1, 0, 0, 0, 0, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 1, 3, 2], [0, 1, 0, 0, 0, 1, 0, 1, 1, 1], 8932116089.856424]
---- Retained value to add in file: [0, 1, 1, 0, 1, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 0, 1, 3], [0, 0, 1, 1, 0, 2, 1, 0, 1, 1], 8928230492.457153]
---- Retained value to add in file: [0, 1, 1, 0, 1, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 0, 2, 3], [0, 0, 1, 1, 0, 2, 1, 0, 1, 1], 8928230492.457153]
---- Retained value to add in file: [0, 1, 1, 0, 1, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 0, 3, 3], [0, 0, 1, 1, 0, 2, 1, 0, 1, 1], 8928230492.457153]
---- Retained value to add in file: [3, 0, 0, 3, 3, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 0, 0, 2], [2, 1, 0, 0, 1, 1, 1, 0, 0, 1], 8919893708.07561]
---- Retained value to add in file: [2, 2, 2, 2, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 0, 0, 1], [1, 1, 1, 1, 1, 0, 0, 0, 0, 1], 8918843371.826504]
---- Retained value to add in file: [1, 0, 1, 0, 1, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 1, 3, 0], [0, 1, 0, 1, 0, 2, 1, 1, 1, 0], 8918524387.609911]
---- Retained value to add in file: [3, 3, 0, 0, 3, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 3, 0, 1], [2, 1, 1, 0, 0, 0, 1, 1, 0, 1], 8916172556.935835]
---- Retained value to add in file: [0, 1, 1, 0, 1, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 1, 0, 1], [0, 0, 1, 1, 0, 0, 1, 1, 0, 1], 8916168584.217682]
---- Retained value to add in file: [1, 1, 0, 1, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 0, 1, 3], [0, 1, 1, 0, 1, 2, 0, 0, 1, 1], 8909140268.685154]
---- Retained value to add in file: [1, 1, 0, 1, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 0, 2, 3], [0, 1, 1, 0, 1, 2, 0, 0, 1, 1], 8909140268.685154]
---- Retained value to add in file: [1, 1, 0, 1, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 0, 3, 3], [0, 1, 1, 0, 1, 2, 0, 0, 1, 1], 8909140268.685154]
---- Retained value to add in file: [0, 0, 2, 2, 2, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 0, 0, 3], [1, 0, 0, 1, 1, 2, 1, 0, 0, 1], 8907156060.813343]
---- Retained value to add in file: [0, 2, 0, 2, 2, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 2, 0, 0], [1, 0, 1, 0, 1, 1, 1, 1, 0, 0], 8903365796.732332]
---- Retained value to add in file: [0, 2, 0, 2, 2, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 0, 0, 3], [1, 0, 1, 0, 1, 2, 1, 0, 0, 1], 8902080088.562557]
---- Retained value to add in file: [2, 2, 0, 2, 0, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 2, 1, 0], [1, 1, 1, 0, 1, 0, 0, 1, 1, 0], 8899670970.681047]
---- Retained value to add in file: [1, 1, 0, 0, 1, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 0, 1, 1], [0, 1, 1, 0, 0, 0, 1, 0, 1, 1], 8898474499.388678]
---- Retained value to add in file: [1, 1, 0, 0, 1, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 0, 2, 1], [0, 1, 1, 0, 0, 0, 1, 0, 1, 1], 8898474499.388678]
---- Retained value to add in file: [1, 1, 0, 0, 1, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 0, 3, 1], [0, 1, 1, 0, 0, 0, 1, 0, 1, 1], 8898474499.388678]
---- Retained value to add in file: [1, 0, 1, 0, 1, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 1, 1, 0], [0, 1, 0, 1, 0, 0, 1, 1, 1, 0], 8898076698.080814]
---- Retained value to add in file: [0, 0, 3, 3, 0, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 3, 0, 3], [2, 0, 0, 1, 1, 2, 0, 1, 0, 1], 8897161588.169508]
---- Retained value to add in file: [1, 0, 1, 0, 1, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 0, 1, 3], [0, 1, 0, 1, 0, 2, 1, 0, 1, 1], 8896062788.510017]
---- Retained value to add in file: [1, 0, 1, 0, 1, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 0, 2, 3], [0, 1, 0, 1, 0, 2, 1, 0, 1, 1], 8896062788.510017]
---- Retained value to add in file: [1, 0, 1, 0, 1, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 0, 3, 3], [0, 1, 0, 1, 0, 2, 1, 0, 1, 1], 8896062788.510017]
---- Retained value to add in file: [0, 1, 1, 0, 1, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 1, 1, 0], [0, 0, 1, 1, 0, 0, 1, 1, 1, 0], 8892007894.912302]
---- Retained value to add in file: [0, 3, 3, 0, 3, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 3, 0, 3], [2, 0, 1, 1, 0, 2, 1, 1, 0, 1], 8890531570.856745]
---- Retained value to add in file: [1, 1, 0, 1, 1, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 0, 0, 3], [0, 1, 1, 0, 1, 2, 1, 0, 0, 1], 8886115401.745052]
---- Retained value to add in file: [1, 0, 0, 0, 0, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 1, 1, 3], [0, 1, 0, 0, 0, 2, 0, 1, 1, 1], 8881571407.110195]
---- Retained value to add in file: [1, 0, 0, 0, 0, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 1, 2, 3], [0, 1, 0, 0, 0, 2, 0, 1, 1, 1], 8881571407.110195]
---- Retained value to add in file: [1, 0, 0, 0, 0, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 1, 3, 3], [0, 1, 0, 0, 0, 2, 0, 1, 1, 1], 8881571407.110195]
---- Retained value to add in file: [1, 1, 0, 0, 1, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 0, 1, 3], [0, 1, 1, 0, 0, 2, 1, 0, 1, 1], 8878764836.294828]
---- Retained value to add in file: [1, 1, 0, 0, 1, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 0, 2, 3], [0, 1, 1, 0, 0, 2, 1, 0, 1, 1], 8878764836.294828]
---- Retained value to add in file: [1, 1, 0, 0, 1, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 0, 3, 3], [0, 1, 1, 0, 0, 2, 1, 0, 1, 1], 8878764836.294828]
---- Retained value to add in file: [1, 1, 0, 1, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 0, 1, 2], [0, 1, 1, 0, 1, 1, 0, 0, 1, 1], 8871784053.345066]
---- Retained value to add in file: [1, 1, 0, 1, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 0, 2, 2], [0, 1, 1, 0, 1, 1, 0, 0, 1, 1], 8871784053.345066]
---- Retained value to add in file: [1, 1, 0, 1, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 0, 3, 2], [0, 1, 1, 0, 1, 1, 0, 0, 1, 1], 8871784053.345066]
---- Retained value to add in file: [1, 1, 0, 1, 0, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 1, 3, 0], [0, 1, 1, 0, 1, 2, 0, 1, 1, 0], 8865263626.829819]
---- Retained value to add in file: [2, 0, 0, 2, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 0, 1, 2], [1, 1, 0, 0, 1, 1, 0, 0, 1, 1], 8862240746.511955]
---- Retained value to add in file: [2, 0, 0, 2, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 0, 2, 2], [1, 1, 0, 0, 1, 1, 0, 0, 1, 1], 8862240746.511955]
+--- Raw result : [[1, 0, 0, 0, 0, 1, 1, 2], [0, 1, 0, 0, 0, 0, 1, 1, 2], 12595833137.126001]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 3, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 3, 2, 3], [2, 0, 0, 0, 0, 0, 1, 2, 3], 12593858949.661114]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 0, 1, 3], [1, 1, 1, 0, 1, 1, 0, 1, 3], 12592703632.984455]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 2, 1, 0], [1, 0, 1, 0, 1, 1, 1, 1, 0], 12591448353.291134]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 3, 1, 3], [2, 0, 0, 1, 0, 1, 1, 1, 3], 12590114406.18314]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 0, 3, 3], [1, 0, 0, 0, 1, 0, 0, 3, 3], 12588620090.72466]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 0, 1, 3], [0, 1, 1, 1, 1, 1, 0, 1, 3], 12588303182.602757]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 3, 2, 0], [2, 0, 1, 0, 0, 0, 1, 2, 0], 12585693546.129177]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 0, 2, 0], [1, 1, 1, 0, 1, 0, 0, 2, 0], 12581188137.877575]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 0, 3, 2], [2, 1, 0, 0, 0, 1, 0, 3, 2], 12578944144.542484]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 0, 3, 3], [1, 0, 1, 1, 0, 1, 0, 3, 3], 12578129701.726751]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 0, 1, 1], [0, 1, 1, 0, 1, 0, 0, 1, 1], 12578092059.461287]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 0, 1, 2], [2, 1, 0, 0, 1, 1, 0, 1, 2], 12577082533.088299]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 0, 3, 3], [0, 0, 0, 1, 1, 1, 0, 3, 3], 12574201660.844177]
+--- Retained value to add in file: [3, 0, 0, 3, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 0, 0, 2, 3], [2, 1, 0, 0, 1, 0, 0, 2, 3], 12572482958.335035]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 0, 1, 2], [1, 0, 1, 1, 0, 0, 0, 1, 2], 12570800065.685326]
 --- Retained value to add in file: [2, 0, 0, 2, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 0, 3, 2], [1, 1, 0, 0, 1, 1, 0, 0, 1, 1], 8862240746.511955]
---- Retained value to add in file: [0, 0, 0, 1, 1, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 0, 1, 2], [0, 0, 0, 0, 1, 1, 1, 0, 1, 1], 8858275395.211142]
---- Retained value to add in file: [0, 0, 0, 1, 1, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 0, 2, 2], [0, 0, 0, 0, 1, 1, 1, 0, 1, 1], 8858275395.211142]
---- Retained value to add in file: [0, 0, 0, 1, 1, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 0, 3, 2], [0, 0, 0, 0, 1, 1, 1, 0, 1, 1], 8858275395.211142]
---- Retained value to add in file: [0, 0, 0, 3, 3, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 3, 2, 0], [2, 0, 0, 0, 1, 1, 1, 1, 1, 0], 8858244115.505178]
---- Retained value to add in file: [0, 0, 0, 1, 1, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 1, 0, 2], [0, 0, 0, 0, 1, 1, 1, 1, 0, 1], 8856810502.722467]
---- Retained value to add in file: [2, 2, 2, 0, 2, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 0, 0, 2], [1, 1, 1, 1, 0, 1, 1, 0, 0, 1], 8852677206.40417]
---- Retained value to add in file: [1, 0, 1, 1, 0, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 1, 2, 0], [0, 1, 0, 1, 1, 1, 0, 1, 1, 0], 8850225615.652016]
---- Retained value to add in file: [0, 0, 0, 1, 1, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 1, 0, 3], [0, 0, 0, 0, 1, 2, 1, 1, 0, 1], 8846232385.300037]
---- Retained value to add in file: [3, 0, 3, 0, 0, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 3, 1, 3], [2, 1, 0, 1, 0, 2, 0, 1, 1, 1], 8843767235.90482]
---- Retained value to add in file: [3, 0, 3, 0, 0, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 3, 2, 3], [2, 1, 0, 1, 0, 2, 0, 1, 1, 1], 8843767235.90482]
---- Retained value to add in file: [3, 0, 3, 0, 0, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 3, 3, 3], [2, 1, 0, 1, 0, 2, 0, 1, 1, 1], 8843767235.90482]
---- Retained value to add in file: [3, 3, 0, 0, 3, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 3, 0, 3], [2, 1, 1, 0, 0, 2, 1, 1, 0, 1], 8842739938.96961]
---- Retained value to add in file: [0, 0, 2, 0, 2, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 2, 0, 2], [1, 0, 0, 1, 0, 1, 1, 1, 0, 1], 8835971321.26565]
---- Retained value to add in file: [1, 1, 0, 0, 0, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 1, 1, 1], [0, 1, 1, 0, 0, 0, 0, 1, 1, 1], 8835290992.323029]
---- Retained value to add in file: [1, 1, 0, 0, 0, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 1, 2, 1], [0, 1, 1, 0, 0, 0, 0, 1, 1, 1], 8835290992.323029]
+--- Raw result : [[2, 0, 0, 2, 0, 0, 3, 2], [1, 1, 0, 0, 1, 0, 0, 3, 2], 12570580480.359913]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 0, 3, 1], [1, 1, 1, 1, 0, 0, 0, 3, 1], 12569702741.249046]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 1, 1, 3], [0, 0, 0, 1, 1, 1, 1, 1, 3], 12567876692.224834]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 0, 3, 2], [0, 0, 1, 0, 0, 0, 0, 3, 2], 12567743268.872318]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 1, 1, 3], [0, 0, 1, 1, 0, 1, 1, 1, 3], 12566271871.09034]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 0, 3, 0], [1, 1, 1, 1, 0, 1, 0, 3, 0], 12566108560.663403]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 2, 1, 0], [1, 0, 0, 1, 1, 1, 1, 1, 0], 12564965746.572136]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 1, 1, 1], [0, 0, 0, 0, 1, 1, 1, 1, 1], 12561606543.454475]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 0, 3, 2], [1, 0, 0, 0, 1, 0, 0, 3, 2], 12560725031.902103]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 0, 3, 2], [2, 1, 0, 1, 0, 0, 0, 3, 2], 12560012453.235142]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 0, 2, 0], [0, 1, 1, 0, 1, 1, 0, 2, 0], 12558963312.481075]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 3, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 3, 3, 1], [2, 0, 0, 0, 0, 0, 1, 3, 1], 12552688994.985188]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 0, 3, 0], [0, 1, 1, 1, 1, 1, 0, 3, 0], 12550059017.103909]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 0, 1, 3], [0, 1, 0, 1, 1, 1, 0, 1, 3], 12547724786.330265]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 0, 3, 3], [0, 0, 1, 0, 1, 1, 0, 3, 3], 12543747815.434275]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 0, 1, 3], [1, 0, 1, 1, 1, 1, 0, 1, 3], 12543471412.919025]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 2, 0, 3], [1, 1, 1, 1, 1, 0, 1, 0, 3], 12536890081.680012]
+--- Retained value to add in file: [0, 1, 1, 1, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 0, 0, 3, 1], [0, 0, 1, 1, 1, 0, 0, 3, 1], 12535748220.042759]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 2, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 2, 0, 2], [1, 0, 0, 1, 1, 0, 1, 0, 2], 12531775649.851574]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 1, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 1, 3, 1], [0, 0, 0, 1, 0, 0, 1, 3, 1], 12531694414.37687]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 0, 1, 2], [2, 0, 1, 1, 1, 0, 0, 1, 2], 12530965267.039177]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 0, 3, 3], [0, 0, 1, 1, 1, 1, 0, 3, 3], 12529390988.203344]
+--- Retained value to add in file: [2, 0, 0, 0, 2, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 2, 0, 3, 3], [1, 1, 0, 0, 0, 1, 0, 3, 3], 12529164406.867905]
 --- Retained value to add in file: [1, 1, 0, 0, 0, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 1, 3, 1], [0, 1, 1, 0, 0, 0, 0, 1, 1, 1], 8835290992.323029]
---- Retained value to add in file: [0, 1, 1, 1, 0, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 1, 2, 0], [0, 0, 1, 1, 1, 1, 0, 1, 1, 0], 8833435506.958841]
---- Retained value to add in file: [0, 3, 0, 3, 0, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 3, 0, 3], [2, 0, 1, 0, 1, 2, 0, 1, 0, 1], 8829595523.906004]
---- Retained value to add in file: [0, 1, 1, 1, 1, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 0, 3, 0], [0, 0, 1, 1, 1, 2, 1, 0, 1, 0], 8827329421.916147]
---- Retained value to add in file: [3, 3, 3, 3, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 0, 2, 0], [2, 1, 1, 1, 1, 1, 0, 0, 1, 0], 8826526320.270067]
---- Retained value to add in file: [0, 0, 2, 2, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 0, 1, 2], [1, 0, 0, 1, 1, 1, 0, 0, 1, 1], 8817529209.94474]
---- Retained value to add in file: [0, 0, 2, 2, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 0, 2, 2], [1, 0, 0, 1, 1, 1, 0, 0, 1, 1], 8817529209.94474]
---- Retained value to add in file: [0, 0, 2, 2, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 0, 3, 2], [1, 0, 0, 1, 1, 1, 0, 0, 1, 1], 8817529209.94474]
---- Retained value to add in file: [0, 3, 0, 3, 0, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 3, 0, 2], [2, 0, 1, 0, 1, 1, 0, 1, 0, 1], 8813220310.915493]
---- Retained value to add in file: [0, 2, 0, 2, 2, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 0, 0, 1], [1, 0, 1, 0, 1, 0, 1, 0, 0, 1], 8811440550.669361]
---- Retained value to add in file: [3, 3, 0, 0, 0, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 3, 1, 2], [2, 1, 1, 0, 0, 1, 0, 1, 1, 1], 8810199977.065973]
---- Retained value to add in file: [3, 3, 0, 0, 0, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 3, 2, 2], [2, 1, 1, 0, 0, 1, 0, 1, 1, 1], 8810199977.065973]
---- Retained value to add in file: [3, 3, 0, 0, 0, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 3, 3, 2], [2, 1, 1, 0, 0, 1, 0, 1, 1, 1], 8810199977.065973]
---- Retained value to add in file: [1, 0, 1, 1, 1, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 0, 0, 1], [0, 1, 0, 1, 1, 0, 1, 0, 0, 1], 8806406775.581503]
---- Retained value to add in file: [3, 3, 0, 3, 0, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 3, 1, 0], [2, 1, 1, 0, 1, 0, 0, 1, 1, 0], 8804573710.80718]
---- Retained value to add in file: [0, 3, 0, 3, 3, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 0, 0, 1], [2, 0, 1, 0, 1, 0, 1, 0, 0, 1], 8801026049.142357]
---- Retained value to add in file: [3, 3, 0, 0, 3, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 0, 1, 2], [2, 1, 1, 0, 0, 1, 1, 0, 1, 1], 8799706852.51716]
---- Retained value to add in file: [3, 3, 0, 0, 3, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 0, 2, 2], [2, 1, 1, 0, 0, 1, 1, 0, 1, 1], 8799706852.51716]
---- Retained value to add in file: [3, 3, 0, 0, 3, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 0, 3, 2], [2, 1, 1, 0, 0, 1, 1, 0, 1, 1], 8799706852.51716]
---- Retained value to add in file: [2, 0, 0, 0, 2, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 2, 0, 3], [1, 1, 0, 0, 0, 2, 1, 1, 0, 1], 8787941455.78393]
---- Retained value to add in file: [2, 0, 0, 2, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 0, 1, 3], [1, 1, 0, 0, 1, 2, 0, 0, 1, 1], 8785395086.043575]
---- Retained value to add in file: [2, 0, 0, 2, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 0, 2, 3], [1, 1, 0, 0, 1, 2, 0, 0, 1, 1], 8785395086.043575]
---- Retained value to add in file: [2, 0, 0, 2, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 0, 3, 3], [1, 1, 0, 0, 1, 2, 0, 0, 1, 1], 8785395086.043575]
---- Retained value to add in file: [0, 1, 1, 1, 1, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 0, 1, 0], [0, 0, 1, 1, 1, 0, 1, 0, 1, 0], 8782636683.91398]
---- Retained value to add in file: [3, 0, 0, 3, 3, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 0, 0, 1], [2, 1, 0, 0, 1, 0, 1, 0, 0, 1], 8780937159.867558]
---- Retained value to add in file: [0, 2, 0, 0, 2, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 2, 0, 2], [1, 0, 1, 0, 0, 1, 1, 1, 0, 1], 8778048724.503187]
---- Retained value to add in file: [1, 1, 0, 0, 1, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 1, 0, 1], [0, 1, 1, 0, 0, 0, 1, 1, 0, 1], 8776232344.924978]
---- Retained value to add in file: [2, 0, 0, 2, 2, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 0, 0, 3], [1, 1, 0, 0, 1, 2, 1, 0, 0, 1], 8776156568.58027]
---- Retained value to add in file: [2, 0, 0, 2, 2, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 2, 0, 0], [1, 1, 0, 0, 1, 1, 1, 1, 0, 0], 8769669851.99767]
---- Retained value to add in file: [2, 0, 0, 0, 2, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 0, 1, 2], [1, 1, 0, 0, 0, 1, 1, 0, 1, 1], 8767769435.04728]
---- Retained value to add in file: [2, 0, 0, 0, 2, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 0, 2, 2], [1, 1, 0, 0, 0, 1, 1, 0, 1, 1], 8767769435.04728]
---- Retained value to add in file: [2, 0, 0, 0, 2, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 0, 3, 2], [1, 1, 0, 0, 0, 1, 1, 0, 1, 1], 8767769435.04728]
---- Retained value to add in file: [0, 3, 3, 0, 3, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 3, 2, 0], [2, 0, 1, 1, 0, 1, 1, 1, 1, 0], 8767127744.04097]
---- Retained value to add in file: [2, 0, 0, 2, 0, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 2, 3, 0], [1, 1, 0, 0, 1, 2, 0, 1, 1, 0], 8766244500.096922]
---- Retained value to add in file: [2, 2, 2, 0, 0, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 2, 0, 3], [1, 1, 1, 1, 0, 2, 0, 1, 0, 1], 8766016745.00496]
+--- Raw result : [[1, 1, 0, 0, 0, 1, 3, 1], [0, 1, 1, 0, 0, 0, 1, 3, 1], 12527122845.033802]
 --- Retained value to add in file: [3, 3, 0, 0, 3, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 0, 1, 1], [2, 1, 1, 0, 0, 0, 1, 0, 1, 1], 8763233124.539577]
---- Retained value to add in file: [3, 3, 0, 0, 3, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 0, 2, 1], [2, 1, 1, 0, 0, 0, 1, 0, 1, 1], 8763233124.539577]
---- Retained value to add in file: [3, 3, 0, 0, 3, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 0, 3, 1], [2, 1, 1, 0, 0, 0, 1, 0, 1, 1], 8763233124.539577]
---- Retained value to add in file: [0, 0, 3, 3, 3, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 3, 0, 0], [2, 0, 0, 1, 1, 2, 1, 1, 0, 0], 8747433947.234655]
---- Retained value to add in file: [1, 1, 0, 0, 1, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 1, 1, 0], [0, 1, 1, 0, 0, 0, 1, 1, 1, 0], 8741499136.537888]
---- Retained value to add in file: [2, 2, 2, 0, 0, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 2, 0, 2], [1, 1, 1, 1, 0, 1, 0, 1, 0, 1], 8737546375.357922]
---- Retained value to add in file: [0, 0, 3, 3, 3, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 0, 0, 3], [2, 0, 0, 1, 1, 2, 1, 0, 0, 1], 8730016571.373903]
---- Retained value to add in file: [2, 0, 0, 0, 0, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 2, 1, 1], [1, 1, 0, 0, 0, 0, 0, 1, 1, 1], 8726069322.706202]
---- Retained value to add in file: [2, 0, 0, 0, 0, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 2, 2, 1], [1, 1, 0, 0, 0, 0, 0, 1, 1, 1], 8726069322.706202]
---- Retained value to add in file: [2, 0, 0, 0, 0, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 2, 3, 1], [1, 1, 0, 0, 0, 0, 0, 1, 1, 1], 8726069322.706202]
---- Retained value to add in file: [3, 3, 3, 0, 3, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 0, 0, 2], [2, 1, 1, 1, 0, 1, 1, 0, 0, 1], 8724916388.374718]
---- Retained value to add in file: [2, 2, 2, 2, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 0, 2, 0], [1, 1, 1, 1, 1, 1, 0, 0, 1, 0], 8723509219.936255]
---- Retained value to add in file: [2, 2, 2, 0, 2, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 2, 0, 0], [1, 1, 1, 1, 0, 1, 1, 1, 0, 0], 8720076067.514559]
---- Retained value to add in file: [0, 1, 1, 1, 1, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 1, 0, 0], [0, 0, 1, 1, 1, 0, 1, 1, 0, 0], 8713338325.77977]
---- Retained value to add in file: [3, 3, 3, 0, 3, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 0, 0, 1], [2, 1, 1, 1, 0, 0, 1, 0, 0, 1], 8711640378.38676]
---- Retained value to add in file: [1, 0, 1, 1, 1, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 0, 2, 0], [0, 1, 0, 1, 1, 1, 1, 0, 1, 0], 8710406518.918934]
---- Retained value to add in file: [0, 0, 2, 0, 2, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 0, 1, 1], [1, 0, 0, 1, 0, 0, 1, 0, 1, 1], 8708564530.82464]
---- Retained value to add in file: [0, 0, 2, 0, 2, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 0, 2, 1], [1, 0, 0, 1, 0, 0, 1, 0, 1, 1], 8708564530.82464]
---- Retained value to add in file: [0, 0, 2, 0, 2, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 0, 3, 1], [1, 0, 0, 1, 0, 0, 1, 0, 1, 1], 8708564530.82464]
---- Retained value to add in file: [2, 0, 0, 0, 2, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 2, 0, 1], [1, 1, 0, 0, 0, 0, 1, 1, 0, 1], 8705531628.31719]
---- Retained value to add in file: [0, 1, 1, 0, 0, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 1, 1, 1], [0, 0, 1, 1, 0, 0, 0, 1, 1, 1], 8704768241.761164]
---- Retained value to add in file: [0, 1, 1, 0, 0, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 1, 2, 1], [0, 0, 1, 1, 0, 0, 0, 1, 1, 1], 8704768241.761164]
---- Retained value to add in file: [0, 1, 1, 0, 0, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 1, 3, 1], [0, 0, 1, 1, 0, 0, 0, 1, 1, 1], 8704768241.761164]
---- Retained value to add in file: [2, 2, 2, 2, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 0, 3, 0], [1, 1, 1, 1, 1, 2, 0, 0, 1, 0], 8702395192.252804]
---- Retained value to add in file: [0, 2, 0, 2, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 0, 1, 2], [1, 0, 1, 0, 1, 1, 0, 0, 1, 1], 8699807287.338171]
---- Retained value to add in file: [0, 2, 0, 2, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 0, 2, 2], [1, 0, 1, 0, 1, 1, 0, 0, 1, 1], 8699807287.338171]
---- Retained value to add in file: [0, 2, 0, 2, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 0, 3, 2], [1, 0, 1, 0, 1, 1, 0, 0, 1, 1], 8699807287.338171]
---- Retained value to add in file: [2, 0, 0, 2, 2, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 0, 0, 1], [1, 1, 0, 0, 1, 0, 1, 0, 0, 1], 8699130567.905163]
---- Retained value to add in file: [2, 2, 2, 0, 2, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 0, 0, 1], [1, 1, 1, 1, 0, 0, 1, 0, 0, 1], 8697083455.940628]
---- Retained value to add in file: [0, 0, 2, 0, 2, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 0, 1, 2], [1, 0, 0, 1, 0, 1, 1, 0, 1, 1], 8695467241.798471]
---- Retained value to add in file: [0, 0, 2, 0, 2, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 0, 2, 2], [1, 0, 0, 1, 0, 1, 1, 0, 1, 1], 8695467241.798471]
---- Retained value to add in file: [0, 0, 2, 0, 2, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 0, 3, 2], [1, 0, 0, 1, 0, 1, 1, 0, 1, 1], 8695467241.798471]
---- Retained value to add in file: [0, 3, 0, 3, 3, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 3, 0, 0], [2, 0, 1, 0, 1, 2, 1, 1, 0, 0], 8694944153.147474]
---- Retained value to add in file: [2, 0, 0, 0, 2, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 0, 1, 1], [1, 1, 0, 0, 0, 0, 1, 0, 1, 1], 8692469748.50166]
---- Retained value to add in file: [2, 0, 0, 0, 2, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 0, 2, 1], [1, 1, 0, 0, 0, 0, 1, 0, 1, 1], 8692469748.50166]
---- Retained value to add in file: [2, 0, 0, 0, 2, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 0, 3, 1], [1, 1, 0, 0, 0, 0, 1, 0, 1, 1], 8692469748.50166]
---- Retained value to add in file: [0, 3, 3, 0, 3, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 3, 1, 0], [2, 0, 1, 1, 0, 0, 1, 1, 1, 0], 8686782659.952242]
---- Retained value to add in file: [2, 0, 0, 0, 2, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 2, 2, 0], [1, 1, 0, 0, 0, 1, 1, 1, 1, 0], 8684583305.520485]
---- Retained value to add in file: [1, 1, 0, 1, 0, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 1, 2, 0], [0, 1, 1, 0, 1, 1, 0, 1, 1, 0], 8683972620.475119]
---- Retained value to add in file: [0, 0, 2, 2, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 0, 1, 3], [1, 0, 0, 1, 1, 2, 0, 0, 1, 1], 8681535126.857533]
---- Retained value to add in file: [0, 0, 2, 2, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 0, 2, 3], [1, 0, 0, 1, 1, 2, 0, 0, 1, 1], 8681535126.857533]
---- Retained value to add in file: [0, 0, 2, 2, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 0, 3, 3], [1, 0, 0, 1, 1, 2, 0, 0, 1, 1], 8681535126.857533]
---- Retained value to add in file: [0, 0, 0, 3, 3, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 3, 3, 0], [2, 0, 0, 0, 1, 2, 1, 1, 1, 0], 8677329016.710455]
---- Retained value to add in file: [0, 0, 2, 0, 0, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 2, 1, 2], [1, 0, 0, 1, 0, 1, 0, 1, 1, 1], 8675005854.686007]
---- Retained value to add in file: [0, 0, 2, 0, 0, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 2, 2, 2], [1, 0, 0, 1, 0, 1, 0, 1, 1, 1], 8675005854.686007]
---- Retained value to add in file: [0, 0, 2, 0, 0, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 2, 3, 2], [1, 0, 0, 1, 0, 1, 0, 1, 1, 1], 8675005854.686007]
---- Retained value to add in file: [0, 0, 0, 3, 0, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 3, 1, 1], [2, 0, 0, 0, 1, 0, 0, 1, 1, 1], 8674912063.308699]
---- Retained value to add in file: [0, 0, 0, 3, 0, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 3, 2, 1], [2, 0, 0, 0, 1, 0, 0, 1, 1, 1], 8674912063.308699]
---- Retained value to add in file: [0, 0, 0, 3, 0, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 3, 3, 1], [2, 0, 0, 0, 1, 0, 0, 1, 1, 1], 8674912063.308699]
---- Retained value to add in file: [3, 0, 3, 3, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 0, 0, 2], [2, 1, 0, 1, 1, 1, 0, 0, 0, 1], 8673895769.221245]
---- Retained value to add in file: [0, 0, 2, 2, 2, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 0, 2, 0], [1, 0, 0, 1, 1, 1, 1, 0, 1, 0], 8671661042.584991]
---- Retained value to add in file: [2, 0, 0, 2, 0, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 2, 2, 0], [1, 1, 0, 0, 1, 1, 0, 1, 1, 0], 8671248194.364328]
---- Retained value to add in file: [0, 0, 2, 2, 0, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 2, 3, 0], [1, 0, 0, 1, 1, 2, 0, 1, 1, 0], 8668781942.214952]
---- Retained value to add in file: [0, 2, 0, 0, 2, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 2, 0, 3], [1, 0, 1, 0, 0, 2, 1, 1, 0, 1], 8665174618.920763]
---- Retained value to add in file: [3, 3, 0, 0, 3, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 3, 2, 0], [2, 1, 1, 0, 0, 1, 1, 1, 1, 0], 8663693073.520096]
---- Retained value to add in file: [0, 2, 0, 2, 0, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 2, 3, 0], [1, 0, 1, 0, 1, 2, 0, 1, 1, 0], 8663345393.66505]
---- Retained value to add in file: [0, 2, 0, 2, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 0, 1, 3], [1, 0, 1, 0, 1, 2, 0, 0, 1, 1], 8661012444.361797]
---- Retained value to add in file: [0, 2, 0, 2, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 0, 2, 3], [1, 0, 1, 0, 1, 2, 0, 0, 1, 1], 8661012444.361797]
---- Retained value to add in file: [0, 2, 0, 2, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 0, 3, 3], [1, 0, 1, 0, 1, 2, 0, 0, 1, 1], 8661012444.361797]
---- Retained value to add in file: [0, 0, 0, 1, 1, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 0, 1, 1], [0, 0, 0, 0, 1, 0, 1, 0, 1, 1], 8658589336.975084]
---- Retained value to add in file: [0, 0, 0, 1, 1, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 0, 2, 1], [0, 0, 0, 0, 1, 0, 1, 0, 1, 1], 8658589336.975084]
---- Retained value to add in file: [0, 0, 0, 1, 1, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 0, 3, 1], [0, 0, 0, 0, 1, 0, 1, 0, 1, 1], 8658589336.975084]
---- Retained value to add in file: [0, 3, 0, 3, 3, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 0, 0, 3], [2, 0, 1, 0, 1, 2, 1, 0, 0, 1], 8654706127.667305]
---- Retained value to add in file: [0, 0, 2, 0, 2, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 2, 0, 1], [1, 0, 0, 1, 0, 0, 1, 1, 0, 1], 8653329816.455963]
---- Retained value to add in file: [0, 0, 0, 1, 1, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 0, 1, 3], [0, 0, 0, 0, 1, 2, 1, 0, 1, 1], 8645825140.754448]
---- Retained value to add in file: [0, 0, 0, 1, 1, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 0, 2, 3], [0, 0, 0, 0, 1, 2, 1, 0, 1, 1], 8645825140.754448]
---- Retained value to add in file: [0, 0, 0, 1, 1, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 0, 3, 3], [0, 0, 0, 0, 1, 2, 1, 0, 1, 1], 8645825140.754448]
---- Retained value to add in file: [3, 0, 0, 3, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 0, 1, 2], [2, 1, 0, 0, 1, 1, 0, 0, 1, 1], 8642067661.245457]
---- Retained value to add in file: [3, 0, 0, 3, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 0, 2, 2], [2, 1, 0, 0, 1, 1, 0, 0, 1, 1], 8642067661.245457]
---- Retained value to add in file: [3, 0, 0, 3, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 0, 3, 2], [2, 1, 0, 0, 1, 1, 0, 0, 1, 1], 8642067661.245457]
---- Retained value to add in file: [3, 3, 0, 0, 0, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 3, 1, 3], [2, 1, 1, 0, 0, 2, 0, 1, 1, 1], 8641779246.425043]
---- Retained value to add in file: [3, 3, 0, 0, 0, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 3, 2, 3], [2, 1, 1, 0, 0, 2, 0, 1, 1, 1], 8641779246.425043]
---- Retained value to add in file: [3, 3, 0, 0, 0, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 3, 3, 3], [2, 1, 1, 0, 0, 2, 0, 1, 1, 1], 8641779246.425043]
---- Retained value to add in file: [0, 0, 0, 3, 3, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 3, 1, 0], [2, 0, 0, 0, 1, 0, 1, 1, 1, 0], 8636724220.923552]
---- Retained value to add in file: [0, 0, 0, 3, 3, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 0, 1, 3], [2, 0, 0, 0, 1, 2, 1, 0, 1, 1], 8636358387.371988]
---- Retained value to add in file: [0, 0, 0, 3, 3, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 0, 2, 3], [2, 0, 0, 0, 1, 2, 1, 0, 1, 1], 8636358387.371988]
---- Retained value to add in file: [0, 0, 0, 3, 3, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 0, 3, 3], [2, 0, 0, 0, 1, 2, 1, 0, 1, 1], 8636358387.371988]
---- Retained value to add in file: [1, 0, 1, 1, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 0, 1, 1], [0, 1, 0, 1, 1, 0, 0, 0, 1, 1], 8632664462.808855]
---- Retained value to add in file: [1, 0, 1, 1, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 0, 2, 1], [0, 1, 0, 1, 1, 0, 0, 0, 1, 1], 8632664462.808855]
+--- Raw result : [[3, 3, 0, 0, 3, 0, 1, 1], [2, 1, 1, 0, 0, 1, 0, 1, 1], 12526938665.0063]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 0, 1, 3], [0, 1, 1, 0, 1, 1, 0, 1, 3], 12521987487.623177]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 0, 3, 3], [0, 0, 0, 1, 0, 1, 0, 3, 3], 12518507983.664564]
+--- Retained value to add in file: [0, 2, 2, 2, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 0, 0, 2, 0], [1, 0, 1, 1, 1, 0, 0, 2, 0], 12518330787.834927]
+--- Retained value to add in file: [3, 0, 3, 3, 3, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 3, 0, 2, 0], [2, 1, 0, 1, 1, 1, 0, 2, 0], 12516497829.246365]
+--- Retained value to add in file: [0, 3, 0, 0, 3, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 3, 0, 3, 1], [2, 0, 1, 0, 0, 1, 0, 3, 1], 12515124602.884754]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 2, 1, 0], [1, 1, 0, 1, 0, 1, 1, 1, 0], 12514941863.40754]
+--- Retained value to add in file: [0, 0, 0, 0, 3, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 3, 0, 2, 1], [2, 0, 0, 0, 0, 1, 0, 2, 1], 12513592579.853558]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 0, 1, 3], [1, 0, 0, 1, 1, 1, 0, 1, 3], 12513358057.639355]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 1, 0, 2], [0, 0, 1, 0, 1, 1, 1, 0, 2], 12512981469.418816]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 0, 3, 1], [1, 1, 0, 1, 0, 1, 0, 3, 1], 12512580413.456203]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 0, 3, 1], [2, 1, 0, 0, 1, 1, 0, 3, 1], 12512162306.968927]
 --- Retained value to add in file: [1, 0, 1, 1, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 0, 3, 1], [0, 1, 0, 1, 1, 0, 0, 0, 1, 1], 8632664462.808855]
---- Retained value to add in file: [3, 3, 3, 3, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 0, 3, 0], [2, 1, 1, 1, 1, 2, 0, 0, 1, 0], 8629556804.947025]
---- Retained value to add in file: [3, 0, 3, 0, 3, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 0, 1, 3], [2, 1, 0, 1, 0, 2, 1, 0, 1, 1], 8627456647.567438]
---- Retained value to add in file: [3, 0, 3, 0, 3, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 0, 2, 3], [2, 1, 0, 1, 0, 2, 1, 0, 1, 1], 8627456647.567438]
---- Retained value to add in file: [3, 0, 3, 0, 3, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 0, 3, 3], [2, 1, 0, 1, 0, 2, 1, 0, 1, 1], 8627456647.567438]
---- Retained value to add in file: [3, 0, 0, 3, 3, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 3, 0, 0], [2, 1, 0, 0, 1, 2, 1, 1, 0, 0], 8623492591.722036]
---- Retained value to add in file: [0, 0, 2, 0, 2, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 2, 0, 3], [1, 0, 0, 1, 0, 2, 1, 1, 0, 1], 8623443157.630867]
---- Retained value to add in file: [0, 0, 0, 1, 1, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 1, 2, 0], [0, 0, 0, 0, 1, 1, 1, 1, 1, 0], 8622209798.016182]
---- Retained value to add in file: [0, 3, 3, 3, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 0, 0, 2], [2, 0, 1, 1, 1, 1, 0, 0, 0, 1], 8620914680.964611]
---- Retained value to add in file: [0, 2, 0, 0, 2, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 0, 1, 2], [1, 0, 1, 0, 0, 1, 1, 0, 1, 1], 8620547611.059961]
---- Retained value to add in file: [0, 2, 0, 0, 2, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 0, 2, 2], [1, 0, 1, 0, 0, 1, 1, 0, 1, 1], 8620547611.059961]
---- Retained value to add in file: [0, 2, 0, 0, 2, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 0, 3, 2], [1, 0, 1, 0, 0, 1, 1, 0, 1, 1], 8620547611.059961]
---- Retained value to add in file: [0, 3, 3, 0, 0, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 3, 1, 2], [2, 0, 1, 1, 0, 1, 0, 1, 1, 1], 8618781575.090588]
---- Retained value to add in file: [0, 3, 3, 0, 0, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 3, 2, 2], [2, 0, 1, 1, 0, 1, 0, 1, 1, 1], 8618781575.090588]
---- Retained value to add in file: [0, 3, 3, 0, 0, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 3, 3, 2], [2, 0, 1, 1, 0, 1, 0, 1, 1, 1], 8618781575.090588]
---- Retained value to add in file: [2, 0, 0, 2, 0, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 2, 0, 1], [1, 1, 0, 0, 1, 0, 0, 1, 0, 1], 8614671781.916279]
---- Retained value to add in file: [0, 2, 2, 2, 2, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 2, 0, 0, 0], [1, 0, 1, 1, 1, 1, 1, 0, 0, 0], 8614318113.080414]
---- Retained value to add in file: [3, 0, 3, 0, 3, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 3, 3, 0], [2, 1, 0, 1, 0, 2, 1, 1, 1, 0], 8614061705.401724]
---- Retained value to add in file: [3, 0, 0, 3, 0, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 3, 0, 1], [2, 1, 0, 0, 1, 0, 0, 1, 0, 1], 8613991017.672476]
---- Retained value to add in file: [0, 0, 2, 2, 0, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 2, 2, 0], [1, 0, 0, 1, 1, 1, 0, 1, 1, 0], 8611859938.807688]
---- Retained value to add in file: [1, 0, 0, 0, 1, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 1, 0, 2], [0, 1, 0, 0, 0, 1, 1, 1, 0, 1], 8607555209.829138]
---- Retained value to add in file: [0, 2, 0, 0, 0, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 2, 1, 2], [1, 0, 1, 0, 0, 1, 0, 1, 1, 1], 8606830331.33772]
---- Retained value to add in file: [0, 2, 0, 0, 0, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 2, 2, 2], [1, 0, 1, 0, 0, 1, 0, 1, 1, 1], 8606830331.33772]
---- Retained value to add in file: [0, 2, 0, 0, 0, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 2, 3, 2], [1, 0, 1, 0, 0, 1, 0, 1, 1, 1], 8606830331.33772]
---- Retained value to add in file: [1, 0, 1, 1, 0, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 1, 0, 1], [0, 1, 0, 1, 1, 0, 0, 1, 0, 1], 8604296521.402006]
---- Retained value to add in file: [3, 0, 0, 3, 3, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 0, 0, 3], [2, 1, 0, 0, 1, 2, 1, 0, 0, 1], 8596396925.479483]
---- Retained value to add in file: [0, 0, 3, 3, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 0, 1, 2], [2, 0, 0, 1, 1, 1, 0, 0, 1, 1], 8595371408.108213]
---- Retained value to add in file: [0, 0, 3, 3, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 0, 2, 2], [2, 0, 0, 1, 1, 1, 0, 0, 1, 1], 8595371408.108213]
---- Retained value to add in file: [0, 0, 3, 3, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 0, 3, 2], [2, 0, 0, 1, 1, 1, 0, 0, 1, 1], 8595371408.108213]
---- Retained value to add in file: [0, 0, 2, 2, 0, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 2, 0, 1], [1, 0, 0, 1, 1, 0, 0, 1, 0, 1], 8590441841.343243]
---- Retained value to add in file: [0, 0, 0, 1, 1, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 1, 3, 0], [0, 0, 0, 0, 1, 2, 1, 1, 1, 0], 8590396943.760843]
---- Retained value to add in file: [0, 0, 3, 3, 0, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 3, 0, 1], [2, 0, 0, 1, 1, 0, 0, 1, 0, 1], 8589723878.112027]
---- Retained value to add in file: [0, 2, 0, 0, 0, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 2, 1, 3], [1, 0, 1, 0, 0, 2, 0, 1, 1, 1], 8587150130.134067]
---- Retained value to add in file: [0, 2, 0, 0, 0, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 2, 2, 3], [1, 0, 1, 0, 0, 2, 0, 1, 1, 1], 8587150130.134067]
---- Retained value to add in file: [0, 2, 0, 0, 0, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 2, 3, 3], [1, 0, 1, 0, 0, 2, 0, 1, 1, 1], 8587150130.134067]
---- Retained value to add in file: [0, 1, 0, 0, 0, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 1, 1, 3], [0, 0, 1, 0, 0, 2, 0, 1, 1, 1], 8587125406.170636]
---- Retained value to add in file: [0, 1, 0, 0, 0, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 1, 2, 3], [0, 0, 1, 0, 0, 2, 0, 1, 1, 1], 8587125406.170636]
---- Retained value to add in file: [0, 1, 0, 0, 0, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 1, 3, 3], [0, 0, 1, 0, 0, 2, 0, 1, 1, 1], 8587125406.170636]
---- Retained value to add in file: [0, 2, 0, 2, 2, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 0, 2, 0], [1, 0, 1, 0, 1, 1, 1, 0, 1, 0], 8586930547.288885]
---- Retained value to add in file: [0, 0, 2, 2, 2, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 0, 1, 0], [1, 0, 0, 1, 1, 0, 1, 0, 1, 0], 8582099417.780308]
---- Retained value to add in file: [1, 0, 0, 1, 0, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 1, 0, 3], [0, 1, 0, 0, 1, 2, 0, 1, 0, 1], 8581402344.781262]
---- Retained value to add in file: [2, 2, 2, 0, 2, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 0, 0, 3], [1, 1, 1, 1, 0, 2, 1, 0, 0, 1], 8580386598.339646]
---- Retained value to add in file: [0, 1, 1, 1, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 0, 1, 1], [0, 0, 1, 1, 1, 0, 0, 0, 1, 1], 8578297573.699759]
---- Retained value to add in file: [0, 1, 1, 1, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 0, 2, 1], [0, 0, 1, 1, 1, 0, 0, 0, 1, 1], 8578297573.699759]
---- Retained value to add in file: [0, 1, 1, 1, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 0, 3, 1], [0, 0, 1, 1, 1, 0, 0, 0, 1, 1], 8578297573.699759]
---- Retained value to add in file: [0, 1, 0, 0, 0, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 1, 1, 2], [0, 0, 1, 0, 0, 1, 0, 1, 1, 1], 8569394620.136231]
---- Retained value to add in file: [0, 1, 0, 0, 0, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 1, 2, 2], [0, 0, 1, 0, 0, 1, 0, 1, 1, 1], 8569394620.136231]
---- Retained value to add in file: [0, 1, 0, 0, 0, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 1, 3, 2], [0, 0, 1, 0, 0, 1, 0, 1, 1, 1], 8569394620.136231]
---- Retained value to add in file: [0, 0, 3, 3, 3, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 0, 1, 0], [2, 0, 0, 1, 1, 0, 1, 0, 1, 0], 8567622295.006423]
---- Retained value to add in file: [3, 3, 3, 3, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 0, 1, 0], [2, 1, 1, 1, 1, 0, 0, 0, 1, 0], 8566660777.524893]
---- Retained value to add in file: [1, 0, 0, 0, 1, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 0, 1, 2], [0, 1, 0, 0, 0, 1, 1, 0, 1, 1], 8565586869.737424]
---- Retained value to add in file: [1, 0, 0, 0, 1, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 0, 2, 2], [0, 1, 0, 0, 0, 1, 1, 0, 1, 1], 8565586869.737424]
---- Retained value to add in file: [1, 0, 0, 0, 1, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 0, 3, 2], [0, 1, 0, 0, 0, 1, 1, 0, 1, 1], 8565586869.737424]
---- Retained value to add in file: [1, 1, 0, 1, 1, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 0, 2, 0], [0, 1, 1, 0, 1, 1, 1, 0, 1, 0], 8561385616.5294]
---- Retained value to add in file: [0, 0, 3, 3, 3, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 0, 2, 0], [2, 0, 0, 1, 1, 1, 1, 0, 1, 0], 8559630557.261887]
---- Retained value to add in file: [0, 0, 2, 0, 2, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 2, 2, 0], [1, 0, 0, 1, 0, 1, 1, 1, 1, 0], 8554909215.303673]
---- Retained value to add in file: [0, 0, 2, 0, 0, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 2, 1, 3], [1, 0, 0, 1, 0, 2, 0, 1, 1, 1], 8554774081.007859]
---- Retained value to add in file: [0, 0, 2, 0, 0, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 2, 2, 3], [1, 0, 0, 1, 0, 2, 0, 1, 1, 1], 8554774081.007859]
---- Retained value to add in file: [0, 0, 2, 0, 0, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 2, 3, 3], [1, 0, 0, 1, 0, 2, 0, 1, 1, 1], 8554774081.007859]
---- Retained value to add in file: [0, 0, 1, 0, 0, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 1, 1, 2], [0, 0, 0, 1, 0, 1, 0, 1, 1, 1], 8553145272.88359]
---- Retained value to add in file: [0, 0, 1, 0, 0, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 1, 2, 2], [0, 0, 0, 1, 0, 1, 0, 1, 1, 1], 8553145272.88359]
---- Retained value to add in file: [0, 0, 1, 0, 0, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 1, 3, 2], [0, 0, 0, 1, 0, 1, 0, 1, 1, 1], 8553145272.88359]
---- Retained value to add in file: [0, 2, 2, 2, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 0, 0, 3], [1, 0, 1, 1, 1, 2, 0, 0, 0, 1], 8548982236.700581]
---- Retained value to add in file: [1, 0, 1, 1, 1, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 0, 3, 0], [0, 1, 0, 1, 1, 2, 1, 0, 1, 0], 8545536325.327954]
---- Retained value to add in file: [1, 1, 0, 1, 1, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 0, 0, 1], [0, 1, 1, 0, 1, 0, 1, 0, 0, 1], 8537367813.16099]
---- Retained value to add in file: [1, 0, 0, 0, 0, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 1, 1, 1], [0, 1, 0, 0, 0, 0, 0, 1, 1, 1], 8537166727.55854]
---- Retained value to add in file: [1, 0, 0, 0, 0, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 1, 2, 1], [0, 1, 0, 0, 0, 0, 0, 1, 1, 1], 8537166727.55854]
---- Retained value to add in file: [1, 0, 0, 0, 0, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 1, 3, 1], [0, 1, 0, 0, 0, 0, 0, 1, 1, 1], 8537166727.55854]
---- Retained value to add in file: [1, 0, 0, 0, 1, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 1, 0, 3], [0, 1, 0, 0, 0, 2, 1, 1, 0, 1], 8528319657.940202]
---- Retained value to add in file: [0, 2, 0, 0, 2, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 2, 2, 0], [1, 0, 1, 0, 0, 1, 1, 1, 1, 0], 8525735405.257822]
---- Retained value to add in file: [0, 0, 2, 2, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 0, 1, 1], [1, 0, 0, 1, 1, 0, 0, 0, 1, 1], 8519804045.819792]
---- Retained value to add in file: [0, 0, 2, 2, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 0, 2, 1], [1, 0, 0, 1, 1, 0, 0, 0, 1, 1], 8519804045.819792]
---- Retained value to add in file: [0, 0, 2, 2, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 0, 3, 1], [1, 0, 0, 1, 1, 0, 0, 0, 1, 1], 8519804045.819792]
---- Retained value to add in file: [0, 2, 2, 2, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 0, 0, 2], [1, 0, 1, 1, 1, 1, 0, 0, 0, 1], 8519754989.833587]
---- Retained value to add in file: [0, 0, 0, 1, 0, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 1, 1, 1], [0, 0, 0, 0, 1, 0, 0, 1, 1, 1], 8518415576.341608]
---- Retained value to add in file: [0, 0, 0, 1, 0, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 1, 2, 1], [0, 0, 0, 0, 1, 0, 0, 1, 1, 1], 8518415576.341608]
---- Retained value to add in file: [0, 0, 0, 1, 0, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 1, 3, 1], [0, 0, 0, 0, 1, 0, 0, 1, 1, 1], 8518415576.341608]
---- Retained value to add in file: [0, 2, 0, 0, 2, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 0, 1, 1], [1, 0, 1, 0, 0, 0, 1, 0, 1, 1], 8515454381.867098]
---- Retained value to add in file: [0, 2, 0, 0, 2, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 0, 2, 1], [1, 0, 1, 0, 0, 0, 1, 0, 1, 1], 8515454381.867098]
+--- Raw result : [[1, 0, 1, 1, 0, 0, 3, 1], [0, 1, 0, 1, 1, 0, 0, 3, 1], 12510998737.400843]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 1, 1, 3], [0, 1, 1, 1, 1, 0, 1, 1, 3], 12510641454.320759]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 0, 1, 1], [0, 1, 0, 0, 1, 1, 0, 1, 1], 12507996702.357903]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 1, 3, 0], [0, 1, 1, 1, 0, 0, 1, 3, 0], 12507031535.160608]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 3, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 3, 1, 1], [2, 0, 1, 0, 0, 0, 1, 1, 1], 12505366491.697521]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 0, 2, 3], [2, 1, 0, 1, 0, 0, 0, 2, 3], 12504444269.1387]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 3, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 3, 3, 3], [2, 0, 0, 0, 0, 0, 1, 3, 3], 12503276963.505228]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 0, 1, 1], [1, 1, 0, 1, 0, 1, 0, 1, 1], 12501239440.734371]
+--- Retained value to add in file: [0, 0, 0, 0, 3, 3, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 3, 3, 1, 1], [2, 0, 0, 0, 0, 1, 1, 1, 1], 12499535043.346355]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 3, 1, 2], [2, 0, 0, 0, 1, 0, 1, 1, 2], 12498458307.305704]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 0, 3, 2], [2, 0, 1, 1, 0, 0, 0, 3, 2], 12496059152.372053]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 0, 0, 2], [0, 0, 1, 1, 1, 1, 0, 0, 2], 12494909590.124489]
+--- Retained value to add in file: [0, 3, 0, 3, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 0, 0, 3, 3], [2, 0, 1, 0, 1, 0, 0, 3, 3], 12494481434.177378]
+--- Retained value to add in file: [3, 3, 0, 0, 3, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 3, 0, 2, 0], [2, 1, 1, 0, 0, 1, 0, 2, 0], 12493773183.227797]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 2, 3, 0], [1, 1, 0, 0, 0, 0, 1, 3, 0], 12493681658.943111]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 1, 0, 3], [0, 1, 1, 1, 1, 1, 1, 0, 3], 12493026696.459568]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 0, 3, 1], [0, 1, 0, 0, 1, 1, 0, 3, 1], 12492464130.298166]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 1, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 0, 1, 3, 1], [0, 1, 0, 0, 1, 0, 1, 3, 1], 12490867454.449335]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 0, 1, 3], [0, 0, 1, 1, 1, 1, 0, 1, 3], 12489240774.660408]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 0, 3, 0], [2, 1, 1, 1, 0, 1, 0, 3, 0], 12489051741.454966]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 0, 3, 0], [1, 1, 1, 0, 1, 1, 0, 3, 0], 12488912608.237728]
 --- Retained value to add in file: [0, 2, 0, 0, 2, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 0, 3, 1], [1, 0, 1, 0, 0, 0, 1, 0, 1, 1], 8515454381.867098]
---- Retained value to add in file: [0, 2, 0, 2, 0, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 2, 2, 0], [1, 0, 1, 0, 1, 1, 0, 1, 1, 0], 8514799491.236176]
---- Retained value to add in file: [2, 0, 0, 0, 2, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 2, 3, 0], [1, 1, 0, 0, 0, 2, 1, 1, 1, 0], 8514340340.958338]
---- Retained value to add in file: [3, 3, 0, 0, 0, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 3, 1, 1], [2, 1, 1, 0, 0, 0, 0, 1, 1, 1], 8513314145.892818]
---- Retained value to add in file: [3, 3, 0, 0, 0, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 3, 2, 1], [2, 1, 1, 0, 0, 0, 0, 1, 1, 1], 8513314145.892818]
---- Retained value to add in file: [3, 3, 0, 0, 0, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 3, 3, 1], [2, 1, 1, 0, 0, 0, 0, 1, 1, 1], 8513314145.892818]
---- Retained value to add in file: [2, 0, 2, 2, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 0, 0, 3], [1, 1, 0, 1, 1, 2, 0, 0, 0, 1], 8509251535.72868]
---- Retained value to add in file: [0, 1, 0, 0, 1, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 0, 1, 2], [0, 0, 1, 0, 0, 1, 1, 0, 1, 1], 8508777464.781096]
---- Retained value to add in file: [0, 1, 0, 0, 1, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 0, 2, 2], [0, 0, 1, 0, 0, 1, 1, 0, 1, 1], 8508777464.781096]
---- Retained value to add in file: [0, 1, 0, 0, 1, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 0, 3, 2], [0, 0, 1, 0, 0, 1, 1, 0, 1, 1], 8508777464.781096]
---- Retained value to add in file: [3, 3, 0, 0, 3, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 3, 1, 0], [2, 1, 1, 0, 0, 0, 1, 1, 1, 0], 8506945648.299669]
---- Retained value to add in file: [2, 0, 2, 2, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 0, 0, 2], [1, 1, 0, 1, 1, 1, 0, 0, 0, 1], 8500609825.65865]
---- Retained value to add in file: [0, 0, 1, 0, 0, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 1, 1, 3], [0, 0, 0, 1, 0, 2, 0, 1, 1, 1], 8498182075.7227335]
---- Retained value to add in file: [0, 0, 1, 0, 0, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 1, 2, 3], [0, 0, 0, 1, 0, 2, 0, 1, 1, 1], 8498182075.7227335]
---- Retained value to add in file: [0, 0, 1, 0, 0, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 1, 3, 3], [0, 0, 0, 1, 0, 2, 0, 1, 1, 1], 8498182075.7227335]
---- Retained value to add in file: [2, 0, 0, 0, 2, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 2, 1, 0], [1, 1, 0, 0, 0, 0, 1, 1, 1, 0], 8497198385.433362]
---- Retained value to add in file: [0, 1, 0, 0, 1, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 1, 0, 2], [0, 0, 1, 0, 0, 1, 1, 1, 0, 1], 8495719928.213643]
---- Retained value to add in file: [1, 0, 1, 1, 1, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 0, 1, 0], [0, 1, 0, 1, 1, 0, 1, 0, 1, 0], 8494867914.296324]
---- Retained value to add in file: [1, 0, 1, 1, 1, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 1, 0, 0], [0, 1, 0, 1, 1, 0, 1, 1, 0, 0], 8494511687.280092]
---- Retained value to add in file: [0, 2, 0, 0, 2, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 2, 0, 1], [1, 0, 1, 0, 0, 0, 1, 1, 0, 1], 8494153133.930532]
---- Retained value to add in file: [0, 1, 1, 1, 0, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 1, 0, 1], [0, 0, 1, 1, 1, 0, 0, 1, 0, 1], 8490942793.849703]
---- Retained value to add in file: [1, 1, 0, 1, 1, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 0, 3, 0], [0, 1, 1, 0, 1, 2, 1, 0, 1, 0], 8486451548.442331]
---- Retained value to add in file: [3, 0, 3, 3, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 0, 0, 3], [2, 1, 0, 1, 1, 2, 0, 0, 0, 1], 8486022937.4736185]
---- Retained value to add in file: [2, 0, 0, 2, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 0, 1, 1], [1, 1, 0, 0, 1, 0, 0, 0, 1, 1], 8485902405.0262985]
---- Retained value to add in file: [2, 0, 0, 2, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 0, 2, 1], [1, 1, 0, 0, 1, 0, 0, 0, 1, 1], 8485902405.0262985]
---- Retained value to add in file: [2, 0, 0, 2, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 0, 3, 1], [1, 1, 0, 0, 1, 0, 0, 0, 1, 1], 8485902405.0262985]
---- Retained value to add in file: [1, 0, 0, 0, 1, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 1, 2, 0], [0, 1, 0, 0, 0, 1, 1, 1, 1, 0], 8482404545.624483]
---- Retained value to add in file: [3, 3, 3, 0, 0, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 3, 0, 2], [2, 1, 1, 1, 0, 1, 0, 1, 0, 1], 8480374915.961426]
---- Retained value to add in file: [0, 3, 3, 3, 3, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 3, 0, 0, 0], [2, 0, 1, 1, 1, 2, 1, 0, 0, 0], 8475256253.898005]
---- Retained value to add in file: [0, 3, 3, 3, 0, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 3, 0, 0], [2, 0, 1, 1, 1, 2, 0, 1, 0, 0], 8471738833.218599]
---- Retained value to add in file: [3, 0, 0, 3, 0, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 3, 2, 0], [2, 1, 0, 0, 1, 1, 0, 1, 1, 0], 8471218987.270548]
---- Retained value to add in file: [0, 0, 1, 0, 1, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 0, 1, 2], [0, 0, 0, 1, 0, 1, 1, 0, 1, 1], 8470817611.898713]
---- Retained value to add in file: [0, 0, 1, 0, 1, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 0, 2, 2], [0, 0, 0, 1, 0, 1, 1, 0, 1, 1], 8470817611.898713]
---- Retained value to add in file: [0, 0, 1, 0, 1, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 0, 3, 2], [0, 0, 0, 1, 0, 1, 1, 0, 1, 1], 8470817611.898713]
---- Retained value to add in file: [0, 0, 1, 0, 1, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 1, 0, 2], [0, 0, 0, 1, 0, 1, 1, 1, 0, 1], 8469535204.663793]
---- Retained value to add in file: [0, 3, 3, 0, 3, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 0, 1, 3], [2, 0, 1, 1, 0, 2, 1, 0, 1, 1], 8467481504.60451]
---- Retained value to add in file: [0, 3, 3, 0, 3, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 0, 2, 3], [2, 0, 1, 1, 0, 2, 1, 0, 1, 1], 8467481504.60451]
+--- Raw result : [[0, 2, 0, 0, 2, 0, 3, 1], [1, 0, 1, 0, 0, 1, 0, 3, 1], 12488357419.388844]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 0, 3, 2], [1, 1, 0, 1, 0, 0, 0, 3, 2], 12487418243.848507]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 0, 1, 2], [2, 0, 1, 1, 0, 1, 0, 1, 2], 12486998964.624779]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 2, 1, 3], [1, 0, 0, 1, 1, 0, 1, 1, 3], 12486133904.93816]
 --- Retained value to add in file: [0, 3, 3, 0, 3, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 0, 3, 3], [2, 0, 1, 1, 0, 2, 1, 0, 1, 1], 8467481504.60451]
---- Retained value to add in file: [0, 3, 3, 3, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 0, 0, 3], [2, 0, 1, 1, 1, 2, 0, 0, 0, 1], 8466303955.677945]
---- Retained value to add in file: [0, 0, 0, 1, 1, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 1, 0, 1], [0, 0, 0, 0, 1, 0, 1, 1, 0, 1], 8464384562.625948]
---- Retained value to add in file: [3, 0, 3, 3, 0, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 3, 0, 0], [2, 1, 0, 1, 1, 2, 0, 1, 0, 0], 8463085929.929712]
---- Retained value to add in file: [0, 1, 0, 0, 1, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 1, 0, 3], [0, 0, 1, 0, 0, 2, 1, 1, 0, 1], 8456443798.730325]
---- Retained value to add in file: [0, 0, 1, 1, 0, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 1, 0, 3], [0, 0, 0, 1, 1, 2, 0, 1, 0, 1], 8451057211.675552]
---- Retained value to add in file: [0, 3, 3, 0, 3, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 3, 3, 0], [2, 0, 1, 1, 0, 2, 1, 1, 1, 0], 8450845931.061708]
---- Retained value to add in file: [3, 0, 0, 3, 0, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 3, 3, 0], [2, 1, 0, 0, 1, 2, 0, 1, 1, 0], 8450648255.15135]
---- Retained value to add in file: [0, 1, 0, 1, 0, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 1, 0, 3], [0, 0, 1, 0, 1, 2, 0, 1, 0, 1], 8449201220.56935]
---- Retained value to add in file: [3, 0, 0, 3, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 0, 1, 3], [2, 1, 0, 0, 1, 2, 0, 0, 1, 1], 8442873573.457741]
---- Retained value to add in file: [3, 0, 0, 3, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 0, 2, 3], [2, 1, 0, 0, 1, 2, 0, 0, 1, 1], 8442873573.457741]
+--- Raw result : [[0, 3, 3, 0, 3, 0, 3, 3], [2, 0, 1, 1, 0, 1, 0, 3, 3], 12484142893.882853]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 1, 3, 3], [0, 0, 0, 1, 1, 1, 1, 3, 3], 12483305625.907375]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 1, 1, 3], [0, 0, 1, 0, 1, 1, 1, 1, 3], 12482746365.190155]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 1, 3, 0], [0, 0, 1, 0, 1, 1, 1, 3, 0], 12481073292.290155]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 1, 3, 0], [0, 1, 0, 1, 1, 0, 1, 3, 0], 12478580218.04225]
 --- Retained value to add in file: [3, 0, 0, 3, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 0, 3, 3], [2, 1, 0, 0, 1, 2, 0, 0, 1, 1], 8442873573.457741]
---- Retained value to add in file: [3, 0, 0, 0, 3, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 3, 0, 2], [2, 1, 0, 0, 0, 1, 1, 1, 0, 1], 8442771765.111555]
---- Retained value to add in file: [0, 0, 2, 0, 2, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 2, 1, 0], [1, 0, 0, 1, 0, 0, 1, 1, 1, 0], 8437823617.876493]
---- Retained value to add in file: [2, 0, 0, 0, 2, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 0, 1, 3], [1, 1, 0, 0, 0, 2, 1, 0, 1, 1], 8435645152.84024]
---- Retained value to add in file: [2, 0, 0, 0, 2, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 0, 2, 3], [1, 1, 0, 0, 0, 2, 1, 0, 1, 1], 8435645152.84024]
---- Retained value to add in file: [2, 0, 0, 0, 2, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 0, 3, 3], [1, 1, 0, 0, 0, 2, 1, 0, 1, 1], 8435645152.84024]
---- Retained value to add in file: [0, 1, 0, 0, 1, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 1, 2, 0], [0, 0, 1, 0, 0, 1, 1, 1, 1, 0], 8426745467.95467]
---- Retained value to add in file: [0, 2, 0, 2, 2, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 0, 3, 0], [1, 0, 1, 0, 1, 2, 1, 0, 1, 0], 8424826651.097337]
---- Retained value to add in file: [3, 3, 0, 0, 3, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 3, 3, 0], [2, 1, 1, 0, 0, 2, 1, 1, 1, 0], 8423168840.026676]
---- Retained value to add in file: [1, 0, 0, 0, 1, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 0, 1, 1], [0, 1, 0, 0, 0, 0, 1, 0, 1, 1], 8421723554.754406]
---- Retained value to add in file: [1, 0, 0, 0, 1, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 0, 2, 1], [0, 1, 0, 0, 0, 0, 1, 0, 1, 1], 8421723554.754406]
---- Retained value to add in file: [1, 0, 0, 0, 1, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 0, 3, 1], [0, 1, 0, 0, 0, 0, 1, 0, 1, 1], 8421723554.754406]
---- Retained value to add in file: [0, 2, 0, 0, 2, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 2, 3, 0], [1, 0, 1, 0, 0, 2, 1, 1, 1, 0], 8418278162.0584755]
---- Retained value to add in file: [2, 0, 0, 2, 2, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 0, 2, 0], [1, 1, 0, 0, 1, 1, 1, 0, 1, 0], 8418097743.163301]
---- Retained value to add in file: [0, 0, 3, 3, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 0, 1, 1], [2, 0, 0, 1, 1, 0, 0, 0, 1, 1], 8416718200.565404]
---- Retained value to add in file: [0, 0, 3, 3, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 0, 2, 1], [2, 0, 0, 1, 1, 0, 0, 0, 1, 1], 8416718200.565404]
---- Retained value to add in file: [0, 0, 3, 3, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 0, 3, 1], [2, 0, 0, 1, 1, 0, 0, 0, 1, 1], 8416718200.565404]
---- Retained value to add in file: [0, 3, 3, 0, 0, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 3, 1, 3], [2, 0, 1, 1, 0, 2, 0, 1, 1, 1], 8413481206.547132]
---- Retained value to add in file: [0, 3, 3, 0, 0, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 3, 2, 3], [2, 0, 1, 1, 0, 2, 0, 1, 1, 1], 8413481206.547132]
---- Retained value to add in file: [0, 3, 3, 0, 0, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 3, 3, 3], [2, 0, 1, 1, 0, 2, 0, 1, 1, 1], 8413481206.547132]
---- Retained value to add in file: [2, 2, 2, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 0, 1, 2], [1, 1, 1, 1, 0, 1, 0, 0, 1, 1], 8410993454.374982]
---- Retained value to add in file: [2, 2, 2, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 0, 2, 2], [1, 1, 1, 1, 0, 1, 0, 0, 1, 1], 8410993454.374982]
---- Retained value to add in file: [2, 2, 2, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 0, 3, 2], [1, 1, 1, 1, 0, 1, 0, 0, 1, 1], 8410993454.374982]
---- Retained value to add in file: [0, 2, 0, 2, 0, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 2, 0, 1], [1, 0, 1, 0, 1, 0, 0, 1, 0, 1], 8407921781.314262]
---- Retained value to add in file: [0, 0, 1, 0, 1, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 0, 1, 1], [0, 0, 0, 1, 0, 0, 1, 0, 1, 1], 8405660209.968918]
---- Retained value to add in file: [0, 0, 1, 0, 1, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 0, 2, 1], [0, 0, 0, 1, 0, 0, 1, 0, 1, 1], 8405660209.968918]
---- Retained value to add in file: [0, 0, 1, 0, 1, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 0, 3, 1], [0, 0, 0, 1, 0, 0, 1, 0, 1, 1], 8405660209.968918]
---- Retained value to add in file: [1, 1, 1, 1, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 0, 0, 3], [0, 1, 1, 1, 1, 2, 0, 0, 0, 1], 8403016209.394]
---- Retained value to add in file: [0, 0, 2, 2, 2, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 0, 3, 0], [1, 0, 0, 1, 1, 2, 1, 0, 1, 0], 8401851336.131688]
---- Retained value to add in file: [3, 0, 3, 3, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 0, 0, 1], [2, 1, 0, 1, 1, 0, 0, 0, 0, 1], 8392751266.826888]
---- Retained value to add in file: [3, 3, 0, 0, 3, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 0, 1, 3], [2, 1, 1, 0, 0, 2, 1, 0, 1, 1], 8389804580.941425]
---- Retained value to add in file: [3, 3, 0, 0, 3, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 0, 2, 3], [2, 1, 1, 0, 0, 2, 1, 0, 1, 1], 8389804580.941425]
+--- Raw result : [[3, 0, 0, 3, 0, 0, 3, 3], [2, 1, 0, 0, 1, 0, 0, 3, 3], 12477369443.38449]
 --- Retained value to add in file: [3, 3, 0, 0, 3, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 0, 3, 3], [2, 1, 1, 0, 0, 2, 1, 0, 1, 1], 8389804580.941425]
---- Retained value to add in file: [0, 0, 3, 3, 0, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 3, 2, 0], [2, 0, 0, 1, 1, 1, 0, 1, 1, 0], 8389471016.389374]
---- Retained value to add in file: [0, 2, 0, 2, 2, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 0, 1, 0], [1, 0, 1, 0, 1, 0, 1, 0, 1, 0], 8389244451.24169]
---- Retained value to add in file: [0, 3, 0, 3, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 0, 1, 2], [2, 0, 1, 0, 1, 1, 0, 0, 1, 1], 8388996293.800785]
---- Retained value to add in file: [0, 3, 0, 3, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 0, 2, 2], [2, 0, 1, 0, 1, 1, 0, 0, 1, 1], 8388996293.800785]
---- Retained value to add in file: [0, 3, 0, 3, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 0, 3, 2], [2, 0, 1, 0, 1, 1, 0, 0, 1, 1], 8388996293.800785]
---- Retained value to add in file: [0, 0, 2, 0, 0, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 2, 1, 1], [1, 0, 0, 1, 0, 0, 0, 1, 1, 1], 8388883288.375221]
---- Retained value to add in file: [0, 0, 2, 0, 0, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 2, 2, 1], [1, 0, 0, 1, 0, 0, 0, 1, 1, 1], 8388883288.375221]
---- Retained value to add in file: [0, 0, 2, 0, 0, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 2, 3, 1], [1, 0, 0, 1, 0, 0, 0, 1, 1, 1], 8388883288.375221]
---- Retained value to add in file: [0, 3, 3, 0, 0, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 3, 1, 1], [2, 0, 1, 1, 0, 0, 0, 1, 1, 1], 8386702029.8273735]
---- Retained value to add in file: [0, 3, 3, 0, 0, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 3, 2, 1], [2, 0, 1, 1, 0, 0, 0, 1, 1, 1], 8386702029.8273735]
---- Retained value to add in file: [0, 3, 3, 0, 0, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 3, 3, 1], [2, 0, 1, 1, 0, 0, 0, 1, 1, 1], 8386702029.8273735]
---- Retained value to add in file: [3, 0, 0, 3, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 0, 1, 1], [2, 1, 0, 0, 1, 0, 0, 0, 1, 1], 8380565890.570619]
---- Retained value to add in file: [3, 0, 0, 3, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 0, 2, 1], [2, 1, 0, 0, 1, 0, 0, 0, 1, 1], 8380565890.570619]
---- Retained value to add in file: [3, 0, 0, 3, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 0, 3, 1], [2, 1, 0, 0, 1, 0, 0, 0, 1, 1], 8380565890.570619]
---- Retained value to add in file: [1, 1, 0, 1, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 0, 1, 1], [0, 1, 1, 0, 1, 0, 0, 0, 1, 1], 8372437068.953339]
---- Retained value to add in file: [1, 1, 0, 1, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 0, 2, 1], [0, 1, 1, 0, 1, 0, 0, 0, 1, 1], 8372437068.953339]
---- Retained value to add in file: [1, 1, 0, 1, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 0, 3, 1], [0, 1, 1, 0, 1, 0, 0, 0, 1, 1], 8372437068.953339]
---- Retained value to add in file: [2, 2, 2, 0, 2, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 0, 2, 0], [1, 1, 1, 1, 0, 1, 1, 0, 1, 0], 8370082226.799529]
---- Retained value to add in file: [1, 0, 0, 0, 1, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 1, 3, 0], [0, 1, 0, 0, 0, 2, 1, 1, 1, 0], 8369624429.775094]
---- Retained value to add in file: [3, 0, 0, 0, 0, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 3, 1, 2], [2, 1, 0, 0, 0, 1, 0, 1, 1, 1], 8367205689.298319]
---- Retained value to add in file: [3, 0, 0, 0, 0, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 3, 2, 2], [2, 1, 0, 0, 0, 1, 0, 1, 1, 1], 8367205689.298319]
---- Retained value to add in file: [3, 0, 0, 0, 0, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 3, 3, 2], [2, 1, 0, 0, 0, 1, 0, 1, 1, 1], 8367205689.298319]
---- Retained value to add in file: [0, 3, 0, 3, 3, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 0, 2, 0], [2, 0, 1, 0, 1, 1, 1, 0, 1, 0], 8363368079.76432]
---- Retained value to add in file: [1, 0, 0, 1, 0, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 1, 0, 2], [0, 1, 0, 0, 1, 1, 0, 1, 0, 1], 8360228849.892505]
---- Retained value to add in file: [0, 1, 0, 0, 1, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 1, 3, 0], [0, 0, 1, 0, 0, 2, 1, 1, 1, 0], 8358368858.666301]
---- Retained value to add in file: [0, 0, 1, 0, 1, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 1, 0, 3], [0, 0, 0, 1, 0, 2, 1, 1, 0, 1], 8357031259.654458]
---- Retained value to add in file: [0, 2, 2, 2, 0, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 2, 0, 0], [1, 0, 1, 1, 1, 1, 0, 1, 0, 0], 8354254075.065234]
---- Retained value to add in file: [0, 0, 1, 0, 1, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 1, 2, 0], [0, 0, 0, 1, 0, 1, 1, 1, 1, 0], 8349177003.736451]
---- Retained value to add in file: [3, 3, 3, 0, 0, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 3, 0, 3], [2, 1, 1, 1, 0, 2, 0, 1, 0, 1], 8346665317.05968]
---- Retained value to add in file: [0, 1, 0, 0, 1, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 0, 1, 1], [0, 0, 1, 0, 0, 0, 1, 0, 1, 1], 8346057954.848566]
---- Retained value to add in file: [0, 1, 0, 0, 1, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 0, 2, 1], [0, 0, 1, 0, 0, 0, 1, 0, 1, 1], 8346057954.848566]
---- Retained value to add in file: [0, 1, 0, 0, 1, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 0, 3, 1], [0, 0, 1, 0, 0, 0, 1, 0, 1, 1], 8346057954.848566]
---- Retained value to add in file: [1, 1, 0, 1, 0, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 1, 0, 1], [0, 1, 1, 0, 1, 0, 0, 1, 0, 1], 8340767795.073183]
---- Retained value to add in file: [0, 0, 2, 0, 2, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 2, 3, 0], [1, 0, 0, 1, 0, 2, 1, 1, 1, 0], 8337132446.597083]
---- Retained value to add in file: [0, 2, 0, 0, 2, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 0, 1, 3], [1, 0, 1, 0, 0, 2, 1, 0, 1, 1], 8336115548.216321]
---- Retained value to add in file: [0, 2, 0, 0, 2, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 0, 2, 3], [1, 0, 1, 0, 0, 2, 1, 0, 1, 1], 8336115548.216321]
+--- Raw result : [[3, 3, 0, 0, 3, 0, 3, 3], [2, 1, 1, 0, 0, 1, 0, 3, 3], 12477051142.810297]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 0, 1, 2], [1, 1, 0, 0, 1, 0, 0, 1, 2], 12471949656.147747]
+--- Retained value to add in file: [1, 1, 0, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 0, 0, 3, 2], [0, 1, 1, 0, 0, 0, 0, 3, 2], 12471515490.536741]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 3, 1, 0], [2, 0, 1, 1, 1, 0, 1, 1, 0], 12468891230.335167]
+--- Retained value to add in file: [0, 0, 0, 0, 3, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 3, 0, 3, 2], [2, 0, 0, 0, 0, 1, 0, 3, 2], 12466242368.370827]
+--- Retained value to add in file: [0, 3, 0, 3, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 0, 0, 2, 3], [2, 0, 1, 0, 1, 0, 0, 2, 3], 12466043618.40104]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 0, 3, 3], [1, 0, 0, 0, 0, 1, 0, 3, 3], 12461466008.50405]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 0, 1, 1], [1, 0, 1, 0, 1, 1, 0, 1, 1], 12460521154.83717]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 0, 1, 3], [0, 0, 1, 0, 1, 1, 0, 1, 3], 12457438243.986296]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 1, 3, 0], [0, 1, 0, 1, 0, 1, 1, 3, 0], 12454667491.40582]
 --- Retained value to add in file: [0, 2, 0, 0, 2, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 0, 3, 3], [1, 0, 1, 0, 0, 2, 1, 0, 1, 1], 8336115548.216321]
---- Retained value to add in file: [0, 3, 0, 3, 0, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 3, 0, 1], [2, 0, 1, 0, 1, 0, 0, 1, 0, 1], 8332645864.323277]
---- Retained value to add in file: [0, 0, 3, 3, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 0, 1, 3], [2, 0, 0, 1, 1, 2, 0, 0, 1, 1], 8331492301.215501]
---- Retained value to add in file: [0, 0, 3, 3, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 0, 2, 3], [2, 0, 0, 1, 1, 2, 0, 0, 1, 1], 8331492301.215501]
---- Retained value to add in file: [0, 0, 3, 3, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 0, 3, 3], [2, 0, 0, 1, 1, 2, 0, 0, 1, 1], 8331492301.215501]
---- Retained value to add in file: [1, 0, 1, 1, 0, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 1, 1, 0], [0, 1, 0, 1, 1, 0, 0, 1, 1, 0], 8330841903.649517]
---- Retained value to add in file: [2, 2, 2, 2, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 0, 1, 0], [1, 1, 1, 1, 1, 0, 0, 0, 1, 0], 8328015635.561244]
---- Retained value to add in file: [0, 0, 3, 3, 0, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 3, 3, 0], [2, 0, 0, 1, 1, 2, 0, 1, 1, 0], 8323037605.136957]
---- Retained value to add in file: [0, 3, 3, 3, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 0, 0, 1], [2, 0, 1, 1, 1, 0, 0, 0, 0, 1], 8319921118.629712]
---- Retained value to add in file: [3, 0, 0, 3, 3, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 0, 2, 0], [2, 1, 0, 0, 1, 1, 1, 0, 1, 0], 8316819153.8492775]
---- Retained value to add in file: [1, 0, 0, 0, 1, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 0, 1, 3], [0, 1, 0, 0, 0, 2, 1, 0, 1, 1], 8314906081.291886]
---- Retained value to add in file: [1, 0, 0, 0, 1, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 0, 2, 3], [0, 1, 0, 0, 0, 2, 1, 0, 1, 1], 8314906081.291886]
---- Retained value to add in file: [1, 0, 0, 0, 1, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 0, 3, 3], [0, 1, 0, 0, 0, 2, 1, 0, 1, 1], 8314906081.291886]
---- Retained value to add in file: [0, 2, 0, 2, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 0, 1, 1], [1, 0, 1, 0, 1, 0, 0, 0, 1, 1], 8309020357.361343]
---- Retained value to add in file: [0, 2, 0, 2, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 0, 2, 1], [1, 0, 1, 0, 1, 0, 0, 0, 1, 1], 8309020357.361343]
+--- Raw result : [[0, 2, 0, 0, 2, 0, 3, 3], [1, 0, 1, 0, 0, 1, 0, 3, 3], 12453948178.369722]
+--- Retained value to add in file: [0, 0, 3, 0, 0, 3, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 0, 3, 1, 2], [2, 0, 0, 1, 0, 0, 1, 1, 2], 12450212704.565577]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 0, 1, 3], [1, 1, 0, 0, 1, 1, 0, 1, 3], 12449612088.818829]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 1, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 1, 3, 2], [0, 0, 0, 0, 1, 1, 1, 3, 2], 12445537988.355045]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 0, 1, 1], [0, 0, 1, 0, 1, 1, 0, 1, 1], 12442946676.995573]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 0, 0, 2], [0, 1, 1, 1, 1, 1, 0, 0, 2], 12440935283.504953]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 2, 1, 3], [1, 1, 1, 0, 0, 0, 1, 1, 3], 12440888944.789917]
+--- Retained value to add in file: [1, 1, 0, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 0, 0, 1, 1], [0, 1, 1, 0, 0, 0, 0, 1, 1], 12439401146.05894]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 0, 1, 1], [1, 1, 0, 0, 1, 1, 0, 1, 1], 12439068736.722713]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 1, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 1, 3, 1], [0, 0, 0, 1, 0, 1, 1, 3, 1], 12437781750.997187]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 0, 3, 2], [1, 0, 0, 1, 0, 0, 0, 3, 2], 12437534128.429325]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 1, 1, 1], [0, 1, 0, 0, 0, 1, 1, 1, 1], 12436150689.9739]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 0, 3, 1], [0, 0, 1, 1, 0, 1, 0, 3, 1], 12432081685.451954]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 1, 3, 0], [0, 1, 0, 0, 1, 1, 1, 3, 0], 12429444177.814146]
+--- Retained value to add in file: [0, 0, 0, 2, 2, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 2, 0, 1, 3], [1, 0, 0, 0, 1, 1, 0, 1, 3], 12428831463.232334]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 1, 0, 3], [0, 0, 1, 1, 1, 1, 1, 0, 3], 12425519306.774734]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 0, 2, 3], [1, 1, 1, 0, 0, 0, 0, 2, 3], 12424404605.416325]
+--- Retained value to add in file: [3, 0, 0, 3, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 0, 0, 3, 2], [2, 1, 0, 0, 1, 0, 0, 3, 2], 12419833314.87299]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 0, 3, 0], [1, 1, 1, 1, 1, 0, 0, 3, 0], 12417358942.737743]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 2, 0, 3], [1, 0, 1, 1, 0, 1, 1, 0, 3], 12416855784.292236]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 0, 3, 1], [1, 1, 1, 0, 1, 0, 0, 3, 1], 12410996994.489708]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 2, 1, 0], [1, 1, 0, 0, 1, 1, 1, 1, 0], 12410486979.291862]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 2, 1, 3], [1, 1, 0, 0, 1, 0, 1, 1, 3], 12408512950.657398]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 0, 2, 0], [2, 1, 1, 0, 0, 0, 0, 2, 0], 12407370636.54443]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 3, 0, 3], [2, 1, 1, 1, 1, 0, 1, 0, 3], 12405010232.796043]
+--- Retained value to add in file: [2, 0, 2, 2, 2, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 2, 0, 3, 0], [1, 1, 0, 1, 1, 1, 0, 3, 0], 12404935202.40617]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 0, 0, 2], [1, 0, 1, 1, 1, 1, 0, 0, 2], 12404527597.656595]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 0, 2, 1], [2, 0, 1, 0, 0, 0, 0, 2, 1], 12404006676.068169]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 0, 1, 1], [2, 1, 1, 0, 1, 1, 0, 1, 1], 12402258304.615643]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 0, 1, 3], [0, 0, 0, 1, 0, 1, 0, 1, 3], 12397211028.531578]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 3, 1, 0], [2, 0, 1, 1, 0, 1, 1, 1, 0], 12395309704.227303]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 0, 3, 3], [1, 0, 1, 1, 0, 0, 0, 3, 3], 12393591395.375223]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 0, 1, 1], [0, 1, 0, 1, 1, 0, 0, 1, 1], 12392605609.56263]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 2, 1, 3], [1, 0, 1, 1, 0, 0, 1, 1, 3], 12392145534.579376]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 0, 2, 3], [1, 0, 1, 1, 0, 0, 0, 2, 3], 12389420273.268864]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 3, 0, 1], [2, 1, 0, 1, 0, 1, 1, 0, 1], 12386571014.823967]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 0, 1, 1], [0, 0, 0, 1, 0, 1, 0, 1, 1], 12385143019.003109]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 0, 1, 1], [0, 0, 0, 1, 1, 0, 0, 1, 1], 12384399247.895077]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 0, 1, 3], [1, 0, 1, 0, 1, 1, 0, 1, 3], 12382504368.678513]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 0, 1, 2], [2, 1, 0, 0, 0, 1, 0, 1, 2], 12382234174.876932]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 0, 3, 1], [1, 0, 0, 1, 1, 0, 0, 3, 1], 12380193671.584528]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 0, 1, 1], [0, 1, 0, 1, 0, 1, 0, 1, 1], 12377506715.833382]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 1, 1, 3], [0, 1, 0, 0, 1, 1, 1, 1, 3], 12376841718.09608]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 0, 3, 0], [2, 0, 1, 1, 1, 1, 0, 3, 0], 12374253992.313562]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 0, 1, 1, 1], [0, 1, 0, 0, 1, 0, 1, 1, 1], 12374004658.921867]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 1, 0, 1], [0, 1, 1, 1, 1, 0, 1, 0, 1], 12372793050.584743]
+--- Retained value to add in file: [0, 0, 0, 0, 3, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 3, 3, 1, 3], [2, 0, 0, 0, 0, 1, 1, 1, 3], 12371951025.003792]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 3, 0, 1], [2, 0, 1, 1, 0, 1, 1, 0, 1], 12370804481.638685]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 1, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 1, 3, 1], [0, 0, 1, 0, 0, 0, 1, 3, 1], 12368609335.85429]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 0, 1, 1], [2, 0, 1, 1, 1, 0, 0, 1, 1], 12365199924.011244]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 0, 1, 1], [2, 0, 1, 1, 1, 1, 0, 1, 1], 12363764961.143185]
+--- Retained value to add in file: [1, 1, 0, 0, 1, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 1, 0, 3, 1], [0, 1, 1, 0, 0, 1, 0, 3, 1], 12361913735.979862]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 0, 3, 1], [0, 0, 0, 1, 1, 1, 0, 3, 1], 12361112161.126322]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 0, 3, 3], [1, 1, 0, 1, 0, 0, 0, 3, 3], 12360802030.529343]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 0, 2, 0], [2, 1, 1, 0, 1, 0, 0, 2, 0], 12360191189.721296]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 0, 1, 1], [1, 0, 1, 1, 0, 0, 0, 1, 1], 12359298820.460493]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 0, 2, 0], [1, 0, 1, 1, 0, 1, 0, 2, 0], 12358918768.673183]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 0, 1, 1], [0, 0, 1, 1, 0, 0, 0, 1, 1], 12358490971.383907]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 0, 3, 1], [2, 1, 1, 0, 1, 0, 0, 3, 1], 12356721374.809757]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 3, 1, 0], [2, 1, 0, 0, 1, 1, 1, 1, 0], 12352649834.449863]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 0, 0, 1], [2, 1, 1, 1, 1, 0, 0, 0, 1], 12352629376.167662]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 1, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 1, 3, 3], [0, 0, 0, 0, 1, 1, 1, 3, 3], 12352461069.11522]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 0, 2, 3], [1, 1, 0, 1, 0, 0, 0, 2, 3], 12346578186.969559]
 --- Retained value to add in file: [0, 2, 0, 2, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 0, 3, 1], [1, 0, 1, 0, 1, 0, 0, 0, 1, 1], 8309020357.361343]
---- Retained value to add in file: [0, 0, 3, 0, 3, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 3, 0, 2], [2, 0, 0, 1, 0, 1, 1, 1, 0, 1], 8307868693.286875]
---- Retained value to add in file: [0, 0, 0, 1, 1, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 1, 1, 0], [0, 0, 0, 0, 1, 0, 1, 1, 1, 0], 8307096371.016691]
---- Retained value to add in file: [3, 0, 0, 0, 3, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 3, 0, 1], [2, 1, 0, 0, 0, 0, 1, 1, 0, 1], 8304652181.90652]
---- Retained value to add in file: [2, 0, 2, 2, 0, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 2, 0, 0], [1, 1, 0, 1, 1, 1, 0, 1, 0, 0], 8301506925.0482]
---- Retained value to add in file: [2, 2, 2, 0, 2, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 0, 1, 0], [1, 1, 1, 1, 0, 0, 1, 0, 1, 0], 8301472345.977647]
---- Retained value to add in file: [1, 1, 1, 0, 0, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 1, 0, 3], [0, 1, 1, 1, 0, 2, 0, 1, 0, 1], 8298504497.185206]
---- Retained value to add in file: [1, 0, 0, 0, 1, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 1, 0, 1], [0, 1, 0, 0, 0, 0, 1, 1, 0, 1], 8295919324.35932]
---- Retained value to add in file: [0, 2, 0, 0, 2, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 2, 1, 0], [1, 0, 1, 0, 0, 0, 1, 1, 1, 0], 8293556304.139834]
---- Retained value to add in file: [0, 0, 2, 0, 2, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 0, 1, 3], [1, 0, 0, 1, 0, 2, 1, 0, 1, 1], 8293234150.449229]
---- Retained value to add in file: [0, 0, 2, 0, 2, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 0, 2, 3], [1, 0, 0, 1, 0, 2, 1, 0, 1, 1], 8293234150.449229]
+--- Raw result : [[0, 2, 0, 2, 0, 0, 3, 1], [1, 0, 1, 0, 1, 0, 0, 3, 1], 12345661485.443928]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 1, 1, 3], [0, 0, 0, 0, 1, 1, 1, 1, 3], 12343152124.158085]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 0, 2, 3], [1, 0, 0, 1, 0, 0, 0, 2, 3], 12342821099.213911]
+--- Retained value to add in file: [0, 0, 3, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 0, 0, 2, 1], [2, 0, 0, 1, 0, 0, 0, 2, 1], 12340290346.93095]
+--- Retained value to add in file: [0, 3, 0, 3, 0, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 0, 3, 1, 3], [2, 0, 1, 0, 1, 0, 1, 1, 3], 12339094136.010084]
+--- Retained value to add in file: [1, 1, 0, 0, 1, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 1, 1, 1, 3], [0, 1, 1, 0, 0, 1, 1, 1, 3], 12337961998.600716]
+--- Retained value to add in file: [0, 1, 1, 1, 0, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 0, 1, 1, 3], [0, 0, 1, 1, 1, 0, 1, 1, 3], 12337933698.191483]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 0, 2, 0], [2, 1, 1, 0, 1, 1, 0, 2, 0], 12334624299.796978]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 2, 2, 0], [1, 0, 0, 0, 1, 0, 1, 2, 0], 12334112895.208687]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 2, 0, 1], [1, 1, 0, 0, 1, 1, 1, 0, 1], 12333185740.219006]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 2, 0, 3], [1, 1, 0, 0, 1, 1, 1, 0, 3], 12331647797.369587]
+--- Retained value to add in file: [2, 0, 0, 0, 2, 2, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 2, 2, 0, 2], [1, 1, 0, 0, 0, 1, 1, 0, 2], 12331576656.987835]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 0, 2, 3], [2, 0, 0, 0, 1, 0, 0, 2, 3], 12331264971.736202]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 0, 1, 2], [2, 1, 0, 1, 0, 0, 0, 1, 2], 12329576593.537027]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 0, 2, 3], [1, 1, 0, 0, 0, 0, 0, 2, 3], 12329265996.343748]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 0, 1, 3], [0, 1, 0, 0, 0, 1, 0, 1, 3], 12328739578.453407]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 0, 3, 3], [2, 0, 0, 0, 1, 0, 0, 3, 3], 12328283904.039698]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 3, 1, 3], [2, 1, 1, 0, 0, 0, 1, 1, 3], 12327284605.561811]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 0, 3, 1], [0, 0, 0, 1, 1, 0, 0, 3, 1], 12326850935.257408]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 0, 3, 1], [2, 1, 0, 0, 0, 1, 0, 3, 1], 12324511596.036201]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 1, 0, 1], [0, 1, 1, 1, 0, 1, 1, 0, 1], 12324175509.164745]
+--- Retained value to add in file: [3, 0, 0, 3, 0, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 0, 3, 1, 3], [2, 1, 0, 0, 1, 0, 1, 1, 3], 12323147863.572498]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 0, 0, 2, 0], [1, 1, 0, 1, 1, 0, 0, 2, 0], 12322674287.602932]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 0, 1, 2], [0, 1, 0, 1, 0, 0, 0, 1, 2], 12321356532.501245]
 --- Retained value to add in file: [0, 0, 2, 0, 2, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 0, 3, 3], [1, 0, 0, 1, 0, 2, 1, 0, 1, 1], 8293234150.449229]
---- Retained value to add in file: [0, 1, 1, 1, 0, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 1, 1, 0], [0, 0, 1, 1, 1, 0, 0, 1, 1, 0], 8292905999.471802]
---- Retained value to add in file: [3, 3, 3, 0, 3, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 0, 0, 3], [2, 1, 1, 1, 0, 2, 1, 0, 0, 1], 8291870258.71057]
+--- Raw result : [[0, 0, 2, 0, 2, 0, 3, 3], [1, 0, 0, 1, 0, 1, 0, 3, 3], 12315643114.615364]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 0, 3, 3], [2, 1, 0, 0, 0, 1, 0, 3, 3], 12303050603.6509]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 0, 0, 2], [1, 1, 1, 1, 1, 0, 0, 0, 2], 12301880846.160791]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 2, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 2, 0, 2], [1, 1, 0, 0, 1, 0, 1, 0, 2], 12300392214.209774]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 0, 3, 0], [2, 1, 1, 1, 1, 0, 0, 3, 0], 12300257438.82902]
+--- Retained value to add in file: [0, 0, 0, 2, 2, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 2, 0, 3, 1], [1, 0, 0, 0, 1, 1, 0, 3, 1], 12298677569.354792]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 0, 3, 1], [0, 1, 1, 1, 0, 0, 0, 3, 1], 12298497725.817204]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 0, 3, 3], [2, 1, 0, 1, 0, 0, 0, 3, 3], 12298168747.690954]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 0, 3, 1], [1, 0, 1, 1, 0, 0, 0, 3, 1], 12297264280.303913]
 --- Retained value to add in file: [0, 1, 0, 0, 1, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 0, 1, 3], [0, 0, 1, 0, 0, 2, 1, 0, 1, 1], 8288023194.265838]
---- Retained value to add in file: [0, 1, 0, 0, 1, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 0, 2, 3], [0, 0, 1, 0, 0, 2, 1, 0, 1, 1], 8288023194.265838]
---- Retained value to add in file: [0, 1, 0, 0, 1, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 0, 3, 3], [0, 0, 1, 0, 0, 2, 1, 0, 1, 1], 8288023194.265838]
---- Retained value to add in file: [2, 2, 2, 0, 0, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 2, 3, 0], [1, 1, 1, 1, 0, 2, 0, 1, 1, 0], 8275726627.7807665]
---- Retained value to add in file: [2, 2, 2, 0, 0, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 2, 0, 1], [1, 1, 1, 1, 0, 0, 0, 1, 0, 1], 8271980071.483737]
---- Retained value to add in file: [2, 2, 2, 0, 0, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 2, 2, 0], [1, 1, 1, 1, 0, 1, 0, 1, 1, 0], 8270635288.432704]
---- Retained value to add in file: [3, 3, 3, 0, 3, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 3, 0, 0], [2, 1, 1, 1, 0, 2, 1, 1, 0, 0], 8269096408.083435]
---- Retained value to add in file: [2, 2, 2, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 0, 1, 3], [1, 1, 1, 1, 0, 2, 0, 0, 1, 1], 8265334194.234658]
---- Retained value to add in file: [2, 2, 2, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 0, 2, 3], [1, 1, 1, 1, 0, 2, 0, 0, 1, 1], 8265334194.234658]
---- Retained value to add in file: [2, 2, 2, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 0, 3, 3], [1, 1, 1, 1, 0, 2, 0, 0, 1, 1], 8265334194.234658]
---- Retained value to add in file: [1, 1, 0, 1, 1, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 0, 1, 0], [0, 1, 1, 0, 1, 0, 1, 0, 1, 0], 8263303650.671897]
---- Retained value to add in file: [0, 3, 0, 3, 0, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 3, 3, 0], [2, 0, 1, 0, 1, 2, 0, 1, 1, 0], 8255956363.37636]
---- Retained value to add in file: [1, 1, 0, 1, 1, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 1, 0, 0], [0, 1, 1, 0, 1, 0, 1, 1, 0, 0], 8252171940.879493]
---- Retained value to add in file: [1, 0, 0, 0, 1, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 1, 1, 0], [0, 1, 0, 0, 0, 0, 1, 1, 1, 0], 8251810627.797311]
---- Retained value to add in file: [0, 3, 0, 3, 3, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 0, 1, 0], [2, 0, 1, 0, 1, 0, 1, 0, 1, 0], 8250546291.850171]
---- Retained value to add in file: [0, 0, 1, 1, 0, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 1, 0, 2], [0, 0, 0, 1, 1, 1, 0, 1, 0, 1], 8249480757.242855]
---- Retained value to add in file: [2, 0, 2, 2, 2, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 2, 0, 0, 0], [1, 1, 0, 1, 1, 1, 1, 0, 0, 0], 8246772097.467452]
---- Retained value to add in file: [2, 0, 0, 2, 2, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 0, 3, 0], [1, 1, 0, 0, 1, 2, 1, 0, 1, 0], 8244945333.292918]
---- Retained value to add in file: [0, 3, 0, 3, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 0, 1, 3], [2, 0, 1, 0, 1, 2, 0, 0, 1, 1], 8242881493.202097]
---- Retained value to add in file: [0, 3, 0, 3, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 0, 2, 3], [2, 0, 1, 0, 1, 2, 0, 0, 1, 1], 8242881493.202097]
---- Retained value to add in file: [0, 3, 0, 3, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 0, 3, 3], [2, 0, 1, 0, 1, 2, 0, 0, 1, 1], 8242881493.202097]
---- Retained value to add in file: [0, 0, 3, 0, 3, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 3, 0, 1], [2, 0, 0, 1, 0, 0, 1, 1, 0, 1], 8241763705.046319]
---- Retained value to add in file: [2, 0, 0, 2, 2, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 0, 1, 0], [1, 1, 0, 0, 1, 0, 1, 0, 1, 0], 8240128176.111988]
---- Retained value to add in file: [1, 0, 0, 1, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 0, 1, 3], [0, 1, 0, 0, 1, 2, 0, 0, 1, 1], 8234521482.177087]
---- Retained value to add in file: [1, 0, 0, 1, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 0, 2, 3], [0, 1, 0, 0, 1, 2, 0, 0, 1, 1], 8234521482.177087]
---- Retained value to add in file: [1, 0, 0, 1, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 0, 3, 3], [0, 1, 0, 0, 1, 2, 0, 0, 1, 1], 8234521482.177087]
---- Retained value to add in file: [3, 0, 0, 3, 3, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 0, 1, 0], [2, 1, 0, 0, 1, 0, 1, 0, 1, 0], 8231903087.809976]
---- Retained value to add in file: [0, 0, 1, 1, 1, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 0, 0, 2], [0, 0, 0, 1, 1, 1, 1, 0, 0, 1], 8222867065.522205]
---- Retained value to add in file: [0, 2, 0, 0, 0, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 2, 1, 1], [1, 0, 1, 0, 0, 0, 0, 1, 1, 1], 8220323241.376572]
---- Retained value to add in file: [0, 2, 0, 0, 0, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 2, 2, 1], [1, 0, 1, 0, 0, 0, 0, 1, 1, 1], 8220323241.376572]
---- Retained value to add in file: [0, 2, 0, 0, 0, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 2, 3, 1], [1, 0, 1, 0, 0, 0, 0, 1, 1, 1], 8220323241.376572]
---- Retained value to add in file: [0, 0, 1, 0, 1, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 1, 0, 1], [0, 0, 0, 1, 0, 0, 1, 1, 0, 1], 8216298387.934814]
---- Retained value to add in file: [1, 1, 1, 1, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 0, 0, 2], [0, 1, 1, 1, 1, 1, 0, 0, 0, 1], 8214192114.298017]
---- Retained value to add in file: [0, 0, 1, 0, 0, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 1, 1, 1], [0, 0, 0, 1, 0, 0, 0, 1, 1, 1], 8208826557.205231]
---- Retained value to add in file: [0, 0, 1, 0, 0, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 1, 2, 1], [0, 0, 0, 1, 0, 0, 0, 1, 1, 1], 8208826557.205231]
---- Retained value to add in file: [0, 0, 1, 0, 0, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 1, 3, 1], [0, 0, 0, 1, 0, 0, 0, 1, 1, 1], 8208826557.205231]
---- Retained value to add in file: [0, 3, 0, 3, 0, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 3, 2, 0], [2, 0, 1, 0, 1, 1, 0, 1, 1, 0], 8208702973.287241]
---- Retained value to add in file: [3, 0, 3, 3, 3, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 3, 0, 0, 0], [2, 1, 0, 1, 1, 2, 1, 0, 0, 0], 8207950840.210804]
---- Retained value to add in file: [2, 2, 0, 2, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 0, 0, 3], [1, 1, 1, 0, 1, 2, 0, 0, 0, 1], 8206186345.602168]
---- Retained value to add in file: [0, 0, 3, 0, 3, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 0, 1, 1], [2, 0, 0, 1, 0, 0, 1, 0, 1, 1], 8204238900.356524]
---- Retained value to add in file: [0, 0, 3, 0, 3, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 0, 2, 1], [2, 0, 0, 1, 0, 0, 1, 0, 1, 1], 8204238900.356524]
---- Retained value to add in file: [0, 0, 3, 0, 3, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 0, 3, 1], [2, 0, 0, 1, 0, 0, 1, 0, 1, 1], 8204238900.356524]
---- Retained value to add in file: [0, 0, 1, 0, 1, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 1, 3, 0], [0, 0, 0, 1, 0, 2, 1, 1, 1, 0], 8201164007.280801]
---- Retained value to add in file: [1, 0, 0, 1, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 0, 1, 2], [0, 1, 0, 0, 1, 1, 0, 0, 1, 1], 8200909975.607705]
---- Retained value to add in file: [1, 0, 0, 1, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 0, 2, 2], [0, 1, 0, 0, 1, 1, 0, 0, 1, 1], 8200909975.607705]
---- Retained value to add in file: [1, 0, 0, 1, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 0, 3, 2], [0, 1, 0, 0, 1, 1, 0, 0, 1, 1], 8200909975.607705]
---- Retained value to add in file: [0, 1, 0, 1, 1, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 0, 0, 2], [0, 0, 1, 0, 1, 1, 1, 0, 0, 1], 8200845105.616624]
---- Retained value to add in file: [3, 0, 0, 0, 3, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 0, 1, 1], [2, 1, 0, 0, 0, 0, 1, 0, 1, 1], 8197395018.635303]
---- Retained value to add in file: [3, 0, 0, 0, 3, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 0, 2, 1], [2, 1, 0, 0, 0, 0, 1, 0, 1, 1], 8197395018.635303]
---- Retained value to add in file: [3, 0, 0, 0, 3, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 0, 3, 1], [2, 1, 0, 0, 0, 0, 1, 0, 1, 1], 8197395018.635303]
---- Retained value to add in file: [0, 1, 0, 1, 0, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 1, 0, 2], [0, 0, 1, 0, 1, 1, 0, 1, 0, 1], 8192116886.841393]
---- Retained value to add in file: [3, 0, 0, 0, 0, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 3, 1, 3], [2, 1, 0, 0, 0, 2, 0, 1, 1, 1], 8188153339.718906]
---- Retained value to add in file: [3, 0, 0, 0, 0, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 3, 2, 3], [2, 1, 0, 0, 0, 2, 0, 1, 1, 1], 8188153339.718906]
---- Retained value to add in file: [3, 0, 0, 0, 0, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 3, 3, 3], [2, 1, 0, 0, 0, 2, 0, 1, 1, 1], 8188153339.718906]
---- Retained value to add in file: [2, 0, 0, 2, 0, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 2, 1, 0], [1, 1, 0, 0, 1, 0, 0, 1, 1, 0], 8182434463.022957]
---- Retained value to add in file: [0, 0, 2, 2, 0, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 2, 1, 0], [1, 0, 0, 1, 1, 0, 0, 1, 1, 0], 8181346548.738388]
---- Retained value to add in file: [3, 0, 0, 0, 3, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 3, 0, 3], [2, 1, 0, 0, 0, 2, 1, 1, 0, 1], 8177560915.651201]
---- Retained value to add in file: [0, 0, 1, 0, 1, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 1, 1, 0], [0, 0, 0, 1, 0, 0, 1, 1, 1, 0], 8176907317.571983]
---- Retained value to add in file: [2, 0, 2, 0, 0, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 2, 0, 3], [1, 1, 0, 1, 0, 2, 0, 1, 0, 1], 8172501725.277373]
---- Retained value to add in file: [3, 0, 0, 0, 3, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 0, 1, 2], [2, 1, 0, 0, 0, 1, 1, 0, 1, 1], 8172479391.600128]
---- Retained value to add in file: [3, 0, 0, 0, 3, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 0, 2, 2], [2, 1, 0, 0, 0, 1, 1, 0, 1, 1], 8172479391.600128]
---- Retained value to add in file: [3, 0, 0, 0, 3, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 0, 3, 2], [2, 1, 0, 0, 0, 1, 1, 0, 1, 1], 8172479391.600128]
---- Retained value to add in file: [3, 3, 3, 0, 0, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 3, 0, 1], [2, 1, 1, 1, 0, 0, 0, 1, 0, 1], 8171088125.455832]
---- Retained value to add in file: [0, 0, 3, 3, 3, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 0, 3, 0], [2, 0, 0, 1, 1, 2, 1, 0, 1, 0], 8167811863.961212]
---- Retained value to add in file: [1, 0, 0, 1, 0, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 1, 3, 0], [0, 1, 0, 0, 1, 2, 0, 1, 1, 0], 8162042923.768224]
---- Retained value to add in file: [0, 0, 1, 0, 1, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 0, 1, 3], [0, 0, 0, 1, 0, 2, 1, 0, 1, 1], 8161871021.981843]
---- Retained value to add in file: [0, 0, 1, 0, 1, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 0, 2, 3], [0, 0, 0, 1, 0, 2, 1, 0, 1, 1], 8161871021.981843]
---- Retained value to add in file: [0, 0, 1, 0, 1, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 0, 3, 3], [0, 0, 0, 1, 0, 2, 1, 0, 1, 1], 8161871021.981843]
---- Retained value to add in file: [0, 1, 0, 0, 1, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 1, 1, 0], [0, 0, 1, 0, 0, 0, 1, 1, 1, 0], 8161761665.177087]
---- Retained value to add in file: [0, 1, 0, 0, 1, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 1, 0, 1], [0, 0, 1, 0, 0, 0, 1, 1, 0, 1], 8161361325.62549]
---- Retained value to add in file: [0, 1, 0, 1, 1, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 0, 0, 3], [0, 0, 1, 0, 1, 2, 1, 0, 0, 1], 8160869036.475772]
---- Retained value to add in file: [3, 3, 0, 3, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 0, 0, 2], [2, 1, 1, 0, 1, 1, 0, 0, 0, 1], 8160830195.572197]
---- Retained value to add in file: [2, 0, 2, 0, 0, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 2, 0, 2], [1, 1, 0, 1, 0, 1, 0, 1, 0, 1], 8158247532.367705]
---- Retained value to add in file: [0, 3, 0, 0, 3, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 3, 0, 2], [2, 0, 1, 0, 0, 1, 1, 1, 0, 1], 8151662923.7818165]
---- Retained value to add in file: [0, 1, 0, 0, 0, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 1, 1, 1], [0, 0, 1, 0, 0, 0, 0, 1, 1, 1], 8146233968.305574]
---- Retained value to add in file: [0, 1, 0, 0, 0, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 1, 2, 1], [0, 0, 1, 0, 0, 0, 0, 1, 1, 1], 8146233968.305574]
---- Retained value to add in file: [0, 1, 0, 0, 0, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 1, 3, 1], [0, 0, 1, 0, 0, 0, 0, 1, 1, 1], 8146233968.305574]
---- Retained value to add in file: [2, 2, 2, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 0, 1, 1], [1, 1, 1, 1, 0, 0, 0, 0, 1, 1], 8143374522.418017]
---- Retained value to add in file: [2, 2, 2, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 0, 2, 1], [1, 1, 1, 1, 0, 0, 0, 0, 1, 1], 8143374522.418017]
---- Retained value to add in file: [2, 2, 2, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 0, 3, 1], [1, 1, 1, 1, 0, 0, 0, 0, 1, 1], 8143374522.418017]
---- Retained value to add in file: [3, 3, 3, 0, 3, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 0, 1, 0], [2, 1, 1, 1, 0, 0, 1, 0, 1, 0], 8141352669.717722]
---- Retained value to add in file: [0, 1, 0, 1, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 0, 1, 3], [0, 0, 1, 0, 1, 2, 0, 0, 1, 1], 8140256764.556718]
---- Retained value to add in file: [0, 1, 0, 1, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 0, 2, 3], [0, 0, 1, 0, 1, 2, 0, 0, 1, 1], 8140256764.556718]
---- Retained value to add in file: [0, 1, 0, 1, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 0, 3, 3], [0, 0, 1, 0, 1, 2, 0, 0, 1, 1], 8140256764.556718]
---- Retained value to add in file: [1, 1, 1, 0, 0, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 1, 0, 2], [0, 1, 1, 1, 0, 1, 0, 1, 0, 1], 8134045709.687141]
---- Retained value to add in file: [1, 1, 1, 0, 1, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 0, 0, 2], [0, 1, 1, 1, 0, 1, 1, 0, 0, 1], 8132153911.364468]
---- Retained value to add in file: [0, 0, 0, 2, 0, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 2, 0, 3], [1, 0, 0, 0, 1, 2, 0, 1, 0, 1], 8127390346.037182]
---- Retained value to add in file: [3, 0, 0, 0, 0, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 3, 1, 1], [2, 1, 0, 0, 0, 0, 0, 1, 1, 1], 8126977718.448352]
---- Retained value to add in file: [3, 0, 0, 0, 0, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 3, 2, 1], [2, 1, 0, 0, 0, 0, 0, 1, 1, 1], 8126977718.448352]
---- Retained value to add in file: [3, 0, 0, 0, 0, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 3, 3, 1], [2, 1, 0, 0, 0, 0, 0, 1, 1, 1], 8126977718.448352]
---- Retained value to add in file: [0, 0, 1, 1, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 0, 1, 2], [0, 0, 0, 1, 1, 1, 0, 0, 1, 1], 8121477760.455231]
---- Retained value to add in file: [0, 0, 1, 1, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 0, 2, 2], [0, 0, 0, 1, 1, 1, 0, 0, 1, 1], 8121477760.455231]
---- Retained value to add in file: [0, 0, 1, 1, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 0, 3, 2], [0, 0, 0, 1, 1, 1, 0, 0, 1, 1], 8121477760.455231]
---- Retained value to add in file: [3, 3, 0, 3, 0, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 3, 0, 0], [2, 1, 1, 0, 1, 2, 0, 1, 0, 0], 8116296064.912096]
---- Retained value to add in file: [3, 3, 0, 3, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 0, 0, 3], [2, 1, 1, 0, 1, 2, 0, 0, 0, 1], 8116252521.616501]
---- Retained value to add in file: [0, 0, 1, 1, 1, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 0, 0, 3], [0, 0, 0, 1, 1, 2, 1, 0, 0, 1], 8112901389.733227]
---- Retained value to add in file: [0, 0, 1, 1, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 0, 1, 3], [0, 0, 0, 1, 1, 2, 0, 0, 1, 1], 8109577101.8448105]
---- Retained value to add in file: [0, 0, 1, 1, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 0, 2, 3], [0, 0, 0, 1, 1, 2, 0, 0, 1, 1], 8109577101.8448105]
---- Retained value to add in file: [0, 0, 1, 1, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 0, 3, 3], [0, 0, 0, 1, 1, 2, 0, 0, 1, 1], 8109577101.8448105]
---- Retained value to add in file: [0, 3, 0, 3, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 0, 1, 1], [2, 0, 1, 0, 1, 0, 0, 0, 1, 1], 8104010240.728194]
---- Retained value to add in file: [0, 3, 0, 3, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 0, 2, 1], [2, 0, 1, 0, 1, 0, 0, 0, 1, 1], 8104010240.728194]
+--- Raw result : [[0, 1, 0, 0, 1, 0, 1, 3], [0, 0, 1, 0, 0, 1, 0, 1, 3], 12296421395.80296]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 1, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 1, 3, 1], [0, 1, 0, 0, 0, 0, 1, 3, 1], 12294832655.454613]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 2, 2, 0], [1, 0, 0, 1, 0, 0, 1, 2, 0], 12293914905.086662]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 0, 3, 2], [1, 1, 1, 0, 0, 0, 0, 3, 2], 12293210659.149246]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 0, 3, 1], [0, 1, 0, 1, 0, 1, 0, 3, 1], 12292911409.183496]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 0, 1, 3], [1, 1, 1, 1, 0, 1, 0, 1, 3], 12291770398.12247]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 0, 3, 2], [2, 0, 0, 0, 1, 0, 0, 3, 2], 12290992959.678154]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 0, 3, 1], [0, 0, 1, 0, 1, 1, 0, 3, 1], 12288850007.870518]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 0, 3, 1], [2, 0, 0, 1, 1, 0, 0, 3, 1], 12288801666.645271]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 0, 1, 3], [2, 1, 1, 1, 0, 1, 0, 1, 3], 12286075600.473251]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 0, 3, 1], [2, 1, 0, 1, 0, 0, 0, 3, 1], 12285871049.885674]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 2, 0, 1], [1, 1, 0, 1, 0, 1, 1, 0, 1], 12285633558.843838]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 0, 0, 1], [1, 1, 1, 1, 1, 0, 0, 0, 1], 12282735208.150982]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 0, 2, 3], [1, 0, 1, 0, 0, 0, 0, 2, 3], 12280106489.196869]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 0, 3, 2], [1, 0, 1, 0, 0, 0, 0, 3, 2], 12279418748.293669]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 0, 3, 3], [2, 0, 0, 1, 0, 1, 0, 3, 3], 12276796161.913214]
 --- Retained value to add in file: [0, 3, 0, 3, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 0, 3, 1], [2, 0, 1, 0, 1, 0, 0, 0, 1, 1], 8104010240.728194]
---- Retained value to add in file: [0, 1, 0, 1, 0, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 1, 3, 0], [0, 0, 1, 0, 1, 2, 0, 1, 1, 0], 8101669531.423875]
---- Retained value to add in file: [0, 3, 0, 3, 3, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 0, 3, 0], [2, 0, 1, 0, 1, 2, 1, 0, 1, 0], 8101424185.008453]
---- Retained value to add in file: [1, 1, 0, 1, 0, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 1, 1, 0], [0, 1, 1, 0, 1, 0, 0, 1, 1, 0], 8100876083.622798]
---- Retained value to add in file: [0, 2, 2, 0, 2, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 0, 0, 2], [1, 0, 1, 1, 0, 1, 1, 0, 0, 1], 8090728307.527595]
---- Retained value to add in file: [3, 3, 3, 0, 3, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 0, 2, 0], [2, 1, 1, 1, 0, 1, 1, 0, 1, 0], 8090593785.562767]
---- Retained value to add in file: [2, 2, 2, 0, 2, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 0, 3, 0], [1, 1, 1, 1, 0, 2, 1, 0, 1, 0], 8089789700.417556]
+--- Raw result : [[0, 3, 0, 3, 0, 0, 3, 1], [2, 0, 1, 0, 1, 0, 0, 3, 1], 12276519653.94907]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 0, 2, 0], [2, 0, 1, 1, 1, 1, 0, 2, 0], 12263742170.48463]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 1, 3, 0], [0, 1, 1, 0, 1, 0, 1, 3, 0], 12260385933.117136]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 0, 1, 1], [2, 1, 0, 1, 0, 1, 0, 1, 1], 12255667982.234657]
+--- Retained value to add in file: [2, 0, 0, 0, 2, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 2, 0, 3, 1], [1, 1, 0, 0, 0, 1, 0, 3, 1], 12254912704.29487]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 3, 1, 3], [2, 0, 0, 1, 1, 0, 1, 1, 3], 12252985565.636906]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 0, 2, 0], [1, 1, 1, 0, 0, 0, 0, 2, 0], 12251730533.636198]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 0, 1, 2], [2, 0, 1, 0, 1, 1, 0, 1, 2], 12249140835.024757]
+--- Retained value to add in file: [3, 0, 3, 3, 3, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 3, 0, 3, 0], [2, 1, 0, 1, 1, 1, 0, 3, 0], 12248155352.297575]
+--- Retained value to add in file: [3, 0, 3, 3, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 0, 0, 2, 0], [2, 1, 0, 1, 1, 0, 0, 2, 0], 12245665213.060905]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 0, 3, 1], [2, 0, 1, 1, 0, 0, 0, 3, 1], 12243090062.047886]
+--- Retained value to add in file: [2, 2, 0, 0, 2, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 2, 2, 0, 3], [1, 1, 1, 0, 0, 1, 1, 0, 3], 12242312309.706009]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 0, 3, 1], [2, 0, 0, 1, 0, 1, 0, 3, 1], 12240348693.673515]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 1, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 1, 1, 0], [0, 1, 1, 1, 0, 1, 1, 1, 0], 12236460416.805904]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 1, 1, 3], [0, 0, 0, 0, 0, 1, 1, 1, 3], 12235374092.24031]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 0, 1, 3], [0, 0, 1, 1, 0, 1, 0, 1, 3], 12233116991.72357]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 3, 0, 3], [2, 0, 1, 0, 1, 1, 1, 0, 3], 12232573187.153242]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 0, 1, 2], [1, 0, 1, 0, 0, 0, 0, 1, 2], 12229959170.065022]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 2, 0, 1], [1, 0, 1, 1, 0, 0, 1, 0, 1], 12228425536.2189]
+--- Retained value to add in file: [1, 1, 0, 0, 1, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 1, 0, 1, 3], [0, 1, 1, 0, 0, 1, 0, 1, 3], 12225086841.064695]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 0, 1, 3], [2, 1, 1, 0, 1, 1, 0, 1, 3], 12223397210.610512]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 2, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 2, 1, 1], [1, 0, 0, 0, 0, 0, 1, 1, 1], 12220673100.13145]
+--- Retained value to add in file: [0, 0, 3, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 0, 0, 3, 2], [2, 0, 0, 1, 0, 0, 0, 3, 2], 12219516010.731941]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 0, 2, 3], [2, 1, 1, 0, 0, 0, 0, 2, 3], 12219010104.052414]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 0, 1, 1], [0, 0, 0, 0, 1, 1, 0, 1, 1], 12218947237.372738]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 1, 1, 3], [0, 0, 1, 0, 0, 1, 1, 1, 3], 12217392435.557264]
+--- Retained value to add in file: [0, 3, 0, 0, 3, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 3, 0, 3, 3], [2, 0, 1, 0, 0, 1, 0, 3, 3], 12214811030.678766]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 1, 2, 0], [0, 1, 0, 0, 0, 1, 1, 2, 0], 12212304910.332542]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 2, 1, 3], [1, 0, 0, 0, 1, 0, 1, 1, 3], 12211218425.34946]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 3, 1, 3], [2, 1, 0, 1, 0, 0, 1, 1, 3], 12210178783.562443]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 0, 1, 3], [0, 1, 1, 1, 0, 1, 0, 1, 3], 12208064148.721985]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 2, 3, 0], [1, 0, 0, 1, 0, 0, 1, 3, 0], 12207221289.053951]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 1, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 1, 1, 0], [0, 0, 1, 1, 1, 1, 1, 1, 0], 12206633403.856152]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 1, 1, 1], [0, 1, 0, 1, 0, 0, 1, 1, 1], 12206375589.078041]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 0, 3, 3], [1, 1, 1, 0, 0, 0, 0, 3, 3], 12206366246.265657]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 0, 1, 2], [1, 0, 0, 0, 1, 0, 0, 1, 2], 12205110054.022593]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 0, 1, 2], [1, 1, 0, 0, 0, 0, 0, 1, 2], 12204080309.306726]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 1, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 1, 3, 1], [0, 0, 0, 0, 1, 0, 1, 3, 1], 12204000238.64257]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 0, 1, 2], [1, 1, 0, 1, 0, 0, 0, 1, 2], 12203775361.006756]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 0, 1, 3], [0, 0, 0, 0, 0, 0, 0, 1, 3], 12202682439.831638]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 0, 3, 3], [1, 0, 0, 1, 0, 0, 0, 3, 3], 12201414770.738897]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 3, 0, 3], [2, 0, 0, 1, 1, 1, 1, 0, 3], 12194755453.633793]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 0, 3, 1], [2, 0, 0, 0, 1, 1, 0, 3, 1], 12194715373.494377]
+--- Retained value to add in file: [0, 0, 2, 0, 2, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 2, 0, 3, 1], [1, 0, 0, 1, 0, 1, 0, 3, 1], 12194476181.655039]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 1, 2, 0], [0, 0, 1, 0, 0, 1, 1, 2, 0], 12194045041.370298]
 --- Retained value to add in file: [0, 0, 3, 0, 3, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 0, 1, 2], [2, 0, 0, 1, 0, 1, 1, 0, 1, 1], 8088646484.864264]
---- Retained value to add in file: [0, 0, 3, 0, 3, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 0, 2, 2], [2, 0, 0, 1, 0, 1, 1, 0, 1, 1], 8088646484.864264]
---- Retained value to add in file: [0, 0, 3, 0, 3, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 0, 3, 2], [2, 0, 0, 1, 0, 1, 1, 0, 1, 1], 8088646484.864264]
---- Retained value to add in file: [3, 0, 0, 3, 0, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 3, 1, 0], [2, 1, 0, 0, 1, 0, 0, 1, 1, 0], 8083320395.75784]
---- Retained value to add in file: [0, 1, 0, 1, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 0, 1, 2], [0, 0, 1, 0, 1, 1, 0, 0, 1, 1], 8082408634.414054]
---- Retained value to add in file: [0, 1, 0, 1, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 0, 2, 2], [0, 0, 1, 0, 1, 1, 0, 0, 1, 1], 8082408634.414054]
---- Retained value to add in file: [0, 1, 0, 1, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 0, 3, 2], [0, 0, 1, 0, 1, 1, 0, 0, 1, 1], 8082408634.414054]
---- Retained value to add in file: [3, 0, 0, 0, 3, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 3, 2, 0], [2, 1, 0, 0, 0, 1, 1, 1, 1, 0], 8074451987.918464]
---- Retained value to add in file: [0, 2, 2, 2, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 0, 0, 1], [1, 0, 1, 1, 1, 0, 0, 0, 0, 1], 8073803479.225424]
---- Retained value to add in file: [2, 2, 0, 2, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 0, 0, 2], [1, 1, 1, 0, 1, 1, 0, 0, 0, 1], 8073705881.179416]
---- Retained value to add in file: [1, 0, 0, 1, 1, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 0, 0, 2], [0, 1, 0, 0, 1, 1, 1, 0, 0, 1], 8072651409.815812]
---- Retained value to add in file: [0, 0, 3, 3, 0, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 3, 1, 0], [2, 0, 0, 1, 1, 0, 0, 1, 1, 0], 8068378511.841205]
---- Retained value to add in file: [2, 0, 2, 2, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 0, 0, 1], [1, 1, 0, 1, 1, 0, 0, 0, 0, 1], 8065938220.721781]
---- Retained value to add in file: [0, 0, 1, 1, 0, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 1, 3, 0], [0, 0, 0, 1, 1, 2, 0, 1, 1, 0], 8063299470.822293]
---- Retained value to add in file: [3, 3, 3, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 0, 1, 2], [2, 1, 1, 1, 0, 1, 0, 0, 1, 1], 8062606528.995188]
---- Retained value to add in file: [3, 3, 3, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 0, 2, 2], [2, 1, 1, 1, 0, 1, 0, 0, 1, 1], 8062606528.995188]
---- Retained value to add in file: [3, 3, 3, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 0, 3, 2], [2, 1, 1, 1, 0, 1, 0, 0, 1, 1], 8062606528.995188]
---- Retained value to add in file: [2, 0, 2, 0, 2, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 0, 0, 2], [1, 1, 0, 1, 0, 1, 1, 0, 0, 1], 8057702396.502927]
---- Retained value to add in file: [1, 0, 0, 1, 1, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 0, 0, 3], [0, 1, 0, 0, 1, 2, 1, 0, 0, 1], 8037315403.499204]
---- Retained value to add in file: [3, 0, 0, 3, 3, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 0, 3, 0], [2, 1, 0, 0, 1, 2, 1, 0, 1, 0], 8026574660.465553]
---- Retained value to add in file: [1, 1, 1, 0, 1, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 0, 0, 3], [0, 1, 1, 1, 0, 2, 1, 0, 0, 1], 8023344776.554105]
---- Retained value to add in file: [1, 1, 1, 0, 0, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 1, 3, 0], [0, 1, 1, 1, 0, 2, 0, 1, 1, 0], 7999883967.735832]
---- Retained value to add in file: [0, 2, 0, 2, 0, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 2, 1, 0], [1, 0, 1, 0, 1, 0, 0, 1, 1, 0], 7994543113.841715]
---- Retained value to add in file: [0, 0, 3, 0, 3, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 3, 0, 3], [2, 0, 0, 1, 0, 2, 1, 1, 0, 1], 7993851624.130842]
---- Retained value to add in file: [0, 2, 2, 0, 2, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 0, 0, 1], [1, 0, 1, 1, 0, 0, 1, 0, 0, 1], 7987051804.589975]
---- Retained value to add in file: [1, 0, 0, 1, 0, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 1, 2, 0], [0, 1, 0, 0, 1, 1, 0, 1, 1, 0], 7981044273.20177]
---- Retained value to add in file: [0, 0, 0, 0, 0, 1, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 1, 1, 3], [0, 0, 0, 0, 0, 2, 0, 1, 1, 1], 7980018366.88675]
---- Retained value to add in file: [0, 0, 0, 0, 0, 1, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 1, 2, 3], [0, 0, 0, 0, 0, 2, 0, 1, 1, 1], 7980018366.88675]
---- Retained value to add in file: [0, 0, 0, 0, 0, 1, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 1, 3, 3], [0, 0, 0, 0, 0, 2, 0, 1, 1, 1], 7980018366.88675]
---- Retained value to add in file: [0, 0, 0, 0, 0, 2, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 2, 1, 3], [0, 0, 0, 0, 0, 2, 0, 1, 1, 1], 7980018366.88675]
---- Retained value to add in file: [0, 0, 0, 0, 0, 2, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 2, 2, 3], [0, 0, 0, 0, 0, 2, 0, 1, 1, 1], 7980018366.88675]
---- Retained value to add in file: [0, 0, 0, 0, 0, 2, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 2, 3, 3], [0, 0, 0, 0, 0, 2, 0, 1, 1, 1], 7980018366.88675]
---- Retained value to add in file: [0, 0, 0, 0, 0, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 3, 1, 3], [0, 0, 0, 0, 0, 2, 0, 1, 1, 1], 7980018366.88675]
---- Retained value to add in file: [0, 0, 0, 0, 0, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 3, 2, 3], [0, 0, 0, 0, 0, 2, 0, 1, 1, 1], 7980018366.88675]
---- Retained value to add in file: [0, 0, 0, 0, 0, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 3, 3, 3], [0, 0, 0, 0, 0, 2, 0, 1, 1, 1], 7980018366.88675]
---- Retained value to add in file: [1, 1, 1, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 0, 1, 2], [0, 1, 1, 1, 0, 1, 0, 0, 1, 1], 7979760162.542192]
---- Retained value to add in file: [1, 1, 1, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 0, 2, 2], [0, 1, 1, 1, 0, 1, 0, 0, 1, 1], 7979760162.542192]
---- Retained value to add in file: [1, 1, 1, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 0, 3, 2], [0, 1, 1, 1, 0, 1, 0, 0, 1, 1], 7979760162.542192]
---- Retained value to add in file: [2, 0, 2, 0, 2, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 0, 0, 1], [1, 1, 0, 1, 0, 0, 1, 0, 0, 1], 7976488360.168121]
---- Retained value to add in file: [3, 0, 0, 0, 3, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 3, 1, 0], [2, 1, 0, 0, 0, 0, 1, 1, 1, 0], 7976352045.365032]
---- Retained value to add in file: [0, 0, 0, 0, 0, 1, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 1, 1, 2], [0, 0, 0, 0, 0, 1, 0, 1, 1, 1], 7976116395.445291]
---- Retained value to add in file: [0, 0, 0, 0, 0, 1, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 1, 2, 2], [0, 0, 0, 0, 0, 1, 0, 1, 1, 1], 7976116395.445291]
---- Retained value to add in file: [0, 0, 0, 0, 0, 1, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 1, 3, 2], [0, 0, 0, 0, 0, 1, 0, 1, 1, 1], 7976116395.445291]
---- Retained value to add in file: [0, 0, 0, 0, 0, 2, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 2, 1, 2], [0, 0, 0, 0, 0, 1, 0, 1, 1, 1], 7976116395.445291]
---- Retained value to add in file: [0, 0, 0, 0, 0, 2, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 2, 2, 2], [0, 0, 0, 0, 0, 1, 0, 1, 1, 1], 7976116395.445291]
---- Retained value to add in file: [0, 0, 0, 0, 0, 2, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 2, 3, 2], [0, 0, 0, 0, 0, 1, 0, 1, 1, 1], 7976116395.445291]
+--- Raw result : [[0, 0, 3, 0, 3, 0, 1, 2], [2, 0, 0, 1, 0, 1, 0, 1, 2], 12193996961.57197]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 0, 0, 2], [2, 1, 1, 1, 1, 0, 0, 0, 2], 12193714313.383904]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 2, 0, 0], [1, 1, 1, 1, 1, 0, 1, 0, 0], 12192939501.040722]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 0, 2, 0], [1, 1, 0, 1, 0, 1, 0, 2, 0], 12191644906.416393]
+--- Retained value to add in file: [1, 1, 0, 0, 0, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 0, 1, 2, 0], [0, 1, 1, 0, 0, 0, 1, 2, 0], 12190208015.551908]
+--- Retained value to add in file: [0, 0, 3, 0, 0, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 0, 3, 3, 0], [2, 0, 0, 1, 0, 0, 1, 3, 0], 12189851841.22114]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 0, 1, 1], [2, 1, 0, 1, 0, 0, 0, 1, 1], 12188107802.413036]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 0, 2, 3], [2, 0, 1, 1, 0, 0, 0, 2, 3], 12185062694.724022]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 1, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 1, 3, 1], [0, 0, 0, 0, 1, 1, 1, 3, 1], 12177123414.217768]
+--- Retained value to add in file: [3, 3, 0, 0, 3, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 3, 0, 3, 0], [2, 1, 1, 0, 0, 1, 0, 3, 0], 12176776493.810158]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 1, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 1, 3, 1], [0, 0, 0, 0, 0, 0, 1, 3, 1], 12173309798.739796]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 1, 1, 3], [0, 0, 0, 1, 0, 1, 1, 1, 3], 12172597264.86913]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 0, 0, 2], [1, 1, 1, 1, 0, 1, 0, 0, 2], 12165015202.922892]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 1, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 1, 3, 1], [0, 0, 0, 0, 0, 1, 1, 3, 1], 12163957939.406914]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 0, 3, 0], [2, 1, 1, 0, 1, 1, 0, 3, 0], 12163776621.401117]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 3, 0, 2], [2, 1, 0, 0, 0, 1, 1, 0, 2], 12161650252.863886]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 1, 2, 0], [0, 0, 0, 1, 1, 0, 1, 2, 0], 12161507058.734459]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 3, 0, 1], [2, 1, 0, 0, 1, 1, 1, 0, 1], 12161355359.836342]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 0, 1, 0], [2, 1, 1, 1, 1, 0, 0, 1, 0], 12159865750.881203]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 0, 2, 0], [1, 0, 1, 0, 1, 1, 0, 2, 0], 12157473936.28593]
+--- Retained value to add in file: [1, 1, 0, 0, 1, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 1, 0, 2, 0], [0, 1, 1, 0, 0, 1, 0, 2, 0], 12157138322.643568]
+--- Retained value to add in file: [2, 2, 2, 2, 2, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 2, 0, 0, 1], [1, 1, 1, 1, 1, 1, 0, 0, 1], 12156590383.959312]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 0, 1, 3], [2, 0, 1, 1, 1, 1, 0, 1, 3], 12156134883.090584]
+--- Retained value to add in file: [0, 0, 0, 0, 3, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 3, 0, 3, 3], [2, 0, 0, 0, 0, 1, 0, 3, 3], 12155964521.313898]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 0, 3, 2], [2, 1, 1, 0, 0, 0, 0, 3, 2], 12155379023.24191]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 1, 2, 0], [0, 0, 1, 1, 0, 0, 1, 2, 0], 12154759368.33418]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 2, 3, 0], [1, 0, 0, 0, 1, 0, 1, 3, 0], 12152724768.883266]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 0, 3, 1], [0, 0, 1, 1, 0, 0, 0, 3, 1], 12145156447.902927]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 0, 2, 0], [2, 1, 0, 1, 0, 1, 0, 2, 0], 12143057857.821709]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 0, 1, 0], [1, 1, 1, 1, 1, 0, 0, 1, 0], 12139693898.999722]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 0, 1, 1], [0, 0, 1, 0, 0, 1, 0, 1, 1], 12139191753.301998]
+--- Retained value to add in file: [0, 2, 2, 2, 0, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 0, 2, 0, 3], [1, 0, 1, 1, 1, 0, 1, 0, 3], 12138938242.303658]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 1, 0, 2], [0, 1, 1, 0, 1, 0, 1, 0, 2], 12138773184.673897]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 1, 1, 1], [0, 0, 0, 1, 0, 0, 1, 1, 1], 12136595182.193432]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 0, 3, 2], [1, 1, 0, 0, 0, 0, 0, 3, 2], 12134351505.579838]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 3, 0, 1], [2, 0, 0, 1, 1, 1, 1, 0, 1], 12129844786.189919]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 0, 0, 2], [0, 0, 0, 1, 1, 1, 0, 0, 2], 12129055441.381067]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 0, 1, 3], [2, 0, 0, 1, 1, 1, 0, 1, 3], 12128798407.434437]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 0, 3, 1], [0, 1, 0, 0, 0, 1, 0, 3, 1], 12126515775.2443]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 0, 1, 1], [0, 1, 0, 0, 0, 1, 0, 1, 1], 12125682741.606579]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 1, 1, 3], [0, 1, 1, 0, 1, 0, 1, 1, 3], 12124912547.12825]
+--- Retained value to add in file: [2, 2, 2, 2, 2, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 2, 0, 1, 0], [1, 1, 1, 1, 1, 1, 0, 1, 0], 12123804008.552631]
+--- Retained value to add in file: [2, 2, 0, 0, 2, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 2, 0, 1, 3], [1, 1, 1, 0, 0, 1, 0, 1, 3], 12123463330.91906]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 0, 3, 3], [2, 0, 1, 1, 0, 0, 0, 3, 3], 12123396162.26507]
+--- Retained value to add in file: [2, 2, 0, 0, 2, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 2, 0, 3, 0], [1, 1, 1, 0, 0, 1, 0, 3, 0], 12119257081.062113]
+--- Retained value to add in file: [0, 0, 3, 0, 0, 3, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 0, 3, 1, 1], [2, 0, 0, 1, 0, 0, 1, 1, 1], 12117339973.202953]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 3, 0, 3], [2, 1, 0, 0, 1, 1, 1, 0, 3], 12115926764.170506]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 1, 1, 1], [0, 0, 1, 0, 0, 0, 1, 1, 1], 12114151505.62933]
+--- Retained value to add in file: [0, 0, 0, 2, 2, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 2, 2, 0, 3], [1, 0, 0, 0, 1, 1, 1, 0, 3], 12111273909.64893]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 1, 1, 1], [0, 0, 0, 0, 0, 1, 1, 1, 1], 12106625762.729717]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 1, 3, 0], [0, 0, 0, 1, 1, 1, 1, 3, 0], 12104523656.910658]
+--- Retained value to add in file: [0, 2, 0, 2, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 0, 0, 1, 1], [1, 0, 1, 0, 1, 0, 0, 1, 1], 12103999304.876509]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 0, 3, 1], [0, 1, 1, 0, 1, 0, 0, 3, 1], 12102426508.221973]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 0, 2, 0], [1, 0, 0, 1, 1, 1, 0, 2, 0], 12098568464.344006]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 0, 3, 1], [2, 1, 1, 0, 0, 0, 0, 3, 1], 12097361665.233845]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 0, 1, 3], [1, 0, 0, 0, 0, 1, 0, 1, 3], 12096383980.530746]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 2, 1, 3], [1, 0, 1, 0, 0, 0, 1, 1, 3], 12095782698.909895]
+--- Retained value to add in file: [3, 3, 0, 0, 3, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 3, 3, 0, 3], [2, 1, 1, 0, 0, 1, 1, 0, 3], 12092136002.239012]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 0, 2, 0], [1, 1, 0, 0, 1, 1, 0, 2, 0], 12091370957.887661]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 2, 0, 3], [1, 1, 1, 0, 1, 0, 1, 0, 3], 12091132023.481224]
+--- Retained value to add in file: [1, 1, 0, 0, 1, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 1, 1, 0, 2], [0, 1, 1, 0, 0, 1, 1, 0, 2], 12087393347.906761]
 --- Retained value to add in file: [0, 0, 0, 0, 0, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 3, 1, 2], [0, 0, 0, 0, 0, 1, 0, 1, 1, 1], 7976116395.445291]
---- Retained value to add in file: [0, 0, 0, 0, 0, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 3, 2, 2], [0, 0, 0, 0, 0, 1, 0, 1, 1, 1], 7976116395.445291]
---- Retained value to add in file: [0, 0, 0, 0, 0, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 3, 3, 2], [0, 0, 0, 0, 0, 1, 0, 1, 1, 1], 7976116395.445291]
---- Retained value to add in file: [0, 0, 1, 1, 1, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 0, 0, 1], [0, 0, 0, 1, 1, 0, 1, 0, 0, 1], 7975979023.373031]
---- Retained value to add in file: [0, 2, 2, 0, 2, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 2, 0, 0], [1, 0, 1, 1, 0, 1, 1, 1, 0, 0], 7975404762.041855]
---- Retained value to add in file: [0, 3, 0, 0, 3, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 3, 0, 1], [2, 0, 1, 0, 0, 0, 1, 1, 0, 1], 7973260007.826421]
---- Retained value to add in file: [0, 2, 2, 0, 0, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 2, 0, 3], [1, 0, 1, 1, 0, 2, 0, 1, 0, 1], 7962744772.669766]
---- Retained value to add in file: [1, 1, 1, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 0, 1, 3], [0, 1, 1, 1, 0, 2, 0, 0, 1, 1], 7960173148.211286]
---- Retained value to add in file: [1, 1, 1, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 0, 2, 3], [0, 1, 1, 1, 0, 2, 0, 0, 1, 1], 7960173148.211286]
---- Retained value to add in file: [1, 1, 1, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 0, 3, 3], [0, 1, 1, 1, 0, 2, 0, 0, 1, 1], 7960173148.211286]
---- Retained value to add in file: [0, 3, 0, 0, 3, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 3, 0, 3], [2, 0, 1, 0, 0, 2, 1, 1, 0, 1], 7956553404.342485]
---- Retained value to add in file: [0, 0, 0, 2, 0, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 2, 0, 2], [1, 0, 0, 0, 1, 1, 0, 1, 0, 1], 7949078142.988337]
---- Retained value to add in file: [0, 0, 3, 0, 0, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 3, 1, 2], [2, 0, 0, 1, 0, 1, 0, 1, 1, 1], 7944536297.444035]
---- Retained value to add in file: [0, 0, 3, 0, 0, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 3, 2, 2], [2, 0, 0, 1, 0, 1, 0, 1, 1, 1], 7944536297.444035]
---- Retained value to add in file: [0, 0, 3, 0, 0, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 3, 3, 2], [2, 0, 0, 1, 0, 1, 0, 1, 1, 1], 7944536297.444035]
---- Retained value to add in file: [3, 0, 3, 0, 3, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 0, 0, 1], [2, 1, 0, 1, 0, 0, 1, 0, 0, 1], 7941411138.361255]
---- Retained value to add in file: [3, 3, 3, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 0, 1, 1], [2, 1, 1, 1, 0, 0, 0, 0, 1, 1], 7936659238.322229]
---- Retained value to add in file: [3, 3, 3, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 0, 2, 1], [2, 1, 1, 1, 0, 0, 0, 0, 1, 1], 7936659238.322229]
---- Retained value to add in file: [3, 3, 3, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 0, 3, 1], [2, 1, 1, 1, 0, 0, 0, 0, 1, 1], 7936659238.322229]
---- Retained value to add in file: [2, 2, 0, 0, 0, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 2, 0, 3], [1, 1, 1, 0, 0, 2, 0, 1, 0, 1], 7932452226.864881]
---- Retained value to add in file: [2, 0, 2, 0, 2, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 2, 0, 0], [1, 1, 0, 1, 0, 1, 1, 1, 0, 0], 7930808678.933599]
---- Retained value to add in file: [0, 0, 3, 0, 3, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 3, 2, 0], [2, 0, 0, 1, 0, 1, 1, 1, 1, 0], 7917347686.741144]
+--- Raw result : [[0, 0, 0, 0, 0, 3, 1, 2], [2, 0, 0, 0, 0, 0, 1, 1, 2], 12086689214.959343]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 0, 0, 2], [2, 1, 1, 1, 1, 1, 0, 0, 2], 12084688290.071741]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 1, 1, 1], [0, 0, 0, 0, 1, 0, 1, 1, 1], 12081538197.768261]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 0, 3, 3], [1, 0, 1, 0, 0, 0, 0, 3, 3], 12077705201.862314]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 0, 1, 3], [2, 1, 0, 0, 1, 1, 0, 1, 3], 12077391703.250614]
+--- Retained value to add in file: [0, 0, 3, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 0, 0, 2, 3], [2, 0, 0, 1, 0, 0, 0, 2, 3], 12074754345.662663]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 0, 1, 2], [1, 0, 0, 1, 0, 0, 0, 1, 2], 12073752133.371729]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 1, 1, 3], [0, 1, 1, 1, 0, 0, 1, 1, 3], 12073499253.696144]
+--- Retained value to add in file: [0, 1, 1, 1, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 0, 0, 2, 0], [0, 0, 1, 1, 1, 0, 0, 2, 0], 12071168409.086943]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 0, 1, 3], [0, 0, 0, 0, 1, 0, 0, 1, 3], 12071013365.611631]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 0, 0, 1], [2, 1, 1, 1, 0, 0, 0, 0, 1], 12069247774.160717]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 0, 3, 1], [0, 0, 0, 0, 1, 1, 0, 3, 1], 12067097013.717308]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 0, 3, 0], [1, 0, 1, 0, 1, 1, 0, 3, 0], 12063377679.931559]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 0, 3, 3], [1, 1, 0, 0, 0, 0, 0, 3, 3], 12062465007.01087]
+--- Retained value to add in file: [0, 2, 0, 0, 2, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 2, 0, 1, 1], [1, 0, 1, 0, 0, 1, 0, 1, 1], 12060886580.874937]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 0, 3, 1], [1, 1, 0, 1, 0, 0, 0, 3, 1], 12059651588.970163]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 0, 3, 1], [0, 0, 1, 0, 0, 1, 0, 3, 1], 12053568531.292347]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 1, 2, 0], [0, 0, 1, 0, 1, 0, 1, 2, 0], 12053424829.047255]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 0, 1, 3], [2, 1, 1, 1, 1, 0, 0, 1, 3], 12053088768.089684]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 0, 1, 1], [1, 0, 0, 1, 1, 0, 0, 1, 1], 12052726718.879906]
+--- Retained value to add in file: [2, 0, 0, 0, 2, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 2, 0, 1, 1], [1, 1, 0, 0, 0, 1, 0, 1, 1], 12049336938.541649]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 3, 1, 3], [2, 0, 1, 1, 0, 0, 1, 1, 3], 12047081215.538404]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 0, 2, 0], [0, 1, 1, 1, 0, 0, 0, 2, 0], 12046599352.890455]
+--- Retained value to add in file: [0, 3, 0, 0, 3, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 3, 3, 0, 2], [2, 0, 1, 0, 0, 1, 1, 0, 2], 12042634774.08968]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 0, 1, 1], [0, 0, 1, 0, 1, 0, 0, 1, 1], 12041507319.50877]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 0, 2, 3], [2, 1, 0, 0, 0, 0, 0, 2, 3], 12040962014.022678]
+--- Retained value to add in file: [3, 0, 0, 3, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 0, 0, 1, 2], [2, 1, 0, 0, 1, 0, 0, 1, 2], 12038261332.400248]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 1, 1, 3], [0, 1, 0, 1, 0, 1, 1, 1, 3], 12036479397.798008]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 0, 1, 3], [1, 0, 1, 1, 0, 1, 0, 1, 3], 12033681957.283379]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 3, 3, 0], [2, 0, 0, 0, 1, 0, 1, 3, 0], 12030363213.751307]
 --- Retained value to add in file: [0, 2, 2, 2, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 0, 3, 0], [1, 0, 1, 1, 1, 2, 0, 0, 1, 0], 7910498678.968947]
---- Retained value to add in file: [0, 0, 1, 1, 0, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 1, 2, 0], [0, 0, 0, 1, 1, 1, 0, 1, 1, 0], 7906496944.154162]
---- Retained value to add in file: [2, 2, 2, 0, 0, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 2, 1, 0], [1, 1, 1, 1, 0, 0, 0, 1, 1, 0], 7905849210.366027]
---- Retained value to add in file: [2, 2, 0, 2, 0, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 2, 0, 0], [1, 1, 1, 0, 1, 1, 0, 1, 0, 0], 7898322988.068918]
---- Retained value to add in file: [1, 1, 1, 0, 0, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 1, 2, 0], [0, 1, 1, 1, 0, 1, 0, 1, 1, 0], 7896627791.243862]
---- Retained value to add in file: [0, 0, 3, 0, 3, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 3, 1, 0], [2, 0, 0, 1, 0, 0, 1, 1, 1, 0], 7896030874.222844]
---- Retained value to add in file: [3, 0, 3, 3, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 0, 2, 0], [2, 1, 0, 1, 1, 1, 0, 0, 1, 0], 7894084235.226477]
---- Retained value to add in file: [0, 2, 2, 2, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 0, 2, 0], [1, 0, 1, 1, 1, 1, 0, 0, 1, 0], 7891273995.929858]
---- Retained value to add in file: [0, 1, 0, 1, 1, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 0, 2, 0], [0, 0, 1, 0, 1, 1, 1, 0, 1, 0], 7889408215.510299]
---- Retained value to add in file: [3, 0, 3, 0, 3, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 0, 0, 2], [2, 1, 0, 1, 0, 1, 1, 0, 0, 1], 7888883493.030491]
+--- Raw result : [[0, 2, 2, 2, 0, 0, 3, 0], [1, 0, 1, 1, 1, 0, 0, 3, 0], 12028982972.242899]
+--- Retained value to add in file: [0, 0, 3, 0, 0, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 0, 3, 2, 0], [2, 0, 0, 1, 0, 0, 1, 2, 0], 12026638627.27679]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 1, 0, 2], [0, 1, 1, 1, 0, 0, 1, 0, 2], 12026497693.217293]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 1, 1, 3], [0, 0, 1, 0, 1, 0, 1, 1, 3], 12024821483.188261]
 --- Retained value to add in file: [0, 3, 0, 0, 3, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 0, 1, 2], [2, 0, 1, 0, 0, 1, 1, 0, 1, 1], 7888442777.82555]
---- Retained value to add in file: [0, 3, 0, 0, 3, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 0, 2, 2], [2, 0, 1, 0, 0, 1, 1, 0, 1, 1], 7888442777.82555]
---- Retained value to add in file: [0, 3, 0, 0, 3, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 0, 3, 2], [2, 0, 1, 0, 0, 1, 1, 0, 1, 1], 7888442777.82555]
---- Retained value to add in file: [0, 1, 0, 1, 0, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 1, 2, 0], [0, 0, 1, 0, 1, 1, 0, 1, 1, 0], 7881825823.171777]
---- Retained value to add in file: [0, 1, 0, 1, 1, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 0, 0, 1], [0, 0, 1, 0, 1, 0, 1, 0, 0, 1], 7879930334.459833]
---- Retained value to add in file: [0, 2, 2, 0, 0, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 2, 0, 2], [1, 0, 1, 1, 0, 1, 0, 1, 0, 1], 7879792954.520055]
---- Retained value to add in file: [0, 3, 0, 0, 3, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 0, 1, 1], [2, 0, 1, 0, 0, 0, 1, 0, 1, 1], 7875925469.837586]
---- Retained value to add in file: [0, 3, 0, 0, 3, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 0, 2, 1], [2, 0, 1, 0, 0, 0, 1, 0, 1, 1], 7875925469.837586]
---- Retained value to add in file: [0, 3, 0, 0, 3, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 0, 3, 1], [2, 0, 1, 0, 0, 0, 1, 0, 1, 1], 7875925469.837586]
---- Retained value to add in file: [1, 1, 1, 0, 1, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 0, 0, 1], [0, 1, 1, 1, 0, 0, 1, 0, 0, 1], 7874519356.35775]
---- Retained value to add in file: [0, 0, 1, 1, 1, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 0, 2, 0], [0, 0, 0, 1, 1, 1, 1, 0, 1, 0], 7873669122.301059]
---- Retained value to add in file: [1, 1, 1, 0, 1, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 0, 2, 0], [0, 1, 1, 1, 0, 1, 1, 0, 1, 0], 7873130022.333992]
---- Retained value to add in file: [1, 1, 1, 1, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 0, 3, 0], [0, 1, 1, 1, 1, 2, 0, 0, 1, 0], 7870670115.621005]
+--- Raw result : [[0, 3, 0, 0, 3, 0, 1, 2], [2, 0, 1, 0, 0, 1, 0, 1, 2], 12024204383.805119]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 0, 1, 2], [2, 0, 1, 1, 0, 0, 0, 1, 2], 12023412562.32471]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 0, 3, 1], [0, 0, 0, 1, 0, 1, 0, 3, 1], 12021264965.4141]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 0, 3, 0], [0, 1, 1, 1, 0, 1, 0, 3, 0], 12019061342.407633]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 3, 1, 0], [2, 0, 0, 1, 1, 1, 1, 1, 0], 12015457642.104053]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 3, 1, 0], [2, 0, 1, 0, 1, 1, 1, 1, 0], 12015049321.524544]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 0, 3, 0], [1, 0, 1, 1, 0, 1, 0, 3, 0], 12014065012.938684]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 0, 3, 0], [2, 0, 1, 1, 0, 1, 0, 3, 0], 12012848390.722511]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 0, 3, 0], [2, 1, 1, 1, 0, 0, 0, 3, 0], 12011993964.226631]
+--- Retained value to add in file: [0, 2, 0, 2, 0, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 0, 2, 0, 1], [1, 0, 1, 0, 1, 0, 1, 0, 1], 12011164375.656584]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 0, 0, 3, 1], [0, 1, 0, 0, 1, 0, 0, 3, 1], 12010100329.833015]
+--- Retained value to add in file: [3, 0, 0, 3, 0, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 0, 3, 0, 2], [2, 1, 0, 0, 1, 0, 1, 0, 2], 12009156208.979929]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 1, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 1, 1, 0], [0, 1, 1, 1, 1, 0, 1, 1, 0], 12007892387.588146]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 0, 3, 1], [0, 0, 1, 0, 1, 0, 0, 3, 1], 12006823615.550259]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 0, 3, 0], [0, 1, 1, 0, 1, 1, 0, 3, 0], 12004112489.129007]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 1, 0, 2], [0, 1, 0, 0, 1, 1, 1, 0, 2], 12003989780.470913]
 --- Retained value to add in file: [0, 3, 3, 3, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 0, 2, 0], [2, 0, 1, 1, 1, 1, 0, 0, 1, 0], 7864034206.73188]
---- Retained value to add in file: [3, 3, 3, 0, 0, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 3, 2, 0], [2, 1, 1, 1, 0, 1, 0, 1, 1, 0], 7853997192.090021]
---- Retained value to add in file: [2, 0, 2, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 0, 1, 2], [1, 1, 0, 1, 0, 1, 0, 0, 1, 1], 7853707852.676101]
---- Retained value to add in file: [2, 0, 2, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 0, 2, 2], [1, 1, 0, 1, 0, 1, 0, 0, 1, 1], 7853707852.676101]
---- Retained value to add in file: [2, 0, 2, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 0, 3, 2], [1, 1, 0, 1, 0, 1, 0, 0, 1, 1], 7853707852.676101]
---- Retained value to add in file: [3, 0, 3, 0, 0, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 3, 0, 2], [2, 1, 0, 1, 0, 1, 0, 1, 0, 1], 7852163341.203222]
---- Retained value to add in file: [0, 2, 2, 0, 2, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 0, 0, 3], [1, 0, 1, 1, 0, 2, 1, 0, 0, 1], 7848692542.909537]
---- Retained value to add in file: [3, 3, 0, 3, 3, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 3, 0, 0, 0], [2, 1, 1, 0, 1, 2, 1, 0, 0, 0], 7839430140.575037]
---- Retained value to add in file: [3, 0, 0, 0, 3, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 3, 3, 0], [2, 1, 0, 0, 0, 2, 1, 1, 1, 0], 7835774744.154466]
---- Retained value to add in file: [2, 2, 0, 2, 2, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 2, 0, 0, 0], [1, 1, 1, 0, 1, 1, 1, 0, 0, 0], 7831407799.453117]
---- Retained value to add in file: [0, 1, 0, 1, 1, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 0, 3, 0], [0, 0, 1, 0, 1, 2, 1, 0, 1, 0], 7827086336.797908]
---- Retained value to add in file: [0, 3, 3, 0, 3, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 0, 0, 1], [2, 0, 1, 1, 0, 0, 1, 0, 0, 1], 7824457531.891198]
---- Retained value to add in file: [0, 0, 0, 2, 2, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 0, 0, 2], [1, 0, 0, 0, 1, 1, 1, 0, 0, 1], 7821278391.625172]
---- Retained value to add in file: [1, 0, 1, 0, 0, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 1, 0, 3], [0, 1, 0, 1, 0, 2, 0, 1, 0, 1], 7806513180.263543]
---- Retained value to add in file: [2, 0, 2, 2, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 0, 2, 0], [1, 1, 0, 1, 1, 1, 0, 0, 1, 0], 7805800116.753264]
---- Retained value to add in file: [0, 3, 3, 0, 3, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 0, 0, 2], [2, 0, 1, 1, 0, 1, 1, 0, 0, 1], 7801921557.866106]
---- Retained value to add in file: [2, 0, 2, 2, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 0, 3, 0], [1, 1, 0, 1, 1, 2, 0, 0, 1, 0], 7800912563.055989]
---- Retained value to add in file: [2, 2, 0, 0, 0, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 2, 0, 2], [1, 1, 1, 0, 0, 1, 0, 1, 0, 1], 7793095299.936939]
---- Retained value to add in file: [2, 0, 2, 0, 2, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 0, 0, 3], [1, 1, 0, 1, 0, 2, 1, 0, 0, 1], 7789488706.736691]
---- Retained value to add in file: [0, 0, 0, 3, 0, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 3, 0, 3], [2, 0, 0, 0, 1, 2, 0, 1, 0, 1], 7784963105.864706]
---- Retained value to add in file: [0, 3, 0, 3, 0, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 3, 1, 0], [2, 0, 1, 0, 1, 0, 0, 1, 1, 0], 7782559211.094996]
---- Retained value to add in file: [3, 3, 3, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 0, 1, 3], [2, 1, 1, 1, 0, 2, 0, 0, 1, 1], 7779647032.427411]
---- Retained value to add in file: [3, 3, 3, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 0, 2, 3], [2, 1, 1, 1, 0, 2, 0, 0, 1, 1], 7779647032.427411]
---- Retained value to add in file: [3, 3, 3, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 0, 3, 3], [2, 1, 1, 1, 0, 2, 0, 0, 1, 1], 7779647032.427411]
---- Retained value to add in file: [0, 3, 0, 0, 0, 3, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 3, 1, 2], [2, 0, 1, 0, 0, 1, 0, 1, 1, 1], 7777687718.498943]
---- Retained value to add in file: [0, 3, 0, 0, 0, 3, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 3, 2, 2], [2, 0, 1, 0, 0, 1, 0, 1, 1, 1], 7777687718.498943]
---- Retained value to add in file: [0, 3, 0, 0, 0, 3, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 3, 3, 2], [2, 0, 1, 0, 0, 1, 0, 1, 1, 1], 7777687718.498943]
---- Retained value to add in file: [3, 3, 0, 3, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 0, 0, 1], [2, 1, 1, 0, 1, 0, 0, 0, 0, 1], 7775918807.26514]
---- Retained value to add in file: [0, 0, 3, 0, 0, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 3, 1, 1], [2, 0, 0, 1, 0, 0, 0, 1, 1, 1], 7771698560.56359]
---- Retained value to add in file: [0, 0, 3, 0, 0, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 3, 2, 1], [2, 0, 0, 1, 0, 0, 0, 1, 1, 1], 7771698560.56359]
---- Retained value to add in file: [0, 0, 3, 0, 0, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 3, 3, 1], [2, 0, 0, 1, 0, 0, 0, 1, 1, 1], 7771698560.56359]
+--- Raw result : [[0, 3, 3, 3, 0, 0, 2, 0], [2, 0, 1, 1, 1, 0, 0, 2, 0], 12002090158.597242]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 1, 3, 0], [0, 0, 1, 0, 0, 1, 1, 3, 0], 11998621941.19416]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 1, 1, 3], [0, 0, 0, 1, 1, 0, 1, 1, 3], 11996460858.866642]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 3, 1, 0], [2, 1, 0, 0, 0, 1, 1, 1, 0], 11996256538.19003]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 0, 3, 0], [0, 1, 0, 1, 1, 1, 0, 3, 0], 11996157780.86247]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 0, 2, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 0, 2, 1], [2, 0, 0, 0, 1, 0, 0, 2, 1], 11996057411.154842]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 0, 3, 1], [1, 0, 0, 0, 0, 1, 0, 3, 1], 11994826505.996513]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 0, 1, 2, 0], [0, 1, 0, 0, 1, 0, 1, 2, 0], 11992681531.263374]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 1, 1, 3], [0, 0, 1, 1, 0, 0, 1, 1, 3], 11992594333.123304]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 3, 1, 0], [2, 1, 0, 1, 0, 0, 1, 1, 0], 11991393925.44746]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 3, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 3, 1, 1], [2, 0, 0, 0, 1, 0, 1, 1, 1], 11990466883.116238]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 0, 3, 2], [2, 0, 1, 0, 0, 0, 0, 3, 2], 11990328228.968082]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 2, 1, 3], [1, 1, 0, 1, 0, 0, 1, 1, 3], 11989578315.99606]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 0, 3, 1], [0, 1, 0, 1, 0, 0, 0, 3, 1], 11985298556.466164]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 0, 0, 2], [1, 1, 1, 0, 1, 1, 0, 0, 2], 11984546561.223276]
+--- Retained value to add in file: [0, 0, 0, 0, 3, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 3, 0, 3, 1], [2, 0, 0, 0, 0, 1, 0, 3, 1], 11984405222.55521]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 0, 3, 1], [1, 1, 1, 0, 0, 0, 0, 3, 1], 11979410102.016422]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 3, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 3, 0, 0], [2, 1, 1, 1, 0, 1, 1, 0, 0], 11978371408.80288]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 0, 3, 1], [1, 1, 0, 0, 1, 0, 0, 3, 1], 11977244980.936502]
+--- Retained value to add in file: [0, 0, 2, 0, 2, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 2, 0, 1, 1], [1, 0, 0, 1, 0, 1, 0, 1, 1], 11977140637.915169]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 0, 1, 1], [1, 1, 0, 1, 0, 0, 0, 1, 1], 11977051999.453468]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 1, 1, 3], [0, 1, 0, 0, 0, 1, 1, 1, 3], 11973676296.074757]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 0, 1, 2], [2, 0, 0, 1, 1, 0, 0, 1, 2], 11971600793.622995]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 1, 3, 0], [0, 0, 1, 1, 0, 0, 1, 3, 0], 11971254531.091545]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 1, 1, 3], [0, 0, 0, 0, 0, 0, 1, 1, 3], 11971053958.91879]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 3, 0, 3], [2, 0, 1, 1, 0, 1, 1, 0, 3], 11967313493.214949]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 0, 1, 2], [2, 0, 0, 0, 1, 1, 0, 1, 2], 11964632625.383402]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 1, 1, 1], [0, 1, 0, 0, 0, 0, 1, 1, 1], 11964431309.326077]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 0, 3, 1], [0, 0, 0, 1, 0, 0, 0, 3, 1], 11961795562.961964]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 1, 0, 2], [0, 0, 0, 0, 1, 1, 1, 0, 2], 11956558353.889414]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 0, 1, 1], [1, 1, 0, 0, 1, 0, 0, 1, 1], 11951799807.500328]
+--- Retained value to add in file: [0, 2, 0, 0, 2, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 2, 0, 1, 3], [1, 0, 1, 0, 0, 1, 0, 1, 3], 11951280813.653181]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 1, 3, 0], [0, 1, 0, 0, 0, 1, 1, 3, 0], 11948951789.002346]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 0, 2, 0], [0, 1, 1, 0, 1, 0, 0, 2, 0], 11948412409.412428]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 0, 1, 1], [2, 0, 1, 1, 0, 1, 0, 1, 1], 11945962024.526121]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 0, 2, 0], [0, 0, 1, 1, 0, 1, 0, 2, 0], 11943763437.785841]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 0, 1, 0], [2, 1, 1, 1, 0, 0, 0, 1, 0], 11942280790.2496]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 1, 1, 3], [0, 0, 0, 0, 1, 0, 1, 1, 3], 11942145165.553017]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 0, 1, 3], [2, 1, 0, 1, 0, 1, 0, 1, 3], 11940287601.839039]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 1, 2, 0], [0, 0, 0, 1, 0, 1, 1, 2, 0], 11939217962.841316]
+--- Retained value to add in file: [0, 1, 1, 1, 0, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 0, 1, 0, 1], [0, 0, 1, 1, 1, 0, 1, 0, 1], 11936872864.515928]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 0, 1, 2], [2, 1, 0, 0, 0, 0, 0, 1, 2], 11936416815.29493]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 0, 3, 2], [2, 1, 0, 0, 0, 0, 0, 3, 2], 11935986471.876625]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 0, 1, 3], [0, 1, 0, 1, 0, 1, 0, 1, 3], 11934413914.268726]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 0, 3, 0], [2, 0, 1, 0, 1, 1, 0, 3, 0], 11933265634.25216]
 --- Retained value to add in file: [1, 0, 0, 1, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 0, 1, 1], [0, 1, 0, 0, 1, 0, 0, 0, 1, 1], 7770131345.25638]
---- Retained value to add in file: [1, 0, 0, 1, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 0, 2, 1], [0, 1, 0, 0, 1, 0, 0, 0, 1, 1], 7770131345.25638]
---- Retained value to add in file: [1, 0, 0, 1, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 0, 3, 1], [0, 1, 0, 0, 1, 0, 0, 0, 1, 1], 7770131345.25638]
---- Retained value to add in file: [0, 3, 0, 0, 3, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 3, 2, 0], [2, 0, 1, 0, 0, 1, 1, 1, 1, 0], 7765347095.624593]
---- Retained value to add in file: [2, 0, 2, 0, 0, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 2, 0, 1], [1, 1, 0, 1, 0, 0, 0, 1, 0, 1], 7765159138.313591]
---- Retained value to add in file: [3, 0, 0, 0, 3, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 0, 1, 3], [2, 1, 0, 0, 0, 2, 1, 0, 1, 1], 7764662066.826359]
---- Retained value to add in file: [3, 0, 0, 0, 3, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 0, 2, 3], [2, 1, 0, 0, 0, 2, 1, 0, 1, 1], 7764662066.826359]
---- Retained value to add in file: [3, 0, 0, 0, 3, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 0, 3, 3], [2, 1, 0, 0, 0, 2, 1, 0, 1, 1], 7764662066.826359]
---- Retained value to add in file: [0, 0, 1, 1, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 0, 1, 1], [0, 0, 0, 1, 1, 0, 0, 0, 1, 1], 7758685990.717858]
---- Retained value to add in file: [0, 0, 1, 1, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 0, 2, 1], [0, 0, 0, 1, 1, 0, 0, 0, 1, 1], 7758685990.717858]
---- Retained value to add in file: [0, 0, 1, 1, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 0, 3, 1], [0, 0, 0, 1, 1, 0, 0, 0, 1, 1], 7758685990.717858]
---- Retained value to add in file: [1, 1, 1, 1, 1, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 1, 0, 0, 0], [0, 1, 1, 1, 1, 0, 1, 0, 0, 0], 7751801862.727045]
---- Retained value to add in file: [1, 0, 0, 1, 1, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 0, 0, 1], [0, 1, 0, 0, 1, 0, 1, 0, 0, 1], 7748590380.99054]
---- Retained value to add in file: [0, 0, 3, 0, 0, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 3, 1, 3], [2, 0, 0, 1, 0, 2, 0, 1, 1, 1], 7746908540.937275]
---- Retained value to add in file: [0, 0, 3, 0, 0, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 3, 2, 3], [2, 0, 0, 1, 0, 2, 0, 1, 1, 1], 7746908540.937275]
---- Retained value to add in file: [0, 0, 3, 0, 0, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 3, 3, 3], [2, 0, 0, 1, 0, 2, 0, 1, 1, 1], 7746908540.937275]
---- Retained value to add in file: [1, 0, 0, 1, 0, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 1, 0, 1], [0, 1, 0, 0, 1, 0, 0, 1, 0, 1], 7735504984.51334]
---- Retained value to add in file: [0, 0, 1, 1, 1, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 0, 3, 0], [0, 0, 0, 1, 1, 2, 1, 0, 1, 0], 7733839204.396279]
---- Retained value to add in file: [3, 3, 3, 0, 0, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 3, 3, 0], [2, 1, 1, 1, 0, 2, 0, 1, 1, 0], 7733811644.728008]
---- Retained value to add in file: [1, 1, 1, 1, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 0, 2, 0], [0, 1, 1, 1, 1, 1, 0, 0, 1, 0], 7733698351.38353]
+--- Raw result : [[1, 0, 0, 1, 0, 0, 1, 1], [0, 1, 0, 0, 1, 0, 0, 1, 1], 11931586439.95065]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 0, 3, 0], [0, 0, 1, 1, 1, 1, 0, 3, 0], 11930441842.048105]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 1, 0, 3], [0, 1, 1, 0, 1, 1, 1, 0, 3], 11929688409.41211]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 0, 3, 0], [2, 1, 0, 1, 0, 1, 0, 3, 0], 11929564575.965496]
+--- Retained value to add in file: [0, 3, 0, 3, 0, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 0, 3, 0, 2], [2, 0, 1, 0, 1, 0, 1, 0, 2], 11926690470.278767]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 0, 2, 0], [0, 0, 0, 1, 1, 1, 0, 2, 0], 11922049568.699883]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 0, 1, 1], [0, 0, 0, 0, 0, 1, 0, 1, 1], 11921679167.802366]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 1, 1, 3], [0, 1, 0, 1, 1, 0, 1, 1, 3], 11921659090.497631]
+--- Retained value to add in file: [0, 2, 0, 0, 2, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 2, 2, 0, 3], [1, 0, 1, 0, 0, 1, 1, 0, 3], 11913535243.803923]
+--- Retained value to add in file: [0, 0, 2, 0, 2, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 2, 0, 1, 3], [1, 0, 0, 1, 0, 1, 0, 1, 3], 11913258865.284702]
+--- Retained value to add in file: [0, 0, 3, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 0, 0, 3, 3], [2, 0, 0, 1, 0, 0, 0, 3, 3], 11913080765.650324]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 0, 3, 0], [0, 1, 1, 1, 1, 0, 0, 3, 0], 11912269817.990793]
+--- Retained value to add in file: [2, 0, 0, 0, 2, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 2, 0, 1, 3], [1, 1, 0, 0, 0, 1, 0, 1, 3], 11912069834.963718]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 2, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 2, 0, 2], [1, 0, 0, 0, 0, 1, 1, 0, 2], 11909252704.44938]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 1, 2, 0], [0, 1, 0, 1, 0, 0, 1, 2, 0], 11908303749.687935]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 0, 3, 1], [0, 0, 0, 0, 1, 0, 0, 3, 1], 11907024058.826725]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 0, 2, 0], [0, 1, 0, 0, 1, 1, 0, 2, 0], 11905599805.101967]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 1, 0, 2], [0, 0, 0, 1, 1, 0, 1, 0, 2], 11905278486.385508]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 0, 3, 1], [0, 0, 0, 0, 0, 1, 0, 3, 1], 11904457277.595753]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 3, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 3, 0, 0], [2, 1, 1, 1, 0, 0, 1, 0, 0], 11904117055.71165]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 2, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 2, 0, 2], [1, 0, 1, 0, 0, 0, 1, 0, 2], 11903670501.935429]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 3, 0, 2], [2, 0, 0, 1, 0, 1, 1, 0, 2], 11902721322.785059]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 3, 0, 1], [2, 0, 1, 0, 1, 1, 1, 0, 1], 11901944234.974379]
 --- Retained value to add in file: [0, 3, 3, 3, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 0, 3, 0], [2, 0, 1, 1, 1, 2, 0, 0, 1, 0], 7733212222.080347]
---- Retained value to add in file: [0, 0, 0, 0, 1, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 0, 1, 2], [0, 0, 0, 0, 0, 1, 1, 0, 1, 1], 7731001780.407376]
---- Retained value to add in file: [0, 0, 0, 0, 1, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 0, 2, 2], [0, 0, 0, 0, 0, 1, 1, 0, 1, 1], 7731001780.407376]
---- Retained value to add in file: [0, 0, 0, 0, 1, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 0, 3, 2], [0, 0, 0, 0, 0, 1, 1, 0, 1, 1], 7731001780.407376]
---- Retained value to add in file: [0, 0, 0, 0, 2, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 0, 1, 2], [0, 0, 0, 0, 0, 1, 1, 0, 1, 1], 7731001780.407376]
---- Retained value to add in file: [0, 0, 0, 0, 2, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 0, 2, 2], [0, 0, 0, 0, 0, 1, 1, 0, 1, 1], 7731001780.407376]
---- Retained value to add in file: [0, 0, 0, 0, 2, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 0, 3, 2], [0, 0, 0, 0, 0, 1, 1, 0, 1, 1], 7731001780.407376]
+--- Raw result : [[0, 3, 3, 3, 0, 0, 3, 0], [2, 0, 1, 1, 1, 0, 0, 3, 0], 11893795491.985191]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 0, 2, 0], [0, 1, 0, 1, 1, 0, 0, 2, 0], 11893672355.54821]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 3, 2, 0], [2, 0, 0, 0, 1, 0, 1, 2, 0], 11893554402.787945]
+--- Retained value to add in file: [3, 3, 0, 0, 3, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 3, 0, 1, 3], [2, 1, 1, 0, 0, 1, 0, 1, 3], 11892801270.410673]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 3, 0, 2], [2, 1, 0, 1, 0, 0, 1, 0, 2], 11892455071.41659]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 0, 0, 2], [0, 0, 1, 1, 0, 1, 0, 0, 2], 11890699884.626865]
+--- Retained value to add in file: [3, 0, 0, 3, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 0, 0, 3, 1], [2, 1, 0, 0, 1, 0, 0, 3, 1], 11889153140.547386]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 1, 0, 2], [0, 0, 0, 1, 0, 1, 1, 0, 2], 11888061226.704264]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 0, 0, 2], [0, 1, 1, 1, 0, 1, 0, 0, 2], 11880654752.043419]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 1, 0, 2], [0, 0, 1, 1, 0, 0, 1, 0, 2], 11878829049.006779]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 3, 0, 2], [2, 0, 0, 0, 1, 1, 1, 0, 2], 11878687683.897943]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 0, 1, 3], [1, 1, 1, 1, 1, 0, 0, 1, 3], 11874278373.691364]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 0, 0, 2], [2, 1, 1, 1, 0, 0, 0, 0, 2], 11870611451.97498]
+--- Retained value to add in file: [2, 0, 2, 2, 2, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 2, 0, 0, 2], [1, 1, 0, 1, 1, 1, 0, 0, 2], 11869896682.15367]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 0, 2, 0], [2, 1, 0, 1, 0, 0, 0, 2, 0], 11869887203.58044]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 3, 0, 2], [2, 0, 1, 1, 0, 0, 1, 0, 2], 11865655399.935337]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 1, 3, 0], [0, 0, 1, 0, 1, 0, 1, 3, 0], 11862067462.68731]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 2, 1, 3], [1, 1, 0, 0, 0, 0, 1, 1, 3], 11859423727.350819]
+--- Retained value to add in file: [0, 3, 0, 3, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 0, 0, 1, 2], [2, 0, 1, 0, 1, 0, 0, 1, 2], 11849653010.523533]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 1, 0, 2], [0, 0, 1, 0, 1, 0, 1, 0, 2], 11845248981.593723]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 0, 1, 3], [2, 0, 1, 0, 1, 1, 0, 1, 3], 11844991820.433943]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 1, 0, 3], [0, 0, 0, 1, 1, 1, 1, 0, 3], 11844757867.721485]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 0, 2, 0], [2, 0, 1, 1, 0, 1, 0, 2, 0], 11839751352.829908]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 2, 1, 3], [1, 0, 0, 0, 0, 0, 1, 1, 3], 11835339768.555687]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 0, 1, 3], [1, 1, 0, 1, 0, 1, 0, 1, 3], 11828359641.62917]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 0, 3, 0], [1, 1, 1, 1, 0, 0, 0, 3, 0], 11821998118.33755]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 2, 1, 0], [1, 0, 1, 1, 0, 0, 1, 1, 0], 11821230717.863243]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 3, 0, 3], [2, 1, 1, 0, 1, 0, 1, 0, 3], 11820349666.93257]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 2, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 2, 1, 3], [1, 0, 0, 1, 0, 0, 1, 1, 3], 11820046526.89626]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 1, 2, 0], [0, 0, 0, 0, 1, 1, 1, 2, 0], 11818533812.065163]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 3, 0, 3], [2, 1, 0, 1, 0, 1, 1, 0, 3], 11818078133.361088]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 1, 3, 0], [0, 0, 0, 1, 1, 0, 1, 3, 0], 11816537431.508144]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 1, 3, 0], [0, 1, 0, 1, 0, 0, 1, 3, 0], 11814404627.994183]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 1, 0, 2], [0, 0, 1, 0, 0, 1, 1, 0, 2], 11814239872.566334]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 1, 0, 3], [0, 0, 1, 0, 1, 1, 1, 0, 3], 11812092880.51814]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 0, 2, 3], [2, 0, 1, 0, 0, 0, 0, 2, 3], 11810588127.557486]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 0, 3, 3], [2, 1, 1, 0, 0, 0, 0, 3, 3], 11809390402.988146]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 1, 1, 3], [0, 0, 1, 0, 0, 0, 1, 1, 3], 11806851027.335636]
+--- Retained value to add in file: [0, 2, 0, 0, 2, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 2, 2, 0, 1], [1, 0, 1, 0, 0, 1, 1, 0, 1], 11799514627.620405]
 --- Retained value to add in file: [0, 0, 0, 0, 3, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 0, 1, 2], [0, 0, 0, 0, 0, 1, 1, 0, 1, 1], 7731001780.407376]
---- Retained value to add in file: [0, 0, 0, 0, 3, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 0, 2, 2], [0, 0, 0, 0, 0, 1, 1, 0, 1, 1], 7731001780.407376]
---- Retained value to add in file: [0, 0, 0, 0, 3, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 0, 3, 2], [0, 0, 0, 0, 0, 1, 1, 0, 1, 1], 7731001780.407376]
---- Retained value to add in file: [0, 0, 0, 3, 0, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 3, 0, 2], [2, 0, 0, 0, 1, 1, 0, 1, 0, 1], 7729031661.048331]
+--- Raw result : [[0, 0, 0, 0, 3, 0, 1, 2], [2, 0, 0, 0, 0, 1, 0, 1, 2], 11799422994.810112]
+--- Retained value to add in file: [1, 1, 0, 0, 0, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 0, 1, 1, 3], [0, 1, 1, 0, 0, 0, 1, 1, 3], 11799268398.947828]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 0, 3, 1], [1, 0, 0, 1, 0, 0, 0, 3, 1], 11794063974.768486]
+--- Retained value to add in file: [0, 2, 0, 0, 2, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 2, 2, 1, 0], [1, 0, 1, 0, 0, 1, 1, 1, 0], 11792470138.976753]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 2, 0, 0], [1, 1, 1, 1, 0, 1, 1, 0, 0], 11791122927.725918]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 0, 0, 2], [0, 1, 1, 0, 1, 1, 0, 0, 2], 11790285104.882256]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 0, 0, 2], [0, 1, 0, 1, 1, 1, 0, 0, 2], 11782598883.656658]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 3, 1, 3], [2, 1, 0, 0, 0, 0, 1, 1, 3], 11778394524.06681]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 0, 3, 1], [1, 0, 1, 0, 0, 0, 0, 3, 1], 11776591421.3475]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 1, 0, 1], [0, 0, 1, 1, 0, 1, 1, 0, 1], 11775692798.285292]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 0, 1, 1], [2, 0, 1, 1, 0, 0, 0, 1, 1], 11773050211.94984]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 2, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 2, 0, 2], [1, 1, 0, 1, 0, 0, 1, 0, 2], 11771517574.80302]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 3, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 3, 3, 0], [2, 0, 0, 0, 0, 0, 1, 3, 0], 11771308523.087685]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 0, 1, 1, 3], [0, 1, 0, 0, 1, 0, 1, 1, 3], 11767219252.490528]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 0, 2, 0], [0, 1, 0, 1, 0, 1, 0, 2, 0], 11765809993.445381]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 0, 0, 2], [2, 1, 1, 1, 0, 1, 0, 0, 2], 11765008440.582054]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 3, 1, 3], [2, 0, 0, 0, 1, 0, 1, 1, 3], 11762832081.882332]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 0, 3, 1], [1, 0, 0, 0, 1, 0, 0, 3, 1], 11762499085.633263]
 --- Retained value to add in file: [3, 0, 3, 3, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 0, 3, 0], [2, 1, 0, 1, 1, 2, 0, 0, 1, 0], 7723612355.696764]
---- Retained value to add in file: [0, 0, 1, 1, 1, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 0, 1, 0], [0, 0, 0, 1, 1, 0, 1, 0, 1, 0], 7722569568.121677]
---- Retained value to add in file: [2, 0, 2, 0, 0, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 2, 2, 0], [1, 1, 0, 1, 0, 1, 0, 1, 1, 0], 7720386425.923624]
---- Retained value to add in file: [1, 1, 1, 0, 1, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 0, 3, 0], [0, 1, 1, 1, 0, 2, 1, 0, 1, 0], 7720191313.840878]
---- Retained value to add in file: [3, 0, 3, 0, 0, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 3, 0, 3], [2, 1, 0, 1, 0, 2, 0, 1, 0, 1], 7718926233.646612]
---- Retained value to add in file: [1, 1, 1, 0, 1, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 0, 1, 0], [0, 1, 1, 1, 0, 0, 1, 0, 1, 0], 7718062493.930816]
---- Retained value to add in file: [0, 0, 0, 0, 1, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 1, 0, 2], [0, 0, 0, 0, 0, 1, 1, 1, 0, 1], 7713920348.180055]
---- Retained value to add in file: [0, 0, 0, 0, 2, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 2, 0, 2], [0, 0, 0, 0, 0, 1, 1, 1, 0, 1], 7713920348.180055]
---- Retained value to add in file: [0, 0, 0, 0, 3, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 3, 0, 2], [0, 0, 0, 0, 0, 1, 1, 1, 0, 1], 7713920348.180055]
---- Retained value to add in file: [2, 0, 2, 0, 0, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 2, 3, 0], [1, 1, 0, 1, 0, 2, 0, 1, 1, 0], 7711736836.890471]
---- Retained value to add in file: [1, 1, 1, 0, 1, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 1, 0, 0], [0, 1, 1, 1, 0, 0, 1, 1, 0, 0], 7705333263.808459]
+--- Raw result : [[3, 0, 3, 3, 0, 0, 3, 0], [2, 1, 0, 1, 1, 0, 0, 3, 0], 11761226447.68835]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 0, 1, 3], [2, 0, 0, 0, 1, 1, 0, 1, 3], 11759176123.708412]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 0, 3, 1], [0, 0, 0, 0, 0, 0, 0, 3, 1], 11757886103.80206]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 0, 0, 1], [1, 1, 1, 1, 0, 0, 0, 0, 1], 11752118171.644148]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 0, 3, 1], [2, 0, 1, 0, 0, 0, 0, 3, 1], 11749998430.123035]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 0, 1, 1], [0, 1, 0, 0, 0, 0, 0, 1, 1], 11746413479.928373]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 1, 0, 1], [0, 1, 0, 1, 1, 1, 1, 0, 1], 11744797456.083355]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 2, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 2, 2, 0], [1, 0, 0, 0, 0, 0, 1, 2, 0], 11742761069.35136]
+--- Retained value to add in file: [1, 1, 0, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 0, 0, 3, 1], [0, 1, 1, 0, 0, 0, 0, 3, 1], 11741862299.060932]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 0, 0, 3, 0], [1, 1, 0, 1, 1, 0, 0, 3, 0], 11741723742.66789]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 0, 3, 0], [1, 1, 0, 1, 0, 1, 0, 3, 0], 11739470387.357359]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 0, 1, 1], [0, 0, 1, 0, 0, 0, 0, 1, 1], 11739398412.308908]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 0, 3, 0], [1, 1, 0, 0, 1, 1, 0, 3, 0], 11736544357.015684]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 0, 1, 3], [0, 0, 0, 1, 1, 0, 0, 1, 3], 11735942914.049377]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 0, 0, 2], [1, 1, 1, 1, 0, 0, 0, 0, 2], 11735600467.029488]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 3, 0, 1], [2, 1, 0, 1, 0, 0, 1, 0, 1], 11732891834.088009]
+--- Retained value to add in file: [0, 0, 3, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 0, 0, 3, 1], [2, 0, 0, 1, 0, 0, 0, 3, 1], 11729910662.223255]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 0, 1, 1], [2, 0, 0, 1, 1, 1, 0, 1, 1], 11727182777.816566]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 1, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 1, 1, 1], [0, 0, 0, 0, 0, 0, 1, 1, 1], 11724157116.870512]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 3, 0, 2], [2, 0, 0, 1, 1, 0, 1, 0, 2], 11723409251.827265]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 0, 1, 1], [0, 0, 0, 1, 0, 0, 0, 1, 1], 11722633388.43611]
+--- Retained value to add in file: [2, 0, 0, 0, 2, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 2, 0, 2, 0], [1, 1, 0, 0, 0, 1, 0, 2, 0], 11722477426.672554]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 1, 0, 1], [0, 1, 1, 0, 1, 1, 1, 0, 1], 11721716078.214214]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 0, 1, 1], [1, 1, 0, 0, 0, 0, 0, 1, 1], 11721045935.772137]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 0, 3, 0], [1, 1, 1, 0, 1, 0, 0, 3, 0], 11720808568.683222]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 1, 1, 3], [0, 0, 0, 1, 0, 0, 1, 1, 3], 11717490988.791351]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 0, 2, 0], [0, 0, 1, 0, 1, 1, 0, 2, 0], 11717197262.159681]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 0, 1, 3, 0], [0, 1, 0, 0, 1, 0, 1, 3, 0], 11717187279.231976]
+--- Retained value to add in file: [3, 0, 0, 3, 0, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 0, 3, 1, 0], [2, 1, 0, 0, 1, 0, 1, 1, 0], 11716113954.01672]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 0, 3, 1], [0, 1, 0, 0, 0, 0, 0, 3, 1], 11716111586.550968]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 0, 1, 1], [0, 1, 0, 1, 0, 0, 0, 1, 1], 11714659235.102566]
+--- Retained value to add in file: [1, 1, 0, 0, 0, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 0, 1, 3, 0], [0, 1, 1, 0, 0, 0, 1, 3, 0], 11714417153.35131]
+--- Retained value to add in file: [0, 0, 0, 2, 2, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 2, 0, 1, 1], [1, 0, 0, 0, 1, 1, 0, 1, 1], 11707703802.977913]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 0, 3, 1], [2, 1, 0, 0, 0, 0, 0, 3, 1], 11698711321.091312]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 0, 1, 3], [0, 0, 1, 0, 1, 0, 0, 1, 3], 11698691153.277378]
+--- Retained value to add in file: [0, 2, 0, 2, 0, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 0, 2, 1, 0], [1, 0, 1, 0, 1, 0, 1, 1, 0], 11698296074.151726]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 1, 0, 2], [0, 1, 0, 1, 1, 0, 1, 0, 2], 11697894315.079632]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 0, 1, 3], [2, 0, 1, 1, 0, 1, 0, 1, 3], 11696872478.018843]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 2, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 2, 3, 0], [1, 0, 0, 0, 0, 0, 1, 3, 0], 11692324731.475977]
+--- Retained value to add in file: [2, 0, 0, 0, 2, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 2, 2, 1, 0], [1, 1, 0, 0, 0, 1, 1, 1, 0], 11689691570.064823]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 1, 0, 3], [0, 1, 0, 1, 1, 1, 1, 0, 3], 11689627332.020016]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 0, 1, 1], [0, 0, 0, 0, 1, 0, 0, 1, 1], 11685365787.167784]
+--- Retained value to add in file: [0, 3, 0, 0, 3, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 3, 0, 3, 0], [2, 0, 1, 0, 0, 1, 0, 3, 0], 11685320044.783695]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 2, 0, 1], [1, 0, 0, 1, 1, 0, 1, 0, 1], 11684988025.557411]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 0, 1, 1], [2, 1, 0, 0, 1, 1, 0, 1, 1], 11684621835.132042]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 0, 0, 1, 3], [0, 1, 0, 0, 1, 0, 0, 1, 3], 11680158971.581863]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 0, 1, 3], [1, 1, 1, 0, 1, 0, 0, 1, 3], 11679729298.100739]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 0, 0, 2], [1, 1, 1, 0, 1, 0, 0, 0, 2], 11677197548.198341]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 0, 3, 0], [1, 0, 0, 1, 1, 1, 0, 3, 0], 11676531222.226805]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 0, 0, 2], [1, 0, 1, 1, 0, 1, 0, 0, 2], 11669436675.365211]
+--- Retained value to add in file: [0, 2, 0, 2, 0, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 0, 2, 0, 3], [1, 0, 1, 0, 1, 0, 1, 0, 3], 11662105129.118666]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 0, 1, 3], [0, 1, 1, 0, 1, 0, 0, 1, 3], 11659526441.03932]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 0, 1, 1], [2, 1, 0, 0, 0, 0, 0, 1, 1], 11658863025.135954]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 0, 1, 3], [2, 1, 0, 0, 0, 1, 0, 1, 3], 11658611465.595573]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 0, 3, 0], [2, 1, 1, 0, 1, 0, 0, 3, 0], 11657346614.348747]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 2, 0, 3], [1, 1, 0, 1, 0, 1, 1, 0, 3], 11654374216.58717]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 2, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 2, 0, 2], [1, 0, 0, 0, 1, 0, 1, 0, 2], 11651859226.094324]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 0, 1, 1], [2, 1, 0, 0, 0, 1, 0, 1, 1], 11650537160.046352]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 0, 0, 2], [1, 0, 0, 1, 1, 1, 0, 0, 2], 11649709872.899776]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 0, 0, 2], [0, 1, 1, 1, 1, 0, 0, 0, 2], 11649116455.643593]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 0, 2, 0], [2, 1, 0, 0, 0, 1, 0, 2, 0], 11648974932.277721]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 0, 1, 3], [2, 1, 1, 1, 0, 0, 0, 1, 3], 11647667044.919142]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 3, 0, 3], [2, 1, 1, 1, 0, 0, 1, 0, 3], 11646343603.4922]
+--- Retained value to add in file: [0, 2, 2, 2, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 0, 0, 0, 2], [1, 0, 1, 1, 1, 0, 0, 0, 2], 11644877286.78704]
+--- Retained value to add in file: [3, 0, 3, 3, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 0, 0, 1, 3], [2, 1, 0, 1, 1, 0, 0, 1, 3], 11644853529.912495]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 0, 1, 0], [1, 1, 1, 1, 0, 1, 0, 1, 0], 11644393499.17944]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 0, 3, 1], [0, 0, 1, 0, 0, 0, 0, 3, 1], 11640986311.270985]
 --- Retained value to add in file: [0, 3, 0, 0, 0, 3, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 3, 1, 3], [2, 0, 1, 0, 0, 2, 0, 1, 1, 1], 7701151332.608622]
---- Retained value to add in file: [0, 3, 0, 0, 0, 3, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 3, 2, 3], [2, 0, 1, 0, 0, 2, 0, 1, 1, 1], 7701151332.608622]
---- Retained value to add in file: [0, 3, 0, 0, 0, 3, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 3, 3, 3], [2, 0, 1, 0, 0, 2, 0, 1, 1, 1], 7701151332.608622]
---- Retained value to add in file: [3, 0, 3, 3, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 0, 1, 0], [2, 1, 0, 1, 1, 0, 0, 0, 1, 0], 7698300713.933101]
---- Retained value to add in file: [0, 0, 0, 2, 2, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 0, 0, 3], [1, 0, 0, 0, 1, 2, 1, 0, 0, 1], 7693236713.6726265]
---- Retained value to add in file: [2, 0, 2, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 0, 1, 3], [1, 1, 0, 1, 0, 2, 0, 0, 1, 1], 7692608178.389234]
---- Retained value to add in file: [2, 0, 2, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 0, 2, 3], [1, 1, 0, 1, 0, 2, 0, 0, 1, 1], 7692608178.389234]
---- Retained value to add in file: [2, 0, 2, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 0, 3, 3], [1, 1, 0, 1, 0, 2, 0, 0, 1, 1], 7692608178.389234]
---- Retained value to add in file: [0, 2, 2, 0, 2, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 0, 2, 0], [1, 0, 1, 1, 0, 1, 1, 0, 1, 0], 7689740491.537693]
---- Retained value to add in file: [0, 0, 0, 3, 3, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 0, 0, 2], [2, 0, 0, 0, 1, 1, 1, 0, 0, 1], 7686032223.949197]
---- Retained value to add in file: [3, 3, 3, 0, 3, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 0, 3, 0], [2, 1, 1, 1, 0, 2, 1, 0, 1, 0], 7683343052.95298]
---- Retained value to add in file: [0, 0, 0, 0, 1, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 1, 0, 3], [0, 0, 0, 0, 0, 2, 1, 1, 0, 1], 7676145625.458142]
---- Retained value to add in file: [0, 0, 0, 0, 2, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 2, 0, 3], [0, 0, 0, 0, 0, 2, 1, 1, 0, 1], 7676145625.458142]
---- Retained value to add in file: [0, 0, 0, 0, 3, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 3, 0, 3], [0, 0, 0, 0, 0, 2, 1, 1, 0, 1], 7676145625.458142]
---- Retained value to add in file: [1, 0, 0, 1, 1, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 0, 2, 0], [0, 1, 0, 0, 1, 1, 1, 0, 1, 0], 7675160786.638509]
---- Retained value to add in file: [0, 1, 1, 1, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 0, 0, 3], [0, 0, 1, 1, 1, 2, 0, 0, 0, 1], 7670764478.377272]
---- Retained value to add in file: [0, 0, 1, 1, 0, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 1, 0, 1], [0, 0, 0, 1, 1, 0, 0, 1, 0, 1], 7670512170.71148]
---- Retained value to add in file: [1, 0, 1, 0, 0, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 1, 0, 2], [0, 1, 0, 1, 0, 1, 0, 1, 0, 1], 7670465378.695054]
---- Retained value to add in file: [0, 0, 0, 2, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 0, 1, 2], [1, 0, 0, 0, 1, 1, 0, 0, 1, 1], 7669645779.930729]
---- Retained value to add in file: [0, 0, 0, 2, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 0, 2, 2], [1, 0, 0, 0, 1, 1, 0, 0, 1, 1], 7669645779.930729]
---- Retained value to add in file: [0, 0, 0, 2, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 0, 3, 2], [1, 0, 0, 0, 1, 1, 0, 0, 1, 1], 7669645779.930729]
+--- Raw result : [[0, 3, 0, 0, 0, 3, 1, 3], [2, 0, 1, 0, 0, 0, 1, 1, 3], 11638852854.03143]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 0, 1, 1], [1, 0, 1, 0, 0, 0, 0, 1, 1], 11638109705.691143]
+--- Retained value to add in file: [0, 2, 0, 0, 2, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 2, 0, 2, 0], [1, 0, 1, 0, 0, 1, 0, 2, 0], 11637951131.086805]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 1, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 1, 1, 0], [0, 1, 1, 0, 1, 1, 1, 1, 0], 11627928468.984432]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 1, 0, 2], [0, 1, 0, 1, 0, 1, 1, 0, 2], 11621444459.35014]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 0, 3, 3], [2, 1, 0, 0, 0, 0, 0, 3, 3], 11621195565.393213]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 0, 3, 1], [1, 1, 0, 0, 0, 0, 0, 3, 1], 11616954907.181831]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 0, 1, 3], [0, 0, 1, 0, 0, 0, 0, 1, 3], 11616606017.505135]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 3, 0, 3], [2, 0, 1, 1, 1, 0, 1, 0, 3], 11616029589.530088]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 1, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 1, 1, 0], [0, 1, 0, 1, 1, 1, 1, 1, 0], 11611372850.462135]
+--- Retained value to add in file: [0, 1, 1, 1, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 0, 0, 0, 2], [0, 0, 1, 1, 1, 0, 0, 0, 2], 11609820010.651981]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 0, 1, 0], [1, 1, 1, 1, 0, 0, 0, 1, 0], 11609487607.056328]
+--- Retained value to add in file: [3, 0, 0, 3, 0, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 0, 3, 0, 1], [2, 1, 0, 0, 1, 0, 1, 0, 1], 11608192302.97485]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 0, 0, 2], [0, 0, 1, 0, 1, 1, 0, 0, 2], 11606701430.714787]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 3, 0, 1], [2, 0, 1, 1, 0, 0, 1, 0, 1], 11605563471.103024]
+--- Retained value to add in file: [0, 1, 1, 1, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 0, 0, 1, 3], [0, 0, 1, 1, 1, 0, 0, 1, 3], 11604697818.548674]
+--- Retained value to add in file: [3, 0, 0, 3, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 0, 0, 1, 1], [2, 1, 0, 0, 1, 0, 0, 1, 1], 11603442896.83485]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 1, 0, 3], [0, 1, 1, 1, 0, 1, 1, 0, 3], 11597316207.306526]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 0, 0, 1], [1, 1, 1, 1, 0, 1, 0, 0, 1], 11595164646.982464]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 1, 0, 3], [0, 0, 1, 1, 0, 1, 1, 0, 3], 11594581942.848997]
+--- Retained value to add in file: [2, 2, 2, 2, 2, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 2, 0, 0, 3], [1, 1, 1, 1, 1, 1, 0, 0, 3], 11591681999.363514]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 0, 1, 3], [0, 1, 1, 1, 1, 0, 0, 1, 3], 11589999558.295357]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 2, 0, 3], [1, 1, 1, 1, 0, 0, 1, 0, 3], 11583221732.15831]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 0, 2, 0], [1, 0, 1, 1, 0, 0, 0, 2, 0], 11581941359.556562]
+--- Retained value to add in file: [0, 0, 2, 0, 2, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 2, 2, 0, 3], [1, 0, 0, 1, 0, 1, 1, 0, 3], 11581334704.38242]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 0, 3, 0], [2, 0, 0, 1, 1, 1, 0, 3, 0], 11580830628.86607]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 0, 3, 3], [2, 0, 1, 0, 0, 0, 0, 3, 3], 11577472035.277029]
+--- Retained value to add in file: [0, 2, 0, 2, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 0, 0, 2, 0], [1, 0, 1, 0, 1, 0, 0, 2, 0], 11575695072.502256]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 0, 2, 0], [2, 1, 0, 0, 1, 1, 0, 2, 0], 11574331663.297737]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 1, 0, 1], [0, 1, 1, 1, 0, 0, 1, 0, 1], 11574077058.578245]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 0, 2, 0], [1, 1, 0, 1, 0, 0, 0, 2, 0], 11569990719.083382]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 0, 1, 3], [2, 0, 0, 1, 0, 1, 0, 1, 3], 11569861986.35514]
+--- Retained value to add in file: [0, 2, 2, 2, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 0, 0, 1, 3], [1, 0, 1, 1, 1, 0, 0, 1, 3], 11566961787.84021]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 0, 1, 3], [0, 0, 0, 1, 0, 0, 0, 1, 3], 11561125048.400145]
 --- Retained value to add in file: [2, 2, 0, 0, 2, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 0, 0, 2], [1, 1, 1, 0, 0, 1, 1, 0, 0, 1], 7661409271.564844]
---- Retained value to add in file: [0, 2, 2, 0, 2, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 0, 1, 0], [1, 0, 1, 1, 0, 0, 1, 0, 1, 0], 7659402185.375782]
---- Retained value to add in file: [0, 0, 0, 2, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 0, 1, 3], [1, 0, 0, 0, 1, 2, 0, 0, 1, 1], 7657948922.536327]
---- Retained value to add in file: [0, 0, 0, 2, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 0, 2, 3], [1, 0, 0, 0, 1, 2, 0, 0, 1, 1], 7657948922.536327]
---- Retained value to add in file: [0, 0, 0, 2, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 0, 3, 3], [1, 0, 0, 0, 1, 2, 0, 0, 1, 1], 7657948922.536327]
---- Retained value to add in file: [2, 0, 2, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 0, 1, 1], [1, 1, 0, 1, 0, 0, 0, 0, 1, 1], 7657780391.130871]
---- Retained value to add in file: [2, 0, 2, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 0, 2, 1], [1, 1, 0, 1, 0, 0, 0, 0, 1, 1], 7657780391.130871]
---- Retained value to add in file: [2, 0, 2, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 0, 3, 1], [1, 1, 0, 1, 0, 0, 0, 0, 1, 1], 7657780391.130871]
---- Retained value to add in file: [0, 1, 0, 1, 1, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 0, 1, 0], [0, 0, 1, 0, 1, 0, 1, 0, 1, 0], 7652648877.011433]
---- Retained value to add in file: [0, 1, 1, 0, 0, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 1, 0, 3], [0, 0, 1, 1, 0, 2, 0, 1, 0, 1], 7652097012.935969]
---- Retained value to add in file: [0, 0, 0, 2, 0, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 2, 3, 0], [1, 0, 0, 0, 1, 2, 0, 1, 1, 0], 7649642736.849513]
---- Retained value to add in file: [1, 1, 0, 0, 0, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 1, 0, 3], [0, 1, 1, 0, 0, 2, 0, 1, 0, 1], 7649276420.525336]
---- Retained value to add in file: [0, 0, 1, 1, 1, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 1, 0, 0], [0, 0, 0, 1, 1, 0, 1, 1, 0, 0], 7649138622.492899]
---- Retained value to add in file: [0, 1, 0, 1, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 0, 1, 1], [0, 0, 1, 0, 1, 0, 0, 0, 1, 1], 7648220167.6144905]
---- Retained value to add in file: [0, 1, 0, 1, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 0, 2, 1], [0, 0, 1, 0, 1, 0, 0, 0, 1, 1], 7648220167.6144905]
---- Retained value to add in file: [0, 1, 0, 1, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 0, 3, 1], [0, 0, 1, 0, 1, 0, 0, 0, 1, 1], 7648220167.6144905]
---- Retained value to add in file: [0, 0, 0, 0, 1, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 0, 1, 1], [0, 0, 0, 0, 0, 0, 1, 0, 1, 1], 7642342473.334825]
---- Retained value to add in file: [0, 0, 0, 0, 1, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 0, 2, 1], [0, 0, 0, 0, 0, 0, 1, 0, 1, 1], 7642342473.334825]
---- Retained value to add in file: [0, 0, 0, 0, 1, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 0, 3, 1], [0, 0, 0, 0, 0, 0, 1, 0, 1, 1], 7642342473.334825]
---- Retained value to add in file: [0, 0, 0, 0, 2, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 0, 1, 1], [0, 0, 0, 0, 0, 0, 1, 0, 1, 1], 7642342473.334825]
---- Retained value to add in file: [0, 0, 0, 0, 2, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 0, 2, 1], [0, 0, 0, 0, 0, 0, 1, 0, 1, 1], 7642342473.334825]
---- Retained value to add in file: [0, 0, 0, 0, 2, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 0, 3, 1], [0, 0, 0, 0, 0, 0, 1, 0, 1, 1], 7642342473.334825]
---- Retained value to add in file: [0, 0, 0, 0, 3, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 0, 1, 1], [0, 0, 0, 0, 0, 0, 1, 0, 1, 1], 7642342473.334825]
---- Retained value to add in file: [0, 0, 0, 0, 3, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 0, 2, 1], [0, 0, 0, 0, 0, 0, 1, 0, 1, 1], 7642342473.334825]
---- Retained value to add in file: [0, 0, 0, 0, 3, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 0, 3, 1], [0, 0, 0, 0, 0, 0, 1, 0, 1, 1], 7642342473.334825]
---- Retained value to add in file: [0, 3, 3, 3, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 0, 1, 0], [2, 0, 1, 1, 1, 0, 0, 0, 1, 0], 7638091736.272031]
---- Retained value to add in file: [0, 0, 0, 2, 2, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 2, 0, 0], [1, 0, 0, 0, 1, 1, 1, 1, 0, 0], 7634555496.019441]
---- Retained value to add in file: [1, 0, 1, 1, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 0, 0, 3], [0, 1, 0, 1, 1, 2, 0, 0, 0, 1], 7634234698.512964]
---- Retained value to add in file: [0, 0, 0, 0, 1, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 1, 2, 0], [0, 0, 0, 0, 0, 1, 1, 1, 1, 0], 7633580675.711904]
---- Retained value to add in file: [0, 0, 0, 0, 2, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 2, 2, 0], [0, 0, 0, 0, 0, 1, 1, 1, 1, 0], 7633580675.711904]
---- Retained value to add in file: [0, 0, 0, 0, 3, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 3, 2, 0], [0, 0, 0, 0, 0, 1, 1, 1, 1, 0], 7633580675.711904]
---- Retained value to add in file: [0, 0, 0, 2, 2, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 0, 0, 1], [1, 0, 0, 0, 1, 0, 1, 0, 0, 1], 7630476117.001521]
---- Retained value to add in file: [0, 0, 3, 0, 3, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 3, 3, 0], [2, 0, 0, 1, 0, 2, 1, 1, 1, 0], 7625911860.474323]
---- Retained value to add in file: [0, 0, 0, 0, 0, 1, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 1, 1, 1], [0, 0, 0, 0, 0, 0, 0, 1, 1, 1], 7625118323.755443]
---- Retained value to add in file: [0, 0, 0, 0, 0, 1, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 1, 2, 1], [0, 0, 0, 0, 0, 0, 0, 1, 1, 1], 7625118323.755443]
---- Retained value to add in file: [0, 0, 0, 0, 0, 1, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 1, 3, 1], [0, 0, 0, 0, 0, 0, 0, 1, 1, 1], 7625118323.755443]
---- Retained value to add in file: [0, 0, 0, 0, 0, 2, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 2, 1, 1], [0, 0, 0, 0, 0, 0, 0, 1, 1, 1], 7625118323.755443]
---- Retained value to add in file: [0, 0, 0, 0, 0, 2, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 2, 2, 1], [0, 0, 0, 0, 0, 0, 0, 1, 1, 1], 7625118323.755443]
---- Retained value to add in file: [0, 0, 0, 0, 0, 2, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 2, 3, 1], [0, 0, 0, 0, 0, 0, 0, 1, 1, 1], 7625118323.755443]
+--- Raw result : [[2, 2, 0, 0, 2, 0, 0, 2], [1, 1, 1, 0, 0, 1, 0, 0, 2], 11557088596.6717]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 1, 3, 0], [0, 0, 0, 1, 0, 1, 1, 3, 0], 11553789290.858685]
+--- Retained value to add in file: [1, 1, 0, 0, 0, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 0, 1, 0, 2], [0, 1, 1, 0, 0, 0, 1, 0, 2], 11552972052.855106]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 3, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 3, 2, 0], [2, 0, 0, 0, 0, 0, 1, 2, 0], 11550613305.612623]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 0, 1, 3], [0, 1, 0, 0, 0, 0, 0, 1, 3], 11547801591.703611]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 0, 1, 3], [2, 1, 1, 0, 1, 0, 0, 1, 3], 11546816840.045729]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 3, 0, 3], [2, 0, 0, 0, 1, 1, 1, 0, 3], 11546224420.639046]
 --- Retained value to add in file: [0, 0, 0, 0, 0, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 3, 1, 1], [0, 0, 0, 0, 0, 0, 0, 1, 1, 1], 7625118323.755443]
---- Retained value to add in file: [0, 0, 0, 0, 0, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 3, 2, 1], [0, 0, 0, 0, 0, 0, 0, 1, 1, 1], 7625118323.755443]
---- Retained value to add in file: [0, 0, 0, 0, 0, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 3, 3, 1], [0, 0, 0, 0, 0, 0, 0, 1, 1, 1], 7625118323.755443]
---- Retained value to add in file: [1, 1, 1, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 0, 1, 1], [0, 1, 1, 1, 0, 0, 0, 0, 1, 1], 7620755248.61698]
---- Retained value to add in file: [1, 1, 1, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 0, 2, 1], [0, 1, 1, 1, 0, 0, 0, 0, 1, 1], 7620755248.61698]
---- Retained value to add in file: [1, 1, 1, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 0, 3, 1], [0, 1, 1, 1, 0, 0, 0, 0, 1, 1], 7620755248.61698]
---- Retained value to add in file: [3, 3, 3, 0, 0, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 3, 1, 0], [2, 1, 1, 1, 0, 0, 0, 1, 1, 0], 7620057562.268969]
---- Retained value to add in file: [1, 1, 1, 1, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 0, 0, 1], [0, 1, 1, 1, 1, 0, 0, 0, 0, 1], 7617520851.950905]
+--- Raw result : [[0, 0, 0, 0, 0, 3, 1, 1], [2, 0, 0, 0, 0, 0, 1, 1, 1], 11545940297.578474]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 0, 3, 0], [2, 1, 0, 0, 1, 1, 0, 3, 0], 11545478057.564754]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 2, 0, 1], [1, 1, 0, 0, 1, 0, 1, 0, 1], 11545361302.951454]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 0, 3, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 0, 3, 1], [2, 0, 0, 0, 1, 0, 0, 3, 1], 11538351018.085453]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 2, 1, 0], [1, 1, 0, 0, 1, 0, 1, 1, 0], 11536040528.294209]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 1, 1, 3], [0, 1, 0, 0, 0, 0, 1, 1, 3], 11533031512.546432]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 0, 3, 0], [2, 1, 0, 0, 0, 1, 0, 3, 0], 11528606191.889933]
+--- Retained value to add in file: [0, 2, 0, 0, 2, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 2, 0, 3, 0], [1, 0, 1, 0, 0, 1, 0, 3, 0], 11527850920.886635]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 0, 1, 1], [0, 0, 0, 0, 0, 0, 0, 1, 1], 11526078424.194775]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 1, 0, 1], [0, 0, 0, 1, 1, 1, 1, 0, 1], 11524018239.000664]
+--- Retained value to add in file: [1, 1, 0, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 0, 0, 2, 0], [0, 1, 1, 0, 0, 0, 0, 2, 0], 11521871761.582272]
+--- Retained value to add in file: [0, 0, 3, 0, 0, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 0, 3, 1, 3], [2, 0, 0, 1, 0, 0, 1, 1, 3], 11518869197.896812]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 0, 3, 0], [2, 1, 1, 0, 0, 0, 0, 3, 0], 11518245305.103275]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 0, 1, 2], [2, 0, 1, 0, 0, 0, 0, 1, 2], 11517992791.354214]
+--- Retained value to add in file: [3, 0, 3, 3, 0, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 0, 3, 0, 3], [2, 1, 0, 1, 1, 0, 1, 0, 3], 11513550426.8353]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 0, 0, 1], [2, 1, 1, 1, 1, 1, 0, 0, 1], 11511700503.67558]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 1, 2, 0], [0, 1, 0, 0, 0, 0, 1, 2, 0], 11507958079.738491]
+--- Retained value to add in file: [0, 1, 1, 1, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 0, 0, 3, 0], [0, 0, 1, 1, 1, 0, 0, 3, 0], 11495243668.99453]
 --- Retained value to add in file: [0, 3, 0, 0, 3, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 3, 1, 0], [2, 0, 1, 0, 0, 0, 1, 1, 1, 0], 7617074007.227211]
+--- Raw result : [[0, 3, 0, 0, 3, 3, 1, 0], [2, 0, 1, 0, 0, 1, 1, 1, 0], 11492364103.07832]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 2, 1, 0], [1, 1, 0, 1, 0, 0, 1, 1, 0], 11491278004.88068]
+--- Retained value to add in file: [1, 1, 0, 0, 1, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 1, 0, 3, 0], [0, 1, 1, 0, 0, 1, 0, 3, 0], 11485628631.696815]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 2, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 2, 0, 2], [1, 1, 0, 0, 0, 0, 1, 0, 2], 11483542097.851542]
+--- Retained value to add in file: [1, 1, 0, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 0, 0, 1, 3], [0, 1, 1, 0, 0, 0, 0, 1, 3], 11475680436.330639]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 0, 2, 0], [1, 1, 0, 0, 1, 0, 0, 2, 0], 11467845484.290459]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 0, 1, 0], [2, 1, 1, 1, 1, 1, 0, 1, 0], 11466943878.75459]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 0, 2, 0], [2, 0, 1, 0, 1, 1, 0, 2, 0], 11462773993.302198]
+--- Retained value to add in file: [0, 3, 0, 0, 3, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 3, 3, 0, 3], [2, 0, 1, 0, 0, 1, 1, 0, 3], 11459865558.769382]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 1, 3, 0], [0, 0, 0, 0, 1, 1, 1, 3, 0], 11458513869.42387]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 3, 0, 1], [2, 1, 0, 0, 0, 1, 1, 0, 1], 11455795930.08279]
+--- Retained value to add in file: [0, 0, 3, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 0, 0, 1, 2], [2, 0, 0, 1, 0, 0, 0, 1, 2], 11452001692.438286]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 3, 1, 0], [2, 1, 0, 0, 0, 0, 1, 1, 0], 11446757375.337868]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 0, 0, 2], [0, 0, 0, 0, 1, 1, 0, 0, 2], 11445137679.632637]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 0, 0, 3], [0, 0, 1, 1, 1, 1, 0, 0, 3], 11444550469.689543]
+--- Retained value to add in file: [0, 2, 0, 2, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 0, 0, 1, 3], [1, 0, 1, 0, 1, 0, 0, 1, 3], 11444461725.738188]
 --- Retained value to add in file: [1, 0, 0, 1, 1, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 0, 3, 0], [0, 1, 0, 0, 1, 2, 1, 0, 1, 0], 7615376202.493918]
---- Retained value to add in file: [2, 0, 2, 0, 2, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 0, 1, 0], [1, 1, 0, 1, 0, 0, 1, 0, 1, 0], 7608601402.848442]
---- Retained value to add in file: [0, 0, 3, 0, 3, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 0, 1, 3], [2, 0, 0, 1, 0, 2, 1, 0, 1, 1], 7608086929.2979355]
---- Retained value to add in file: [0, 0, 3, 0, 3, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 0, 2, 3], [2, 0, 0, 1, 0, 2, 1, 0, 1, 1], 7608086929.2979355]
---- Retained value to add in file: [0, 0, 3, 0, 3, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 0, 3, 3], [2, 0, 0, 1, 0, 2, 1, 0, 1, 1], 7608086929.2979355]
---- Retained value to add in file: [0, 3, 0, 0, 3, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 3, 3, 0], [2, 0, 1, 0, 0, 2, 1, 1, 1, 0], 7606539142.526542]
---- Retained value to add in file: [0, 2, 2, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 0, 1, 2], [1, 0, 1, 1, 0, 1, 0, 0, 1, 1], 7605878611.707002]
---- Retained value to add in file: [0, 2, 2, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 0, 2, 2], [1, 0, 1, 1, 0, 1, 0, 0, 1, 1], 7605878611.707002]
---- Retained value to add in file: [0, 2, 2, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 0, 3, 2], [1, 0, 1, 1, 0, 1, 0, 0, 1, 1], 7605878611.707002]
---- Retained value to add in file: [3, 0, 3, 0, 0, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 3, 0, 1], [2, 1, 0, 1, 0, 0, 0, 1, 0, 1], 7605581898.407298]
---- Retained value to add in file: [2, 0, 2, 0, 2, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 0, 2, 0], [1, 1, 0, 1, 0, 1, 1, 0, 1, 0], 7604700015.430553]
---- Retained value to add in file: [0, 0, 0, 3, 3, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 0, 0, 1], [2, 0, 0, 0, 1, 0, 1, 0, 0, 1], 7595437879.677047]
---- Retained value to add in file: [1, 1, 1, 0, 0, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 1, 0, 1], [0, 1, 1, 1, 0, 0, 0, 1, 0, 1], 7584437838.84585]
---- Retained value to add in file: [2, 2, 0, 0, 2, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 2, 0, 0], [1, 1, 1, 0, 0, 1, 1, 1, 0, 0], 7582073871.216536]
---- Retained value to add in file: [0, 0, 0, 0, 1, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 1, 3, 0], [0, 0, 0, 0, 0, 2, 1, 1, 1, 0], 7570208028.739674]
---- Retained value to add in file: [0, 0, 0, 0, 2, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 2, 3, 0], [0, 0, 0, 0, 0, 2, 1, 1, 1, 0], 7570208028.739674]
---- Retained value to add in file: [0, 0, 0, 0, 3, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 3, 3, 0], [0, 0, 0, 0, 0, 2, 1, 1, 1, 0], 7570208028.739674]
---- Retained value to add in file: [0, 1, 0, 1, 1, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 1, 0, 0], [0, 0, 1, 0, 1, 0, 1, 1, 0, 0], 7570135970.717857]
---- Retained value to add in file: [0, 1, 0, 1, 0, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 1, 0, 1], [0, 0, 1, 0, 1, 0, 0, 1, 0, 1], 7558023027.19059]
---- Retained value to add in file: [0, 1, 1, 0, 1, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 0, 0, 2], [0, 0, 1, 1, 0, 1, 1, 0, 0, 1], 7552260887.24126]
---- Retained value to add in file: [2, 2, 0, 2, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 0, 0, 1], [1, 1, 1, 0, 1, 0, 0, 0, 0, 1], 7547688279.676786]
+--- Raw result : [[1, 0, 0, 1, 1, 0, 3, 0], [0, 1, 0, 0, 1, 1, 0, 3, 0], 11444348160.973751]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 0, 2, 0, 3], [1, 1, 0, 1, 1, 0, 1, 0, 3], 11444285938.06432]
 --- Retained value to add in file: [0, 3, 0, 0, 3, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 0, 1, 3], [2, 0, 1, 0, 0, 2, 1, 0, 1, 1], 7546367880.53249]
---- Retained value to add in file: [0, 3, 0, 0, 3, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 0, 2, 3], [2, 0, 1, 0, 0, 2, 1, 0, 1, 1], 7546367880.53249]
---- Retained value to add in file: [0, 3, 0, 0, 3, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 0, 3, 3], [2, 0, 1, 0, 0, 2, 1, 0, 1, 1], 7546367880.53249]
---- Retained value to add in file: [0, 2, 2, 2, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 0, 1, 0], [1, 0, 1, 1, 1, 0, 0, 0, 1, 0], 7545430270.994762]
---- Retained value to add in file: [0, 2, 2, 0, 0, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 2, 3, 0], [1, 0, 1, 1, 0, 2, 0, 1, 1, 0], 7543744598.606534]
---- Retained value to add in file: [0, 0, 0, 1, 0, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 1, 0, 3], [0, 0, 0, 0, 1, 2, 0, 1, 0, 1], 7542731496.675298]
---- Retained value to add in file: [2, 2, 0, 0, 2, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 0, 0, 3], [1, 1, 1, 0, 0, 2, 1, 0, 0, 1], 7537658236.297181]
---- Retained value to add in file: [2, 2, 0, 2, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 0, 3, 0], [1, 1, 1, 0, 1, 2, 0, 0, 1, 0], 7528962188.231074]
---- Retained value to add in file: [1, 0, 1, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 0, 1, 2], [0, 1, 0, 1, 0, 1, 0, 0, 1, 1], 7515804856.964387]
---- Retained value to add in file: [1, 0, 1, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 0, 2, 2], [0, 1, 0, 1, 0, 1, 0, 0, 1, 1], 7515804856.964387]
---- Retained value to add in file: [1, 0, 1, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 0, 3, 2], [0, 1, 0, 1, 0, 1, 0, 0, 1, 1], 7515804856.964387]
---- Retained value to add in file: [2, 2, 0, 0, 0, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 2, 3, 0], [1, 1, 1, 0, 0, 2, 0, 1, 1, 0], 7513679902.875492]
---- Retained value to add in file: [0, 0, 0, 0, 1, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 0, 1, 3], [0, 0, 0, 0, 0, 2, 1, 0, 1, 1], 7511740253.572503]
---- Retained value to add in file: [0, 0, 0, 0, 1, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 0, 2, 3], [0, 0, 0, 0, 0, 2, 1, 0, 1, 1], 7511740253.572503]
---- Retained value to add in file: [0, 0, 0, 0, 1, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 0, 3, 3], [0, 0, 0, 0, 0, 2, 1, 0, 1, 1], 7511740253.572503]
---- Retained value to add in file: [0, 0, 0, 0, 2, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 0, 1, 3], [0, 0, 0, 0, 0, 2, 1, 0, 1, 1], 7511740253.572503]
---- Retained value to add in file: [0, 0, 0, 0, 2, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 0, 2, 3], [0, 0, 0, 0, 0, 2, 1, 0, 1, 1], 7511740253.572503]
---- Retained value to add in file: [0, 0, 0, 0, 2, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 0, 3, 3], [0, 0, 0, 0, 0, 2, 1, 0, 1, 1], 7511740253.572503]
+--- Raw result : [[0, 3, 0, 0, 3, 0, 1, 3], [2, 0, 1, 0, 0, 1, 0, 1, 3], 11440143485.531261]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 0, 2, 0], [2, 0, 0, 1, 1, 1, 0, 2, 0], 11434200904.312431]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 1, 0, 3], [0, 0, 0, 0, 1, 1, 1, 0, 3], 11434067509.781395]
+--- Retained value to add in file: [0, 0, 2, 0, 2, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 2, 2, 0, 1], [1, 0, 0, 1, 0, 1, 1, 0, 1], 11431540457.417747]
 --- Retained value to add in file: [0, 0, 0, 0, 3, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 0, 1, 3], [0, 0, 0, 0, 0, 2, 1, 0, 1, 1], 7511740253.572503]
---- Retained value to add in file: [0, 0, 0, 0, 3, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 0, 2, 3], [0, 0, 0, 0, 0, 2, 1, 0, 1, 1], 7511740253.572503]
---- Retained value to add in file: [0, 0, 0, 0, 3, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 0, 3, 3], [0, 0, 0, 0, 0, 2, 1, 0, 1, 1], 7511740253.572503]
---- Retained value to add in file: [0, 2, 2, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 0, 1, 3], [1, 0, 1, 1, 0, 2, 0, 0, 1, 1], 7504965399.513682]
---- Retained value to add in file: [0, 2, 2, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 0, 2, 3], [1, 0, 1, 1, 0, 2, 0, 0, 1, 1], 7504965399.513682]
---- Retained value to add in file: [0, 2, 2, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 0, 3, 3], [1, 0, 1, 1, 0, 2, 0, 0, 1, 1], 7504965399.513682]
---- Retained value to add in file: [1, 0, 1, 0, 0, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 1, 3, 0], [0, 1, 0, 1, 0, 2, 0, 1, 1, 0], 7492980222.967458]
---- Retained value to add in file: [0, 3, 0, 0, 0, 3, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 3, 1, 1], [2, 0, 1, 0, 0, 0, 0, 1, 1, 1], 7492088770.648448]
---- Retained value to add in file: [0, 3, 0, 0, 0, 3, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 3, 2, 1], [2, 0, 1, 0, 0, 0, 0, 1, 1, 1], 7492088770.648448]
---- Retained value to add in file: [0, 3, 0, 0, 0, 3, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 3, 3, 1], [2, 0, 1, 0, 0, 0, 0, 1, 1, 1], 7492088770.648448]
---- Retained value to add in file: [0, 0, 0, 3, 3, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 3, 0, 0], [2, 0, 0, 0, 1, 2, 1, 1, 0, 0], 7487491978.849375]
---- Retained value to add in file: [2, 0, 2, 2, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 0, 1, 0], [1, 1, 0, 1, 1, 0, 0, 0, 1, 0], 7482918042.028818]
---- Retained value to add in file: [3, 0, 3, 0, 3, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 3, 0, 0], [2, 1, 0, 1, 0, 2, 1, 1, 0, 0], 7479975966.800846]
---- Retained value to add in file: [0, 2, 2, 0, 0, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 2, 2, 0], [1, 0, 1, 1, 0, 1, 0, 1, 1, 0], 7477729740.626934]
---- Retained value to add in file: [3, 0, 3, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 0, 1, 2], [2, 1, 0, 1, 0, 1, 0, 0, 1, 1], 7475304794.214771]
---- Retained value to add in file: [3, 0, 3, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 0, 2, 2], [2, 1, 0, 1, 0, 1, 0, 0, 1, 1], 7475304794.214771]
---- Retained value to add in file: [3, 0, 3, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 0, 3, 2], [2, 1, 0, 1, 0, 1, 0, 0, 1, 1], 7475304794.214771]
---- Retained value to add in file: [0, 1, 1, 1, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 0, 0, 2], [0, 0, 1, 1, 1, 1, 0, 0, 0, 1], 7472933305.509575]
---- Retained value to add in file: [0, 0, 0, 2, 0, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 2, 2, 0], [1, 0, 0, 0, 1, 1, 0, 1, 1, 0], 7472798468.853494]
---- Retained value to add in file: [3, 0, 3, 0, 3, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 0, 0, 3], [2, 1, 0, 1, 0, 2, 1, 0, 0, 1], 7472753076.242514]
---- Retained value to add in file: [2, 2, 0, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 0, 1, 2], [1, 1, 1, 0, 0, 1, 0, 0, 1, 1], 7470150425.665598]
---- Retained value to add in file: [2, 2, 0, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 0, 2, 2], [1, 1, 1, 0, 0, 1, 0, 0, 1, 1], 7470150425.665598]
---- Retained value to add in file: [2, 2, 0, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 0, 3, 2], [1, 1, 1, 0, 0, 1, 0, 0, 1, 1], 7470150425.665598]
---- Retained value to add in file: [1, 0, 1, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 0, 1, 3], [0, 1, 0, 1, 0, 2, 0, 0, 1, 1], 7469206668.5362425]
---- Retained value to add in file: [1, 0, 1, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 0, 2, 3], [0, 1, 0, 1, 0, 2, 0, 0, 1, 1], 7469206668.5362425]
---- Retained value to add in file: [1, 0, 1, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 0, 3, 3], [0, 1, 0, 1, 0, 2, 0, 0, 1, 1], 7469206668.5362425]
---- Retained value to add in file: [1, 0, 0, 1, 0, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 1, 1, 0], [0, 1, 0, 0, 1, 0, 0, 1, 1, 0], 7466573404.137888]
---- Retained value to add in file: [0, 3, 3, 0, 0, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 3, 0, 2], [2, 0, 1, 1, 0, 1, 0, 1, 0, 1], 7465328300.464987]
---- Retained value to add in file: [2, 2, 0, 0, 2, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 0, 0, 1], [1, 1, 1, 0, 0, 0, 1, 0, 0, 1], 7464752882.755348]
+--- Raw result : [[0, 0, 0, 0, 3, 0, 1, 3], [2, 0, 0, 0, 0, 1, 0, 1, 3], 11430905177.35066]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 3, 1, 0], [2, 0, 1, 1, 0, 0, 1, 1, 0], 11424463327.42303]
+--- Retained value to add in file: [1, 1, 0, 0, 1, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 1, 0, 0, 2], [0, 1, 1, 0, 0, 1, 0, 0, 2], 11422811713.945438]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 0, 3, 0], [0, 1, 0, 1, 1, 0, 0, 3, 0], 11420062123.22662]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 0, 0, 1, 3], [1, 1, 0, 1, 1, 0, 0, 1, 3], 11414887009.157848]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 0, 3, 0], [2, 1, 0, 1, 0, 0, 0, 3, 0], 11408452380.5675]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 0, 1, 3], [0, 0, 1, 1, 0, 0, 0, 1, 3], 11404344265.481213]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 0, 0, 3], [1, 0, 1, 1, 1, 1, 0, 0, 3], 11402650447.562988]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 0, 1, 3], [2, 0, 1, 1, 1, 0, 0, 1, 3], 11399899286.522215]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 0, 0, 1], [0, 1, 1, 1, 1, 1, 0, 0, 1], 11397551336.977886]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 0, 1, 3], [0, 1, 0, 1, 1, 0, 0, 1, 3], 11396503945.416111]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 0, 0, 2], [1, 0, 1, 0, 1, 1, 0, 0, 2], 11394452914.712044]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 2, 0, 0], [1, 0, 1, 1, 1, 1, 1, 0, 0], 11392934509.092678]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 0, 2, 0], [0, 1, 0, 0, 0, 1, 0, 2, 0], 11392674005.070522]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 3, 0, 2], [2, 1, 0, 0, 0, 0, 1, 0, 2], 11391345797.317665]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 1, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 1, 1, 3], [0, 1, 0, 1, 0, 0, 1, 1, 3], 11388275623.614216]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 1, 0, 3], [0, 1, 1, 1, 1, 0, 1, 0, 3], 11382122121.98259]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 0, 2, 0], [2, 1, 0, 0, 0, 0, 0, 2, 0], 11380138417.136473]
+--- Retained value to add in file: [0, 1, 1, 1, 0, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 0, 1, 0, 3], [0, 0, 1, 1, 1, 0, 1, 0, 3], 11379722381.44818]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 0, 1, 3], [1, 1, 1, 1, 0, 0, 0, 1, 3], 11377877425.124763]
+--- Retained value to add in file: [2, 0, 0, 0, 2, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 2, 2, 0, 3], [1, 1, 0, 0, 0, 1, 1, 0, 3], 11366889073.626484]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 0, 1, 0], [0, 1, 1, 1, 1, 1, 0, 1, 0], 11364435449.138271]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 0, 2, 0], [1, 0, 0, 1, 1, 0, 0, 2, 0], 11355896868.980324]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 2, 1, 0], [1, 0, 0, 1, 1, 0, 1, 1, 0], 11353799813.233814]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 0, 1, 0], [2, 1, 1, 1, 0, 1, 0, 1, 0], 11351081992.652992]
+--- Retained value to add in file: [0, 3, 0, 3, 0, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 0, 3, 0, 1], [2, 0, 1, 0, 1, 0, 1, 0, 1], 11348306156.88049]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 0, 3, 0], [0, 0, 1, 0, 1, 1, 0, 3, 0], 11348194293.849327]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 3, 0, 3], [2, 1, 0, 0, 0, 1, 1, 0, 3], 11345061678.65194]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 0, 0, 2], [2, 1, 1, 0, 1, 0, 0, 0, 2], 11344064594.025913]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 0, 0, 2], [1, 1, 1, 0, 0, 0, 0, 0, 2], 11343250223.69994]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 0, 3, 0], [0, 0, 1, 1, 0, 1, 0, 3, 0], 11342958290.719154]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 0, 0, 3], [0, 0, 0, 1, 1, 1, 0, 0, 3], 11339875586.359406]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 0, 0, 2], [0, 0, 0, 1, 0, 1, 0, 0, 2], 11339431766.410637]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 2, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 2, 0, 2], [1, 0, 0, 1, 0, 0, 1, 0, 2], 11335200993.432428]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 1, 2, 0], [0, 0, 1, 0, 0, 0, 1, 2, 0], 11334019968.043499]
+--- Retained value to add in file: [2, 0, 0, 0, 2, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 2, 2, 0, 1], [1, 1, 0, 0, 0, 1, 1, 0, 1], 11333461107.118217]
+--- Retained value to add in file: [2, 0, 0, 0, 2, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 2, 0, 3, 0], [1, 1, 0, 0, 0, 1, 0, 3, 0], 11329303740.673367]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 0, 2, 0], [0, 0, 0, 1, 1, 0, 0, 2, 0], 11329020146.314663]
+--- Retained value to add in file: [0, 2, 0, 2, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 0, 0, 3, 0], [1, 0, 1, 0, 1, 0, 0, 3, 0], 11326735412.19912]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 0, 2, 0], [2, 0, 1, 1, 0, 0, 0, 2, 0], 11326520898.609722]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 0, 1, 1], [1, 0, 0, 0, 0, 1, 0, 1, 1], 11326093905.8289]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 0, 0, 3], [0, 1, 1, 1, 1, 1, 0, 0, 3], 11322517938.0308]
+--- Retained value to add in file: [3, 0, 3, 3, 3, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 3, 0, 0, 2], [2, 1, 0, 1, 1, 1, 0, 0, 2], 11321360151.2104]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 2, 0, 3], [1, 0, 0, 0, 0, 1, 1, 0, 3], 11321259962.5727]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 0, 1, 1], [2, 0, 1, 0, 1, 1, 0, 1, 1], 11320902391.449553]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 0, 1, 3], [1, 0, 0, 1, 1, 0, 0, 1, 3], 11319305497.756413]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 2, 0, 1], [1, 1, 0, 1, 0, 0, 1, 0, 1], 11317237944.249947]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 0, 0, 2], [0, 1, 0, 0, 1, 1, 0, 0, 2], 11317099903.883036]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 1, 0, 2], [0, 0, 0, 0, 0, 1, 1, 0, 2], 11310202987.995155]
+--- Retained value to add in file: [0, 3, 0, 3, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 0, 0, 1, 1], [2, 0, 1, 0, 1, 0, 0, 1, 1], 11307611025.806377]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 0, 0, 3], [0, 0, 0, 0, 1, 1, 0, 0, 3], 11306639676.952559]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 1, 0, 3], [0, 1, 0, 0, 1, 1, 1, 0, 3], 11304071332.501362]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 0, 1, 3], [1, 1, 0, 0, 1, 0, 0, 1, 3], 11301432380.13538]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 0, 1, 3], [1, 0, 0, 0, 1, 0, 0, 1, 3], 11300017020.32946]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 0, 1, 3], [0, 1, 1, 1, 0, 0, 0, 1, 3], 11298681030.641905]
+--- Retained value to add in file: [0, 3, 0, 3, 0, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 0, 3, 1, 0], [2, 0, 1, 0, 1, 0, 1, 1, 0], 11295547229.48814]
+--- Retained value to add in file: [0, 1, 1, 1, 0, 1, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 0, 1, 1, 0], [0, 0, 1, 1, 1, 0, 1, 1, 0], 11289793158.018852]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 1, 2, 0], [0, 0, 0, 0, 0, 1, 1, 2, 0], 11284722434.563976]
+--- Retained value to add in file: [0, 3, 0, 0, 3, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 3, 0, 2, 0], [2, 0, 1, 0, 0, 1, 0, 2, 0], 11284383637.334423]
+--- Retained value to add in file: [0, 3, 0, 3, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 0, 0, 3, 0], [2, 0, 1, 0, 1, 0, 0, 3, 0], 11278637035.80637]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 3, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 3, 1, 3], [2, 0, 0, 0, 0, 0, 1, 1, 3], 11272611527.711226]
 --- Retained value to add in file: [1, 1, 1, 0, 0, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 1, 1, 0], [0, 1, 1, 1, 0, 0, 0, 1, 1, 0], 7464642664.095088]
---- Retained value to add in file: [1, 0, 1, 0, 1, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 0, 0, 2], [0, 1, 0, 1, 0, 1, 1, 0, 0, 1], 7464096846.012767]
---- Retained value to add in file: [0, 1, 1, 0, 0, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 1, 0, 2], [0, 0, 1, 1, 0, 1, 0, 1, 0, 1], 7462367857.051972]
---- Retained value to add in file: [0, 0, 0, 0, 1, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 1, 0, 1], [0, 0, 0, 0, 0, 0, 1, 1, 0, 1], 7453884669.888804]
---- Retained value to add in file: [0, 0, 0, 0, 2, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 2, 0, 1], [0, 0, 0, 0, 0, 0, 1, 1, 0, 1], 7453884669.888804]
---- Retained value to add in file: [0, 0, 0, 0, 3, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 3, 0, 1], [0, 0, 0, 0, 0, 0, 1, 1, 0, 1], 7453884669.888804]
+--- Raw result : [[1, 1, 1, 0, 0, 1, 1, 0], [0, 1, 1, 1, 0, 0, 1, 1, 0], 11272600190.62098]
+--- Retained value to add in file: [3, 0, 0, 3, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 0, 0, 2, 0], [2, 1, 0, 0, 1, 0, 0, 2, 0], 11271896373.549145]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 1, 2, 0], [0, 0, 0, 0, 1, 0, 1, 2, 0], 11271415608.26971]
 --- Retained value to add in file: [2, 2, 0, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 0, 1, 3], [1, 1, 1, 0, 0, 2, 0, 0, 1, 1], 7452476143.084422]
---- Retained value to add in file: [2, 2, 0, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 0, 2, 3], [1, 1, 1, 0, 0, 2, 0, 0, 1, 1], 7452476143.084422]
---- Retained value to add in file: [2, 2, 0, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 0, 3, 3], [1, 1, 1, 0, 0, 2, 0, 0, 1, 1], 7452476143.084422]
---- Retained value to add in file: [0, 2, 2, 0, 0, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 2, 0, 1], [1, 0, 1, 1, 0, 0, 0, 1, 0, 1], 7451007719.8393345]
---- Retained value to add in file: [1, 0, 0, 1, 1, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 0, 1, 0], [0, 1, 0, 0, 1, 0, 1, 0, 1, 0], 7447450529.0975685]
---- Retained value to add in file: [1, 0, 1, 1, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 0, 0, 2], [0, 1, 0, 1, 1, 1, 0, 0, 0, 1], 7447255798.175394]
---- Retained value to add in file: [0, 1, 1, 0, 1, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 0, 0, 3], [0, 0, 1, 1, 0, 2, 1, 0, 0, 1], 7445746931.962888]
---- Retained value to add in file: [0, 2, 2, 0, 2, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 0, 3, 0], [1, 0, 1, 1, 0, 2, 1, 0, 1, 0], 7444410741.068009]
---- Retained value to add in file: [0, 3, 3, 0, 3, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 3, 0, 0], [2, 0, 1, 1, 0, 2, 1, 1, 0, 0], 7443579036.453918]
---- Retained value to add in file: [3, 0, 3, 0, 3, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 0, 1, 0], [2, 1, 0, 1, 0, 0, 1, 0, 1, 0], 7442129034.316815]
---- Retained value to add in file: [0, 0, 0, 0, 1, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 1, 1, 0], [0, 0, 0, 0, 0, 0, 1, 1, 1, 0], 7441011944.479534]
---- Retained value to add in file: [0, 0, 0, 0, 2, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 2, 1, 0], [0, 0, 0, 0, 0, 0, 1, 1, 1, 0], 7441011944.479534]
---- Retained value to add in file: [0, 0, 0, 0, 3, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 3, 1, 0], [0, 0, 0, 0, 0, 0, 1, 1, 1, 0], 7441011944.479534]
---- Retained value to add in file: [0, 0, 0, 3, 3, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 0, 0, 3], [2, 0, 0, 0, 1, 2, 1, 0, 0, 1], 7438298115.040905]
---- Retained value to add in file: [0, 0, 1, 1, 0, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 1, 1, 0], [0, 0, 0, 1, 1, 0, 0, 1, 1, 0], 7437558091.075722]
---- Retained value to add in file: [1, 0, 0, 1, 1, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 1, 0, 0], [0, 1, 0, 0, 1, 0, 1, 1, 0, 0], 7431186055.874029]
---- Retained value to add in file: [0, 3, 3, 0, 3, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 0, 0, 3], [2, 0, 1, 1, 0, 2, 1, 0, 0, 1], 7428181285.555496]
---- Retained value to add in file: [2, 0, 2, 0, 0, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 2, 1, 0], [1, 1, 0, 1, 0, 0, 0, 1, 1, 0], 7425459453.943352]
---- Retained value to add in file: [0, 0, 0, 2, 0, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 2, 0, 1], [1, 0, 0, 0, 1, 0, 0, 1, 0, 1], 7421546675.07981]
---- Retained value to add in file: [1, 1, 0, 0, 0, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 1, 0, 2], [0, 1, 1, 0, 0, 1, 0, 1, 0, 1], 7417265791.849108]
---- Retained value to add in file: [0, 1, 1, 0, 0, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 1, 3, 0], [0, 0, 1, 1, 0, 2, 0, 1, 1, 0], 7415951974.68418]
---- Retained value to add in file: [0, 3, 3, 0, 0, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 3, 0, 3], [2, 0, 1, 1, 0, 2, 0, 1, 0, 1], 7414084018.319183]
---- Retained value to add in file: [1, 0, 1, 0, 0, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 1, 2, 0], [0, 1, 0, 1, 0, 1, 0, 1, 1, 0], 7412924390.345423]
---- Retained value to add in file: [3, 0, 3, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 0, 1, 1], [2, 1, 0, 1, 0, 0, 0, 0, 1, 1], 7411962867.585984]
---- Retained value to add in file: [3, 0, 3, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 0, 2, 1], [2, 1, 0, 1, 0, 0, 0, 0, 1, 1], 7411962867.585984]
---- Retained value to add in file: [3, 0, 3, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 0, 3, 1], [2, 1, 0, 1, 0, 0, 0, 0, 1, 1], 7411962867.585984]
---- Retained value to add in file: [1, 1, 0, 1, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 0, 0, 3], [0, 1, 1, 0, 1, 2, 0, 0, 0, 1], 7408440171.979676]
---- Retained value to add in file: [3, 3, 0, 0, 0, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 3, 0, 3], [2, 1, 1, 0, 0, 2, 0, 1, 0, 1], 7401140350.133455]
---- Retained value to add in file: [1, 1, 0, 0, 0, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 1, 3, 0], [0, 1, 1, 0, 0, 2, 0, 1, 1, 0], 7398911849.210462]
---- Retained value to add in file: [0, 0, 2, 2, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 0, 0, 3], [1, 0, 0, 1, 1, 2, 0, 0, 0, 1], 7398832883.527018]
---- Retained value to add in file: [2, 2, 0, 2, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 0, 2, 0], [1, 1, 1, 0, 1, 1, 0, 0, 1, 0], 7398522162.391378]
---- Retained value to add in file: [0, 0, 3, 3, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 0, 0, 2], [2, 0, 0, 1, 1, 1, 0, 0, 0, 1], 7391852295.931516]
---- Retained value to add in file: [3, 3, 0, 0, 0, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 3, 0, 2], [2, 1, 1, 0, 0, 1, 0, 1, 0, 1], 7389786087.470667]
---- Retained value to add in file: [2, 2, 0, 0, 0, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 2, 2, 0], [1, 1, 1, 0, 0, 1, 0, 1, 1, 0], 7386606201.804697]
---- Retained value to add in file: [0, 2, 2, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 0, 1, 1], [1, 0, 1, 1, 0, 0, 0, 0, 1, 1], 7378938997.760963]
---- Retained value to add in file: [0, 2, 2, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 0, 2, 1], [1, 0, 1, 1, 0, 0, 0, 0, 1, 1], 7378938997.760963]
---- Retained value to add in file: [0, 2, 2, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 0, 3, 1], [1, 0, 1, 1, 0, 0, 0, 0, 1, 1], 7378938997.760963]
---- Retained value to add in file: [3, 3, 0, 3, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 0, 2, 0], [2, 1, 1, 0, 1, 1, 0, 0, 1, 0], 7375598364.461721]
---- Retained value to add in file: [3, 3, 0, 0, 3, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 0, 0, 2], [2, 1, 1, 0, 0, 1, 1, 0, 0, 1], 7368650885.886421]
---- Retained value to add in file: [1, 1, 1, 1, 0, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 1, 0, 0], [0, 1, 1, 1, 1, 0, 0, 1, 0, 0], 7367747438.525221]
---- Retained value to add in file: [0, 1, 1, 0, 1, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 0, 2, 0], [0, 0, 1, 1, 0, 1, 1, 0, 1, 0], 7365187894.275442]
---- Retained value to add in file: [3, 3, 0, 3, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 0, 3, 0], [2, 1, 1, 0, 1, 2, 0, 0, 1, 0], 7362943092.189047]
---- Retained value to add in file: [3, 3, 3, 3, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 3, 0, 0, 0, 0], [2, 1, 1, 1, 1, 0, 0, 0, 0, 0], 7362226832.994889]
---- Retained value to add in file: [0, 1, 1, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 0, 1, 2], [0, 0, 1, 1, 0, 1, 0, 0, 1, 1], 7361987972.819257]
---- Retained value to add in file: [0, 1, 1, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 0, 2, 2], [0, 0, 1, 1, 0, 1, 0, 0, 1, 1], 7361987972.819257]
---- Retained value to add in file: [0, 1, 1, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 0, 3, 2], [0, 0, 1, 1, 0, 1, 0, 0, 1, 1], 7361987972.819257]
---- Retained value to add in file: [0, 1, 1, 0, 1, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 0, 0, 1], [0, 0, 1, 1, 0, 0, 1, 0, 0, 1], 7358336215.888182]
---- Retained value to add in file: [0, 1, 1, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 0, 1, 3], [0, 0, 1, 1, 0, 2, 0, 0, 1, 1], 7358003476.438085]
---- Retained value to add in file: [0, 1, 1, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 0, 2, 3], [0, 0, 1, 1, 0, 2, 0, 0, 1, 1], 7358003476.438085]
---- Retained value to add in file: [0, 1, 1, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 0, 3, 3], [0, 0, 1, 1, 0, 2, 0, 0, 1, 1], 7358003476.438085]
+--- Raw result : [[2, 2, 0, 0, 0, 0, 1, 3], [1, 1, 1, 0, 0, 0, 0, 1, 3], 11270792188.197828]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 0, 0, 1], [1, 0, 1, 1, 1, 1, 0, 0, 1], 11269476310.993664]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 3, 0, 3], [2, 0, 0, 1, 0, 1, 1, 0, 3], 11267394466.364342]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 0, 0, 2], [0, 1, 1, 0, 1, 0, 0, 0, 2], 11266069639.25513]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 0, 3, 0], [2, 0, 1, 1, 0, 0, 0, 3, 0], 11264322413.248814]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 1, 3, 0], [0, 1, 0, 0, 0, 0, 1, 3, 0], 11262438806.561213]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 1, 2, 0], [0, 0, 0, 1, 0, 0, 1, 2, 0], 11261813468.054256]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 0, 0, 2, 0], [0, 1, 0, 0, 1, 0, 0, 2, 0], 11261627598.103619]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 0, 0, 1], [2, 1, 1, 1, 0, 1, 0, 0, 1], 11261227709.53987]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 0, 0, 3], [1, 1, 1, 0, 1, 1, 0, 0, 3], 11257942665.894516]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 0, 3, 0], [0, 1, 1, 1, 0, 0, 0, 3, 0], 11253666435.467018]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 2, 0, 3], [1, 1, 1, 0, 0, 0, 1, 0, 3], 11251738649.013578]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 1, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 1, 1, 0], [0, 0, 1, 1, 0, 1, 1, 1, 0], 11251674513.233803]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 3, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 3, 0, 0], [2, 1, 1, 0, 1, 0, 1, 0, 0], 11250060040.720333]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 0, 3, 0], [0, 1, 0, 1, 0, 1, 0, 3, 0], 11248337576.505062]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 0, 1, 1], [2, 0, 0, 1, 1, 0, 0, 1, 1], 11247987211.74464]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 0, 1, 0], [2, 1, 1, 0, 0, 0, 0, 1, 0], 11244994406.09065]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 0, 0, 3], [2, 1, 1, 1, 1, 1, 0, 0, 3], 11244956896.940926]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 1, 0, 1], [0, 1, 1, 0, 1, 0, 1, 0, 1], 11244384416.367796]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 2, 0, 0], [1, 1, 1, 1, 0, 0, 1, 0, 0], 11233196869.498543]
+--- Retained value to add in file: [0, 0, 2, 0, 2, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 2, 0, 2, 0], [1, 0, 0, 1, 0, 1, 0, 2, 0], 11233091424.93032]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 0, 0, 2], [2, 1, 1, 0, 0, 0, 0, 0, 2], 11231831647.21896]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 0, 3, 0], [0, 1, 1, 0, 1, 0, 0, 3, 0], 11231607164.250359]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 0, 3, 0], [1, 1, 1, 0, 0, 0, 0, 3, 0], 11231571482.528221]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 1, 0, 2], [0, 0, 0, 0, 1, 0, 1, 0, 2], 11226582236.594124]
+--- Retained value to add in file: [0, 0, 2, 0, 2, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 2, 2, 1, 0], [1, 0, 0, 1, 0, 1, 1, 1, 0], 11226078759.045475]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 0, 0, 2], [0, 0, 1, 0, 0, 1, 0, 0, 2], 11223608918.507305]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 1, 0, 2], [0, 0, 1, 0, 0, 0, 1, 0, 2], 11219110869.167454]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 0, 1, 0, 2], [0, 1, 0, 0, 1, 0, 1, 0, 2], 11217053829.566996]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 0, 1, 1], [1, 0, 0, 1, 0, 0, 0, 1, 1], 11215998609.538357]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 0, 0, 3], [0, 0, 1, 0, 1, 1, 0, 0, 3], 11208218665.088902]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 0, 2, 0], [0, 0, 1, 1, 0, 0, 0, 2, 0], 11207457036.791592]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 1, 3, 0], [0, 0, 1, 0, 0, 0, 1, 3, 0], 11205662018.428883]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 0, 1, 3], [2, 1, 1, 0, 0, 0, 0, 1, 3], 11201050451.705181]
+--- Retained value to add in file: [0, 0, 0, 2, 2, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 2, 2, 0, 1], [1, 0, 0, 0, 1, 1, 1, 0, 1], 11200997854.32885]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 0, 0, 2], [2, 0, 1, 1, 1, 1, 0, 0, 2], 11200377983.024925]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 2, 0, 3], [1, 0, 0, 1, 1, 0, 1, 0, 3], 11199171698.582401]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 0, 0, 2], [0, 1, 1, 1, 0, 0, 0, 0, 2], 11195555043.046528]
 --- Retained value to add in file: [0, 0, 0, 3, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 0, 1, 2], [2, 0, 0, 0, 1, 1, 0, 0, 1, 1], 7352301492.351705]
---- Retained value to add in file: [0, 0, 0, 3, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 0, 2, 2], [2, 0, 0, 0, 1, 1, 0, 0, 1, 1], 7352301492.351705]
---- Retained value to add in file: [0, 0, 0, 3, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 0, 3, 2], [2, 0, 0, 0, 1, 1, 0, 0, 1, 1], 7352301492.351705]
---- Retained value to add in file: [0, 0, 0, 2, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 0, 1, 1], [1, 0, 0, 0, 1, 0, 0, 0, 1, 1], 7349900409.627225]
---- Retained value to add in file: [0, 0, 0, 2, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 0, 2, 1], [1, 0, 0, 0, 1, 0, 0, 0, 1, 1], 7349900409.627225]
---- Retained value to add in file: [0, 0, 0, 2, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 0, 3, 1], [1, 0, 0, 0, 1, 0, 0, 0, 1, 1], 7349900409.627225]
+--- Raw result : [[0, 0, 0, 3, 0, 0, 1, 2], [2, 0, 0, 0, 1, 0, 0, 1, 2], 11192976636.844994]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 0, 3, 0], [0, 0, 0, 1, 1, 1, 0, 3, 0], 11192418565.034588]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 0, 3, 0], [1, 0, 1, 1, 0, 0, 0, 3, 0], 11189058208.947365]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 1, 0, 2], [0, 1, 0, 0, 0, 1, 1, 0, 2], 11185743543.269495]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 1, 3, 0], [0, 0, 0, 1, 0, 0, 1, 3, 0], 11183725246.33668]
+--- Retained value to add in file: [0, 0, 0, 0, 3, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 3, 3, 0, 2], [2, 0, 0, 0, 0, 1, 1, 0, 2], 11183622669.427086]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 0, 0, 3], [0, 1, 1, 0, 1, 1, 0, 0, 3], 11181501401.559874]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 0, 2, 0], [1, 1, 0, 0, 0, 0, 0, 2, 0], 11181393329.487988]
+--- Retained value to add in file: [0, 3, 0, 0, 3, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 3, 3, 0, 1], [2, 0, 1, 0, 0, 1, 1, 0, 1], 11178096911.44151]
+--- Retained value to add in file: [0, 3, 0, 0, 3, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 3, 0, 1, 1], [2, 0, 1, 0, 0, 1, 0, 1, 1], 11176214386.290325]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 0, 2, 0], [0, 0, 1, 0, 1, 0, 0, 2, 0], 11170560384.019787]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 0, 0, 2], [2, 1, 1, 0, 1, 1, 0, 0, 2], 11166273591.806465]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 0, 3, 0], [2, 0, 0, 1, 0, 1, 0, 3, 0], 11165812113.397898]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 0, 2, 0], [0, 0, 1, 0, 0, 1, 0, 2, 0], 11159119407.220043]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 0, 0, 1], [2, 1, 1, 0, 0, 0, 0, 0, 1], 11154899739.49241]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 3, 0, 2], [2, 0, 1, 0, 0, 0, 1, 0, 2], 11153657119.2356]
+--- Retained value to add in file: [1, 1, 0, 0, 1, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 1, 1, 0, 3], [0, 1, 1, 0, 0, 1, 1, 0, 3], 11152779015.121077]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 3, 0, 3], [2, 1, 1, 0, 0, 0, 1, 0, 3], 11144234678.325428]
+--- Retained value to add in file: [1, 1, 0, 0, 1, 1, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 1, 1, 1, 0], [0, 1, 1, 0, 0, 1, 1, 1, 0], 11143197432.689629]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 2, 0, 3], [1, 0, 1, 1, 0, 0, 1, 0, 3], 11143077540.337614]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 0, 0, 1], [1, 1, 1, 0, 1, 0, 0, 0, 1], 11141838015.14668]
+--- Retained value to add in file: [0, 3, 0, 3, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 0, 0, 2, 0], [2, 0, 1, 0, 1, 0, 0, 2, 0], 11137056310.829082]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 0, 1, 1], [2, 0, 0, 1, 0, 1, 0, 1, 1], 11131922950.378658]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 1, 0, 3], [0, 0, 1, 0, 0, 1, 1, 0, 3], 11127253232.943546]
+--- Retained value to add in file: [1, 1, 0, 0, 1, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 1, 1, 0, 1], [0, 1, 1, 0, 0, 1, 1, 0, 1], 11110348400.554853]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 0, 0, 2], [1, 1, 0, 0, 1, 1, 0, 0, 2], 11100220456.690533]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 3, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 3, 0, 0], [2, 1, 1, 0, 1, 1, 1, 0, 0], 11098107879.748497]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 1, 3, 0], [0, 0, 0, 0, 1, 0, 1, 3, 0], 11097680935.870447]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 0, 2, 0], [0, 1, 0, 1, 0, 0, 0, 2, 0], 11091180030.19003]
+--- Retained value to add in file: [3, 0, 0, 3, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 0, 0, 1, 3], [2, 1, 0, 0, 1, 0, 0, 1, 3], 11088959289.419106]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 0, 0, 1], [2, 1, 1, 0, 1, 0, 0, 0, 1], 11086392505.897]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 2, 0, 3], [1, 1, 0, 0, 1, 0, 1, 0, 3], 11080237183.8978]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 1, 3, 0], [0, 0, 0, 0, 0, 1, 1, 3, 0], 11077245613.377909]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 0, 3, 0], [1, 0, 0, 1, 1, 0, 0, 3, 0], 11074570331.402554]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 0, 1, 3], [2, 0, 0, 1, 1, 0, 0, 1, 3], 11073612857.830803]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 1, 0, 3], [0, 1, 1, 0, 1, 0, 1, 0, 3], 11072764607.117521]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 0, 0, 2], [0, 0, 1, 1, 0, 0, 0, 0, 2], 11069345457.01965]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 0, 0, 2], [0, 0, 0, 0, 0, 1, 0, 0, 2], 11067571734.279469]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 0, 0, 1], [0, 1, 1, 1, 1, 0, 0, 0, 1], 11067505147.453657]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 0, 1, 3], [2, 1, 0, 1, 0, 0, 0, 1, 3], 11064706839.192696]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 0, 2, 0], [0, 0, 0, 1, 0, 1, 0, 2, 0], 11063886302.036007]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 0, 3, 0], [1, 1, 0, 1, 0, 0, 0, 3, 0], 11063848561.499722]
+--- Retained value to add in file: [0, 3, 0, 3, 0, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 0, 3, 0, 3], [2, 0, 1, 0, 1, 0, 1, 0, 3], 11063745581.16187]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 0, 1, 0], [2, 1, 1, 0, 1, 0, 0, 1, 0], 11061916623.240795]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 2, 0, 1], [1, 0, 1, 0, 0, 0, 1, 0, 1], 11060733045.724194]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 0, 1, 3], [1, 0, 1, 1, 0, 0, 0, 1, 3], 11058389905.003767]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 0, 1, 0], [1, 1, 1, 0, 1, 0, 0, 1, 0], 11054022796.488213]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 0, 0, 1], [0, 0, 1, 1, 1, 1, 0, 0, 1], 11053238962.305601]
 --- Retained value to add in file: [0, 0, 0, 2, 2, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 0, 2, 0], [1, 0, 0, 0, 1, 1, 1, 0, 1, 0], 7348246422.68662]
---- Retained value to add in file: [0, 1, 0, 1, 0, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 1, 1, 0], [0, 0, 1, 0, 1, 0, 0, 1, 1, 0], 7346638373.555714]
---- Retained value to add in file: [1, 0, 1, 0, 1, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 0, 0, 3], [0, 1, 0, 1, 0, 2, 1, 0, 0, 1], 7345240250.095851]
---- Retained value to add in file: [1, 1, 0, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 0, 1, 3], [0, 1, 1, 0, 0, 2, 0, 0, 1, 1], 7337233339.868913]
---- Retained value to add in file: [1, 1, 0, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 0, 2, 3], [0, 1, 1, 0, 0, 2, 0, 0, 1, 1], 7337233339.868913]
---- Retained value to add in file: [1, 1, 0, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 0, 3, 3], [0, 1, 1, 0, 0, 2, 0, 0, 1, 1], 7337233339.868913]
---- Retained value to add in file: [0, 0, 2, 2, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 0, 0, 2], [1, 0, 0, 1, 1, 1, 0, 0, 0, 1], 7334441651.966751]
---- Retained value to add in file: [2, 0, 0, 0, 0, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 2, 0, 3], [1, 1, 0, 0, 0, 2, 0, 1, 0, 1], 7334302375.921727]
---- Retained value to add in file: [2, 0, 2, 0, 2, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 0, 3, 0], [1, 1, 0, 1, 0, 2, 1, 0, 1, 0], 7328239355.431412]
---- Retained value to add in file: [3, 0, 3, 0, 3, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 0, 2, 0], [2, 1, 0, 1, 0, 1, 1, 0, 1, 0], 7327180037.427603]
---- Retained value to add in file: [0, 3, 3, 0, 3, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 0, 1, 0], [2, 0, 1, 1, 0, 0, 1, 0, 1, 0], 7326448819.351844]
---- Retained value to add in file: [0, 0, 0, 3, 0, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 3, 0, 1], [2, 0, 0, 0, 1, 0, 0, 1, 0, 1], 7312427595.934884]
---- Retained value to add in file: [2, 2, 0, 0, 0, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 2, 0, 1], [1, 1, 1, 0, 0, 0, 0, 1, 0, 1], 7302228109.533592]
---- Retained value to add in file: [3, 0, 3, 0, 0, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 3, 2, 0], [2, 1, 0, 1, 0, 1, 0, 1, 1, 0], 7299834130.997931]
---- Retained value to add in file: [3, 3, 0, 0, 3, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 0, 0, 1], [2, 1, 1, 0, 0, 0, 1, 0, 0, 1], 7296679077.493205]
---- Retained value to add in file: [2, 0, 0, 2, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 0, 0, 3], [1, 1, 0, 0, 1, 2, 0, 0, 0, 1], 7296528212.049772]
---- Retained value to add in file: [0, 0, 3, 3, 0, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 3, 0, 0], [2, 0, 0, 1, 1, 2, 0, 1, 0, 0], 7293434515.478752]
---- Retained value to add in file: [0, 0, 3, 3, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 0, 0, 3], [2, 0, 0, 1, 1, 2, 0, 0, 0, 1], 7285642691.274513]
---- Retained value to add in file: [1, 0, 1, 0, 1, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 0, 0, 1], [0, 1, 0, 1, 0, 0, 1, 0, 0, 1], 7282424496.668005]
---- Retained value to add in file: [0, 1, 1, 0, 0, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 1, 2, 0], [0, 0, 1, 1, 0, 1, 0, 1, 1, 0], 7279735305.421181]
---- Retained value to add in file: [0, 2, 0, 2, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 0, 0, 3], [1, 0, 1, 0, 1, 2, 0, 0, 0, 1], 7275097009.603268]
---- Retained value to add in file: [1, 1, 0, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 0, 1, 2], [0, 1, 1, 0, 0, 1, 0, 0, 1, 1], 7272801791.336325]
---- Retained value to add in file: [1, 1, 0, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 0, 2, 2], [0, 1, 1, 0, 0, 1, 0, 0, 1, 1], 7272801791.336325]
---- Retained value to add in file: [1, 1, 0, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 0, 3, 2], [0, 1, 1, 0, 0, 1, 0, 0, 1, 1], 7272801791.336325]
---- Retained value to add in file: [0, 0, 0, 1, 0, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 1, 0, 2], [0, 0, 0, 0, 1, 1, 0, 1, 0, 1], 7272558879.960127]
---- Retained value to add in file: [0, 0, 0, 3, 0, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 3, 3, 0], [2, 0, 0, 0, 1, 2, 0, 1, 1, 0], 7268123251.654552]
---- Retained value to add in file: [1, 1, 1, 1, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 0, 1, 0], [0, 1, 1, 1, 1, 0, 0, 0, 1, 0], 7267017768.8249]
---- Retained value to add in file: [0, 1, 1, 0, 1, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 0, 1, 0], [0, 0, 1, 1, 0, 0, 1, 0, 1, 0], 7259798585.362499]
---- Retained value to add in file: [0, 3, 3, 0, 3, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 0, 2, 0], [2, 0, 1, 1, 0, 1, 1, 0, 1, 0], 7251794586.615433]
---- Retained value to add in file: [2, 2, 0, 0, 2, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 0, 2, 0], [1, 1, 1, 0, 0, 1, 1, 0, 1, 0], 7245684196.447023]
---- Retained value to add in file: [0, 0, 0, 3, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 0, 1, 3], [2, 0, 0, 0, 1, 2, 0, 0, 1, 1], 7242319459.607424]
---- Retained value to add in file: [0, 0, 0, 3, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 0, 2, 3], [2, 0, 0, 0, 1, 2, 0, 0, 1, 1], 7242319459.607424]
---- Retained value to add in file: [0, 0, 0, 3, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 0, 3, 3], [2, 0, 0, 0, 1, 2, 0, 0, 1, 1], 7242319459.607424]
---- Retained value to add in file: [0, 0, 0, 1, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 0, 1, 3], [0, 0, 0, 0, 1, 2, 0, 0, 1, 1], 7241182878.499011]
---- Retained value to add in file: [0, 0, 0, 1, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 0, 2, 3], [0, 0, 0, 0, 1, 2, 0, 0, 1, 1], 7241182878.499011]
---- Retained value to add in file: [0, 0, 0, 1, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 0, 3, 3], [0, 0, 0, 0, 1, 2, 0, 0, 1, 1], 7241182878.499011]
+--- Raw result : [[0, 0, 0, 2, 2, 0, 2, 0], [1, 0, 0, 0, 1, 1, 0, 2, 0], 11049094319.170036]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 0, 1, 1], [1, 0, 0, 0, 1, 0, 0, 1, 1], 11045817742.96838]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 3, 0, 1], [2, 0, 0, 1, 1, 0, 1, 0, 1], 11045195773.130108]
+--- Retained value to add in file: [1, 1, 0, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 0, 0, 0, 2], [0, 1, 1, 0, 0, 0, 0, 0, 2], 11041122921.028744]
+--- Retained value to add in file: [3, 3, 0, 0, 3, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 3, 0, 0, 2], [2, 1, 1, 0, 0, 1, 0, 0, 2], 11034057960.506168]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 0, 2, 0], [0, 0, 0, 0, 1, 1, 0, 2, 0], 11033390122.422405]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 0, 1, 3], [1, 0, 1, 0, 0, 0, 0, 1, 3], 11028040202.597202]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 3, 0, 1], [2, 1, 0, 0, 0, 0, 1, 0, 1], 11026841115.58035]
+--- Retained value to add in file: [0, 3, 0, 3, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 0, 0, 1, 3], [2, 0, 1, 0, 1, 0, 0, 1, 3], 11026838099.717861]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 0, 1, 0], [1, 0, 1, 1, 1, 1, 0, 1, 0], 11025938254.631176]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 0, 1, 1], [2, 0, 1, 0, 0, 0, 0, 1, 1], 11018718517.859262]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 0, 0, 3], [1, 0, 1, 0, 1, 1, 0, 0, 3], 11017322401.758696]
+--- Retained value to add in file: [0, 0, 2, 0, 2, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 2, 0, 3, 0], [1, 0, 0, 1, 0, 1, 0, 3, 0], 11005654340.753246]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 1, 0, 1], [0, 0, 1, 0, 1, 1, 1, 0, 1], 10997777795.872404]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 1, 0, 3], [0, 0, 1, 0, 1, 0, 1, 0, 3], 10996617540.036037]
+--- Retained value to add in file: [0, 2, 2, 2, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 0, 0, 0, 1], [1, 0, 1, 1, 1, 0, 0, 0, 1], 10996443691.007032]
 --- Retained value to add in file: [0, 0, 0, 2, 2, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 0, 3, 0], [1, 0, 0, 0, 1, 2, 1, 0, 1, 0], 7231168438.266515]
---- Retained value to add in file: [1, 0, 1, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 0, 1, 1], [0, 1, 0, 1, 0, 0, 0, 0, 1, 1], 7230739852.615389]
---- Retained value to add in file: [1, 0, 1, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 0, 2, 1], [0, 1, 0, 1, 0, 0, 0, 0, 1, 1], 7230739852.615389]
---- Retained value to add in file: [1, 0, 1, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 0, 3, 1], [0, 1, 0, 1, 0, 0, 0, 0, 1, 1], 7230739852.615389]
---- Retained value to add in file: [0, 0, 0, 2, 2, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 0, 1, 0], [1, 0, 0, 0, 1, 0, 1, 0, 1, 0], 7223735243.296434]
---- Retained value to add in file: [0, 1, 1, 0, 1, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 0, 3, 0], [0, 0, 1, 1, 0, 2, 1, 0, 1, 0], 7220465051.712728]
---- Retained value to add in file: [1, 1, 0, 0, 0, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 1, 2, 0], [0, 1, 1, 0, 0, 1, 0, 1, 1, 0], 7216925451.054846]
---- Retained value to add in file: [1, 1, 0, 0, 1, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 0, 0, 2], [0, 1, 1, 0, 0, 1, 1, 0, 0, 1], 7210555436.745436]
---- Retained value to add in file: [0, 1, 1, 1, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 0, 3, 0], [0, 0, 1, 1, 1, 2, 0, 0, 1, 0], 7210364650.654496]
---- Retained value to add in file: [2, 0, 0, 0, 0, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 2, 0, 2], [1, 1, 0, 0, 0, 1, 0, 1, 0, 1], 7210121358.668014]
---- Retained value to add in file: [1, 1, 0, 0, 1, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 0, 0, 3], [0, 1, 1, 0, 0, 2, 1, 0, 0, 1], 7205031846.200347]
---- Retained value to add in file: [3, 0, 0, 3, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 0, 0, 2], [2, 1, 0, 0, 1, 1, 0, 0, 0, 1], 7197440938.844453]
---- Retained value to add in file: [1, 0, 1, 0, 0, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 1, 0, 1], [0, 1, 0, 1, 0, 0, 0, 1, 0, 1], 7196118978.440634]
---- Retained value to add in file: [3, 0, 3, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 0, 1, 3], [2, 1, 0, 1, 0, 2, 0, 0, 1, 1], 7189137781.12208]
---- Retained value to add in file: [3, 0, 3, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 0, 2, 3], [2, 1, 0, 1, 0, 2, 0, 0, 1, 1], 7189137781.12208]
---- Retained value to add in file: [3, 0, 3, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 0, 3, 3], [2, 1, 0, 1, 0, 2, 0, 0, 1, 1], 7189137781.12208]
---- Retained value to add in file: [1, 0, 1, 0, 1, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 0, 2, 0], [0, 1, 0, 1, 0, 1, 1, 0, 1, 0], 7187431058.35564]
---- Retained value to add in file: [3, 0, 0, 3, 0, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 3, 0, 0], [2, 1, 0, 0, 1, 2, 0, 1, 0, 0], 7186950440.841518]
---- Retained value to add in file: [0, 0, 2, 2, 2, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 2, 0, 0, 0], [1, 0, 0, 1, 1, 1, 1, 0, 0, 0], 7186605667.925232]
---- Retained value to add in file: [0, 0, 0, 3, 0, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 3, 2, 0], [2, 0, 0, 0, 1, 1, 0, 1, 1, 0], 7185644419.614059]
---- Retained value to add in file: [0, 1, 1, 1, 1, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 1, 0, 0, 0], [0, 0, 1, 1, 1, 0, 1, 0, 0, 0], 7184813881.521767]
---- Retained value to add in file: [3, 0, 0, 3, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 0, 0, 3], [2, 1, 0, 0, 1, 2, 0, 0, 0, 1], 7179604352.290804]
---- Retained value to add in file: [0, 1, 1, 0, 1, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 1, 0, 0], [0, 0, 1, 1, 0, 0, 1, 1, 0, 0], 7177329420.030777]
---- Retained value to add in file: [0, 3, 3, 0, 0, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 3, 0, 1], [2, 0, 1, 1, 0, 0, 0, 1, 0, 1], 7177288819.222945]
---- Retained value to add in file: [3, 0, 3, 0, 0, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 3, 3, 0], [2, 1, 0, 1, 0, 2, 0, 1, 1, 0], 7175991083.132803]
---- Retained value to add in file: [0, 0, 0, 1, 0, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 1, 3, 0], [0, 0, 0, 0, 1, 2, 0, 1, 1, 0], 7169640064.963402]
---- Retained value to add in file: [0, 0, 0, 1, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 0, 1, 2], [0, 0, 0, 0, 1, 1, 0, 0, 1, 1], 7168798316.954248]
---- Retained value to add in file: [0, 0, 0, 1, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 0, 2, 2], [0, 0, 0, 0, 1, 1, 0, 0, 1, 1], 7168798316.954248]
---- Retained value to add in file: [0, 0, 0, 1, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 0, 3, 2], [0, 0, 0, 0, 1, 1, 0, 0, 1, 1], 7168798316.954248]
+--- Raw result : [[0, 0, 0, 2, 2, 0, 3, 0], [1, 0, 0, 0, 1, 1, 0, 3, 0], 10992872565.45779]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 1, 0, 3], [0, 0, 0, 1, 0, 1, 1, 0, 3], 10989616987.47815]
+--- Retained value to add in file: [2, 0, 2, 2, 2, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 2, 0, 0, 3], [1, 1, 0, 1, 1, 1, 0, 0, 3], 10989281150.685345]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 0, 0, 3], [1, 0, 0, 1, 1, 1, 0, 0, 3], 10977703292.452946]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 1, 0, 2], [0, 0, 0, 1, 0, 0, 1, 0, 2], 10977248982.96975]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 0, 0, 3], [0, 1, 0, 0, 1, 1, 0, 0, 3], 10975794181.124374]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 3, 1, 0], [2, 0, 0, 1, 0, 1, 1, 1, 0], 10974556671.50343]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 0, 0, 1], [1, 1, 1, 0, 0, 0, 0, 0, 1], 10969123659.656734]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 0, 0, 2], [0, 0, 1, 0, 1, 0, 0, 0, 2], 10967610600.130833]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 0, 3, 0], [2, 0, 0, 1, 1, 0, 0, 3, 0], 10966382025.335032]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 0, 1, 0], [0, 1, 1, 1, 1, 0, 0, 1, 0], 10965826921.284782]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 0, 1, 3], [0, 1, 0, 1, 0, 0, 0, 1, 3], 10961408911.061958]
+--- Retained value to add in file: [3, 0, 3, 3, 3, 3, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 3, 3, 0, 0], [2, 1, 0, 1, 1, 1, 1, 0, 0], 10958004399.168705]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 0, 0, 3], [0, 0, 0, 0, 0, 1, 0, 0, 3], 10956956825.729511]
+--- Retained value to add in file: [0, 0, 0, 2, 2, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 2, 2, 1, 0], [1, 0, 0, 0, 1, 1, 1, 1, 0], 10956171205.311237]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 0, 0, 2], [0, 0, 0, 1, 1, 0, 0, 0, 2], 10954705138.30532]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 2, 1, 0], [1, 1, 0, 0, 0, 0, 1, 1, 0], 10945168435.49522]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 0, 0, 3], [0, 1, 0, 1, 1, 1, 0, 0, 3], 10937394076.645863]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 0, 3, 0], [1, 1, 0, 0, 1, 0, 0, 3, 0], 10935533524.296886]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 3, 1, 0], [2, 0, 0, 1, 1, 0, 1, 1, 0], 10932372245.890926]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 0, 1, 3], [1, 1, 0, 0, 0, 0, 0, 1, 3], 10926493209.315521]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 2, 0, 0], [1, 1, 1, 0, 1, 1, 1, 0, 0], 10921247657.104671]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 0, 0, 1], [0, 1, 1, 1, 0, 1, 0, 0, 1], 10918412826.393705]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 1, 0, 1], [0, 0, 1, 1, 0, 0, 1, 0, 1], 10916625643.04626]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 0, 0, 2], [1, 0, 1, 1, 0, 0, 0, 0, 2], 10915181135.461323]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 1, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 1, 1, 0], [0, 1, 1, 0, 1, 0, 1, 1, 0], 10913987488.975899]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 3, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 3, 0, 0], [2, 1, 1, 0, 0, 0, 1, 0, 0], 10906443510.30441]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 0, 1, 0], [1, 1, 1, 0, 0, 0, 0, 1, 0], 10904982587.549297]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 0, 2, 0], [2, 0, 0, 1, 0, 1, 0, 2, 0], 10903783383.801617]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 0, 0, 3], [1, 1, 1, 1, 0, 1, 0, 0, 3], 10903775569.720741]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 0, 0, 2], [2, 0, 1, 1, 1, 0, 0, 0, 2], 10899533688.590992]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 2, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 2, 0, 2], [1, 0, 0, 0, 0, 0, 1, 0, 2], 10897602354.130165]
+--- Retained value to add in file: [3, 0, 0, 3, 0, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 0, 3, 0, 3], [2, 1, 0, 0, 1, 0, 1, 0, 3], 10891068196.30584]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 0, 2, 0], [1, 0, 1, 0, 0, 0, 0, 2, 0], 10890092256.367199]
+--- Retained value to add in file: [3, 0, 0, 3, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 0, 0, 3, 0], [2, 1, 0, 0, 1, 0, 0, 3, 0], 10887844820.807764]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 0, 3, 0], [2, 0, 0, 0, 1, 1, 0, 3, 0], 10887738854.890375]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 1, 0, 3], [0, 0, 0, 0, 0, 1, 1, 0, 3], 10884827085.338743]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 0, 3, 0], [0, 1, 0, 0, 0, 1, 0, 3, 0], 10883954631.814127]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 0, 1, 0], [0, 1, 1, 1, 0, 1, 0, 1, 0], 10882224182.622658]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 0, 1, 0], [1, 1, 1, 0, 1, 1, 0, 1, 0], 10882219391.882229]
+--- Retained value to add in file: [0, 2, 0, 0, 2, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 2, 0, 0, 2], [1, 0, 1, 0, 0, 1, 0, 0, 2], 10881993527.800938]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 3, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 3, 0, 0], [2, 0, 1, 1, 1, 1, 1, 0, 0], 10876796541.502678]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 0, 0, 3], [0, 0, 1, 1, 0, 1, 0, 0, 3], 10874695510.419659]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 3, 0, 1], [2, 0, 0, 1, 0, 1, 1, 0, 1], 10870816829.674862]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 0, 1, 3], [2, 0, 1, 1, 0, 0, 0, 1, 3], 10870551652.802364]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 0, 2, 0], [2, 0, 0, 1, 1, 0, 0, 2, 0], 10870514544.908611]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 0, 3, 0], [0, 0, 0, 1, 1, 0, 0, 3, 0], 10868488210.372065]
+--- Retained value to add in file: [0, 0, 0, 0, 3, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 3, 3, 0, 3], [2, 0, 0, 0, 0, 1, 1, 0, 3], 10867602581.987242]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 0, 0, 0, 2], [1, 1, 0, 1, 1, 0, 0, 0, 2], 10865971941.33665]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 0, 0, 2], [0, 1, 0, 1, 0, 1, 0, 0, 2], 10863321786.070444]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 0, 0, 2], [1, 1, 0, 1, 0, 1, 0, 0, 2], 10861492192.366741]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 0, 3, 0], [2, 1, 0, 0, 0, 0, 0, 3, 0], 10858174898.366356]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 0, 2, 0], [0, 1, 0, 0, 0, 0, 0, 2, 0], 10857766236.947676]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 1, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 1, 1, 0], [0, 0, 0, 1, 1, 1, 1, 1, 0], 10846943012.792667]
+--- Retained value to add in file: [3, 0, 3, 3, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 0, 0, 0, 2], [2, 1, 0, 1, 1, 0, 0, 0, 2], 10833345976.759836]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 0, 0, 3], [2, 1, 1, 1, 0, 1, 0, 0, 3], 10829322186.124662]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 0, 1, 3], [1, 0, 0, 1, 0, 0, 0, 1, 3], 10827644231.945648]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 2, 0, 3], [1, 0, 0, 0, 1, 0, 1, 0, 3], 10825667221.719902]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 2, 0, 3], [1, 0, 1, 0, 0, 0, 1, 0, 3], 10801393741.607586]
+--- Retained value to add in file: [0, 2, 0, 2, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 0, 0, 0, 2], [1, 0, 1, 0, 1, 0, 0, 0, 2], 10798801309.857914]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 2, 1, 0], [1, 0, 1, 0, 0, 0, 1, 1, 0], 10798528365.71394]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 0, 3, 0], [0, 0, 1, 0, 1, 0, 0, 3, 0], 10792968323.526508]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 0, 0, 2], [0, 1, 0, 0, 0, 1, 0, 0, 2], 10790144769.83236]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 0, 0, 1], [1, 1, 1, 0, 1, 1, 0, 0, 1], 10780761922.176281]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 0, 3, 0], [2, 0, 1, 0, 0, 0, 0, 3, 0], 10779237638.876347]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 0, 0, 3, 0], [0, 1, 0, 0, 1, 0, 0, 3, 0], 10772220774.064737]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 0, 0, 3], [0, 0, 1, 0, 0, 1, 0, 0, 3], 10769894742.463478]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 0, 3, 0], [0, 0, 1, 0, 0, 1, 0, 3, 0], 10765738574.177952]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 0, 1, 3], [2, 1, 0, 0, 0, 0, 0, 1, 3], 10756269581.714354]
+--- Retained value to add in file: [3, 0, 3, 3, 3, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 3, 0, 0, 3], [2, 1, 0, 1, 1, 1, 0, 0, 3], 10754027710.19585]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 3, 0, 3], [2, 0, 0, 1, 1, 0, 1, 0, 3], 10751646314.55848]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 0, 1, 3], [1, 1, 0, 1, 0, 0, 0, 1, 3], 10750928323.712315]
+--- Retained value to add in file: [0, 0, 0, 0, 3, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 3, 0, 3, 0], [2, 0, 0, 0, 0, 1, 0, 3, 0], 10750257092.301186]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 1, 0, 3], [0, 0, 0, 1, 1, 0, 1, 0, 3], 10750173046.510689]
+--- Retained value to add in file: [1, 1, 0, 0, 0, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 0, 1, 0, 1], [0, 1, 1, 0, 0, 0, 1, 0, 1], 10746645392.206951]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 1, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 1, 2, 0], [0, 0, 0, 0, 0, 0, 1, 2, 0], 10743401297.681166]
 --- Retained value to add in file: [3, 3, 0, 0, 3, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 3, 0, 0], [2, 1, 1, 0, 0, 2, 1, 1, 0, 0], 7166453858.347482]
---- Retained value to add in file: [2, 2, 0, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 0, 1, 1], [1, 1, 1, 0, 0, 0, 0, 0, 1, 1], 7159434748.152044]
---- Retained value to add in file: [2, 2, 0, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 0, 2, 1], [1, 1, 1, 0, 0, 0, 0, 0, 1, 1], 7159434748.152044]
---- Retained value to add in file: [2, 2, 0, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 0, 3, 1], [1, 1, 1, 0, 0, 0, 0, 0, 1, 1], 7159434748.152044]
---- Retained value to add in file: [0, 0, 3, 3, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 0, 0, 1], [2, 0, 0, 1, 1, 0, 0, 0, 0, 1], 7159236592.629898]
---- Retained value to add in file: [0, 0, 0, 3, 3, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 0, 2, 0], [2, 0, 0, 0, 1, 1, 1, 0, 1, 0], 7150000513.437525]
---- Retained value to add in file: [2, 0, 0, 2, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 0, 0, 2], [1, 1, 0, 0, 1, 1, 0, 0, 0, 1], 7149932285.593849]
---- Retained value to add in file: [0, 0, 2, 2, 0, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 2, 0, 0], [1, 0, 0, 1, 1, 1, 0, 1, 0, 0], 7145463194.3532715]
---- Retained value to add in file: [0, 0, 2, 0, 0, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 2, 0, 3], [1, 0, 0, 1, 0, 2, 0, 1, 0, 1], 7144613739.811037]
---- Retained value to add in file: [1, 0, 0, 0, 0, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 1, 0, 3], [0, 1, 0, 0, 0, 2, 0, 1, 0, 1], 7135908264.05961]
---- Retained value to add in file: [0, 2, 2, 0, 0, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 2, 1, 0], [1, 0, 1, 1, 0, 0, 0, 1, 1, 0], 7135897408.121029]
---- Retained value to add in file: [0, 0, 0, 3, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 0, 1, 1], [2, 0, 0, 0, 1, 0, 0, 0, 1, 1], 7130357738.948806]
---- Retained value to add in file: [0, 0, 0, 3, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 0, 2, 1], [2, 0, 0, 0, 1, 0, 0, 0, 1, 1], 7130357738.948806]
---- Retained value to add in file: [0, 0, 0, 3, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 0, 3, 1], [2, 0, 0, 0, 1, 0, 0, 0, 1, 1], 7130357738.948806]
---- Retained value to add in file: [0, 3, 0, 3, 0, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 3, 0, 0], [2, 0, 1, 0, 1, 2, 0, 1, 0, 0], 7127683007.29755]
---- Retained value to add in file: [1, 1, 0, 1, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 0, 0, 2], [0, 1, 1, 0, 1, 1, 0, 0, 0, 1], 7126485739.135384]
---- Retained value to add in file: [3, 0, 3, 0, 0, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 3, 1, 0], [2, 1, 0, 1, 0, 0, 0, 1, 1, 0], 7126416458.576119]
---- Retained value to add in file: [2, 2, 0, 0, 2, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 0, 3, 0], [1, 1, 1, 0, 0, 2, 1, 0, 1, 0], 7123896411.021101]
+--- Raw result : [[3, 3, 0, 0, 3, 3, 0, 0], [2, 1, 1, 0, 0, 1, 1, 0, 0], 10740047732.90475]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 1, 0, 2], [0, 0, 0, 0, 0, 0, 1, 0, 2], 10739672063.037067]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 0, 2, 0], [2, 0, 1, 0, 0, 0, 0, 2, 0], 10736751256.830835]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 3, 0, 3], [2, 0, 1, 1, 0, 0, 1, 0, 3], 10736413096.182178]
 --- Retained value to add in file: [2, 2, 0, 0, 2, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 0, 1, 0], [1, 1, 1, 0, 0, 0, 1, 0, 1, 0], 7119845144.289982]
---- Retained value to add in file: [3, 3, 0, 0, 3, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 0, 0, 3], [2, 1, 1, 0, 0, 2, 1, 0, 0, 1], 7116659296.516838]
---- Retained value to add in file: [1, 0, 1, 0, 1, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 0, 1, 0], [0, 1, 0, 1, 0, 0, 1, 0, 1, 0], 7106345456.478056]
---- Retained value to add in file: [0, 0, 3, 3, 3, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 3, 0, 0, 0], [2, 0, 0, 1, 1, 2, 1, 0, 0, 0], 7103921939.807762]
---- Retained value to add in file: [0, 0, 0, 3, 3, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 0, 1, 0], [2, 0, 0, 0, 1, 0, 1, 0, 1, 0], 7103062277.941862]
---- Retained value to add in file: [0, 2, 0, 2, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 0, 0, 2], [1, 0, 1, 0, 1, 1, 0, 0, 0, 1], 7102111547.70953]
---- Retained value to add in file: [0, 3, 0, 3, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 0, 0, 3], [2, 0, 1, 0, 1, 2, 0, 0, 0, 1], 7101948752.23357]
---- Retained value to add in file: [0, 3, 3, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 0, 1, 2], [2, 0, 1, 1, 0, 1, 0, 0, 1, 1], 7096244399.05121]
---- Retained value to add in file: [0, 3, 3, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 0, 2, 2], [2, 0, 1, 1, 0, 1, 0, 0, 1, 1], 7096244399.05121]
---- Retained value to add in file: [0, 3, 3, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 0, 3, 2], [2, 0, 1, 1, 0, 1, 0, 0, 1, 1], 7096244399.05121]
---- Retained value to add in file: [0, 0, 0, 1, 1, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 0, 0, 2], [0, 0, 0, 0, 1, 1, 1, 0, 0, 1], 7095033085.203848]
---- Retained value to add in file: [1, 0, 1, 0, 1, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 1, 0, 0], [0, 1, 0, 1, 0, 0, 1, 1, 0, 0], 7092565499.016804]
---- Retained value to add in file: [0, 0, 0, 1, 1, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 0, 0, 3], [0, 0, 0, 0, 1, 2, 1, 0, 0, 1], 7085606843.42436]
---- Retained value to add in file: [0, 3, 0, 3, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 0, 0, 2], [2, 0, 1, 0, 1, 1, 0, 0, 0, 1], 7080192640.358432]
---- Retained value to add in file: [1, 0, 1, 1, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 0, 3, 0], [0, 1, 0, 1, 1, 2, 0, 0, 1, 0], 7067983703.8375845]
---- Retained value to add in file: [0, 2, 0, 0, 0, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 2, 0, 3], [1, 0, 1, 0, 0, 2, 0, 1, 0, 1], 7065487103.770793]
---- Retained value to add in file: [3, 3, 0, 3, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 0, 1, 0], [2, 1, 1, 0, 1, 0, 0, 0, 1, 0], 7061244245.3606]
---- Retained value to add in file: [0, 1, 1, 1, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 0, 2, 0], [0, 0, 1, 1, 1, 1, 0, 0, 1, 0], 7058775485.653738]
---- Retained value to add in file: [0, 0, 2, 0, 0, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 2, 0, 2], [1, 0, 0, 1, 0, 1, 0, 1, 0, 1], 7057824719.586222]
---- Retained value to add in file: [0, 1, 1, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 0, 1, 1], [0, 0, 1, 1, 0, 0, 0, 0, 1, 1], 7056229892.317865]
---- Retained value to add in file: [0, 1, 1, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 0, 2, 1], [0, 0, 1, 1, 0, 0, 0, 0, 1, 1], 7056229892.317865]
---- Retained value to add in file: [0, 1, 1, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 0, 3, 1], [0, 0, 1, 1, 0, 0, 0, 0, 1, 1], 7056229892.317865]
---- Retained value to add in file: [1, 0, 1, 0, 0, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 1, 1, 0], [0, 1, 0, 1, 0, 0, 0, 1, 1, 0], 7053356252.121212]
+--- Raw result : [[2, 2, 0, 0, 2, 0, 1, 0], [1, 1, 1, 0, 0, 1, 0, 1, 0], 10735422282.144539]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 3, 0, 2], [2, 0, 0, 0, 1, 0, 1, 0, 2], 10731966039.819603]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 2, 0, 1], [1, 1, 0, 0, 0, 0, 1, 0, 1], 10723472649.158367]
 --- Retained value to add in file: [0, 0, 2, 0, 2, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 0, 0, 2], [1, 0, 0, 1, 0, 1, 1, 0, 0, 1], 7049840157.375881]
---- Retained value to add in file: [3, 3, 0, 0, 0, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 3, 0, 1], [2, 1, 1, 0, 0, 0, 0, 1, 0, 1], 7033950985.0595255]
---- Retained value to add in file: [1, 0, 1, 0, 1, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 0, 3, 0], [0, 1, 0, 1, 0, 2, 1, 0, 1, 0], 7028649873.319245]
---- Retained value to add in file: [0, 0, 0, 2, 0, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 2, 1, 0], [1, 0, 0, 0, 1, 0, 0, 1, 1, 0], 7024054285.791714]
---- Retained value to add in file: [0, 0, 2, 0, 2, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 0, 0, 1], [1, 0, 0, 1, 0, 0, 1, 0, 0, 1], 7023332367.785726]
---- Retained value to add in file: [0, 3, 3, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 0, 1, 1], [2, 0, 1, 1, 0, 0, 0, 0, 1, 1], 6995163224.820516]
---- Retained value to add in file: [0, 3, 3, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 0, 2, 1], [2, 0, 1, 1, 0, 0, 0, 0, 1, 1], 6995163224.820516]
---- Retained value to add in file: [0, 3, 3, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 0, 3, 1], [2, 0, 1, 1, 0, 0, 0, 0, 1, 1], 6995163224.820516]
---- Retained value to add in file: [1, 1, 0, 0, 1, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 0, 2, 0], [0, 1, 1, 0, 0, 1, 1, 0, 1, 0], 6994373577.253862]
---- Retained value to add in file: [0, 2, 0, 2, 2, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 2, 0, 0, 0], [1, 0, 1, 0, 1, 1, 1, 0, 0, 0], 6980773577.57896]
---- Retained value to add in file: [2, 2, 0, 0, 0, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 2, 1, 0], [1, 1, 1, 0, 0, 0, 0, 1, 1, 0], 6979779352.672081]
---- Retained value to add in file: [2, 2, 0, 2, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 0, 1, 0], [1, 1, 1, 0, 1, 0, 0, 0, 1, 0], 6970216985.2496605]
---- Retained value to add in file: [3, 3, 0, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 0, 1, 2], [2, 1, 1, 0, 0, 1, 0, 0, 1, 1], 6967810758.888515]
---- Retained value to add in file: [3, 3, 0, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 0, 2, 2], [2, 1, 1, 0, 0, 1, 0, 0, 1, 1], 6967810758.888515]
---- Retained value to add in file: [3, 3, 0, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 0, 3, 2], [2, 1, 1, 0, 0, 1, 0, 0, 1, 1], 6967810758.888515]
---- Retained value to add in file: [0, 0, 2, 2, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 0, 0, 1], [1, 0, 0, 1, 1, 0, 0, 0, 0, 1], 6965624585.004067]
---- Retained value to add in file: [0, 1, 1, 0, 0, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 1, 0, 1], [0, 0, 1, 1, 0, 0, 0, 1, 0, 1], 6962343969.571177]
---- Retained value to add in file: [2, 0, 0, 2, 0, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 2, 0, 0], [1, 1, 0, 0, 1, 1, 0, 1, 0, 0], 6956378961.85343]
---- Retained value to add in file: [1, 1, 0, 0, 1, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 0, 3, 0], [0, 1, 1, 0, 0, 2, 1, 0, 1, 0], 6954932283.117919]
+--- Raw result : [[0, 0, 2, 0, 2, 0, 0, 2], [1, 0, 0, 1, 0, 1, 0, 0, 2], 10721752933.912989]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 0, 0, 3], [1, 1, 0, 0, 1, 1, 0, 0, 3], 10713214089.824863]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 0, 0, 2], [2, 0, 1, 1, 0, 1, 0, 0, 2], 10712893587.872272]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 0, 0, 3], [1, 0, 1, 1, 0, 1, 0, 0, 3], 10706109741.685759]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 0, 3, 0], [0, 0, 1, 1, 0, 0, 0, 3, 0], 10704008332.386814]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 0, 0, 3], [2, 1, 1, 0, 1, 1, 0, 0, 3], 10701127049.41841]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 0, 0, 3], [2, 0, 1, 1, 1, 1, 0, 0, 3], 10699969412.57762]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 0, 0, 3], [0, 1, 1, 1, 0, 1, 0, 0, 3], 10696614908.236296]
+--- Retained value to add in file: [0, 2, 2, 2, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 0, 0, 1, 0], [1, 0, 1, 1, 1, 0, 0, 1, 0], 10695128915.278084]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 1, 0, 1], [0, 1, 0, 1, 1, 0, 1, 0, 1], 10694933622.882118]
+--- Retained value to add in file: [0, 0, 0, 2, 2, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 2, 0, 0, 2], [1, 0, 0, 0, 1, 1, 0, 0, 2], 10692290169.879831]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 0, 0, 3], [0, 0, 0, 1, 0, 1, 0, 0, 3], 10692108117.064665]
+--- Retained value to add in file: [0, 0, 3, 0, 0, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 0, 3, 0, 2], [2, 0, 0, 1, 0, 0, 1, 0, 2], 10687838120.888252]
+--- Retained value to add in file: [2, 0, 2, 2, 2, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 2, 0, 1, 0], [1, 1, 0, 1, 1, 1, 0, 1, 0], 10683378985.818764]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 0, 0, 2], [0, 0, 1, 0, 0, 0, 0, 0, 2], 10682594975.310429]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 0, 3, 0], [0, 1, 0, 1, 0, 0, 0, 3, 0], 10669257129.465006]
+--- Retained value to add in file: [0, 0, 0, 2, 2, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 2, 0, 0, 3], [1, 0, 0, 0, 1, 1, 0, 0, 3], 10668959762.642769]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 1, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 1, 3, 0], [0, 0, 0, 0, 0, 0, 1, 3, 0], 10666281671.693245]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 1, 0, 2], [0, 1, 0, 1, 0, 0, 1, 0, 2], 10665717016.476847]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 0, 0, 1], [0, 1, 1, 1, 0, 0, 0, 0, 1], 10665266013.248196]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 0, 1, 3], [2, 0, 0, 0, 1, 0, 0, 1, 3], 10664861184.84596]
+--- Retained value to add in file: [1, 1, 0, 0, 1, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 1, 0, 0, 3], [0, 1, 1, 0, 0, 1, 0, 0, 3], 10664475438.485378]
+--- Retained value to add in file: [2, 2, 0, 0, 2, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 2, 0, 0, 3], [1, 1, 1, 0, 0, 1, 0, 0, 3], 10664032017.951765]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 2, 0, 0], [1, 1, 1, 0, 1, 0, 1, 0, 0], 10660407936.103676]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 0, 0, 2], [2, 1, 0, 1, 0, 1, 0, 0, 2], 10639587310.019846]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 1, 0, 3], [0, 0, 1, 1, 0, 0, 1, 0, 3], 10627717798.798084]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 0, 0, 2], [0, 1, 0, 1, 1, 0, 0, 0, 2], 10625107340.510248]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 1, 0, 3], [0, 1, 0, 1, 0, 1, 1, 0, 3], 10624251788.880833]
+--- Retained value to add in file: [1, 1, 0, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 0, 0, 3, 0], [0, 1, 1, 0, 0, 0, 0, 3, 0], 10623702934.344746]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 3, 1, 0], [2, 0, 1, 0, 0, 0, 1, 1, 0], 10621000195.118223]
+--- Retained value to add in file: [0, 0, 3, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 0, 0, 1, 1], [2, 0, 0, 1, 0, 0, 0, 1, 1], 10620036905.885862]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 0, 3, 0], [0, 0, 0, 0, 1, 1, 0, 3, 0], 10617454688.608835]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 3, 0, 3], [2, 1, 0, 1, 0, 0, 1, 0, 3], 10602629867.528023]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 1, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 1, 0, 2], [0, 1, 0, 0, 0, 0, 1, 0, 2], 10601717790.412651]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 1, 0, 3], [0, 1, 1, 1, 0, 0, 1, 0, 3], 10598614865.754484]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 1, 0, 3], [0, 0, 0, 0, 1, 0, 1, 0, 3], 10594962621.256758]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 0, 2, 0], [1, 0, 0, 0, 0, 1, 0, 2, 0], 10593957019.940487]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 0, 1, 0], [0, 0, 1, 1, 1, 1, 0, 1, 0], 10585478510.33062]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 0, 0, 3], [2, 1, 1, 1, 1, 0, 0, 0, 3], 10583594838.157484]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 0, 3, 0], [1, 0, 1, 0, 0, 0, 0, 3, 0], 10578971443.101795]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 1, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 1, 1, 0], [0, 1, 0, 1, 1, 0, 1, 1, 0], 10577868668.89185]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 1, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 1, 1, 0], [0, 0, 1, 0, 1, 1, 1, 1, 0], 10574435320.226448]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 0, 3, 0], [1, 0, 0, 0, 0, 1, 0, 3, 0], 10561144114.832117]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 0, 0, 2], [0, 0, 0, 0, 1, 0, 0, 0, 2], 10559923027.379688]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 3, 1, 0], [2, 0, 0, 0, 1, 1, 1, 1, 0], 10558519260.693035]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 3, 0, 1], [2, 0, 1, 0, 0, 0, 1, 0, 1], 10555224151.458338]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 0, 1, 3], [2, 0, 1, 0, 0, 0, 0, 1, 3], 10554599009.039314]
+--- Retained value to add in file: [0, 0, 3, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 0, 0, 1, 3], [2, 0, 0, 1, 0, 0, 0, 1, 3], 10550600758.408445]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 0, 3, 0], [1, 1, 0, 0, 0, 0, 0, 3, 0], 10549782420.036798]
+--- Retained value to add in file: [2, 0, 2, 2, 2, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 2, 0, 0, 1], [1, 1, 0, 1, 1, 1, 0, 0, 1], 10548171794.738522]
+--- Retained value to add in file: [3, 3, 0, 0, 3, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 3, 0, 1, 0], [2, 1, 1, 0, 0, 1, 0, 1, 0], 10546208397.194576]
 --- Retained value to add in file: [0, 1, 1, 1, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 0, 0, 1], [0, 0, 1, 1, 1, 0, 0, 0, 0, 1], 6950796552.300067]
---- Retained value to add in file: [2, 0, 0, 0, 0, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 2, 3, 0], [1, 1, 0, 0, 0, 2, 0, 1, 1, 0], 6945273120.938754]
---- Retained value to add in file: [0, 0, 1, 0, 0, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 1, 0, 3], [0, 0, 0, 1, 0, 2, 0, 1, 0, 1], 6943407631.077417]
---- Retained value to add in file: [0, 0, 0, 3, 3, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 0, 3, 0], [2, 0, 0, 0, 1, 2, 1, 0, 1, 0], 6938533979.064306]
---- Retained value to add in file: [0, 3, 0, 3, 3, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 3, 0, 0, 0], [2, 0, 1, 0, 1, 2, 1, 0, 0, 0], 6936430971.347078]
---- Retained value to add in file: [0, 0, 2, 0, 2, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 2, 0, 0], [1, 0, 0, 1, 0, 1, 1, 1, 0, 0], 6933641226.912851]
---- Retained value to add in file: [1, 1, 0, 0, 1, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 0, 0, 1], [0, 1, 1, 0, 0, 0, 1, 0, 0, 1], 6932881613.336145]
---- Retained value to add in file: [3, 0, 3, 0, 3, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 0, 3, 0], [2, 1, 0, 1, 0, 2, 1, 0, 1, 0], 6932342453.638138]
---- Retained value to add in file: [0, 0, 0, 1, 0, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 1, 2, 0], [0, 0, 0, 0, 1, 1, 0, 1, 1, 0], 6931929758.6781645]
---- Retained value to add in file: [1, 0, 0, 0, 0, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 1, 0, 2], [0, 1, 0, 0, 0, 1, 0, 1, 0, 1], 6931107389.874814]
---- Retained value to add in file: [0, 2, 0, 2, 0, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 2, 0, 0], [1, 0, 1, 0, 1, 1, 0, 1, 0, 0], 6928476885.7946]
---- Retained value to add in file: [1, 0, 1, 1, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 0, 2, 0], [0, 1, 0, 1, 1, 1, 0, 0, 1, 0], 6927262889.303879]
---- Retained value to add in file: [1, 0, 1, 1, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 0, 0, 1], [0, 1, 0, 1, 1, 0, 0, 0, 0, 1], 6926041133.201888]
---- Retained value to add in file: [0, 1, 0, 0, 0, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 1, 0, 3], [0, 0, 1, 0, 0, 2, 0, 1, 0, 1], 6921833507.512674]
---- Retained value to add in file: [2, 0, 0, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 0, 1, 2], [1, 1, 0, 0, 0, 1, 0, 0, 1, 1], 6913148366.69136]
---- Retained value to add in file: [2, 0, 0, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 0, 2, 2], [1, 1, 0, 0, 0, 1, 0, 0, 1, 1], 6913148366.69136]
---- Retained value to add in file: [2, 0, 0, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 0, 3, 2], [1, 1, 0, 0, 0, 1, 0, 0, 1, 1], 6913148366.69136]
---- Retained value to add in file: [0, 3, 3, 0, 0, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 3, 2, 0], [2, 0, 1, 1, 0, 1, 0, 1, 1, 0], 6908277696.5286255]
---- Retained value to add in file: [0, 3, 3, 0, 3, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 0, 3, 0], [2, 0, 1, 1, 0, 2, 1, 0, 1, 0], 6906779822.274408]
---- Retained value to add in file: [1, 1, 0, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 0, 1, 1], [0, 1, 1, 0, 0, 0, 0, 0, 1, 1], 6893871677.992706]
---- Retained value to add in file: [1, 1, 0, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 0, 2, 1], [0, 1, 1, 0, 0, 0, 0, 0, 1, 1], 6893871677.992706]
---- Retained value to add in file: [1, 1, 0, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 0, 3, 1], [0, 1, 1, 0, 0, 0, 0, 0, 1, 1], 6893871677.992706]
---- Retained value to add in file: [1, 1, 0, 1, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 0, 3, 0], [0, 1, 1, 0, 1, 2, 0, 0, 1, 0], 6893126226.351157]
---- Retained value to add in file: [0, 3, 3, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 0, 1, 3], [2, 0, 1, 1, 0, 2, 0, 0, 1, 1], 6886799334.372528]
---- Retained value to add in file: [0, 3, 3, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 0, 2, 3], [2, 0, 1, 1, 0, 2, 0, 0, 1, 1], 6886799334.372528]
---- Retained value to add in file: [0, 3, 3, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 0, 3, 3], [2, 0, 1, 1, 0, 2, 0, 0, 1, 1], 6886799334.372528]
+--- Raw result : [[0, 1, 1, 1, 0, 0, 0, 1], [0, 0, 1, 1, 1, 0, 0, 0, 1], 10537739976.421902]
+--- Retained value to add in file: [2, 0, 2, 2, 2, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 2, 2, 0, 0], [1, 1, 0, 1, 1, 1, 1, 0, 0], 10534198292.823753]
+--- Retained value to add in file: [2, 2, 0, 0, 2, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 2, 0, 0, 1], [1, 1, 1, 0, 0, 1, 0, 0, 1], 10534192479.894957]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 1, 0, 3], [0, 1, 0, 0, 0, 1, 1, 0, 3], 10524968826.748856]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 0, 2, 0], [0, 0, 0, 0, 1, 0, 0, 2, 0], 10523990838.942625]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 0, 3, 0], [0, 0, 0, 1, 0, 1, 0, 3, 0], 10521760854.542582]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 0, 2, 0], [0, 0, 0, 0, 0, 1, 0, 2, 0], 10518482195.679426]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 1, 0, 1], [0, 0, 0, 1, 1, 0, 1, 0, 1], 10516214137.536938]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 0, 2, 0], [0, 0, 1, 0, 0, 0, 0, 2, 0], 10503599880.501154]
 --- Retained value to add in file: [2, 0, 0, 0, 2, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 0, 0, 2], [1, 1, 0, 0, 0, 1, 1, 0, 0, 1], 6885074697.656689]
---- Retained value to add in file: [0, 1, 1, 0, 0, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 1, 1, 0], [0, 0, 1, 1, 0, 0, 0, 1, 1, 0], 6883120636.392683]
---- Retained value to add in file: [2, 2, 2, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 0, 0, 3], [1, 1, 1, 1, 0, 2, 0, 0, 0, 1], 6882643273.775417]
---- Retained value to add in file: [3, 0, 0, 3, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 0, 0, 1], [2, 1, 0, 0, 1, 0, 0, 0, 0, 1], 6878596351.289178]
---- Retained value to add in file: [2, 0, 0, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 0, 1, 3], [1, 1, 0, 0, 0, 2, 0, 0, 1, 1], 6878053574.999192]
---- Retained value to add in file: [2, 0, 0, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 0, 2, 3], [1, 1, 0, 0, 0, 2, 0, 0, 1, 1], 6878053574.999192]
---- Retained value to add in file: [2, 0, 0, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 0, 3, 3], [1, 1, 0, 0, 0, 2, 0, 0, 1, 1], 6878053574.999192]
---- Retained value to add in file: [3, 3, 0, 0, 0, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 3, 3, 0], [2, 1, 1, 0, 0, 2, 0, 1, 1, 0], 6875671835.699031]
---- Retained value to add in file: [0, 3, 3, 0, 0, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 3, 3, 0], [2, 0, 1, 1, 0, 2, 0, 1, 1, 0], 6875032685.70195]
---- Retained value to add in file: [1, 0, 0, 0, 0, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 1, 3, 0], [0, 1, 0, 0, 0, 2, 0, 1, 1, 0], 6870955625.248993]
---- Retained value to add in file: [0, 2, 0, 0, 0, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 2, 0, 2], [1, 0, 1, 0, 0, 1, 0, 1, 0, 1], 6866302347.478542]
---- Retained value to add in file: [1, 1, 0, 0, 0, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 1, 0, 1], [0, 1, 1, 0, 0, 0, 0, 1, 0, 1], 6865467962.489161]
---- Retained value to add in file: [0, 2, 0, 0, 2, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 0, 0, 2], [1, 0, 1, 0, 0, 1, 1, 0, 0, 1], 6850426948.096643]
---- Retained value to add in file: [0, 0, 0, 1, 1, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 0, 0, 1], [0, 0, 0, 0, 1, 0, 1, 0, 0, 1], 6848071766.010068]
---- Retained value to add in file: [3, 3, 0, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 0, 1, 3], [2, 1, 1, 0, 0, 2, 0, 0, 1, 1], 6846048554.43857]
---- Retained value to add in file: [3, 3, 0, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 0, 2, 3], [2, 1, 1, 0, 0, 2, 0, 0, 1, 1], 6846048554.43857]
---- Retained value to add in file: [3, 3, 0, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 0, 3, 3], [2, 1, 1, 0, 0, 2, 0, 0, 1, 1], 6846048554.43857]
---- Retained value to add in file: [3, 3, 0, 0, 0, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 3, 2, 0], [2, 1, 1, 0, 0, 1, 0, 1, 1, 0], 6840842615.167835]
---- Retained value to add in file: [2, 0, 0, 0, 0, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 2, 2, 0], [1, 1, 0, 0, 0, 1, 0, 1, 1, 0], 6833924993.423218]
---- Retained value to add in file: [0, 0, 2, 0, 2, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 0, 0, 3], [1, 0, 0, 1, 0, 2, 1, 0, 0, 1], 6831158927.246571]
---- Retained value to add in file: [1, 0, 0, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 0, 1, 3], [0, 1, 0, 0, 0, 2, 0, 0, 1, 1], 6827208882.019079]
---- Retained value to add in file: [1, 0, 0, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 0, 2, 3], [0, 1, 0, 0, 0, 2, 0, 0, 1, 1], 6827208882.019079]
---- Retained value to add in file: [1, 0, 0, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 0, 3, 3], [0, 1, 0, 0, 0, 2, 0, 0, 1, 1], 6827208882.019079]
---- Retained value to add in file: [0, 0, 3, 0, 3, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 0, 0, 1], [2, 0, 0, 1, 0, 0, 1, 0, 0, 1], 6826626370.592544]
---- Retained value to add in file: [0, 0, 0, 3, 0, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 3, 1, 0], [2, 0, 0, 0, 1, 0, 0, 1, 1, 0], 6822777008.3263855]
---- Retained value to add in file: [3, 3, 0, 0, 3, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 0, 2, 0], [2, 1, 1, 0, 0, 1, 1, 0, 1, 0], 6818384127.305565]
---- Retained value to add in file: [1, 0, 1, 1, 1, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 1, 0, 0, 0], [0, 1, 0, 1, 1, 0, 1, 0, 0, 0], 6813238773.164436]
---- Retained value to add in file: [2, 0, 0, 0, 2, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 2, 0, 0], [1, 1, 0, 0, 0, 1, 1, 1, 0, 0], 6809277648.936361]
---- Retained value to add in file: [0, 0, 0, 1, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 0, 1, 1], [0, 0, 0, 0, 1, 0, 0, 0, 1, 1], 6806858337.596429]
---- Retained value to add in file: [0, 0, 0, 1, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 0, 2, 1], [0, 0, 0, 0, 1, 0, 0, 0, 1, 1], 6806858337.596429]
---- Retained value to add in file: [0, 0, 0, 1, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 0, 3, 1], [0, 0, 0, 0, 1, 0, 0, 0, 1, 1], 6806858337.596429]
---- Retained value to add in file: [0, 0, 2, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 0, 1, 2], [1, 0, 0, 1, 0, 1, 0, 0, 1, 1], 6806473697.524217]
---- Retained value to add in file: [0, 0, 2, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 0, 2, 2], [1, 0, 0, 1, 0, 1, 0, 0, 1, 1], 6806473697.524217]
---- Retained value to add in file: [0, 0, 2, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 0, 3, 2], [1, 0, 0, 1, 0, 1, 0, 0, 1, 1], 6806473697.524217]
---- Retained value to add in file: [1, 1, 0, 0, 1, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 0, 1, 0], [0, 1, 1, 0, 0, 0, 1, 0, 1, 0], 6805128143.641479]
---- Retained value to add in file: [2, 2, 2, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 0, 0, 2], [1, 1, 1, 1, 0, 1, 0, 0, 0, 1], 6803141881.446408]
---- Retained value to add in file: [2, 2, 2, 2, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 2, 0, 0, 0, 0], [1, 1, 1, 1, 1, 0, 0, 0, 0, 0], 6794406674.658783]
---- Retained value to add in file: [3, 3, 0, 0, 3, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 0, 1, 0], [2, 1, 1, 0, 0, 0, 1, 0, 1, 0], 6793857049.074785]
---- Retained value to add in file: [2, 0, 0, 0, 0, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 2, 0, 1], [1, 1, 0, 0, 0, 0, 0, 1, 0, 1], 6792965958.228447]
---- Retained value to add in file: [1, 1, 0, 0, 1, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 1, 0, 0], [0, 1, 1, 0, 0, 0, 1, 1, 0, 0], 6790406590.331164]
---- Retained value to add in file: [1, 0, 0, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 0, 1, 2], [0, 1, 0, 0, 0, 1, 0, 0, 1, 1], 6789541404.818913]
---- Retained value to add in file: [1, 0, 0, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 0, 2, 2], [0, 1, 0, 0, 0, 1, 0, 0, 1, 1], 6789541404.818913]
---- Retained value to add in file: [1, 0, 0, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 0, 3, 2], [0, 1, 0, 0, 0, 1, 0, 0, 1, 1], 6789541404.818913]
---- Retained value to add in file: [3, 0, 0, 0, 0, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 3, 0, 3], [2, 1, 0, 0, 0, 2, 0, 1, 0, 1], 6786101665.997965]
---- Retained value to add in file: [2, 2, 2, 0, 2, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 2, 0, 0, 0], [1, 1, 1, 1, 0, 1, 1, 0, 0, 0], 6782279250.650782]
---- Retained value to add in file: [3, 3, 0, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 0, 1, 1], [2, 1, 1, 0, 0, 0, 0, 0, 1, 1], 6779234806.187707]
---- Retained value to add in file: [3, 3, 0, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 0, 2, 1], [2, 1, 1, 0, 0, 0, 0, 0, 1, 1], 6779234806.187707]
---- Retained value to add in file: [3, 3, 0, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 0, 3, 1], [2, 1, 1, 0, 0, 0, 0, 0, 1, 1], 6779234806.187707]
---- Retained value to add in file: [3, 0, 0, 0, 0, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 3, 0, 2], [2, 1, 0, 0, 0, 1, 0, 1, 0, 1], 6777325246.389782]
---- Retained value to add in file: [0, 2, 0, 0, 2, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 2, 0, 0], [1, 0, 1, 0, 0, 1, 1, 1, 0, 0], 6774577545.385239]
+--- Raw result : [[2, 0, 0, 0, 2, 0, 0, 2], [1, 1, 0, 0, 0, 1, 0, 0, 2], 10498889386.338572]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 0, 1, 1], [2, 0, 0, 0, 1, 1, 0, 1, 1], 10494579378.04832]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 0, 0, 3], [1, 1, 1, 1, 1, 0, 0, 0, 3], 10493684073.863998]
+--- Retained value to add in file: [0, 2, 2, 2, 0, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 0, 2, 0, 0], [1, 0, 1, 1, 1, 0, 1, 0, 0], 10490052794.161919]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 1, 0, 3], [0, 1, 0, 1, 1, 0, 1, 0, 3], 10486547730.02074]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 3, 0, 1], [2, 0, 0, 0, 1, 1, 1, 0, 1], 10482514638.298428]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 1, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 1, 1, 0], [0, 1, 0, 1, 0, 1, 1, 1, 0], 10479463896.196125]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 0, 1, 0], [0, 1, 1, 1, 0, 0, 0, 1, 0], 10474253409.876385]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 0, 0, 0, 2], [0, 1, 0, 0, 1, 0, 0, 0, 2], 10470735122.718346]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 0, 0, 2], [2, 0, 0, 1, 1, 1, 0, 0, 2], 10469538161.578455]
 --- Retained value to add in file: [1, 1, 0, 0, 0, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 1, 1, 0], [0, 1, 1, 0, 0, 0, 0, 1, 1, 0], 6768146686.587962]
---- Retained value to add in file: [3, 3, 3, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 0, 0, 2], [2, 1, 1, 1, 0, 1, 0, 0, 0, 1], 6766575110.374111]
---- Retained value to add in file: [2, 0, 0, 0, 2, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 0, 0, 1], [1, 1, 0, 0, 0, 0, 1, 0, 0, 1], 6765813376.325188]
---- Retained value to add in file: [0, 0, 2, 2, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 0, 3, 0], [1, 0, 0, 1, 1, 2, 0, 0, 1, 0], 6765444684.504889]
---- Retained value to add in file: [0, 0, 1, 0, 0, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 1, 0, 2], [0, 0, 0, 1, 0, 1, 0, 1, 0, 1], 6764285243.521103]
+--- Raw result : [[1, 1, 0, 0, 0, 1, 1, 0], [0, 1, 1, 0, 0, 0, 1, 1, 0], 10467749989.236324]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 0, 0, 1], [1, 0, 1, 1, 0, 1, 0, 0, 1], 10462598175.92941]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 0, 0, 2], [1, 0, 0, 1, 1, 0, 0, 0, 2], 10454359114.918283]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 0, 2, 0], [0, 0, 0, 1, 0, 0, 0, 2, 0], 10453374649.53964]
+--- Retained value to add in file: [3, 0, 3, 3, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 0, 0, 1, 0], [2, 1, 0, 1, 1, 0, 0, 1, 0], 10448959342.010677]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 1, 0, 1], [0, 0, 1, 0, 1, 0, 1, 0, 1], 10446756363.135693]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 1, 0, 1], [0, 1, 0, 1, 0, 1, 1, 0, 1], 10440922680.751488]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 0, 2, 0], [1, 0, 0, 1, 0, 0, 0, 2, 0], 10435572061.00497]
 --- Retained value to add in file: [0, 2, 0, 0, 2, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 0, 0, 3], [1, 0, 1, 0, 0, 2, 1, 0, 0, 1], 6761870332.358693]
---- Retained value to add in file: [2, 0, 0, 0, 2, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 0, 0, 3], [1, 1, 0, 0, 0, 2, 1, 0, 0, 1], 6760670502.648999]
---- Retained value to add in file: [0, 0, 0, 1, 1, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 0, 2, 0], [0, 0, 0, 0, 1, 1, 1, 0, 1, 0], 6753841779.982108]
---- Retained value to add in file: [0, 0, 2, 0, 0, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 2, 3, 0], [1, 0, 0, 1, 0, 2, 0, 1, 1, 0], 6749548098.507272]
---- Retained value to add in file: [0, 3, 0, 3, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 0, 0, 1], [2, 0, 1, 0, 1, 0, 0, 0, 0, 1], 6740184911.418586]
---- Retained value to add in file: [3, 0, 0, 3, 3, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 3, 0, 0, 0], [2, 1, 0, 0, 1, 2, 1, 0, 0, 0], 6737355154.7865925]
---- Retained value to add in file: [0, 0, 3, 0, 3, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 0, 0, 2], [2, 0, 0, 1, 0, 1, 1, 0, 0, 1], 6735353005.728398]
---- Retained value to add in file: [0, 0, 0, 1, 1, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 0, 3, 0], [0, 0, 0, 0, 1, 2, 1, 0, 1, 0], 6725939799.635794]
---- Retained value to add in file: [0, 1, 0, 0, 0, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 1, 3, 0], [0, 0, 1, 0, 0, 2, 0, 1, 1, 0], 6719653195.349468]
---- Retained value to add in file: [0, 0, 2, 0, 2, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 0, 1, 0], [1, 0, 0, 1, 0, 0, 1, 0, 1, 0], 6717900331.660346]
---- Retained value to add in file: [0, 0, 0, 1, 0, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 1, 0, 1], [0, 0, 0, 0, 1, 0, 0, 1, 0, 1], 6712617020.63864]
---- Retained value to add in file: [1, 0, 0, 0, 0, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 1, 2, 0], [0, 1, 0, 0, 0, 1, 0, 1, 1, 0], 6712011579.981081]
---- Retained value to add in file: [0, 0, 2, 2, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 0, 2, 0], [1, 0, 0, 1, 1, 1, 0, 0, 1, 0], 6710142094.055802]
---- Retained value to add in file: [0, 0, 2, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 0, 1, 3], [1, 0, 0, 1, 0, 2, 0, 0, 1, 1], 6708252180.728014]
---- Retained value to add in file: [0, 0, 2, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 0, 2, 3], [1, 0, 0, 1, 0, 2, 0, 0, 1, 1], 6708252180.728014]
---- Retained value to add in file: [0, 0, 2, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 0, 3, 3], [1, 0, 0, 1, 0, 2, 0, 0, 1, 1], 6708252180.728014]
+--- Raw result : [[0, 2, 0, 0, 2, 0, 0, 3], [1, 0, 1, 0, 0, 1, 0, 0, 3], 10431520589.323978]
+--- Retained value to add in file: [0, 0, 3, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 0, 0, 3, 0], [2, 0, 0, 1, 0, 0, 0, 3, 0], 10426996898.428673]
+--- Retained value to add in file: [1, 1, 0, 0, 0, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 0, 1, 0, 3], [0, 1, 1, 0, 0, 0, 1, 0, 3], 10424000195.186588]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 1, 0, 1], [0, 1, 0, 0, 1, 1, 1, 0, 1], 10423972062.665611]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 1, 0, 3], [0, 0, 1, 0, 0, 0, 1, 0, 3], 10405559732.027924]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 0, 0, 3], [0, 1, 0, 0, 0, 1, 0, 0, 3], 10403341251.950422]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 0, 0, 1], [0, 0, 1, 1, 0, 1, 0, 0, 1], 10386581229.755993]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 0, 0, 2], [0, 0, 0, 0, 0, 0, 0, 0, 2], 10381609542.946339]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 0, 1, 0, 3], [0, 1, 0, 0, 1, 0, 1, 0, 3], 10379481595.830711]
+--- Retained value to add in file: [0, 0, 0, 0, 3, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 3, 0, 1, 1], [2, 0, 0, 0, 0, 1, 0, 1, 1], 10378806376.651487]
+--- Retained value to add in file: [3, 0, 3, 3, 0, 3, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 0, 3, 0, 0], [2, 1, 0, 1, 1, 0, 1, 0, 0], 10377143574.26019]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 0, 2, 0], [2, 0, 0, 0, 1, 1, 0, 2, 0], 10373334762.769314]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 1, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 1, 1, 0], [0, 1, 0, 0, 1, 1, 1, 1, 0], 10362907798.376774]
+--- Retained value to add in file: [3, 3, 0, 0, 3, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 3, 0, 0, 3], [2, 1, 1, 0, 0, 1, 0, 0, 3], 10355468294.450787]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 2, 0, 3], [1, 1, 0, 1, 0, 0, 1, 0, 3], 10351482544.94942]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 0, 0, 2], [2, 0, 1, 1, 0, 0, 0, 0, 2], 10343109746.789852]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 0, 2, 0], [1, 0, 0, 0, 1, 0, 0, 2, 0], 10342099998.553875]
+--- Retained value to add in file: [3, 0, 3, 3, 3, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 3, 0, 1, 0], [2, 1, 0, 1, 1, 1, 0, 1, 0], 10339064703.052814]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 0, 0, 1], [2, 0, 1, 1, 1, 0, 0, 0, 1], 10327530904.510479]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 0, 0, 2], [1, 1, 0, 0, 1, 0, 0, 0, 2], 10325104972.013483]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 0, 0, 2], [0, 0, 0, 1, 0, 0, 0, 0, 2], 10323569670.38718]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 0, 0, 2], [1, 0, 1, 0, 0, 0, 0, 0, 2], 10321392645.066029]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 3, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 3, 0, 0], [2, 0, 1, 1, 1, 0, 1, 0, 0], 10317812253.645153]
+--- Retained value to add in file: [2, 2, 0, 0, 2, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 2, 2, 0, 0], [1, 1, 1, 0, 0, 1, 1, 0, 0], 10309148758.452934]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 0, 3, 0], [1, 0, 0, 1, 0, 0, 0, 3, 0], 10308638312.733942]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 0, 0, 3], [1, 1, 1, 0, 1, 0, 0, 0, 3], 10308412631.209913]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 0, 0, 2], [2, 1, 0, 0, 1, 1, 0, 0, 2], 10303206056.597483]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 0, 1, 0], [2, 1, 1, 0, 1, 1, 0, 1, 0], 10302180168.417198]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 3, 0, 3], [2, 0, 1, 0, 0, 0, 1, 0, 3], 10279563930.55922]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 2, 0, 3], [1, 1, 0, 0, 0, 0, 1, 0, 3], 10279522056.004387]
+--- Retained value to add in file: [0, 0, 0, 0, 3, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 3, 0, 2, 0], [2, 0, 0, 0, 0, 1, 0, 2, 0], 10275094023.352797]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 1, 0, 1], [0, 0, 1, 0, 0, 1, 1, 0, 1], 10272634121.505383]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 0, 3, 0], [1, 0, 0, 0, 1, 0, 0, 3, 0], 10271965596.605936]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 0, 0, 3], [2, 0, 0, 1, 1, 1, 0, 0, 3], 10269203384.720833]
+--- Retained value to add in file: [3, 0, 3, 3, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 0, 0, 0, 1], [2, 1, 0, 1, 1, 0, 0, 0, 1], 10256933894.493313]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 0, 3, 0], [0, 1, 0, 0, 0, 0, 0, 3, 0], 10252079555.15641]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 1, 0, 1], [0, 0, 0, 1, 0, 1, 1, 0, 1], 10246207878.182598]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 0, 0, 2], [2, 1, 0, 1, 0, 0, 0, 0, 2], 10243270408.848976]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 1, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 1, 1, 0], [0, 0, 1, 1, 0, 0, 1, 1, 0], 10242704067.981258]
+--- Retained value to add in file: [0, 0, 3, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 0, 0, 2, 0], [2, 0, 0, 1, 0, 0, 0, 2, 0], 10238787136.850386]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 0, 0, 1, 0], [1, 1, 0, 1, 1, 0, 0, 1, 0], 10238006552.80457]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 2, 0, 3], [1, 0, 0, 1, 0, 0, 1, 0, 3], 10231718818.059639]
 --- Retained value to add in file: [0, 0, 2, 0, 0, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 2, 0, 1], [1, 0, 0, 1, 0, 0, 0, 1, 0, 1], 6705349394.081218]
---- Retained value to add in file: [0, 2, 0, 0, 2, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 0, 0, 1], [1, 0, 1, 0, 0, 0, 1, 0, 0, 1], 6704245368.737157]
---- Retained value to add in file: [0, 2, 0, 0, 0, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 2, 3, 0], [1, 0, 1, 0, 0, 2, 0, 1, 1, 0], 6703431538.935794]
---- Retained value to add in file: [2, 0, 0, 2, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 0, 0, 1], [1, 1, 0, 0, 1, 0, 0, 0, 0, 1], 6698473996.912387]
---- Retained value to add in file: [2, 0, 0, 2, 2, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 2, 0, 0, 0], [1, 1, 0, 0, 1, 1, 1, 0, 0, 0], 6694509062.917019]
---- Retained value to add in file: [0, 1, 1, 1, 0, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 1, 0, 0], [0, 0, 1, 1, 1, 0, 0, 1, 0, 0], 6688760062.395423]
---- Retained value to add in file: [2, 2, 2, 0, 0, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 2, 0, 0], [1, 1, 1, 1, 0, 1, 0, 1, 0, 0], 6688759839.239952]
---- Retained value to add in file: [0, 0, 1, 0, 0, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 1, 3, 0], [0, 0, 0, 1, 0, 2, 0, 1, 1, 0], 6687951435.92465]
---- Retained value to add in file: [0, 0, 3, 3, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 0, 2, 0], [2, 0, 0, 1, 1, 1, 0, 0, 1, 0], 6684372024.3477335]
---- Retained value to add in file: [0, 3, 3, 0, 0, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 3, 1, 0], [2, 0, 1, 1, 0, 0, 0, 1, 1, 0], 6683503183.668397]
---- Retained value to add in file: [0, 0, 2, 0, 0, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 2, 2, 0], [1, 0, 0, 1, 0, 1, 0, 1, 1, 0], 6679172468.381565]
---- Retained value to add in file: [2, 0, 0, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 0, 1, 1], [1, 1, 0, 0, 0, 0, 0, 0, 1, 1], 6676058263.642589]
---- Retained value to add in file: [2, 0, 0, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 0, 2, 1], [1, 1, 0, 0, 0, 0, 0, 0, 1, 1], 6676058263.642589]
---- Retained value to add in file: [2, 0, 0, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 0, 3, 1], [1, 1, 0, 0, 0, 0, 0, 0, 1, 1], 6676058263.642589]
---- Retained value to add in file: [0, 0, 2, 0, 2, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 0, 2, 0], [1, 0, 0, 1, 0, 1, 1, 0, 1, 0], 6672466276.610397]
---- Retained value to add in file: [0, 0, 1, 1, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 0, 0, 3], [0, 0, 0, 1, 1, 2, 0, 0, 0, 1], 6671583754.762631]
---- Retained value to add in file: [0, 0, 1, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 0, 1, 2], [0, 0, 0, 1, 0, 1, 0, 0, 1, 1], 6664383417.873693]
---- Retained value to add in file: [0, 0, 1, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 0, 2, 2], [0, 0, 0, 1, 0, 1, 0, 0, 1, 1], 6664383417.873693]
---- Retained value to add in file: [0, 0, 1, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 0, 3, 2], [0, 0, 0, 1, 0, 1, 0, 0, 1, 1], 6664383417.873693]
---- Retained value to add in file: [0, 2, 0, 2, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 0, 3, 0], [1, 0, 1, 0, 1, 2, 0, 0, 1, 0], 6662904746.326119]
+--- Raw result : [[0, 0, 2, 0, 0, 2, 0, 1], [1, 0, 0, 1, 0, 0, 1, 0, 1], 10230542396.836391]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 3, 0, 3], [2, 1, 0, 0, 0, 0, 1, 0, 3], 10228261016.427473]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 2, 0, 1], [1, 0, 0, 0, 1, 0, 1, 0, 1], 10221196420.933575]
+--- Retained value to add in file: [0, 1, 1, 1, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 0, 0, 0, 3], [0, 0, 1, 1, 1, 0, 0, 0, 3], 10217540438.542988]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 0, 3, 0], [0, 0, 0, 0, 1, 0, 0, 3, 0], 10211248630.78727]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 1, 0, 3], [0, 0, 0, 0, 0, 0, 1, 0, 3], 10209592954.139797]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 2, 0, 1], [1, 0, 0, 0, 0, 1, 1, 0, 1], 10207684012.295986]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 0, 1, 0], [1, 0, 1, 1, 0, 1, 0, 1, 0], 10207357103.904228]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 0, 0, 3], [2, 0, 1, 1, 0, 1, 0, 0, 3], 10203535213.544872]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 0, 0, 3], [0, 1, 1, 0, 1, 0, 0, 0, 3], 10193579446.858646]
+--- Retained value to add in file: [3, 3, 0, 0, 3, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 3, 0, 0, 1], [2, 1, 1, 0, 0, 1, 0, 0, 1], 10193332137.951122]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 0, 1, 0], [0, 1, 1, 0, 1, 1, 0, 1, 0], 10193061071.603035]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 0, 0, 3], [0, 0, 1, 0, 1, 0, 0, 0, 3], 10189219014.00502]
 --- Retained value to add in file: [3, 3, 3, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 0, 0, 3], [2, 1, 1, 1, 0, 2, 0, 0, 0, 1], 6661734722.51689]
---- Retained value to add in file: [0, 1, 0, 0, 0, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 1, 0, 2], [0, 0, 1, 0, 0, 1, 0, 1, 0, 1], 6657754346.796519]
---- Retained value to add in file: [0, 0, 2, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 0, 1, 1], [1, 0, 0, 1, 0, 0, 0, 0, 1, 1], 6654939726.300506]
---- Retained value to add in file: [0, 0, 2, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 0, 2, 1], [1, 0, 0, 1, 0, 0, 0, 0, 1, 1], 6654939726.300506]
---- Retained value to add in file: [0, 0, 2, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 0, 3, 1], [1, 0, 0, 1, 0, 0, 0, 0, 1, 1], 6654939726.300506]
---- Retained value to add in file: [0, 1, 0, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 0, 1, 3], [0, 0, 1, 0, 0, 2, 0, 0, 1, 1], 6654028266.640192]
---- Retained value to add in file: [0, 1, 0, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 0, 2, 3], [0, 0, 1, 0, 0, 2, 0, 0, 1, 1], 6654028266.640192]
---- Retained value to add in file: [0, 1, 0, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 0, 3, 3], [0, 0, 1, 0, 0, 2, 0, 0, 1, 1], 6654028266.640192]
+--- Raw result : [[3, 3, 3, 0, 0, 0, 0, 3], [2, 1, 1, 1, 0, 0, 0, 0, 3], 10189000735.90472]
+--- Retained value to add in file: [0, 0, 2, 0, 2, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 2, 0, 0, 3], [1, 0, 0, 1, 0, 1, 0, 0, 3], 10186320334.371124]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 0, 0, 2], [1, 0, 0, 0, 0, 1, 0, 0, 2], 10184023038.75393]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 0, 1, 0], [2, 0, 1, 1, 1, 0, 0, 1, 0], 10177259947.541668]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 0, 0, 2], [0, 1, 0, 0, 0, 0, 0, 0, 2], 10177002015.638752]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 3, 0, 3], [2, 0, 0, 0, 1, 0, 1, 0, 3], 10176011318.078184]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 0, 0, 3], [2, 0, 1, 0, 1, 1, 0, 0, 3], 10171551583.398998]
+--- Retained value to add in file: [0, 2, 2, 2, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 0, 0, 0, 3], [1, 0, 1, 1, 1, 0, 0, 0, 3], 10164470064.895887]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 2, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 2, 0, 3], [1, 0, 0, 0, 0, 0, 1, 0, 3], 10163599639.026106]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 0, 0, 1], [0, 1, 1, 0, 1, 1, 0, 0, 1], 10161859655.647001]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 0, 0, 3], [1, 0, 0, 0, 0, 1, 0, 0, 3], 10160152609.584013]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 0, 0, 2], [2, 0, 1, 0, 1, 1, 0, 0, 2], 10157180555.28487]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 0, 0, 3], [2, 1, 0, 0, 1, 1, 0, 0, 3], 10149546465.605247]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 0, 0, 1], [0, 1, 1, 0, 1, 0, 0, 0, 1], 10145272471.907345]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 0, 0, 1], [1, 0, 1, 1, 0, 0, 0, 0, 1], 10144210187.075848]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 2, 1, 0], [1, 0, 0, 0, 0, 1, 1, 1, 0], 10143144418.87193]
+--- Retained value to add in file: [3, 0, 3, 3, 3, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 3, 0, 0, 1], [2, 1, 0, 1, 1, 1, 0, 0, 1], 10136509207.733192]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 0, 0, 1], [2, 1, 1, 0, 1, 1, 0, 0, 1], 10128555966.880232]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 0, 3, 0], [0, 0, 0, 1, 0, 0, 0, 3, 0], 10127777653.57267]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 0, 3, 0], [2, 0, 0, 0, 1, 0, 0, 3, 0], 10125025659.519218]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 0, 3, 0], [0, 0, 0, 0, 0, 1, 0, 3, 0], 10121387595.473015]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 0, 1, 0], [0, 1, 0, 1, 1, 1, 0, 1, 0], 10121288846.970203]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 0, 0, 3], [0, 0, 0, 0, 1, 0, 0, 0, 3], 10115697399.686733]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 2, 0, 0], [1, 1, 1, 0, 0, 0, 1, 0, 0], 10111434356.754864]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 0, 0, 3], [0, 1, 1, 1, 1, 0, 0, 0, 3], 10110000793.116362]
+--- Retained value to add in file: [3, 3, 3, 3, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 0, 0, 0, 0], [2, 1, 1, 1, 1, 0, 0, 0, 0], 10096539238.749874]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 3, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 3, 0, 2], [2, 0, 0, 0, 0, 0, 1, 0, 2], 10093182369.355839]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 0, 0, 1], [0, 1, 0, 1, 1, 1, 0, 0, 1], 10090167402.3628]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 0, 0, 3], [2, 1, 1, 0, 1, 0, 0, 0, 3], 10085848208.641476]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 0, 0, 3], [0, 1, 0, 1, 0, 1, 0, 0, 3], 10081997259.022285]
 --- Retained value to add in file: [0, 1, 1, 1, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 0, 1, 0], [0, 0, 1, 1, 1, 0, 0, 0, 1, 0], 6653480021.360892]
---- Retained value to add in file: [0, 0, 1, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 0, 1, 3], [0, 0, 0, 1, 0, 2, 0, 0, 1, 1], 6651197823.228237]
---- Retained value to add in file: [0, 0, 1, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 0, 2, 3], [0, 0, 0, 1, 0, 2, 0, 0, 1, 1], 6651197823.228237]
---- Retained value to add in file: [0, 0, 1, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 0, 3, 3], [0, 0, 0, 1, 0, 2, 0, 0, 1, 1], 6651197823.228237]
---- Retained value to add in file: [1, 1, 0, 1, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 0, 2, 0], [0, 1, 1, 0, 1, 1, 0, 0, 1, 0], 6650259848.958399]
---- Retained value to add in file: [0, 0, 1, 0, 1, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 0, 0, 2], [0, 0, 0, 1, 0, 1, 1, 0, 0, 1], 6647527279.572189]
---- Retained value to add in file: [3, 3, 3, 0, 0, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 3, 0, 0], [2, 1, 1, 1, 0, 2, 0, 1, 0, 0], 6639973251.052019]
---- Retained value to add in file: [0, 2, 0, 2, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 0, 0, 1], [1, 0, 1, 0, 1, 0, 0, 0, 0, 1], 6638846855.8908205]
---- Retained value to add in file: [1, 0, 1, 1, 0, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 1, 0, 0], [0, 1, 0, 1, 1, 0, 0, 1, 0, 0], 6634706421.126664]
---- Retained value to add in file: [2, 0, 0, 2, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 0, 3, 0], [1, 1, 0, 0, 1, 2, 0, 0, 1, 0], 6629816119.44707]
---- Retained value to add in file: [0, 2, 0, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 0, 1, 3], [1, 0, 1, 0, 0, 2, 0, 0, 1, 1], 6627387028.402541]
---- Retained value to add in file: [0, 2, 0, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 0, 2, 3], [1, 0, 1, 0, 0, 2, 0, 0, 1, 1], 6627387028.402541]
---- Retained value to add in file: [0, 2, 0, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 0, 3, 3], [1, 0, 1, 0, 0, 2, 0, 0, 1, 1], 6627387028.402541]
---- Retained value to add in file: [1, 0, 0, 1, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 0, 0, 3], [0, 1, 0, 0, 1, 2, 0, 0, 0, 1], 6622385720.306072]
---- Retained value to add in file: [0, 0, 3, 0, 0, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 3, 0, 2], [2, 0, 0, 1, 0, 1, 0, 1, 0, 1], 6610567654.3087]
---- Retained value to add in file: [3, 3, 0, 0, 3, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 0, 3, 0], [2, 1, 1, 0, 0, 2, 1, 0, 1, 0], 6600942524.9394655]
---- Retained value to add in file: [0, 1, 0, 1, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 0, 0, 3], [0, 0, 1, 0, 1, 2, 0, 0, 0, 1], 6600186875.132223]
---- Retained value to add in file: [0, 0, 3, 3, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 0, 3, 0], [2, 0, 0, 1, 1, 2, 0, 0, 1, 0], 6598333194.784784]
---- Retained value to add in file: [0, 2, 0, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 0, 1, 2], [1, 0, 1, 0, 0, 1, 0, 0, 1, 1], 6594761883.283161]
---- Retained value to add in file: [0, 2, 0, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 0, 2, 2], [1, 0, 1, 0, 0, 1, 0, 0, 1, 1], 6594761883.283161]
---- Retained value to add in file: [0, 2, 0, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 0, 3, 2], [1, 0, 1, 0, 0, 1, 0, 0, 1, 1], 6594761883.283161]
---- Retained value to add in file: [0, 0, 0, 1, 1, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 0, 1, 0], [0, 0, 0, 0, 1, 0, 1, 0, 1, 0], 6590615283.265762]
---- Retained value to add in file: [0, 0, 3, 0, 0, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 3, 0, 3], [2, 0, 0, 1, 0, 2, 0, 1, 0, 1], 6576297696.530973]
---- Retained value to add in file: [3, 3, 3, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 0, 0, 1], [2, 1, 1, 1, 0, 0, 0, 0, 0, 1], 6572170648.799119]
+--- Raw result : [[0, 1, 1, 1, 0, 0, 1, 0], [0, 0, 1, 1, 1, 0, 0, 1, 0], 10079336121.892971]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 0, 0, 3], [2, 1, 0, 1, 0, 1, 0, 0, 3], 10075133342.365593]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 2, 0, 0], [1, 0, 1, 1, 0, 1, 1, 0, 0], 10068994750.733833]
+--- Retained value to add in file: [1, 1, 0, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 0, 0, 0, 1], [0, 1, 1, 0, 0, 0, 0, 0, 1], 10066599400.856455]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 0, 0, 1], [2, 0, 1, 1, 1, 1, 0, 0, 1], 10055198834.491072]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 0, 0, 0, 1], [1, 1, 0, 1, 1, 0, 0, 0, 1], 10054008422.844383]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 0, 1, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 0, 1, 1], [2, 0, 0, 0, 1, 0, 0, 1, 1], 10045913291.025175]
+--- Retained value to add in file: [0, 0, 0, 0, 3, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 3, 3, 1, 0], [2, 0, 0, 0, 0, 1, 1, 1, 0], 10044858860.67884]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 0, 2, 0], [0, 0, 0, 0, 0, 0, 0, 2, 0], 10044659791.957012]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 0, 3, 0], [0, 0, 1, 0, 0, 0, 0, 3, 0], 10044242541.984905]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 0, 0, 3], [1, 1, 0, 1, 0, 1, 0, 0, 3], 10042400543.629353]
+--- Retained value to add in file: [2, 0, 0, 0, 2, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 2, 0, 0, 3], [1, 1, 0, 0, 0, 1, 0, 0, 3], 10039873309.91478]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 1, 0, 3], [0, 0, 0, 1, 0, 0, 1, 0, 3], 10038800014.64012]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 0, 1, 0], [2, 0, 1, 1, 1, 1, 0, 1, 0], 10030318065.38987]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 0, 0, 2], [1, 1, 0, 1, 0, 0, 0, 0, 2], 10014122852.099924]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 0, 0, 1], [0, 0, 0, 1, 1, 1, 0, 0, 1], 10010299757.06425]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 0, 1, 0], [0, 1, 1, 0, 1, 0, 0, 1, 0], 10009965290.506695]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 2, 1, 0], [1, 0, 0, 1, 0, 0, 1, 1, 0], 10003921800.37144]
 --- Retained value to add in file: [3, 0, 0, 0, 3, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 0, 0, 2], [2, 1, 0, 0, 0, 1, 1, 0, 0, 1], 6571021694.106535]
---- Retained value to add in file: [3, 0, 0, 0, 3, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 0, 0, 1], [2, 1, 0, 0, 0, 0, 1, 0, 0, 1], 6568047884.813545]
---- Retained value to add in file: [3, 3, 3, 0, 3, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 3, 0, 0, 0], [2, 1, 1, 1, 0, 2, 1, 0, 0, 0], 6567332945.342701]
---- Retained value to add in file: [0, 1, 0, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 0, 1, 2], [0, 0, 1, 0, 0, 1, 0, 0, 1, 1], 6567073240.8293295]
---- Retained value to add in file: [0, 1, 0, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 0, 2, 2], [0, 0, 1, 0, 0, 1, 0, 0, 1, 1], 6567073240.8293295]
---- Retained value to add in file: [0, 1, 0, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 0, 3, 2], [0, 0, 1, 0, 0, 1, 0, 0, 1, 1], 6567073240.8293295]
---- Retained value to add in file: [0, 1, 0, 0, 1, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 0, 0, 3], [0, 0, 1, 0, 0, 2, 1, 0, 0, 1], 6566688954.633911]
---- Retained value to add in file: [0, 1, 0, 0, 1, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 0, 0, 2], [0, 0, 1, 0, 0, 1, 1, 0, 0, 1], 6563693190.746636]
---- Retained value to add in file: [0, 0, 1, 0, 0, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 1, 2, 0], [0, 0, 0, 1, 0, 1, 0, 1, 1, 0], 6557149842.982934]
---- Retained value to add in file: [0, 0, 1, 0, 1, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 0, 0, 3], [0, 0, 0, 1, 0, 2, 1, 0, 0, 1], 6549858722.00721]
---- Retained value to add in file: [3, 3, 0, 0, 0, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 3, 1, 0], [2, 1, 1, 0, 0, 0, 0, 1, 1, 0], 6543137713.454447]
---- Retained value to add in file: [1, 0, 0, 0, 1, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 0, 0, 2], [0, 1, 0, 0, 0, 1, 1, 0, 0, 1], 6539889563.9781275]
---- Retained value to add in file: [1, 0, 1, 1, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 0, 1, 0], [0, 1, 0, 1, 1, 0, 0, 0, 1, 0], 6534754927.240392]
---- Retained value to add in file: [1, 1, 0, 1, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 0, 0, 1], [0, 1, 1, 0, 1, 0, 0, 0, 0, 1], 6534515849.636867]
---- Retained value to add in file: [0, 0, 1, 0, 1, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 0, 0, 1], [0, 0, 0, 1, 0, 0, 1, 0, 0, 1], 6531917693.599388]
---- Retained value to add in file: [0, 0, 3, 3, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 0, 1, 0], [2, 0, 0, 1, 1, 0, 0, 0, 1, 0], 6526512206.608306]
---- Retained value to add in file: [1, 0, 0, 0, 1, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 0, 0, 3], [0, 1, 0, 0, 0, 2, 1, 0, 0, 1], 6521946386.533457]
---- Retained value to add in file: [0, 2, 0, 0, 0, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 2, 2, 0], [1, 0, 1, 0, 0, 1, 0, 1, 1, 0], 6508972140.636583]
---- Retained value to add in file: [0, 0, 0, 1, 1, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 1, 0, 0], [0, 0, 0, 0, 1, 0, 1, 1, 0, 0], 6501879171.290886]
---- Retained value to add in file: [0, 2, 0, 0, 2, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 0, 2, 0], [1, 0, 1, 0, 0, 1, 1, 0, 1, 0], 6500860516.833288]
---- Retained value to add in file: [2, 0, 0, 0, 2, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 0, 2, 0], [1, 1, 0, 0, 0, 1, 1, 0, 1, 0], 6499545555.2752495]
---- Retained value to add in file: [2, 0, 0, 0, 0, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 2, 1, 0], [1, 1, 0, 0, 0, 0, 0, 1, 1, 0], 6499162630.021498]
---- Retained value to add in file: [0, 1, 0, 0, 0, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 1, 2, 0], [0, 0, 1, 0, 0, 1, 0, 1, 1, 0], 6496746356.214579]
---- Retained value to add in file: [0, 2, 0, 2, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 0, 2, 0], [1, 0, 1, 0, 1, 1, 0, 0, 1, 0], 6486342623.750217]
---- Retained value to add in file: [1, 0, 0, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 0, 1, 1], [0, 1, 0, 0, 0, 0, 0, 0, 1, 1], 6486004248.864393]
---- Retained value to add in file: [1, 0, 0, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 0, 2, 1], [0, 1, 0, 0, 0, 0, 0, 0, 1, 1], 6486004248.864393]
---- Retained value to add in file: [1, 0, 0, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 0, 3, 1], [0, 1, 0, 0, 0, 0, 0, 0, 1, 1], 6486004248.864393]
---- Retained value to add in file: [3, 0, 0, 0, 0, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 3, 0, 1], [2, 1, 0, 0, 0, 0, 0, 1, 0, 1], 6485789845.543793]
---- Retained value to add in file: [2, 0, 0, 2, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 0, 2, 0], [1, 1, 0, 0, 1, 1, 0, 0, 1, 0], 6485447255.050732]
---- Retained value to add in file: [3, 0, 0, 3, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 0, 3, 0], [2, 1, 0, 0, 1, 2, 0, 0, 1, 0], 6477993217.200188]
---- Retained value to add in file: [0, 0, 0, 1, 0, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 1, 1, 0], [0, 0, 0, 0, 1, 0, 0, 1, 1, 0], 6469532115.346645]
---- Retained value to add in file: [3, 0, 0, 3, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 0, 2, 0], [2, 1, 0, 0, 1, 1, 0, 0, 1, 0], 6468566172.452835]
---- Retained value to add in file: [0, 0, 1, 1, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 0, 0, 2], [0, 0, 0, 1, 1, 1, 0, 0, 0, 1], 6456102310.7797365]
---- Retained value to add in file: [1, 0, 0, 0, 0, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 1, 0, 1], [0, 1, 0, 0, 0, 0, 0, 1, 0, 1], 6455330412.283155]
---- Retained value to add in file: [0, 0, 2, 0, 2, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 0, 3, 0], [1, 0, 0, 1, 0, 2, 1, 0, 1, 0], 6450312427.529592]
---- Retained value to add in file: [2, 0, 0, 0, 2, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 0, 1, 0], [1, 1, 0, 0, 0, 0, 1, 0, 1, 0], 6450247741.329805]
---- Retained value to add in file: [2, 2, 2, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 0, 0, 1], [1, 1, 1, 1, 0, 0, 0, 0, 0, 1], 6448483061.85287]
---- Retained value to add in file: [1, 1, 0, 1, 1, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 1, 0, 0, 0], [0, 1, 1, 0, 1, 0, 1, 0, 0, 0], 6444209567.447823]
---- Retained value to add in file: [0, 0, 2, 2, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 0, 1, 0], [1, 0, 0, 1, 1, 0, 0, 0, 1, 0], 6440812793.270521]
---- Retained value to add in file: [0, 0, 1, 0, 1, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 0, 2, 0], [0, 0, 0, 1, 0, 1, 1, 0, 1, 0], 6438016629.790486]
---- Retained value to add in file: [0, 0, 1, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 0, 1, 1], [0, 0, 0, 1, 0, 0, 0, 0, 1, 1], 6435848860.939356]
---- Retained value to add in file: [0, 0, 1, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 0, 2, 1], [0, 0, 0, 1, 0, 0, 0, 0, 1, 1], 6435848860.939356]
---- Retained value to add in file: [0, 0, 1, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 0, 3, 1], [0, 0, 0, 1, 0, 0, 0, 0, 1, 1], 6435848860.939356]
---- Retained value to add in file: [0, 0, 3, 0, 3, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 3, 0, 0], [2, 0, 0, 1, 0, 2, 1, 1, 0, 0], 6434793425.888767]
---- Retained value to add in file: [0, 3, 0, 0, 0, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 3, 0, 3], [2, 0, 1, 0, 0, 2, 0, 1, 0, 1], 6428145180.106215]
---- Retained value to add in file: [0, 2, 0, 0, 2, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 0, 3, 0], [1, 0, 1, 0, 0, 2, 1, 0, 1, 0], 6420132491.499221]
+--- Raw result : [[3, 0, 0, 0, 3, 0, 0, 2], [2, 1, 0, 0, 0, 1, 0, 0, 2], 10000705677.17118]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 0, 1, 0], [2, 1, 0, 1, 0, 0, 0, 1, 0], 9977402517.670769]
+--- Retained value to add in file: [1, 1, 0, 0, 1, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 1, 0, 1, 0], [0, 1, 1, 0, 0, 1, 0, 1, 0], 9977020080.99699]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 0, 0, 3], [0, 0, 0, 0, 0, 0, 0, 0, 3], 9970070853.081871]
+--- Retained value to add in file: [1, 1, 0, 0, 1, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 1, 0, 0, 1], [0, 1, 1, 0, 0, 1, 0, 0, 1], 9960911329.82388]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 2, 1, 0], [1, 0, 0, 0, 1, 0, 1, 1, 0], 9957496198.018307]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 1, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 1, 1, 0], [0, 0, 0, 1, 1, 0, 1, 1, 0], 9938432352.903316]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 1, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 1, 0, 0], [0, 1, 1, 1, 1, 1, 1, 0, 0], 9928673640.068996]
+--- Retained value to add in file: [3, 0, 0, 3, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 0, 0, 0, 2], [2, 1, 0, 0, 1, 0, 0, 0, 2], 9925088262.284035]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 0, 0, 2], [1, 1, 0, 0, 0, 0, 0, 0, 2], 9917474548.835747]
+--- Retained value to add in file: [0, 2, 0, 2, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 0, 0, 0, 3], [1, 0, 1, 0, 1, 0, 0, 0, 3], 9911561946.145214]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 0, 0, 3], [0, 0, 0, 1, 1, 0, 0, 0, 3], 9910242515.588102]
+--- Retained value to add in file: [0, 3, 0, 3, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 0, 0, 0, 2], [2, 0, 1, 0, 1, 0, 0, 0, 2], 9908400563.825382]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 0, 0, 2], [0, 1, 0, 1, 0, 0, 0, 0, 2], 9897202009.228996]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 1, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 1, 1, 0], [0, 0, 1, 0, 0, 1, 1, 1, 0], 9895800408.99052]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 1, 0, 1], [0, 0, 0, 0, 1, 1, 1, 0, 1], 9891585540.416683]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 0, 0, 3], [1, 1, 1, 1, 0, 0, 0, 0, 3], 9890087294.78642]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 0, 0, 1], [0, 0, 1, 1, 0, 0, 0, 0, 1], 9887956834.434046]
+--- Retained value to add in file: [0, 0, 3, 0, 0, 3, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 0, 3, 0, 3], [2, 0, 0, 1, 0, 0, 1, 0, 3], 9883935870.73741]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 1, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 1, 1, 0], [0, 0, 1, 0, 1, 0, 1, 1, 0], 9881002931.31741]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 0, 0, 3], [0, 0, 1, 0, 0, 0, 0, 0, 3], 9872231045.20619]
 --- Retained value to add in file: [0, 3, 0, 0, 3, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 0, 0, 2], [2, 0, 1, 0, 0, 1, 1, 0, 0, 1], 6419144983.38504]
---- Retained value to add in file: [0, 3, 0, 3, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 0, 3, 0], [2, 0, 1, 0, 1, 2, 0, 0, 1, 0], 6415574532.640694]
---- Retained value to add in file: [0, 2, 0, 0, 0, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 2, 0, 1], [1, 0, 1, 0, 0, 0, 0, 1, 0, 1], 6412325666.842038]
---- Retained value to add in file: [0, 2, 0, 0, 2, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 0, 1, 0], [1, 0, 1, 0, 0, 0, 1, 0, 1, 0], 6412142282.041061]
---- Retained value to add in file: [0, 0, 2, 0, 0, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 2, 1, 0], [1, 0, 0, 1, 0, 0, 0, 1, 1, 0], 6411492036.975736]
---- Retained value to add in file: [0, 0, 1, 0, 1, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 0, 1, 0], [0, 0, 0, 1, 0, 0, 1, 0, 1, 0], 6409385255.242023]
---- Retained value to add in file: [0, 3, 3, 3, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 3, 0, 0, 0, 0], [2, 0, 1, 1, 1, 0, 0, 0, 0, 0], 6409009571.979424]
---- Retained value to add in file: [1, 1, 1, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 0, 0, 3], [0, 1, 1, 1, 0, 2, 0, 0, 0, 1], 6406345988.690537]
---- Retained value to add in file: [3, 0, 0, 0, 3, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 3, 0, 0], [2, 1, 0, 0, 0, 2, 1, 1, 0, 0], 6406278216.883977]
---- Retained value to add in file: [0, 1, 0, 0, 1, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 0, 2, 0], [0, 0, 1, 0, 0, 1, 1, 0, 1, 0], 6404275432.717085]
---- Retained value to add in file: [3, 0, 0, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 0, 1, 2], [2, 1, 0, 0, 0, 1, 0, 0, 1, 1], 6400577505.547962]
---- Retained value to add in file: [3, 0, 0, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 0, 2, 2], [2, 1, 0, 0, 0, 1, 0, 0, 1, 1], 6400577505.547962]
---- Retained value to add in file: [3, 0, 0, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 0, 3, 2], [2, 1, 0, 0, 0, 1, 0, 0, 1, 1], 6400577505.547962]
---- Retained value to add in file: [0, 0, 3, 0, 3, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 0, 0, 3], [2, 0, 0, 1, 0, 2, 1, 0, 0, 1], 6396271360.583937]
---- Retained value to add in file: [0, 0, 3, 0, 3, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 0, 1, 0], [2, 0, 0, 1, 0, 0, 1, 0, 1, 0], 6393462689.937334]
+--- Raw result : [[0, 3, 0, 0, 3, 0, 0, 2], [2, 0, 1, 0, 0, 1, 0, 0, 2], 9868863265.851055]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 0, 0, 0, 0], [2, 1, 1, 1, 0, 0, 0, 0, 0], 9851432948.314878]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 0, 1, 0], [2, 1, 0, 1, 0, 1, 0, 1, 0], 9839383299.794537]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 0, 1, 0], [0, 0, 1, 1, 0, 1, 0, 1, 0], 9839023538.832836]
+--- Retained value to add in file: [0, 0, 3, 0, 0, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 0, 3, 1, 0], [2, 0, 0, 1, 0, 0, 1, 1, 0], 9837114391.710655]
+--- Retained value to add in file: [1, 1, 0, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 0, 0, 1, 0], [0, 1, 1, 0, 0, 0, 0, 1, 0], 9836354380.132277]
+--- Retained value to add in file: [1, 1, 0, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 0, 0, 0, 3], [0, 1, 1, 0, 0, 0, 0, 0, 3], 9824812737.084023]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 0, 0, 3], [1, 1, 1, 0, 0, 0, 0, 0, 3], 9816272009.119572]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 0, 0, 2], [2, 0, 0, 1, 0, 1, 0, 0, 2], 9801268984.922752]
 --- Retained value to add in file: [0, 0, 3, 0, 0, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 3, 0, 1], [2, 0, 0, 1, 0, 0, 0, 1, 0, 1], 6389157486.162173]
---- Retained value to add in file: [0, 3, 0, 0, 3, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 0, 0, 1], [2, 0, 1, 0, 0, 0, 1, 0, 0, 1], 6381202482.368971]
---- Retained value to add in file: [0, 1, 0, 0, 1, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 0, 3, 0], [0, 0, 1, 0, 0, 2, 1, 0, 1, 0], 6380473894.010357]
---- Retained value to add in file: [2, 0, 0, 0, 2, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 0, 3, 0], [1, 1, 0, 0, 0, 2, 1, 0, 1, 0], 6375851800.899472]
---- Retained value to add in file: [0, 3, 0, 3, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 0, 2, 0], [2, 0, 1, 0, 1, 1, 0, 0, 1, 0], 6358168291.678022]
---- Retained value to add in file: [0, 1, 0, 0, 1, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 0, 0, 1], [0, 0, 1, 0, 0, 0, 1, 0, 0, 1], 6348698720.757172]
---- Retained value to add in file: [0, 0, 1, 0, 0, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 1, 0, 1], [0, 0, 0, 1, 0, 0, 0, 1, 0, 1], 6342872386.2253685]
---- Retained value to add in file: [1, 0, 0, 1, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 0, 0, 2], [0, 1, 0, 0, 1, 1, 0, 0, 0, 1], 6341150119.605251]
---- Retained value to add in file: [1, 0, 0, 0, 1, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 0, 0, 1], [0, 1, 0, 0, 0, 0, 1, 0, 0, 1], 6340735480.9663315]
---- Retained value to add in file: [1, 0, 0, 0, 0, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 1, 1, 0], [0, 1, 0, 0, 0, 0, 0, 1, 1, 0], 6337385735.0304365]
---- Retained value to add in file: [0, 3, 0, 0, 0, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 3, 0, 2], [2, 0, 1, 0, 0, 1, 0, 1, 0, 1], 6330859482.539291]
---- Retained value to add in file: [3, 0, 0, 0, 0, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 3, 3, 0], [2, 1, 0, 0, 0, 2, 0, 1, 1, 0], 6330659544.896913]
---- Retained value to add in file: [3, 0, 0, 0, 3, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 0, 0, 3], [2, 1, 0, 0, 0, 2, 1, 0, 0, 1], 6329272364.389328]
---- Retained value to add in file: [0, 0, 1, 0, 1, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 1, 0, 0], [0, 0, 0, 1, 0, 0, 1, 1, 0, 0], 6325072559.49514]
---- Retained value to add in file: [3, 0, 3, 3, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 3, 0, 0, 0, 0], [2, 1, 0, 1, 1, 0, 0, 0, 0, 0], 6324808869.085141]
---- Retained value to add in file: [0, 2, 0, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 0, 1, 1], [1, 0, 1, 0, 0, 0, 0, 0, 1, 1], 6324788817.600381]
---- Retained value to add in file: [0, 2, 0, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 0, 2, 1], [1, 0, 1, 0, 0, 0, 0, 0, 1, 1], 6324788817.600381]
---- Retained value to add in file: [0, 2, 0, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 0, 3, 1], [1, 0, 1, 0, 0, 0, 0, 0, 1, 1], 6324788817.600381]
---- Retained value to add in file: [1, 0, 0, 0, 1, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 0, 2, 0], [0, 1, 0, 0, 0, 1, 1, 0, 1, 0], 6306816566.629768]
---- Retained value to add in file: [0, 3, 0, 0, 3, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 3, 0, 0], [2, 0, 1, 0, 0, 2, 1, 1, 0, 0], 6306753949.66072]
---- Retained value to add in file: [0, 0, 1, 0, 1, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 0, 3, 0], [0, 0, 0, 1, 0, 2, 1, 0, 1, 0], 6306351587.08172]
---- Retained value to add in file: [3, 0, 0, 0, 0, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 3, 2, 0], [2, 1, 0, 0, 0, 1, 0, 1, 1, 0], 6303448436.123844]
---- Retained value to add in file: [0, 1, 0, 1, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 0, 0, 2], [0, 0, 1, 0, 1, 1, 0, 0, 0, 1], 6303283048.587202]
---- Retained value to add in file: [2, 2, 2, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 0, 3, 0], [1, 1, 1, 1, 0, 2, 0, 0, 1, 0], 6285520488.272398]
---- Retained value to add in file: [0, 0, 3, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 0, 1, 2], [2, 0, 0, 1, 0, 1, 0, 0, 1, 1], 6282527017.743978]
---- Retained value to add in file: [0, 0, 3, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 0, 2, 2], [2, 0, 0, 1, 0, 1, 0, 0, 1, 1], 6282527017.743978]
---- Retained value to add in file: [0, 0, 3, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 0, 3, 2], [2, 0, 0, 1, 0, 1, 0, 0, 1, 1], 6282527017.743978]
---- Retained value to add in file: [3, 0, 0, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 0, 1, 1], [2, 1, 0, 0, 0, 0, 0, 0, 1, 1], 6276842570.971025]
---- Retained value to add in file: [3, 0, 0, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 0, 2, 1], [2, 1, 0, 0, 0, 0, 0, 0, 1, 1], 6276842570.971025]
---- Retained value to add in file: [3, 0, 0, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 0, 3, 1], [2, 1, 0, 0, 0, 0, 0, 0, 1, 1], 6276842570.971025]
---- Retained value to add in file: [3, 0, 0, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 0, 1, 3], [2, 1, 0, 0, 0, 2, 0, 0, 1, 1], 6271562665.866516]
---- Retained value to add in file: [3, 0, 0, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 0, 2, 3], [2, 1, 0, 0, 0, 2, 0, 0, 1, 1], 6271562665.866516]
---- Retained value to add in file: [3, 0, 0, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 0, 3, 3], [2, 1, 0, 0, 0, 2, 0, 0, 1, 1], 6271562665.866516]
---- Retained value to add in file: [1, 1, 0, 1, 0, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 1, 0, 0], [0, 1, 1, 0, 1, 0, 0, 1, 0, 0], 6266685159.642561]
---- Retained value to add in file: [0, 1, 0, 0, 1, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 0, 1, 0], [0, 0, 1, 0, 0, 0, 1, 0, 1, 0], 6263898479.6541395]
---- Retained value to add in file: [1, 0, 0, 0, 1, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 0, 3, 0], [0, 1, 0, 0, 0, 2, 1, 0, 1, 0], 6258131520.065777]
---- Retained value to add in file: [0, 0, 3, 0, 3, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 0, 2, 0], [2, 0, 0, 1, 0, 1, 1, 0, 1, 0], 6251211369.371201]
---- Retained value to add in file: [0, 0, 3, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 0, 1, 1], [2, 0, 0, 1, 0, 0, 0, 0, 1, 1], 6247821486.356866]
---- Retained value to add in file: [0, 0, 3, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 0, 2, 1], [2, 0, 0, 1, 0, 0, 0, 0, 1, 1], 6247821486.356866]
---- Retained value to add in file: [0, 0, 3, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 0, 3, 1], [2, 0, 0, 1, 0, 0, 0, 0, 1, 1], 6247821486.356866]
---- Retained value to add in file: [0, 1, 0, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 0, 1, 1], [0, 0, 1, 0, 0, 0, 0, 0, 1, 1], 6241748595.06513]
---- Retained value to add in file: [0, 1, 0, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 0, 2, 1], [0, 0, 1, 0, 0, 0, 0, 0, 1, 1], 6241748595.06513]
---- Retained value to add in file: [0, 1, 0, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 0, 3, 1], [0, 0, 1, 0, 0, 0, 0, 0, 1, 1], 6241748595.06513]
---- Retained value to add in file: [0, 0, 1, 0, 0, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 1, 1, 0], [0, 0, 0, 1, 0, 0, 0, 1, 1, 0], 6236714892.271385]
+--- Raw result : [[0, 0, 3, 0, 0, 3, 0, 1], [2, 0, 0, 1, 0, 0, 1, 0, 1], 9795476891.067305]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 0, 0, 3], [2, 0, 1, 1, 1, 0, 0, 0, 3], 9793115613.240215]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 0, 0, 1], [1, 0, 0, 1, 1, 1, 0, 0, 1], 9791083193.335976]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 1, 0, 3], [0, 1, 0, 0, 0, 0, 1, 0, 3], 9789640890.40402]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 0, 2, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 0, 2, 0], [2, 0, 0, 0, 1, 0, 0, 2, 0], 9785018440.043653]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 0, 1, 0, 1], [0, 1, 0, 0, 1, 0, 1, 0, 1], 9774388982.149792]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 3, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 3, 0, 0], [2, 0, 1, 1, 0, 1, 1, 0, 0], 9771712280.943218]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 0, 1, 0], [1, 1, 0, 1, 0, 1, 0, 1, 0], 9770870079.60091]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 0, 0, 3], [2, 1, 1, 0, 0, 0, 0, 0, 3], 9770678310.082771]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 1, 0, 1], [0, 0, 1, 0, 0, 0, 1, 0, 1], 9763014852.959757]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 0, 0, 0, 3], [0, 1, 0, 0, 1, 0, 0, 0, 3], 9762048189.304976]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 3, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 3, 0, 0], [2, 1, 0, 1, 0, 1, 1, 0, 0], 9759831628.20367]
 --- Retained value to add in file: [0, 3, 0, 0, 3, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 0, 0, 3], [2, 0, 1, 0, 0, 2, 1, 0, 0, 1], 6229713615.374474]
---- Retained value to add in file: [2, 2, 2, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 0, 2, 0], [1, 1, 1, 1, 0, 1, 0, 0, 1, 0], 6224552734.252827]
---- Retained value to add in file: [3, 0, 0, 3, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 0, 1, 0], [2, 1, 0, 0, 1, 0, 0, 0, 1, 0], 6220454222.726189]
---- Retained value to add in file: [1, 0, 0, 0, 1, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 0, 1, 0], [0, 1, 0, 0, 0, 0, 1, 0, 1, 0], 6195131292.956058]
---- Retained value to add in file: [0, 0, 0, 0, 0, 1, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 1, 0, 3], [0, 0, 0, 0, 0, 2, 0, 1, 0, 1], 6191813288.440706]
---- Retained value to add in file: [0, 0, 0, 0, 0, 2, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 2, 0, 3], [0, 0, 0, 0, 0, 2, 0, 1, 0, 1], 6191813288.440706]
+--- Raw result : [[0, 3, 0, 0, 3, 0, 0, 3], [2, 0, 1, 0, 0, 1, 0, 0, 3], 9753650955.084625]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 0, 0, 3], [0, 0, 1, 1, 0, 0, 0, 0, 3], 9746488100.7192]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 0, 0, 2], [2, 1, 0, 0, 0, 0, 0, 0, 2], 9743153806.421146]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 0, 1, 0], [1, 0, 1, 1, 0, 0, 0, 1, 0], 9726058235.100658]
+--- Retained value to add in file: [0, 0, 0, 0, 3, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 3, 3, 0, 1], [2, 0, 0, 0, 0, 1, 1, 0, 1], 9723437545.434904]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 0, 0, 3], [2, 1, 0, 0, 0, 1, 0, 0, 3], 9707780631.803709]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 0, 0, 2], [1, 0, 0, 0, 1, 0, 0, 0, 2], 9704563560.335976]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 0, 0, 3], [2, 0, 0, 0, 1, 1, 0, 0, 3], 9691426768.549208]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 0, 3, 0], [0, 0, 0, 0, 0, 0, 0, 3, 0], 9687963778.679188]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 1, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 1, 1, 0], [0, 1, 0, 0, 0, 1, 1, 1, 0], 9679298488.884731]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 0, 0, 1], [2, 0, 1, 1, 0, 0, 0, 0, 1], 9670353890.827082]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 0, 0, 3], [2, 0, 0, 1, 0, 1, 0, 0, 3], 9669686768.928328]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 1, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 1, 1, 0], [0, 0, 0, 1, 0, 1, 1, 1, 0], 9667656111.64709]
+--- Retained value to add in file: [3, 0, 3, 3, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 0, 0, 0, 3], [2, 1, 0, 1, 1, 0, 0, 0, 3], 9665505166.137733]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 0, 0, 2], [2, 0, 0, 1, 1, 0, 0, 0, 2], 9639774679.37516]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 0, 0, 2], [1, 0, 0, 1, 0, 0, 0, 0, 2], 9636623437.507042]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 0, 0, 1], [2, 1, 0, 1, 0, 0, 0, 0, 1], 9635871896.993483]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 1, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 0, 1, 1, 0], [0, 1, 0, 0, 1, 0, 1, 1, 0], 9630175245.806042]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 0, 0, 3], [0, 1, 1, 1, 0, 0, 0, 0, 3], 9608581858.083218]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 3, 1, 0], [2, 0, 0, 0, 1, 0, 1, 1, 0], 9593104536.607872]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 1, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 1, 0, 3], [0, 1, 0, 1, 0, 0, 1, 0, 3], 9589567035.287888]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 1, 0, 1], [0, 1, 0, 0, 0, 1, 1, 0, 1], 9586393764.958858]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 0, 0, 2], [2, 0, 1, 0, 0, 0, 0, 0, 2], 9573327174.194035]
 --- Retained value to add in file: [0, 0, 0, 0, 0, 3, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 3, 0, 3], [0, 0, 0, 0, 0, 2, 0, 1, 0, 1], 6191813288.440706]
---- Retained value to add in file: [0, 1, 0, 0, 1, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 1, 0, 0], [0, 0, 1, 0, 0, 0, 1, 1, 0, 0], 6180033434.260537]
---- Retained value to add in file: [1, 0, 0, 0, 1, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 1, 0, 0], [0, 1, 0, 0, 0, 0, 1, 1, 0, 0], 6176537172.938321]
---- Retained value to add in file: [1, 1, 0, 1, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 0, 1, 0], [0, 1, 1, 0, 1, 0, 0, 0, 1, 0], 6175089725.213411]
---- Retained value to add in file: [0, 0, 1, 1, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 0, 3, 0], [0, 0, 0, 1, 1, 2, 0, 0, 1, 0], 6173702762.389984]
---- Retained value to add in file: [1, 1, 1, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 0, 0, 2], [0, 1, 1, 1, 0, 1, 0, 0, 0, 1], 6172069695.017797]
---- Retained value to add in file: [2, 0, 2, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 0, 0, 3], [1, 1, 0, 1, 0, 2, 0, 0, 0, 1], 6162879389.714361]
---- Retained value to add in file: [0, 1, 0, 0, 0, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 1, 0, 1], [0, 0, 1, 0, 0, 0, 0, 1, 0, 1], 6155965356.630392]
---- Retained value to add in file: [0, 1, 0, 1, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 0, 3, 0], [0, 0, 1, 0, 1, 2, 0, 0, 1, 0], 6142545086.182138]
---- Retained value to add in file: [3, 0, 0, 0, 3, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 0, 1, 0], [2, 1, 0, 0, 0, 0, 1, 0, 1, 0], 6137557854.865478]
---- Retained value to add in file: [2, 0, 0, 2, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 0, 1, 0], [1, 1, 0, 0, 1, 0, 0, 0, 1, 0], 6131656822.347831]
---- Retained value to add in file: [0, 2, 0, 0, 0, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 2, 1, 0], [1, 0, 1, 0, 0, 0, 0, 1, 1, 0], 6125566898.676088]
+--- Raw result : [[0, 0, 0, 0, 0, 3, 0, 3], [2, 0, 0, 0, 0, 0, 1, 0, 3], 9562275712.123539]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 3, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 3, 0, 1], [2, 0, 0, 0, 1, 0, 1, 0, 1], 9562194680.719831]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 1, 0, 1], [0, 1, 0, 1, 0, 0, 1, 0, 1], 9550445027.838009]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 0, 0, 1], [1, 0, 1, 0, 1, 1, 0, 0, 1], 9546795767.616697]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 1, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 1, 1, 0], [0, 1, 0, 1, 0, 0, 1, 1, 0], 9546159635.64822]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 0, 2, 0, 0], [1, 1, 0, 1, 1, 0, 1, 0, 0], 9539265821.485188]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 0, 1, 0], [1, 0, 0, 1, 1, 1, 0, 1, 0], 9533215221.919834]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 0, 0, 0, 3], [1, 1, 0, 1, 1, 0, 0, 0, 3], 9527519478.81113]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 0, 1, 0], [2, 0, 1, 1, 0, 1, 0, 1, 0], 9523913938.619915]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 0, 0, 1], [2, 0, 1, 1, 0, 1, 0, 0, 1], 9515919355.355999]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 0, 0, 3], [1, 0, 1, 1, 0, 0, 0, 0, 3], 9515738456.988605]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 0, 0, 1], [1, 1, 0, 1, 0, 1, 0, 0, 1], 9499293141.61573]
+--- Retained value to add in file: [0, 2, 0, 2, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 0, 0, 0, 1], [1, 0, 1, 0, 1, 0, 0, 0, 1], 9484656827.687634]
+--- Retained value to add in file: [2, 2, 2, 2, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 0, 0, 0, 0], [1, 1, 1, 1, 1, 0, 0, 0, 0], 9480679949.819023]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 0, 0, 3], [0, 1, 0, 1, 1, 0, 0, 0, 3], 9468856265.433823]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 0, 1, 0], [2, 0, 1, 1, 0, 0, 0, 1, 0], 9460790373.100233]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 0, 1, 0], [1, 0, 1, 0, 1, 1, 0, 1, 0], 9460455142.45742]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 0, 0, 1], [0, 0, 1, 0, 1, 1, 0, 0, 1], 9443610108.097942]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 0, 1, 0], [0, 0, 0, 1, 1, 1, 0, 1, 0], 9442896806.071987]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 0, 1, 0], [0, 1, 0, 1, 1, 0, 0, 1, 0], 9442400953.872402]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 0, 0, 1], [2, 1, 0, 1, 0, 1, 0, 0, 1], 9441802337.81976]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 0, 0, 3], [0, 0, 0, 1, 0, 0, 0, 0, 3], 9438866167.276936]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 0, 0, 3], [1, 1, 0, 0, 1, 0, 0, 0, 3], 9429967775.794273]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 0, 0, 3], [1, 0, 0, 1, 1, 0, 0, 0, 3], 9427112731.098549]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 0, 0, 3], [0, 1, 0, 0, 0, 0, 0, 0, 3], 9411510602.051472]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 0, 1, 0], [1, 1, 0, 1, 0, 0, 0, 1, 0], 9403527387.626125]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 0, 0, 3], [1, 0, 1, 0, 0, 0, 0, 0, 3], 9389802261.205574]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 0, 1, 0], [1, 1, 0, 0, 1, 1, 0, 1, 0], 9377832280.483738]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 1, 0, 1], [0, 0, 0, 1, 0, 0, 1, 0, 1], 9337522619.17375]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 0, 0, 2], [2, 0, 0, 0, 1, 1, 0, 0, 2], 9331434120.19149]
+--- Retained value to add in file: [0, 0, 0, 0, 3, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 3, 0, 0, 3], [2, 0, 0, 0, 0, 1, 0, 0, 3], 9330500717.10072]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 0, 1, 0], [2, 1, 0, 0, 0, 0, 0, 1, 0], 9330267044.89294]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 2, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 2, 0, 1], [1, 0, 0, 0, 0, 0, 1, 0, 1], 9328442728.158522]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 1, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 1, 1, 0], [0, 0, 0, 0, 1, 1, 1, 1, 0], 9321170809.605602]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 0, 0, 1], [0, 1, 0, 1, 1, 0, 0, 0, 1], 9313801962.700268]
+--- Retained value to add in file: [0, 3, 0, 3, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 0, 0, 0, 3], [2, 0, 1, 0, 1, 0, 0, 0, 3], 9297365627.391304]
 --- Retained value to add in file: [0, 0, 0, 2, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 0, 0, 3], [1, 0, 0, 0, 1, 2, 0, 0, 0, 1], 6125219500.165032]
---- Retained value to add in file: [0, 0, 3, 0, 0, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 3, 2, 0], [2, 0, 0, 1, 0, 1, 0, 1, 1, 0], 6121166447.546631]
+--- Raw result : [[0, 0, 0, 2, 0, 0, 0, 3], [1, 0, 0, 0, 1, 0, 0, 0, 3], 9281160761.27548]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 0, 0, 3], [2, 0, 1, 1, 0, 0, 0, 0, 3], 9274034971.218216]
 --- Retained value to add in file: [0, 2, 0, 2, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 0, 1, 0], [1, 0, 1, 0, 1, 0, 0, 0, 1, 0], 6108368408.379363]
---- Retained value to add in file: [0, 0, 3, 0, 0, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 3, 3, 0], [2, 0, 0, 1, 0, 2, 0, 1, 1, 0], 6100882994.347942]
---- Retained value to add in file: [3, 0, 0, 0, 3, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 0, 2, 0], [2, 1, 0, 0, 0, 1, 1, 0, 1, 0], 6093788679.197191]
---- Retained value to add in file: [2, 0, 2, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 0, 0, 2], [1, 1, 0, 1, 0, 1, 0, 0, 0, 1], 6092668602.995414]
---- Retained value to add in file: [0, 0, 3, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 0, 1, 3], [2, 0, 0, 1, 0, 2, 0, 0, 1, 1], 6086521237.348341]
---- Retained value to add in file: [0, 0, 3, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 0, 2, 3], [2, 0, 0, 1, 0, 2, 0, 0, 1, 1], 6086521237.348341]
---- Retained value to add in file: [0, 0, 3, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 0, 3, 3], [2, 0, 0, 1, 0, 2, 0, 0, 1, 1], 6086521237.348341]
+--- Raw result : [[0, 2, 0, 2, 0, 0, 1, 0], [1, 0, 1, 0, 1, 0, 0, 1, 0], 9272694007.347973]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 3, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 3, 0, 0], [2, 1, 0, 1, 0, 0, 1, 0, 0], 9254064452.022362]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 1, 0, 1], [0, 0, 0, 0, 1, 0, 1, 0, 1], 9247424991.655195]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 0, 1, 0], [0, 0, 1, 1, 0, 0, 0, 1, 0], 9242072073.03073]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 0, 0, 1], [0, 0, 1, 0, 1, 0, 0, 0, 1], 9215749030.403635]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 0, 1, 0], [0, 1, 0, 1, 0, 1, 0, 1, 0], 9201810829.825039]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 0, 0, 1], [1, 1, 0, 0, 1, 1, 0, 0, 1], 9197878165.368202]
+--- Retained value to add in file: [3, 0, 0, 3, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 0, 0, 1, 0], [2, 1, 0, 0, 1, 0, 0, 1, 0], 9195328511.482384]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 3, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 3, 0, 0], [2, 1, 0, 0, 1, 1, 1, 0, 0], 9191545024.236126]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 2, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 2, 1, 0], [1, 0, 0, 0, 0, 0, 1, 1, 0], 9173882641.277336]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 1, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 1, 0, 0], [0, 1, 1, 1, 1, 0, 1, 0, 0], 9167533085.151543]
 --- Retained value to add in file: [0, 1, 0, 0, 0, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 1, 1, 0], [0, 0, 1, 0, 0, 0, 0, 1, 1, 0], 6084048990.131982]
---- Retained value to add in file: [0, 2, 2, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 0, 0, 3], [1, 0, 1, 1, 0, 2, 0, 0, 0, 1], 6078651409.736189]
---- Retained value to add in file: [0, 3, 0, 3, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 0, 1, 0], [2, 0, 1, 0, 1, 0, 0, 0, 1, 0], 6078031598.498438]
---- Retained value to add in file: [1, 0, 0, 1, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 0, 3, 0], [0, 1, 0, 0, 1, 2, 0, 0, 1, 0], 6074038837.008135]
---- Retained value to add in file: [3, 0, 0, 0, 0, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 3, 1, 0], [2, 1, 0, 0, 0, 0, 0, 1, 1, 0], 6068733583.82372]
---- Retained value to add in file: [0, 2, 2, 0, 2, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 2, 0, 0, 0], [1, 0, 1, 1, 0, 1, 1, 0, 0, 0], 6053298707.109093]
---- Retained value to add in file: [3, 3, 3, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 0, 2, 0], [2, 1, 1, 1, 0, 1, 0, 0, 1, 0], 6033433582.462176]
+--- Raw result : [[0, 1, 0, 0, 0, 1, 1, 0], [0, 0, 1, 0, 0, 0, 1, 1, 0], 9147272045.160933]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 0, 1, 0], [1, 1, 0, 0, 1, 0, 0, 1, 0], 9146953588.100216]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 1, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 1, 0, 0], [0, 1, 1, 1, 0, 1, 1, 0, 0], 9146117324.181557]
 --- Retained value to add in file: [0, 0, 1, 1, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 0, 0, 1], [0, 0, 0, 1, 1, 0, 0, 0, 0, 1], 6012469852.549819]
---- Retained value to add in file: [3, 0, 3, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 0, 0, 2], [2, 1, 0, 1, 0, 1, 0, 0, 0, 1], 6007648389.695968]
---- Retained value to add in file: [1, 1, 1, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 0, 3, 0], [0, 1, 1, 1, 0, 2, 0, 0, 1, 0], 6006962299.762345]
---- Retained value to add in file: [0, 0, 1, 1, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 0, 2, 0], [0, 0, 0, 1, 1, 1, 0, 0, 1, 0], 5998914808.3539715]
---- Retained value to add in file: [0, 3, 0, 0, 0, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 3, 0, 1], [2, 0, 1, 0, 0, 0, 0, 1, 0, 1], 5995991061.181978]
---- Retained value to add in file: [0, 0, 1, 1, 1, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 1, 0, 0, 0], [0, 0, 0, 1, 1, 0, 1, 0, 0, 0], 5991951230.825037]
---- Retained value to add in file: [0, 2, 2, 2, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 2, 0, 0, 0, 0], [1, 0, 1, 1, 1, 0, 0, 0, 0, 0], 5985420216.1526165]
---- Retained value to add in file: [2, 2, 2, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 0, 1, 0], [1, 1, 1, 1, 0, 0, 0, 0, 1, 0], 5975359388.521663]
---- Retained value to add in file: [2, 0, 2, 0, 0, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 2, 0, 0], [1, 1, 0, 1, 0, 1, 0, 1, 0, 0], 5973911410.400736]
---- Retained value to add in file: [0, 0, 0, 0, 0, 1, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 1, 3, 0], [0, 0, 0, 0, 0, 2, 0, 1, 1, 0], 5971071458.310396]
---- Retained value to add in file: [0, 0, 0, 0, 0, 2, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 2, 3, 0], [0, 0, 0, 0, 0, 2, 0, 1, 1, 0], 5971071458.310396]
---- Retained value to add in file: [0, 0, 0, 0, 0, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 3, 3, 0], [0, 0, 0, 0, 0, 2, 0, 1, 1, 0], 5971071458.310396]
---- Retained value to add in file: [0, 0, 0, 3, 0, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 3, 0, 0], [2, 0, 0, 0, 1, 2, 0, 1, 0, 0], 5966930416.747889]
---- Retained value to add in file: [0, 3, 0, 0, 0, 3, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 3, 3, 0], [2, 0, 1, 0, 0, 2, 0, 1, 1, 0], 5963005940.960856]
---- Retained value to add in file: [0, 0, 3, 0, 0, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 3, 1, 0], [2, 0, 0, 1, 0, 0, 0, 1, 1, 0], 5961299453.286966]
---- Retained value to add in file: [0, 2, 2, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 0, 0, 2], [1, 0, 1, 1, 0, 1, 0, 0, 0, 1], 5960906718.244884]
---- Retained value to add in file: [0, 3, 0, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 0, 1, 2], [2, 0, 1, 0, 0, 1, 0, 0, 1, 1], 5955351590.26972]
---- Retained value to add in file: [0, 3, 0, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 0, 2, 2], [2, 0, 1, 0, 0, 1, 0, 0, 1, 1], 5955351590.26972]
---- Retained value to add in file: [0, 3, 0, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 0, 3, 2], [2, 0, 1, 0, 0, 1, 0, 0, 1, 1], 5955351590.26972]
---- Retained value to add in file: [3, 3, 3, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 0, 3, 0], [2, 1, 1, 1, 0, 2, 0, 0, 1, 0], 5946634576.789101]
---- Retained value to add in file: [0, 0, 0, 3, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 0, 0, 3], [2, 0, 0, 0, 1, 2, 0, 0, 0, 1], 5939840301.195395]
---- Retained value to add in file: [0, 3, 0, 0, 3, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 0, 2, 0], [2, 0, 1, 0, 0, 1, 1, 0, 1, 0], 5938830662.682955]
---- Retained value to add in file: [0, 0, 0, 0, 0, 1, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 1, 0, 2], [0, 0, 0, 0, 0, 1, 0, 1, 0, 1], 5937179961.143683]
---- Retained value to add in file: [0, 0, 0, 0, 0, 2, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 2, 0, 2], [0, 0, 0, 0, 0, 1, 0, 1, 0, 1], 5937179961.143683]
---- Retained value to add in file: [0, 0, 0, 0, 0, 3, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 3, 0, 2], [0, 0, 0, 0, 0, 1, 0, 1, 0, 1], 5937179961.143683]
---- Retained value to add in file: [0, 3, 0, 0, 3, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 0, 1, 0], [2, 0, 1, 0, 0, 0, 1, 0, 1, 0], 5936753228.365327]
---- Retained value to add in file: [0, 0, 3, 0, 3, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 0, 3, 0], [2, 0, 0, 1, 0, 2, 1, 0, 1, 0], 5936478258.089146]
---- Retained value to add in file: [0, 0, 0, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 0, 1, 3], [0, 0, 0, 0, 0, 2, 0, 0, 1, 1], 5927892769.614319]
---- Retained value to add in file: [0, 0, 0, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 0, 2, 3], [0, 0, 0, 0, 0, 2, 0, 0, 1, 1], 5927892769.614319]
---- Retained value to add in file: [0, 0, 0, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 0, 3, 3], [0, 0, 0, 0, 0, 2, 0, 0, 1, 1], 5927892769.614319]
---- Retained value to add in file: [3, 3, 3, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 0, 1, 0], [2, 1, 1, 1, 0, 0, 0, 0, 1, 0], 5918982285.785319]
---- Retained value to add in file: [0, 0, 0, 2, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 0, 0, 2], [1, 0, 0, 0, 1, 1, 0, 0, 0, 1], 5918208538.222772]
---- Retained value to add in file: [0, 3, 0, 0, 0, 0, 1, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 0, 1, 3], [2, 0, 1, 0, 0, 2, 0, 0, 1, 1], 5910836088.716663]
---- Retained value to add in file: [0, 3, 0, 0, 0, 0, 2, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 0, 2, 3], [2, 0, 1, 0, 0, 2, 0, 0, 1, 1], 5910836088.716663]
---- Retained value to add in file: [0, 3, 0, 0, 0, 0, 3, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 0, 3, 3], [2, 0, 1, 0, 0, 2, 0, 0, 1, 1], 5910836088.716663]
---- Retained value to add in file: [3, 0, 3, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 0, 0, 3], [2, 1, 0, 1, 0, 2, 0, 0, 0, 1], 5907995210.590736]
---- Retained value to add in file: [3, 0, 3, 0, 0, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 3, 0, 0], [2, 1, 0, 1, 0, 2, 0, 1, 0, 0], 5907842808.398825]
---- Retained value to add in file: [3, 0, 3, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 0, 0, 1], [2, 1, 0, 1, 0, 0, 0, 0, 0, 1], 5883320770.800144]
---- Retained value to add in file: [3, 0, 0, 0, 3, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 0, 3, 0], [2, 1, 0, 0, 0, 2, 1, 0, 1, 0], 5881195225.448321]
---- Retained value to add in file: [0, 1, 0, 1, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 0, 2, 0], [0, 0, 1, 0, 1, 1, 0, 0, 1, 0], 5877890133.726588]
---- Retained value to add in file: [0, 0, 0, 3, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 0, 0, 2], [2, 0, 0, 0, 1, 1, 0, 0, 0, 1], 5873029915.659262]
---- Retained value to add in file: [0, 2, 2, 0, 0, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 2, 0, 0], [1, 0, 1, 1, 0, 1, 0, 1, 0, 0], 5860492762.470898]
---- Retained value to add in file: [0, 0, 0, 0, 0, 0, 1, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 0, 1, 2], [0, 0, 0, 0, 0, 1, 0, 0, 1, 1], 5849915712.624473]
---- Retained value to add in file: [0, 0, 0, 0, 0, 0, 2, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 0, 2, 2], [0, 0, 0, 0, 0, 1, 0, 0, 1, 1], 5849915712.624473]
---- Retained value to add in file: [0, 0, 0, 0, 0, 0, 3, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 0, 3, 2], [0, 0, 0, 0, 0, 1, 0, 0, 1, 1], 5849915712.624473]
---- Retained value to add in file: [1, 1, 1, 0, 1, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 1, 0, 0, 0], [0, 1, 1, 1, 0, 0, 1, 0, 0, 0], 5849511170.670197]
---- Retained value to add in file: [2, 0, 2, 0, 2, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 2, 0, 0, 0], [1, 1, 0, 1, 0, 1, 1, 0, 0, 0], 5849071170.8270855]
---- Retained value to add in file: [0, 3, 0, 0, 0, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 3, 2, 0], [2, 0, 1, 0, 0, 1, 0, 1, 1, 0], 5836808606.649139]
---- Retained value to add in file: [1, 1, 1, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 0, 2, 0], [0, 1, 1, 1, 0, 1, 0, 0, 1, 0], 5829262412.333324]
---- Retained value to add in file: [1, 0, 0, 1, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 0, 2, 0], [0, 1, 0, 0, 1, 1, 0, 0, 1, 0], 5827406079.387641]
---- Retained value to add in file: [1, 0, 0, 1, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 0, 0, 1], [0, 1, 0, 0, 1, 0, 0, 0, 0, 1], 5825116928.580013]
+--- Raw result : [[0, 0, 1, 1, 0, 0, 0, 1], [0, 0, 0, 1, 1, 0, 0, 0, 1], 9142578875.738493]
 --- Retained value to add in file: [2, 0, 2, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 0, 0, 1], [1, 1, 0, 1, 0, 0, 0, 0, 0, 1], 5817659668.307919]
---- Retained value to add in file: [0, 1, 0, 1, 1, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 1, 0, 0, 0], [0, 0, 1, 0, 1, 0, 1, 0, 0, 0], 5800846657.491196]
---- Retained value to add in file: [2, 0, 2, 2, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 2, 0, 0, 0, 0], [1, 1, 0, 1, 1, 0, 0, 0, 0, 0], 5799021774.772026]
---- Retained value to add in file: [1, 0, 1, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 0, 0, 3], [0, 1, 0, 1, 0, 2, 0, 0, 0, 1], 5798487273.734598]
---- Retained value to add in file: [2, 2, 0, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 0, 0, 3], [1, 1, 1, 0, 0, 2, 0, 0, 0, 1], 5793769050.935508]
---- Retained value to add in file: [0, 3, 0, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 0, 1, 1], [2, 0, 1, 0, 0, 0, 0, 0, 1, 1], 5791343606.965525]
---- Retained value to add in file: [0, 3, 0, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 0, 2, 1], [2, 0, 1, 0, 0, 0, 0, 0, 1, 1], 5791343606.965525]
---- Retained value to add in file: [0, 3, 0, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 0, 3, 1], [2, 0, 1, 0, 0, 0, 0, 0, 1, 1], 5791343606.965525]
---- Retained value to add in file: [0, 3, 0, 0, 3, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 0, 3, 0], [2, 0, 1, 0, 0, 2, 1, 0, 1, 0], 5787882447.080007]
---- Retained value to add in file: [0, 1, 0, 1, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 0, 0, 1], [0, 0, 1, 0, 1, 0, 0, 0, 0, 1], 5786569785.221312]
---- Retained value to add in file: [0, 3, 3, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 0, 0, 2], [2, 0, 1, 1, 0, 1, 0, 0, 0, 1], 5765468062.9295225]
---- Retained value to add in file: [0, 1, 1, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 0, 0, 3], [0, 0, 1, 1, 0, 2, 0, 0, 0, 1], 5760234818.937017]
---- Retained value to add in file: [0, 0, 0, 0, 0, 1, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 1, 2, 0], [0, 0, 0, 0, 0, 1, 0, 1, 1, 0], 5753519746.635442]
---- Retained value to add in file: [0, 0, 0, 0, 0, 2, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 2, 2, 0], [0, 0, 0, 0, 0, 1, 0, 1, 1, 0], 5753519746.635442]
---- Retained value to add in file: [0, 0, 0, 0, 0, 3, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 3, 2, 0], [0, 0, 0, 0, 0, 1, 0, 1, 1, 0], 5753519746.635442]
+--- Raw result : [[2, 0, 2, 0, 0, 0, 0, 1], [1, 1, 0, 1, 0, 0, 0, 0, 1], 9140832421.943035]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 1, 0, 1], [0, 1, 0, 0, 0, 0, 1, 0, 1], 9136217456.539732]
+--- Retained value to add in file: [3, 0, 0, 3, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 0, 0, 0, 3], [2, 1, 0, 0, 1, 0, 0, 0, 3], 9134367022.365446]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 0, 0, 1], [0, 1, 0, 1, 0, 1, 0, 0, 1], 9130738719.489498]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 2, 0, 0], [1, 0, 1, 0, 1, 1, 1, 0, 0], 9128265409.66697]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 2, 0, 0], [1, 0, 0, 1, 1, 1, 1, 0, 0], 9117728446.525593]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 1, 0, 1], [0, 0, 0, 0, 0, 1, 1, 0, 1], 9107902572.434538]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 2, 0, 0], [1, 0, 1, 1, 0, 0, 1, 0, 0], 9093700759.694653]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 1, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 1, 1, 0], [0, 1, 0, 0, 0, 0, 1, 1, 0], 9092169254.716621]
 --- Retained value to add in file: [0, 3, 3, 0, 0, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 3, 0, 0], [2, 0, 1, 1, 0, 2, 0, 1, 0, 0], 5741499058.018789]
---- Retained value to add in file: [0, 3, 3, 0, 3, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 3, 0, 0, 0], [2, 0, 1, 1, 0, 2, 1, 0, 0, 0], 5739098541.189587]
---- Retained value to add in file: [0, 3, 3, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 0, 0, 3], [2, 0, 1, 1, 0, 2, 0, 0, 0, 1], 5728039930.170576]
---- Retained value to add in file: [0, 0, 0, 0, 3, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 3, 0, 0], [0, 0, 0, 0, 0, 2, 1, 1, 0, 0], 5724071726.029486]
---- Retained value to add in file: [0, 0, 0, 2, 0, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 2, 0, 0], [1, 0, 0, 0, 1, 1, 0, 1, 0, 0], 5720932294.049635]
---- Retained value to add in file: [1, 1, 1, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 0, 0, 1], [0, 1, 1, 1, 0, 0, 0, 0, 0, 1], 5716339599.841647]
---- Retained value to add in file: [0, 0, 1, 1, 0, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 1, 0, 0], [0, 0, 0, 1, 1, 0, 0, 1, 0, 0], 5703963696.827642]
---- Retained value to add in file: [0, 0, 1, 1, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 0, 1, 0], [0, 0, 0, 1, 1, 0, 0, 0, 1, 0], 5671201184.346571]
---- Retained value to add in file: [0, 0, 0, 0, 1, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 0, 0, 3], [0, 0, 0, 0, 0, 2, 1, 0, 0, 1], 5665571289.556084]
---- Retained value to add in file: [0, 0, 0, 0, 2, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 0, 0, 3], [0, 0, 0, 0, 0, 2, 1, 0, 0, 1], 5665571289.556084]
---- Retained value to add in file: [0, 0, 0, 0, 3, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 0, 0, 3], [0, 0, 0, 0, 0, 2, 1, 0, 0, 1], 5665571289.556084]
---- Retained value to add in file: [0, 2, 2, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 0, 0, 1], [1, 0, 1, 1, 0, 0, 0, 0, 0, 1], 5658342434.543011]
---- Retained value to add in file: [0, 0, 0, 0, 1, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 0, 0, 2], [0, 0, 0, 0, 0, 1, 1, 0, 0, 1], 5656120262.195373]
---- Retained value to add in file: [0, 0, 0, 0, 2, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 0, 0, 2], [0, 0, 0, 0, 0, 1, 1, 0, 0, 1], 5656120262.195373]
+--- Raw result : [[0, 3, 3, 0, 0, 3, 0, 0], [2, 0, 1, 1, 0, 0, 1, 0, 0], 9088376051.522444]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 0, 0, 1], [0, 0, 1, 0, 0, 1, 0, 0, 1], 9085809604.826578]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 0, 0, 3], [2, 1, 0, 1, 0, 0, 0, 0, 3], 9084244211.064024]
+--- Retained value to add in file: [0, 2, 0, 0, 2, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 2, 0, 0, 1], [1, 0, 1, 0, 0, 1, 0, 0, 1], 9078013048.987041]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 0, 1, 0], [0, 0, 1, 0, 1, 1, 0, 1, 0], 9073427006.977764]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 3, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 3, 1, 0], [2, 0, 0, 0, 0, 0, 1, 1, 0], 9057726985.675716]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 0, 1, 0], [0, 1, 0, 0, 1, 1, 0, 1, 0], 9048010706.630825]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 1, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 1, 0, 0], [0, 0, 1, 1, 1, 1, 1, 0, 0], 9047438611.348167]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 0, 0, 1], [0, 0, 0, 1, 0, 1, 0, 0, 1], 9046219978.703627]
 --- Retained value to add in file: [0, 0, 0, 0, 3, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 0, 0, 2], [0, 0, 0, 0, 0, 1, 1, 0, 0, 1], 5656120262.195373]
---- Retained value to add in file: [3, 0, 3, 0, 3, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 3, 0, 0, 0], [2, 1, 0, 1, 0, 2, 1, 0, 0, 0], 5640120920.172476]
---- Retained value to add in file: [0, 3, 3, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 0, 0, 1], [2, 0, 1, 1, 0, 0, 0, 0, 0, 1], 5606599349.284761]
---- Retained value to add in file: [0, 0, 0, 0, 0, 0, 1, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 0, 1, 1], [0, 0, 0, 0, 0, 0, 0, 0, 1, 1], 5603338085.771954]
---- Retained value to add in file: [0, 0, 0, 0, 0, 0, 2, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 0, 2, 1], [0, 0, 0, 0, 0, 0, 0, 0, 1, 1], 5603338085.771954]
---- Retained value to add in file: [0, 0, 0, 0, 0, 0, 3, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 0, 3, 1], [0, 0, 0, 0, 0, 0, 0, 0, 1, 1], 5603338085.771954]
---- Retained value to add in file: [0, 0, 0, 3, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 0, 0, 1], [2, 0, 0, 0, 1, 0, 0, 0, 0, 1], 5602775025.789696]
---- Retained value to add in file: [0, 0, 0, 3, 3, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 3, 0, 0, 0], [2, 0, 0, 0, 1, 2, 1, 0, 0, 0], 5600578645.536104]
---- Retained value to add in file: [1, 0, 1, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 0, 0, 2], [0, 1, 0, 1, 0, 1, 0, 0, 0, 1], 5587886512.719408]
---- Retained value to add in file: [2, 0, 2, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 0, 3, 0], [1, 1, 0, 1, 0, 2, 0, 0, 1, 0], 5584362378.074468]
---- Retained value to add in file: [0, 0, 0, 1, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 0, 0, 3], [0, 0, 0, 0, 1, 2, 0, 0, 0, 1], 5583078673.885066]
---- Retained value to add in file: [1, 1, 1, 0, 0, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 1, 0, 0], [0, 1, 1, 1, 0, 0, 0, 1, 0, 0], 5581577131.885916]
---- Retained value to add in file: [0, 0, 0, 2, 2, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 2, 0, 0, 0], [1, 0, 0, 0, 1, 1, 1, 0, 0, 0], 5575404734.336054]
---- Retained value to add in file: [2, 2, 0, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 0, 0, 2], [1, 1, 1, 0, 0, 1, 0, 0, 0, 1], 5565974572.206097]
---- Retained value to add in file: [0, 0, 0, 0, 2, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 2, 0, 0], [0, 0, 0, 0, 0, 1, 1, 1, 0, 0], 5562058878.163379]
---- Retained value to add in file: [0, 2, 2, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 0, 3, 0], [1, 0, 1, 1, 0, 2, 0, 0, 1, 0], 5559434833.617595]
---- Retained value to add in file: [3, 3, 0, 3, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 3, 0, 0, 0, 0], [2, 1, 1, 0, 1, 0, 0, 0, 0, 0], 5555412560.982109]
---- Retained value to add in file: [0, 3, 0, 0, 0, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 3, 1, 0], [2, 0, 1, 0, 0, 0, 0, 1, 1, 0], 5548387232.675714]
---- Retained value to add in file: [1, 1, 0, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 0, 0, 3], [0, 1, 1, 0, 0, 2, 0, 0, 0, 1], 5540423025.633522]
---- Retained value to add in file: [0, 0, 0, 2, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 0, 0, 1], [1, 0, 0, 0, 1, 0, 0, 0, 0, 1], 5533078786.078824]
---- Retained value to add in file: [2, 0, 2, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 0, 2, 0], [1, 1, 0, 1, 0, 1, 0, 0, 1, 0], 5532560794.4760895]
---- Retained value to add in file: [0, 0, 0, 0, 1, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 0, 1, 0, 0, 1], 5522059475.197899]
---- Retained value to add in file: [0, 0, 0, 0, 2, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 0, 0, 1], [0, 0, 0, 0, 0, 0, 1, 0, 0, 1], 5522059475.197899]
---- Retained value to add in file: [0, 0, 0, 0, 3, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 0, 0, 1], [0, 0, 0, 0, 0, 0, 1, 0, 0, 1], 5522059475.197899]
---- Retained value to add in file: [0, 0, 0, 2, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 0, 3, 0], [1, 0, 0, 0, 1, 2, 0, 0, 1, 0], 5519288777.505537]
---- Retained value to add in file: [0, 1, 1, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 0, 0, 2], [0, 0, 1, 1, 0, 1, 0, 0, 0, 1], 5516479267.856556]
---- Retained value to add in file: [1, 0, 0, 1, 0, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 1, 0, 0], [0, 1, 0, 0, 1, 0, 0, 1, 0, 0], 5515696483.248247]
---- Retained value to add in file: [0, 0, 0, 0, 0, 1, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 1, 0, 1], [0, 0, 0, 0, 0, 0, 0, 1, 0, 1], 5514816781.03121]
---- Retained value to add in file: [0, 0, 0, 0, 0, 2, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 2, 0, 1], [0, 0, 0, 0, 0, 0, 0, 1, 0, 1], 5514816781.03121]
+--- Raw result : [[0, 0, 0, 0, 3, 0, 0, 2], [2, 0, 0, 0, 0, 1, 0, 0, 2], 9046078025.532566]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 2, 0, 0], [1, 1, 0, 1, 0, 1, 1, 0, 0], 9036454162.48447]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 0, 0, 1], [0, 1, 0, 0, 1, 1, 0, 0, 1], 9034404139.94273]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 0, 1, 0], [2, 1, 0, 0, 0, 1, 0, 1, 0], 9025173957.986076]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 0, 0, 0, 0], [1, 1, 1, 1, 0, 0, 0, 0, 0], 9015647494.798885]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 0, 0, 1], [1, 0, 1, 0, 0, 0, 0, 0, 1], 9011956602.655863]
+--- Retained value to add in file: [2, 0, 0, 0, 2, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 2, 0, 1, 0], [1, 1, 0, 0, 0, 1, 0, 1, 0], 9011449805.38934]
+--- Retained value to add in file: [0, 0, 3, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 0, 0, 0, 2], [2, 0, 0, 1, 0, 0, 0, 0, 2], 9007862696.981327]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 0, 0, 1], [1, 1, 0, 0, 1, 0, 0, 0, 1], 8994846537.147305]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 0, 0, 1], [1, 0, 0, 1, 1, 0, 0, 0, 1], 8994191614.126522]
+--- Retained value to add in file: [0, 2, 0, 0, 2, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 2, 0, 1, 0], [1, 0, 1, 0, 0, 1, 0, 1, 0], 8985953199.799206]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 0, 0, 3], [2, 0, 0, 1, 1, 0, 0, 0, 3], 8978881460.873518]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 0, 1, 0], [2, 1, 0, 0, 1, 1, 0, 1, 0], 8965370320.310177]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 3, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 3, 0, 0], [2, 0, 0, 1, 1, 1, 1, 0, 0], 8947291954.097256]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 0, 0, 3], [1, 1, 0, 0, 0, 0, 0, 0, 3], 8939391732.057234]
+--- Retained value to add in file: [3, 0, 0, 3, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 0, 0, 0, 1], [2, 1, 0, 0, 1, 0, 0, 0, 1], 8922493933.79814]
+--- Retained value to add in file: [2, 2, 2, 2, 2, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 2, 2, 0, 0, 0], [1, 1, 1, 1, 1, 1, 0, 0, 0], 8919568577.899899]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 0, 0, 1], [0, 0, 1, 0, 0, 0, 0, 0, 1], 8918550372.186409]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 3, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 3, 0, 0], [2, 0, 1, 0, 1, 1, 1, 0, 0], 8916867981.162457]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 0, 1, 0], [1, 1, 0, 0, 0, 0, 0, 1, 0], 8914126117.011833]
+--- Retained value to add in file: [3, 0, 0, 3, 0, 3, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 0, 3, 0, 0], [2, 1, 0, 0, 1, 0, 1, 0, 0], 8872078414.916527]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 0, 0, 3], [2, 0, 1, 0, 0, 0, 0, 0, 3], 8865216773.112944]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 0, 0, 1], [2, 1, 0, 0, 0, 0, 0, 0, 1], 8858287515.747692]
 --- Retained value to add in file: [0, 0, 0, 0, 0, 3, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 3, 0, 1], [0, 0, 0, 0, 0, 0, 0, 1, 0, 1], 5514816781.03121]
---- Retained value to add in file: [1, 0, 0, 1, 1, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 1, 0, 0, 0], [0, 1, 0, 0, 1, 0, 1, 0, 0, 0], 5508673792.799761]
---- Retained value to add in file: [1, 1, 1, 1, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 1, 0, 0, 0, 0], [0, 1, 1, 1, 1, 0, 0, 0, 0, 0], 5507329726.6361475]
---- Retained value to add in file: [1, 1, 1, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 0, 1, 0], [0, 1, 1, 1, 0, 0, 0, 0, 1, 0], 5495503417.013077]
---- Retained value to add in file: [0, 1, 0, 1, 0, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 1, 0, 0], [0, 0, 1, 0, 1, 0, 0, 1, 0, 0], 5491224833.8500805]
---- Retained value to add in file: [2, 2, 0, 0, 0, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 2, 0, 0], [1, 1, 1, 0, 0, 1, 0, 1, 0, 0], 5490743932.091949]
---- Retained value to add in file: [3, 3, 0, 0, 0, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 3, 0, 0], [2, 1, 1, 0, 0, 2, 0, 1, 0, 0], 5482926191.197118]
---- Retained value to add in file: [0, 0, 0, 0, 1, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 0, 2, 0], [0, 0, 0, 0, 0, 1, 1, 0, 1, 0], 5475478083.884603]
---- Retained value to add in file: [0, 0, 0, 0, 2, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 0, 2, 0], [0, 0, 0, 0, 0, 1, 1, 0, 1, 0], 5475478083.884603]
---- Retained value to add in file: [0, 0, 0, 0, 3, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 0, 2, 0], [0, 0, 0, 0, 0, 1, 1, 0, 1, 0], 5475478083.884603]
+--- Raw result : [[0, 0, 0, 0, 0, 3, 0, 1], [2, 0, 0, 0, 0, 0, 1, 0, 1], 8841528375.6385]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 0, 1, 0], [1, 0, 0, 1, 1, 0, 0, 1, 0], 8835599133.843426]
+--- Retained value to add in file: [0, 3, 0, 3, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 0, 0, 1, 0], [2, 0, 1, 0, 1, 0, 0, 1, 0], 8815372727.692793]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 0, 0, 3], [0, 1, 0, 1, 0, 0, 0, 0, 3], 8806800979.764814]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 0, 0, 3], [2, 1, 0, 0, 0, 0, 0, 0, 3], 8804135090.64172]
+--- Retained value to add in file: [3, 3, 3, 3, 3, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 3, 3, 0, 0, 0], [2, 1, 1, 1, 1, 1, 0, 0, 0], 8791371959.570274]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 1, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 1, 1, 0], [0, 0, 0, 1, 0, 0, 1, 1, 0], 8777674449.230003]
+--- Retained value to add in file: [0, 3, 0, 3, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 0, 0, 0, 1], [2, 0, 1, 0, 1, 0, 0, 0, 1], 8775849279.891214]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 0, 0, 3], [1, 0, 0, 1, 0, 0, 0, 0, 3], 8768892164.265898]
 --- Retained value to add in file: [0, 1, 0, 1, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 0, 1, 0], [0, 0, 1, 0, 1, 0, 0, 0, 1, 0], 5465046111.650616]
---- Retained value to add in file: [0, 0, 0, 0, 1, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 0, 3, 0], [0, 0, 0, 0, 0, 2, 1, 0, 1, 0], 5461260411.203272]
---- Retained value to add in file: [0, 0, 0, 0, 2, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 0, 3, 0], [0, 0, 0, 0, 0, 2, 1, 0, 1, 0], 5461260411.203272]
---- Retained value to add in file: [0, 0, 0, 0, 3, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 0, 3, 0], [0, 0, 0, 0, 0, 2, 1, 0, 1, 0], 5461260411.203272]
---- Retained value to add in file: [0, 2, 2, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 0, 2, 0], [1, 0, 1, 1, 0, 1, 0, 0, 1, 0], 5454754774.733065]
---- Retained value to add in file: [3, 3, 0, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 0, 0, 3], [2, 1, 1, 0, 0, 2, 0, 0, 0, 1], 5444748733.6810875]
---- Retained value to add in file: [0, 1, 1, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 0, 3, 0], [0, 0, 1, 1, 0, 2, 0, 0, 1, 0], 5430975204.480896]
+--- Raw result : [[0, 1, 0, 1, 0, 0, 1, 0], [0, 0, 1, 0, 1, 0, 0, 1, 0], 8766164558.018064]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 0, 1, 0], [0, 0, 0, 1, 1, 0, 0, 1, 0], 8747626029.218636]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 0, 0, 3], [1, 1, 0, 1, 0, 0, 0, 0, 3], 8741080141.909119]
+--- Retained value to add in file: [3, 3, 0, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 0, 0, 0, 0, 0], [2, 1, 1, 0, 0, 0, 0, 0, 0], 8713355182.71394]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 0, 1, 0], [2, 0, 0, 1, 1, 1, 0, 1, 0], 8708104612.76318]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 0, 1, 0], [1, 0, 1, 0, 0, 0, 0, 1, 0], 8694869986.339338]
+--- Retained value to add in file: [0, 0, 2, 0, 2, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 2, 0, 0, 1], [1, 0, 0, 1, 0, 1, 0, 0, 1], 8692427616.660961]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 1, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 1, 1, 0], [0, 0, 0, 0, 1, 0, 1, 1, 0], 8685075215.784447]
+--- Retained value to add in file: [2, 0, 0, 0, 2, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 2, 0, 0, 1], [1, 1, 0, 0, 0, 1, 0, 0, 1], 8677015288.628384]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 2, 0, 0], [1, 1, 0, 0, 1, 1, 1, 0, 0], 8670788270.873035]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 0, 0, 1], [2, 0, 0, 1, 1, 1, 0, 0, 1], 8666669442.376415]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 0, 0, 1], [1, 1, 0, 0, 0, 0, 0, 0, 1], 8659531811.961714]
 --- Retained value to add in file: [1, 0, 0, 1, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 0, 1, 0], [0, 1, 0, 0, 1, 0, 0, 0, 1, 0], 5427878977.793137]
+--- Raw result : [[1, 0, 0, 1, 0, 0, 1, 0], [0, 1, 0, 0, 1, 0, 0, 1, 0], 8643205976.588203]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 0, 0, 1], [2, 1, 0, 0, 1, 1, 0, 0, 1], 8632406470.322323]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 0, 1, 0], [0, 1, 0, 1, 0, 0, 0, 1, 0], 8629489278.881432]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 0, 0, 0, 1], [0, 1, 0, 0, 1, 0, 0, 0, 1], 8625991057.01666]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 0, 1, 0], [0, 0, 1, 0, 0, 1, 0, 1, 0], 8612121438.955763]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 0, 1, 0], [2, 0, 1, 0, 1, 1, 0, 1, 0], 8608737610.156643]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 1, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 1, 1, 0], [0, 0, 0, 0, 0, 1, 1, 1, 0], 8607395908.878792]
+--- Retained value to add in file: [3, 3, 3, 0, 3, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 3, 0, 3, 0, 0, 0], [2, 1, 1, 1, 0, 1, 0, 0, 0], 8606351360.370434]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 1, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 1, 0, 1], [0, 0, 0, 0, 0, 0, 1, 0, 1], 8601871968.481747]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 0, 1, 0], [0, 1, 0, 0, 0, 1, 0, 1, 0], 8601360282.369148]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 0, 0, 2], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 0, 0, 2], [2, 0, 0, 0, 1, 0, 0, 0, 2], 8593868112.998463]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 0, 0, 1], [0, 0, 0, 0, 1, 1, 0, 0, 1], 8592406273.619825]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 0, 0, 1], [0, 1, 0, 0, 0, 1, 0, 0, 1], 8559678931.671048]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 3, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 3, 0, 0], [2, 1, 0, 0, 0, 1, 1, 0, 0], 8557468710.096871]
+--- Retained value to add in file: [0, 3, 0, 3, 0, 3, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 0, 3, 0, 0], [2, 0, 1, 0, 1, 0, 1, 0, 0], 8537320763.317624]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 0, 0, 1], [0, 1, 0, 1, 0, 0, 0, 0, 1], 8524967312.584821]
+--- Retained value to add in file: [0, 2, 0, 2, 0, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 0, 2, 0, 0], [1, 0, 1, 0, 1, 0, 1, 0, 0], 8514007050.149259]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 0, 1, 0], [2, 0, 1, 0, 0, 0, 0, 1, 0], 8500646639.631832]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 0, 0, 0, 0], [2, 1, 1, 0, 1, 0, 0, 0, 0], 8497507516.290143]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 0, 0, 1], [2, 0, 1, 0, 0, 0, 0, 0, 1], 8482086879.305198]
+--- Retained value to add in file: [0, 0, 2, 0, 2, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 2, 0, 1, 0], [1, 0, 0, 1, 0, 1, 0, 1, 0], 8471875940.912318]
+--- Retained value to add in file: [0, 3, 0, 0, 3, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 3, 0, 1, 0], [2, 0, 1, 0, 0, 1, 0, 1, 0], 8464373003.502423]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 0, 0, 3], [2, 0, 0, 0, 1, 0, 0, 0, 3], 8461117313.022953]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 2, 0, 2, 0, 0, 0], [1, 1, 1, 1, 0, 1, 0, 0, 0], 8457137849.087747]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 0, 0, 1], [2, 1, 0, 0, 0, 1, 0, 0, 1], 8451840633.96864]
+--- Retained value to add in file: [0, 0, 3, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 0, 0, 0, 3], [2, 0, 0, 1, 0, 0, 0, 0, 3], 8442071576.909542]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 1, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 1, 0, 0], [0, 1, 1, 1, 0, 0, 1, 0, 0], 8440485170.573651]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 0, 1, 0], [0, 0, 0, 1, 0, 1, 0, 1, 0], 8436427706.6608515]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 0, 0, 1], [2, 0, 1, 0, 1, 1, 0, 0, 1], 8405757706.616634]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 0, 0, 1], [0, 1, 0, 0, 0, 0, 0, 0, 1], 8374077997.244213]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 0, 1, 0], [0, 1, 0, 0, 0, 0, 0, 1, 0], 8361916541.548306]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 0, 1, 0], [2, 0, 0, 1, 1, 0, 0, 1, 0], 8359577035.445199]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 3, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 3, 0, 0], [2, 1, 0, 0, 0, 0, 1, 0, 0], 8350947828.96362]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 0, 0, 1], [2, 0, 0, 1, 1, 0, 0, 0, 1], 8306949312.7888155]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 0, 0, 1], [0, 0, 0, 1, 0, 0, 0, 0, 1], 8299697511.629543]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 0, 1, 0], [0, 0, 1, 0, 0, 0, 0, 1, 0], 8264314752.567471]
+--- Retained value to add in file: [0, 3, 0, 0, 3, 3, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 3, 3, 0, 0], [2, 0, 1, 0, 0, 1, 1, 0, 0], 8215385723.31384]
+--- Retained value to add in file: [0, 2, 0, 0, 2, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 2, 2, 0, 0], [1, 0, 1, 0, 0, 1, 1, 0, 0], 8208091495.388608]
+--- Retained value to add in file: [0, 3, 0, 0, 3, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 3, 0, 0, 1], [2, 0, 1, 0, 0, 1, 0, 0, 1], 8194622290.094065]
+--- Retained value to add in file: [0, 1, 1, 1, 0, 1, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 0, 1, 0, 0], [0, 0, 1, 1, 1, 0, 1, 0, 0], 8186289137.353467]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 2, 0, 0], [1, 1, 0, 1, 0, 0, 1, 0, 0], 8158667366.658549]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 0, 0, 1], [0, 0, 0, 0, 0, 1, 0, 0, 1], 8134770356.595577]
+--- Retained value to add in file: [0, 0, 0, 2, 2, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 2, 0, 0, 1], [1, 0, 0, 0, 1, 1, 0, 0, 1], 8098880294.766416]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 1, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 1, 0, 0], [0, 1, 1, 0, 1, 1, 1, 0, 0], 8070496331.338693]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 0, 0, 1], [0, 0, 0, 0, 1, 0, 0, 0, 1], 8065424912.883923]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 2, 0, 0], [1, 1, 0, 0, 1, 0, 1, 0, 0], 8055135366.529674]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 0, 1, 0], [0, 0, 0, 0, 1, 1, 0, 1, 0], 8037466670.852288]
 --- Retained value to add in file: [0, 0, 0, 0, 0, 1, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0, 0, 1, 1, 0], 5418808585.619041]
---- Retained value to add in file: [0, 0, 0, 0, 0, 2, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 2, 1, 0], [0, 0, 0, 0, 0, 0, 0, 1, 1, 0], 5418808585.619041]
---- Retained value to add in file: [0, 0, 0, 0, 0, 3, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 3, 1, 0], [0, 0, 0, 0, 0, 0, 0, 1, 1, 0], 5418808585.619041]
+--- Raw result : [[0, 0, 0, 0, 0, 1, 1, 0], [0, 0, 0, 0, 0, 0, 1, 1, 0], 8034369283.198712]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 0, 1, 0], [2, 0, 0, 1, 0, 1, 0, 1, 0], 8002184452.693154]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 1, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 1, 0, 0], [0, 0, 1, 1, 0, 1, 1, 0, 0], 7976463832.387631]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 0, 0, 1], [1, 0, 0, 1, 0, 0, 0, 0, 1], 7966347740.023526]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 3, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 3, 0, 0], [2, 0, 0, 1, 1, 0, 1, 0, 0], 7950248198.667535]
+--- Retained value to add in file: [2, 2, 0, 2, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 0, 0, 0, 0], [1, 1, 1, 0, 1, 0, 0, 0, 0], 7923329019.027112]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 0, 0, 0, 0], [1, 1, 1, 0, 0, 0, 0, 0, 0], 7909420568.186078]
+--- Retained value to add in file: [0, 0, 0, 2, 2, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 2, 0, 1, 0], [1, 0, 0, 0, 1, 1, 0, 1, 0], 7906097678.7648115]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 2, 0, 0], [1, 0, 0, 1, 1, 0, 1, 0, 0], 7896583421.23939]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 0, 0, 1], [2, 0, 0, 1, 0, 1, 0, 0, 1], 7871952857.369016]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 1, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 1, 0, 0], [0, 1, 0, 1, 1, 1, 1, 0, 0], 7823798352.339512]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 1], 7779947635.552301]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 0, 1, 0], [0, 0, 0, 1, 0, 0, 0, 1, 0], 7777002538.227796]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 0, 1, 0], [1, 0, 0, 1, 0, 0, 0, 1, 0], 7763980822.87626]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 3, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 3, 0, 0], [2, 0, 1, 0, 0, 0, 1, 0, 0], 7741908393.564617]
+--- Retained value to add in file: [2, 0, 0, 0, 2, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 2, 2, 0, 0], [1, 1, 0, 0, 0, 1, 1, 0, 0], 7739518112.912303]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 1, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 1, 0, 0], [0, 1, 1, 0, 1, 0, 1, 0, 0], 7699609679.39494]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 0, 0, 0, 0], [0, 1, 1, 1, 1, 0, 0, 0, 0], 7626818286.043317]
+--- Retained value to add in file: [1, 1, 0, 0, 1, 1, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 1, 1, 0, 0], [0, 1, 1, 0, 0, 1, 1, 0, 0], 7607994177.9689]
+--- Retained value to add in file: [1, 1, 1, 1, 1, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 1, 1, 0, 0, 0], [0, 1, 1, 1, 1, 1, 0, 0, 0], 7600847655.4421625]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 0, 1, 0], [0, 0, 0, 0, 1, 0, 0, 1, 0], 7597687113.711637]
+--- Retained value to add in file: [0, 0, 3, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 0, 0, 1, 0], [2, 0, 0, 1, 0, 0, 0, 1, 0], 7584310238.158902]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 0, 0, 1], [1, 0, 0, 0, 1, 0, 0, 0, 1], 7567227931.052579]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 3, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 3, 0, 0], [2, 0, 0, 1, 0, 1, 1, 0, 0], 7563881371.028863]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 2, 0, 0], [1, 0, 1, 0, 0, 0, 1, 0, 0], 7555791825.789243]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 0, 0, 1], [1, 0, 0, 0, 0, 1, 0, 0, 1], 7542366509.833722]
 --- Retained value to add in file: [0, 0, 0, 0, 1, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 0, 1, 0], [0, 0, 0, 0, 0, 0, 1, 0, 1, 0], 5415512216.728413]
+--- Raw result : [[0, 0, 0, 0, 1, 0, 1, 0], [0, 0, 0, 0, 0, 1, 0, 1, 0], 7514603701.840192]
+--- Retained value to add in file: [0, 0, 3, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 0, 0, 0, 1], [2, 0, 0, 1, 0, 0, 0, 0, 1], 7511645924.011333]
+--- Retained value to add in file: [0, 0, 2, 0, 2, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 2, 2, 0, 0], [1, 0, 0, 1, 0, 1, 1, 0, 0], 7466637487.261638]
+--- Retained value to add in file: [0, 2, 2, 2, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 0, 0, 0, 0], [1, 0, 1, 1, 1, 0, 0, 0, 0], 7443990906.474011]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 0, 1, 0], [1, 0, 0, 0, 1, 0, 0, 1, 0], 7407609856.998483]
 --- Retained value to add in file: [0, 0, 0, 0, 2, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 0, 1, 0], [0, 0, 0, 0, 0, 0, 1, 0, 1, 0], 5415512216.728413]
---- Retained value to add in file: [0, 0, 0, 0, 3, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 0, 1, 0], [0, 0, 0, 0, 0, 0, 1, 0, 1, 0], 5415512216.728413]
---- Retained value to add in file: [1, 0, 1, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 0, 3, 0], [0, 1, 0, 1, 0, 2, 0, 0, 1, 0], 5373624906.357267]
---- Retained value to add in file: [3, 3, 0, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 0, 0, 2], [2, 1, 1, 0, 0, 1, 0, 0, 0, 1], 5367205091.722618]
---- Retained value to add in file: [2, 0, 2, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 0, 1, 0], [1, 1, 0, 1, 0, 0, 0, 0, 1, 0], 5361822391.096055]
---- Retained value to add in file: [0, 1, 1, 0, 1, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 1, 0, 0, 0], [0, 0, 1, 1, 0, 0, 1, 0, 0, 0], 5354478848.736719]
---- Retained value to add in file: [2, 2, 0, 0, 2, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 2, 0, 0, 0], [1, 1, 1, 0, 0, 1, 1, 0, 0, 0], 5339601274.266321]
---- Retained value to add in file: [3, 0, 3, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 0, 2, 0], [2, 1, 0, 1, 0, 1, 0, 0, 1, 0], 5338511994.920916]
---- Retained value to add in file: [0, 0, 0, 0, 1, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0, 1, 1, 0, 0], 5327289763.742409]
---- Retained value to add in file: [0, 0, 0, 2, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 0, 2, 0], [1, 0, 0, 0, 1, 1, 0, 0, 1, 0], 5308936082.259714]
---- Retained value to add in file: [0, 0, 0, 3, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 0, 3, 0], [2, 0, 0, 0, 1, 2, 0, 0, 1, 0], 5300196609.823496]
---- Retained value to add in file: [3, 0, 3, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 0, 1, 0], [2, 1, 0, 1, 0, 0, 0, 0, 1, 0], 5293243265.395668]
---- Retained value to add in file: [0, 0, 0, 1, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 0, 0, 2], [0, 0, 0, 0, 1, 1, 0, 0, 0, 1], 5267362384.6158905]
---- Retained value to add in file: [2, 2, 0, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 0, 3, 0], [1, 1, 1, 0, 0, 2, 0, 0, 1, 0], 5256828139.133164]
---- Retained value to add in file: [3, 0, 3, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 0, 3, 0], [2, 1, 0, 1, 0, 2, 0, 0, 1, 0], 5252494626.460327]
---- Retained value to add in file: [0, 2, 2, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 0, 1, 0], [1, 0, 1, 1, 0, 0, 0, 0, 1, 0], 5244140200.741672]
---- Retained value to add in file: [0, 1, 1, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 0, 2, 0], [0, 0, 1, 1, 0, 1, 0, 0, 1, 0], 5237139860.162576]
---- Retained value to add in file: [1, 0, 1, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 0, 2, 0], [0, 1, 0, 1, 0, 1, 0, 0, 1, 0], 5214780754.555785]
---- Retained value to add in file: [1, 0, 1, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 0, 0, 1], [0, 1, 0, 1, 0, 0, 0, 0, 0, 1], 5213770779.93367]
---- Retained value to add in file: [1, 1, 0, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 0, 0, 2], [0, 1, 1, 0, 0, 1, 0, 0, 0, 1], 5204448253.61836]
---- Retained value to add in file: [0, 0, 0, 3, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 0, 2, 0], [2, 0, 0, 0, 1, 1, 0, 0, 1, 0], 5202375731.644973]
+--- Raw result : [[0, 0, 0, 0, 2, 0, 1, 0], [1, 0, 0, 0, 0, 1, 0, 1, 0], 7393963946.082543]
+--- Retained value to add in file: [0, 2, 2, 2, 2, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 2, 2, 0, 0, 0], [1, 0, 1, 1, 1, 1, 0, 0, 0], 7376767092.776544]
+--- Retained value to add in file: [1, 1, 0, 0, 0, 1, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 0, 1, 0, 0], [0, 1, 1, 0, 0, 0, 1, 0, 0], 7329353241.114362]
+--- Retained value to add in file: [0, 3, 3, 3, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 0, 0, 0, 0], [2, 0, 1, 1, 1, 0, 0, 0, 0], 7321735157.92143]
+--- Retained value to add in file: [1, 1, 1, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 0, 0, 0, 0], [0, 1, 1, 1, 0, 0, 0, 0, 0], 7302172439.34039]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 2, 0, 0], [1, 1, 0, 0, 0, 0, 1, 0, 0], 7283820328.366265]
 --- Retained value to add in file: [3, 3, 0, 0, 3, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 3, 0, 0, 0], [2, 1, 1, 0, 0, 2, 1, 0, 0, 0], 5181672997.932176]
---- Retained value to add in file: [1, 1, 0, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 0, 3, 0], [0, 1, 1, 0, 0, 2, 0, 0, 1, 0], 5177990619.763319]
---- Retained value to add in file: [2, 2, 0, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 0, 0, 1], [1, 1, 1, 0, 0, 0, 0, 0, 0, 1], 5174633468.632663]
---- Retained value to add in file: [2, 2, 0, 2, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 2, 0, 0, 0, 0], [1, 1, 1, 0, 1, 0, 0, 0, 0, 0], 5143107422.199254]
---- Retained value to add in file: [0, 0, 2, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 0, 0, 3], [1, 0, 0, 1, 0, 2, 0, 0, 0, 1], 5129765996.377234]
---- Retained value to add in file: [0, 1, 1, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 0, 0, 1], [0, 0, 1, 1, 0, 0, 0, 0, 0, 1], 5125081679.985342]
---- Retained value to add in file: [0, 0, 3, 3, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 3, 0, 0, 0, 0], [2, 0, 0, 1, 1, 0, 0, 0, 0, 0], 5121944470.069284]
---- Retained value to add in file: [3, 3, 0, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 0, 0, 1], [2, 1, 1, 0, 0, 0, 0, 0, 0, 1], 5116528684.413771]
---- Retained value to add in file: [1, 0, 1, 0, 1, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 1, 0, 0, 0], [0, 1, 0, 1, 0, 0, 1, 0, 0, 0], 5111313869.598518]
---- Retained value to add in file: [0, 3, 3, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 0, 2, 0], [2, 0, 1, 1, 0, 1, 0, 0, 1, 0], 5107621333.34507]
---- Retained value to add in file: [0, 3, 3, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 0, 3, 0], [2, 0, 1, 1, 0, 2, 0, 0, 1, 0], 5091874932.582155]
---- Retained value to add in file: [0, 0, 0, 1, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 0, 3, 0], [0, 0, 0, 0, 1, 2, 0, 0, 1, 0], 5089247282.280327]
---- Retained value to add in file: [2, 0, 0, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 0, 0, 3], [1, 1, 0, 0, 0, 2, 0, 0, 0, 1], 5077456231.768499]
---- Retained value to add in file: [1, 0, 1, 0, 0, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 1, 0, 0], [0, 1, 0, 1, 0, 0, 0, 1, 0, 0], 5048249803.232128]
---- Retained value to add in file: [2, 2, 0, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 0, 2, 0], [1, 1, 1, 0, 0, 1, 0, 0, 1, 0], 5036121528.194305]
---- Retained value to add in file: [0, 3, 3, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 0, 1, 0], [2, 0, 1, 1, 0, 0, 0, 0, 1, 0], 5016947152.215313]
---- Retained value to add in file: [0, 0, 0, 2, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 0, 1, 0], [1, 0, 0, 0, 1, 0, 0, 0, 1, 0], 5009479725.9644165]
---- Retained value to add in file: [0, 0, 2, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 0, 0, 2], [1, 0, 0, 1, 0, 1, 0, 0, 0, 1], 5002026161.680392]
---- Retained value to add in file: [0, 0, 0, 3, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 0, 1, 0], [2, 0, 0, 0, 1, 0, 0, 0, 1, 0], 4992599419.259741]
+--- Raw result : [[3, 3, 0, 0, 3, 0, 0, 0], [2, 1, 1, 0, 0, 1, 0, 0, 0], 7245390733.647046]
+--- Retained value to add in file: [1, 1, 1, 0, 1, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 1, 0, 1, 0, 0, 0], [0, 1, 1, 1, 0, 1, 0, 0, 0], 7233677640.325269]
+--- Retained value to add in file: [3, 0, 3, 3, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 0, 0, 0, 0], [2, 1, 0, 1, 1, 0, 0, 0, 0], 7207058581.494882]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 0, 1, 0], [0, 0, 0, 0, 0, 0, 0, 1, 0], 7168313945.703122]
 --- Retained value to add in file: [0, 1, 1, 0, 0, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 1, 0, 0], [0, 0, 1, 1, 0, 0, 0, 1, 0, 0], 4975400370.114393]
---- Retained value to add in file: [1, 0, 1, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 0, 1, 0], [0, 1, 0, 1, 0, 0, 0, 0, 1, 0], 4961221281.278414]
---- Retained value to add in file: [0, 1, 1, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 0, 1, 0], [0, 0, 1, 1, 0, 0, 0, 0, 1, 0], 4953767397.713619]
---- Retained value to add in file: [0, 2, 0, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 0, 0, 3], [1, 0, 1, 0, 0, 2, 0, 0, 0, 1], 4934426170.176828]
---- Retained value to add in file: [0, 0, 1, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 0, 0, 3], [0, 0, 0, 1, 0, 2, 0, 0, 0, 1], 4930856623.146741]
---- Retained value to add in file: [1, 0, 0, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 0, 0, 3], [0, 1, 0, 0, 0, 2, 0, 0, 0, 1], 4917641998.296452]
---- Retained value to add in file: [0, 0, 2, 0, 0, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 2, 0, 0], [1, 0, 0, 1, 0, 1, 0, 1, 0, 0], 4890827958.14579]
---- Retained value to add in file: [1, 1, 0, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 0, 2, 0], [0, 1, 1, 0, 0, 1, 0, 0, 1, 0], 4886936477.889761]
---- Retained value to add in file: [0, 1, 1, 1, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 1, 0, 0, 0, 0], [0, 0, 1, 1, 1, 0, 0, 0, 0, 0], 4866232857.698967]
---- Retained value to add in file: [0, 0, 2, 0, 2, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 2, 0, 0, 0], [1, 0, 0, 1, 0, 1, 1, 0, 0, 0], 4862158530.524132]
---- Retained value to add in file: [2, 0, 0, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 0, 0, 2], [1, 1, 0, 0, 0, 1, 0, 0, 0, 1], 4861049874.843454]
---- Retained value to add in file: [0, 0, 0, 1, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 0, 0, 1], [0, 0, 0, 0, 1, 0, 0, 0, 0, 1], 4829687411.455308]
---- Retained value to add in file: [0, 1, 0, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 0, 0, 3], [0, 0, 1, 0, 0, 2, 0, 0, 0, 1], 4821443820.509195]
---- Retained value to add in file: [3, 3, 0, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 0, 3, 0], [2, 1, 1, 0, 0, 2, 0, 0, 1, 0], 4806773127.9525175]
---- Retained value to add in file: [0, 0, 0, 1, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 0, 2, 0], [0, 0, 0, 0, 1, 1, 0, 0, 1, 0], 4801399596.65908]
+--- Raw result : [[0, 1, 1, 0, 0, 1, 0, 0], [0, 0, 1, 1, 0, 0, 1, 0, 0], 7088112534.685285]
+--- Retained value to add in file: [2, 2, 0, 2, 2, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 2, 2, 0, 0, 0], [1, 1, 1, 0, 1, 1, 0, 0, 0], 7075882987.99064]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 0, 1, 0], [2, 0, 0, 0, 1, 1, 0, 1, 0], 7072426291.073327]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 1, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 1, 0, 0], [0, 0, 0, 1, 1, 1, 1, 0, 0], 7053030789.251445]
+--- Retained value to add in file: [3, 3, 0, 3, 3, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 3, 0, 3, 3, 0, 0, 0], [2, 1, 1, 0, 1, 1, 0, 0, 0], 7014782381.126172]
+--- Retained value to add in file: [2, 2, 0, 0, 2, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 2, 0, 0, 2, 0, 0, 0], [1, 1, 1, 0, 0, 1, 0, 0, 0], 7014709996.945981]
+--- Retained value to add in file: [0, 0, 0, 0, 3, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 3, 0, 1, 0], [2, 0, 0, 0, 0, 1, 0, 1, 0], 6920430021.220792]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 0, 0, 1], [2, 0, 0, 0, 1, 1, 0, 0, 1], 6892828950.602338]
+--- Retained value to add in file: [0, 0, 0, 2, 2, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 2, 2, 0, 0], [1, 0, 0, 0, 1, 1, 1, 0, 0], 6847741757.096583]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 3, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 3, 0, 0], [2, 0, 0, 0, 1, 1, 1, 0, 0], 6838195965.168649]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 0, 1, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 0, 1, 0], [2, 0, 0, 0, 1, 0, 0, 1, 0], 6833988178.916104]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 1, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 1, 0, 0], [0, 1, 0, 1, 1, 0, 1, 0, 0], 6819113127.530391]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 1, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 1, 0, 0], [0, 0, 1, 0, 1, 1, 1, 0, 0], 6766420307.317594]
+--- Retained value to add in file: [0, 3, 3, 3, 3, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 3, 3, 0, 0, 0], [2, 0, 1, 1, 1, 1, 0, 0, 0], 6689879226.639798]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 0, 0, 1], [2, 0, 0, 0, 1, 0, 0, 0, 1], 6681432993.680737]
+--- Retained value to add in file: [3, 0, 3, 3, 3, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 3, 3, 0, 0, 0], [2, 1, 0, 1, 1, 1, 0, 0, 0], 6661539342.208751]
+--- Retained value to add in file: [0, 1, 1, 1, 1, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 1, 0, 0, 0], [0, 0, 1, 1, 1, 1, 0, 0, 0], 6640990912.989041]
+--- Retained value to add in file: [0, 0, 0, 0, 3, 0, 0, 1], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 3, 0, 0, 1], [2, 0, 0, 0, 0, 1, 0, 0, 1], 6616792600.330395]
+--- Retained value to add in file: [3, 0, 3, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 0, 0, 0, 0], [2, 1, 0, 1, 0, 0, 0, 0, 0], 6582709716.582898]
+--- Retained value to add in file: [0, 3, 3, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 0, 0, 0, 0], [2, 0, 1, 1, 0, 0, 0, 0, 0], 6570822133.551464]
 --- Retained value to add in file: [0, 0, 3, 0, 0, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 3, 0, 0], [2, 0, 0, 1, 0, 2, 0, 1, 0, 0], 4788901212.977058]
---- Retained value to add in file: [0, 0, 2, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 0, 0, 1], [1, 0, 0, 1, 0, 0, 0, 0, 0, 1], 4782200827.503779]
---- Retained value to add in file: [2, 0, 0, 0, 0, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 2, 0, 0], [1, 1, 0, 0, 0, 1, 0, 1, 0, 0], 4779572038.270745]
---- Retained value to add in file: [0, 0, 3, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 0, 0, 2], [2, 0, 0, 1, 0, 1, 0, 0, 0, 1], 4775104222.641994]
---- Retained value to add in file: [3, 0, 0, 0, 0, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 3, 0, 0], [2, 1, 0, 0, 0, 2, 0, 1, 0, 0], 4769964743.417454]
---- Retained value to add in file: [0, 0, 3, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 0, 0, 3], [2, 0, 0, 1, 0, 2, 0, 0, 0, 1], 4760504971.53122]
---- Retained value to add in file: [1, 1, 0, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 0, 0, 1], [0, 1, 1, 0, 0, 0, 0, 0, 0, 1], 4734540634.8980465]
---- Retained value to add in file: [2, 2, 0, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 0, 1, 0], [1, 1, 1, 0, 0, 0, 0, 0, 1, 0], 4734247766.227741]
---- Retained value to add in file: [0, 0, 2, 2, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 2, 0, 0, 0, 0], [1, 0, 0, 1, 1, 0, 0, 0, 0, 0], 4722787232.904162]
---- Retained value to add in file: [3, 0, 0, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 0, 0, 3], [2, 1, 0, 0, 0, 2, 0, 0, 0, 1], 4712697035.908951]
---- Retained value to add in file: [3, 3, 0, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 0, 2, 0], [2, 1, 1, 0, 0, 1, 0, 0, 1, 0], 4701052058.615673]
---- Retained value to add in file: [0, 0, 1, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 0, 0, 2], [0, 0, 0, 1, 0, 1, 0, 0, 0, 1], 4691769117.684842]
---- Retained value to add in file: [0, 0, 3, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 0, 0, 1], [2, 0, 0, 1, 0, 0, 0, 0, 0, 1], 4689505383.55348]
---- Retained value to add in file: [0, 2, 0, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 0, 0, 2], [1, 0, 1, 0, 0, 1, 0, 0, 0, 1], 4663274663.790585]
+--- Raw result : [[0, 0, 3, 0, 0, 3, 0, 0], [2, 0, 0, 1, 0, 0, 1, 0, 0], 6545044759.936124]
+--- Retained value to add in file: [0, 2, 2, 0, 2, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 2, 0, 0, 0], [1, 0, 1, 1, 0, 1, 0, 0, 0], 6528582387.544156]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 1, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 1, 0, 0], [0, 1, 0, 1, 0, 1, 1, 0, 0], 6527114078.032252]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 2, 0, 0, 0, 0, 0], [1, 0, 1, 1, 0, 0, 0, 0, 0], 6504806010.001691]
+--- Retained value to add in file: [2, 0, 2, 2, 2, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 2, 0, 0, 0], [1, 1, 0, 1, 1, 1, 0, 0, 0], 6482129544.629215]
+--- Retained value to add in file: [0, 1, 1, 1, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 1, 0, 0, 0, 0], [0, 0, 1, 1, 1, 0, 0, 0, 0], 6404657428.723081]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 2, 0, 0, 0, 0], [1, 1, 0, 1, 1, 0, 0, 0, 0], 6388258470.60786]
+--- Retained value to add in file: [1, 1, 0, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 0, 0, 0, 0, 0], [0, 1, 1, 0, 0, 0, 0, 0, 0], 6337218742.509991]
+--- Retained value to add in file: [0, 0, 2, 0, 0, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 0, 2, 0, 0], [1, 0, 0, 1, 0, 0, 1, 0, 0], 6273650018.72088]
+--- Retained value to add in file: [1, 1, 0, 1, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 0, 0, 0, 0], [0, 1, 1, 0, 1, 0, 0, 0, 0], 6272443213.557248]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 1, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 1, 0, 0], [0, 0, 1, 0, 1, 0, 1, 0, 0], 6257836125.412824]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 1, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 1, 0, 0], [0, 1, 0, 0, 1, 1, 1, 0, 0], 6105384839.144786]
+--- Retained value to add in file: [0, 3, 3, 0, 3, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 3, 0, 3, 0, 0, 0], [2, 0, 1, 1, 0, 1, 0, 0, 0], 6095517580.035947]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 3, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 3, 0, 0], [2, 0, 0, 0, 1, 0, 1, 0, 0], 6070168086.207578]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 1, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 1, 1, 0, 0], [0, 0, 1, 0, 0, 1, 1, 0, 0], 6050942232.432736]
+--- Retained value to add in file: [0, 0, 1, 1, 0, 1, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 0, 1, 0, 0], [0, 0, 0, 1, 1, 0, 1, 0, 0], 6035576386.228585]
+--- Retained value to add in file: [0, 0, 0, 0, 3, 3, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 3, 3, 0, 0], [2, 0, 0, 0, 0, 1, 1, 0, 0], 6029489680.029187]
+--- Retained value to add in file: [3, 0, 3, 0, 3, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 3, 0, 3, 0, 0, 0], [2, 1, 0, 1, 0, 1, 0, 0, 0], 5989764448.919625]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 2, 0, 0], [1, 0, 0, 0, 1, 0, 1, 0, 0], 5967640093.185311]
+--- Retained value to add in file: [0, 1, 1, 0, 1, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 1, 0, 0, 0], [0, 0, 1, 1, 0, 1, 0, 0, 0], 5940864232.783246]
+--- Retained value to add in file: [1, 1, 0, 1, 1, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 1, 0, 1, 1, 0, 0, 0], [0, 1, 1, 0, 1, 1, 0, 0, 0], 5896416505.122586]
 --- Retained value to add in file: [1, 1, 0, 0, 1, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 1, 0, 0, 0], [0, 1, 1, 0, 0, 0, 1, 0, 0, 0], 4661361126.20342]
---- Retained value to add in file: [1, 0, 1, 1, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 1, 0, 0, 0, 0], [0, 1, 0, 1, 1, 0, 0, 0, 0, 0], 4657836648.904919]
---- Retained value to add in file: [3, 0, 0, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 0, 0, 2], [2, 1, 0, 0, 0, 1, 0, 0, 0, 1], 4634245990.288348]
---- Retained value to add in file: [0, 0, 2, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 0, 3, 0], [1, 0, 0, 1, 0, 2, 0, 0, 1, 0], 4623719702.181145]
---- Retained value to add in file: [1, 1, 0, 0, 0, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 1, 0, 0], [0, 1, 1, 0, 0, 0, 0, 1, 0, 0], 4613442843.751344]
---- Retained value to add in file: [0, 0, 0, 1, 1, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 1, 0, 0, 0], [0, 0, 0, 0, 1, 0, 1, 0, 0, 0], 4610886041.5481415]
---- Retained value to add in file: [1, 0, 0, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 0, 0, 2], [0, 1, 0, 0, 0, 1, 0, 0, 0, 1], 4605086033.656114]
---- Retained value to add in file: [0, 0, 3, 0, 3, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 3, 0, 0, 0], [2, 0, 0, 1, 0, 2, 1, 0, 0, 0], 4588803852.423204]
---- Retained value to add in file: [0, 2, 0, 0, 0, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 2, 0, 0], [1, 0, 1, 0, 0, 1, 0, 1, 0, 0], 4587711627.738555]
---- Retained value to add in file: [0, 0, 1, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 0, 3, 0], [0, 0, 0, 1, 0, 2, 0, 0, 1, 0], 4571782640.233753]
---- Retained value to add in file: [2, 0, 0, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 0, 3, 0], [1, 1, 0, 0, 0, 2, 0, 0, 1, 0], 4559572331.245949]
+--- Raw result : [[1, 1, 0, 0, 1, 0, 0, 0], [0, 1, 1, 0, 0, 1, 0, 0, 0], 5868954942.728955]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 2, 0, 0], [1, 0, 0, 0, 0, 1, 1, 0, 0], 5783077955.853433]
+--- Retained value to add in file: [0, 1, 1, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 1, 0, 0, 0, 0, 0], [0, 0, 1, 1, 0, 0, 0, 0, 0], 5675151761.023983]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 1, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 1, 0, 0], [0, 1, 0, 1, 0, 0, 1, 0, 0], 5657169867.100076]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 1, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 1, 0, 0], [0, 0, 0, 1, 0, 1, 1, 0, 0], 5639615000.301232]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 0, 0, 0, 0], [2, 1, 0, 0, 0, 0, 0, 0, 0], 5577444072.278241]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 1, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 1, 0, 0], [0, 0, 1, 0, 0, 0, 1, 0, 0], 5550428093.458065]
+--- Retained value to add in file: [3, 0, 0, 3, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 0, 0, 0, 0], [2, 1, 0, 0, 1, 0, 0, 0, 0], 5548406576.425992]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 1, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 0, 1, 0, 0], [0, 1, 0, 0, 1, 0, 1, 0, 0], 5543283832.857308]
+--- Retained value to add in file: [2, 0, 2, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 0, 0, 0, 0], [1, 1, 0, 1, 0, 0, 0, 0, 0], 5476520881.597878]
+--- Retained value to add in file: [1, 0, 1, 1, 1, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 1, 0, 0, 0], [0, 1, 0, 1, 1, 1, 0, 0, 0], 5475549446.246455]
+--- Retained value to add in file: [2, 0, 2, 0, 2, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 2, 0, 2, 0, 0, 0], [1, 1, 0, 1, 0, 1, 0, 0, 0], 5467780806.196193]
+--- Retained value to add in file: [0, 2, 0, 2, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 0, 0, 0, 0], [1, 0, 1, 0, 1, 0, 0, 0, 0], 5414155957.388715]
 --- Retained value to add in file: [0, 3, 0, 3, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 3, 0, 0, 0, 0], [2, 0, 1, 0, 1, 0, 0, 0, 0, 0], 4557419488.322866]
+--- Raw result : [[0, 3, 0, 3, 0, 0, 0, 0], [2, 0, 1, 0, 1, 0, 0, 0, 0], 5334823837.491116]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 1, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 1, 0, 0], [0, 1, 0, 0, 0, 1, 1, 0, 0], 5313907050.90426]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 3, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 3, 0, 0], [2, 0, 0, 0, 0, 0, 1, 0, 0], 5276674281.397687]
+--- Retained value to add in file: [0, 2, 0, 2, 2, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 2, 2, 0, 0, 0], [1, 0, 1, 0, 1, 1, 0, 0, 0], 5086322322.655332]
+--- Retained value to add in file: [0, 3, 0, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 0, 0, 0, 0], [2, 0, 1, 0, 0, 0, 0, 0, 0], 5055168878.827021]
+--- Retained value to add in file: [1, 0, 1, 1, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 1, 0, 0, 0, 0], [0, 1, 0, 1, 1, 0, 0, 0, 0], 5028734354.87954]
+--- Retained value to add in file: [0, 0, 2, 2, 2, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 2, 0, 0, 0], [1, 0, 0, 1, 1, 1, 0, 0, 0], 5010640394.9514265]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 2, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 0, 2, 0, 0], [1, 0, 0, 0, 0, 0, 1, 0, 0], 4972898394.425214]
+--- Retained value to add in file: [0, 2, 0, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 2, 0, 0, 0, 0, 0, 0], [1, 0, 1, 0, 0, 0, 0, 0, 0], 4946114799.474194]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 1, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 1, 0, 0], [0, 1, 0, 0, 0, 0, 1, 0, 0], 4930385320.368848]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 1, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 1, 0, 0], [0, 0, 0, 0, 1, 1, 1, 0, 0], 4918903634.657891]
+--- Retained value to add in file: [2, 0, 0, 2, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 0, 0, 0, 0], [1, 1, 0, 0, 1, 0, 0, 0, 0], 4912747736.898721]
+--- Retained value to add in file: [3, 0, 0, 3, 3, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 3, 3, 0, 0, 0], [2, 1, 0, 0, 1, 1, 0, 0, 0], 4766586817.935082]
+--- Retained value to add in file: [0, 0, 1, 1, 1, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 1, 1, 0, 0, 0], [0, 0, 0, 1, 1, 1, 0, 0, 0], 4719481606.86741]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[3, 0, 0, 0, 3, 0, 0, 0], [2, 1, 0, 0, 0, 1, 0, 0, 0], 4696763307.493482]
+--- Retained value to add in file: [0, 0, 1, 0, 0, 1, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 0, 1, 0, 0], [0, 0, 0, 1, 0, 0, 1, 0, 0], 4684320304.038877]
 --- Retained value to add in file: [0, 2, 0, 0, 2, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 2, 0, 0, 0], [1, 0, 1, 0, 0, 1, 1, 0, 0, 0], 4556722692.355031]
---- Retained value to add in file: [3, 0, 0, 3, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 3, 0, 0, 0, 0], [2, 1, 0, 0, 1, 0, 0, 0, 0, 0], 4551689818.962938]
---- Retained value to add in file: [2, 0, 0, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 0, 0, 1], [1, 1, 0, 0, 0, 0, 0, 0, 0, 1], 4550901732.392391]
---- Retained value to add in file: [0, 3, 0, 0, 0, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 3, 0, 0], [2, 0, 1, 0, 0, 2, 0, 1, 0, 0], 4540508823.666567]
---- Retained value to add in file: [1, 0, 0, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 0, 3, 0], [0, 1, 0, 0, 0, 2, 0, 0, 1, 0], 4530295726.012257]
---- Retained value to add in file: [1, 1, 0, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 0, 1, 0], [0, 1, 1, 0, 0, 0, 0, 0, 1, 0], 4525014349.731492]
---- Retained value to add in file: [0, 1, 0, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 0, 3, 0], [0, 0, 1, 0, 0, 2, 0, 0, 1, 0], 4514822727.869978]
---- Retained value to add in file: [3, 3, 0, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 0, 1, 0], [2, 1, 1, 0, 0, 0, 0, 0, 1, 0], 4513907998.197898]
---- Retained value to add in file: [0, 0, 2, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 0, 2, 0], [1, 0, 0, 1, 0, 1, 0, 0, 1, 0], 4508854698.416351]
+--- Raw result : [[0, 2, 0, 0, 2, 0, 0, 0], [1, 0, 1, 0, 0, 1, 0, 0, 0], 4661108796.229184]
+--- Retained value to add in file: [2, 0, 0, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 0, 0, 0, 0, 0], [1, 1, 0, 0, 0, 0, 0, 0, 0], 4658396206.849576]
+--- Retained value to add in file: [2, 0, 0, 2, 2, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[2, 0, 0, 2, 2, 0, 0, 0], [1, 1, 0, 0, 1, 1, 0, 0, 0], 4658069789.485362]
+--- Retained value to add in file: [0, 1, 0, 1, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 0, 0, 0, 0], [0, 0, 1, 0, 1, 0, 0, 0, 0], 4557659107.530117]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 1, 0, 0, 0], [0, 1, 0, 1, 0, 1, 0, 0, 0], 4549282355.667367]
+--- Retained value to add in file: [0, 3, 0, 3, 3, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 3, 3, 0, 0, 0], [2, 0, 1, 0, 1, 1, 0, 0, 0], 4545502621.275968]
+--- Retained value to add in file: [0, 0, 2, 2, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 2, 0, 0, 0, 0], [1, 0, 0, 1, 1, 0, 0, 0, 0], 4528413231.744607]
+--- Retained value to add in file: [0, 0, 3, 3, 3, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 3, 0, 0, 0], [2, 0, 0, 1, 1, 1, 0, 0, 0], 4495717273.711419]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 1, 1, 0, 0, 0], [0, 0, 1, 0, 1, 1, 0, 0, 0], 4471998044.990735]
+--- Retained value to add in file: [0, 0, 3, 3, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 3, 0, 0, 0, 0], [2, 0, 0, 1, 1, 0, 0, 0, 0], 4466541605.177472]
+--- Retained value to add in file: [0, 3, 0, 0, 3, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 3, 0, 0, 3, 0, 0, 0], [2, 0, 1, 0, 0, 1, 0, 0, 0], 4378523122.046383]
 --- Retained value to add in file: [0, 0, 0, 1, 0, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 1, 0, 0], [0, 0, 0, 0, 1, 0, 0, 1, 0, 0], 4488681018.092244]
---- Retained value to add in file: [0, 3, 0, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 0, 0, 3], [2, 0, 1, 0, 0, 2, 0, 0, 0, 1], 4478417095.801916]
---- Retained value to add in file: [0, 1, 0, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 0, 0, 2], [0, 0, 1, 0, 0, 1, 0, 0, 0, 1], 4469458421.645148]
---- Retained value to add in file: [0, 0, 0, 1, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 0, 1, 0], [0, 0, 0, 0, 1, 0, 0, 0, 1, 0], 4467679021.112847]
---- Retained value to add in file: [0, 2, 0, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 0, 3, 0], [1, 0, 1, 0, 0, 2, 0, 0, 1, 0], 4460820994.480141]
---- Retained value to add in file: [3, 0, 0, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 0, 0, 1], [2, 1, 0, 0, 0, 0, 0, 0, 0, 1], 4455552573.19223]
+--- Raw result : [[0, 0, 0, 1, 0, 1, 0, 0], [0, 0, 0, 0, 1, 0, 1, 0, 0], 4304446453.60011]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 1, 0, 0, 0, 0, 0, 0], [0, 0, 1, 0, 0, 0, 0, 0, 0], 4244841905.184473]
 --- Retained value to add in file: [2, 0, 0, 0, 2, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 2, 0, 0, 0], [1, 1, 0, 0, 0, 1, 1, 0, 0, 0], 4432676681.2694235]
---- Retained value to add in file: [3, 3, 3, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 3, 0, 0, 0, 0, 0], [2, 1, 1, 1, 0, 0, 0, 0, 0, 0], 4397864084.364244]
---- Retained value to add in file: [0, 0, 1, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 0, 0, 1], [0, 0, 0, 1, 0, 0, 0, 0, 0, 1], 4384653930.396541]
---- Retained value to add in file: [0, 0, 2, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 0, 1, 0], [1, 0, 0, 1, 0, 0, 0, 0, 1, 0], 4380215726.08826]
---- Retained value to add in file: [0, 0, 1, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 0, 2, 0], [0, 0, 0, 1, 0, 1, 0, 0, 1, 0], 4377790059.208623]
---- Retained value to add in file: [0, 0, 1, 0, 1, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 1, 0, 0, 0], [0, 0, 0, 1, 0, 0, 1, 0, 0, 0], 4370302792.933478]
---- Retained value to add in file: [2, 0, 0, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 0, 2, 0], [1, 1, 0, 0, 0, 1, 0, 0, 1, 0], 4351187115.222131]
---- Retained value to add in file: [0, 3, 0, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 0, 0, 2], [2, 0, 1, 0, 0, 1, 0, 0, 0, 1], 4330177913.547933]
---- Retained value to add in file: [0, 3, 0, 0, 3, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 3, 0, 0, 0], [2, 0, 1, 0, 0, 2, 1, 0, 0, 0], 4327434819.84173]
---- Retained value to add in file: [0, 2, 0, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 0, 0, 1], [1, 0, 1, 0, 0, 0, 0, 0, 0, 1], 4323536713.886386]
---- Retained value to add in file: [3, 0, 0, 0, 3, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 3, 0, 0, 0], [2, 1, 0, 0, 0, 2, 1, 0, 0, 0], 4292920829.378624]
---- Retained value to add in file: [0, 2, 0, 2, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 2, 0, 0, 0, 0], [1, 0, 1, 0, 1, 0, 0, 0, 0, 0], 4264380415.641557]
---- Retained value to add in file: [1, 0, 0, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 0, 2, 0], [0, 1, 0, 0, 0, 1, 0, 0, 1, 0], 4258917689.8390126]
---- Retained value to add in file: [1, 0, 0, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 0, 0, 1], [0, 1, 0, 0, 0, 0, 0, 0, 0, 1], 4217832076.1749806]
---- Retained value to add in file: [0, 1, 0, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 0, 2, 0], [0, 0, 1, 0, 0, 1, 0, 0, 1, 0], 4199881729.4201875]
---- Retained value to add in file: [0, 0, 1, 0, 0, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 1, 0, 0], [0, 0, 0, 1, 0, 0, 0, 1, 0, 0], 4199166962.1535535]
---- Retained value to add in file: [0, 2, 0, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 0, 2, 0], [1, 0, 1, 0, 0, 1, 0, 0, 1, 0], 4190113294.334045]
---- Retained value to add in file: [0, 0, 3, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 0, 3, 0], [2, 0, 0, 1, 0, 2, 0, 0, 1, 0], 4177886975.0834794]
---- Retained value to add in file: [0, 0, 1, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 0, 1, 0], [0, 0, 0, 1, 0, 0, 0, 0, 1, 0], 4177670772.228003]
---- Retained value to add in file: [0, 0, 3, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 0, 2, 0], [2, 0, 0, 1, 0, 1, 0, 0, 1, 0], 4175084428.6491838]
---- Retained value to add in file: [2, 0, 0, 2, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 2, 0, 0, 0, 0], [1, 1, 0, 0, 1, 0, 0, 0, 0, 0], 4159693924.431541]
---- Retained value to add in file: [0, 0, 3, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 0, 1, 0], [2, 0, 0, 1, 0, 0, 0, 0, 1, 0], 4157219325.994148]
---- Retained value to add in file: [1, 1, 0, 1, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 1, 0, 0, 0, 0], [0, 1, 1, 0, 1, 0, 0, 0, 0, 0], 4156906184.3757625]
---- Retained value to add in file: [3, 0, 0, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 0, 3, 0], [2, 1, 0, 0, 0, 2, 0, 0, 1, 0], 4134632581.8107967]
---- Retained value to add in file: [2, 0, 0, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 0, 1, 0], [1, 1, 0, 0, 0, 0, 0, 0, 1, 0], 4130294088.451837]
---- Retained value to add in file: [0, 3, 0, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 0, 0, 1], [2, 0, 1, 0, 0, 0, 0, 0, 0, 1], 4114163583.151809]
---- Retained value to add in file: [2, 2, 2, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 2, 0, 0, 0, 0, 0], [1, 1, 1, 1, 0, 0, 0, 0, 0, 0], 4106664388.8446455]
+--- Raw result : [[2, 0, 0, 0, 2, 0, 0, 0], [1, 1, 0, 0, 0, 1, 0, 0, 0], 4244355614.016625]
+--- Retained value to add in file: [1, 0, 1, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 1, 0, 0, 0, 0, 0], [0, 1, 0, 1, 0, 0, 0, 0, 0], 4238286157.9119234]
 --- Retained value to add in file: [0, 1, 0, 0, 1, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 1, 0, 0, 0], [0, 0, 1, 0, 0, 0, 1, 0, 0, 0], 4092079103.6406803]
---- Retained value to add in file: [1, 0, 0, 0, 0, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 1, 0, 0], [0, 1, 0, 0, 0, 0, 0, 1, 0, 0], 4065195160.8959904]
---- Retained value to add in file: [0, 1, 0, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 0, 0, 1], [0, 0, 1, 0, 0, 0, 0, 0, 0, 1], 4063757462.6893373]
---- Retained value to add in file: [3, 0, 0, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 0, 2, 0], [2, 1, 0, 0, 0, 1, 0, 0, 1, 0], 4033348638.1308656]
---- Retained value to add in file: [0, 0, 0, 0, 0, 3, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 3, 0, 0], [0, 0, 0, 0, 0, 2, 0, 1, 0, 0], 4012128597.364816]
---- Retained value to add in file: [1, 0, 0, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 0, 1, 0], [0, 1, 0, 0, 0, 0, 0, 0, 1, 0], 3979222552.2990303]
---- Retained value to add in file: [0, 0, 0, 0, 0, 0, 0, 3], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 0, 0, 3], [0, 0, 0, 0, 0, 2, 0, 0, 0, 1], 3976624168.92597]
---- Retained value to add in file: [1, 0, 0, 0, 1, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 1, 0, 0, 0], [0, 1, 0, 0, 0, 0, 1, 0, 0, 0], 3930285379.357477]
---- Retained value to add in file: [0, 2, 0, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 0, 1, 0], [1, 0, 1, 0, 0, 0, 0, 0, 1, 0], 3926626356.3111815]
---- Retained value to add in file: [3, 0, 0, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 0, 1, 0], [2, 1, 0, 0, 0, 0, 0, 0, 1, 0], 3918176870.804861]
---- Retained value to add in file: [0, 1, 0, 0, 0, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 1, 0, 0], [0, 0, 1, 0, 0, 0, 0, 1, 0, 0], 3912823747.082182]
---- Retained value to add in file: [0, 3, 0, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 0, 3, 0], [2, 0, 1, 0, 0, 2, 0, 0, 1, 0], 3905929234.7046795]
---- Retained value to add in file: [0, 1, 0, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 0, 1, 0], [0, 0, 1, 0, 0, 0, 0, 0, 1, 0], 3888450749.311157]
+--- Raw result : [[0, 1, 0, 0, 1, 0, 0, 0], [0, 0, 1, 0, 0, 1, 0, 0, 0], 4140584002.9955864]
 --- Retained value to add in file: [0, 0, 1, 1, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 1, 0, 0, 0, 0], [0, 0, 0, 1, 1, 0, 0, 0, 0, 0], 3758508421.9503627]
---- Retained value to add in file: [0, 3, 0, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 0, 2, 0], [2, 0, 1, 0, 0, 1, 0, 0, 1, 0], 3724855880.872706]
---- Retained value to add in file: [0, 0, 0, 0, 0, 0, 3, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 0, 3, 0], [0, 0, 0, 0, 0, 2, 0, 0, 1, 0], 3641178565.9521575]
---- Retained value to add in file: [0, 0, 0, 0, 0, 0, 0, 2], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 0, 0, 2], [0, 0, 0, 0, 0, 1, 0, 0, 0, 1], 3629039033.5021477]
---- Retained value to add in file: [3, 0, 3, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 3, 0, 0, 0, 0, 0], [2, 1, 0, 1, 0, 0, 0, 0, 0, 0], 3602017689.162908]
---- Retained value to add in file: [0, 3, 0, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 0, 1, 0], [2, 0, 1, 0, 0, 0, 0, 0, 1, 0], 3560957382.83992]
---- Retained value to add in file: [0, 0, 0, 0, 0, 2, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 2, 0, 0], [0, 0, 0, 0, 0, 1, 0, 1, 0, 0], 3527316642.266719]
---- Retained value to add in file: [0, 3, 3, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 3, 0, 0, 0, 0, 0], [2, 0, 1, 1, 0, 0, 0, 0, 0, 0], 3475067853.9550567]
---- Retained value to add in file: [0, 0, 0, 0, 3, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 3, 0, 0, 0], [0, 0, 0, 0, 0, 2, 1, 0, 0, 0], 3446959384.154094]
---- Retained value to add in file: [0, 1, 0, 1, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 1, 0, 0, 0, 0], [0, 0, 1, 0, 1, 0, 0, 0, 0, 0], 3427624019.217465]
---- Retained value to add in file: [1, 1, 1, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 1, 0, 0, 0, 0, 0], [0, 1, 1, 1, 0, 0, 0, 0, 0, 0], 3415224930.5658126]
---- Retained value to add in file: [0, 2, 2, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 2, 0, 0, 0, 0, 0], [1, 0, 1, 1, 0, 0, 0, 0, 0, 0], 3353428903.5225253]
---- Retained value to add in file: [2, 0, 2, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 2, 0, 0, 0, 0, 0], [1, 1, 0, 1, 0, 0, 0, 0, 0, 0], 3341632242.0460334]
---- Retained value to add in file: [0, 0, 0, 0, 0, 0, 2, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 0, 2, 0], [0, 0, 0, 0, 0, 1, 0, 0, 1, 0], 3326949060.844735]
---- Retained value to add in file: [0, 0, 0, 0, 0, 0, 0, 1], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 1], 3308720567.4266067]
---- Retained value to add in file: [0, 0, 0, 3, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 3, 0, 0, 0, 0], [2, 0, 0, 0, 1, 0, 0, 0, 0, 0], 3302388672.2805233]
+--- Raw result : [[0, 0, 1, 1, 0, 0, 0, 0], [0, 0, 0, 1, 1, 0, 0, 0, 0], 4111520133.6929903]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 1, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 1, 1, 0, 0], 4037519815.6739016]
+--- Retained value to add in file: [1, 0, 0, 1, 1, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 1, 1, 0, 0, 0], [0, 1, 0, 0, 1, 1, 0, 0, 0], 3936160475.7264485]
 --- Retained value to add in file: [1, 0, 0, 1, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 1, 0, 0, 0, 0], [0, 1, 0, 0, 1, 0, 0, 0, 0, 0], 3296688861.86603]
---- Retained value to add in file: [0, 0, 0, 0, 2, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 2, 0, 0, 0], [0, 0, 0, 0, 0, 1, 1, 0, 0, 0], 3217967188.459586]
+--- Raw result : [[1, 0, 0, 1, 0, 0, 0, 0], [0, 1, 0, 0, 1, 0, 0, 0, 0], 3899315843.2493258]
+--- Retained value to add in file: [0, 0, 2, 0, 2, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 2, 0, 2, 0, 0, 0], [1, 0, 0, 1, 0, 1, 0, 0, 0], 3798688820.553612]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 0, 0, 0, 0], [0, 1, 0, 0, 0, 0, 0, 0, 0], 3698270441.618253]
+--- Retained value to add in file: [0, 0, 1, 0, 1, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 1, 0, 1, 0, 0, 0], [0, 0, 0, 1, 0, 1, 0, 0, 0], 3637068155.950452]
+--- Retained value to add in file: [0, 0, 3, 0, 3, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 3, 0, 3, 0, 0, 0], [2, 0, 0, 1, 0, 1, 0, 0, 0], 3595149684.7914248]
+--- Retained value to add in file: [1, 0, 0, 0, 1, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[1, 0, 0, 0, 1, 0, 0, 0], [0, 1, 0, 0, 0, 1, 0, 0, 0], 3542618589.1060457]
 --- Retained value to add in file: [0, 0, 0, 0, 0, 1, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0, 0, 1, 0, 0], 3122015165.2658744]
---- Retained value to add in file: [0, 0, 0, 0, 1, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 0, 1, 0, 0, 0], 3115038066.356855]
---- Retained value to add in file: [0, 0, 0, 0, 0, 0, 1, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 0, 1, 0], [0, 0, 0, 0, 0, 0, 0, 0, 1, 0], 3100876317.0048156]
---- Retained value to add in file: [0, 0, 0, 2, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 2, 0, 0, 0, 0], [1, 0, 0, 0, 1, 0, 0, 0, 0, 0], 3012641941.9375186]
---- Retained value to add in file: [0, 1, 1, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 1, 0, 0, 0, 0, 0], [0, 0, 1, 1, 0, 0, 0, 0, 0, 0], 2850445426.3564553]
---- Retained value to add in file: [1, 0, 1, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 1, 0, 0, 0, 0, 0], [0, 1, 0, 1, 0, 0, 0, 0, 0, 0], 2762398735.8932996]
---- Retained value to add in file: [3, 3, 0, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 3, 0, 0, 0, 0, 0, 0], [2, 1, 1, 0, 0, 0, 0, 0, 0, 0], 2677526098.0224953]
---- Retained value to add in file: [2, 2, 0, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 2, 0, 0, 0, 0, 0, 0], [1, 1, 1, 0, 0, 0, 0, 0, 0, 0], 2558036492.4365535]
+--- Raw result : [[0, 0, 0, 0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0, 1, 0, 0], 3527952019.1716895]
 --- Retained value to add in file: [0, 0, 3, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 3, 0, 0, 0, 0, 0], [2, 0, 0, 1, 0, 0, 0, 0, 0, 0], 2439575349.7230277]
+--- Raw result : [[0, 0, 3, 0, 0, 0, 0, 0], [2, 0, 0, 1, 0, 0, 0, 0, 0], 3527273975.6008887]
 --- Retained value to add in file: [0, 0, 2, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 2, 0, 0, 0, 0, 0], [1, 0, 0, 1, 0, 0, 0, 0, 0, 0], 2331031839.114721]
---- Retained value to add in file: [0, 0, 0, 1, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 1, 0, 0, 0, 0], [0, 0, 0, 0, 1, 0, 0, 0, 0, 0], 2308758181.9701037]
---- Retained value to add in file: [1, 1, 0, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 1, 0, 0, 0, 0, 0, 0], [0, 1, 1, 0, 0, 0, 0, 0, 0, 0], 2173306027.7938385]
+--- Raw result : [[0, 0, 2, 0, 0, 0, 0, 0], [1, 0, 0, 1, 0, 0, 0, 0, 0], 3341484491.442914]
 --- Retained value to add in file: [0, 0, 1, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 1, 0, 0, 0, 0, 0], [0, 0, 0, 1, 0, 0, 0, 0, 0, 0], 1948251177.2921803]
---- Retained value to add in file: [3, 0, 0, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[3, 0, 0, 0, 0, 0, 0, 0], [2, 1, 0, 0, 0, 0, 0, 0, 0, 0], 1918072737.2675266]
---- Retained value to add in file: [2, 0, 0, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[2, 0, 0, 0, 0, 0, 0, 0], [1, 1, 0, 0, 0, 0, 0, 0, 0, 0], 1808285144.2700715]
---- Retained value to add in file: [0, 2, 0, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 2, 0, 0, 0, 0, 0, 0], [1, 0, 1, 0, 0, 0, 0, 0, 0, 0], 1738343786.5590863]
---- Retained value to add in file: [0, 3, 0, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 3, 0, 0, 0, 0, 0, 0], [2, 0, 1, 0, 0, 0, 0, 0, 0, 0], 1714106844.911192]
---- Retained value to add in file: [0, 1, 0, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 1, 0, 0, 0, 0, 0, 0], [0, 0, 1, 0, 0, 0, 0, 0, 0, 0], 1522400631.0061238]
---- Retained value to add in file: [1, 0, 0, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[1, 0, 0, 0, 0, 0, 0, 0], [0, 1, 0, 0, 0, 0, 0, 0, 0, 0], 1513437650.3582566]
+--- Raw result : [[0, 0, 1, 0, 0, 0, 0, 0], [0, 0, 0, 1, 0, 0, 0, 0, 0], 3103192469.8401313]
+--- Retained value to add in file: [0, 0, 0, 2, 2, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 2, 0, 0, 0], [1, 0, 0, 0, 1, 1, 0, 0, 0], 2736451188.527245]
+--- Retained value to add in file: [0, 0, 0, 1, 1, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 1, 0, 0, 0], [0, 0, 0, 0, 1, 1, 0, 0, 0], 2719338051.8300295]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 2, 0, 0, 0, 0], [1, 0, 0, 0, 1, 0, 0, 0, 0], 2574244859.4307375]
+--- Retained value to add in file: [0, 0, 0, 1, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 1, 0, 0, 0, 0], [0, 0, 0, 0, 1, 0, 0, 0, 0], 2491047232.5608344]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 0, 0, 0, 0], [2, 0, 0, 0, 1, 0, 0, 0, 0], 2405732867.360502]
+--- Retained value to add in file: [0, 0, 0, 3, 3, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 3, 3, 0, 0, 0], [2, 0, 0, 0, 1, 1, 0, 0, 0], 2221843916.484189]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1, 0, 0, 0], 2190185943.6865516]
+--- Retained value to add in file: [0, 0, 0, 0, 2, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 2, 0, 0, 0], [1, 0, 0, 0, 0, 1, 0, 0, 0], 2138223120.911847]
 --- Retained value to add in file: [0, 0, 0, 0, 0, 0, 0, 0], indice :  (2, 63, 15)
---- Raw result : [[0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 612909687.0304892]
+--- Raw result : [[0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0], 2091283607.7509422]
+--- Retained value to add in file: [0, 0, 0, 0, 3, 0, 0, 0], indice :  (2, 63, 15)
+--- Raw result : [[0, 0, 0, 0, 3, 0, 0, 0], [2, 0, 0, 0, 0, 1, 0, 0, 0], 1927089709.1199162]
 --- Number of configurations to write =  4000
 --- Number of configurations written =  3040
 --- Size of sorted efficiency 3040
---- Outpuf file =  marginal_effect_exploration_automatic_experiments_samsung_0.92_base_Y/energy_efficiency_estimations.csv
-Computed c values  =  [[-1.31115835e+09]
- [-2.79992328e+09]
- [ 6.84762380e+09]
- [ 4.04313599e+08]
- [-1.12542310e+10]
- [-8.29290692e+09]
- [-3.28344719e+09]
- [-1.33469417e+10]
- [-9.98650532e+09]
- [ 1.15559578e+09]
- [ 1.09041860e+09]
- [ 1.96042986e+10]
- [-2.14073037e+08]
- [-5.49785623e+09]
- [ 6.79718503e+09]
- [ 2.12867010e+09]
- [ 3.24530243e+09]
- [-2.72031207e+08]
- [-1.03307027e+10]
- [ 4.43196759e+09]
- [ 2.58626594e+09]
- [ 1.16858589e+10]
- [ 1.31246278e+09]
- [-2.74871799e+09]
- [ 1.44699277e+09]
- [ 3.09172305e+09]
- [ 1.68697619e+09]
- [-1.11968993e+10]
- [ 1.81219445e+10]
- [-1.20641909e+10]
- [-5.40206529e+09]
- [ 1.47581195e+08]
- [ 7.56094660e+09]
- [-1.39457204e+10]
- [ 3.99935645e+08]
- [ 1.10365027e+10]
- [-1.23775995e+10]
- [ 4.02727282e+09]
- [ 1.91355937e+09]
- [-5.59024271e+09]
- [-1.81806055e+10]
- [-1.22957374e+10]
- [ 4.81460347e+09]
- [-5.10431236e+09]
- [ 4.19115097e+08]
- [ 7.78898572e+09]
- [ 1.17915538e+09]
- [ 3.96916362e+09]
- [-1.41862825e+09]
- [ 3.13071599e+10]
- [ 1.89014912e+09]
- [ 3.97850128e+09]
- [ 6.29163649e+09]
- [-4.47278289e+09]
- [ 1.96108229e+10]
- [ 3.74569671e+09]
- [-1.26872804e+10]
- [ 1.02508088e+10]
- [ 4.69580233e+09]
- [ 7.92416218e+09]
- [-4.96842540e+09]
- [-7.74793452e+09]
- [-2.93988141e+09]
- [ 3.46536914e+09]
- [ 1.64083163e+09]
- [-2.78808907e+09]
- [-3.42752441e+08]
- [-1.28006631e+10]
- [ 6.03323300e+08]
- [-4.02075217e+09]
- [-1.11106276e+10]
- [ 9.56621220e+09]
- [ 7.78231486e+09]
- [-2.23293757e+10]
- [ 6.93197154e+09]
- [ 2.35767731e+10]
- [-1.24906487e+10]
- [-6.93835535e+09]
- [-2.18136556e+09]
- [ 1.16990912e+10]
- [-5.01814778e+09]
- [ 7.33663595e+09]
- [-9.34180831e+08]
- [ 3.61858542e+08]
- [ 2.64209969e+09]
- [-1.06523138e+10]
- [-1.69828555e+09]
- [-3.49603745e+09]
- [-3.30602713e+09]
- [-8.57609024e+09]
- [-3.33469622e+09]
- [-3.42944014e+09]
- [-4.71355962e+08]
- [ 5.66784335e+08]
- [-8.80784537e+09]
- [ 6.94158589e+09]
- [ 1.13835039e+10]
- [-1.11913358e+10]
- [ 9.62247213e+09]
- [ 5.44724480e+09]
- [-2.20092782e+09]
- [-1.16887419e+10]
- [ 4.03901902e+09]
- [-6.79952241e+09]
- [-1.56841611e+10]
- [ 2.40996364e+09]
- [-3.98657329e+09]
- [ 1.51430142e+10]
- [ 1.96844848e+10]
- [ 9.78169040e+09]
- [-3.50780847e+09]
- [ 2.09636031e+09]
- [-1.02086799e+10]
- [-7.85124167e+09]
- [-5.35484689e+09]
- [ 6.26473480e+09]
- [-2.77953367e+09]
- [ 1.06989502e+10]
- [-6.42883718e+09]
- [ 6.13775955e+09]
- [ 1.05413925e+10]
- [ 1.93510752e+09]
- [ 1.40556306e+10]
- [-2.19303835e+09]
- [ 4.54003737e+09]
- [-1.22727745e+10]
- [ 3.83394502e+09]]
- ***** START computing marginal effects with matrix***** 
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
- ***** START in function marginal_effect *****
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-number of variables:  10
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
-X =  [[1. 1. 1. ... 1. 0. 0.]
- [1. 1. 1. ... 0. 0. 0.]
- [0. 1. 0. ... 1. 0. 0.]
- ...
- [2. 0. 1. ... 0. 0. 0.]
- [0. 0. 0. ... 0. 0. 0.]
- [0. 1. 1. ... 1. 1. 0.]]
- ***** END in  marginal_effect *****, margin =  [-529888349.9862988, -1099877344.869247, -1450870740.8441124, -1805382825.1494648, -3198517526.073703, -157243193.6954375, -2791638189.252771, -2829748040.03868, -2314324393.023002, -3254190177.620103]
- ***** END in function  marginal_effect *****, pointwise margin =  [[ 3.29929466e+08 -1.23922800e+08 -7.01938897e+08 ... -3.31030716e+09
-  -2.39753122e+09 -3.01462900e+09]
- [-5.99669739e+08 -4.18607853e+08 -1.20609692e+09 ... -3.67278295e+09
-  -3.26581802e+09 -4.07169979e+09]
- [ 1.39892320e+08 -1.35285664e+09 -3.92516711e+08 ... -5.10250761e+09
-  -4.17230849e+09 -4.17745983e+09]
- ...
- [ 4.27724303e+07 -1.49640965e+09 -2.30538335e+09 ... -2.38384534e+09
-  -1.78354676e+09 -3.15086406e+09]
- [ 1.10490085e+09 -4.12052922e+08 -8.85728600e+08 ... -4.16170389e+09
-  -4.23180301e+09 -4.63086135e+09]
- [-4.79516436e+08  3.96055978e+08 -1.00967870e+07 ... -2.42324753e+09
-  -1.74671153e+09 -2.77138190e+09]]
- ***** END computing marginal effects ***** 
-margins [-529888349.9862988, -1099877344.869247, -1450870740.8441124, -1805382825.1494648, -3198517526.073703, -157243193.6954375, -2791638189.252771, -2829748040.03868, -2314324393.023002, -3254190177.620103]
-pointwise margins [[ 3.29929466e+08 -1.23922800e+08 -7.01938897e+08 ... -3.31030716e+09
-  -2.39753122e+09 -3.01462900e+09]
- [-5.99669739e+08 -4.18607853e+08 -1.20609692e+09 ... -3.67278295e+09
-  -3.26581802e+09 -4.07169979e+09]
- [ 1.39892320e+08 -1.35285664e+09 -3.92516711e+08 ... -5.10250761e+09
-  -4.17230849e+09 -4.17745983e+09]
- ...
- [ 4.27724303e+07 -1.49640965e+09 -2.30538335e+09 ... -2.38384534e+09
-  -1.78354676e+09 -3.15086406e+09]
- [ 1.10490085e+09 -4.12052922e+08 -8.85728600e+08 ... -4.16170389e+09
-  -4.23180301e+09 -4.63086135e+09]
- [-4.79516436e+08  3.96055978e+08 -1.00967870e+07 ... -2.42324753e+09
-  -1.74671153e+09 -2.77138190e+09]]
-Predicted y test =  [7.23952122e+09 6.56117031e+09 4.68244657e+09 7.61801799e+09
- 1.29982888e+10 6.18426541e+09 7.14981400e+09 2.23922726e+09
- 9.39334460e+09 4.21581584e+09 5.54053688e+09 6.56252045e+09
- 8.08378936e+09 7.82201003e+09 1.04319932e+10 1.02724315e+10
- 3.40502644e+09 6.87480285e+09 6.58565201e+09 5.74886042e+09
- 3.41438867e+09 9.39357364e+09 4.07943197e+09 8.44520226e+09
- 8.09180146e+09 2.46736743e+09 9.87280588e+09 8.21622784e+09
- 4.18952967e+09 9.35873826e+09 1.01687146e+10 8.37181912e+09
- 6.39304616e+09 8.91468239e+09 5.40889537e+09 1.00654117e+10
- 3.04999155e+09 1.09013183e+10 8.24223004e+09 6.55725761e+09
- 5.78236170e+09 4.70374529e+09 6.05467633e+09 9.85615685e+09
- 1.97877296e+09 4.03391329e+09 7.96057829e+09 6.21752161e+09
- 5.15268695e+09 4.76996941e+09 3.56199296e+09 1.13552813e+10
- 6.42789758e+09 5.01602769e+09 5.90329991e+09 1.40983350e+09
- 4.29324650e+09 8.83919102e+09 3.53573661e+09 1.26661867e+10
- 6.87022932e+09 7.71875346e+09 9.49227273e+09 7.84346380e+09]
-linear model parameters  =  [3.38614912e+08 1.07121859e+09 1.16800867e+09 1.30154314e+09
- 2.23419347e+09 2.89150846e+08 2.44321931e+09 2.10483344e+09
- 1.76486839e+09 2.46736743e+09]
-Start computin r squared, result = 
-column mean vector=  [6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345, 6863677741.3372345]
- diff with mean vector  [-1.04071898e+09 -8.06082122e+08 -9.16040738e+08  1.45745127e+09
-  2.95641810e+09  3.28600629e+08  6.59078597e+08 -4.78016644e+09
-  2.00754755e+09 -3.23383462e+09 -1.58186671e+09 -8.60988537e+08
-  7.86378104e+08 -5.75304291e+07  2.54941587e+09  4.42229064e+09
- -2.86500530e+09 -3.90431667e+08 -3.44560430e+08  3.81754014e+08
- -3.01839648e+09  3.75534773e+09 -1.50016571e+09  1.54760010e+09
-  1.10095927e+09 -3.54227930e+09  2.10034962e+09  2.08671026e+09
- -2.57135328e+09  2.47644275e+09  3.71192034e+09  1.52073061e+09
-  2.37966243e+09  2.41353464e+09  5.29490971e+08  2.28871881e+09
- -4.74649148e+09  2.57874707e+09  1.51286459e+09 -5.66965014e+07
- -1.42194509e+09 -3.72384202e+09 -3.23669239e+08  3.67044439e+09
- -5.86877166e+09 -3.02372689e+09  1.58412330e+09  3.86166387e+08
- -1.31394940e+09 -2.71369745e+09 -2.66578928e+09  4.66461673e+09
- -3.30889678e+08 -2.13288358e+09 -2.52151206e+08 -5.84868117e+09
- -1.62739027e+09  1.87414392e+09 -4.08344409e+09  4.10228063e+09
-  6.03689862e+08  4.19006948e+08  2.65750212e+09  2.12945151e+09]
- diff with mean vector squared   [1.08309599e+18 6.49768388e+17 8.39130633e+17 2.12416420e+18
- 8.74040800e+18 1.07978373e+17 4.34384596e+17 2.28499912e+19
- 4.03024717e+18 1.04576864e+19 2.50230230e+18 7.41301260e+17
- 6.18390523e+17 3.30975027e+15 6.49952129e+18 1.95566545e+19
- 8.20825537e+18 1.52436887e+17 1.18721890e+17 1.45736127e+17
- 9.11071730e+18 1.41026366e+19 2.25049717e+18 2.39506607e+18
- 1.21211131e+18 1.25477426e+19 4.41146851e+18 4.35435970e+18
- 6.61185767e+18 6.13276868e+18 1.37783526e+19 2.31262160e+18
- 5.66279329e+18 5.82514947e+18 2.80360688e+17 5.23823381e+18
- 2.25291814e+19 6.64993647e+18 2.28875927e+18 3.21449327e+15
- 2.02192785e+18 1.38669994e+19 1.04761776e+17 1.34721620e+19
- 3.44424808e+19 9.14292432e+18 2.50944662e+18 1.49124478e+17
- 1.72646303e+18 7.36415387e+18 7.10643248e+18 2.17586492e+19
- 1.09487979e+17 4.54919238e+18 6.35802307e+16 3.42070714e+19
- 2.64839909e+18 3.51241543e+18 1.66745156e+19 1.68287064e+19
- 3.64441450e+17 1.75566822e+17 7.06231754e+18 4.53456372e+18]
- diff with predicted vector  [-1.41656246e+09 -5.03574690e+08  1.26519043e+09  7.03111024e+08
- -3.17819295e+09  1.00801296e+09  3.72942341e+08 -1.55715962e+08
- -5.22119302e+08 -5.85972721e+08 -2.58725850e+08 -5.59831242e+08
- -4.33733518e+08 -1.01586272e+09 -1.01889962e+09  1.01353691e+09
-  5.93645997e+08 -4.01556780e+08 -6.65346966e+07  1.49657134e+09
-  4.30892589e+08  1.22545183e+09  1.28408006e+09 -3.39244155e+07
- -1.27164445e+08  8.54031014e+08 -9.08778518e+08  7.34160155e+08
-  1.02794793e+08 -1.86177729e+07  4.06883437e+08  1.25892365e+07
-  2.85029402e+09  3.62529993e+08  1.98427334e+09 -9.13015173e+08
- -9.32805291e+08 -1.45889350e+09  1.34312291e+08  2.49723627e+08
- -3.40629057e+08 -1.56390956e+09  4.85332168e+08  6.77965279e+08
- -9.83866881e+08 -1.93962444e+08  4.87222751e+08  1.03232252e+09
-  3.97041395e+08 -6.19989124e+08  6.35895501e+08  1.73013129e+08
-  1.04890482e+08 -2.85233535e+08  7.08226627e+08 -3.94836926e+08
-  9.43040971e+08 -1.01369362e+08 -7.55502963e+08 -1.70022834e+09
-  5.97138283e+08 -4.36068770e+08  2.89071383e+07  1.14966545e+09]
- diff with predicted vector squared [2.00664921e+18 2.53587468e+17 1.60070683e+18 4.94365112e+17
- 1.01009104e+19 1.01609012e+18 1.39085990e+17 2.42474609e+16
- 2.72608565e+17 3.43364030e+17 6.69390653e+16 3.13411019e+17
- 1.88124765e+17 1.03197707e+18 1.03815644e+18 1.02725707e+18
- 3.52415570e+17 1.61247848e+17 4.42686585e+15 2.23972577e+18
- 1.85668423e+17 1.50173219e+18 1.64886159e+18 1.15086597e+15
- 1.61707960e+16 7.29368973e+17 8.25878394e+17 5.38991133e+17
- 1.05667694e+16 3.46621468e+14 1.65554131e+17 1.58488876e+14
- 8.12417599e+18 1.31427996e+17 3.93734070e+18 8.33596707e+17
- 8.70125712e+17 2.12837025e+18 1.80397916e+16 6.23618897e+16
- 1.16028155e+17 2.44581312e+18 2.35547313e+17 4.59636920e+17
- 9.67994040e+17 3.76214297e+16 2.37386009e+17 1.06568978e+18
- 1.57641869e+17 3.84386514e+17 4.04363088e+17 2.99335427e+16
- 1.10020133e+16 8.13581698e+16 5.01584955e+17 1.55896198e+17
- 8.89326273e+17 1.02757475e+16 5.70784726e+17 2.89077639e+18
- 3.56574129e+17 1.90155972e+17 8.35622642e+14 1.32173064e+18]
-End computing r squared, result =  0.8627170224216315
-*** Linear model R2 score  =  0.8627170224216315
- X header, margins and linear coef numbers before transpose: 
- [['X_0', 'X_1', 'X_2', 'X_3', 'X_4', 'X_5', 'X_6', 'X_7', 'X_8', 'X_9'], ['frequency level of Little Socket', 'Core 0 state', 'Core 1 state', 'Core 2 state', 'Core 3 state', 'frequency level of Big Socket', 'Core 4 state', 'Core 5 state', 'Core 6 state', 'Core 7 state'], [-529888349.9862988, -1099877344.869247, -1450870740.8441124, -1805382825.1494648, -3198517526.073703, -157243193.6954375, -2791638189.252771, -2829748040.03868, -2314324393.023002, -3254190177.620103], array([3.38614912e+08, 1.07121859e+09, 1.16800867e+09, 1.30154314e+09,
-       2.23419347e+09, 2.89150846e+08, 2.44321931e+09, 2.10483344e+09,
-       1.76486839e+09, 2.46736743e+09]), array([8.68503261e+08, 2.17109593e+09, 2.61887941e+09, 3.10692596e+09,
-       5.43271100e+09, 4.46394040e+08, 5.23485750e+09, 4.93458148e+09,
-       4.07919279e+09, 5.72155760e+09])]
- --- Before Modifying variable -529888349.9862988, Type : <class 'str'>
- --- After Modifying variable -529888349.9862988, Type : <class 'float'>
- --- Before Modifying variable -1099877344.869247, Type : <class 'str'>
- --- After Modifying variable -1099877344.869247, Type : <class 'float'>
- --- Before Modifying variable -1450870740.8441124, Type : <class 'str'>
- --- After Modifying variable -1450870740.8441124, Type : <class 'float'>
- --- Before Modifying variable -1805382825.1494648, Type : <class 'str'>
- --- After Modifying variable -1805382825.1494648, Type : <class 'float'>
- --- Before Modifying variable -3198517526.073703, Type : <class 'str'>
- --- After Modifying variable -3198517526.073703, Type : <class 'float'>
- --- Before Modifying variable -157243193.6954375, Type : <class 'str'>
- --- After Modifying variable -157243193.6954375, Type : <class 'float'>
- --- Before Modifying variable -2791638189.252771, Type : <class 'str'>
- --- After Modifying variable -2791638189.252771, Type : <class 'float'>
- --- Before Modifying variable -2829748040.03868, Type : <class 'str'>
- --- After Modifying variable -2829748040.03868, Type : <class 'float'>
- --- Before Modifying variable -2314324393.023002, Type : <class 'str'>
- --- After Modifying variable -2314324393.023002, Type : <class 'float'>
- --- Before Modifying variable -3254190177.620103, Type : <class 'str'>
- --- After Modifying variable -3254190177.620103, Type : <class 'float'>
- --- Before Modifying variable 338614911.5089896, Type : <class 'str'>
- --- After Modifying variable 338614911.5089896, Type : <class 'float'>
- --- Before Modifying variable 1071218589.0893378, Type : <class 'str'>
- --- After Modifying variable 1071218589.0893378, Type : <class 'float'>
- --- Before Modifying variable 1168008672.9483862, Type : <class 'str'>
- --- After Modifying variable 1168008672.9483862, Type : <class 'float'>
- --- Before Modifying variable 1301543138.838489, Type : <class 'str'>
- --- After Modifying variable 1301543138.838489, Type : <class 'float'>
- --- Before Modifying variable 2234193474.5972657, Type : <class 'str'>
- --- After Modifying variable 2234193474.5972657, Type : <class 'float'>
- --- Before Modifying variable 289150846.0373467, Type : <class 'str'>
- --- After Modifying variable 289150846.0373467, Type : <class 'float'>
- --- Before Modifying variable 2443219307.768936, Type : <class 'str'>
- --- After Modifying variable 2443219307.768936, Type : <class 'float'>
- --- Before Modifying variable 2104833442.1831555, Type : <class 'str'>
- --- After Modifying variable 2104833442.1831555, Type : <class 'float'>
- --- Before Modifying variable 1764868393.0410156, Type : <class 'str'>
- --- After Modifying variable 1764868393.0410156, Type : <class 'float'>
- --- Before Modifying variable 2467367427.355704, Type : <class 'str'>
- --- After Modifying variable 2467367427.355704, Type : <class 'float'>
- --- Before Modifying variable 868503261.4952884, Type : <class 'str'>
- --- After Modifying variable 868503261.4952884, Type : <class 'float'>
- --- Before Modifying variable 2171095933.958585, Type : <class 'str'>
- --- After Modifying variable 2171095933.958585, Type : <class 'float'>
- --- Before Modifying variable 2618879413.7924986, Type : <class 'str'>
- --- After Modifying variable 2618879413.7924986, Type : <class 'float'>
- --- Before Modifying variable 3106925963.987954, Type : <class 'str'>
- --- After Modifying variable 3106925963.987954, Type : <class 'float'>
- --- Before Modifying variable 5432711000.670969, Type : <class 'str'>
- --- After Modifying variable 5432711000.670969, Type : <class 'float'>
- --- Before Modifying variable 446394039.7327842, Type : <class 'str'>
- --- After Modifying variable 446394039.7327842, Type : <class 'float'>
- --- Before Modifying variable 5234857497.021708, Type : <class 'str'>
- --- After Modifying variable 5234857497.021708, Type : <class 'float'>
- --- Before Modifying variable 4934581482.221836, Type : <class 'str'>
- --- After Modifying variable 4934581482.221836, Type : <class 'float'>
- --- Before Modifying variable 4079192786.064018, Type : <class 'str'>
- --- After Modifying variable 4079192786.064018, Type : <class 'float'>
- --- Before Modifying variable 5721557604.975807, Type : <class 'str'>
- --- After Modifying variable 5721557604.975807, Type : <class 'float'>
- X header, margins and linear coef numbers after transpose: 
- [['X_0', 'frequency level of Little Socket', -529888349.9862988, 338614911.5089896, 868503261.4952884], ['X_1', 'Core 0 state', -1099877344.869247, 1071218589.0893378, 2171095933.958585], ['X_2', 'Core 1 state', -1450870740.8441124, 1168008672.9483862, 2618879413.7924986], ['X_3', 'Core 2 state', -1805382825.1494648, 1301543138.838489, 3106925963.987954], ['X_4', 'Core 3 state', -3198517526.073703, 2234193474.5972657, 5432711000.670969], ['X_5', 'frequency level of Big Socket', -157243193.6954375, 289150846.0373467, 446394039.7327842], ['X_6', 'Core 4 state', -2791638189.252771, 2443219307.768936, 5234857497.021708], ['X_7', 'Core 5 state', -2829748040.03868, 2104833442.1831555, 4934581482.221836], ['X_8', 'Core 6 state', -2314324393.023002, 1764868393.0410156, 4079192786.064018], ['X_9', 'Core 7 state', -3254190177.620103, 2467367427.355704, 5721557604.975807]]
-margins and linearcoef summary_to_print : 
- [array(['X_variable', 'meaning ', 'kernel ridge margins',
-       'linear regression coefficients', 'difference'], dtype='<U30'), ['X_0', 'frequency level of Little Socket', -529888349.9862988, 338614911.5089896, 868503261.4952884], ['X_1', 'Core 0 state', -1099877344.869247, 1071218589.0893378, 2171095933.958585], ['X_2', 'Core 1 state', -1450870740.8441124, 1168008672.9483862, 2618879413.7924986], ['X_3', 'Core 2 state', -1805382825.1494648, 1301543138.838489, 3106925963.987954], ['X_4', 'Core 3 state', -3198517526.073703, 2234193474.5972657, 5432711000.670969], ['X_5', 'frequency level of Big Socket', -157243193.6954375, 289150846.0373467, 446394039.7327842], ['X_6', 'Core 4 state', -2791638189.252771, 2443219307.768936, 5234857497.021708], ['X_7', 'Core 5 state', -2829748040.03868, 2104833442.1831555, 4934581482.221836], ['X_8', 'Core 6 state', -2314324393.023002, 1764868393.0410156, 4079192786.064018], ['X_9', 'Core 7 state', -3254190177.620103, 2467367427.355704, 5721557604.975807]]
- --- Actual line: ['X_variable' 'meaning ' 'kernel ridge margins'
- 'linear regression coefficients' 'difference']
- --- Actual line: ['X_0', 'frequency level of Little Socket', -529888349.9862988, 338614911.5089896, 868503261.4952884]
- --- Actual line: ['X_1', 'Core 0 state', -1099877344.869247, 1071218589.0893378, 2171095933.958585]
- --- Actual line: ['X_2', 'Core 1 state', -1450870740.8441124, 1168008672.9483862, 2618879413.7924986]
- --- Actual line: ['X_3', 'Core 2 state', -1805382825.1494648, 1301543138.838489, 3106925963.987954]
- --- Actual line: ['X_4', 'Core 3 state', -3198517526.073703, 2234193474.5972657, 5432711000.670969]
- --- Actual line: ['X_5', 'frequency level of Big Socket', -157243193.6954375, 289150846.0373467, 446394039.7327842]
- --- Actual line: ['X_6', 'Core 4 state', -2791638189.252771, 2443219307.768936, 5234857497.021708]
- --- Actual line: ['X_7', 'Core 5 state', -2829748040.03868, 2104833442.1831555, 4934581482.221836]
- --- Actual line: ['X_8', 'Core 6 state', -2314324393.023002, 1764868393.0410156, 4079192786.064018]
- --- Actual line: ['X_9', 'Core 7 state', -3254190177.620103, 2467367427.355704, 5721557604.975807]
- X header, margins and linear coef numbers after transpose, ordered by margin: 
- [['X_5', 'frequency level of Big Socket', -157243193.6954375, 289150846.0373467, 446394039.7327842], ['X_0', 'frequency level of Little Socket', -529888349.9862988, 338614911.5089896, 868503261.4952884], ['X_1', 'Core 0 state', -1099877344.869247, 1071218589.0893378, 2171095933.958585], ['X_2', 'Core 1 state', -1450870740.8441124, 1168008672.9483862, 2618879413.7924986], ['X_3', 'Core 2 state', -1805382825.1494648, 1301543138.838489, 3106925963.987954], ['X_8', 'Core 6 state', -2314324393.023002, 1764868393.0410156, 4079192786.064018], ['X_6', 'Core 4 state', -2791638189.252771, 2443219307.768936, 5234857497.021708], ['X_7', 'Core 5 state', -2829748040.03868, 2104833442.1831555, 4934581482.221836], ['X_4', 'Core 3 state', -3198517526.073703, 2234193474.5972657, 5432711000.670969], ['X_9', 'Core 7 state', -3254190177.620103, 2467367427.355704, 5721557604.975807]]
-margins and linearcoef summary_to_print ordered by margin : 
- [array(['X_variable', 'meaning ', 'kernel ridge margins',
-       'linear regression coefficients', 'difference'], dtype='<U30'), ['X_0', 'frequency level of Little Socket', -529888349.9862988, 338614911.5089896, 868503261.4952884], ['X_1', 'Core 0 state', -1099877344.869247, 1071218589.0893378, 2171095933.958585], ['X_2', 'Core 1 state', -1450870740.8441124, 1168008672.9483862, 2618879413.7924986], ['X_3', 'Core 2 state', -1805382825.1494648, 1301543138.838489, 3106925963.987954], ['X_4', 'Core 3 state', -3198517526.073703, 2234193474.5972657, 5432711000.670969], ['X_5', 'frequency level of Big Socket', -157243193.6954375, 289150846.0373467, 446394039.7327842], ['X_6', 'Core 4 state', -2791638189.252771, 2443219307.768936, 5234857497.021708], ['X_7', 'Core 5 state', -2829748040.03868, 2104833442.1831555, 4934581482.221836], ['X_8', 'Core 6 state', -2314324393.023002, 1764868393.0410156, 4079192786.064018], ['X_9', 'Core 7 state', -3254190177.620103, 2467367427.355704, 5721557604.975807]]
- --- Actual line: ['X_variable' 'meaning ' 'kernel ridge margins'
- 'linear regression coefficients' 'difference']
- --- Actual line: ['X_5', 'frequency level of Big Socket', -157243193.6954375, 289150846.0373467, 446394039.7327842]
- --- Actual line: ['X_0', 'frequency level of Little Socket', -529888349.9862988, 338614911.5089896, 868503261.4952884]
- --- Actual line: ['X_1', 'Core 0 state', -1099877344.869247, 1071218589.0893378, 2171095933.958585]
- --- Actual line: ['X_2', 'Core 1 state', -1450870740.8441124, 1168008672.9483862, 2618879413.7924986]
- --- Actual line: ['X_3', 'Core 2 state', -1805382825.1494648, 1301543138.838489, 3106925963.987954]
- --- Actual line: ['X_8', 'Core 6 state', -2314324393.023002, 1764868393.0410156, 4079192786.064018]
- --- Actual line: ['X_6', 'Core 4 state', -2791638189.252771, 2443219307.768936, 5234857497.021708]
- --- Actual line: ['X_7', 'Core 5 state', -2829748040.03868, 2104833442.1831555, 4934581482.221836]
- --- Actual line: ['X_4', 'Core 3 state', -3198517526.073703, 2234193474.5972657, 5432711000.670969]
- --- Actual line: ['X_9', 'Core 7 state', -3254190177.620103, 2467367427.355704, 5721557604.975807]
- X header, margins and linear coef numbers after transpose, ordered by margin: 
- [['X_9', 'Core 7 state', -3254190177.620103, 2467367427.355704, 5721557604.975807], ['X_6', 'Core 4 state', -2791638189.252771, 2443219307.768936, 5234857497.021708], ['X_4', 'Core 3 state', -3198517526.073703, 2234193474.5972657, 5432711000.670969], ['X_7', 'Core 5 state', -2829748040.03868, 2104833442.1831555, 4934581482.221836], ['X_8', 'Core 6 state', -2314324393.023002, 1764868393.0410156, 4079192786.064018], ['X_3', 'Core 2 state', -1805382825.1494648, 1301543138.838489, 3106925963.987954], ['X_2', 'Core 1 state', -1450870740.8441124, 1168008672.9483862, 2618879413.7924986], ['X_1', 'Core 0 state', -1099877344.869247, 1071218589.0893378, 2171095933.958585], ['X_0', 'frequency level of Little Socket', -529888349.9862988, 338614911.5089896, 868503261.4952884], ['X_5', 'frequency level of Big Socket', -157243193.6954375, 289150846.0373467, 446394039.7327842]]
-margins and linearcoef summary_to_print ordered by linear regression coefficients : 
- [array(['X_variable', 'meaning ', 'kernel ridge margins',
-       'linear regression coefficients', 'difference'], dtype='<U30'), ['X_9', 'Core 7 state', -3254190177.620103, 2467367427.355704, 5721557604.975807], ['X_6', 'Core 4 state', -2791638189.252771, 2443219307.768936, 5234857497.021708], ['X_4', 'Core 3 state', -3198517526.073703, 2234193474.5972657, 5432711000.670969], ['X_7', 'Core 5 state', -2829748040.03868, 2104833442.1831555, 4934581482.221836], ['X_8', 'Core 6 state', -2314324393.023002, 1764868393.0410156, 4079192786.064018], ['X_3', 'Core 2 state', -1805382825.1494648, 1301543138.838489, 3106925963.987954], ['X_2', 'Core 1 state', -1450870740.8441124, 1168008672.9483862, 2618879413.7924986], ['X_1', 'Core 0 state', -1099877344.869247, 1071218589.0893378, 2171095933.958585], ['X_0', 'frequency level of Little Socket', -529888349.9862988, 338614911.5089896, 868503261.4952884], ['X_5', 'frequency level of Big Socket', -157243193.6954375, 289150846.0373467, 446394039.7327842]]
- --- Actual line: ['X_variable' 'meaning ' 'kernel ridge margins'
- 'linear regression coefficients' 'difference']
- --- Actual line: ['X_9', 'Core 7 state', -3254190177.620103, 2467367427.355704, 5721557604.975807]
- --- Actual line: ['X_6', 'Core 4 state', -2791638189.252771, 2443219307.768936, 5234857497.021708]
- --- Actual line: ['X_4', 'Core 3 state', -3198517526.073703, 2234193474.5972657, 5432711000.670969]
- --- Actual line: ['X_7', 'Core 5 state', -2829748040.03868, 2104833442.1831555, 4934581482.221836]
- --- Actual line: ['X_8', 'Core 6 state', -2314324393.023002, 1764868393.0410156, 4079192786.064018]
- --- Actual line: ['X_3', 'Core 2 state', -1805382825.1494648, 1301543138.838489, 3106925963.987954]
- --- Actual line: ['X_2', 'Core 1 state', -1450870740.8441124, 1168008672.9483862, 2618879413.7924986]
- --- Actual line: ['X_1', 'Core 0 state', -1099877344.869247, 1071218589.0893378, 2171095933.958585]
- --- Actual line: ['X_0', 'frequency level of Little Socket', -529888349.9862988, 338614911.5089896, 868503261.4952884]
- --- Actual line: ['X_5', 'frequency level of Big Socket', -157243193.6954375, 289150846.0373467, 446394039.7327842]
- X header, margins and linear coef numbers after transpose, ordered by margin: 
- [['X_9', 'Core 7 state', -3254190177.620103, 2467367427.355704, 5721557604.975807], ['X_4', 'Core 3 state', -3198517526.073703, 2234193474.5972657, 5432711000.670969], ['X_6', 'Core 4 state', -2791638189.252771, 2443219307.768936, 5234857497.021708], ['X_7', 'Core 5 state', -2829748040.03868, 2104833442.1831555, 4934581482.221836], ['X_8', 'Core 6 state', -2314324393.023002, 1764868393.0410156, 4079192786.064018], ['X_3', 'Core 2 state', -1805382825.1494648, 1301543138.838489, 3106925963.987954], ['X_2', 'Core 1 state', -1450870740.8441124, 1168008672.9483862, 2618879413.7924986], ['X_1', 'Core 0 state', -1099877344.869247, 1071218589.0893378, 2171095933.958585], ['X_0', 'frequency level of Little Socket', -529888349.9862988, 338614911.5089896, 868503261.4952884], ['X_5', 'frequency level of Big Socket', -157243193.6954375, 289150846.0373467, 446394039.7327842]]
-margins and linearcoef summary_to_print ordered by linear regression coefficients : 
- [array(['X_variable', 'meaning ', 'kernel ridge margins',
-       'linear regression coefficients', 'difference'], dtype='<U30'), ['X_9', 'Core 7 state', -3254190177.620103, 2467367427.355704, 5721557604.975807], ['X_4', 'Core 3 state', -3198517526.073703, 2234193474.5972657, 5432711000.670969], ['X_6', 'Core 4 state', -2791638189.252771, 2443219307.768936, 5234857497.021708], ['X_7', 'Core 5 state', -2829748040.03868, 2104833442.1831555, 4934581482.221836], ['X_8', 'Core 6 state', -2314324393.023002, 1764868393.0410156, 4079192786.064018], ['X_3', 'Core 2 state', -1805382825.1494648, 1301543138.838489, 3106925963.987954], ['X_2', 'Core 1 state', -1450870740.8441124, 1168008672.9483862, 2618879413.7924986], ['X_1', 'Core 0 state', -1099877344.869247, 1071218589.0893378, 2171095933.958585], ['X_0', 'frequency level of Little Socket', -529888349.9862988, 338614911.5089896, 868503261.4952884], ['X_5', 'frequency level of Big Socket', -157243193.6954375, 289150846.0373467, 446394039.7327842]]
- --- Actual line: ['X_variable' 'meaning ' 'kernel ridge margins'
- 'linear regression coefficients' 'difference']
- --- Actual line: ['X_9', 'Core 7 state', -3254190177.620103, 2467367427.355704, 5721557604.975807]
- --- Actual line: ['X_4', 'Core 3 state', -3198517526.073703, 2234193474.5972657, 5432711000.670969]
- --- Actual line: ['X_6', 'Core 4 state', -2791638189.252771, 2443219307.768936, 5234857497.021708]
- --- Actual line: ['X_7', 'Core 5 state', -2829748040.03868, 2104833442.1831555, 4934581482.221836]
- --- Actual line: ['X_8', 'Core 6 state', -2314324393.023002, 1764868393.0410156, 4079192786.064018]
- --- Actual line: ['X_3', 'Core 2 state', -1805382825.1494648, 1301543138.838489, 3106925963.987954]
- --- Actual line: ['X_2', 'Core 1 state', -1450870740.8441124, 1168008672.9483862, 2618879413.7924986]
- --- Actual line: ['X_1', 'Core 0 state', -1099877344.869247, 1071218589.0893378, 2171095933.958585]
- --- Actual line: ['X_0', 'frequency level of Little Socket', -529888349.9862988, 338614911.5089896, 868503261.4952884]
- --- Actual line: ['X_5', 'frequency level of Big Socket', -157243193.6954375, 289150846.0373467, 446394039.7327842]
-d_X_5 linear model parameters  =  [ 2.33570689e+08 -1.39890073e+07 -9.37156439e+07  1.94513724e+08
- -2.95189904e+08 -6.25079840e+08  4.57893765e+08 -2.28424388e+08
-  2.02310891e+08 -5.10372464e+08]
- --- FLOAT version of d_X_i_linear_coefficients_ [233570688.81829673, -13989007.283650028, -93715643.85229504, 194513723.57919046, -295189903.70194227, -625079840.3318375, 457893765.1892468, -228424387.73947027, 202310890.68209317, -510372464.3829278]
- --- Before Modifying variable 233570688.81829673, Type : <class 'str'>
- --- After Modifying variable 233570688.81829673, Type : <class 'float'>
- --- Before Modifying variable -13989007.283650028, Type : <class 'str'>
- --- After Modifying variable -13989007.283650028, Type : <class 'float'>
- --- Before Modifying variable -93715643.85229504, Type : <class 'str'>
- --- After Modifying variable -93715643.85229504, Type : <class 'float'>
- --- Before Modifying variable 194513723.57919046, Type : <class 'str'>
- --- After Modifying variable 194513723.57919046, Type : <class 'float'>
- --- Before Modifying variable -295189903.70194227, Type : <class 'str'>
- --- After Modifying variable -295189903.70194227, Type : <class 'float'>
- --- Before Modifying variable -625079840.3318375, Type : <class 'str'>
- --- After Modifying variable -625079840.3318375, Type : <class 'float'>
- --- Before Modifying variable 457893765.1892468, Type : <class 'str'>
- --- After Modifying variable 457893765.1892468, Type : <class 'float'>
- --- Before Modifying variable -228424387.73947027, Type : <class 'str'>
- --- After Modifying variable -228424387.73947027, Type : <class 'float'>
- --- Before Modifying variable 202310890.68209317, Type : <class 'str'>
- --- After Modifying variable 202310890.68209317, Type : <class 'float'>
- --- Before Modifying variable -510372464.3829278, Type : <class 'str'>
- --- After Modifying variable -510372464.3829278, Type : <class 'float'>
- --- Before Modifying variable 233570688.81829673, Type : <class 'str'>
- --- After Modifying variable 233570688.81829673, Type : <class 'float'>
- --- Before Modifying variable 13989007.283650028, Type : <class 'str'>
- --- After Modifying variable 13989007.283650028, Type : <class 'float'>
- --- Before Modifying variable 93715643.85229504, Type : <class 'str'>
- --- After Modifying variable 93715643.85229504, Type : <class 'float'>
- --- Before Modifying variable 194513723.57919046, Type : <class 'str'>
- --- After Modifying variable 194513723.57919046, Type : <class 'float'>
- --- Before Modifying variable 295189903.70194227, Type : <class 'str'>
- --- After Modifying variable 295189903.70194227, Type : <class 'float'>
- --- Before Modifying variable 625079840.3318375, Type : <class 'str'>
- --- After Modifying variable 625079840.3318375, Type : <class 'float'>
- --- Before Modifying variable 457893765.1892468, Type : <class 'str'>
- --- After Modifying variable 457893765.1892468, Type : <class 'float'>
- --- Before Modifying variable 228424387.73947027, Type : <class 'str'>
- --- After Modifying variable 228424387.73947027, Type : <class 'float'>
- --- Before Modifying variable 202310890.68209317, Type : <class 'str'>
- --- After Modifying variable 202310890.68209317, Type : <class 'float'>
- --- Before Modifying variable 510372464.3829278, Type : <class 'str'>
- --- After Modifying variable 510372464.3829278, Type : <class 'float'>
- X header, d_X_ 5 values : 
- [['X_0', 'X_1', 'X_2', 'X_3', 'X_4', 'X_5', 'X_6', 'X_7', 'X_8', 'X_9'], ['frequency level of Little Socket', 'Core 0 state', 'Core 1 state', 'Core 2 state', 'Core 3 state', 'frequency level of Big Socket', 'Core 4 state', 'Core 5 state', 'Core 6 state', 'Core 7 state'], [233570688.81829673, -13989007.283650028, -93715643.85229504, 194513723.57919046, -295189903.70194227, -625079840.3318375, 457893765.1892468, -228424387.73947027, 202310890.68209317, -510372464.3829278], [233570688.81829673, 13989007.283650028, 93715643.85229504, 194513723.57919046, 295189903.70194227, 625079840.3318375, 457893765.1892468, 228424387.73947027, 202310890.68209317, 510372464.3829278]]
- --- Actual line: ['Variable' 'meaning '
- 'd_X_5 (Variation relative to frequency level of Big Socket)'
- 'asolute d_X_5']
- --- Actual line: ['X_0', 'frequency level of Little Socket', 233570688.81829673, 233570688.81829673]
- --- Actual line: ['X_1', 'Core 0 state', -13989007.283650028, 13989007.283650028]
- --- Actual line: ['X_2', 'Core 1 state', -93715643.85229504, 93715643.85229504]
- --- Actual line: ['X_3', 'Core 2 state', 194513723.57919046, 194513723.57919046]
- --- Actual line: ['X_4', 'Core 3 state', -295189903.70194227, 295189903.70194227]
- --- Actual line: ['X_5', 'frequency level of Big Socket', -625079840.3318375, 625079840.3318375]
- --- Actual line: ['X_6', 'Core 4 state', 457893765.1892468, 457893765.1892468]
- --- Actual line: ['X_7', 'Core 5 state', -228424387.73947027, 228424387.73947027]
- --- Actual line: ['X_8', 'Core 6 state', 202310890.68209317, 202310890.68209317]
- --- Actual line: ['X_9', 'Core 7 state', -510372464.3829278, 510372464.3829278]
- X header, margins and linear coef numbers after transpose, ordered by margin: 
- [['X_6', 'Core 4 state', 457893765.1892468, 457893765.1892468], ['X_0', 'frequency level of Little Socket', 233570688.81829673, 233570688.81829673], ['X_8', 'Core 6 state', 202310890.68209317, 202310890.68209317], ['X_3', 'Core 2 state', 194513723.57919046, 194513723.57919046], ['X_1', 'Core 0 state', -13989007.283650028, 13989007.283650028], ['X_2', 'Core 1 state', -93715643.85229504, 93715643.85229504], ['X_7', 'Core 5 state', -228424387.73947027, 228424387.73947027], ['X_4', 'Core 3 state', -295189903.70194227, 295189903.70194227], ['X_9', 'Core 7 state', -510372464.3829278, 510372464.3829278], ['X_5', 'frequency level of Big Socket', -625079840.3318375, 625079840.3318375]]
-margins and linearcoef summary_to_print ordered by margin : 
- [array(['Variable', 'meaning ',
-       'd_X_5 (Variation relative to frequency level of Big Socket)',
-       'asolute d_X_5'], dtype='<U59'), ['X_6', 'Core 4 state', 457893765.1892468, 457893765.1892468], ['X_0', 'frequency level of Little Socket', 233570688.81829673, 233570688.81829673], ['X_8', 'Core 6 state', 202310890.68209317, 202310890.68209317], ['X_3', 'Core 2 state', 194513723.57919046, 194513723.57919046], ['X_1', 'Core 0 state', -13989007.283650028, 13989007.283650028], ['X_2', 'Core 1 state', -93715643.85229504, 93715643.85229504], ['X_7', 'Core 5 state', -228424387.73947027, 228424387.73947027], ['X_4', 'Core 3 state', -295189903.70194227, 295189903.70194227], ['X_9', 'Core 7 state', -510372464.3829278, 510372464.3829278], ['X_5', 'frequency level of Big Socket', -625079840.3318375, 625079840.3318375]]
- --- Actual line: ['Variable' 'meaning '
- 'd_X_5 (Variation relative to frequency level of Big Socket)'
- 'asolute d_X_5']
- --- Actual line: ['X_6', 'Core 4 state', 457893765.1892468, 457893765.1892468]
- --- Actual line: ['X_0', 'frequency level of Little Socket', 233570688.81829673, 233570688.81829673]
- --- Actual line: ['X_8', 'Core 6 state', 202310890.68209317, 202310890.68209317]
- --- Actual line: ['X_3', 'Core 2 state', 194513723.57919046, 194513723.57919046]
- --- Actual line: ['X_1', 'Core 0 state', -13989007.283650028, 13989007.283650028]
- --- Actual line: ['X_2', 'Core 1 state', -93715643.85229504, 93715643.85229504]
- --- Actual line: ['X_7', 'Core 5 state', -228424387.73947027, 228424387.73947027]
- --- Actual line: ['X_4', 'Core 3 state', -295189903.70194227, 295189903.70194227]
- --- Actual line: ['X_9', 'Core 7 state', -510372464.3829278, 510372464.3829278]
- --- Actual line: ['X_5', 'frequency level of Big Socket', -625079840.3318375, 625079840.3318375]
- X header, margins and linear coef numbers after transpose, ordered by margin: 
- [['X_5', 'frequency level of Big Socket', -625079840.3318375, 625079840.3318375], ['X_9', 'Core 7 state', -510372464.3829278, 510372464.3829278], ['X_6', 'Core 4 state', 457893765.1892468, 457893765.1892468], ['X_4', 'Core 3 state', -295189903.70194227, 295189903.70194227], ['X_0', 'frequency level of Little Socket', 233570688.81829673, 233570688.81829673], ['X_7', 'Core 5 state', -228424387.73947027, 228424387.73947027], ['X_8', 'Core 6 state', 202310890.68209317, 202310890.68209317], ['X_3', 'Core 2 state', 194513723.57919046, 194513723.57919046], ['X_2', 'Core 1 state', -93715643.85229504, 93715643.85229504], ['X_1', 'Core 0 state', -13989007.283650028, 13989007.283650028]]
-margins and linearcoef summary_to_print ordered by margin : 
- [array(['Variable', 'meaning ',
-       'd_X_5 (Variation relative to frequency level of Big Socket)',
-       'asolute d_X_5'], dtype='<U59'), ['X_5', 'frequency level of Big Socket', -625079840.3318375, 625079840.3318375], ['X_9', 'Core 7 state', -510372464.3829278, 510372464.3829278], ['X_6', 'Core 4 state', 457893765.1892468, 457893765.1892468], ['X_4', 'Core 3 state', -295189903.70194227, 295189903.70194227], ['X_0', 'frequency level of Little Socket', 233570688.81829673, 233570688.81829673], ['X_7', 'Core 5 state', -228424387.73947027, 228424387.73947027], ['X_8', 'Core 6 state', 202310890.68209317, 202310890.68209317], ['X_3', 'Core 2 state', 194513723.57919046, 194513723.57919046], ['X_2', 'Core 1 state', -93715643.85229504, 93715643.85229504], ['X_1', 'Core 0 state', -13989007.283650028, 13989007.283650028]]
- --- Actual line: ['Variable' 'meaning '
- 'd_X_5 (Variation relative to frequency level of Big Socket)'
- 'asolute d_X_5']
- --- Actual line: ['X_5', 'frequency level of Big Socket', -625079840.3318375, 625079840.3318375]
- --- Actual line: ['X_9', 'Core 7 state', -510372464.3829278, 510372464.3829278]
- --- Actual line: ['X_6', 'Core 4 state', 457893765.1892468, 457893765.1892468]
- --- Actual line: ['X_4', 'Core 3 state', -295189903.70194227, 295189903.70194227]
- --- Actual line: ['X_0', 'frequency level of Little Socket', 233570688.81829673, 233570688.81829673]
- --- Actual line: ['X_7', 'Core 5 state', -228424387.73947027, 228424387.73947027]
- --- Actual line: ['X_8', 'Core 6 state', 202310890.68209317, 202310890.68209317]
- --- Actual line: ['X_3', 'Core 2 state', 194513723.57919046, 194513723.57919046]
- --- Actual line: ['X_2', 'Core 1 state', -93715643.85229504, 93715643.85229504]
- --- Actual line: ['X_1', 'Core 0 state', -13989007.283650028, 13989007.283650028]
-Plotting d_X_5 over other variables
---- In function plot_marginal_interactions : plotting d_X_5 with regard to X_0, X_1, X_2, ... X_9
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
-d_X_0 linear model parameters  =  [ 6.07022823e+08 -7.51410096e+08 -3.78580540e+08 -4.31345787e+08
- -1.50390265e+09  1.62641478e+08 -9.39948774e+07  4.86901444e+07
-  5.48623329e+08  2.21535538e+08]
- --- FLOAT version of d_X_i_linear_coefficients_ [607022822.8421252, -751410096.0650189, -378580539.9241833, -431345786.8537546, -1503902647.5790486, 162641477.53824845, -93994877.37132247, 48690144.403789476, 548623328.73708, 221535538.07972366]
- --- Before Modifying variable 607022822.8421252, Type : <class 'str'>
- --- After Modifying variable 607022822.8421252, Type : <class 'float'>
- --- Before Modifying variable -751410096.0650189, Type : <class 'str'>
- --- After Modifying variable -751410096.0650189, Type : <class 'float'>
- --- Before Modifying variable -378580539.9241833, Type : <class 'str'>
- --- After Modifying variable -378580539.9241833, Type : <class 'float'>
- --- Before Modifying variable -431345786.8537546, Type : <class 'str'>
- --- After Modifying variable -431345786.8537546, Type : <class 'float'>
- --- Before Modifying variable -1503902647.5790486, Type : <class 'str'>
- --- After Modifying variable -1503902647.5790486, Type : <class 'float'>
- --- Before Modifying variable 162641477.53824845, Type : <class 'str'>
- --- After Modifying variable 162641477.53824845, Type : <class 'float'>
- --- Before Modifying variable -93994877.37132247, Type : <class 'str'>
- --- After Modifying variable -93994877.37132247, Type : <class 'float'>
- --- Before Modifying variable 48690144.403789476, Type : <class 'str'>
- --- After Modifying variable 48690144.403789476, Type : <class 'float'>
- --- Before Modifying variable 548623328.73708, Type : <class 'str'>
- --- After Modifying variable 548623328.73708, Type : <class 'float'>
- --- Before Modifying variable 221535538.07972366, Type : <class 'str'>
- --- After Modifying variable 221535538.07972366, Type : <class 'float'>
- --- Before Modifying variable 607022822.8421252, Type : <class 'str'>
- --- After Modifying variable 607022822.8421252, Type : <class 'float'>
- --- Before Modifying variable 751410096.0650189, Type : <class 'str'>
- --- After Modifying variable 751410096.0650189, Type : <class 'float'>
- --- Before Modifying variable 378580539.9241833, Type : <class 'str'>
- --- After Modifying variable 378580539.9241833, Type : <class 'float'>
- --- Before Modifying variable 431345786.8537546, Type : <class 'str'>
- --- After Modifying variable 431345786.8537546, Type : <class 'float'>
- --- Before Modifying variable 1503902647.5790486, Type : <class 'str'>
- --- After Modifying variable 1503902647.5790486, Type : <class 'float'>
- --- Before Modifying variable 162641477.53824845, Type : <class 'str'>
- --- After Modifying variable 162641477.53824845, Type : <class 'float'>
- --- Before Modifying variable 93994877.37132247, Type : <class 'str'>
- --- After Modifying variable 93994877.37132247, Type : <class 'float'>
- --- Before Modifying variable 48690144.403789476, Type : <class 'str'>
- --- After Modifying variable 48690144.403789476, Type : <class 'float'>
- --- Before Modifying variable 548623328.73708, Type : <class 'str'>
- --- After Modifying variable 548623328.73708, Type : <class 'float'>
- --- Before Modifying variable 221535538.07972366, Type : <class 'str'>
- --- After Modifying variable 221535538.07972366, Type : <class 'float'>
- X header, d_X_ 0 values : 
- [['X_0', 'X_1', 'X_2', 'X_3', 'X_4', 'X_5', 'X_6', 'X_7', 'X_8', 'X_9'], ['frequency level of Little Socket', 'Core 0 state', 'Core 1 state', 'Core 2 state', 'Core 3 state', 'frequency level of Big Socket', 'Core 4 state', 'Core 5 state', 'Core 6 state', 'Core 7 state'], [607022822.8421252, -751410096.0650189, -378580539.9241833, -431345786.8537546, -1503902647.5790486, 162641477.53824845, -93994877.37132247, 48690144.403789476, 548623328.73708, 221535538.07972366], [607022822.8421252, 751410096.0650189, 378580539.9241833, 431345786.8537546, 1503902647.5790486, 162641477.53824845, 93994877.37132247, 48690144.403789476, 548623328.73708, 221535538.07972366]]
- --- Actual line: ['Variable' 'meaning '
- 'd_X_0 (Variation relative to frequency level of Little Socket)'
- 'asolute d_X_0']
- --- Actual line: ['X_0', 'frequency level of Little Socket', 607022822.8421252, 607022822.8421252]
- --- Actual line: ['X_1', 'Core 0 state', -751410096.0650189, 751410096.0650189]
- --- Actual line: ['X_2', 'Core 1 state', -378580539.9241833, 378580539.9241833]
- --- Actual line: ['X_3', 'Core 2 state', -431345786.8537546, 431345786.8537546]
- --- Actual line: ['X_4', 'Core 3 state', -1503902647.5790486, 1503902647.5790486]
- --- Actual line: ['X_5', 'frequency level of Big Socket', 162641477.53824845, 162641477.53824845]
- --- Actual line: ['X_6', 'Core 4 state', -93994877.37132247, 93994877.37132247]
- --- Actual line: ['X_7', 'Core 5 state', 48690144.403789476, 48690144.403789476]
- --- Actual line: ['X_8', 'Core 6 state', 548623328.73708, 548623328.73708]
- --- Actual line: ['X_9', 'Core 7 state', 221535538.07972366, 221535538.07972366]
- X header, margins and linear coef numbers after transpose, ordered by margin: 
- [['X_0', 'frequency level of Little Socket', 607022822.8421252, 607022822.8421252], ['X_8', 'Core 6 state', 548623328.73708, 548623328.73708], ['X_9', 'Core 7 state', 221535538.07972366, 221535538.07972366], ['X_5', 'frequency level of Big Socket', 162641477.53824845, 162641477.53824845], ['X_7', 'Core 5 state', 48690144.403789476, 48690144.403789476], ['X_6', 'Core 4 state', -93994877.37132247, 93994877.37132247], ['X_2', 'Core 1 state', -378580539.9241833, 378580539.9241833], ['X_3', 'Core 2 state', -431345786.8537546, 431345786.8537546], ['X_1', 'Core 0 state', -751410096.0650189, 751410096.0650189], ['X_4', 'Core 3 state', -1503902647.5790486, 1503902647.5790486]]
-margins and linearcoef summary_to_print ordered by margin : 
- [array(['Variable', 'meaning ',
-       'd_X_0 (Variation relative to frequency level of Little Socket)',
-       'asolute d_X_0'], dtype='<U62'), ['X_0', 'frequency level of Little Socket', 607022822.8421252, 607022822.8421252], ['X_8', 'Core 6 state', 548623328.73708, 548623328.73708], ['X_9', 'Core 7 state', 221535538.07972366, 221535538.07972366], ['X_5', 'frequency level of Big Socket', 162641477.53824845, 162641477.53824845], ['X_7', 'Core 5 state', 48690144.403789476, 48690144.403789476], ['X_6', 'Core 4 state', -93994877.37132247, 93994877.37132247], ['X_2', 'Core 1 state', -378580539.9241833, 378580539.9241833], ['X_3', 'Core 2 state', -431345786.8537546, 431345786.8537546], ['X_1', 'Core 0 state', -751410096.0650189, 751410096.0650189], ['X_4', 'Core 3 state', -1503902647.5790486, 1503902647.5790486]]
- --- Actual line: ['Variable' 'meaning '
- 'd_X_0 (Variation relative to frequency level of Little Socket)'
- 'asolute d_X_0']
- --- Actual line: ['X_0', 'frequency level of Little Socket', 607022822.8421252, 607022822.8421252]
- --- Actual line: ['X_8', 'Core 6 state', 548623328.73708, 548623328.73708]
- --- Actual line: ['X_9', 'Core 7 state', 221535538.07972366, 221535538.07972366]
- --- Actual line: ['X_5', 'frequency level of Big Socket', 162641477.53824845, 162641477.53824845]
- --- Actual line: ['X_7', 'Core 5 state', 48690144.403789476, 48690144.403789476]
- --- Actual line: ['X_6', 'Core 4 state', -93994877.37132247, 93994877.37132247]
- --- Actual line: ['X_2', 'Core 1 state', -378580539.9241833, 378580539.9241833]
- --- Actual line: ['X_3', 'Core 2 state', -431345786.8537546, 431345786.8537546]
- --- Actual line: ['X_1', 'Core 0 state', -751410096.0650189, 751410096.0650189]
- --- Actual line: ['X_4', 'Core 3 state', -1503902647.5790486, 1503902647.5790486]
- X header, margins and linear coef numbers after transpose, ordered by margin: 
- [['X_4', 'Core 3 state', -1503902647.5790486, 1503902647.5790486], ['X_1', 'Core 0 state', -751410096.0650189, 751410096.0650189], ['X_0', 'frequency level of Little Socket', 607022822.8421252, 607022822.8421252], ['X_8', 'Core 6 state', 548623328.73708, 548623328.73708], ['X_3', 'Core 2 state', -431345786.8537546, 431345786.8537546], ['X_2', 'Core 1 state', -378580539.9241833, 378580539.9241833], ['X_9', 'Core 7 state', 221535538.07972366, 221535538.07972366], ['X_5', 'frequency level of Big Socket', 162641477.53824845, 162641477.53824845], ['X_6', 'Core 4 state', -93994877.37132247, 93994877.37132247], ['X_7', 'Core 5 state', 48690144.403789476, 48690144.403789476]]
-margins and linearcoef summary_to_print ordered by margin : 
- [array(['Variable', 'meaning ',
-       'd_X_0 (Variation relative to frequency level of Little Socket)',
-       'asolute d_X_0'], dtype='<U62'), ['X_4', 'Core 3 state', -1503902647.5790486, 1503902647.5790486], ['X_1', 'Core 0 state', -751410096.0650189, 751410096.0650189], ['X_0', 'frequency level of Little Socket', 607022822.8421252, 607022822.8421252], ['X_8', 'Core 6 state', 548623328.73708, 548623328.73708], ['X_3', 'Core 2 state', -431345786.8537546, 431345786.8537546], ['X_2', 'Core 1 state', -378580539.9241833, 378580539.9241833], ['X_9', 'Core 7 state', 221535538.07972366, 221535538.07972366], ['X_5', 'frequency level of Big Socket', 162641477.53824845, 162641477.53824845], ['X_6', 'Core 4 state', -93994877.37132247, 93994877.37132247], ['X_7', 'Core 5 state', 48690144.403789476, 48690144.403789476]]
- --- Actual line: ['Variable' 'meaning '
- 'd_X_0 (Variation relative to frequency level of Little Socket)'
- 'asolute d_X_0']
- --- Actual line: ['X_4', 'Core 3 state', -1503902647.5790486, 1503902647.5790486]
- --- Actual line: ['X_1', 'Core 0 state', -751410096.0650189, 751410096.0650189]
- --- Actual line: ['X_0', 'frequency level of Little Socket', 607022822.8421252, 607022822.8421252]
- --- Actual line: ['X_8', 'Core 6 state', 548623328.73708, 548623328.73708]
- --- Actual line: ['X_3', 'Core 2 state', -431345786.8537546, 431345786.8537546]
- --- Actual line: ['X_2', 'Core 1 state', -378580539.9241833, 378580539.9241833]
- --- Actual line: ['X_9', 'Core 7 state', 221535538.07972366, 221535538.07972366]
- --- Actual line: ['X_5', 'frequency level of Big Socket', 162641477.53824845, 162641477.53824845]
- --- Actual line: ['X_6', 'Core 4 state', -93994877.37132247, 93994877.37132247]
- --- Actual line: ['X_7', 'Core 5 state', 48690144.403789476, 48690144.403789476]
-Plotting d_X_0 over other variables
---- In function plot_marginal_interactions : plotting d_X_0 with regard to X_0, X_1, X_2, ... X_9
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
-d_X_1 linear model parameters  =  [-6.44610916e+08  1.90207514e+08  3.49480695e+08  9.48668073e+06
- -5.18345529e+08 -1.40684169e+08 -2.19538694e+08 -2.24434007e+08
- -7.88534167e+06 -4.48337402e+08]
- --- FLOAT version of d_X_i_linear_coefficients_ [-644610916.4753703, 190207513.95840552, 349480694.81905603, 9486680.731492579, -518345528.59840524, -140684168.66351885, -219538694.08657748, -224434006.5719647, -7885341.67304204, -448337401.90616333]
- --- Before Modifying variable -644610916.4753703, Type : <class 'str'>
- --- After Modifying variable -644610916.4753703, Type : <class 'float'>
- --- Before Modifying variable 190207513.95840552, Type : <class 'str'>
- --- After Modifying variable 190207513.95840552, Type : <class 'float'>
- --- Before Modifying variable 349480694.81905603, Type : <class 'str'>
- --- After Modifying variable 349480694.81905603, Type : <class 'float'>
- --- Before Modifying variable 9486680.731492579, Type : <class 'str'>
- --- After Modifying variable 9486680.731492579, Type : <class 'float'>
- --- Before Modifying variable -518345528.59840524, Type : <class 'str'>
- --- After Modifying variable -518345528.59840524, Type : <class 'float'>
- --- Before Modifying variable -140684168.66351885, Type : <class 'str'>
- --- After Modifying variable -140684168.66351885, Type : <class 'float'>
- --- Before Modifying variable -219538694.08657748, Type : <class 'str'>
- --- After Modifying variable -219538694.08657748, Type : <class 'float'>
- --- Before Modifying variable -224434006.5719647, Type : <class 'str'>
- --- After Modifying variable -224434006.5719647, Type : <class 'float'>
- --- Before Modifying variable -7885341.67304204, Type : <class 'str'>
- --- After Modifying variable -7885341.67304204, Type : <class 'float'>
- --- Before Modifying variable -448337401.90616333, Type : <class 'str'>
- --- After Modifying variable -448337401.90616333, Type : <class 'float'>
- --- Before Modifying variable 644610916.4753703, Type : <class 'str'>
- --- After Modifying variable 644610916.4753703, Type : <class 'float'>
- --- Before Modifying variable 190207513.95840552, Type : <class 'str'>
- --- After Modifying variable 190207513.95840552, Type : <class 'float'>
- --- Before Modifying variable 349480694.81905603, Type : <class 'str'>
- --- After Modifying variable 349480694.81905603, Type : <class 'float'>
- --- Before Modifying variable 9486680.731492579, Type : <class 'str'>
- --- After Modifying variable 9486680.731492579, Type : <class 'float'>
- --- Before Modifying variable 518345528.59840524, Type : <class 'str'>
- --- After Modifying variable 518345528.59840524, Type : <class 'float'>
- --- Before Modifying variable 140684168.66351885, Type : <class 'str'>
- --- After Modifying variable 140684168.66351885, Type : <class 'float'>
- --- Before Modifying variable 219538694.08657748, Type : <class 'str'>
- --- After Modifying variable 219538694.08657748, Type : <class 'float'>
- --- Before Modifying variable 224434006.5719647, Type : <class 'str'>
- --- After Modifying variable 224434006.5719647, Type : <class 'float'>
- --- Before Modifying variable 7885341.67304204, Type : <class 'str'>
- --- After Modifying variable 7885341.67304204, Type : <class 'float'>
- --- Before Modifying variable 448337401.90616333, Type : <class 'str'>
- --- After Modifying variable 448337401.90616333, Type : <class 'float'>
- X header, d_X_ 1 values : 
- [['X_0', 'X_1', 'X_2', 'X_3', 'X_4', 'X_5', 'X_6', 'X_7', 'X_8', 'X_9'], ['frequency level of Little Socket', 'Core 0 state', 'Core 1 state', 'Core 2 state', 'Core 3 state', 'frequency level of Big Socket', 'Core 4 state', 'Core 5 state', 'Core 6 state', 'Core 7 state'], [-644610916.4753703, 190207513.95840552, 349480694.81905603, 9486680.731492579, -518345528.59840524, -140684168.66351885, -219538694.08657748, -224434006.5719647, -7885341.67304204, -448337401.90616333], [644610916.4753703, 190207513.95840552, 349480694.81905603, 9486680.731492579, 518345528.59840524, 140684168.66351885, 219538694.08657748, 224434006.5719647, 7885341.67304204, 448337401.90616333]]
- --- Actual line: ['Variable' 'meaning ' 'd_X_1 (Variation relative to Core 0 state)'
- 'asolute d_X_1']
- --- Actual line: ['X_0', 'frequency level of Little Socket', -644610916.4753703, 644610916.4753703]
- --- Actual line: ['X_1', 'Core 0 state', 190207513.95840552, 190207513.95840552]
- --- Actual line: ['X_2', 'Core 1 state', 349480694.81905603, 349480694.81905603]
- --- Actual line: ['X_3', 'Core 2 state', 9486680.731492579, 9486680.731492579]
- --- Actual line: ['X_4', 'Core 3 state', -518345528.59840524, 518345528.59840524]
- --- Actual line: ['X_5', 'frequency level of Big Socket', -140684168.66351885, 140684168.66351885]
- --- Actual line: ['X_6', 'Core 4 state', -219538694.08657748, 219538694.08657748]
- --- Actual line: ['X_7', 'Core 5 state', -224434006.5719647, 224434006.5719647]
- --- Actual line: ['X_8', 'Core 6 state', -7885341.67304204, 7885341.67304204]
- --- Actual line: ['X_9', 'Core 7 state', -448337401.90616333, 448337401.90616333]
- X header, margins and linear coef numbers after transpose, ordered by margin: 
- [['X_2', 'Core 1 state', 349480694.81905603, 349480694.81905603], ['X_1', 'Core 0 state', 190207513.95840552, 190207513.95840552], ['X_3', 'Core 2 state', 9486680.731492579, 9486680.731492579], ['X_8', 'Core 6 state', -7885341.67304204, 7885341.67304204], ['X_5', 'frequency level of Big Socket', -140684168.66351885, 140684168.66351885], ['X_6', 'Core 4 state', -219538694.08657748, 219538694.08657748], ['X_7', 'Core 5 state', -224434006.5719647, 224434006.5719647], ['X_9', 'Core 7 state', -448337401.90616333, 448337401.90616333], ['X_4', 'Core 3 state', -518345528.59840524, 518345528.59840524], ['X_0', 'frequency level of Little Socket', -644610916.4753703, 644610916.4753703]]
-margins and linearcoef summary_to_print ordered by margin : 
- [array(['Variable', 'meaning ',
-       'd_X_1 (Variation relative to Core 0 state)', 'asolute d_X_1'],
-      dtype='<U42'), ['X_2', 'Core 1 state', 349480694.81905603, 349480694.81905603], ['X_1', 'Core 0 state', 190207513.95840552, 190207513.95840552], ['X_3', 'Core 2 state', 9486680.731492579, 9486680.731492579], ['X_8', 'Core 6 state', -7885341.67304204, 7885341.67304204], ['X_5', 'frequency level of Big Socket', -140684168.66351885, 140684168.66351885], ['X_6', 'Core 4 state', -219538694.08657748, 219538694.08657748], ['X_7', 'Core 5 state', -224434006.5719647, 224434006.5719647], ['X_9', 'Core 7 state', -448337401.90616333, 448337401.90616333], ['X_4', 'Core 3 state', -518345528.59840524, 518345528.59840524], ['X_0', 'frequency level of Little Socket', -644610916.4753703, 644610916.4753703]]
- --- Actual line: ['Variable' 'meaning ' 'd_X_1 (Variation relative to Core 0 state)'
- 'asolute d_X_1']
- --- Actual line: ['X_2', 'Core 1 state', 349480694.81905603, 349480694.81905603]
- --- Actual line: ['X_1', 'Core 0 state', 190207513.95840552, 190207513.95840552]
- --- Actual line: ['X_3', 'Core 2 state', 9486680.731492579, 9486680.731492579]
- --- Actual line: ['X_8', 'Core 6 state', -7885341.67304204, 7885341.67304204]
- --- Actual line: ['X_5', 'frequency level of Big Socket', -140684168.66351885, 140684168.66351885]
- --- Actual line: ['X_6', 'Core 4 state', -219538694.08657748, 219538694.08657748]
- --- Actual line: ['X_7', 'Core 5 state', -224434006.5719647, 224434006.5719647]
- --- Actual line: ['X_9', 'Core 7 state', -448337401.90616333, 448337401.90616333]
- --- Actual line: ['X_4', 'Core 3 state', -518345528.59840524, 518345528.59840524]
- --- Actual line: ['X_0', 'frequency level of Little Socket', -644610916.4753703, 644610916.4753703]
- X header, margins and linear coef numbers after transpose, ordered by margin: 
- [['X_0', 'frequency level of Little Socket', -644610916.4753703, 644610916.4753703], ['X_4', 'Core 3 state', -518345528.59840524, 518345528.59840524], ['X_9', 'Core 7 state', -448337401.90616333, 448337401.90616333], ['X_2', 'Core 1 state', 349480694.81905603, 349480694.81905603], ['X_7', 'Core 5 state', -224434006.5719647, 224434006.5719647], ['X_6', 'Core 4 state', -219538694.08657748, 219538694.08657748], ['X_1', 'Core 0 state', 190207513.95840552, 190207513.95840552], ['X_5', 'frequency level of Big Socket', -140684168.66351885, 140684168.66351885], ['X_3', 'Core 2 state', 9486680.731492579, 9486680.731492579], ['X_8', 'Core 6 state', -7885341.67304204, 7885341.67304204]]
-margins and linearcoef summary_to_print ordered by margin : 
- [array(['Variable', 'meaning ',
-       'd_X_1 (Variation relative to Core 0 state)', 'asolute d_X_1'],
-      dtype='<U42'), ['X_0', 'frequency level of Little Socket', -644610916.4753703, 644610916.4753703], ['X_4', 'Core 3 state', -518345528.59840524, 518345528.59840524], ['X_9', 'Core 7 state', -448337401.90616333, 448337401.90616333], ['X_2', 'Core 1 state', 349480694.81905603, 349480694.81905603], ['X_7', 'Core 5 state', -224434006.5719647, 224434006.5719647], ['X_6', 'Core 4 state', -219538694.08657748, 219538694.08657748], ['X_1', 'Core 0 state', 190207513.95840552, 190207513.95840552], ['X_5', 'frequency level of Big Socket', -140684168.66351885, 140684168.66351885], ['X_3', 'Core 2 state', 9486680.731492579, 9486680.731492579], ['X_8', 'Core 6 state', -7885341.67304204, 7885341.67304204]]
- --- Actual line: ['Variable' 'meaning ' 'd_X_1 (Variation relative to Core 0 state)'
- 'asolute d_X_1']
- --- Actual line: ['X_0', 'frequency level of Little Socket', -644610916.4753703, 644610916.4753703]
- --- Actual line: ['X_4', 'Core 3 state', -518345528.59840524, 518345528.59840524]
- --- Actual line: ['X_9', 'Core 7 state', -448337401.90616333, 448337401.90616333]
- --- Actual line: ['X_2', 'Core 1 state', 349480694.81905603, 349480694.81905603]
- --- Actual line: ['X_7', 'Core 5 state', -224434006.5719647, 224434006.5719647]
- --- Actual line: ['X_6', 'Core 4 state', -219538694.08657748, 219538694.08657748]
- --- Actual line: ['X_1', 'Core 0 state', 190207513.95840552, 190207513.95840552]
- --- Actual line: ['X_5', 'frequency level of Big Socket', -140684168.66351885, 140684168.66351885]
- --- Actual line: ['X_3', 'Core 2 state', 9486680.731492579, 9486680.731492579]
- --- Actual line: ['X_8', 'Core 6 state', -7885341.67304204, 7885341.67304204]
-Plotting d_X_1 over other variables
---- In function plot_marginal_interactions : plotting d_X_1 with regard to X_0, X_1, X_2, ... X_9
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
-d_X_6 linear model parameters  =  [-5.96255261e+08 -1.10960897e+09 -1.41123075e+09 -4.03148930e+08
- -2.01431413e+08  1.28449831e+08 -8.05536548e+08  2.32944112e+08
-  1.06828934e+08 -4.71778930e+08]
- --- FLOAT version of d_X_i_linear_coefficients_ [-596255261.2258824, -1109608972.8467116, -1411230751.5564775, -403148929.968742, -201431413.03233424, 128449830.92636177, -805536547.6522871, 232944111.78025642, 106828934.37086603, -471778929.53350025]
- --- Before Modifying variable -596255261.2258824, Type : <class 'str'>
- --- After Modifying variable -596255261.2258824, Type : <class 'float'>
- --- Before Modifying variable -1109608972.8467116, Type : <class 'str'>
- --- After Modifying variable -1109608972.8467116, Type : <class 'float'>
- --- Before Modifying variable -1411230751.5564775, Type : <class 'str'>
- --- After Modifying variable -1411230751.5564775, Type : <class 'float'>
- --- Before Modifying variable -403148929.968742, Type : <class 'str'>
- --- After Modifying variable -403148929.968742, Type : <class 'float'>
- --- Before Modifying variable -201431413.03233424, Type : <class 'str'>
- --- After Modifying variable -201431413.03233424, Type : <class 'float'>
- --- Before Modifying variable 128449830.92636177, Type : <class 'str'>
- --- After Modifying variable 128449830.92636177, Type : <class 'float'>
- --- Before Modifying variable -805536547.6522871, Type : <class 'str'>
- --- After Modifying variable -805536547.6522871, Type : <class 'float'>
- --- Before Modifying variable 232944111.78025642, Type : <class 'str'>
- --- After Modifying variable 232944111.78025642, Type : <class 'float'>
- --- Before Modifying variable 106828934.37086603, Type : <class 'str'>
- --- After Modifying variable 106828934.37086603, Type : <class 'float'>
- --- Before Modifying variable -471778929.53350025, Type : <class 'str'>
- --- After Modifying variable -471778929.53350025, Type : <class 'float'>
- --- Before Modifying variable 596255261.2258824, Type : <class 'str'>
- --- After Modifying variable 596255261.2258824, Type : <class 'float'>
- --- Before Modifying variable 1109608972.8467116, Type : <class 'str'>
- --- After Modifying variable 1109608972.8467116, Type : <class 'float'>
- --- Before Modifying variable 1411230751.5564775, Type : <class 'str'>
- --- After Modifying variable 1411230751.5564775, Type : <class 'float'>
- --- Before Modifying variable 403148929.968742, Type : <class 'str'>
- --- After Modifying variable 403148929.968742, Type : <class 'float'>
- --- Before Modifying variable 201431413.03233424, Type : <class 'str'>
- --- After Modifying variable 201431413.03233424, Type : <class 'float'>
- --- Before Modifying variable 128449830.92636177, Type : <class 'str'>
- --- After Modifying variable 128449830.92636177, Type : <class 'float'>
- --- Before Modifying variable 805536547.6522871, Type : <class 'str'>
- --- After Modifying variable 805536547.6522871, Type : <class 'float'>
- --- Before Modifying variable 232944111.78025642, Type : <class 'str'>
- --- After Modifying variable 232944111.78025642, Type : <class 'float'>
- --- Before Modifying variable 106828934.37086603, Type : <class 'str'>
- --- After Modifying variable 106828934.37086603, Type : <class 'float'>
- --- Before Modifying variable 471778929.53350025, Type : <class 'str'>
- --- After Modifying variable 471778929.53350025, Type : <class 'float'>
- X header, d_X_ 6 values : 
- [['X_0', 'X_1', 'X_2', 'X_3', 'X_4', 'X_5', 'X_6', 'X_7', 'X_8', 'X_9'], ['frequency level of Little Socket', 'Core 0 state', 'Core 1 state', 'Core 2 state', 'Core 3 state', 'frequency level of Big Socket', 'Core 4 state', 'Core 5 state', 'Core 6 state', 'Core 7 state'], [-596255261.2258824, -1109608972.8467116, -1411230751.5564775, -403148929.968742, -201431413.03233424, 128449830.92636177, -805536547.6522871, 232944111.78025642, 106828934.37086603, -471778929.53350025], [596255261.2258824, 1109608972.8467116, 1411230751.5564775, 403148929.968742, 201431413.03233424, 128449830.92636177, 805536547.6522871, 232944111.78025642, 106828934.37086603, 471778929.53350025]]
- --- Actual line: ['Variable' 'meaning ' 'd_X_6 (Variation relative to Core 4 state)'
- 'asolute d_X_6']
- --- Actual line: ['X_0', 'frequency level of Little Socket', -596255261.2258824, 596255261.2258824]
- --- Actual line: ['X_1', 'Core 0 state', -1109608972.8467116, 1109608972.8467116]
- --- Actual line: ['X_2', 'Core 1 state', -1411230751.5564775, 1411230751.5564775]
- --- Actual line: ['X_3', 'Core 2 state', -403148929.968742, 403148929.968742]
- --- Actual line: ['X_4', 'Core 3 state', -201431413.03233424, 201431413.03233424]
- --- Actual line: ['X_5', 'frequency level of Big Socket', 128449830.92636177, 128449830.92636177]
- --- Actual line: ['X_6', 'Core 4 state', -805536547.6522871, 805536547.6522871]
- --- Actual line: ['X_7', 'Core 5 state', 232944111.78025642, 232944111.78025642]
- --- Actual line: ['X_8', 'Core 6 state', 106828934.37086603, 106828934.37086603]
- --- Actual line: ['X_9', 'Core 7 state', -471778929.53350025, 471778929.53350025]
- X header, margins and linear coef numbers after transpose, ordered by margin: 
- [['X_7', 'Core 5 state', 232944111.78025642, 232944111.78025642], ['X_5', 'frequency level of Big Socket', 128449830.92636177, 128449830.92636177], ['X_8', 'Core 6 state', 106828934.37086603, 106828934.37086603], ['X_4', 'Core 3 state', -201431413.03233424, 201431413.03233424], ['X_3', 'Core 2 state', -403148929.968742, 403148929.968742], ['X_9', 'Core 7 state', -471778929.53350025, 471778929.53350025], ['X_0', 'frequency level of Little Socket', -596255261.2258824, 596255261.2258824], ['X_6', 'Core 4 state', -805536547.6522871, 805536547.6522871], ['X_1', 'Core 0 state', -1109608972.8467116, 1109608972.8467116], ['X_2', 'Core 1 state', -1411230751.5564775, 1411230751.5564775]]
-margins and linearcoef summary_to_print ordered by margin : 
- [array(['Variable', 'meaning ',
-       'd_X_6 (Variation relative to Core 4 state)', 'asolute d_X_6'],
-      dtype='<U42'), ['X_7', 'Core 5 state', 232944111.78025642, 232944111.78025642], ['X_5', 'frequency level of Big Socket', 128449830.92636177, 128449830.92636177], ['X_8', 'Core 6 state', 106828934.37086603, 106828934.37086603], ['X_4', 'Core 3 state', -201431413.03233424, 201431413.03233424], ['X_3', 'Core 2 state', -403148929.968742, 403148929.968742], ['X_9', 'Core 7 state', -471778929.53350025, 471778929.53350025], ['X_0', 'frequency level of Little Socket', -596255261.2258824, 596255261.2258824], ['X_6', 'Core 4 state', -805536547.6522871, 805536547.6522871], ['X_1', 'Core 0 state', -1109608972.8467116, 1109608972.8467116], ['X_2', 'Core 1 state', -1411230751.5564775, 1411230751.5564775]]
- --- Actual line: ['Variable' 'meaning ' 'd_X_6 (Variation relative to Core 4 state)'
- 'asolute d_X_6']
- --- Actual line: ['X_7', 'Core 5 state', 232944111.78025642, 232944111.78025642]
- --- Actual line: ['X_5', 'frequency level of Big Socket', 128449830.92636177, 128449830.92636177]
- --- Actual line: ['X_8', 'Core 6 state', 106828934.37086603, 106828934.37086603]
- --- Actual line: ['X_4', 'Core 3 state', -201431413.03233424, 201431413.03233424]
- --- Actual line: ['X_3', 'Core 2 state', -403148929.968742, 403148929.968742]
- --- Actual line: ['X_9', 'Core 7 state', -471778929.53350025, 471778929.53350025]
- --- Actual line: ['X_0', 'frequency level of Little Socket', -596255261.2258824, 596255261.2258824]
- --- Actual line: ['X_6', 'Core 4 state', -805536547.6522871, 805536547.6522871]
- --- Actual line: ['X_1', 'Core 0 state', -1109608972.8467116, 1109608972.8467116]
- --- Actual line: ['X_2', 'Core 1 state', -1411230751.5564775, 1411230751.5564775]
- X header, margins and linear coef numbers after transpose, ordered by margin: 
- [['X_2', 'Core 1 state', -1411230751.5564775, 1411230751.5564775], ['X_1', 'Core 0 state', -1109608972.8467116, 1109608972.8467116], ['X_6', 'Core 4 state', -805536547.6522871, 805536547.6522871], ['X_0', 'frequency level of Little Socket', -596255261.2258824, 596255261.2258824], ['X_9', 'Core 7 state', -471778929.53350025, 471778929.53350025], ['X_3', 'Core 2 state', -403148929.968742, 403148929.968742], ['X_7', 'Core 5 state', 232944111.78025642, 232944111.78025642], ['X_4', 'Core 3 state', -201431413.03233424, 201431413.03233424], ['X_5', 'frequency level of Big Socket', 128449830.92636177, 128449830.92636177], ['X_8', 'Core 6 state', 106828934.37086603, 106828934.37086603]]
-margins and linearcoef summary_to_print ordered by margin : 
- [array(['Variable', 'meaning ',
-       'd_X_6 (Variation relative to Core 4 state)', 'asolute d_X_6'],
-      dtype='<U42'), ['X_2', 'Core 1 state', -1411230751.5564775, 1411230751.5564775], ['X_1', 'Core 0 state', -1109608972.8467116, 1109608972.8467116], ['X_6', 'Core 4 state', -805536547.6522871, 805536547.6522871], ['X_0', 'frequency level of Little Socket', -596255261.2258824, 596255261.2258824], ['X_9', 'Core 7 state', -471778929.53350025, 471778929.53350025], ['X_3', 'Core 2 state', -403148929.968742, 403148929.968742], ['X_7', 'Core 5 state', 232944111.78025642, 232944111.78025642], ['X_4', 'Core 3 state', -201431413.03233424, 201431413.03233424], ['X_5', 'frequency level of Big Socket', 128449830.92636177, 128449830.92636177], ['X_8', 'Core 6 state', 106828934.37086603, 106828934.37086603]]
- --- Actual line: ['Variable' 'meaning ' 'd_X_6 (Variation relative to Core 4 state)'
- 'asolute d_X_6']
- --- Actual line: ['X_2', 'Core 1 state', -1411230751.5564775, 1411230751.5564775]
- --- Actual line: ['X_1', 'Core 0 state', -1109608972.8467116, 1109608972.8467116]
- --- Actual line: ['X_6', 'Core 4 state', -805536547.6522871, 805536547.6522871]
- --- Actual line: ['X_0', 'frequency level of Little Socket', -596255261.2258824, 596255261.2258824]
- --- Actual line: ['X_9', 'Core 7 state', -471778929.53350025, 471778929.53350025]
- --- Actual line: ['X_3', 'Core 2 state', -403148929.968742, 403148929.968742]
- --- Actual line: ['X_7', 'Core 5 state', 232944111.78025642, 232944111.78025642]
- --- Actual line: ['X_4', 'Core 3 state', -201431413.03233424, 201431413.03233424]
- --- Actual line: ['X_5', 'frequency level of Big Socket', 128449830.92636177, 128449830.92636177]
- --- Actual line: ['X_8', 'Core 6 state', 106828934.37086603, 106828934.37086603]
-Plotting d_X_6 over other variables
---- In function plot_marginal_interactions : plotting d_X_6 with regard to X_0, X_1, X_2, ... X_9
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
-d_X_4 linear model parameters  =  [-1.59360872e+09 -9.18267834e+08 -1.34067624e+09 -7.47749063e+08
-  2.17746753e+08 -4.65034121e+08 -3.40914581e+08  3.38437241e+08
-  5.23361755e+08 -2.26549060e+08]
- --- FLOAT version of d_X_i_linear_coefficients_ [-1593608718.922418, -918267833.8838896, -1340676242.4562423, -747749062.9126238, 217746753.27882004, -465034121.4988518, -340914580.68827564, 338437241.3995771, 523361754.9379459, -226549059.73385864]
- --- Before Modifying variable -1593608718.922418, Type : <class 'str'>
- --- After Modifying variable -1593608718.922418, Type : <class 'float'>
- --- Before Modifying variable -918267833.8838896, Type : <class 'str'>
- --- After Modifying variable -918267833.8838896, Type : <class 'float'>
- --- Before Modifying variable -1340676242.4562423, Type : <class 'str'>
- --- After Modifying variable -1340676242.4562423, Type : <class 'float'>
- --- Before Modifying variable -747749062.9126238, Type : <class 'str'>
- --- After Modifying variable -747749062.9126238, Type : <class 'float'>
- --- Before Modifying variable 217746753.27882004, Type : <class 'str'>
- --- After Modifying variable 217746753.27882004, Type : <class 'float'>
- --- Before Modifying variable -465034121.4988518, Type : <class 'str'>
- --- After Modifying variable -465034121.4988518, Type : <class 'float'>
- --- Before Modifying variable -340914580.68827564, Type : <class 'str'>
- --- After Modifying variable -340914580.68827564, Type : <class 'float'>
- --- Before Modifying variable 338437241.3995771, Type : <class 'str'>
- --- After Modifying variable 338437241.3995771, Type : <class 'float'>
- --- Before Modifying variable 523361754.9379459, Type : <class 'str'>
- --- After Modifying variable 523361754.9379459, Type : <class 'float'>
- --- Before Modifying variable -226549059.73385864, Type : <class 'str'>
- --- After Modifying variable -226549059.73385864, Type : <class 'float'>
- --- Before Modifying variable 1593608718.922418, Type : <class 'str'>
- --- After Modifying variable 1593608718.922418, Type : <class 'float'>
- --- Before Modifying variable 918267833.8838896, Type : <class 'str'>
- --- After Modifying variable 918267833.8838896, Type : <class 'float'>
- --- Before Modifying variable 1340676242.4562423, Type : <class 'str'>
- --- After Modifying variable 1340676242.4562423, Type : <class 'float'>
- --- Before Modifying variable 747749062.9126238, Type : <class 'str'>
- --- After Modifying variable 747749062.9126238, Type : <class 'float'>
- --- Before Modifying variable 217746753.27882004, Type : <class 'str'>
- --- After Modifying variable 217746753.27882004, Type : <class 'float'>
- --- Before Modifying variable 465034121.4988518, Type : <class 'str'>
- --- After Modifying variable 465034121.4988518, Type : <class 'float'>
- --- Before Modifying variable 340914580.68827564, Type : <class 'str'>
- --- After Modifying variable 340914580.68827564, Type : <class 'float'>
- --- Before Modifying variable 338437241.3995771, Type : <class 'str'>
- --- After Modifying variable 338437241.3995771, Type : <class 'float'>
- --- Before Modifying variable 523361754.9379459, Type : <class 'str'>
- --- After Modifying variable 523361754.9379459, Type : <class 'float'>
- --- Before Modifying variable 226549059.73385864, Type : <class 'str'>
- --- After Modifying variable 226549059.73385864, Type : <class 'float'>
- X header, d_X_ 4 values : 
- [['X_0', 'X_1', 'X_2', 'X_3', 'X_4', 'X_5', 'X_6', 'X_7', 'X_8', 'X_9'], ['frequency level of Little Socket', 'Core 0 state', 'Core 1 state', 'Core 2 state', 'Core 3 state', 'frequency level of Big Socket', 'Core 4 state', 'Core 5 state', 'Core 6 state', 'Core 7 state'], [-1593608718.922418, -918267833.8838896, -1340676242.4562423, -747749062.9126238, 217746753.27882004, -465034121.4988518, -340914580.68827564, 338437241.3995771, 523361754.9379459, -226549059.73385864], [1593608718.922418, 918267833.8838896, 1340676242.4562423, 747749062.9126238, 217746753.27882004, 465034121.4988518, 340914580.68827564, 338437241.3995771, 523361754.9379459, 226549059.73385864]]
- --- Actual line: ['Variable' 'meaning ' 'd_X_4 (Variation relative to Core 3 state)'
- 'asolute d_X_4']
- --- Actual line: ['X_0', 'frequency level of Little Socket', -1593608718.922418, 1593608718.922418]
- --- Actual line: ['X_1', 'Core 0 state', -918267833.8838896, 918267833.8838896]
- --- Actual line: ['X_2', 'Core 1 state', -1340676242.4562423, 1340676242.4562423]
- --- Actual line: ['X_3', 'Core 2 state', -747749062.9126238, 747749062.9126238]
- --- Actual line: ['X_4', 'Core 3 state', 217746753.27882004, 217746753.27882004]
- --- Actual line: ['X_5', 'frequency level of Big Socket', -465034121.4988518, 465034121.4988518]
- --- Actual line: ['X_6', 'Core 4 state', -340914580.68827564, 340914580.68827564]
- --- Actual line: ['X_7', 'Core 5 state', 338437241.3995771, 338437241.3995771]
- --- Actual line: ['X_8', 'Core 6 state', 523361754.9379459, 523361754.9379459]
- --- Actual line: ['X_9', 'Core 7 state', -226549059.73385864, 226549059.73385864]
- X header, margins and linear coef numbers after transpose, ordered by margin: 
- [['X_8', 'Core 6 state', 523361754.9379459, 523361754.9379459], ['X_7', 'Core 5 state', 338437241.3995771, 338437241.3995771], ['X_4', 'Core 3 state', 217746753.27882004, 217746753.27882004], ['X_9', 'Core 7 state', -226549059.73385864, 226549059.73385864], ['X_6', 'Core 4 state', -340914580.68827564, 340914580.68827564], ['X_5', 'frequency level of Big Socket', -465034121.4988518, 465034121.4988518], ['X_3', 'Core 2 state', -747749062.9126238, 747749062.9126238], ['X_1', 'Core 0 state', -918267833.8838896, 918267833.8838896], ['X_2', 'Core 1 state', -1340676242.4562423, 1340676242.4562423], ['X_0', 'frequency level of Little Socket', -1593608718.922418, 1593608718.922418]]
-margins and linearcoef summary_to_print ordered by margin : 
- [array(['Variable', 'meaning ',
-       'd_X_4 (Variation relative to Core 3 state)', 'asolute d_X_4'],
-      dtype='<U42'), ['X_8', 'Core 6 state', 523361754.9379459, 523361754.9379459], ['X_7', 'Core 5 state', 338437241.3995771, 338437241.3995771], ['X_4', 'Core 3 state', 217746753.27882004, 217746753.27882004], ['X_9', 'Core 7 state', -226549059.73385864, 226549059.73385864], ['X_6', 'Core 4 state', -340914580.68827564, 340914580.68827564], ['X_5', 'frequency level of Big Socket', -465034121.4988518, 465034121.4988518], ['X_3', 'Core 2 state', -747749062.9126238, 747749062.9126238], ['X_1', 'Core 0 state', -918267833.8838896, 918267833.8838896], ['X_2', 'Core 1 state', -1340676242.4562423, 1340676242.4562423], ['X_0', 'frequency level of Little Socket', -1593608718.922418, 1593608718.922418]]
- --- Actual line: ['Variable' 'meaning ' 'd_X_4 (Variation relative to Core 3 state)'
- 'asolute d_X_4']
- --- Actual line: ['X_8', 'Core 6 state', 523361754.9379459, 523361754.9379459]
- --- Actual line: ['X_7', 'Core 5 state', 338437241.3995771, 338437241.3995771]
- --- Actual line: ['X_4', 'Core 3 state', 217746753.27882004, 217746753.27882004]
- --- Actual line: ['X_9', 'Core 7 state', -226549059.73385864, 226549059.73385864]
- --- Actual line: ['X_6', 'Core 4 state', -340914580.68827564, 340914580.68827564]
- --- Actual line: ['X_5', 'frequency level of Big Socket', -465034121.4988518, 465034121.4988518]
- --- Actual line: ['X_3', 'Core 2 state', -747749062.9126238, 747749062.9126238]
- --- Actual line: ['X_1', 'Core 0 state', -918267833.8838896, 918267833.8838896]
- --- Actual line: ['X_2', 'Core 1 state', -1340676242.4562423, 1340676242.4562423]
- --- Actual line: ['X_0', 'frequency level of Little Socket', -1593608718.922418, 1593608718.922418]
- X header, margins and linear coef numbers after transpose, ordered by margin: 
- [['X_0', 'frequency level of Little Socket', -1593608718.922418, 1593608718.922418], ['X_2', 'Core 1 state', -1340676242.4562423, 1340676242.4562423], ['X_1', 'Core 0 state', -918267833.8838896, 918267833.8838896], ['X_3', 'Core 2 state', -747749062.9126238, 747749062.9126238], ['X_8', 'Core 6 state', 523361754.9379459, 523361754.9379459], ['X_5', 'frequency level of Big Socket', -465034121.4988518, 465034121.4988518], ['X_6', 'Core 4 state', -340914580.68827564, 340914580.68827564], ['X_7', 'Core 5 state', 338437241.3995771, 338437241.3995771], ['X_9', 'Core 7 state', -226549059.73385864, 226549059.73385864], ['X_4', 'Core 3 state', 217746753.27882004, 217746753.27882004]]
-margins and linearcoef summary_to_print ordered by margin : 
- [array(['Variable', 'meaning ',
-       'd_X_4 (Variation relative to Core 3 state)', 'asolute d_X_4'],
-      dtype='<U42'), ['X_0', 'frequency level of Little Socket', -1593608718.922418, 1593608718.922418], ['X_2', 'Core 1 state', -1340676242.4562423, 1340676242.4562423], ['X_1', 'Core 0 state', -918267833.8838896, 918267833.8838896], ['X_3', 'Core 2 state', -747749062.9126238, 747749062.9126238], ['X_8', 'Core 6 state', 523361754.9379459, 523361754.9379459], ['X_5', 'frequency level of Big Socket', -465034121.4988518, 465034121.4988518], ['X_6', 'Core 4 state', -340914580.68827564, 340914580.68827564], ['X_7', 'Core 5 state', 338437241.3995771, 338437241.3995771], ['X_9', 'Core 7 state', -226549059.73385864, 226549059.73385864], ['X_4', 'Core 3 state', 217746753.27882004, 217746753.27882004]]
- --- Actual line: ['Variable' 'meaning ' 'd_X_4 (Variation relative to Core 3 state)'
- 'asolute d_X_4']
- --- Actual line: ['X_0', 'frequency level of Little Socket', -1593608718.922418, 1593608718.922418]
- --- Actual line: ['X_2', 'Core 1 state', -1340676242.4562423, 1340676242.4562423]
- --- Actual line: ['X_1', 'Core 0 state', -918267833.8838896, 918267833.8838896]
- --- Actual line: ['X_3', 'Core 2 state', -747749062.9126238, 747749062.9126238]
- --- Actual line: ['X_8', 'Core 6 state', 523361754.9379459, 523361754.9379459]
- --- Actual line: ['X_5', 'frequency level of Big Socket', -465034121.4988518, 465034121.4988518]
- --- Actual line: ['X_6', 'Core 4 state', -340914580.68827564, 340914580.68827564]
- --- Actual line: ['X_7', 'Core 5 state', 338437241.3995771, 338437241.3995771]
- --- Actual line: ['X_9', 'Core 7 state', -226549059.73385864, 226549059.73385864]
- --- Actual line: ['X_4', 'Core 3 state', 217746753.27882004, 217746753.27882004]
-Plotting d_X_4 over other variables
---- In function plot_marginal_interactions : plotting d_X_4 with regard to X_0, X_1, X_2, ... X_9
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
-d_X_9 linear model parameters  =  [-3.77557376e+08 -1.48505495e+09 -9.38869173e+08 -6.26042471e+07
- -6.14641043e+08 -3.75853794e+08 -8.00933820e+08 -1.28722623e+08
- -2.13158142e+08 -4.60085315e+08]
- --- FLOAT version of d_X_i_linear_coefficients_ [-377557376.4947829, -1485054946.4994082, -938869173.2307404, -62604247.105752096, -614641043.2811621, -375853794.06078786, -800933819.816113, -128722622.57051818, -213158142.05439216, -460085314.59767866]
- --- Before Modifying variable -377557376.4947829, Type : <class 'str'>
- --- After Modifying variable -377557376.4947829, Type : <class 'float'>
- --- Before Modifying variable -1485054946.4994082, Type : <class 'str'>
- --- After Modifying variable -1485054946.4994082, Type : <class 'float'>
- --- Before Modifying variable -938869173.2307404, Type : <class 'str'>
- --- After Modifying variable -938869173.2307404, Type : <class 'float'>
- --- Before Modifying variable -62604247.105752096, Type : <class 'str'>
- --- After Modifying variable -62604247.105752096, Type : <class 'float'>
- --- Before Modifying variable -614641043.2811621, Type : <class 'str'>
- --- After Modifying variable -614641043.2811621, Type : <class 'float'>
- --- Before Modifying variable -375853794.06078786, Type : <class 'str'>
- --- After Modifying variable -375853794.06078786, Type : <class 'float'>
- --- Before Modifying variable -800933819.816113, Type : <class 'str'>
- --- After Modifying variable -800933819.816113, Type : <class 'float'>
- --- Before Modifying variable -128722622.57051818, Type : <class 'str'>
- --- After Modifying variable -128722622.57051818, Type : <class 'float'>
- --- Before Modifying variable -213158142.05439216, Type : <class 'str'>
- --- After Modifying variable -213158142.05439216, Type : <class 'float'>
- --- Before Modifying variable -460085314.59767866, Type : <class 'str'>
- --- After Modifying variable -460085314.59767866, Type : <class 'float'>
- --- Before Modifying variable 377557376.4947829, Type : <class 'str'>
- --- After Modifying variable 377557376.4947829, Type : <class 'float'>
- --- Before Modifying variable 1485054946.4994082, Type : <class 'str'>
- --- After Modifying variable 1485054946.4994082, Type : <class 'float'>
- --- Before Modifying variable 938869173.2307404, Type : <class 'str'>
- --- After Modifying variable 938869173.2307404, Type : <class 'float'>
- --- Before Modifying variable 62604247.105752096, Type : <class 'str'>
- --- After Modifying variable 62604247.105752096, Type : <class 'float'>
- --- Before Modifying variable 614641043.2811621, Type : <class 'str'>
- --- After Modifying variable 614641043.2811621, Type : <class 'float'>
- --- Before Modifying variable 375853794.06078786, Type : <class 'str'>
- --- After Modifying variable 375853794.06078786, Type : <class 'float'>
- --- Before Modifying variable 800933819.816113, Type : <class 'str'>
- --- After Modifying variable 800933819.816113, Type : <class 'float'>
- --- Before Modifying variable 128722622.57051818, Type : <class 'str'>
- --- After Modifying variable 128722622.57051818, Type : <class 'float'>
- --- Before Modifying variable 213158142.05439216, Type : <class 'str'>
- --- After Modifying variable 213158142.05439216, Type : <class 'float'>
- --- Before Modifying variable 460085314.59767866, Type : <class 'str'>
- --- After Modifying variable 460085314.59767866, Type : <class 'float'>
- X header, d_X_ 9 values : 
- [['X_0', 'X_1', 'X_2', 'X_3', 'X_4', 'X_5', 'X_6', 'X_7', 'X_8', 'X_9'], ['frequency level of Little Socket', 'Core 0 state', 'Core 1 state', 'Core 2 state', 'Core 3 state', 'frequency level of Big Socket', 'Core 4 state', 'Core 5 state', 'Core 6 state', 'Core 7 state'], [-377557376.4947829, -1485054946.4994082, -938869173.2307404, -62604247.105752096, -614641043.2811621, -375853794.06078786, -800933819.816113, -128722622.57051818, -213158142.05439216, -460085314.59767866], [377557376.4947829, 1485054946.4994082, 938869173.2307404, 62604247.105752096, 614641043.2811621, 375853794.06078786, 800933819.816113, 128722622.57051818, 213158142.05439216, 460085314.59767866]]
- --- Actual line: ['Variable' 'meaning ' 'd_X_9 (Variation relative to Core 7 state)'
- 'asolute d_X_9']
- --- Actual line: ['X_0', 'frequency level of Little Socket', -377557376.4947829, 377557376.4947829]
- --- Actual line: ['X_1', 'Core 0 state', -1485054946.4994082, 1485054946.4994082]
- --- Actual line: ['X_2', 'Core 1 state', -938869173.2307404, 938869173.2307404]
- --- Actual line: ['X_3', 'Core 2 state', -62604247.105752096, 62604247.105752096]
- --- Actual line: ['X_4', 'Core 3 state', -614641043.2811621, 614641043.2811621]
- --- Actual line: ['X_5', 'frequency level of Big Socket', -375853794.06078786, 375853794.06078786]
- --- Actual line: ['X_6', 'Core 4 state', -800933819.816113, 800933819.816113]
- --- Actual line: ['X_7', 'Core 5 state', -128722622.57051818, 128722622.57051818]
- --- Actual line: ['X_8', 'Core 6 state', -213158142.05439216, 213158142.05439216]
- --- Actual line: ['X_9', 'Core 7 state', -460085314.59767866, 460085314.59767866]
- X header, margins and linear coef numbers after transpose, ordered by margin: 
- [['X_3', 'Core 2 state', -62604247.105752096, 62604247.105752096], ['X_7', 'Core 5 state', -128722622.57051818, 128722622.57051818], ['X_8', 'Core 6 state', -213158142.05439216, 213158142.05439216], ['X_5', 'frequency level of Big Socket', -375853794.06078786, 375853794.06078786], ['X_0', 'frequency level of Little Socket', -377557376.4947829, 377557376.4947829], ['X_9', 'Core 7 state', -460085314.59767866, 460085314.59767866], ['X_4', 'Core 3 state', -614641043.2811621, 614641043.2811621], ['X_6', 'Core 4 state', -800933819.816113, 800933819.816113], ['X_2', 'Core 1 state', -938869173.2307404, 938869173.2307404], ['X_1', 'Core 0 state', -1485054946.4994082, 1485054946.4994082]]
-margins and linearcoef summary_to_print ordered by margin : 
- [array(['Variable', 'meaning ',
-       'd_X_9 (Variation relative to Core 7 state)', 'asolute d_X_9'],
-      dtype='<U42'), ['X_3', 'Core 2 state', -62604247.105752096, 62604247.105752096], ['X_7', 'Core 5 state', -128722622.57051818, 128722622.57051818], ['X_8', 'Core 6 state', -213158142.05439216, 213158142.05439216], ['X_5', 'frequency level of Big Socket', -375853794.06078786, 375853794.06078786], ['X_0', 'frequency level of Little Socket', -377557376.4947829, 377557376.4947829], ['X_9', 'Core 7 state', -460085314.59767866, 460085314.59767866], ['X_4', 'Core 3 state', -614641043.2811621, 614641043.2811621], ['X_6', 'Core 4 state', -800933819.816113, 800933819.816113], ['X_2', 'Core 1 state', -938869173.2307404, 938869173.2307404], ['X_1', 'Core 0 state', -1485054946.4994082, 1485054946.4994082]]
- --- Actual line: ['Variable' 'meaning ' 'd_X_9 (Variation relative to Core 7 state)'
- 'asolute d_X_9']
- --- Actual line: ['X_3', 'Core 2 state', -62604247.105752096, 62604247.105752096]
- --- Actual line: ['X_7', 'Core 5 state', -128722622.57051818, 128722622.57051818]
- --- Actual line: ['X_8', 'Core 6 state', -213158142.05439216, 213158142.05439216]
- --- Actual line: ['X_5', 'frequency level of Big Socket', -375853794.06078786, 375853794.06078786]
- --- Actual line: ['X_0', 'frequency level of Little Socket', -377557376.4947829, 377557376.4947829]
- --- Actual line: ['X_9', 'Core 7 state', -460085314.59767866, 460085314.59767866]
- --- Actual line: ['X_4', 'Core 3 state', -614641043.2811621, 614641043.2811621]
- --- Actual line: ['X_6', 'Core 4 state', -800933819.816113, 800933819.816113]
- --- Actual line: ['X_2', 'Core 1 state', -938869173.2307404, 938869173.2307404]
- --- Actual line: ['X_1', 'Core 0 state', -1485054946.4994082, 1485054946.4994082]
- X header, margins and linear coef numbers after transpose, ordered by margin: 
- [['X_1', 'Core 0 state', -1485054946.4994082, 1485054946.4994082], ['X_2', 'Core 1 state', -938869173.2307404, 938869173.2307404], ['X_6', 'Core 4 state', -800933819.816113, 800933819.816113], ['X_4', 'Core 3 state', -614641043.2811621, 614641043.2811621], ['X_9', 'Core 7 state', -460085314.59767866, 460085314.59767866], ['X_0', 'frequency level of Little Socket', -377557376.4947829, 377557376.4947829], ['X_5', 'frequency level of Big Socket', -375853794.06078786, 375853794.06078786], ['X_8', 'Core 6 state', -213158142.05439216, 213158142.05439216], ['X_7', 'Core 5 state', -128722622.57051818, 128722622.57051818], ['X_3', 'Core 2 state', -62604247.105752096, 62604247.105752096]]
-margins and linearcoef summary_to_print ordered by margin : 
- [array(['Variable', 'meaning ',
-       'd_X_9 (Variation relative to Core 7 state)', 'asolute d_X_9'],
-      dtype='<U42'), ['X_1', 'Core 0 state', -1485054946.4994082, 1485054946.4994082], ['X_2', 'Core 1 state', -938869173.2307404, 938869173.2307404], ['X_6', 'Core 4 state', -800933819.816113, 800933819.816113], ['X_4', 'Core 3 state', -614641043.2811621, 614641043.2811621], ['X_9', 'Core 7 state', -460085314.59767866, 460085314.59767866], ['X_0', 'frequency level of Little Socket', -377557376.4947829, 377557376.4947829], ['X_5', 'frequency level of Big Socket', -375853794.06078786, 375853794.06078786], ['X_8', 'Core 6 state', -213158142.05439216, 213158142.05439216], ['X_7', 'Core 5 state', -128722622.57051818, 128722622.57051818], ['X_3', 'Core 2 state', -62604247.105752096, 62604247.105752096]]
- --- Actual line: ['Variable' 'meaning ' 'd_X_9 (Variation relative to Core 7 state)'
- 'asolute d_X_9']
- --- Actual line: ['X_1', 'Core 0 state', -1485054946.4994082, 1485054946.4994082]
- --- Actual line: ['X_2', 'Core 1 state', -938869173.2307404, 938869173.2307404]
- --- Actual line: ['X_6', 'Core 4 state', -800933819.816113, 800933819.816113]
- --- Actual line: ['X_4', 'Core 3 state', -614641043.2811621, 614641043.2811621]
- --- Actual line: ['X_9', 'Core 7 state', -460085314.59767866, 460085314.59767866]
- --- Actual line: ['X_0', 'frequency level of Little Socket', -377557376.4947829, 377557376.4947829]
- --- Actual line: ['X_5', 'frequency level of Big Socket', -375853794.06078786, 375853794.06078786]
- --- Actual line: ['X_8', 'Core 6 state', -213158142.05439216, 213158142.05439216]
- --- Actual line: ['X_7', 'Core 5 state', -128722622.57051818, 128722622.57051818]
- --- Actual line: ['X_3', 'Core 2 state', -62604247.105752096, 62604247.105752096]
-Plotting d_X_9 over other variables
---- In function plot_marginal_interactions : plotting d_X_9 with regard to X_0, X_1, X_2, ... X_9
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
----- Acceptable marginal mean value =  -2600000000.0
---- Total execution time: 44.65596151351929 seconds = 0.7442660252253215 mins
+--- Outpuf file =  marginal_effect_exploration_automatic_experiments_google__0.89_base_Y/energy_efficiency_estimations.csv
+--- Total execution time: 26.86372399330139 seconds = 0.4477287332216899 mins
diff --git a/kernel_ridge_linear_model/marginal_effect_exploration_automatic_experiments_google__0.89_base_Y/.~lock.energy_efficiency_estimations.csv# b/kernel_ridge_linear_model/marginal_effect_exploration_automatic_experiments_google__0.89_base_Y/.~lock.energy_efficiency_estimations.csv#
deleted file mode 100755
index 9696015aff39d1097d78dd2a3555247758cbc855..0000000000000000000000000000000000000000
--- a/kernel_ridge_linear_model/marginal_effect_exploration_automatic_experiments_google__0.89_base_Y/.~lock.energy_efficiency_estimations.csv#
+++ /dev/null
@@ -1 +0,0 @@
-,DESKTOP-D49H2V3/lavoi,DESKTOP-D49H2V3,17.10.2022 14:03,file:///C:/Users/lavoi/AppData/Roaming/LibreOffice/4;
\ No newline at end of file
diff --git a/kernel_ridge_linear_model/marginal_effect_exploration_automatic_experiments_google__0.89_base_Y/energy_efficiency_estimations.csv b/kernel_ridge_linear_model/marginal_effect_exploration_automatic_experiments_google__0.89_base_Y/energy_efficiency_estimations.csv
index 7c1c215478407a999d3b1a81968a6b7bb7c0482a..08fd66ed6b30faf3f521678dcb075699de84b06d 100755
--- a/kernel_ridge_linear_model/marginal_effect_exploration_automatic_experiments_google__0.89_base_Y/energy_efficiency_estimations.csv
+++ b/kernel_ridge_linear_model/marginal_effect_exploration_automatic_experiments_google__0.89_base_Y/energy_efficiency_estimations.csv
@@ -1,3041 +1,3041 @@
-configurations,google pixel format, model format, energy_efficiency estimated
-222222-2-1,[2- 2- 2- 2- 2- 2- 2- 1],1-1-1-1-1-1-1-2-1,16790517900.451168
-222222-1-1,[2- 2- 2- 2- 2- 2- 1- 1],1-1-1-1-1-1-1-1-1,16559178274.137806
-222222-2-2,[2- 2- 2- 2- 2- 2- 2- 2],1-1-1-1-1-1-1-2-2,16289278042.622908
-222222-2-0,[2- 2- 2- 2- 2- 2- 2- 0],1-1-1-1-1-1-1-2-0,16279950003.696903
-022222-2-1,[0- 2- 2- 2- 2- 2- 2- 1],1-0-1-1-1-1-1-2-1,16277647962.882668
-222022-2-1,[2- 2- 2- 0- 2- 2- 2- 1],1-1-1-1-0-1-1-2-1,16222018520.974342
-202222-2-1,[2- 0- 2- 2- 2- 2- 2- 1],1-1-0-1-1-1-1-2-1,16180272513.537144
-220222-2-1,[2- 2- 0- 2- 2- 2- 2- 1],1-1-1-0-1-1-1-2-1,16074080053.991615
-333333-2-1,[3- 3- 3- 3- 3- 3- 2- 1],2-1-1-1-1-1-1-2-1,16059153790.795418
-222222-1-2,[2- 2- 2- 2- 2- 2- 1- 2],1-1-1-1-1-1-1-1-2,16030432540.070797
-222202-2-1,[2- 2- 2- 2- 0- 2- 2- 1],1-1-1-1-1-0-1-2-1,16013902465.08831
-022222-1-1,[0- 2- 2- 2- 2- 2- 1- 1],1-0-1-1-1-1-1-1-1,15910162098.26434
-333333-2-2,[3- 3- 3- 3- 3- 3- 2- 2],2-1-1-1-1-1-1-2-2,15867447382.875286
-202222-2-2,[2- 0- 2- 2- 2- 2- 2- 2],1-1-0-1-1-1-1-2-2,15804186509.318401
-303333-2-1,[3- 0- 3- 3- 3- 3- 2- 1],2-1-0-1-1-1-1-2-1,15803132905.443401
-222022-2-2,[2- 2- 2- 0- 2- 2- 2- 2],1-1-1-1-0-1-1-2-2,15766585551.256481
-022222-2-2,[0- 2- 2- 2- 2- 2- 2- 2],1-0-1-1-1-1-1-2-2,15750720642.569225
-222022-1-1,[2- 2- 2- 0- 2- 2- 1- 1],1-1-1-1-0-1-1-1-1,15742422821.198757
-222202-1-1,[2- 2- 2- 2- 0- 2- 1- 1],1-1-1-1-1-0-1-1-1,15738267812.292278
-333333-1-1,[3- 3- 3- 3- 3- 3- 1- 1],2-1-1-1-1-1-1-1-1,15703084364.247005
-333033-2-1,[3- 3- 3- 0- 3- 3- 2- 1],2-1-1-1-0-1-1-2-1,15701492865.405575
-303333-2-2,[3- 0- 3- 3- 3- 3- 2- 2],2-1-0-1-1-1-1-2-2,15676741704.89224
-220022-2-1,[2- 2- 0- 0- 2- 2- 2- 1],1-1-1-0-0-1-1-2-1,15664013661.855251
-220222-2-2,[2- 2- 0- 2- 2- 2- 2- 2],1-1-1-0-1-1-1-2-2,15646866186.504238
-222202-2-2,[2- 2- 2- 2- 0- 2- 2- 2],1-1-1-1-1-0-1-2-2,15644987659.19209
-022022-2-1,[0- 2- 2- 0- 2- 2- 2- 1],1-0-1-1-0-1-1-2-1,15632799637.10281
-202222-1-1,[2- 0- 2- 2- 2- 2- 1- 1],1-1-0-1-1-1-1-1-1,15631624744.365334
-222022-2-0,[2- 2- 2- 0- 2- 2- 2- 0],1-1-1-1-0-1-1-2-0,15626787067.605694
-333333-3-3,[3- 3- 3- 3- 3- 3- 3- 3],2-1-1-1-1-1-1-3-3,15620738326.406193
-020222-2-1,[0- 2- 0- 2- 2- 2- 2- 1],1-0-1-0-1-1-1-2-1,15566950191.233273
-022222-2-0,[0- 2- 2- 2- 2- 2- 2- 0],1-0-1-1-1-1-1-2-0,15565377710.358242
-022222-1-2,[0- 2- 2- 2- 2- 2- 1- 2],1-0-1-1-1-1-1-1-2,15562079467.609816
-022202-2-1,[0- 2- 2- 2- 0- 2- 2- 1],1-0-1-1-1-0-1-2-1,15558950748.665142
-333303-2-1,[3- 3- 3- 3- 0- 3- 2- 1],2-1-1-1-1-0-1-2-1,15534461148.590618
-330333-2-1,[3- 3- 0- 3- 3- 3- 2- 1],2-1-1-0-1-1-1-2-1,15533287158.978695
-220222-1-1,[2- 2- 0- 2- 2- 2- 1- 1],1-1-1-0-1-1-1-1-1,15531409248.355785
-333333-2-3,[3- 3- 3- 3- 3- 3- 2- 3],2-1-1-1-1-1-1-2-3,15529464341.504368
-333333-2-0,[3- 3- 3- 3- 3- 3- 2- 0],2-1-1-1-1-1-1-2-0,15509258630.768597
-033333-2-1,[0- 3- 3- 3- 3- 3- 2- 1],2-0-1-1-1-1-1-2-1,15500840331.8511
-002222-2-1,[0- 0- 2- 2- 2- 2- 2- 1],1-0-0-1-1-1-1-2-1,15478488421.37318
-222222-2-3,[2- 2- 2- 2- 2- 2- 2- 3],1-1-1-1-1-1-1-2-3,15476356245.764935
-222222-3-1,[2- 2- 2- 2- 2- 2- 3- 1],1-1-1-1-1-1-1-3-1,15466301373.325514
-220222-2-0,[2- 2- 0- 2- 2- 2- 2- 0],1-1-1-0-1-1-1-2-0,15457770209.098614
-222222-3-3,[2- 2- 2- 2- 2- 2- 3- 3],1-1-1-1-1-1-1-3-3,15433814310.116972
-200222-2-1,[2- 0- 0- 2- 2- 2- 2- 1],1-1-0-0-1-1-1-2-1,15425975034.424038
-222222-3-0,[2- 2- 2- 2- 2- 2- 3- 0],1-1-1-1-1-1-1-3-0,15424357469.715511
-333033-2-2,[3- 3- 3- 0- 3- 3- 2- 2],2-1-1-1-0-1-1-2-2,15411211281.393854
-202222-1-2,[2- 0- 2- 2- 2- 2- 1- 2],1-1-0-1-1-1-1-1-2,15392469591.03347
-222002-2-1,[2- 2- 2- 0- 0- 2- 2- 1],1-1-1-1-0-0-1-2-1,15390565014.776608
-222222-3-2,[2- 2- 2- 2- 2- 2- 3- 2],1-1-1-1-1-1-1-3-2,15388992062.730232
-222222-0-2,[2- 2- 2- 2- 2- 2- 0- 2],1-1-1-1-1-1-1-0-2,15384354428.129774
-222222-0-1,[2- 2- 2- 2- 2- 2- 0- 1],1-1-1-1-1-1-1-0-1,15381475011.72781
-333333-1-2,[3- 3- 3- 3- 3- 3- 1- 2],2-1-1-1-1-1-1-1-2,15370386593.94235
-202222-2-0,[2- 0- 2- 2- 2- 2- 2- 0],1-1-0-1-1-1-1-2-0,15364915622.07177
-330033-2-1,[3- 3- 0- 0- 3- 3- 2- 1],2-1-1-0-0-1-1-2-1,15361108013.97479
-333303-2-2,[3- 3- 3- 3- 0- 3- 2- 2],2-1-1-1-1-0-1-2-2,15345434126.413675
-202202-2-1,[2- 0- 2- 2- 0- 2- 2- 1],1-1-0-1-1-0-1-2-1,15341926684.33926
-111111-2-1,[1- 1- 1- 1- 1- 1- 2- 1],0-1-1-1-1-1-1-2-1,15341053662.27787
-333333-3-2,[3- 3- 3- 3- 3- 3- 3- 2],2-1-1-1-1-1-1-3-2,15336714690.308575
-202022-2-1,[2- 0- 2- 0- 2- 2- 2- 1],1-1-0-1-0-1-1-2-1,15333834641.36868
-330333-2-2,[3- 3- 0- 3- 3- 3- 2- 2],2-1-1-0-1-1-1-2-2,15320488434.053736
-033333-2-2,[0- 3- 3- 3- 3- 3- 2- 2],2-0-1-1-1-1-1-2-2,15289861284.602732
-333303-1-1,[3- 3- 3- 3- 0- 3- 1- 1],2-1-1-1-1-0-1-1-1,15278574917.819878
-220222-1-2,[2- 2- 0- 2- 2- 2- 1- 2],1-1-1-0-1-1-1-1-2,15264772919.524
-222202-2-0,[2- 2- 2- 2- 0- 2- 2- 0],1-1-1-1-1-0-1-2-0,15261482337.087215
-022022-2-2,[0- 2- 2- 0- 2- 2- 2- 2],1-0-1-1-0-1-1-2-2,15261453507.69935
-222022-1-2,[2- 2- 2- 0- 2- 2- 1- 2],1-1-1-1-0-1-1-1-2,15260800296.082563
-020222-2-2,[0- 2- 0- 2- 2- 2- 2- 2],1-0-1-0-1-1-1-2-2,15249543279.88746
-220202-2-1,[2- 2- 0- 2- 0- 2- 2- 1],1-1-1-0-1-0-1-2-1,15244403361.005917
-022202-2-2,[0- 2- 2- 2- 0- 2- 2- 2],1-0-1-1-1-0-1-2-2,15233425646.42573
-333303-3-3,[3- 3- 3- 3- 0- 3- 3- 3],2-1-1-1-1-0-1-3-3,15233323787.66018
-220022-2-2,[2- 2- 0- 0- 2- 2- 2- 2],1-1-1-0-0-1-1-2-2,15229261252.491236
-200222-2-2,[2- 0- 0- 2- 2- 2- 2- 2],1-1-0-0-1-1-1-2-2,15203427580.166075
-002222-2-2,[0- 0- 2- 2- 2- 2- 2- 2],1-0-0-1-1-1-1-2-2,15202907449.539305
-222202-3-3,[2- 2- 2- 2- 0- 2- 3- 3],1-1-1-1-1-0-1-3-3,15198508069.784504
-303333-1-1,[3- 0- 3- 3- 3- 3- 1- 1],2-1-0-1-1-1-1-1-1,15183655191.376713
-303333-2-3,[3- 0- 3- 3- 3- 3- 2- 3],2-1-0-1-1-1-1-2-3,15180342629.942783
-333333-3-1,[3- 3- 3- 3- 3- 3- 3- 1],2-1-1-1-1-1-1-3-1,15179786538.46783
-303033-2-1,[3- 0- 3- 0- 3- 3- 2- 1],2-1-0-1-0-1-1-2-1,15179364203.210503
-333033-2-0,[3- 3- 3- 0- 3- 3- 2- 0],2-1-1-1-0-1-1-2-0,15176751163.877754
-222222-1-0,[2- 2- 2- 2- 2- 2- 1- 0],1-1-1-1-1-1-1-1-0,15167921373.27781
-333033-1-1,[3- 3- 3- 0- 3- 3- 1- 1],2-1-1-1-0-1-1-1-1,15161689000.128944
-222202-1-2,[2- 2- 2- 2- 0- 2- 1- 2],1-1-1-1-1-0-1-1-2,15153400568.396238
-303333-3-3,[3- 0- 3- 3- 3- 3- 3- 3],2-1-0-1-1-1-1-3-3,15128540048.47228
-202202-2-2,[2- 0- 2- 2- 0- 2- 2- 2],1-1-0-1-1-0-1-2-2,15112640367.181364
-222002-2-2,[2- 2- 2- 0- 0- 2- 2- 2],1-1-1-1-0-0-1-2-2,15096591285.92898
-300333-2-1,[3- 0- 0- 3- 3- 3- 2- 1],2-1-0-0-1-1-1-2-1,15093535758.495567
-303303-2-1,[3- 0- 3- 3- 0- 3- 2- 1],2-1-0-1-1-0-1-2-1,15092833419.40435
-333003-2-1,[3- 3- 3- 0- 0- 3- 2- 1],2-1-1-1-0-0-1-2-1,15092499963.085157
-020022-2-1,[0- 2- 0- 0- 2- 2- 2- 1],1-0-1-0-0-1-1-2-1,15084267622.855421
-222022-3-1,[2- 2- 2- 0- 2- 2- 3- 1],1-1-1-1-0-1-1-3-1,15082170536.403957
-303333-1-2,[3- 0- 3- 3- 3- 3- 1- 2],2-1-0-1-1-1-1-1-2,15067169301.840816
-222202-3-2,[2- 2- 2- 2- 0- 2- 3- 2],1-1-1-1-1-0-1-3-2,15036115182.141613
-300333-2-2,[3- 0- 0- 3- 3- 3- 2- 2],2-1-0-0-1-1-1-2-2,15030459005.426617
-030333-2-1,[0- 3- 0- 3- 3- 3- 2- 1],2-0-1-0-1-1-1-2-1,15021635599.220625
-202022-2-2,[2- 0- 2- 0- 2- 2- 2- 2],1-1-0-1-0-1-1-2-2,15021568444.259031
-111111-2-2,[1- 1- 1- 1- 1- 1- 2- 2],0-1-1-1-1-1-1-2-2,15011534939.740673
-220022-2-0,[2- 2- 0- 0- 2- 2- 2- 0],1-1-1-0-0-1-1-2-0,15004413584.587486
-303303-2-2,[3- 0- 3- 3- 0- 3- 2- 2],2-1-0-1-1-0-1-2-2,15003307307.264217
-303333-2-0,[3- 0- 3- 3- 3- 3- 2- 0],2-1-0-1-1-1-1-2-0,15001342153.496815
-222022-3-2,[2- 2- 2- 0- 2- 2- 3- 2],1-1-1-1-0-1-1-3-2,14998531393.609463
-022202-1-1,[0- 2- 2- 2- 0- 2- 1- 1],1-0-1-1-1-0-1-1-1,14992954751.028221
-022222-3-1,[0- 2- 2- 2- 2- 2- 3- 1],1-0-1-1-1-1-1-3-1,14985054612.183666
-330033-2-2,[3- 3- 0- 0- 3- 3- 2- 2],2-1-1-0-0-1-1-2-2,14981365323.913673
-333333-3-0,[3- 3- 3- 3- 3- 3- 3- 0],2-1-1-1-1-1-1-3-0,14971415257.36395
-033033-2-1,[0- 3- 3- 0- 3- 3- 2- 1],2-0-1-1-0-1-1-2-1,14966770761.590635
-220022-1-1,[2- 2- 0- 0- 2- 2- 1- 1],1-1-1-0-0-1-1-1-1,14963840903.247444
-222022-3-0,[2- 2- 2- 0- 2- 2- 3- 0],1-1-1-1-0-1-1-3-0,14958924686.88803
-303033-2-2,[3- 0- 3- 0- 3- 3- 2- 2],2-1-0-1-0-1-1-2-2,14958548041.532162
-303333-3-2,[3- 0- 3- 3- 3- 3- 3- 2],2-1-0-1-1-1-1-3-2,14954078864.150795
-002222-1-2,[0- 0- 2- 2- 2- 2- 1- 2],1-0-0-1-1-1-1-1-2,14952478686.450726
-200022-2-1,[2- 0- 0- 0- 2- 2- 2- 1],1-1-0-0-0-1-1-2-1,14952123010.916954
-333303-3-2,[3- 3- 3- 3- 0- 3- 3- 2],2-1-1-1-1-0-1-3-2,14942139572.611637
-022022-1-1,[0- 2- 2- 0- 2- 2- 1- 1],1-0-1-1-0-1-1-1-1,14941147336.346626
-220202-2-2,[2- 2- 0- 2- 0- 2- 2- 2],1-1-1-0-1-0-1-2-2,14925508727.50709
-003333-2-1,[0- 0- 3- 3- 3- 3- 2- 1],2-0-0-1-1-1-1-2-1,14923667344.801872
-030333-2-2,[0- 3- 0- 3- 3- 3- 2- 2],2-0-1-0-1-1-1-2-2,14923626639.345573
-222002-1-1,[2- 2- 2- 0- 0- 2- 1- 1],1-1-1-1-0-0-1-1-1,14922759645.462608
-111011-2-1,[1- 1- 1- 0- 1- 1- 2- 1],0-1-1-1-0-1-1-2-1,14920558150.80235
-330333-2-0,[3- 3- 0- 3- 3- 3- 2- 0],2-1-1-0-1-1-1-2-0,14920346968.257607
-002222-1-1,[0- 0- 2- 2- 2- 2- 1- 1],1-0-0-1-1-1-1-1-1,14917946039.293827
-222022-3-3,[2- 2- 2- 0- 2- 2- 3- 3],1-1-1-1-0-1-1-3-3,14915120934.950672
-003333-2-2,[0- 0- 3- 3- 3- 3- 2- 2],2-0-0-1-1-1-1-2-2,14910630205.057247
-222022-2-3,[2- 2- 2- 0- 2- 2- 2- 3],1-1-1-1-0-1-1-2-3,14903529296.606327
-022222-3-0,[0- 2- 2- 2- 2- 2- 3- 0],1-0-1-1-1-1-1-3-0,14899357637.122465
-333033-3-1,[3- 3- 3- 0- 3- 3- 3- 1],2-1-1-1-0-1-1-3-1,14897929029.81602
-022222-0-2,[0- 2- 2- 2- 2- 2- 0- 2],1-0-1-1-1-1-1-0-2,14893821916.75761
-333303-2-3,[3- 3- 3- 3- 0- 3- 2- 3],2-1-1-1-1-0-1-2-3,14886980264.571388
-333033-2-3,[3- 3- 3- 0- 3- 3- 2- 3],2-1-1-1-0-1-1-2-3,14886281050.58068
-202222-2-3,[2- 0- 2- 2- 2- 2- 2- 3],1-1-0-1-1-1-1-2-3,14882027454.002483
-330333-1-1,[3- 3- 0- 3- 3- 3- 1- 1],2-1-1-0-1-1-1-1-1,14872983953.2443
-330303-2-1,[3- 3- 0- 3- 0- 3- 2- 1],2-1-1-0-1-0-1-2-1,14870035550.342878
-220222-3-1,[2- 2- 0- 2- 2- 2- 3- 1],1-1-1-0-1-1-1-3-1,14869961873.71342
-020022-2-2,[0- 2- 0- 0- 2- 2- 2- 2],1-0-1-0-0-1-1-2-2,14866310716.751595
-333033-3-2,[3- 3- 3- 0- 3- 3- 3- 2],2-1-1-1-0-1-1-3-2,14863240420.141712
-333033-3-3,[3- 3- 3- 0- 3- 3- 3- 3],2-1-1-1-0-1-1-3-3,14862679010.99105
-033333-3-1,[0- 3- 3- 3- 3- 3- 3- 1],2-0-1-1-1-1-1-3-1,14859604072.73614
-222202-3-1,[2- 2- 2- 2- 0- 2- 3- 1],1-1-1-1-1-0-1-3-1,14857948248.278835
-300033-2-1,[3- 0- 0- 0- 3- 3- 2- 1],2-1-0-0-0-1-1-2-1,14855445584.895092
-330333-2-3,[3- 3- 0- 3- 3- 3- 2- 3],2-1-1-0-1-1-1-2-3,14854323485.780006
-011111-2-1,[0- 1- 1- 1- 1- 1- 2- 1],0-0-1-1-1-1-1-2-1,14853112161.10194
-222202-2-3,[2- 2- 2- 2- 0- 2- 2- 3],1-1-1-1-1-0-1-2-3,14848949090.447788
-111111-1-1,[1- 1- 1- 1- 1- 1- 1- 1],0-1-1-1-1-1-1-1-1,14840203099.728924
-220202-1-1,[2- 2- 0- 2- 0- 2- 1- 1],1-1-1-0-1-0-1-1-1,14839457058.97396
-033303-2-1,[0- 3- 3- 3- 0- 3- 2- 1],2-0-1-1-1-0-1-2-1,14836348463.866636
-033333-3-2,[0- 3- 3- 3- 3- 3- 3- 2],2-0-1-1-1-1-1-3-2,14835473342.266315
-330333-3-3,[3- 3- 0- 3- 3- 3- 3- 3],2-1-1-0-1-1-1-3-3,14830743118.868172
-333003-2-2,[3- 3- 3- 0- 0- 3- 2- 2],2-1-1-1-0-0-1-2-2,14827035301.208931
-330033-2-0,[3- 3- 0- 0- 3- 3- 2- 0],2-1-1-0-0-1-1-2-0,14826815091.00137
-333303-2-0,[3- 3- 3- 3- 0- 3- 2- 0],2-1-1-1-1-0-1-2-0,14826329338.41285
-220222-2-3,[2- 2- 0- 2- 2- 2- 2- 3],1-1-1-0-1-1-1-2-3,14826033388.089024
-222220-2-1,[2- 2- 2- 2- 2- 0- 2- 1],1-1-1-1-1-1-0-2-1,14825943403.23153
-220222-3-0,[2- 2- 0- 2- 2- 2- 3- 0],1-1-1-0-1-1-1-3-0,14819552706.613142
-033333-3-3,[0- 3- 3- 3- 3- 3- 3- 3],2-0-1-1-1-1-1-3-3,14812586700.978073
-202222-3-1,[2- 0- 2- 2- 2- 2- 3- 1],1-1-0-1-1-1-1-3-1,14802053223.459667
-333033-1-2,[3- 3- 3- 0- 3- 3- 1- 2],2-1-1-1-0-1-1-1-2,14799948854.803509
-220002-2-1,[2- 2- 0- 0- 0- 2- 2- 1],1-1-1-0-0-0-1-2-1,14799638052.80139
-020222-1-2,[0- 2- 0- 2- 2- 2- 1- 2],1-0-1-0-1-1-1-1-2,14793043571.805218
-020202-2-1,[0- 2- 0- 2- 0- 2- 2- 1],1-0-1-0-1-0-1-2-1,14790261325.720121
-303333-3-1,[3- 0- 3- 3- 3- 3- 3- 1],2-1-0-1-1-1-1-3-1,14785755374.413832
-033333-2-0,[0- 3- 3- 3- 3- 3- 2- 0],2-0-1-1-1-1-1-2-0,14783899504.89309
-202222-3-2,[2- 0- 2- 2- 2- 2- 3- 2],1-1-0-1-1-1-1-3-2,14776565456.20579
-033333-1-1,[0- 3- 3- 3- 3- 3- 1- 1],2-0-1-1-1-1-1-1-1,14775541705.203651
-333033-3-0,[3- 3- 3- 0- 3- 3- 3- 0],2-1-1-1-0-1-1-3-0,14768543624.3793
-330333-3-2,[3- 3- 0- 3- 3- 3- 3- 2],2-1-1-0-1-1-1-3-2,14768457943.248707
-111011-2-2,[1- 1- 1- 0- 1- 1- 2- 2],0-1-1-1-0-1-1-2-2,14764591979.779978
-033333-2-3,[0- 3- 3- 3- 3- 3- 2- 3],2-0-1-1-1-1-1-2-3,14764456667.313286
-101111-2-1,[1- 0- 1- 1- 1- 1- 2- 1],0-1-0-1-1-1-1-2-1,14764397237.09515
-000222-2-2,[0- 0- 0- 2- 2- 2- 2- 2],1-0-0-0-1-1-1-2-2,14763110766.197536
-022022-1-2,[0- 2- 2- 0- 2- 2- 1- 2],1-0-1-1-0-1-1-1-2,14762903228.613735
-022002-2-1,[0- 2- 2- 0- 0- 2- 2- 1],1-0-1-1-0-0-1-2-1,14758869178.561964
-333303-1-2,[3- 3- 3- 3- 0- 3- 1- 2],2-1-1-1-1-0-1-1-2,14758857207.187878
-002202-2-1,[0- 0- 2- 2- 0- 2- 2- 1],1-0-0-1-1-0-1-2-1,14752997343.277138
-333333-0-1,[3- 3- 3- 3- 3- 3- 0- 1],2-1-1-1-1-1-1-0-1,14752500334.516792
-220222-3-2,[2- 2- 0- 2- 2- 2- 3- 2],1-1-1-0-1-1-1-3-2,14747250025.498623
-033033-2-2,[0- 3- 3- 0- 3- 3- 2- 2],2-0-1-1-0-1-1-2-2,14746785344.582802
-000222-2-1,[0- 0- 0- 2- 2- 2- 2- 1],1-0-0-0-1-1-1-2-1,14745292901.860497
-330333-3-1,[3- 3- 0- 3- 3- 3- 3- 1],2-1-1-0-1-1-1-3-1,14745065469.698572
-202222-3-3,[2- 0- 2- 2- 2- 2- 3- 3],1-1-0-1-1-1-1-3-3,14740793476.741127
-002022-2-1,[0- 0- 2- 0- 2- 2- 2- 1],1-0-0-1-0-1-1-2-1,14738491429.56237
-022222-3-2,[0- 2- 2- 2- 2- 2- 3- 2],1-0-1-1-1-1-1-3-2,14738185478.865093
-200022-2-2,[2- 0- 0- 0- 2- 2- 2- 2],1-1-0-0-0-1-1-2-2,14736464412.904842
-020222-1-1,[0- 2- 0- 2- 2- 2- 1- 1],1-0-1-0-1-1-1-1-1,14728187286.382027
-033303-2-2,[0- 3- 3- 3- 0- 3- 2- 2],2-0-1-1-1-0-1-2-2,14726639975.79174
-022022-2-0,[0- 2- 2- 0- 2- 2- 2- 0],1-0-1-1-0-1-1-2-0,14708680328.8807
-330333-1-2,[3- 3- 0- 3- 3- 3- 1- 2],2-1-1-0-1-1-1-1-2,14703623152.549465
-022222-2-3,[0- 2- 2- 2- 2- 2- 2- 3],1-0-1-1-1-1-1-2-3,14703393667.31261
-303303-3-3,[3- 0- 3- 3- 0- 3- 3- 3],2-1-0-1-1-0-1-3-3,14697642985.33958
-333003-1-1,[3- 3- 3- 0- 0- 3- 1- 1],2-1-1-1-0-0-1-1-1,14696456344.685863
-222220-2-2,[2- 2- 2- 2- 2- 0- 2- 2],1-1-1-1-1-1-0-2-2,14691002600.285442
-220222-3-3,[2- 2- 0- 2- 2- 2- 3- 3],1-1-1-0-1-1-1-3-3,14680395315.037891
-022202-1-2,[0- 2- 2- 2- 0- 2- 1- 2],1-0-1-1-1-0-1-1-2,14679288928.136623
-002202-2-2,[0- 0- 2- 2- 0- 2- 2- 2],1-0-0-1-1-0-1-2-2,14678997181.06129
-333333-0-2,[3- 3- 3- 3- 3- 3- 0- 2],2-1-1-1-1-1-1-0-2,14669626916.417217
-030033-2-1,[0- 3- 0- 0- 3- 3- 2- 1],2-0-1-0-0-1-1-2-1,14668901254.787197
-111111-1-2,[1- 1- 1- 1- 1- 1- 1- 2],0-1-1-1-1-1-1-1-2,14668442805.664381
-202220-2-2,[2- 0- 2- 2- 2- 0- 2- 2],1-1-0-1-1-1-0-2-2,14664339473.283094
-220022-1-2,[2- 2- 0- 0- 2- 2- 1- 2],1-1-1-0-0-1-1-1-2,14661568115.244137
-033333-1-2,[0- 3- 3- 3- 3- 3- 1- 2],2-0-1-1-1-1-1-1-2,14657765832.572704
-111101-2-1,[1- 1- 1- 1- 0- 1- 2- 1],0-1-1-1-1-0-1-2-1,14654603135.563
-200222-1-2,[2- 0- 0- 2- 2- 2- 1- 2],1-1-0-0-1-1-1-1-2,14653883656.955639
-020202-2-2,[0- 2- 0- 2- 0- 2- 2- 2],1-0-1-0-1-0-1-2-2,14650651062.738548
-222202-0-1,[2- 2- 2- 2- 0- 2- 0- 1],1-1-1-1-1-0-1-0-1,14649088882.339348
-222002-3-3,[2- 2- 2- 0- 0- 2- 3- 3],1-1-1-1-0-0-1-3-3,14648102837.105385
-333303-3-1,[3- 3- 3- 3- 0- 3- 3- 1],2-1-1-1-1-0-1-3-1,14645785104.674189
-033333-3-0,[0- 3- 3- 3- 3- 3- 3- 0],2-0-1-1-1-1-1-3-0,14639404301.77087
-022002-2-2,[0- 2- 2- 0- 0- 2- 2- 2],1-0-1-1-0-0-1-2-2,14638288408.134682
-002022-2-2,[0- 0- 2- 0- 2- 2- 2- 2],1-0-0-1-0-1-1-2-2,14633858009.507717
-020222-2-0,[0- 2- 0- 2- 2- 2- 2- 0],1-0-1-0-1-1-1-2-0,14632365808.019188
-300033-2-2,[3- 0- 0- 0- 3- 3- 2- 2],2-1-0-0-0-1-1-2-2,14625998100.80195
-330303-2-2,[3- 3- 0- 3- 0- 3- 2- 2],2-1-1-0-1-0-1-2-2,14624222277.596703
-330003-2-1,[3- 3- 0- 0- 0- 3- 2- 1],2-1-1-0-0-0-1-2-1,14621493666.186596
-202222-3-0,[2- 0- 2- 2- 2- 2- 3- 0],1-1-0-1-1-1-1-3-0,14604935002.592186
-022202-3-2,[0- 2- 2- 2- 0- 2- 3- 2],1-0-1-1-1-0-1-3-2,14603236733.931889
-022022-3-1,[0- 2- 2- 0- 2- 2- 3- 1],1-0-1-1-0-1-1-3-1,14601032729.915415
-202202-1-1,[2- 0- 2- 2- 0- 2- 1- 1],1-1-0-1-1-0-1-1-1,14592737341.062626
-330033-1-1,[3- 3- 0- 0- 3- 3- 1- 1],2-1-1-0-0-1-1-1-1,14590715781.863476
-101110-2-2,[1- 0- 1- 1- 1- 0- 2- 2],0-1-0-1-1-1-0-2-2,14587619029.272701
-222222-1-3,[2- 2- 2- 2- 2- 2- 1- 3],1-1-1-1-1-1-1-1-3,14584903764.296474
-030333-3-1,[0- 3- 0- 3- 3- 3- 3- 1],2-0-1-0-1-1-1-3-1,14579765414.170128
-222002-3-2,[2- 2- 2- 0- 0- 2- 3- 2],1-1-1-1-0-0-1-3-2,14578351964.82394
-200222-1-1,[2- 0- 0- 2- 2- 2- 1- 1],1-1-0-0-1-1-1-1-1,14576758815.037052
-101111-2-2,[1- 0- 1- 1- 1- 1- 2- 2],0-1-0-1-1-1-1-2-2,14572509265.615995
-200202-2-1,[2- 0- 0- 2- 0- 2- 2- 1],1-1-0-0-1-0-1-2-1,14569113307.69004
-330333-3-0,[3- 3- 0- 3- 3- 3- 3- 0],2-1-1-0-1-1-1-3-0,14568814644.913174
-202002-2-1,[2- 0- 2- 0- 0- 2- 2- 1],1-1-0-1-0-0-1-2-1,14564725394.50512
-111111-2-0,[1- 1- 1- 1- 1- 1- 2- 0],0-1-1-1-1-1-1-2-0,14563332999.043789
-111110-2-1,[1- 1- 1- 1- 1- 0- 2- 1],0-1-1-1-1-1-0-2-1,14563260424.534756
-330033-3-1,[3- 3- 0- 0- 3- 3- 3- 1],2-1-1-0-0-1-1-3-1,14562470133.720497
-022202-3-1,[0- 2- 2- 2- 0- 2- 3- 1],1-0-1-1-1-0-1-3-1,14554218012.156458
-111101-2-2,[1- 1- 1- 1- 0- 1- 2- 2],0-1-1-1-1-0-1-2-2,14548641102.844324
-220022-3-1,[2- 2- 0- 0- 2- 2- 3- 1],1-1-1-0-0-1-1-3-1,14541693458.331125
-333333-1-0,[3- 3- 3- 3- 3- 3- 1- 0],2-1-1-1-1-1-1-1-0,14541216172.019169
-001110-2-2,[0- 0- 1- 1- 1- 0- 2- 2],0-0-0-1-1-1-0-2-2,14539167511.670282
-033303-3-3,[0- 3- 3- 3- 0- 3- 3- 3],2-0-1-1-1-0-1-3-3,14533893806.353132
-222002-2-0,[2- 2- 2- 0- 0- 2- 2- 0],1-1-1-1-0-0-1-2-0,14531662842.456902
-022202-2-0,[0- 2- 2- 2- 0- 2- 2- 0],1-0-1-1-1-0-1-2-0,14529488652.592125
-030333-3-2,[0- 3- 0- 3- 3- 3- 3- 2],2-0-1-0-1-1-1-3-2,14528177509.115849
-202202-3-3,[2- 0- 2- 2- 0- 2- 3- 3],1-1-0-1-1-0-1-3-3,14526964564.147627
-020222-3-1,[0- 2- 0- 2- 2- 2- 3- 1],1-0-1-0-1-1-1-3-1,14521079558.499674
-202220-2-1,[2- 0- 2- 2- 2- 0- 2- 1],1-1-0-1-1-1-0-2-1,14518879623.159878
-000010-2-2,[0- 0- 0- 0- 1- 0- 2- 2],0-0-0-0-0-1-0-2-2,14516219427.907314
-110111-2-1,[1- 1- 0- 1- 1- 1- 2- 1],0-1-1-0-1-1-1-2-1,14516181205.356289
-011111-2-2,[0- 1- 1- 1- 1- 1- 2- 2],0-0-1-1-1-1-1-2-2,14510996136.17216
-022222-0-1,[0- 2- 2- 2- 2- 2- 0- 1],1-0-1-1-1-1-1-0-1,14508622531.741447
-303003-2-1,[3- 0- 3- 0- 0- 3- 2- 1],2-1-0-1-0-0-1-2-1,14507919984.445599
-303303-3-2,[3- 0- 3- 3- 0- 3- 3- 2],2-1-0-1-1-0-1-3-2,14503470176.45602
-033303-3-2,[0- 3- 3- 3- 0- 3- 3- 2],2-0-1-1-1-0-1-3-2,14503048321.86951
-000022-2-2,[0- 0- 0- 0- 2- 2- 2- 2],1-0-0-0-0-1-1-2-2,14502960349.509653
-300333-2-3,[3- 0- 0- 3- 3- 3- 2- 3],2-1-0-0-1-1-1-2-3,14500087047.911808
-111110-2-2,[1- 1- 1- 1- 1- 0- 2- 2],0-1-1-1-1-1-0-2-2,14499188292.709467
-330033-3-0,[3- 3- 0- 0- 3- 3- 3- 0],2-1-1-0-0-1-1-3-0,14492947609.117289
-220002-2-2,[2- 2- 0- 0- 0- 2- 2- 2],1-1-1-0-0-0-1-2-2,14492590876.691124
-030033-2-2,[0- 3- 0- 0- 3- 3- 2- 2],2-0-1-0-0-1-1-2-2,14491460408.550198
-333303-0-1,[3- 3- 3- 3- 0- 3- 0- 1],2-1-1-1-1-0-1-0-1,14491224669.257595
-022220-2-1,[0- 2- 2- 2- 2- 0- 2- 1],1-0-1-1-1-1-0-2-1,14490458134.642406
-220202-1-2,[2- 2- 0- 2- 0- 2- 1- 2],1-1-1-0-1-0-1-1-2,14475976797.955898
-000110-2-2,[0- 0- 0- 1- 1- 0- 2- 2],0-0-0-0-1-1-0-2-2,14466801826.073296
-330303-1-1,[3- 3- 0- 3- 0- 3- 1- 1],2-1-1-0-1-0-1-1-1,14465960637.364788
-033033-3-1,[0- 3- 3- 0- 3- 3- 3- 1],2-0-1-1-0-1-1-3-1,14464700768.000298
-022222-3-3,[0- 2- 2- 2- 2- 2- 3- 3],1-0-1-1-1-1-1-3-3,14462812418.107914
-303333-3-0,[3- 0- 3- 3- 3- 3- 3- 0],2-1-0-1-1-1-1-3-0,14462575233.827282
-202022-1-1,[2- 0- 2- 0- 2- 2- 1- 1],1-1-0-1-0-1-1-1-1,14461913277.066181
-222202-3-0,[2- 2- 2- 2- 0- 2- 3- 0],1-1-1-1-1-0-1-3-0,14459223054.146955
-200202-2-2,[2- 0- 0- 2- 0- 2- 2- 2],1-1-0-0-1-0-1-2-2,14458723133.737133
-000333-2-2,[0- 0- 0- 3- 3- 3- 2- 2],2-0-0-0-1-1-1-2-2,14458044730.952463
-202202-3-2,[2- 0- 2- 2- 0- 2- 3- 2],1-1-0-1-1-0-1-3-2,14457347212.829323
-022202-3-3,[0- 2- 2- 2- 0- 2- 3- 3],1-0-1-1-1-0-1-3-3,14454798208.670555
-333333-1-3,[3- 3- 3- 3- 3- 3- 1- 3],2-1-1-1-1-1-1-1-3,14454781423.295506
-011111-1-1,[0- 1- 1- 1- 1- 1- 1- 1],0-0-1-1-1-1-1-1-1,14454701246.191307
-100110-2-2,[1- 0- 0- 1- 1- 0- 2- 2],0-1-0-0-1-1-0-2-2,14451592914.117456
-011011-2-1,[0- 1- 1- 0- 1- 1- 2- 1],0-0-1-1-0-1-1-2-1,14451468940.982038
-220202-2-0,[2- 2- 0- 2- 0- 2- 2- 0],1-1-1-0-1-0-1-2-0,14449014372.547707
-200222-2-0,[2- 0- 0- 2- 2- 2- 2- 0],1-1-0-0-1-1-1-2-0,14444121544.543781
-222200-2-1,[2- 2- 2- 2- 0- 0- 2- 1],1-1-1-1-1-0-0-2-1,14441630501.40118
-022022-3-2,[0- 2- 2- 0- 2- 2- 3- 2],1-0-1-1-0-1-1-3-2,14437857475.455105
-303303-2-3,[3- 0- 3- 3- 0- 3- 2- 3],2-1-0-1-1-0-1-2-3,14437040583.926624
-002220-2-2,[0- 0- 2- 2- 2- 0- 2- 2],1-0-0-1-1-1-0-2-2,14435567494.022274
-202022-2-0,[2- 0- 2- 0- 2- 2- 2- 0],1-1-0-1-0-1-1-2-0,14434128750.55576
-022220-2-2,[0- 2- 2- 2- 2- 0- 2- 2],1-0-1-1-1-1-0-2-2,14430552904.952341
-011111-1-2,[0- 1- 1- 1- 1- 1- 1- 2],0-0-1-1-1-1-1-1-2,14430435699.310696
-220022-3-0,[2- 2- 0- 0- 2- 2- 3- 0],1-1-1-0-0-1-1-3-0,14428122097.097256
-011101-2-1,[0- 1- 1- 1- 0- 1- 2- 1],0-0-1-1-1-0-1-2-1,14424790053.24838
-303330-2-2,[3- 0- 3- 3- 3- 0- 2- 2],2-1-0-1-1-1-0-2-2,14420626800.483242
-202002-2-2,[2- 0- 2- 0- 0- 2- 2- 2],1-1-0-1-0-0-1-2-2,14417934514.146328
-303033-2-0,[3- 0- 3- 0- 3- 3- 2- 0],2-1-0-1-0-1-1-2-0,14416840302.926388
-303303-1-1,[3- 0- 3- 3- 0- 3- 1- 1],2-1-0-1-1-0-1-1-1,14416718913.535595
-222020-2-1,[2- 2- 2- 0- 2- 0- 2- 1],1-1-1-1-0-1-0-2-1,14413903993.453442
-333003-3-3,[3- 3- 3- 0- 0- 3- 3- 3],2-1-1-1-0-0-1-3-3,14412517056.020872
-222002-1-2,[2- 2- 2- 0- 0- 2- 1- 2],1-1-1-1-0-0-1-1-2,14410468726.051662
-011011-2-2,[0- 1- 1- 0- 1- 1- 2- 2],0-0-1-1-0-1-1-2-2,14401828411.605934
-222202-0-2,[2- 2- 2- 2- 0- 2- 0- 2],1-1-1-1-1-0-1-0-2,14395748406.418713
-333003-2-0,[3- 3- 3- 0- 0- 3- 2- 0],2-1-1-1-0-0-1-2-0,14395033346.85287
-220022-3-2,[2- 2- 0- 0- 2- 2- 3- 2],1-1-1-0-0-1-1-3-2,14392256595.116451
-300333-3-3,[3- 0- 0- 3- 3- 3- 3- 3],2-1-0-0-1-1-1-3-3,14387143347.297619
-220222-0-2,[2- 2- 0- 2- 2- 2- 0- 2],1-1-1-0-1-1-1-0-2,14385346070.587337
-030333-2-3,[0- 3- 0- 3- 3- 3- 2- 3],2-0-1-0-1-1-1-2-3,14382027953.75704
-333003-3-2,[3- 3- 3- 0- 0- 3- 3- 2],2-1-1-1-0-0-1-3-2,14377834706.45493
-222002-3-1,[2- 2- 2- 0- 0- 2- 3- 1],1-1-1-1-0-0-1-3-1,14374883336.405909
-101110-2-1,[1- 0- 1- 1- 1- 0- 2- 1],0-1-0-1-1-1-0-2-1,14373741355.3386
-000022-2-1,[0- 0- 0- 0- 2- 2- 2- 1],1-0-0-0-0-1-1-2-1,14373734699.217236
-030333-3-3,[0- 3- 0- 3- 3- 3- 3- 3],2-0-1-0-1-1-1-3-3,14365934677.152067
-330033-3-2,[3- 3- 0- 0- 3- 3- 3- 2],2-1-1-0-0-1-1-3-2,14359641416.41486
-200222-2-3,[2- 0- 0- 2- 2- 2- 2- 3],1-1-0-0-1-1-1-2-3,14348710976.510838
-202202-1-2,[2- 0- 2- 2- 0- 2- 1- 2],1-1-0-1-1-0-1-1-2,14348123149.52589
-002222-2-0,[0- 0- 2- 2- 2- 2- 2- 0],1-0-0-1-1-1-1-2-0,14346872416.018635
-003333-2-3,[0- 0- 3- 3- 3- 3- 2- 3],2-0-0-1-1-1-1-2-3,14345906802.480656
-011101-2-2,[0- 1- 1- 1- 0- 1- 2- 2],0-0-1-1-1-0-1-2-2,14340421243.078072
-202022-1-2,[2- 0- 2- 0- 2- 2- 1- 2],1-1-0-1-0-1-1-1-2,14339846798.802258
-300333-3-2,[3- 0- 0- 3- 3- 3- 3- 2],2-1-0-0-1-1-1-3-2,14336692064.955715
-303003-2-2,[3- 0- 3- 0- 0- 3- 2- 2],2-1-0-1-0-0-1-2-2,14335063862.394403
-020222-3-2,[0- 2- 0- 2- 2- 2- 3- 2],1-0-1-0-1-1-1-3-2,14334794100.231724
-020222-3-0,[0- 2- 0- 2- 2- 2- 3- 0],1-0-1-0-1-1-1-3-0,14328306508.135052
-222022-1-0,[2- 2- 2- 0- 2- 2- 1- 0],1-1-1-1-0-1-1-1-0,14326617228.175648
-220220-2-2,[2- 2- 0- 2- 2- 0- 2- 2],1-1-1-0-1-1-0-2-2,14326611225.5729
-022022-3-0,[0- 2- 2- 0- 2- 2- 3- 0],1-0-1-1-0-1-1-3-0,14324339402.183636
-033303-3-1,[0- 3- 3- 3- 0- 3- 3- 1],2-0-1-1-1-0-1-3-1,14321193939.605537
-033033-3-2,[0- 3- 3- 0- 3- 3- 3- 2],2-0-1-1-0-1-1-3-2,14319177875.022373
-110111-2-2,[1- 1- 0- 1- 1- 1- 2- 2],0-1-1-0-1-1-1-2-2,14316700643.478586
-222022-0-1,[2- 2- 2- 0- 2- 2- 0- 1],1-1-1-1-0-1-1-0-1,14311608026.101143
-222022-0-2,[2- 2- 2- 0- 2- 2- 0- 2],1-1-1-1-0-1-1-0-2,14311386735.083263
-303033-1-1,[3- 0- 3- 0- 3- 3- 1- 1],2-1-0-1-0-1-1-1-1,14310488397.748928
-020222-2-3,[0- 2- 0- 2- 2- 2- 2- 3],1-0-1-0-1-1-1-2-3,14309366277.68821
-220022-2-3,[2- 2- 0- 0- 2- 2- 2- 3],1-1-1-0-0-1-1-2-3,14308713160.30989
-001010-2-2,[0- 0- 1- 0- 1- 0- 2- 2],0-0-0-1-0-1-0-2-2,14306424410.955055
-003033-2-1,[0- 0- 3- 0- 3- 3- 2- 1],2-0-0-1-0-1-1-2-1,14303957589.309124
-220002-1-1,[2- 2- 0- 0- 0- 2- 1- 1],1-1-1-0-0-0-1-1-1,14300287980.157192
-303033-2-3,[3- 0- 3- 0- 3- 3- 2- 3],2-1-0-1-0-1-1-2-3,14296994868.562
-202222-0-2,[2- 0- 2- 2- 2- 2- 0- 2],1-1-0-1-1-1-1-0-2,14296416252.465374
-111001-2-2,[1- 1- 1- 0- 0- 1- 2- 2],0-1-1-1-0-0-1-2-2,14296188638.83422
-330033-1-2,[3- 3- 0- 0- 3- 3- 1- 2],2-1-1-0-0-1-1-1-2,14295179370.660547
-030333-3-0,[0- 3- 0- 3- 3- 3- 3- 0],2-0-1-0-1-1-1-3-0,14292519212.868097
-200220-2-2,[2- 0- 0- 2- 2- 0- 2- 2],1-1-0-0-1-1-0-2-2,14291383539.403316
-222202-1-0,[2- 2- 2- 2- 0- 2- 1- 0],1-1-1-1-1-0-1-1-0,14290638235.968418
-011110-2-2,[0- 1- 1- 1- 1- 0- 2- 2],0-0-1-1-1-1-0-2-2,14286606577.647774
-202202-2-0,[2- 0- 2- 2- 0- 2- 2- 0],1-1-0-1-1-0-1-2-0,14286040353.194553
-222020-2-2,[2- 2- 2- 0- 2- 0- 2- 2],1-1-1-1-0-1-0-2-2,14285956984.020395
-003033-2-2,[0- 0- 3- 0- 3- 3- 2- 2],2-0-0-1-0-1-1-2-2,14284324323.942804
-303033-3-1,[3- 0- 3- 0- 3- 3- 3- 1],2-1-0-1-0-1-1-3-1,14280037260.923885
-222002-2-3,[2- 2- 2- 0- 0- 2- 2- 3],1-1-1-1-0-0-1-2-3,14279846165.091278
-300333-1-2,[3- 0- 0- 3- 3- 3- 1- 2],2-1-0-0-1-1-1-1-2,14279834543.962461
-000000-2-2,[0- 0- 0- 0- 0- 0- 2- 2],0-0-0-0-0-0-0-2-2,14279579637.861713
-333330-2-2,[3- 3- 3- 3- 3- 0- 2- 2],2-1-1-1-1-1-0-2-2,14277267547.561563
-300303-2-1,[3- 0- 0- 3- 0- 3- 2- 1],2-1-0-0-1-0-1-2-1,14273876912.698254
-111010-2-2,[1- 1- 1- 0- 1- 0- 2- 2],0-1-1-1-0-1-0-2-2,14273078881.265907
-011110-2-1,[0- 1- 1- 1- 1- 0- 2- 1],0-0-1-1-1-1-0-2-1,14269830705.125334
-000333-2-1,[0- 0- 0- 3- 3- 3- 2- 1],2-0-0-0-1-1-1-2-1,14269691348.981152
-030033-3-1,[0- 3- 0- 0- 3- 3- 3- 1],2-0-1-0-0-1-1-3-1,14268040547.340588
-220202-3-3,[2- 2- 0- 2- 0- 2- 3- 3],1-1-1-0-1-0-1-3-3,14266157184.26175
-220220-2-1,[2- 2- 0- 2- 2- 0- 2- 1],1-1-1-0-1-1-0-2-1,14265395340.980358
-330033-2-3,[3- 3- 0- 0- 3- 3- 2- 3],2-1-1-0-0-1-1-2-3,14265133879.309156
-333003-3-1,[3- 3- 3- 0- 0- 3- 3- 1],2-1-1-1-0-0-1-3-1,14250546721.719704
-001111-2-1,[0- 0- 1- 1- 1- 1- 2- 1],0-0-0-1-1-1-1-2-1,14245824508.704857
-202202-3-1,[2- 0- 2- 2- 0- 2- 3- 1],1-1-0-1-1-0-1-3-1,14243228862.561155
-022202-2-3,[0- 2- 2- 2- 0- 2- 2- 3],1-0-1-1-1-0-1-2-3,14243043639.829536
-003333-1-2,[0- 0- 3- 3- 3- 3- 1- 2],2-0-0-1-1-1-1-1-2,14241882148.724424
-033033-3-0,[0- 3- 3- 0- 3- 3- 3- 0],2-0-1-1-0-1-1-3-0,14241274857.424738
-202202-2-3,[2- 0- 2- 2- 0- 2- 2- 3],1-1-0-1-1-0-1-2-3,14230754073.296558
-000222-1-2,[0- 0- 0- 2- 2- 2- 1- 2],1-0-0-0-1-1-1-1-2,14229519952.661894
-111101-3-3,[1- 1- 1- 1- 0- 1- 3- 3],0-1-1-1-1-0-1-3-3,14229097956.624222
-003303-2-2,[0- 0- 3- 3- 0- 3- 2- 2],2-0-0-1-1-0-1-2-2,14228998403.104395
-022022-2-3,[0- 2- 2- 0- 2- 2- 2- 3],1-0-1-1-0-1-1-2-3,14224903298.149002
-303033-3-2,[3- 0- 3- 0- 3- 3- 3- 2],2-1-0-1-0-1-1-3-2,14222973673.742565
-100010-2-2,[1- 0- 0- 0- 1- 0- 2- 2],0-1-0-0-0-1-0-2-2,14221211251.030327
-330003-2-2,[3- 3- 0- 0- 0- 3- 2- 2],2-1-1-0-0-0-1-2-2,14220014820.67648
-030303-2-1,[0- 3- 0- 3- 0- 3- 2- 1],2-0-1-0-1-0-1-2-1,14218973206.18005
-110110-2-2,[1- 1- 0- 1- 1- 0- 2- 2],0-1-1-0-1-1-0-2-2,14218693773.267982
-303033-1-2,[3- 0- 3- 0- 3- 3- 1- 2],2-1-0-1-0-1-1-1-2,14214190935.650145
-110011-2-1,[1- 1- 0- 0- 1- 1- 2- 1],0-1-1-0-0-1-1-2-1,14208845393.346601
-300333-3-1,[3- 0- 0- 3- 3- 3- 3- 1],2-1-0-0-1-1-1-3-1,14206822988.402584
-333003-2-3,[3- 3- 3- 0- 0- 3- 2- 3],2-1-1-1-0-0-1-2-3,14206427971.334806
-200222-3-2,[2- 0- 0- 2- 2- 2- 3- 2],1-1-0-0-1-1-1-3-2,14205911997.324654
-222200-2-2,[2- 2- 2- 2- 0- 0- 2- 2],1-1-1-1-1-0-0-2-2,14203506171.790598
-003333-3-3,[0- 0- 3- 3- 3- 3- 3- 3],2-0-0-1-1-1-1-3-3,14202168087.170269
-300303-2-2,[3- 0- 0- 3- 0- 3- 2- 2],2-1-0-0-1-0-1-2-2,14202140578.682291
-333300-2-1,[3- 3- 3- 3- 0- 0- 2- 1],2-1-1-1-1-0-0-2-1,14198154398.719725
-111010-2-1,[1- 1- 1- 0- 1- 0- 2- 1],0-1-1-1-0-1-0-2-1,14197836508.749464
-111001-2-1,[1- 1- 1- 0- 0- 1- 2- 1],0-1-1-1-0-0-1-2-1,14195972939.595854
-003333-3-2,[0- 0- 3- 3- 3- 3- 3- 2],2-0-0-1-1-1-1-3-2,14194886097.536465
-303303-3-1,[3- 0- 3- 3- 0- 3- 3- 1],2-1-0-1-1-0-1-3-1,14193105094.852306
-200002-2-1,[2- 0- 0- 0- 0- 2- 2- 1],1-1-0-0-0-0-1-2-1,14190985852.148647
-111001-3-3,[1- 1- 1- 0- 0- 1- 3- 3],0-1-1-1-0-0-1-3-3,14190831898.749067
-202022-3-1,[2- 0- 2- 0- 2- 2- 3- 1],1-1-0-1-0-1-1-3-1,14186701343.663267
-330303-3-3,[3- 3- 0- 3- 0- 3- 3- 3],2-1-1-0-1-0-1-3-3,14186308664.680159
-030303-2-2,[0- 3- 0- 3- 0- 3- 2- 2],2-0-1-0-1-0-1-2-2,14186213021.40504
-200222-3-1,[2- 0- 0- 2- 2- 2- 3- 1],1-1-0-0-1-1-1-3-1,14184857884.760084
-303303-1-2,[3- 0- 3- 3- 0- 3- 1- 2],2-1-0-1-1-0-1-1-2,14182765020.505796
-111111-2-3,[1- 1- 1- 1- 1- 1- 2- 3],0-1-1-1-1-1-1-2-3,14182683468.059101
-020022-3-1,[0- 2- 0- 0- 2- 2- 3- 1],1-0-1-0-0-1-1-3-1,14182364862.259834
-000202-2-2,[0- 0- 0- 2- 0- 2- 2- 2],1-0-0-0-1-0-1-2-2,14182294810.107645
-101101-2-2,[1- 0- 1- 1- 0- 1- 2- 2],0-1-0-1-1-0-1-2-2,14182106053.62466
-330303-2-0,[3- 3- 0- 3- 0- 3- 2- 0],2-1-1-0-1-0-1-2-0,14180966919.170528
-220022-3-3,[2- 2- 0- 0- 2- 2- 3- 3],1-1-1-0-0-1-1-3-3,14180450014.334915
-111011-1-1,[1- 1- 1- 0- 1- 1- 1- 1],0-1-1-1-0-1-1-1-1,14179650545.889488
-300333-2-0,[3- 0- 0- 3- 3- 3- 2- 0],2-1-0-0-1-1-1-2-0,14178388052.94392
-020022-1-2,[0- 2- 0- 0- 2- 2- 1- 2],1-0-1-0-0-1-1-1-2,14176234908.702784
-011010-2-2,[0- 1- 1- 0- 1- 0- 2- 2],0-0-1-1-0-1-0-2-2,14175844587.930706
-033033-2-0,[0- 3- 3- 0- 3- 3- 2- 0],2-0-1-1-0-1-1-2-0,14174413257.7095
-300333-1-1,[3- 0- 0- 3- 3- 3- 1- 1],2-1-0-0-1-1-1-1-1,14172422429.163494
-020002-2-1,[0- 2- 0- 0- 0- 2- 2- 1],1-0-1-0-0-0-1-2-1,14172034464.65945
-020002-2-2,[0- 2- 0- 0- 0- 2- 2- 2],1-0-1-0-0-0-1-2-2,14171606745.827816
-220202-3-2,[2- 2- 0- 2- 0- 2- 3- 2],1-1-1-0-1-0-1-3-2,14169004431.410389
-333003-1-2,[3- 3- 3- 0- 0- 3- 1- 2],2-1-1-1-0-0-1-1-2,14168981989.832972
-333303-3-0,[3- 3- 3- 3- 0- 3- 3- 0],2-1-1-1-1-0-1-3-0,14168364271.183315
-001100-2-2,[0- 0- 1- 1- 0- 0- 2- 2],0-0-0-1-1-0-0-2-2,14163609273.799904
-033303-2-3,[0- 3- 3- 3- 0- 3- 2- 3],2-0-1-1-1-0-1-2-3,14161988544.949423
-330003-1-1,[3- 3- 0- 0- 0- 3- 1- 1],2-1-1-0-0-0-1-1-1,14160701443.200819
-011001-2-2,[0- 1- 1- 0- 0- 1- 2- 2],0-0-1-1-0-0-1-2-2,14160671845.398418
-022002-3-2,[0- 2- 2- 0- 0- 2- 3- 2],1-0-1-1-0-0-1-3-2,14160312373.584766
-101101-2-1,[1- 0- 1- 1- 0- 1- 2- 1],0-1-0-1-1-0-1-2-1,14158339426.617683
-000220-2-2,[0- 0- 0- 2- 2- 0- 2- 2],1-0-0-0-1-1-0-2-2,14155442550.030146
-110011-2-2,[1- 1- 0- 0- 1- 1- 2- 2],0-1-1-0-0-1-1-2-2,14152120689.057213
-001111-2-2,[0- 0- 1- 1- 1- 1- 2- 2],0-0-0-1-1-1-1-2-2,14148241359.489422
-002222-2-3,[0- 0- 2- 2- 2- 2- 2- 3],1-0-0-1-1-1-1-2-3,14147675953.305088
-001110-2-1,[0- 0- 1- 1- 1- 0- 2- 1],0-0-0-1-1-1-0-2-1,14146817396.584255
-222220-1-1,[2- 2- 2- 2- 2- 0- 1- 1],1-1-1-1-1-1-0-1-1,14144607881.434872
-220202-2-3,[2- 2- 0- 2- 0- 2- 2- 3],1-1-1-0-1-0-1-2-3,14141500582.462547
-200222-3-3,[2- 0- 0- 2- 2- 2- 3- 3],1-1-0-0-1-1-1-3-3,14141071660.396414
-022222-1-0,[0- 2- 2- 2- 2- 2- 1- 0],1-0-1-1-1-1-1-1-0,14140949457.902744
-020220-2-2,[0- 2- 0- 2- 2- 0- 2- 2],1-0-1-0-1-1-0-2-2,14140162928.491707
-111111-3-3,[1- 1- 1- 1- 1- 1- 3- 3],0-1-1-1-1-1-1-3-3,14139910735.247814
-333303-1-0,[3- 3- 3- 3- 0- 3- 1- 0],2-1-1-1-1-0-1-1-0,14132759142.955868
-333330-2-1,[3- 3- 3- 3- 3- 0- 2- 1],2-1-1-1-1-1-0-2-1,14132409771.489025
-000033-2-2,[0- 0- 0- 0- 3- 3- 2- 2],2-0-0-0-0-1-1-2-2,14132081536.152779
-002002-2-2,[0- 0- 2- 0- 0- 2- 2- 2],1-0-0-1-0-0-1-2-2,14128473027.205423
-202022-3-2,[2- 0- 2- 0- 2- 2- 3- 2],1-1-0-1-0-1-1-3-2,14127987379.184502
-303303-2-0,[3- 0- 3- 3- 0- 3- 2- 0],2-1-0-1-1-0-1-2-0,14127633368.009136
-030333-2-0,[0- 3- 0- 3- 3- 3- 2- 0],2-0-1-0-1-1-1-2-0,14124433465.933468
-222220-1-2,[2- 2- 2- 2- 2- 0- 1- 2],1-1-1-1-1-1-0-1-2,14121903982.97006
-003303-2-1,[0- 0- 3- 3- 0- 3- 2- 1],2-0-0-1-1-0-1-2-1,14121783366.286312
-333300-2-2,[3- 3- 3- 3- 0- 0- 2- 2],2-1-1-1-1-0-0-2-2,14116252089.618523
-111011-3-3,[1- 1- 1- 0- 1- 1- 3- 3],0-1-1-1-0-1-1-3-3,14115899222.580757
-000100-2-2,[0- 0- 0- 1- 0- 0- 2- 2],0-0-0-0-1-0-0-2-2,14113049762.436169
-033003-2-1,[0- 3- 3- 0- 0- 3- 2- 1],2-0-1-1-0-0-1-2-1,14109684179.778606
-111011-1-2,[1- 1- 1- 0- 1- 1- 1- 2],0-1-1-1-0-1-1-1-2,14106811652.421444
-330033-3-3,[3- 3- 0- 0- 3- 3- 3- 3],2-1-1-0-0-1-1-3-3,14105965786.334852
-303033-3-3,[3- 0- 3- 0- 3- 3- 3- 3],2-1-0-1-0-1-1-3-3,14102638262.938557
-101111-1-2,[1- 0- 1- 1- 1- 1- 1- 2],0-1-0-1-1-1-1-1-2,14098758103.210217
-002220-2-1,[0- 0- 2- 2- 2- 0- 2- 1],1-0-0-1-1-1-0-2-1,14097579780.135078
-200002-2-2,[2- 0- 0- 0- 0- 2- 2- 2],1-1-0-0-0-0-1-2-2,14095661972.624369
-001101-2-2,[0- 0- 1- 1- 0- 1- 2- 2],0-0-0-1-1-0-1-2-2,14093724283.458307
-101011-2-2,[1- 0- 1- 0- 1- 1- 2- 2],0-1-0-1-0-1-1-2-2,14091188687.277248
-300003-2-1,[3- 0- 0- 0- 0- 3- 2- 1],2-1-0-0-0-0-1-2-1,14088397413.75662
-033033-2-3,[0- 3- 3- 0- 3- 3- 2- 3],2-0-1-1-0-1-1-2-3,14087827503.154509
-303033-3-0,[3- 0- 3- 0- 3- 3- 3- 0],2-1-0-1-0-1-1-3-0,14083053182.444044
-202022-2-3,[2- 0- 2- 0- 2- 2- 2- 3],1-1-0-1-0-1-1-2-3,14080993119.866283
-001110-1-2,[0- 0- 1- 1- 1- 0- 1- 2],0-0-0-1-1-1-0-1-2,14080509197.881283
-101011-2-1,[1- 0- 1- 0- 1- 1- 2- 1],0-1-0-1-0-1-1-2-1,14079986762.462883
-022022-3-3,[0- 2- 2- 0- 2- 2- 3- 3],1-0-1-1-0-1-1-3-3,14078813467.452744
-111111-3-2,[1- 1- 1- 1- 1- 1- 3- 2],0-1-1-1-1-1-1-3-2,14078514916.290493
-330303-3-2,[3- 3- 0- 3- 0- 3- 3- 2],2-1-1-0-1-0-1-3-2,14077700942.0649
-303333-1-3,[3- 0- 3- 3- 3- 3- 1- 3],2-1-0-1-1-1-1-1-3,14071843781.510586
-101010-2-2,[1- 0- 1- 0- 1- 0- 2- 2],0-1-0-1-0-1-0-2-2,14069431247.999506
-110010-2-2,[1- 1- 0- 0- 1- 0- 2- 2],0-1-1-0-0-1-0-2-2,14067236038.174755
-100111-2-2,[1- 0- 0- 1- 1- 1- 2- 2],0-1-0-0-1-1-1-2-2,14067128559.149883
-330303-1-2,[3- 3- 0- 3- 0- 3- 1- 2],2-1-1-0-1-0-1-1-2,14064484427.304377
-111111-3-1,[1- 1- 1- 1- 1- 1- 3- 1],0-1-1-1-1-1-1-3-1,14064445171.791256
-100111-2-1,[1- 0- 0- 1- 1- 1- 2- 1],0-1-0-0-1-1-1-2-1,14062694329.606773
-033303-1-1,[0- 3- 3- 3- 0- 3- 1- 1],2-0-1-1-1-0-1-1-1,14060186246.934902
-003333-3-1,[0- 0- 3- 3- 3- 3- 3- 1],2-0-0-1-1-1-1-3-1,14059707215.168789
-002022-1-2,[0- 0- 2- 0- 2- 2- 1- 2],1-0-0-1-0-1-1-1-2,14059260636.490202
-030033-3-2,[0- 3- 0- 0- 3- 3- 3- 2],2-0-1-0-0-1-1-3-2,14058653092.415245
-330303-2-3,[3- 3- 0- 3- 0- 3- 2- 3],2-1-1-0-1-0-1-2-3,14057072375.083906
-020022-3-2,[0- 2- 0- 0- 2- 2- 3- 2],1-0-1-0-0-1-1-3-2,14056901285.349781
-022222-1-3,[0- 2- 2- 2- 2- 2- 1- 3],1-0-1-1-1-1-1-1-3,14055187294.610668
-022202-3-0,[0- 2- 2- 2- 0- 2- 3- 0],1-0-1-1-1-0-1-3-0,14054522415.630322
-303330-2-1,[3- 0- 3- 3- 3- 0- 2- 1],2-1-0-1-1-1-0-2-1,14053493234.55085
-033033-3-3,[0- 3- 3- 0- 3- 3- 3- 3],2-0-1-1-0-1-1-3-3,14050290055.371122
-010110-2-2,[0- 1- 0- 1- 1- 0- 2- 2],0-0-1-0-1-1-0-2-2,14046390489.854717
-220202-3-1,[2- 2- 0- 2- 0- 2- 3- 1],1-1-1-0-1-0-1-3-1,14045338673.013468
-030333-1-2,[0- 3- 0- 3- 3- 3- 1- 2],2-0-1-0-1-1-1-1-2,14044007268.94839
-003333-1-1,[0- 0- 3- 3- 3- 3- 1- 1],2-0-0-1-1-1-1-1-1,14043883491.426174
-111011-3-2,[1- 1- 1- 0- 1- 1- 3- 2],0-1-1-1-0-1-1-3-2,14038491208.821995
-022200-2-1,[0- 2- 2- 2- 0- 0- 2- 1],1-0-1-1-1-0-0-2-1,14036553565.426558
-033003-2-2,[0- 3- 3- 0- 0- 3- 2- 2],2-0-1-1-0-0-1-2-2,14034200719.207485
-001111-1-2,[0- 0- 1- 1- 1- 1- 1- 2],0-0-0-1-1-1-1-1-2,14032691450.030577
-333303-0-2,[3- 3- 3- 3- 0- 3- 0- 2],2-1-1-1-1-0-1-0-2,14032555947.330332
-110110-2-1,[1- 1- 0- 1- 1- 0- 2- 1],0-1-1-0-1-1-0-2-1,14032310915.198881
-020222-3-3,[0- 2- 0- 2- 2- 2- 3- 3],1-0-1-0-1-1-1-3-3,14030517805.000313
-022020-2-2,[0- 2- 2- 0- 2- 0- 2- 2],1-0-1-1-0-1-0-2-2,14029127134.179222
-020022-1-1,[0- 2- 0- 0- 2- 2- 1- 1],1-0-1-0-0-1-1-1-1,14027105736.888103
-000033-2-1,[0- 0- 0- 0- 3- 3- 2- 1],2-0-0-0-0-1-1-2-1,14024176876.859663
-220020-2-2,[2- 2- 0- 0- 2- 0- 2- 2],1-1-1-0-0-1-0-2-2,14017725070.833412
-300033-2-0,[3- 0- 0- 0- 3- 3- 2- 0],2-1-0-0-0-1-1-2-0,14017216585.750877
-002222-3-1,[0- 0- 2- 2- 2- 2- 3- 1],1-0-0-1-1-1-1-3-1,14016961133.854399
-220020-2-1,[2- 2- 0- 0- 2- 0- 2- 1],1-1-1-0-0-1-0-2-1,14013799174.170301
-333033-1-0,[3- 3- 3- 0- 3- 3- 1- 0],2-1-1-1-0-1-1-1-0,14013538226.816784
-010010-2-2,[0- 1- 0- 0- 1- 0- 2- 2],0-0-1-0-0-1-0-2-2,14011954528.73956
-010111-2-1,[0- 1- 0- 1- 1- 1- 2- 1],0-0-1-0-1-1-1-2-1,14011944295.180525
-001000-2-2,[0- 0- 1- 0- 0- 0- 2- 2],0-0-0-1-0-0-0-2-2,14009874440.738049
-030033-3-0,[0- 3- 0- 0- 3- 3- 3- 0],2-0-1-0-0-1-1-3-0,14007700892.265297
-033033-1-1,[0- 3- 3- 0- 3- 3- 1- 1],2-0-1-1-0-1-1-1-1,14007203016.477001
-330003-2-0,[3- 3- 0- 0- 0- 3- 2- 0],2-1-1-0-0-0-1-2-0,14005682536.06825
-333030-2-2,[3- 3- 3- 0- 3- 0- 2- 2],2-1-1-1-0-1-0-2-2,14004870766.665886
-111100-2-1,[1- 1- 1- 1- 0- 0- 2- 1],0-1-1-1-1-0-0-2-1,14003542955.315016
-111101-1-1,[1- 1- 1- 1- 0- 1- 1- 1],0-1-1-1-1-0-1-1-1,14002943865.155556
-333030-2-1,[3- 3- 3- 0- 3- 0- 2- 1],2-1-1-1-0-1-0-2-1,13997171623.252562
-000202-2-1,[0- 0- 0- 2- 0- 2- 2- 1],1-0-0-0-1-0-1-2-1,13995909506.33517
-002002-2-1,[0- 0- 2- 0- 0- 2- 2- 1],1-0-0-1-0-0-1-2-1,13993211085.05177
-220222-1-3,[2- 2- 0- 2- 2- 2- 1- 3],1-1-1-0-1-1-1-1-3,13990495494.104702
-111011-2-3,[1- 1- 1- 0- 1- 1- 2- 3],0-1-1-1-0-1-1-2-3,13989463933.53344
-111101-3-2,[1- 1- 1- 1- 0- 1- 3- 2],0-1-1-1-1-0-1-3-2,13988748898.040462
-020202-3-2,[0- 2- 0- 2- 0- 2- 3- 2],1-0-1-0-1-0-1-3-2,13984874001.875202
-022002-3-3,[0- 2- 2- 0- 0- 2- 3- 3],1-0-1-1-0-0-1-3-3,13983792226.797758
-200022-1-2,[2- 0- 0- 0- 2- 2- 1- 2],1-1-0-0-0-1-1-1-2,13982156049.385832
-020022-2-0,[0- 2- 0- 0- 2- 2- 2- 0],1-0-1-0-0-1-1-2-0,13980515305.747845
-020202-1-2,[0- 2- 0- 2- 0- 2- 1- 2],1-0-1-0-1-0-1-1-2,13979103184.007868
-022002-3-1,[0- 2- 2- 0- 0- 2- 3- 1],1-0-1-1-0-0-1-3-1,13978984073.658333
-101111-1-1,[1- 0- 1- 1- 1- 1- 1- 1],0-1-0-1-1-1-1-1-1,13977382699.389637
-300033-3-1,[3- 0- 0- 0- 3- 3- 3- 1],2-1-0-0-0-1-1-3-1,13976797058.989588
-000333-2-3,[0- 0- 0- 3- 3- 3- 2- 3],2-0-0-0-1-1-1-2-3,13973311369.229774
-022200-2-2,[0- 2- 2- 2- 0- 0- 2- 2],1-0-1-1-1-0-0-2-2,13971034676.071373
-001011-2-2,[0- 0- 1- 0- 1- 1- 2- 2],0-0-0-1-0-1-1-2-2,13968235968.708475
-202200-2-2,[2- 0- 2- 2- 0- 0- 2- 2],1-1-0-1-1-0-0-2-2,13967835739.668941
-002222-3-2,[0- 0- 2- 2- 2- 2- 3- 2],1-0-0-1-1-1-1-3-2,13964184858.800407
-033033-1-2,[0- 3- 3- 0- 3- 3- 1- 2],2-0-1-1-0-1-1-1-2,13963799383.428629
-333033-0-1,[3- 3- 3- 0- 3- 3- 0- 1],2-1-1-1-0-1-1-0-1,13960465929.058712
-303330-2-3,[3- 0- 3- 3- 3- 0- 2- 3],2-1-0-1-1-1-0-2-3,13960418870.345509
-003330-2-2,[0- 0- 3- 3- 3- 0- 2- 2],2-0-0-1-1-1-0-2-2,13960411127.428293
-022020-2-1,[0- 2- 2- 0- 2- 0- 2- 1],1-0-1-1-0-1-0-2-1,13959438062.95767
-101100-2-2,[1- 0- 1- 1- 0- 0- 2- 2],0-1-0-1-1-0-0-2-2,13958568500.698847
-001001-2-2,[0- 0- 1- 0- 0- 1- 2- 2],0-0-0-1-0-0-1-2-2,13958117574.722023
-202022-3-3,[2- 0- 2- 0- 2- 2- 3- 3],1-1-0-1-0-1-1-3-3,13958093422.649504
-002202-1-2,[0- 0- 2- 2- 0- 2- 1- 2],1-0-0-1-1-0-1-1-2,13957041727.05403
-000002-2-2,[0- 0- 0- 0- 0- 2- 2- 2],1-0-0-0-0-0-1-2-2,13956685136.409294
-222000-2-1,[2- 2- 2- 0- 0- 0- 2- 1],1-1-1-1-0-0-0-2-1,13953815101.047575
-001101-2-1,[0- 0- 1- 1- 0- 1- 2- 1],0-0-0-1-1-0-1-2-1,13953363972.02676
-303300-2-2,[3- 0- 3- 3- 0- 0- 2- 2],2-1-0-1-1-0-0-2-2,13951974507.000818
-222200-1-1,[2- 2- 2- 2- 0- 0- 1- 1],1-1-1-1-1-0-0-1-1,13951046810.030159
-111100-2-2,[1- 1- 1- 1- 0- 0- 2- 2],0-1-1-1-1-0-0-2-2,13948185519.23391
-202022-3-0,[2- 0- 2- 0- 2- 2- 3- 0],1-1-0-1-0-1-1-3-0,13948061116.920559
-111110-1-2,[1- 1- 1- 1- 1- 0- 1- 2],0-1-1-1-1-1-0-1-2,13947545062.349728
-220002-2-0,[2- 2- 0- 0- 0- 2- 2- 0],1-1-1-0-0-0-1-2-0,13946029652.299236
-202020-2-2,[2- 0- 2- 0- 2- 0- 2- 2],1-1-0-1-0-1-0-2-2,13942853241.772121
-330303-3-1,[3- 3- 0- 3- 0- 3- 3- 1],2-1-1-0-1-0-1-3-1,13940578135.367104
-333000-2-1,[3- 3- 3- 0- 0- 0- 2- 1],2-1-1-1-0-0-0-2-1,13940062542.737331
-111011-2-0,[1- 1- 1- 0- 1- 1- 2- 0],0-1-1-1-0-1-1-2-0,13939403532.993248
-011110-1-2,[0- 1- 1- 1- 1- 0- 1- 2],0-0-1-1-1-1-0-1-2,13938966045.740091
-000001-2-2,[0- 0- 0- 0- 0- 1- 2- 2],0-0-0-0-0-0-1-2-2,13936061826.278637
-011100-2-2,[0- 1- 1- 1- 0- 0- 2- 2],0-0-1-1-1-0-0-2-2,13935150841.24844
-202222-1-3,[2- 0- 2- 2- 2- 2- 1- 3],1-1-0-1-1-1-1-1-3,13931437717.287163
-100110-2-1,[1- 0- 0- 1- 1- 0- 2- 1],0-1-0-0-1-1-0-2-1,13930475558.952114
-000020-2-2,[0- 0- 0- 0- 2- 0- 2- 2],1-0-0-0-0-1-0-2-2,13927826092.703987
-022002-1-1,[0- 2- 2- 0- 0- 2- 1- 1],1-0-1-1-0-0-1-1-1,13926551739.648754
-010111-2-2,[0- 1- 0- 1- 1- 1- 2- 2],0-0-1-0-1-1-1-2-2,13924449686.852455
-011011-1-2,[0- 1- 1- 0- 1- 1- 1- 2],0-0-1-1-0-1-1-1-2,13923965846.05636
-303333-0-2,[3- 0- 3- 3- 3- 3- 0- 2],2-1-0-1-1-1-1-0-2,13923388716.97186
-020202-1-1,[0- 2- 0- 2- 0- 2- 1- 1],1-0-1-0-1-0-1-1-1,13917827836.906796
-220222-0-1,[2- 2- 0- 2- 2- 2- 0- 1],1-1-1-0-1-1-1-0-1,13917602064.849495
-220002-1-2,[2- 2- 0- 0- 0- 2- 1- 2],1-1-1-0-0-0-1-1-2,13916217723.75245
-033330-2-2,[0- 3- 3- 3- 3- 0- 2- 2],2-0-1-1-1-1-0-2-2,13914152420.872643
-030303-3-2,[0- 3- 0- 3- 0- 3- 3- 2],2-0-1-0-1-0-1-3-2,13913774630.922829
-111111-3-0,[1- 1- 1- 1- 1- 1- 3- 0],0-1-1-1-1-1-1-3-0,13911521336.237837
-200022-2-0,[2- 0- 0- 0- 2- 2- 2- 0],1-1-0-0-0-1-1-2-0,13910060873.5079
-010011-2-2,[0- 1- 0- 0- 1- 1- 2- 2],0-0-1-0-0-1-1-2-2,13904808082.064068
-200222-3-0,[2- 0- 0- 2- 2- 2- 3- 0],1-1-0-0-1-1-1-3-0,13904592744.252026
-002020-2-2,[0- 0- 2- 0- 2- 0- 2- 2],1-0-0-1-0-1-0-2-2,13904238507.16778
-011001-2-1,[0- 1- 1- 0- 0- 1- 2- 1],0-0-1-1-0-0-1-2-1,13902444019.178692
-111001-3-2,[1- 1- 1- 0- 0- 1- 3- 2],0-1-1-1-0-0-1-3-2,13893931955.254642
-000222-2-3,[0- 0- 0- 2- 2- 2- 2- 3],1-0-0-0-1-1-1-2-3,13892138342.952229
-220222-1-0,[2- 2- 0- 2- 2- 2- 1- 0],1-1-1-0-1-1-1-1-0,13891994077.55402
-002222-0-2,[0- 0- 2- 2- 2- 2- 0- 2],1-0-0-1-1-1-1-0-2,13891483919.273588
-202200-2-1,[2- 0- 2- 2- 0- 0- 2- 1],1-1-0-1-1-0-0-2-1,13890374640.185585
-011010-2-1,[0- 1- 1- 0- 1- 0- 2- 1],0-0-1-1-0-1-0-2-1,13888954583.19714
-002202-3-2,[0- 0- 2- 2- 0- 2- 3- 2],1-0-0-1-1-0-1-3-2,13888603609.858273
-003303-3-3,[0- 0- 3- 3- 0- 3- 3- 3],2-0-0-1-1-0-1-3-3,13886801140.170227
-111101-1-2,[1- 1- 1- 1- 0- 1- 1- 2],0-1-1-1-1-0-1-1-2,13886435256.563213
-200020-2-2,[2- 0- 0- 0- 2- 0- 2- 2],1-1-0-0-0-1-0-2-2,13886277439.79333
-020202-3-1,[0- 2- 0- 2- 0- 2- 3- 1],1-0-1-0-1-0-1-3-1,13886061579.647636
-020022-2-3,[0- 2- 0- 0- 2- 2- 2- 3],1-0-1-0-0-1-1-2-3,13883894016.859556
-200220-2-1,[2- 0- 0- 2- 2- 0- 2- 1],1-1-0-0-1-1-0-2-1,13880340651.127327
-222220-2-3,[2- 2- 2- 2- 2- 0- 2- 3],1-1-1-1-1-1-0-2-3,13880311740.394764
-000011-2-2,[0- 0- 0- 0- 1- 1- 2- 2],0-0-0-0-0-1-1-2-2,13880266867.608055
-033303-2-0,[0- 3- 3- 3- 0- 3- 2- 0],2-0-1-1-1-0-1-2-0,13876560741.885464
-200022-1-1,[2- 0- 0- 0- 2- 2- 1- 1],1-1-0-0-0-1-1-1-1,13876411975.81834
-033303-1-2,[0- 3- 3- 3- 0- 3- 1- 2],2-0-1-1-1-0-1-1-2,13876265368.633905
-222002-3-0,[2- 2- 2- 0- 0- 2- 3- 0],1-1-1-1-0-0-1-3-0,13875052990.326702
-333033-0-2,[3- 3- 3- 0- 3- 3- 0- 2],2-1-1-1-0-1-1-0-2,13874110328.275782
-333330-2-3,[3- 3- 3- 3- 3- 0- 2- 3],2-1-1-1-1-1-0-2-3,13872546337.122444
-110101-2-2,[1- 1- 0- 1- 0- 1- 2- 2],0-1-1-0-1-0-1-2-2,13872223251.946266
-100011-2-2,[1- 0- 0- 0- 1- 1- 2- 2],0-1-0-0-0-1-1-2-2,13871922754.148508
-020220-2-1,[0- 2- 0- 2- 2- 0- 2- 1],1-0-1-0-1-1-0-2-1,13869848182.769407
-110111-1-2,[1- 1- 0- 1- 1- 1- 1- 2],0-1-1-0-1-1-1-1-2,13865318805.233883
-110101-2-1,[1- 1- 0- 1- 0- 1- 2- 1],0-1-1-0-1-0-1-2-1,13856880396.953672
-202002-3-2,[2- 0- 2- 0- 0- 2- 3- 2],1-1-0-1-0-0-1-3-2,13855215178.462627
-002202-1-1,[0- 0- 2- 2- 0- 2- 1- 1],1-0-0-1-1-0-1-1-1,13854874358.551968
-000333-3-2,[0- 0- 0- 3- 3- 3- 3- 2],2-0-0-0-1-1-1-3-2,13851221174.423466
-300333-3-0,[3- 0- 0- 3- 3- 3- 3- 0],2-1-0-0-1-1-1-3-0,13850766935.717878
-030333-1-1,[0- 3- 0- 3- 3- 3- 1- 1],2-0-1-0-1-1-1-1-1,13850540305.47224
-020202-3-3,[0- 2- 0- 2- 0- 2- 3- 3],1-0-1-0-1-0-1-3-3,13850311833.68913
-300003-2-2,[3- 0- 0- 0- 0- 3- 2- 2],2-1-0-0-0-0-1-2-2,13849918327.087303
-011100-2-1,[0- 1- 1- 1- 0- 0- 2- 1],0-0-1-1-1-0-0-2-1,13849111757.713543
-111011-3-1,[1- 1- 1- 0- 1- 1- 3- 1],0-1-1-1-0-1-1-3-1,13848289393.777842
-022220-1-2,[0- 2- 2- 2- 2- 0- 1- 2],1-0-1-1-1-1-0-1-2,13848261109.946926
-003333-2-0,[0- 0- 3- 3- 3- 3- 2- 0],2-0-0-1-1-1-1-2-0,13847211909.433926
-011111-2-0,[0- 1- 1- 1- 1- 1- 2- 0],0-0-1-1-1-1-1-2-0,13847050259.38781
-300033-3-2,[3- 0- 0- 0- 3- 3- 3- 2],2-1-0-0-0-1-1-3-2,13845435202.524067
-300033-2-3,[3- 0- 0- 0- 3- 3- 2- 3],2-1-0-0-0-1-1-2-3,13845415936.548653
-100100-2-2,[1- 0- 0- 1- 0- 0- 2- 2],0-1-0-0-1-0-0-2-2,13842743558.680916
-333003-3-0,[3- 3- 3- 0- 0- 3- 3- 0],2-1-1-1-0-0-1-3-0,13840311988.181223
-030303-3-3,[0- 3- 0- 3- 0- 3- 3- 3],2-0-1-0-1-0-1-3-3,13840221996.507166
-303030-2-2,[3- 0- 3- 0- 3- 0- 2- 2],2-1-0-1-0-1-0-2-2,13838074085.321619
-330333-1-3,[3- 3- 0- 3- 3- 3- 1- 3],2-1-1-0-1-1-1-1-3,13836242963.605335
-202220-2-3,[2- 0- 2- 2- 2- 0- 2- 3],1-1-0-1-1-1-0-2-3,13833682275.75085
-101110-1-2,[1- 0- 1- 1- 1- 0- 1- 2],0-1-0-1-1-1-0-1-2,13833319205.454084
-020020-2-2,[0- 2- 0- 0- 2- 0- 2- 2],1-0-1-0-0-1-0-2-2,13829792279.11485
-022002-1-2,[0- 2- 2- 0- 0- 2- 1- 2],1-0-1-1-0-0-1-1-2,13829669461.40275
-111101-2-3,[1- 1- 1- 1- 0- 1- 2- 3],0-1-1-1-1-0-1-2-3,13828536836.86441
-003303-3-2,[0- 0- 3- 3- 0- 3- 3- 2],2-0-0-1-1-0-1-3-2,13825160556.65903
-222022-1-3,[2- 2- 2- 0- 2- 2- 1- 3],1-1-1-1-0-1-1-1-3,13823818751.939533
-330330-2-2,[3- 3- 0- 3- 3- 0- 2- 2],2-1-1-0-1-1-0-2-2,13823447541.05349
-202220-1-2,[2- 0- 2- 2- 2- 0- 1- 2],1-1-0-1-1-1-0-1-2,13821784783.65385
-020022-3-0,[0- 2- 0- 0- 2- 2- 3- 0],1-0-1-0-0-1-1-3-0,13819199533.382486
-002200-2-2,[0- 0- 2- 2- 0- 0- 2- 2],1-0-0-1-1-0-0-2-2,13817973119.031794
-300330-2-2,[3- 0- 0- 3- 3- 0- 2- 2],2-1-0-0-1-1-0-2-2,13817432531.008173
-000333-3-3,[0- 0- 0- 3- 3- 3- 3- 3],2-0-0-0-1-1-1-3-3,13817083519.187317
-033003-3-2,[0- 3- 3- 0- 0- 3- 3- 2],2-0-1-1-0-0-1-3-2,13815263404.643394
-011101-1-2,[0- 1- 1- 1- 0- 1- 1- 2],0-0-1-1-1-0-1-1-2,13814707531.10525
-200022-3-1,[2- 0- 0- 0- 2- 2- 3- 1],1-1-0-0-0-1-1-3-1,13813986938.899319
-202002-3-3,[2- 0- 2- 0- 0- 2- 3- 3],1-1-0-1-0-0-1-3-3,13808092837.427692
-222222-0-3,[2- 2- 2- 2- 2- 2- 0- 3],1-1-1-1-1-1-1-0-3,13801364396.799053
-333033-1-3,[3- 3- 3- 0- 3- 3- 1- 3],2-1-1-1-0-1-1-1-3,13801202553.30846
-101001-2-2,[1- 0- 1- 0- 0- 1- 2- 2],0-1-0-1-0-0-1-2-2,13800026958.091105
-220200-2-1,[2- 2- 0- 2- 0- 0- 2- 1],1-1-1-0-1-0-0-2-1,13799803583.708418
-111111-0-2,[1- 1- 1- 1- 1- 1- 0- 2],0-1-1-1-1-1-1-0-2,13795523703.813473
-303003-3-2,[3- 0- 3- 0- 0- 3- 3- 2],2-1-0-1-0-0-1-3-2,13792871249.113209
-002022-1-1,[0- 0- 2- 0- 2- 2- 1- 1],1-0-0-1-0-1-1-1-1,13791214105.189571
-202222-0-1,[2- 0- 2- 2- 2- 2- 0- 1],1-1-0-1-1-1-1-0-1,13790561748.426212
-200022-2-3,[2- 0- 0- 0- 2- 2- 2- 3],1-1-0-0-0-1-1-2-3,13790402873.27747
-000010-2-3,[0- 0- 0- 0- 1- 0- 2- 3],0-0-0-0-0-1-0-2-3,13790217353.71091
-300033-1-2,[3- 0- 0- 0- 3- 3- 1- 2],2-1-0-0-0-1-1-1-2,13788972310.818188
-030303-3-1,[0- 3- 0- 3- 0- 3- 3- 1],2-0-1-0-1-0-1-3-1,13787190944.202618
-020202-2-3,[0- 2- 0- 2- 0- 2- 2- 3],1-0-1-0-1-0-1-2-3,13787068601.304823
-202020-2-1,[2- 0- 2- 0- 2- 0- 2- 1],1-1-0-1-0-1-0-2-1,13781969142.04177
-110010-2-1,[1- 1- 0- 0- 1- 0- 2- 1],0-1-1-0-0-1-0-2-1,13780401921.063702
-200022-3-2,[2- 0- 0- 0- 2- 2- 3- 2],1-1-0-0-0-1-1-3-2,13780264368.019146
-033333-0-2,[0- 3- 3- 3- 3- 3- 0- 2],2-0-1-1-1-1-1-0-2,13775402077.28271
-100000-2-2,[1- 0- 0- 0- 0- 0- 2- 2],0-1-0-0-0-0-0-2-2,13775299589.197842
-000111-2-2,[0- 0- 0- 1- 1- 1- 2- 2],0-0-0-0-1-1-1-2-2,13774417953.120111
-011000-2-2,[0- 1- 1- 0- 0- 0- 2- 2],0-0-1-1-0-0-0-2-2,13771540766.402264
-222220-2-0,[2- 2- 2- 2- 2- 0- 2- 0],1-1-1-1-1-1-0-2-0,13770690585.682308
-033303-3-0,[0- 3- 3- 3- 0- 3- 3- 0],2-0-1-1-1-0-1-3-0,13767248884.275446
-033333-1-3,[0- 3- 3- 3- 3- 3- 1- 3],2-0-1-1-1-1-1-1-3,13767203080.735874
-022202-0-2,[0- 2- 2- 2- 0- 2- 0- 2],1-0-1-1-1-0-1-0-2,13765212739.239145
-010101-2-2,[0- 1- 0- 1- 0- 1- 2- 2],0-0-1-0-1-0-1-2-2,13764145702.179226
-300033-1-1,[3- 0- 0- 0- 3- 3- 1- 1],2-1-0-0-0-1-1-1-1,13764118967.345284
-111110-1-1,[1- 1- 1- 1- 1- 0- 1- 1],0-1-1-1-1-1-0-1-1,13762990146.816444
-000110-1-2,[0- 0- 0- 1- 1- 0- 1- 2],0-0-0-0-1-1-0-1-2,13762061939.7214
-002202-3-3,[0- 0- 2- 2- 0- 2- 3- 3],1-0-0-1-1-0-1-3-3,13761204361.56757
-222000-2-2,[2- 2- 2- 0- 0- 0- 2- 2],1-1-1-1-0-0-0-2-2,13760939014.629616
-300033-3-0,[3- 0- 0- 0- 3- 3- 3- 0],2-1-0-0-0-1-1-3-0,13758992253.815472
-000101-2-2,[0- 0- 0- 1- 0- 1- 2- 2],0-0-0-0-1-0-1-2-2,13757765513.712654
-303300-2-1,[3- 0- 3- 3- 0- 0- 2- 1],2-1-0-1-1-0-0-2-1,13757365562.580578
-330333-0-2,[3- 3- 0- 3- 3- 3- 0- 2],2-1-1-0-1-1-1-0-2,13755829707.23472
-200202-3-3,[2- 0- 0- 2- 0- 2- 3- 3],1-1-0-0-1-0-1-3-3,13752402844.027317
-202222-1-0,[2- 0- 2- 2- 2- 2- 1- 0],1-1-0-1-1-1-1-1-0,13751506540.641464
-333000-2-2,[3- 3- 3- 0- 0- 0- 2- 2],2-1-1-1-0-0-0-2-2,13751448592.938503
-030033-2-0,[0- 3- 0- 0- 3- 3- 2- 0],2-0-1-0-0-1-1-2-0,13751178058.334608
-030033-2-3,[0- 3- 0- 0- 3- 3- 2- 3],2-0-1-0-0-1-1-2-3,13751090897.004086
-220002-3-2,[2- 2- 0- 0- 0- 2- 3- 2],1-1-1-0-0-0-1-3-2,13749179817.07706
-001011-2-1,[0- 0- 1- 0- 1- 1- 2- 1],0-0-0-1-0-1-1-2-1,13747107115.465786
-333330-3-3,[3- 3- 3- 3- 3- 0- 3- 3],2-1-1-1-1-1-0-3-3,13743249422.114365
-303330-3-3,[3- 0- 3- 3- 3- 0- 3- 3],2-1-0-1-1-1-0-3-3,13742877798.656239
-022022-0-2,[0- 2- 2- 0- 2- 2- 0- 2],1-0-1-1-0-1-1-0-2,13741398750.922205
-020222-0-2,[0- 2- 0- 2- 2- 2- 0- 2],1-0-1-0-1-1-1-0-2,13741227038.613825
-333300-1-1,[3- 3- 3- 3- 0- 0- 1- 1],2-1-1-1-1-0-0-1-1,13739706452.449566
-110111-1-1,[1- 1- 0- 1- 1- 1- 1- 1],0-1-1-0-1-1-1-1-1,13735296347.123375
-010011-2-1,[0- 1- 0- 0- 1- 1- 2- 1],0-0-1-0-0-1-1-2-1,13733853951.963223
-002222-3-3,[0- 0- 2- 2- 2- 2- 3- 3],1-0-0-1-1-1-1-3-3,13733778675.95915
-220200-2-2,[2- 2- 0- 2- 0- 0- 2- 2],1-1-1-0-1-0-0-2-2,13732446674.636726
-011101-1-1,[0- 1- 1- 1- 0- 1- 1- 1],0-0-1-1-1-0-1-1-1,13731084167.534115
-200202-1-2,[2- 0- 0- 2- 0- 2- 1- 2],1-1-0-0-1-0-1-1-2,13730588395.49101
-220002-3-3,[2- 2- 0- 0- 0- 2- 3- 3],1-1-1-0-0-0-1-3-3,13729406193.894354
-111000-2-2,[1- 1- 1- 0- 0- 0- 2- 2],0-1-1-1-0-0-0-2-2,13724992543.38551
-110001-2-2,[1- 1- 0- 0- 0- 1- 2- 2],0-1-1-0-0-0-1-2-2,13724901461.829784
-101100-2-1,[1- 0- 1- 1- 0- 0- 2- 1],0-1-0-1-1-0-0-2-1,13724687528.1907
-000022-1-2,[0- 0- 0- 0- 2- 2- 1- 2],1-0-0-0-0-1-1-1-2,13724334359.650188
-100101-2-2,[1- 0- 0- 1- 0- 1- 2- 2],0-1-0-0-1-0-1-2-2,13721782764.645105
-000222-1-1,[0- 0- 0- 2- 2- 2- 1- 1],1-0-0-0-1-1-1-1-1,13721721267.980495
-011011-1-1,[0- 1- 1- 0- 1- 1- 1- 1],0-0-1-1-0-1-1-1-1,13719317704.60107
-100110-2-3,[1- 0- 0- 1- 1- 0- 2- 3],0-1-0-0-1-1-0-2-3,13716033418.10115
-033003-3-1,[0- 3- 3- 0- 0- 3- 3- 1],2-0-1-1-0-0-1-3-1,13714194117.082226
-022002-2-3,[0- 2- 2- 0- 0- 2- 2- 3],1-0-1-1-0-0-1-2-3,13711366137.240782
-200202-1-1,[2- 0- 0- 2- 0- 2- 1- 1],1-1-0-0-1-0-1-1-1,13711150667.163845
-202202-3-0,[2- 0- 2- 2- 0- 2- 3- 0],1-1-0-1-1-0-1-3-0,13706969480.497051
-001100-2-1,[0- 0- 1- 1- 0- 0- 2- 1],0-0-0-1-1-0-0-2-1,13703818500.025755
-333003-0-1,[3- 3- 3- 0- 0- 3- 0- 1],2-1-1-1-0-0-1-0-1,13703216485.217115
-303003-3-3,[3- 0- 3- 0- 0- 3- 3- 3],2-1-0-1-0-0-1-3-3,13702102667.288162
-220202-3-0,[2- 2- 0- 2- 0- 2- 3- 0],1-1-1-0-1-0-1-3-0,13701996857.873547
-300303-3-3,[3- 0- 0- 3- 0- 3- 3- 3],2-1-0-0-1-0-1-3-3,13699779951.71904
-100011-2-1,[1- 0- 0- 0- 1- 1- 2- 1],0-1-0-0-0-1-1-2-1,13698612338.304333
-011111-0-2,[0- 1- 1- 1- 1- 1- 0- 2],0-0-1-1-1-1-1-0-2,13697292826.36947
-010001-2-2,[0- 1- 0- 0- 0- 1- 2- 2],0-0-1-0-0-0-1-2-2,13696163584.205082
-101010-2-1,[1- 0- 1- 0- 1- 0- 2- 1],0-1-0-1-0-1-0-2-1,13695921328.02261
-303003-3-1,[3- 0- 3- 0- 0- 3- 3- 1],2-1-0-1-0-0-1-3-1,13694601938.104288
-002202-2-3,[0- 0- 2- 2- 0- 2- 2- 3],1-0-0-1-1-0-1-2-3,13687239098.846668
-001111-1-1,[0- 0- 1- 1- 1- 1- 1- 1],0-0-0-1-1-1-1-1-1,13686819622.170757
-033330-2-1,[0- 3- 3- 3- 3- 0- 2- 1],2-0-1-1-1-1-0-2-1,13685688025.487776
-000110-2-3,[0- 0- 0- 1- 1- 0- 2- 3],0-0-0-0-1-1-0-2-3,13684514610.737318
-010100-2-2,[0- 1- 0- 1- 0- 0- 2- 2],0-0-1-0-1-0-0-2-2,13682146367.614475
-030003-2-1,[0- 3- 0- 0- 0- 3- 2- 1],2-0-1-0-0-0-1-2-1,13681460988.00802
-101101-3-3,[1- 0- 1- 1- 0- 1- 3- 3],0-1-0-1-1-0-1-3-3,13676335426.784931
-200202-3-2,[2- 0- 0- 2- 0- 2- 3- 2],1-1-0-0-1-0-1-3-2,13674767652.859325
-002202-3-1,[0- 0- 2- 2- 0- 2- 3- 1],1-0-0-1-1-0-1-3-1,13671388266.369564
-222020-1-1,[2- 2- 2- 0- 2- 0- 1- 1],1-1-1-1-0-1-0-1-1,13670732249.49044
-002220-1-2,[0- 0- 2- 2- 2- 0- 1- 2],1-0-0-1-1-1-0-1-2,13668573062.642073
-111001-2-3,[1- 1- 1- 0- 0- 1- 2- 3],0-1-1-1-0-0-1-2-3,13661986609.684187
-101111-2-0,[1- 0- 1- 1- 1- 1- 2- 0],0-1-0-1-1-1-1-2-0,13661418599.642765
-011001-3-3,[0- 1- 1- 0- 0- 1- 3- 3],0-0-1-1-0-0-1-3-3,13660978020.943697
-330030-2-2,[3- 3- 0- 0- 3- 0- 2- 2],2-1-1-0-0-1-0-2-2,13659030089.965176
-003303-2-3,[0- 0- 3- 3- 0- 3- 2- 3],2-0-0-1-1-0-1-2-3,13658780903.73542
-002222-3-0,[0- 0- 2- 2- 2- 2- 3- 0],1-0-0-1-1-1-1-3-0,13658542661.281902
-010110-2-1,[0- 1- 0- 1- 1- 0- 2- 1],0-0-1-0-1-1-0-2-1,13655729632.025082
-110100-2-2,[1- 1- 0- 1- 0- 0- 2- 2],0-1-1-0-1-0-0-2-2,13654038954.792065
-100001-2-2,[1- 0- 0- 0- 0- 1- 2- 2],0-1-0-0-0-0-1-2-2,13654021414.755394
-000010-1-2,[0- 0- 0- 0- 1- 0- 1- 2],0-0-0-0-0-1-0-1-2,13653338714.775978
-200202-2-3,[2- 0- 0- 2- 0- 2- 2- 3],1-1-0-0-1-0-1-2-3,13652511165.1675
-111101-3-1,[1- 1- 1- 1- 0- 1- 3- 1],0-1-1-1-1-0-1-3-1,13651534915.727686
-202002-3-1,[2- 0- 2- 0- 0- 2- 3- 1],1-1-0-1-0-0-1-3-1,13651468303.27647
-222220-3-3,[2- 2- 2- 2- 2- 0- 3- 3],1-1-1-1-1-1-0-3-3,13651251372.218632
-020022-3-3,[0- 2- 0- 0- 2- 2- 3- 3],1-0-1-0-0-1-1-3-3,13650470792.414862
-000222-3-2,[0- 0- 0- 2- 2- 2- 3- 2],1-0-0-0-1-1-1-3-2,13650026222.49313
-033003-3-3,[0- 3- 3- 0- 0- 3- 3- 3],2-0-1-1-0-0-1-3-3,13649859572.568026
-000333-3-1,[0- 0- 0- 3- 3- 3- 3- 1],2-0-0-0-1-1-1-3-1,13646389802.251795
-222220-3-2,[2- 2- 2- 2- 2- 0- 3- 2],1-1-1-1-1-1-0-3-2,13644553071.215038
-330003-1-2,[3- 3- 0- 0- 0- 3- 1- 2],2-1-1-0-0-0-1-1-2,13642658041.903175
-330003-3-1,[3- 3- 0- 0- 0- 3- 3- 1],2-1-1-0-0-0-1-3-1,13641590714.172832
-222020-1-2,[2- 2- 2- 0- 2- 0- 1- 2],1-1-1-1-0-1-0-1-2,13641214032.407452
-330030-2-1,[3- 3- 0- 0- 3- 0- 2- 1],2-1-1-0-0-1-0-2-1,13639357434.814495
-000110-2-1,[0- 0- 0- 1- 1- 0- 2- 1],0-0-0-0-1-1-0-2-1,13638900991.596632
-101111-2-3,[1- 0- 1- 1- 1- 1- 2- 3],0-1-0-1-1-1-1-2-3,13637363395.705975
-200220-2-3,[2- 0- 0- 2- 2- 0- 2- 3],1-1-0-0-1-1-0-2-3,13636600036.555622
-222002-0-1,[2- 2- 2- 0- 0- 2- 0- 1],1-1-1-1-0-0-1-0-1,13631906281.291943
-000002-2-1,[0- 0- 0- 0- 0- 2- 2- 1],1-0-0-0-0-0-1-2-1,13630962854.816938
-110111-2-0,[1- 1- 0- 1- 1- 1- 2- 0],0-1-1-0-1-1-1-2-0,13630893945.157402
-220002-3-1,[2- 2- 0- 0- 0- 2- 3- 1],1-1-1-0-0-0-1-3-1,13628714530.604805
-220002-2-3,[2- 2- 0- 0- 0- 2- 2- 3],1-1-1-0-0-0-1-2-3,13628513363.485151
-010000-2-2,[0- 1- 0- 0- 0- 0- 2- 2],0-0-1-0-0-0-0-2-2,13627279200.983341
-101110-2-3,[1- 0- 1- 1- 1- 0- 2- 3],0-1-0-1-1-1-0-2-3,13626580282.947254
-001010-2-1,[0- 0- 1- 0- 1- 0- 2- 1],0-0-0-1-0-1-0-2-1,13626301752.585554
-303330-3-2,[3- 0- 3- 3- 3- 0- 3- 2],2-1-0-1-1-1-0-3-2,13625114296.084042
-030303-2-3,[0- 3- 0- 3- 0- 3- 2- 3],2-0-1-0-1-0-1-2-3,13623690683.147205
-000303-2-2,[0- 0- 0- 3- 0- 3- 2- 2],2-0-0-0-1-0-1-2-2,13622061189.502678
-220220-2-3,[2- 2- 0- 2- 2- 0- 2- 3],1-1-1-0-1-1-0-2-3,13620124402.310974
-030033-3-3,[0- 3- 0- 0- 3- 3- 3- 3],2-0-1-0-0-1-1-3-3,13618344670.057222
-033300-2-2,[0- 3- 3- 3- 0- 0- 2- 2],2-0-1-1-1-0-0-2-2,13618060207.957333
-011001-3-2,[0- 1- 1- 0- 0- 1- 3- 2],0-0-1-1-0-0-1-3-2,13617599974.710968
-220202-0-2,[2- 2- 0- 2- 0- 2- 0- 2],1-1-1-0-1-0-1-0-2,13615756316.00973
-303003-1-1,[3- 0- 3- 0- 0- 3- 1- 1],2-1-0-1-0-0-1-1-1,13614791898.097206
-303030-2-1,[3- 0- 3- 0- 3- 0- 2- 1],2-1-0-1-0-1-0-2-1,13613052464.288616
-003333-3-0,[0- 0- 3- 3- 3- 3- 3- 0],2-0-0-1-1-1-1-3-0,13611803926.473707
-303303-3-0,[3- 0- 3- 3- 0- 3- 3- 0],2-1-0-1-1-0-1-3-0,13611607372.998167
-300303-2-3,[3- 0- 0- 3- 0- 3- 2- 3],2-1-0-0-1-0-1-2-3,13610717557.073814
-303003-2-3,[3- 0- 3- 0- 0- 3- 2- 3],2-1-0-1-0-0-1-2-3,13608622266.440666
-002022-2-3,[0- 0- 2- 0- 2- 2- 2- 3],1-0-0-1-0-1-1-2-3,13604340467.170506
-030003-2-2,[0- 3- 0- 0- 0- 3- 2- 2],2-0-1-0-0-0-1-2-2,13601704619.26183
-010101-2-1,[0- 1- 0- 1- 0- 1- 2- 1],0-0-1-0-1-0-1-2-1,13601605456.471844
-020202-2-0,[0- 2- 0- 2- 0- 2- 2- 0],1-0-1-0-1-0-1-2-0,13600231227.331753
-111000-2-1,[1- 1- 1- 0- 0- 0- 2- 1],0-1-1-1-0-0-0-2-1,13599557227.810467
-300303-3-2,[3- 0- 0- 3- 0- 3- 3- 2],2-1-0-0-1-0-1-3-2,13598553772.104237
-001010-1-2,[0- 0- 1- 0- 1- 0- 1- 2],0-0-0-1-0-1-0-1-2,13598156719.495508
-220220-1-2,[2- 2- 0- 2- 2- 0- 1- 2],1-1-1-0-1-1-0-1-2,13598063827.973202
-003033-3-1,[0- 0- 3- 0- 3- 3- 3- 1],2-0-0-1-0-1-1-3-1,13596904201.902033
-020222-1-3,[0- 2- 0- 2- 2- 2- 1- 3],1-0-1-0-1-1-1-1-3,13595670960.86034
-011010-1-2,[0- 1- 1- 0- 1- 0- 1- 2],0-0-1-1-0-1-0-1-2,13595290262.036125
-303333-1-0,[3- 0- 3- 3- 3- 3- 1- 0],2-1-0-1-1-1-1-1-0,13593481032.827202
-100110-1-2,[1- 0- 0- 1- 1- 0- 1- 2],0-1-0-0-1-1-0-1-2,13592294060.264858
-003033-2-3,[0- 0- 3- 0- 3- 3- 2- 3],2-0-0-1-0-1-1-2-3,13591868869.237114
-010111-1-2,[0- 1- 0- 1- 1- 1- 1- 2],0-0-1-0-1-1-1-1-2,13588129794.383692
-330330-2-1,[3- 3- 0- 3- 3- 0- 2- 1],2-1-1-0-1-1-0-2-1,13585409414.261045
-333330-3-2,[3- 3- 3- 3- 3- 0- 3- 2],2-1-1-1-1-1-0-3-2,13584220098.155445
-100010-2-1,[1- 0- 0- 0- 1- 0- 2- 1],0-1-0-0-0-1-0-2-1,13583299587.99008
-030330-2-2,[0- 3- 0- 3- 3- 0- 2- 2],2-0-1-0-1-1-0-2-2,13582578296.648052
-000022-2-3,[0- 0- 0- 0- 2- 2- 2- 3],1-0-0-0-0-1-1-2-3,13582158049.868996
-303333-0-1,[3- 0- 3- 3- 3- 3- 0- 1],2-1-0-1-1-1-1-0-1,13580938323.490017
-330303-3-0,[3- 3- 0- 3- 0- 3- 3- 0],2-1-1-0-1-0-1-3-0,13580043472.219675
-222202-1-3,[2- 2- 2- 2- 0- 2- 1- 3],1-1-1-1-1-0-1-1-3,13579746112.200771
-020200-2-2,[0- 2- 0- 2- 0- 0- 2- 2],1-0-1-0-1-0-0-2-2,13578718377.797527
-003033-3-2,[0- 0- 3- 0- 3- 3- 3- 2],2-0-0-1-0-1-1-3-2,13578150526.060932
-110111-2-3,[1- 1- 0- 1- 1- 1- 2- 3],0-1-1-0-1-1-1-2-3,13577261995.992798
-022220-1-1,[0- 2- 2- 2- 2- 0- 1- 1],1-0-1-1-1-1-0-1-1,13576023414.51101
-003003-2-2,[0- 0- 3- 0- 0- 3- 2- 2],2-0-0-1-0-0-1-2-2,13575655541.278633
-111110-2-3,[1- 1- 1- 1- 1- 0- 2- 3],0-1-1-1-1-1-0-2-3,13574763691.043373
-000000-2-3,[0- 0- 0- 0- 0- 0- 2- 3],0-0-0-0-0-0-0-2-3,13574756094.733322
-111101-2-0,[1- 1- 1- 1- 0- 1- 2- 0],0-1-1-1-1-0-1-2-0,13574646515.729515
-111010-1-2,[1- 1- 1- 0- 1- 0- 1- 2],0-1-1-1-0-1-0-1-2,13572476295.699778
-011101-3-2,[0- 1- 1- 1- 0- 1- 3- 2],0-0-1-1-1-0-1-3-2,13572274197.378483
-020002-3-2,[0- 2- 0- 0- 0- 2- 3- 2],1-0-1-0-0-0-1-3-2,13566982867.292519
-303003-2-0,[3- 0- 3- 0- 0- 3- 2- 0],2-1-0-1-0-0-1-2-0,13566477069.179497
-330003-3-2,[3- 3- 0- 0- 0- 3- 3- 2],2-1-1-0-0-0-1-3-2,13566046011.339912
-101000-2-2,[1- 0- 1- 0- 0- 0- 2- 2],0-1-0-1-0-0-0-2-2,13564836801.080711
-333303-1-3,[3- 3- 3- 3- 0- 3- 1- 3],2-1-1-1-1-0-1-1-3,13564801670.672886
-002022-3-2,[0- 0- 2- 0- 2- 2- 3- 2],1-0-0-1-0-1-1-3-2,13562704268.934795
-101101-3-2,[1- 0- 1- 1- 0- 1- 3- 2],0-1-0-1-1-0-1-3-2,13560020835.955914
-222200-1-2,[2- 2- 2- 2- 0- 0- 1- 2],1-1-1-1-1-0-0-1-2,13559262336.963497
-002022-3-1,[0- 0- 2- 0- 2- 2- 3- 1],1-0-0-1-0-1-1-3-1,13558045595.188229
-300033-3-3,[3- 0- 0- 0- 3- 3- 3- 3],2-1-0-0-0-1-1-3-3,13551922284.137482
-101001-2-1,[1- 0- 1- 0- 0- 1- 2- 1],0-1-0-1-0-0-1-2-1,13549412138.808422
-300030-2-2,[3- 0- 0- 0- 3- 0- 2- 2],2-1-0-0-0-1-0-2-2,13548389915.86959
-000222-3-1,[0- 0- 0- 2- 2- 2- 3- 1],1-0-0-0-1-1-1-3-1,13547734258.543667
-000111-2-1,[0- 0- 0- 1- 1- 1- 2- 1],0-0-0-0-1-1-1-2-1,13546809856.964733
-333003-1-0,[3- 3- 3- 0- 0- 3- 1- 0],2-1-1-1-0-0-1-1-0,13546469686.462883
-200022-3-3,[2- 0- 0- 0- 2- 2- 3- 3],1-1-0-0-0-1-1-3-3,13545637667.599857
-110001-2-1,[1- 1- 0- 0- 0- 1- 2- 1],0-1-1-0-0-0-1-2-1,13541980771.485104
-110110-1-2,[1- 1- 0- 1- 1- 0- 1- 2],0-1-1-0-1-1-0-1-2,13540265518.614908
-110000-2-2,[1- 1- 0- 0- 0- 0- 2- 2],0-1-1-0-0-0-0-2-2,13538671879.311642
-022202-0-1,[0- 2- 2- 2- 0- 2- 0- 1],1-0-1-1-1-0-1-0-1,13537606270.604473
-202002-1-1,[2- 0- 2- 0- 0- 2- 1- 1],1-1-0-1-0-0-1-1-1,13535784206.987667
-200020-2-1,[2- 0- 0- 0- 2- 0- 2- 1],1-1-0-0-0-1-0-2-1,13528213045.449306
-202002-2-3,[2- 0- 2- 0- 0- 2- 2- 3],1-1-0-1-0-0-1-2-3,13527427855.773304
-202220-3-2,[2- 0- 2- 2- 2- 0- 3- 2],1-1-0-1-1-1-0-3-2,13525815450.318138
-033030-2-2,[0- 3- 3- 0- 3- 0- 2- 2],2-0-1-1-0-1-0-2-2,13521740929.881771
-100101-2-1,[1- 0- 0- 1- 0- 1- 2- 1],0-1-0-0-1-0-1-2-1,13520820732.879757
-101111-3-2,[1- 0- 1- 1- 1- 1- 3- 2],0-1-0-1-1-1-1-3-2,13519879164.771019
-200200-2-2,[2- 0- 0- 2- 0- 0- 2- 2],1-1-0-0-1-0-0-2-2,13519176616.564447
-030033-1-2,[0- 3- 0- 0- 3- 3- 1- 2],2-0-1-0-0-1-1-1-2,13519035466.450447
-000333-1-2,[0- 0- 0- 3- 3- 3- 1- 2],2-0-0-0-1-1-1-1-2,13519001313.661419
-333000-1-1,[3- 3- 3- 0- 0- 0- 1- 1],2-1-1-1-0-0-0-1-1,13515227090.168638
-202220-3-3,[2- 0- 2- 2- 2- 0- 3- 3],1-1-0-1-1-1-0-3-3,13513077815.257795
-220022-0-2,[2- 2- 0- 0- 2- 2- 0- 2],1-1-1-0-0-1-1-0-2,13512914383.46554
-330333-1-0,[3- 3- 0- 3- 3- 3- 1- 0],2-1-1-0-1-1-1-1-0,13509531149.469143
-011110-1-1,[0- 1- 1- 1- 1- 0- 1- 1],0-0-1-1-1-1-0-1-1,13505689803.208675
-220000-2-1,[2- 2- 0- 0- 0- 0- 2- 1],1-1-1-0-0-0-0-2-1,13505664972.642956
-000220-2-3,[0- 0- 0- 2- 2- 0- 2- 3],1-0-0-0-1-1-0-2-3,13504511911.926521
-020020-2-1,[0- 2- 0- 0- 2- 0- 2- 1],1-0-1-0-0-1-0-2-1,13496458939.240017
-011101-3-3,[0- 1- 1- 1- 0- 1- 3- 3],0-0-1-1-1-0-1-3-3,13495844261.470648
-101111-3-3,[1- 0- 1- 1- 1- 1- 3- 3],0-1-0-1-1-1-1-3-3,13494696221.266142
-002222-1-3,[0- 0- 2- 2- 2- 2- 1- 3],1-0-0-1-1-1-1-1-3,13494642622.27821
-200022-3-0,[2- 0- 0- 0- 2- 2- 3- 0],1-1-0-0-0-1-1-3-0,13493360057.607695
-003303-3-1,[0- 0- 3- 3- 0- 3- 3- 1],2-0-0-1-1-0-1-3-1,13492454796.320444
-330300-2-1,[3- 3- 0- 3- 0- 0- 2- 1],2-1-1-0-1-0-0-2-1,13491866164.493893
-101001-3-3,[1- 0- 1- 0- 0- 1- 3- 3],0-1-0-1-0-0-1-3-3,13490994387.937187
-000330-2-2,[0- 0- 0- 3- 3- 0- 2- 2],2-0-0-0-1-1-0-2-2,13490619523.166237
-033300-2-1,[0- 3- 3- 3- 0- 0- 2- 1],2-0-1-1-1-0-0-2-1,13489971408.258236
-002220-2-3,[0- 0- 2- 2- 2- 0- 2- 3],1-0-0-1-1-1-0-2-3,13485864155.887363
-022002-2-0,[0- 2- 2- 0- 0- 2- 2- 0],1-0-1-1-0-0-1-2-0,13484384595.36665
-100010-2-3,[1- 0- 0- 0- 1- 0- 2- 3],0-1-0-0-0-1-0-2-3,13483658327.891218
-100111-1-2,[1- 0- 0- 1- 1- 1- 1- 2],0-1-0-0-1-1-1-1-2,13478625296.10507
-110110-2-3,[1- 1- 0- 1- 1- 0- 2- 3],0-1-1-0-1-1-0-2-3,13476014650.696852
-000222-3-3,[0- 0- 0- 2- 2- 2- 3- 3],1-0-0-0-1-1-1-3-3,13473565259.872974
-333330-1-2,[3- 3- 3- 3- 3- 0- 1- 2],2-1-1-1-1-1-0-1-2,13473195316.047512
-330333-0-1,[3- 3- 0- 3- 3- 3- 0- 1],2-1-1-0-1-1-1-0-1,13471660195.641369
-110100-2-1,[1- 1- 0- 1- 0- 0- 2- 1],0-1-1-0-1-0-0-2-1,13467947472.024578
-002002-3-2,[0- 0- 2- 0- 0- 2- 3- 2],1-0-0-1-0-0-1-3-2,13467695382.371372
-000200-2-2,[0- 0- 0- 2- 0- 0- 2- 2],1-0-0-0-1-0-0-2-2,13467414605.816887
-002200-2-1,[0- 0- 2- 2- 0- 0- 2- 1],1-0-0-1-1-0-0-2-1,13465989741.85432
-330300-2-2,[3- 3- 0- 3- 0- 0- 2- 2],2-1-1-0-1-0-0-2-2,13465015976.888958
-333333-0-3,[3- 3- 3- 3- 3- 3- 0- 3],2-1-1-1-1-1-1-0-3,13464083180.302921
-300303-1-1,[3- 0- 0- 3- 0- 3- 1- 1],2-1-0-0-1-0-1-1-1,13463155286.666115
-222220-3-1,[2- 2- 2- 2- 2- 0- 3- 1],1-1-1-1-1-1-0-3-1,13462837673.586147
-022000-2-2,[0- 2- 2- 0- 0- 0- 2- 2],1-0-1-1-0-0-0-2-2,13461779467.73045
-011011-3-2,[0- 1- 1- 0- 1- 1- 3- 2],0-0-1-1-0-1-1-3-2,13461221777.354862
-001001-2-1,[0- 0- 1- 0- 0- 1- 2- 1],0-0-0-1-0-0-1-2-1,13458316388.416945
-222000-1-1,[2- 2- 2- 0- 0- 0- 1- 1],1-1-1-1-0-0-0-1-1,13458216337.307888
-220202-0-1,[2- 2- 0- 2- 0- 2- 0- 1],1-1-1-0-1-0-1-0-1,13458197181.417736
-003330-2-3,[0- 0- 3- 3- 3- 0- 2- 3],2-0-0-1-1-1-0-2-3,13456900584.291817
-110011-1-2,[1- 1- 0- 0- 1- 1- 1- 2],0-1-1-0-0-1-1-1-2,13456506620.66305
-022222-0-3,[0- 2- 2- 2- 2- 2- 0- 3],1-0-1-1-1-1-1-0-3,13456059860.97385
-333300-3-3,[3- 3- 3- 3- 0- 0- 3- 3],2-1-1-1-1-0-0-3-3,13454345415.58782
-110101-3-3,[1- 1- 0- 1- 0- 1- 3- 3],0-1-1-0-1-0-1-3-3,13452557988.140425
-000022-3-2,[0- 0- 0- 0- 2- 2- 3- 2],1-0-0-0-0-1-1-3-2,13452431435.243412
-003033-1-2,[0- 0- 3- 0- 3- 3- 1- 2],2-0-0-1-0-1-1-1-2,13451199311.942913
-110111-3-3,[1- 1- 0- 1- 1- 1- 3- 3],0-1-1-0-1-1-1-3-3,13450954306.111511
-000033-3-2,[0- 0- 0- 0- 3- 3- 3- 2],2-0-0-0-0-1-1-3-2,13450790714.88538
-011011-2-3,[0- 1- 1- 0- 1- 1- 2- 3],0-0-1-1-0-1-1-2-3,13449049315.092558
-000010-2-1,[0- 0- 0- 0- 1- 0- 2- 1],0-0-0-0-0-1-0-2-1,13445936772.66322
-101111-3-1,[1- 0- 1- 1- 1- 1- 3- 1],0-1-0-1-1-1-1-3-1,13444622742.854368
-300330-2-3,[3- 0- 0- 3- 3- 0- 2- 3],2-1-0-0-1-1-0-2-3,13444381532.53823
-003003-2-1,[0- 0- 3- 0- 0- 3- 2- 1],2-0-0-1-0-0-1-2-1,13443443387.781538
-330000-2-1,[3- 3- 0- 0- 0- 0- 2- 1],2-1-1-0-0-0-0-2-1,13443411429.496195
-111011-3-0,[1- 1- 1- 0- 1- 1- 3- 0],0-1-1-1-0-1-1-3-0,13442867368.251934
-001011-1-2,[0- 0- 1- 0- 1- 1- 1- 2],0-0-0-1-0-1-1-1-2,13442270158.361752
-003030-2-2,[0- 0- 3- 0- 3- 0- 2- 2],2-0-0-1-0-1-0-2-2,13442107026.628319
-011111-2-3,[0- 1- 1- 1- 1- 1- 2- 3],0-0-1-1-1-1-1-2-3,13441043398.68872
-001101-1-2,[0- 0- 1- 1- 0- 1- 1- 2],0-0-0-1-1-0-1-1-2,13438849216.108059
-000033-3-1,[0- 0- 0- 0- 3- 3- 3- 1],2-0-0-0-0-1-1-3-1,13437491764.618706
-110011-2-3,[1- 1- 0- 0- 1- 1- 2- 3],0-1-1-0-0-1-1-2-3,13437061103.514647
-000033-2-3,[0- 0- 0- 0- 3- 3- 2- 3],2-0-0-0-0-1-1-2-3,13433215868.339293
-200202-3-1,[2- 0- 0- 2- 0- 2- 3- 1],1-1-0-0-1-0-1-3-1,13432071785.766552
-010110-1-2,[0- 1- 0- 1- 1- 0- 1- 2],0-0-1-0-1-1-0-1-2,13431745257.165
-110011-3-3,[1- 1- 0- 0- 1- 1- 3- 3],0-1-1-0-0-1-1-3-3,13431294712.000433
-002020-2-1,[0- 0- 2- 0- 2- 0- 2- 1],1-0-0-1-0-1-0-2-1,13430211166.59837
-110001-3-3,[1- 1- 0- 0- 0- 1- 3- 3],0-1-1-0-0-0-1-3-3,13427850243.182009
-222002-1-0,[2- 2- 2- 0- 0- 2- 1- 0],1-1-1-1-0-0-1-1-0,13426791974.282711
-202002-1-2,[2- 0- 2- 0- 0- 2- 1- 2],1-1-0-1-0-0-1-1-2,13422716126.29901
-200222-1-3,[2- 0- 0- 2- 2- 2- 1- 3],1-1-0-0-1-1-1-1-3,13418966010.092388
-330003-2-3,[3- 3- 0- 0- 0- 3- 2- 3],2-1-1-0-0-0-1-2-3,13418116959.280499
-001110-2-3,[0- 0- 1- 1- 1- 0- 2- 3],0-0-0-1-1-1-0-2-3,13418074989.870483
-333300-1-2,[3- 3- 3- 3- 0- 0- 1- 2],2-1-1-1-1-0-0-1-2,13417453082.503916
-200202-2-0,[2- 0- 0- 2- 0- 2- 2- 0],1-1-0-0-1-0-1-2-0,13415958327.632092
-330330-2-3,[3- 3- 0- 3- 3- 0- 2- 3],2-1-1-0-1-1-0-2-3,13415049089.027891
-022220-2-3,[0- 2- 2- 2- 2- 0- 2- 3],1-0-1-1-1-1-0-2-3,13413839682.331024
-000220-2-1,[0- 0- 0- 2- 2- 0- 2- 1],1-0-0-0-1-1-0-2-1,13412800297.785442
-011111-3-1,[0- 1- 1- 1- 1- 1- 3- 1],0-0-1-1-1-1-1-3-1,13412238470.3399
-033333-0-1,[0- 3- 3- 3- 3- 3- 0- 1],2-0-1-1-1-1-1-0-1,13411773659.006588
-303003-1-2,[3- 0- 3- 0- 0- 3- 1- 2],2-1-0-1-0-0-1-1-2,13410655240.77232
-300333-1-3,[3- 0- 0- 3- 3- 3- 1- 3],2-1-0-0-1-1-1-1-3,13408516654.748661
-220000-2-2,[2- 2- 0- 0- 0- 0- 2- 2],1-1-1-0-0-0-0-2-2,13407470352.54945
-303000-2-2,[3- 0- 3- 0- 0- 0- 2- 2],2-1-0-1-0-0-0-2-2,13407405228.595802
-333300-3-2,[3- 3- 3- 3- 0- 0- 3- 2],2-1-1-1-1-0-0-3-2,13405957840.239979
-202002-2-0,[2- 0- 2- 0- 0- 2- 2- 0],1-1-0-1-0-0-1-2-0,13400826677.883724
-110111-3-2,[1- 1- 0- 1- 1- 1- 3- 2],0-1-1-0-1-1-1-3-2,13399376760.11839
-003300-2-2,[0- 0- 3- 3- 0- 0- 2- 2],2-0-0-1-1-0-0-2-2,13398858001.025154
-222002-0-2,[2- 2- 2- 0- 0- 2- 0- 2],1-1-1-1-0-0-1-0-2,13397334911.803873
-300303-1-2,[3- 0- 0- 3- 0- 3- 1- 2],2-1-0-0-1-0-1-1-2,13396988871.923565
-000111-1-2,[0- 0- 0- 1- 1- 1- 1- 2],0-0-0-0-1-1-1-1-2,13396851675.755535
-010010-2-1,[0- 1- 0- 0- 1- 0- 2- 1],0-0-1-0-0-1-0-2-1,13392790764.962198
-333300-2-3,[3- 3- 3- 3- 0- 0- 2- 3],2-1-1-1-1-0-0-2-3,13390492724.784407
-033003-2-3,[0- 3- 3- 0- 0- 3- 2- 3],2-0-1-1-0-0-1-2-3,13385709939.620327
-330003-3-0,[3- 3- 0- 0- 0- 3- 3- 0],2-1-1-0-0-0-1-3-0,13384391967.722832
-003330-2-1,[0- 0- 3- 3- 3- 0- 2- 1],2-0-0-1-1-1-0-2-1,13384354990.07307
-000202-2-3,[0- 0- 0- 2- 0- 2- 2- 3],1-0-0-0-1-0-1-2-3,13383700235.72564
-002022-2-0,[0- 0- 2- 0- 2- 2- 2- 0],1-0-0-1-0-1-1-2-0,13383152931.00755
-222020-2-3,[2- 2- 2- 0- 2- 0- 2- 3],1-1-1-1-0-1-0-2-3,13380770308.124031
-330003-3-3,[3- 3- 0- 0- 0- 3- 3- 3],2-1-1-0-0-0-1-3-3,13379798261.075731
-202220-1-1,[2- 0- 2- 2- 2- 0- 1- 1],1-1-0-1-1-1-0-1-1,13379257885.6563
-020002-3-3,[0- 2- 0- 0- 0- 2- 3- 3],1-0-1-0-0-0-1-3-3,13378300707.41247
-111001-1-2,[1- 1- 1- 0- 0- 1- 1- 2],0-1-1-1-0-0-1-1-2,13376753562.320383
-033330-3-2,[0- 3- 3- 3- 3- 0- 3- 2],2-0-1-1-1-1-0-3-2,13374687480.132816
-011101-2-3,[0- 1- 1- 1- 0- 1- 2- 3],0-0-1-1-1-0-1-2-3,13374594326.271742
-000202-3-2,[0- 0- 0- 2- 0- 2- 3- 2],1-0-0-0-1-0-1-3-2,13374124160.93291
-222200-3-3,[2- 2- 2- 2- 0- 0- 3- 3],1-1-1-1-1-0-0-3-3,13373629782.273155
-000011-2-1,[0- 0- 0- 0- 1- 1- 2- 1],0-0-0-0-0-1-1-2-1,13371200707.787535
-111010-2-3,[1- 1- 1- 0- 1- 0- 2- 3],0-1-1-1-0-1-0-2-3,13369014233.496214
-111001-1-1,[1- 1- 1- 0- 0- 1- 1- 1],0-1-1-1-0-0-1-1-1,13367875792.38441
-020002-3-1,[0- 2- 0- 0- 0- 2- 3- 1],1-0-1-0-0-0-1-3-1,13366739630.370174
-110111-3-1,[1- 1- 0- 1- 1- 1- 3- 1],0-1-1-0-1-1-1-3-1,13365181589.44555
-333030-2-3,[3- 3- 3- 0- 3- 0- 2- 3],2-1-1-1-0-1-0-2-3,13364684626.162352
-011001-2-3,[0- 1- 1- 0- 0- 1- 2- 3],0-0-1-1-0-0-1-2-3,13363593436.306583
-110011-3-2,[1- 1- 0- 0- 1- 1- 3- 2],0-1-1-0-0-1-1-3-2,13362977065.237293
-220022-1-0,[2- 2- 0- 0- 2- 2- 1- 0],1-1-1-0-0-1-1-1-0,13362205980.023952
-300303-3-1,[3- 0- 0- 3- 0- 3- 3- 1],2-1-0-0-1-0-1-3-1,13360208288.942621
-033330-2-3,[0- 3- 3- 3- 3- 0- 2- 3],2-0-1-1-1-1-0-2-3,13359856371.157118
-222200-2-0,[2- 2- 2- 2- 0- 0- 2- 0],1-1-1-1-1-0-0-2-0,13359300507.75315
-222200-3-2,[2- 2- 2- 2- 0- 0- 3- 2],1-1-1-1-1-0-0-3-2,13359155556.2373
-330303-0-1,[3- 3- 0- 3- 0- 3- 0- 1],2-1-1-0-1-0-1-0-1,13358962037.164762
-000303-2-1,[0- 0- 0- 3- 0- 3- 2- 1],2-0-0-0-1-0-1-2-1,13358064460.315977
-011000-2-1,[0- 1- 1- 0- 0- 0- 2- 1],0-0-1-1-0-0-0-2-1,13357378022.80572
-003333-1-3,[0- 0- 3- 3- 3- 3- 1- 3],2-0-0-1-1-1-1-1-3,13355513722.598606
-011101-3-1,[0- 1- 1- 1- 0- 1- 3- 1],0-0-1-1-1-0-1-3-1,13350886867.997505
-030033-1-1,[0- 3- 0- 0- 3- 3- 1- 1],2-0-1-0-0-1-1-1-1,13350398544.22035
-020220-2-3,[0- 2- 0- 2- 2- 0- 2- 3],1-0-1-0-1-1-0-2-3,13348327153.652845
-101101-2-3,[1- 0- 1- 1- 0- 1- 2- 3],0-1-0-1-1-0-1-2-3,13347450033.142933
-111001-3-1,[1- 1- 1- 0- 0- 1- 3- 1],0-1-1-1-0-0-1-3-1,13343585015.167336
-303330-1-2,[3- 0- 3- 3- 3- 0- 1- 2],2-1-0-1-1-1-0-1-2,13342455709.315199
-020202-3-0,[0- 2- 0- 2- 0- 2- 3- 0],1-0-1-0-1-0-1-3-0,13342329939.809061
-202000-2-2,[2- 0- 2- 0- 0- 0- 2- 2],1-1-0-1-0-0-0-2-2,13340873783.848017
-022000-2-1,[0- 2- 2- 0- 0- 0- 2- 1],1-0-1-1-0-0-0-2-1,13340209593.438168
-020200-2-1,[0- 2- 0- 2- 0- 0- 2- 1],1-0-1-0-1-0-0-2-1,13339978763.31213
-022022-1-3,[0- 2- 2- 0- 2- 2- 1- 3],1-0-1-1-0-1-1-1-3,13339258001.955097
-303000-2-1,[3- 0- 3- 0- 0- 0- 2- 1],2-1-0-1-0-0-0-2-1,13336089132.403852
-000202-1-2,[0- 0- 0- 2- 0- 2- 1- 2],1-0-0-0-1-0-1-1-2,13335932870.248531
-111010-1-1,[1- 1- 1- 0- 1- 0- 1- 1],0-1-1-1-0-1-0-1-1,13335555157.658016
-101001-3-2,[1- 0- 1- 0- 0- 1- 3- 2],0-1-0-1-0-0-1-3-2,13335353242.643917
-000202-3-3,[0- 0- 0- 2- 0- 2- 3- 3],1-0-0-0-1-0-1-3-3,13334942123.032822
-030333-1-3,[0- 3- 0- 3- 3- 3- 1- 3],2-0-1-0-1-1-1-1-3,13334025603.691048
-000100-2-3,[0- 0- 0- 1- 0- 0- 2- 3],0-0-0-0-1-0-0-2-3,13329810548.227276
-033030-2-1,[0- 3- 3- 0- 3- 0- 2- 1],2-0-1-1-0-1-0-2-1,13328426185.14172
-020002-1-2,[0- 2- 0- 0- 0- 2- 1- 2],1-0-1-0-0-0-1-1-2,13327774006.555565
-200222-0-2,[2- 0- 0- 2- 2- 2- 0- 2],1-1-0-0-1-1-1-0-2,13327297400.542997
-000222-2-0,[0- 0- 0- 2- 2- 2- 2- 0],1-0-0-0-1-1-1-2-0,13324910309.384563
-303300-3-3,[3- 0- 3- 3- 0- 0- 3- 3],2-1-0-1-1-0-0-3-3,13323052946.34169
-022220-3-2,[0- 2- 2- 2- 2- 0- 3- 2],1-0-1-1-1-1-0-3-2,13321832541.610836
-002000-2-2,[0- 0- 2- 0- 0- 0- 2- 2],1-0-0-1-0-0-0-2-2,13321715326.713997
-100100-2-1,[1- 0- 0- 1- 0- 0- 2- 1],0-1-0-0-1-0-0-2-1,13321569526.482206
-003033-3-3,[0- 0- 3- 0- 3- 3- 3- 3],2-0-0-1-0-1-1-3-3,13317453766.38633
-220022-1-3,[2- 2- 0- 0- 2- 2- 1- 3],1-1-1-0-0-1-1-1-3,13317146701.016575
-000022-3-1,[0- 0- 0- 0- 2- 2- 3- 1],1-0-0-0-0-1-1-3-1,13316669993.534998
-330033-1-0,[3- 3- 0- 0- 3- 3- 1- 0],2-1-1-0-0-1-1-1-0,13316594823.45559
-110010-1-2,[1- 1- 0- 0- 1- 0- 1- 2],0-1-1-0-0-1-0-1-2,13313877664.753242
-002202-2-0,[0- 0- 2- 2- 0- 2- 2- 0],1-0-0-1-1-0-1-2-0,13312900132.960812
-111110-2-0,[1- 1- 1- 1- 1- 0- 2- 0],0-1-1-1-1-1-0-2-0,13311208166.297722
-110010-2-3,[1- 1- 0- 0- 1- 0- 2- 3],0-1-1-0-0-1-0-2-3,13309937473.390972
-000101-2-1,[0- 0- 0- 1- 0- 1- 2- 1],0-0-0-0-1-0-1-2-1,13309226105.738142
-020002-2-3,[0- 2- 0- 0- 0- 2- 2- 3],1-0-1-0-0-0-1-2-3,13308742349.141788
-022020-1-2,[0- 2- 2- 0- 2- 0- 1- 2],1-0-1-1-0-1-0-1-2,13308722153.812265
-200220-1-2,[2- 0- 0- 2- 2- 0- 1- 2],1-1-0-0-1-1-0-1-2,13305281643.215895
-111111-1-3,[1- 1- 1- 1- 1- 1- 1- 3],0-1-1-1-1-1-1-1-3,13304078608.244312
-001010-2-3,[0- 0- 1- 0- 1- 0- 2- 3],0-0-0-1-0-1-0-2-3,13303329786.824888
-200002-3-2,[2- 0- 0- 0- 0- 2- 3- 2],1-1-0-0-0-0-1-3-2,13302498536.138065
-333330-1-1,[3- 3- 3- 3- 3- 0- 1- 1],2-1-1-1-1-1-0-1-1,13301535459.607079
-111110-3-2,[1- 1- 1- 1- 1- 0- 3- 2],0-1-1-1-1-1-0-3-2,13299077331.385853
-011111-3-2,[0- 1- 1- 1- 1- 1- 3- 2],0-0-1-1-1-1-1-3-2,13298822974.751476
-011001-1-2,[0- 1- 1- 0- 0- 1- 1- 2],0-0-1-1-0-0-1-1-2,13298711241.64515
-011011-3-1,[0- 1- 1- 0- 1- 1- 3- 1],0-0-1-1-0-1-1-3-1,13298103092.159767
-011011-3-3,[0- 1- 1- 0- 1- 1- 3- 3],0-0-1-1-0-1-1-3-3,13297170864.206854
-222020-2-0,[2- 2- 2- 0- 2- 0- 2- 0],1-1-1-1-0-1-0-2-0,13292824899.292152
-220220-3-2,[2- 2- 0- 2- 2- 0- 3- 2],1-1-1-0-1-1-0-3-2,13290852819.033566
-220220-3-3,[2- 2- 0- 2- 2- 0- 3- 3],1-1-1-0-1-1-0-3-3,13287069229.403107
-030030-2-2,[0- 3- 0- 0- 3- 0- 2- 2],2-0-1-0-0-1-0-2-2,13285947264.0733
-110011-1-1,[1- 1- 0- 0- 1- 1- 1- 1],0-1-1-0-0-1-1-1-1,13285014186.975414
-300303-2-0,[3- 0- 0- 3- 0- 3- 2- 0],2-1-0-0-1-0-1-2-0,13283545928.549675
-300330-2-1,[3- 0- 0- 3- 3- 0- 2- 1],2-1-0-0-1-1-0-2-1,13282439226.284847
-101101-1-2,[1- 0- 1- 1- 0- 1- 1- 2],0-1-0-1-1-0-1-1-2,13282397359.021894
-101011-1-2,[1- 0- 1- 0- 1- 1- 1- 2],0-1-0-1-0-1-1-1-2,13280018476.037748
-220020-1-2,[2- 2- 0- 0- 2- 0- 1- 2],1-1-1-0-0-1-0-1-2,13279820073.655008
-303300-3-2,[3- 0- 3- 3- 0- 0- 3- 2],2-1-0-1-1-0-0-3-2,13279402342.452976
-002002-3-3,[0- 0- 2- 0- 0- 2- 3- 3],1-0-0-1-0-0-1-3-3,13274655531.410423
-000001-2-3,[0- 0- 0- 0- 0- 1- 2- 3],0-0-0-0-0-0-1-2-3,13273509224.221165
-111110-3-3,[1- 1- 1- 1- 1- 0- 3- 3],0-1-1-1-1-1-0-3-3,13272785581.650223
-000003-2-2,[0- 0- 0- 0- 0- 3- 2- 2],2-0-0-0-0-0-1-2-2,13271601921.78387
-100001-2-1,[1- 0- 0- 0- 0- 1- 2- 1],0-1-0-0-0-0-1-2-1,13269036971.438963
-100111-2-3,[1- 0- 0- 1- 1- 1- 2- 3],0-1-0-0-1-1-1-2-3,13268847034.270313
-000030-2-2,[0- 0- 0- 0- 3- 0- 2- 2],2-0-0-0-0-1-0-2-2,13266602462.979046
-110101-1-2,[1- 1- 0- 1- 0- 1- 1- 2],0-1-1-0-1-0-1-1-2,13265738579.015116
-100010-1-2,[1- 0- 0- 0- 1- 0- 1- 2],0-1-0-0-0-1-0-1-2,13263853807.93078
-033333-1-0,[0- 3- 3- 3- 3- 3- 1- 0],2-0-1-1-1-1-1-1-0,13261947450.589169
-020220-1-2,[0- 2- 0- 2- 2- 0- 1- 2],1-0-1-0-1-1-0-1-2,13261700459.667994
-110101-2-3,[1- 1- 0- 1- 0- 1- 2- 3],0-1-1-0-1-0-1-2-3,13261634471.492353
-333003-0-2,[3- 3- 3- 0- 0- 3- 0- 2],2-1-1-1-0-0-1-0-2,13261515822.869835
-030003-3-2,[0- 3- 0- 0- 0- 3- 3- 2],2-0-1-0-0-0-1-3-2,13261140320.437407
-030003-3-1,[0- 3- 0- 0- 0- 3- 3- 1],2-0-1-0-0-0-1-3-1,13260707306.404362
-022002-3-0,[0- 2- 2- 0- 0- 2- 3- 0],1-0-1-1-0-0-1-3-0,13259428776.467325
-000303-3-3,[0- 0- 0- 3- 0- 3- 3- 3],2-0-0-0-1-0-1-3-3,13257053358.756628
-010011-1-2,[0- 1- 0- 0- 1- 1- 1- 2],0-0-1-0-0-1-1-1-2,13256990816.821434
-330033-1-3,[3- 3- 0- 0- 3- 3- 1- 3],2-1-1-0-0-1-1-1-3,13254692620.282295
-010010-1-2,[0- 1- 0- 0- 1- 0- 1- 2],0-0-1-0-0-1-0-1-2,13253447788.634243
-303300-2-3,[3- 0- 3- 3- 0- 0- 2- 3],2-1-0-1-1-0-0-2-3,13252786541.138725
-030303-3-0,[0- 3- 0- 3- 0- 3- 3- 0],2-0-1-0-1-0-1-3-0,13250342272.84922
-101110-3-2,[1- 0- 1- 1- 1- 0- 3- 2],0-1-0-1-1-1-0-3-2,13250330229.466503
-101011-2-3,[1- 0- 1- 0- 1- 1- 2- 3],0-1-0-1-0-1-1-2-3,13248113956.11385
-101011-3-2,[1- 0- 1- 0- 1- 1- 3- 2],0-1-0-1-0-1-1-3-2,13244299983.450008
-333030-1-2,[3- 3- 3- 0- 3- 0- 1- 2],2-1-1-1-0-1-0-1-2,13243158865.331568
-003330-3-2,[0- 0- 3- 3- 3- 0- 3- 2],2-0-0-1-1-1-0-3-2,13242364112.81351
-220220-1-1,[2- 2- 0- 2- 2- 0- 1- 1],1-1-1-0-1-1-0-1-1,13241042624.432304
-300030-2-1,[3- 0- 0- 0- 3- 0- 2- 1],2-1-0-0-0-1-0-2-1,13240743439.046202
-033330-3-3,[0- 3- 3- 3- 3- 0- 3- 3],2-0-1-1-1-1-0-3-3,13240713388.802885
-000100-2-1,[0- 0- 0- 1- 0- 0- 2- 1],0-0-0-0-1-0-0-2-1,13236349115.243221
-200000-2-2,[2- 0- 0- 0- 0- 0- 2- 2],1-1-0-0-0-0-0-2-2,13235468922.366875
-003303-1-2,[0- 0- 3- 3- 0- 3- 1- 2],2-0-0-1-1-0-1-1-2,13234497300.133816
-101011-3-3,[1- 0- 1- 0- 1- 1- 3- 3],0-1-0-1-0-1-1-3-3,13234382139.8364
-022022-0-1,[0- 2- 2- 0- 2- 2- 0- 1],1-0-1-1-0-1-1-0-1,13234309328.148022
-222020-3-2,[2- 2- 2- 0- 2- 0- 3- 2],1-1-1-1-0-1-0-3-2,13233302814.796223
-010001-2-1,[0- 1- 0- 0- 0- 1- 2- 1],0-0-1-0-0-0-1-2-1,13232691949.292871
-010100-2-1,[0- 1- 0- 1- 0- 0- 2- 1],0-0-1-0-1-0-0-2-1,13231076873.68017
-022220-3-1,[0- 2- 2- 2- 2- 0- 3- 1],1-0-1-1-1-1-0-3-1,13230776389.435999
-002022-3-3,[0- 0- 2- 0- 2- 2- 3- 3],1-0-0-1-0-1-1-3-3,13230575621.960102
-200220-3-3,[2- 0- 0- 2- 2- 0- 3- 3],1-1-0-0-1-1-0-3-3,13229224046.320042
-011100-1-2,[0- 1- 1- 1- 0- 0- 1- 2],0-0-1-1-1-0-0-1-2,13228564936.107704
-111100-1-1,[1- 1- 1- 1- 0- 0- 1- 1],0-1-1-1-1-0-0-1-1,13225308929.986446
-303003-3-0,[3- 0- 3- 0- 0- 3- 3- 0],2-1-0-1-0-0-1-3-0,13225016181.899578
-333330-3-1,[3- 3- 3- 3- 3- 0- 3- 1],2-1-1-1-1-1-0-3-1,13222487155.387613
-222200-2-3,[2- 2- 2- 2- 0- 0- 2- 3],1-1-1-1-1-0-0-2-3,13222107197.3143
-010010-2-3,[0- 1- 0- 0- 1- 0- 2- 3],0-0-1-0-0-1-0-2-3,13221431657.072304
-202000-2-1,[2- 0- 2- 0- 0- 0- 2- 1],1-1-0-1-0-0-0-2-1,13220820094.385296
-110000-2-1,[1- 1- 0- 0- 0- 0- 2- 1],0-1-1-0-0-0-0-2-1,13220348612.88804
-030303-1-2,[0- 3- 0- 3- 0- 3- 1- 2],2-0-1-0-1-0-1-1-2,13220310827.838203
-200002-3-3,[2- 0- 0- 0- 0- 2- 3- 3],1-1-0-0-0-0-1-3-3,13219175487.975792
-001100-1-2,[0- 0- 1- 1- 0- 0- 1- 2],0-0-0-1-1-0-0-1-2,13217789541.127115
-330303-0-2,[3- 3- 0- 3- 0- 3- 0- 2],2-1-1-0-1-0-1-0-2,13216561810.689507
-330000-2-2,[3- 3- 0- 0- 0- 0- 2- 2],2-1-1-0-0-0-0-2-2,13215783857.051723
-001000-2-1,[0- 0- 1- 0- 0- 0- 2- 1],0-0-0-1-0-0-0-2-1,13214280152.641827
-200200-2-1,[2- 0- 0- 2- 0- 0- 2- 1],1-1-0-0-1-0-0-2-1,13212660606.759472
-000303-3-2,[0- 0- 0- 3- 0- 3- 3- 2],2-0-0-0-1-0-1-3-2,13209103432.74599
-200002-1-2,[2- 0- 0- 0- 0- 2- 1- 2],1-1-0-0-0-0-1-1-2,13209075590.859493
-220002-3-0,[2- 2- 0- 0- 0- 2- 3- 0],1-1-1-0-0-0-1-3-0,13208703726.792933
-111111-0-1,[1- 1- 1- 1- 1- 1- 0- 1],0-1-1-1-1-1-1-0-1,13203487988.787392
-220202-1-0,[2- 2- 0- 2- 0- 2- 1- 0],1-1-1-0-1-0-1-1-0,13201873700.194393
-101110-1-1,[1- 0- 1- 1- 1- 0- 1- 1],0-1-0-1-1-1-0-1-1,13198706781.641994
-303033-1-3,[3- 0- 3- 0- 3- 3- 1- 3],2-1-0-1-0-1-1-1-3,13197858666.1236
-003330-3-3,[0- 0- 3- 3- 3- 0- 3- 3],2-0-0-1-1-1-0-3-3,13197482221.261124
-001001-3-2,[0- 0- 1- 0- 0- 1- 3- 2],0-0-0-1-0-0-1-3-2,13197177588.89838
-010110-2-3,[0- 1- 0- 1- 1- 0- 2- 3],0-0-1-0-1-1-0-2-3,13196970259.653584
-200002-2-3,[2- 0- 0- 0- 0- 2- 2- 3],1-1-0-0-0-0-1-2-3,13196951949.04055
-330330-3-3,[3- 3- 0- 3- 3- 0- 3- 3],2-1-1-0-1-1-0-3-3,13196175937.477827
-101101-3-1,[1- 0- 1- 1- 0- 1- 3- 1],0-1-0-1-1-0-1-3-1,13195331515.884655
-002002-2-3,[0- 0- 2- 0- 0- 2- 2- 3],1-0-0-1-0-0-1-2-3,13194005471.240349
-000330-2-3,[0- 0- 0- 3- 3- 0- 2- 3],2-0-0-0-1-1-0-2-3,13193471060.45957
-330303-1-0,[3- 3- 0- 3- 0- 3- 1- 0],2-1-1-0-1-0-1-1-0,13191709185.582817
-110111-3-0,[1- 1- 0- 1- 1- 1- 3- 0],0-1-1-0-1-1-1-3-0,13190932828.15234
-033300-3-2,[0- 3- 3- 3- 0- 0- 3- 2],2-0-1-1-1-0-0-3-2,13190131358.931618
-101110-3-3,[1- 0- 1- 1- 1- 0- 3- 3],0-1-0-1-1-1-0-3-3,13187676940.816639
-000020-2-3,[0- 0- 0- 0- 2- 0- 2- 3],1-0-0-0-0-1-0-2-3,13187300255.450926
-020000-2-2,[0- 2- 0- 0- 0- 0- 2- 2],1-0-1-0-0-0-0-2-2,13181350419.554478
-000011-1-2,[0- 0- 0- 0- 1- 1- 1- 2],0-0-0-0-0-1-1-1-2,13180891408.310373
-111100-1-2,[1- 1- 1- 1- 0- 0- 1- 2],0-1-1-1-1-0-0-1-2,13180740003.045404
-022200-3-2,[0- 2- 2- 2- 0- 0- 3- 2],1-0-1-1-1-0-0-3-2,13180489902.594257
-003033-3-0,[0- 0- 3- 0- 3- 3- 3- 0],2-0-0-1-0-1-1-3-0,13179170933.504955
-220222-0-3,[2- 2- 0- 2- 2- 2- 0- 3],1-1-1-0-1-1-1-0-3,13178529357.50121
-011111-3-0,[0- 1- 1- 1- 1- 1- 3- 0],0-0-1-1-1-1-1-3-0,13177910709.451778
-300300-2-2,[3- 0- 0- 3- 0- 0- 2- 2],2-1-0-0-1-0-0-2-2,13176918654.786873
-010001-3-3,[0- 1- 0- 0- 0- 1- 3- 3],0-0-1-0-0-0-1-3-3,13176238922.810831
-001001-3-3,[0- 0- 1- 0- 0- 1- 3- 3],0-0-0-1-0-0-1-3-3,13174368987.443556
-000001-2-1,[0- 0- 0- 0- 0- 1- 2- 1],0-0-0-0-0-0-1-2-1,13173789166.281933
-300330-3-3,[3- 0- 0- 3- 3- 0- 3- 3],2-1-0-0-1-1-0-3-3,13172170412.337372
-110101-3-2,[1- 1- 0- 1- 0- 1- 3- 2],0-1-1-0-1-0-1-3-2,13172027843.110569
-010111-1-1,[0- 1- 0- 1- 1- 1- 1- 1],0-0-1-0-1-1-1-1-1,13170893448.588085
-200220-3-2,[2- 0- 0- 2- 2- 0- 3- 2],1-1-0-0-1-1-0-3-2,13170329810.544048
-300003-2-0,[3- 0- 0- 0- 0- 3- 2- 0],2-1-0-0-0-0-1-2-0,13168615727.655514
-202200-3-3,[2- 0- 2- 2- 0- 0- 3- 3],1-1-0-1-1-0-0-3-3,13166810953.134571
-202220-3-1,[2- 0- 2- 2- 2- 0- 3- 1],1-1-0-1-1-1-0-3-1,13166456599.6342
-111100-3-3,[1- 1- 1- 1- 0- 0- 3- 3],0-1-1-1-1-0-0-3-3,13165732583.537504
-101010-2-3,[1- 0- 1- 0- 1- 0- 2- 3],0-1-0-1-0-1-0-2-3,13165333547.69091
-100110-3-3,[1- 0- 0- 1- 1- 0- 3- 3],0-1-0-0-1-1-0-3-3,13164723825.057167
-000002-3-2,[0- 0- 0- 0- 0- 2- 3- 2],1-0-0-0-0-0-1-3-2,13164466908.057224
-303030-2-3,[3- 0- 3- 0- 3- 0- 2- 3],2-1-0-1-0-1-0-2-3,13161887956.129082
-333030-3-2,[3- 3- 3- 0- 3- 0- 3- 2],2-1-1-1-0-1-0-3-2,13161654497.888737
-110001-2-3,[1- 1- 0- 0- 0- 1- 2- 3],0-1-1-0-0-0-1-2-3,13161630177.200153
-022200-1-2,[0- 2- 2- 2- 0- 0- 1- 2],1-0-1-1-1-0-0-1-2,13160894333.554438
-030303-2-0,[0- 3- 0- 3- 0- 3- 2- 0],2-0-1-0-1-0-1-2-0,13160384172.627409
-100101-3-3,[1- 0- 0- 1- 0- 1- 3- 3],0-1-0-0-1-0-1-3-3,13159372516.522285
-202200-3-2,[2- 0- 2- 2- 0- 0- 3- 2],1-1-0-1-1-0-0-3-2,13159307764.813427
-220020-2-3,[2- 2- 0- 0- 2- 0- 2- 3],1-1-1-0-0-1-0-2-3,13159072467.458158
-200002-1-1,[2- 0- 0- 0- 0- 2- 1- 1],1-1-0-0-0-0-1-1-1,13157751111.23339
-003003-3-2,[0- 0- 3- 0- 0- 3- 3- 2],2-0-0-1-0-0-1-3-2,13157157582.617863
-110011-3-1,[1- 1- 0- 0- 1- 1- 3- 1],0-1-1-0-0-1-1-3-1,13155243653.362328
-333030-1-1,[3- 3- 3- 0- 3- 0- 1- 1],2-1-1-1-0-1-0-1-1,13155181656.191555
-111010-3-2,[1- 1- 1- 0- 1- 0- 3- 2],0-1-1-1-0-1-0-3-2,13154418858.234821
-002002-3-1,[0- 0- 2- 0- 0- 2- 3- 1],1-0-0-1-0-0-1-3-1,13153737791.926264
-100001-3-3,[1- 0- 0- 0- 0- 1- 3- 3],0-1-0-0-0-0-1-3-3,13153704457.99568
-003033-2-0,[0- 0- 3- 0- 3- 3- 2- 0],2-0-0-1-0-1-1-2-0,13153272549.25251
-300003-1-1,[3- 0- 0- 0- 0- 3- 1- 1],2-1-0-0-0-0-1-1-1,13150198098.086407
-330330-3-2,[3- 3- 0- 3- 3- 0- 3- 2],2-1-1-0-1-1-0-3-2,13149258577.337254
-220022-0-1,[2- 2- 0- 0- 2- 2- 0- 1],1-1-1-0-0-1-1-0-1,13148028862.90849
-020002-1-1,[0- 2- 0- 0- 0- 2- 1- 1],1-0-1-0-0-0-1-1-1,13145560103.2124
-330033-0-2,[3- 3- 0- 0- 3- 3- 0- 2],2-1-1-0-0-1-1-0-2,13145462863.077095
-011110-2-3,[0- 1- 1- 1- 1- 0- 2- 3],0-0-1-1-1-1-0-2-3,13143946097.681639
-033003-1-1,[0- 3- 3- 0- 0- 3- 1- 1],2-0-1-1-0-0-1-1-1,13143929094.040678
-220200-1-1,[2- 2- 0- 2- 0- 0- 1- 1],1-1-1-0-1-0-0-1-1,13143360145.529217
-110011-2-0,[1- 1- 0- 0- 1- 1- 2- 0],0-1-1-0-0-1-1-2-0,13143246477.114986
-030330-2-3,[0- 3- 0- 3- 3- 0- 2- 3],2-0-1-0-1-1-0-2-3,13141305683.092358
-000303-2-3,[0- 0- 0- 3- 0- 3- 2- 3],2-0-0-0-1-0-1-2-3,13140492475.854399
-030330-3-2,[0- 3- 0- 3- 3- 0- 3- 2],2-0-1-0-1-1-0-3-2,13139899141.139915
-101010-1-2,[1- 0- 1- 0- 1- 0- 1- 2],0-1-0-1-0-1-0-1-2,13139559315.442562
-000222-1-3,[0- 0- 0- 2- 2- 2- 1- 3],1-0-0-0-1-1-1-1-3,13139540170.250996
-333000-1-2,[3- 3- 3- 0- 0- 0- 1- 2],2-1-1-1-0-0-0-1-2,13139455272.690819
-101000-2-1,[1- 0- 1- 0- 0- 0- 2- 1],0-1-0-1-0-0-0-2-1,13139320604.505064
-300003-3-1,[3- 0- 0- 0- 0- 3- 3- 1],2-1-0-0-0-0-1-3-1,13139146475.124382
-000000-1-2,[0- 0- 0- 0- 0- 0- 1- 2],0-0-0-0-0-0-0-1-2,13138168126.465405
-020220-3-2,[0- 2- 0- 2- 2- 0- 3- 2],1-0-1-0-1-1-0-3-2,13137646578.142597
-000022-3-3,[0- 0- 0- 0- 2- 2- 3- 3],1-0-0-0-0-1-1-3-3,13137389599.506317
-030303-1-1,[0- 3- 0- 3- 0- 3- 1- 1],2-0-1-0-1-0-1-1-1,13136346205.923903
-033003-3-0,[0- 3- 3- 0- 0- 3- 3- 0],2-0-1-1-0-0-1-3-0,13136019816.573967
-022200-1-1,[0- 2- 2- 2- 0- 0- 1- 1],1-0-1-1-1-0-0-1-1,13135052757.836254
-003033-1-1,[0- 0- 3- 0- 3- 3- 1- 1],2-0-0-1-0-1-1-1-1,13134699632.525078
-000001-3-3,[0- 0- 0- 0- 0- 1- 3- 3],0-0-0-0-0-0-1-3-3,13133342865.66118
-010101-1-2,[0- 1- 0- 1- 0- 1- 1- 2],0-0-1-0-1-0-1-1-2,13133192458.853996
-001110-1-1,[0- 0- 1- 1- 1- 0- 1- 1],0-0-0-1-1-1-0-1-1,13131983175.099419
-001101-3-2,[0- 0- 1- 1- 0- 1- 3- 2],0-0-0-1-1-0-1-3-2,13131676571.663532
-111010-3-3,[1- 1- 1- 0- 1- 0- 3- 3],0-1-1-1-0-1-0-3-3,13131099642.182264
-002220-3-2,[0- 0- 2- 2- 2- 0- 3- 2],1-0-0-1-1-1-0-3-2,13131079747.802746
-011010-2-3,[0- 1- 1- 0- 1- 0- 2- 3],0-0-1-1-0-1-0-2-3,13130641685.515102
-000002-2-3,[0- 0- 0- 0- 0- 2- 2- 3],1-0-0-0-0-0-1-2-3,13128906498.977644
-030330-2-1,[0- 3- 0- 3- 3- 0- 2- 1],2-0-1-0-1-1-0-2-1,13128571667.640652
-303330-3-1,[3- 0- 3- 3- 3- 0- 3- 1],2-1-0-1-1-1-0-3-1,13126275244.45686
-002002-1-2,[0- 0- 2- 0- 0- 2- 1- 2],1-0-0-1-0-0-1-1-2,13125116790.966686
-000000-2-1,[0- 0- 0- 0- 0- 0- 2- 1],0-0-0-0-0-0-0-2-1,13122768291.085077
-300003-3-2,[3- 0- 0- 0- 0- 3- 3- 2],2-1-0-0-0-0-1-3-2,13120024477.24799
-000020-2-1,[0- 0- 0- 0- 2- 0- 2- 1],1-0-0-0-0-1-0-2-1,13119655934.560804
-033330-3-1,[0- 3- 3- 3- 3- 0- 3- 1],2-0-1-1-1-1-0-3-1,13117353095.155434
-100000-2-1,[1- 0- 0- 0- 0- 0- 2- 1],0-1-0-0-0-0-0-2-1,13115832704.290798
-333300-2-0,[3- 3- 3- 3- 0- 0- 2- 0],2-1-1-1-1-0-0-2-0,13114651872.05862
-100011-2-3,[1- 0- 0- 0- 1- 1- 2- 3],0-1-0-0-0-1-1-2-3,13113766223.196747
-010011-2-3,[0- 1- 0- 0- 1- 1- 2- 3],0-0-1-0-0-1-1-2-3,13113515895.61092
-022202-1-3,[0- 2- 2- 2- 0- 2- 1- 3],1-0-1-1-1-0-1-1-3,13113142884.688587
-101111-3-0,[1- 0- 1- 1- 1- 1- 3- 0],0-1-0-1-1-1-1-3-0,13112492147.605556
-110101-1-1,[1- 1- 0- 1- 0- 1- 1- 1],0-1-1-0-1-0-1-1-1,13111111519.482876
-001001-2-3,[0- 0- 1- 0- 0- 1- 2- 3],0-0-0-1-0-0-1-2-3,13107527521.524855
-000220-1-2,[0- 0- 0- 2- 2- 0- 1- 2],1-0-0-0-1-1-0-1-2,13106301272.18623
-000011-2-3,[0- 0- 0- 0- 1- 1- 2- 3],0-0-0-0-0-1-1-2-3,13104914311.203276
-011011-2-0,[0- 1- 1- 0- 1- 1- 2- 0],0-0-1-1-0-1-1-2-0,13102143239.610332
-200002-3-1,[2- 0- 0- 0- 0- 2- 3- 1],1-1-0-0-0-0-1-3-1,13100489150.281092
-111100-3-2,[1- 1- 1- 1- 0- 0- 3- 2],0-1-1-1-1-0-0-3-2,13099610472.946522
-000033-3-3,[0- 0- 0- 0- 3- 3- 3- 3],2-0-0-0-0-1-1-3-3,13099346884.014547
-030300-2-2,[0- 3- 0- 3- 0- 0- 2- 2],2-0-1-0-1-0-0-2-2,13097719660.873188
-110001-3-2,[1- 1- 0- 0- 0- 1- 3- 2],0-1-1-0-0-0-1-3-2,13097558789.776917
-100100-2-3,[1- 0- 0- 1- 0- 0- 2- 3],0-1-0-0-1-0-0-2-3,13096778892.132856
-222000-1-2,[2- 2- 2- 0- 0- 0- 1- 2],1-1-1-1-0-0-0-1-2,13094741185.431467
-100110-3-2,[1- 0- 0- 1- 1- 0- 3- 2],0-1-0-0-1-1-0-3-2,13094653815.708935
-000000-3-3,[0- 0- 0- 0- 0- 0- 3- 3],0-0-0-0-0-0-0-3-3,13092737207.393053
-220200-1-2,[2- 2- 0- 2- 0- 0- 1- 2],1-1-1-0-1-0-0-1-2,13091581747.857538
-111101-3-0,[1- 1- 1- 1- 0- 1- 3- 0],0-1-1-1-1-0-1-3-0,13091359794.017193
-222020-3-3,[2- 2- 2- 0- 2- 0- 3- 3],1-1-1-1-0-1-0-3-3,13090809527.262398
-101100-3-3,[1- 0- 1- 1- 0- 0- 3- 3],0-1-0-1-1-0-0-3-3,13089516422.904022
-022220-2-0,[0- 2- 2- 2- 2- 0- 2- 0],1-0-1-1-1-1-0-2-0,13089359673.752495
-000033-1-2,[0- 0- 0- 0- 3- 3- 1- 2],2-0-0-0-0-1-1-1-2,13089272894.649744
-200020-2-3,[2- 0- 0- 0- 2- 0- 2- 3],1-1-0-0-0-1-0-2-3,13084318878.24025
-022202-1-0,[0- 2- 2- 2- 0- 2- 1- 0],1-0-1-1-1-0-1-1-0,13084070300.493511
-222020-3-1,[2- 2- 2- 0- 2- 0- 3- 1],1-1-1-1-0-1-0-3-1,13081188137.421366
-101101-1-1,[1- 0- 1- 1- 0- 1- 1- 1],0-1-0-1-1-0-1-1-1,13080443230.28651
-033003-1-2,[0- 3- 3- 0- 0- 3- 1- 2],2-0-1-1-0-0-1-1-2,13077720728.52816
-111110-3-1,[1- 1- 1- 1- 1- 0- 3- 1],0-1-1-1-1-1-0-3-1,13076992277.483332
-000100-1-2,[0- 0- 0- 1- 0- 0- 1- 2],0-0-0-0-1-0-0-1-2,13076554834.876167
-101100-3-2,[1- 0- 1- 1- 0- 0- 3- 2],0-1-0-1-1-0-0-3-2,13074470033.972408
-000022-1-1,[0- 0- 0- 0- 2- 2- 1- 1],1-0-0-0-0-1-1-1-1,13074018807.079552
-222200-3-1,[2- 2- 2- 2- 0- 0- 3- 1],1-1-1-1-1-0-0-3-1,13073990766.909418
-010001-2-3,[0- 1- 0- 0- 0- 1- 2- 3],0-0-1-0-0-0-1-2-3,13072059958.166718
-101001-2-3,[1- 0- 1- 0- 0- 1- 2- 3],0-1-0-1-0-0-1-2-3,13072014960.557816
-011111-3-3,[0- 1- 1- 1- 1- 1- 3- 3],0-0-1-1-1-1-1-3-3,13071949082.48896
-001101-2-3,[0- 0- 1- 1- 0- 1- 2- 3],0-0-0-1-1-0-1-2-3,13070944878.43467
-300330-3-2,[3- 0- 0- 3- 3- 0- 3- 2],2-1-0-0-1-1-0-3-2,13068979909.538395
-011001-3-1,[0- 1- 1- 0- 0- 1- 3- 1],0-0-1-1-0-0-1-3-1,13068319329.440838
-000003-2-1,[0- 0- 0- 0- 0- 3- 2- 1],2-0-0-0-0-0-1-2-1,13067867212.225353
-110110-3-3,[1- 1- 0- 1- 1- 0- 3- 3],0-1-1-0-1-1-0-3-3,13064941291.962408
-000333-3-0,[0- 0- 0- 3- 3- 3- 3- 0],2-0-0-0-1-1-1-3-0,13063198212.098827
-220202-1-3,[2- 2- 0- 2- 0- 2- 1- 3],1-1-1-0-1-0-1-1-3,13060632105.110828
-100111-3-3,[1- 0- 0- 1- 1- 1- 3- 3],0-1-0-0-1-1-1-3-3,13057580757.696362
-011101-2-0,[0- 1- 1- 1- 0- 1- 2- 0],0-0-1-1-1-0-1-2-0,13055814619.20399
-033033-1-3,[0- 3- 3- 0- 3- 3- 1- 3],2-0-1-1-0-1-1-1-3,13055743906.117027
-033000-2-2,[0- 3- 3- 0- 0- 0- 2- 2],2-0-1-1-0-0-0-2-2,13055429445.51756
-003303-1-1,[0- 0- 3- 3- 0- 3- 1- 1],2-0-0-1-1-0-1-1-1,13051190697.533653
-333300-3-1,[3- 3- 3- 3- 0- 0- 3- 1],2-1-1-1-1-0-0-3-1,13051159713.32354
-202002-3-0,[2- 0- 2- 0- 0- 2- 3- 0],1-1-0-1-0-0-1-3-0,13050586666.191908
-010111-2-3,[0- 1- 0- 1- 1- 1- 2- 3],0-0-1-0-1-1-1-2-3,13049671476.962751
-033003-2-0,[0- 3- 3- 0- 0- 3- 2- 0],2-0-1-1-0-0-1-2-0,13048844338.585402
-202020-2-3,[2- 0- 2- 0- 2- 0- 2- 3],1-1-0-1-0-1-0-2-3,13047392669.474033
-001111-2-3,[0- 0- 1- 1- 1- 1- 2- 3],0-0-0-1-1-1-1-2-3,13044680933.304493
-220220-3-1,[2- 2- 0- 2- 2- 0- 3- 1],1-1-1-0-1-1-0-3-1,13040765466.310343
-002022-3-0,[0- 0- 2- 0- 2- 2- 3- 0],1-0-0-1-0-1-1-3-0,13035210827.765837
-100111-3-2,[1- 0- 0- 1- 1- 1- 3- 2],0-1-0-0-1-1-1-3-2,13034871025.329327
-100000-2-3,[1- 0- 0- 0- 0- 0- 2- 3],0-1-0-0-0-0-0-2-3,13033112359.433857
-100101-2-3,[1- 0- 0- 1- 0- 1- 2- 3],0-1-0-0-1-0-1-2-3,13032446394.064491
-001100-2-3,[0- 0- 1- 1- 0- 0- 2- 3],0-0-0-1-1-0-0-2-3,13032037227.17755
-001000-2-3,[0- 0- 1- 0- 0- 0- 2- 3],0-0-0-1-0-0-0-2-3,13031391651.019001
-010001-3-2,[0- 1- 0- 0- 0- 1- 3- 2],0-0-1-0-0-0-1-3-2,13030615325.069456
-220020-1-1,[2- 2- 0- 0- 2- 0- 1- 1],1-1-1-0-0-1-0-1-1,13025601748.098827
-000001-3-2,[0- 0- 0- 0- 0- 1- 3- 2],0-0-0-0-0-0-1-3-2,13023682509.880775
-202200-2-3,[2- 0- 2- 2- 0- 0- 2- 3],1-1-0-1-1-0-0-2-3,13022373969.30666
-000202-3-1,[0- 0- 0- 2- 0- 2- 3- 1],1-0-0-0-1-0-1-3-1,13020375044.036432
-100011-1-2,[1- 0- 0- 0- 1- 1- 1- 2],0-1-0-0-0-1-1-1-2,13020366602.030102
-111000-3-3,[1- 1- 1- 0- 0- 0- 3- 3],0-1-1-1-0-0-0-3-3,13019630738.134745
-022220-3-3,[0- 2- 2- 2- 2- 0- 3- 3],1-0-1-1-1-1-0-3-3,13019526872.995651
-001101-3-3,[0- 0- 1- 1- 0- 1- 3- 3],0-0-0-1-1-0-1-3-3,13018860219.41362
-033300-3-3,[0- 3- 3- 3- 0- 0- 3- 3],2-0-1-1-1-0-0-3-3,13018213812.907846
-333330-2-0,[3- 3- 3- 3- 3- 0- 2- 0],2-1-1-1-1-1-0-2-0,13015781371.973625
-110110-3-2,[1- 1- 0- 1- 1- 0- 3- 2],0-1-1-0-1-1-0-3-2,13015415088.020344
-000002-3-3,[0- 0- 0- 0- 0- 2- 3- 3],1-0-0-0-0-0-1-3-3,13014211828.123045
-010101-2-3,[0- 1- 0- 1- 0- 1- 2- 3],0-0-1-0-1-0-1-2-3,13014103843.319988
-333030-3-1,[3- 3- 3- 0- 3- 0- 3- 1],2-1-1-1-0-1-0-3-1,13013838936.017357
-100111-1-1,[1- 0- 0- 1- 1- 1- 1- 1],0-1-0-0-1-1-1-1-1,13013278135.59724
-222220-3-0,[2- 2- 2- 2- 2- 0- 3- 0],1-1-1-1-1-1-0-3-0,13013123006.763334
-202202-0-2,[2- 0- 2- 2- 0- 2- 0- 2],1-1-0-1-1-0-1-0-2,13012905847.028059
-022022-1-0,[0- 2- 2- 0- 2- 2- 1- 0],1-0-1-1-0-1-1-1-0,13011817362.454449
-333030-3-3,[3- 3- 3- 0- 3- 0- 3- 3],2-1-1-1-0-1-0-3-3,13010941732.92449
-101011-3-1,[1- 0- 1- 0- 1- 1- 3- 1],0-1-0-1-0-1-1-3-1,13010404662.414135
-100001-2-3,[1- 0- 0- 0- 0- 1- 2- 3],0-1-0-0-0-0-1-2-3,13008929211.260038
-010101-3-3,[0- 1- 0- 1- 0- 1- 3- 3],0-0-1-0-1-0-1-3-3,13007817026.85396
-220220-2-0,[2- 2- 0- 2- 2- 0- 2- 0],1-1-1-0-1-1-0-2-0,13007481069.346642
-001011-2-3,[0- 0- 1- 0- 1- 1- 2- 3],0-0-0-1-0-1-1-2-3,13004267678.580872
-000222-3-0,[0- 0- 0- 2- 2- 2- 3- 0],1-0-0-0-1-1-1-3-0,13003472314.193678
-300003-2-3,[3- 0- 0- 0- 0- 3- 2- 3],2-1-0-0-0-0-1-2-3,13002792065.445608
-303303-1-3,[3- 0- 3- 3- 0- 3- 1- 3],2-1-0-1-1-0-1-1-3,13002650286.513325
-300003-1-2,[3- 0- 0- 0- 0- 3- 1- 2],2-1-0-0-0-0-1-1-2,12998787521.925013
-202020-1-2,[2- 0- 2- 0- 2- 0- 1- 2],1-1-0-1-0-1-0-1-2,12998683155.751509
-000101-1-2,[0- 0- 0- 1- 0- 1- 1- 2],0-0-0-0-1-0-1-1-2,12997938454.795313
-022020-2-3,[0- 2- 2- 0- 2- 0- 2- 3],1-0-1-1-0-1-0-2-3,12994174481.300749
-010011-3-2,[0- 1- 0- 0- 1- 1- 3- 2],0-0-1-0-0-1-1-3-2,12989251561.266632
-000101-2-3,[0- 0- 0- 1- 0- 1- 2- 3],0-0-0-0-1-0-1-2-3,12988883905.760038
-002020-1-2,[0- 0- 2- 0- 2- 0- 1- 2],1-0-0-1-0-1-0-1-2,12982095011.571392
-111100-2-3,[1- 1- 1- 1- 0- 0- 2- 3],0-1-1-1-1-0-0-2-3,12981648368.849607
-030330-3-3,[0- 3- 0- 3- 3- 0- 3- 3],2-0-1-0-1-1-0-3-3,12981293077.667704
-003003-3-3,[0- 0- 3- 0- 0- 3- 3- 3],2-0-0-1-0-0-1-3-3,12981088200.810415
-001100-3-2,[0- 0- 1- 1- 0- 0- 3- 2],0-0-0-1-1-0-0-3-2,12980136469.240345
-202220-2-0,[2- 0- 2- 2- 2- 0- 2- 0],1-1-0-1-1-1-0-2-0,12979661278.391209
-020022-1-3,[0- 2- 0- 0- 2- 2- 1- 3],1-0-1-0-0-1-1-1-3,12978543804.988998
-000000-3-2,[0- 0- 0- 0- 0- 0- 3- 2],0-0-0-0-0-0-0-3-2,12977943013.901777
-101100-2-3,[1- 0- 1- 1- 0- 0- 2- 3],0-1-0-1-1-0-0-2-3,12977334171.306732
-003333-0-2,[0- 0- 3- 3- 3- 3- 0- 2],2-0-0-1-1-1-1-0-2,12977191670.498653
-330033-0-1,[3- 3- 0- 0- 3- 3- 0- 1],2-1-1-0-0-1-1-0-1,12977025017.102629
-101011-1-1,[1- 0- 1- 0- 1- 1- 1- 1],0-1-0-1-0-1-1-1-1,12976905793.683086
-001101-1-1,[0- 0- 1- 1- 0- 1- 1- 1],0-0-0-1-1-0-1-1-1,12974728846.52584
-010101-3-2,[0- 1- 0- 1- 0- 1- 3- 2],0-0-1-0-1-0-1-3-2,12972733243.693047
-022020-3-2,[0- 2- 2- 0- 2- 0- 3- 2],1-0-1-1-0-1-0-3-2,12972375603.729267
-111111-1-0,[1- 1- 1- 1- 1- 1- 1- 0],0-1-1-1-1-1-1-1-0,12971977811.021961
-200000-2-1,[2- 0- 0- 0- 0- 0- 2- 1],1-1-0-0-0-0-0-2-1,12967315675.312162
-330003-1-0,[3- 3- 0- 0- 0- 3- 1- 0],2-1-1-0-0-0-1-1-0,12966839284.315456
-011010-1-1,[0- 1- 1- 0- 1- 0- 1- 1],0-0-1-1-0-1-0-1-1,12966269912.262297
-202022-1-3,[2- 0- 2- 0- 2- 2- 1- 3],1-1-0-1-0-1-1-1-3,12965553317.96043
-100011-3-3,[1- 0- 0- 0- 1- 1- 3- 3],0-1-0-0-0-1-1-3-3,12964503152.037598
-000220-3-2,[0- 0- 0- 2- 2- 0- 3- 2],1-0-0-0-1-1-0-3-2,12963323746.966007
-100100-3-3,[1- 0- 0- 1- 0- 0- 3- 3],0-1-0-0-1-0-0-3-3,12963176025.320997
-200002-2-0,[2- 0- 0- 0- 0- 2- 2- 0],1-1-0-0-0-0-1-2-0,12960962653.540688
-020020-2-3,[0- 2- 0- 0- 2- 0- 2- 3],1-0-1-0-0-1-0-2-3,12959421483.626804
-300000-2-2,[3- 0- 0- 0- 0- 0- 2- 2],2-1-0-0-0-0-0-2-2,12958493391.381588
-000333-2-0,[0- 0- 0- 3- 3- 3- 2- 0],2-0-0-0-1-1-1-2-0,12957784002.259666
-100101-3-2,[1- 0- 0- 1- 0- 1- 3- 2],0-1-0-0-1-0-1-3-2,12954889481.934834
-030003-3-3,[0- 3- 0- 0- 0- 3- 3- 3],2-0-1-0-0-0-1-3-3,12952233394.307764
-002222-0-1,[0- 0- 2- 2- 2- 2- 0- 1],1-0-0-1-1-1-1-0-1,12950869929.348705
-220000-1-1,[2- 2- 0- 0- 0- 0- 1- 1],1-1-1-0-0-0-0-1-1,12949972769.499693
-030030-2-1,[0- 3- 0- 0- 3- 0- 2- 1],2-0-1-0-0-1-0-2-1,12949894973.401041
-002020-2-3,[0- 0- 2- 0- 2- 0- 2- 3],1-0-0-1-0-1-0-2-3,12949122761.633987
-003003-3-1,[0- 0- 3- 0- 0- 3- 3- 1],2-0-0-1-0-0-1-3-1,12947574925.472801
-001111-0-2,[0- 0- 1- 1- 1- 1- 0- 2],0-0-0-1-1-1-1-0-2,12944872665.900738
-100011-3-2,[1- 0- 0- 0- 1- 1- 3- 2],0-1-0-0-0-1-1-3-2,12944165150.486294
-011111-1-3,[0- 1- 1- 1- 1- 1- 1- 3],0-0-1-1-1-1-1-1-3,12943814399.039417
-000333-1-1,[0- 0- 0- 3- 3- 3- 1- 1],2-0-0-0-1-1-1-1-1,12943188585.440804
-330030-2-3,[3- 3- 0- 0- 3- 0- 2- 3],2-1-1-0-0-1-0-2-3,12942196997.295742
-002200-3-2,[0- 0- 2- 2- 0- 0- 3- 2],1-0-0-1-1-0-0-3-2,12942168389.549046
-011100-1-1,[0- 1- 1- 1- 0- 0- 1- 1],0-0-1-1-1-0-0-1-1,12941912013.025984
-001001-1-2,[0- 0- 1- 0- 0- 1- 1- 2],0-0-0-1-0-0-1-1-2,12941165071.798944
-011001-1-1,[0- 1- 1- 0- 0- 1- 1- 1],0-0-1-1-0-0-1-1-1,12940776841.452085
-110110-1-1,[1- 1- 0- 1- 1- 0- 1- 1],0-1-1-0-1-1-0-1-1,12938702460.732662
-100001-3-2,[1- 0- 0- 0- 0- 1- 3- 2],0-1-0-0-0-0-1-3-2,12936074293.655567
-110001-1-2,[1- 1- 0- 0- 0- 1- 1- 2],0-1-1-0-0-0-1-1-2,12934805012.261894
-000330-3-3,[0- 0- 0- 3- 3- 0- 3- 3],2-0-0-0-1-1-0-3-3,12926906868.39089
-011100-3-2,[0- 1- 1- 1- 0- 0- 3- 2],0-0-1-1-1-0-0-3-2,12924010251.014862
-002220-3-3,[0- 0- 2- 2- 2- 0- 3- 3],1-0-0-1-1-1-0-3-3,12923776391.730274
-022200-3-1,[0- 2- 2- 2- 0- 0- 3- 1],1-0-1-1-1-0-0-3-1,12922737504.843025
-022200-3-3,[0- 2- 2- 2- 0- 0- 3- 3],1-0-1-1-1-0-0-3-3,12922187002.88825
-002202-3-0,[0- 0- 2- 2- 0- 2- 3- 0],1-0-0-1-1-0-1-3-0,12921831817.30313
-110100-1-2,[1- 1- 0- 1- 0- 0- 1- 2],0-1-1-0-1-0-0-1-2,12921717428.367668
-333030-2-0,[3- 3- 3- 0- 3- 0- 2- 0],2-1-1-1-0-1-0-2-0,12920123951.71275
-000100-3-3,[0- 0- 0- 1- 0- 0- 3- 3],0-0-0-0-1-0-0-3-3,12919935757.445795
-000220-3-3,[0- 0- 0- 2- 2- 0- 3- 3],1-0-0-0-1-1-0-3-3,12916679575.549614
-003300-3-2,[0- 0- 3- 3- 0- 0- 3- 2],2-0-0-1-1-0-0-3-2,12915973068.348087
-000111-2-3,[0- 0- 0- 1- 1- 1- 2- 3],0-0-0-0-1-1-1-2-3,12914956612.775093
-000002-1-2,[0- 0- 0- 0- 0- 2- 1- 2],1-0-0-0-0-0-1-1-2,12914597354.635798
-110010-3-3,[1- 1- 0- 0- 1- 0- 3- 3],0-1-1-0-0-1-0-3-3,12914461142.801043
-020220-3-3,[0- 2- 0- 2- 2- 0- 3- 3],1-0-1-0-1-1-0-3-3,12913407446.116796
-330303-1-3,[3- 3- 0- 3- 0- 3- 1- 3],2-1-1-0-1-0-1-1-3,12913358270.826622
-033000-2-1,[0- 3- 3- 0- 0- 0- 2- 1],2-0-1-1-0-0-0-2-1,12911855974.318872
-333003-1-3,[3- 3- 3- 0- 0- 3- 1- 3],2-1-1-1-0-0-1-1-3,12911675245.851768
-330000-1-1,[3- 3- 0- 0- 0- 0- 1- 1],2-1-1-0-0-0-0-1-1,12909674329.313274
-003030-2-1,[0- 0- 3- 0- 3- 0- 2- 1],2-0-0-1-0-1-0-2-1,12907275753.143446
-000110-1-3,[0- 0- 0- 1- 1- 0- 1- 3],0-0-0-0-1-1-0-1-3,12907168338.532349
-022020-1-1,[0- 2- 2- 0- 2- 0- 1- 1],1-0-1-1-0-1-0-1-1,12906272224.800808
-000001-1-2,[0- 0- 0- 0- 0- 1- 1- 2],0-0-0-0-0-0-1-1-2,12906232685.567177
-003003-2-3,[0- 0- 3- 0- 0- 3- 2- 3],2-0-0-1-0-0-1-2-3,12906179272.742994
-111000-3-2,[1- 1- 1- 0- 0- 0- 3- 2],0-1-1-1-0-0-0-3-2,12903693299.951485
-001000-3-2,[0- 0- 1- 0- 0- 0- 3- 2],0-0-0-1-0-0-0-3-2,12903255348.227325
-220020-3-2,[2- 2- 0- 0- 2- 0- 3- 2],1-1-1-0-0-1-0-3-2,12902333079.577168
-202022-0-2,[2- 0- 2- 0- 2- 2- 0- 2],1-1-0-1-0-1-1-0-2,12902150006.168272
-300333-0-2,[3- 0- 0- 3- 3- 3- 0- 2],2-1-0-0-1-1-1-0-2,12901405354.225765
-303030-3-2,[3- 0- 3- 0- 3- 0- 3- 2],2-1-0-1-0-1-0-3-2,12900597198.91077
-000033-3-0,[0- 0- 0- 0- 3- 3- 3- 0],2-0-0-0-0-1-1-3-0,12899364540.49975
-010000-2-1,[0- 1- 0- 0- 0- 0- 2- 1],0-0-1-0-0-0-0-2-1,12899186081.868462
-000330-3-2,[0- 0- 0- 3- 3- 0- 3- 2],2-0-0-0-1-1-0-3-2,12898393044.82787
-303303-0-2,[3- 0- 3- 3- 0- 3- 0- 2],2-1-0-1-1-0-1-0-2,12898116244.056133
-000010-3-2,[0- 0- 0- 0- 1- 0- 3- 2],0-0-0-0-0-1-0-3-2,12897340865.530243
-202222-0-3,[2- 0- 2- 2- 2- 2- 0- 3],1-1-0-1-1-1-1-0-3,12897229152.917171
-100010-3-3,[1- 0- 0- 0- 1- 0- 3- 3],0-1-0-0-0-1-0-3-3,12895040432.652136
-011000-1-2,[0- 1- 1- 0- 0- 0- 1- 2],0-0-1-1-0-0-0-1-2,12894485338.813488
-020020-1-2,[0- 2- 0- 0- 2- 0- 1- 2],1-0-1-0-0-1-0-1-2,12894112856.53997
-000333-1-3,[0- 0- 0- 3- 3- 3- 1- 3],2-0-0-0-1-1-1-1-3,12892937358.707966
-202200-1-2,[2- 0- 2- 2- 0- 0- 1- 2],1-1-0-1-1-0-0-1-2,12892258897.701277
-330003-0-1,[3- 3- 0- 0- 0- 3- 0- 1],2-1-1-0-0-0-1-0-1,12891949472.873806
-110100-2-3,[1- 1- 0- 1- 0- 0- 2- 3],0-1-1-0-1-0-0-2-3,12891782325.21259
-111011-0-2,[1- 1- 1- 0- 1- 1- 0- 2],0-1-1-1-0-1-1-0-2,12889787005.82516
-010011-3-3,[0- 1- 0- 0- 1- 1- 3- 3],0-0-1-0-0-1-1-3-3,12887700848.141802
-111001-2-0,[1- 1- 1- 0- 0- 1- 2- 0],0-1-1-1-0-0-1-2-0,12887696367.664547
-010000-2-3,[0- 1- 0- 0- 0- 0- 2- 3],0-0-1-0-0-0-0-2-3,12887251471.633879
-003300-2-1,[0- 0- 3- 3- 0- 0- 2- 1],2-0-0-1-1-0-0-2-1,12885364590.976118
-200202-3-0,[2- 0- 0- 2- 0- 2- 3- 0],1-1-0-0-1-0-1-3-0,12882295417.20436
-000010-3-3,[0- 0- 0- 0- 1- 0- 3- 3],0-0-0-0-0-1-0-3-3,12881835773.406023
-030003-2-3,[0- 3- 0- 0- 0- 3- 2- 3],2-0-1-0-0-0-1-2-3,12880639747.045715
-300003-3-3,[3- 0- 0- 0- 0- 3- 3- 3],2-1-0-0-0-0-1-3-3,12879316559.596739
-100101-1-2,[1- 0- 0- 1- 0- 1- 1- 2],0-1-0-0-1-0-1-1-2,12878411455.169308
-333000-2-0,[3- 3- 3- 0- 0- 0- 2- 0],2-1-1-1-0-0-0-2-0,12876801642.974699
-220200-2-3,[2- 2- 0- 2- 0- 0- 2- 3],1-1-1-0-1-0-0-2-3,12876386549.476286
-033030-3-2,[0- 3- 3- 0- 3- 0- 3- 2],2-0-1-1-0-1-0-3-2,12876250229.039345
-020220-3-1,[0- 2- 0- 2- 2- 0- 3- 1],1-0-1-0-1-1-0-3-1,12873547203.318626
-033330-1-2,[0- 3- 3- 3- 3- 0- 1- 2],2-0-1-1-1-1-0-1-2,12871339322.717752
-011010-3-2,[0- 1- 1- 0- 1- 0- 3- 2],0-0-1-1-0-1-0-3-2,12868645438.753563
-200020-1-2,[2- 0- 0- 0- 2- 0- 1- 2],1-1-0-0-0-1-0-1-2,12868268736.121456
-111000-1-2,[1- 1- 1- 0- 0- 0- 1- 2],0-1-1-1-0-0-0-1-2,12866875530.002419
-222002-1-3,[2- 2- 2- 0- 0- 2- 1- 3],1-1-1-1-0-0-1-1-3,12866495226.468632
-300000-2-1,[3- 0- 0- 0- 0- 0- 2- 1],2-1-0-0-0-0-0-2-1,12866385219.72787
-222000-3-2,[2- 2- 2- 0- 0- 0- 3- 2],1-1-1-1-0-0-0-3-2,12865149914.041737
-110010-3-2,[1- 1- 0- 0- 1- 0- 3- 2],0-1-1-0-0-1-0-3-2,12863997246.530144
-001000-1-2,[0- 0- 1- 0- 0- 0- 1- 2],0-0-0-1-0-0-0-1-2,12863717396.478554
-300030-2-3,[3- 0- 0- 0- 3- 0- 2- 3],2-1-0-0-0-1-0-2-3,12863242316.573103
-300300-2-1,[3- 0- 0- 3- 0- 0- 2- 1],2-1-0-0-1-0-0-2-1,12862813099.587248
-100111-3-1,[1- 0- 0- 1- 1- 1- 3- 1],0-1-0-0-1-1-1-3-1,12860406510.219433
-333000-3-2,[3- 3- 3- 0- 0- 0- 3- 2],2-1-1-1-0-0-0-3-2,12860158558.896309
-000100-3-2,[0- 0- 0- 1- 0- 0- 3- 2],0-0-0-0-1-0-0-3-2,12859588858.77964
-022200-2-3,[0- 2- 2- 2- 0- 0- 2- 3],1-0-1-1-1-0-0-2-3,12857763275.461332
-010100-1-2,[0- 1- 0- 1- 0- 0- 1- 2],0-0-1-0-1-0-0-1-2,12857279872.020718
-033300-2-3,[0- 3- 3- 3- 0- 0- 2- 3],2-0-1-1-1-0-0-2-3,12857100787.638165
-011000-3-2,[0- 1- 1- 0- 0- 0- 3- 2],0-0-1-1-0-0-0-3-2,12856381834.012953
-000010-1-3,[0- 0- 0- 0- 1- 0- 1- 3],0-0-0-0-0-1-0-1-3,12856256526.639158
-003300-3-3,[0- 0- 3- 3- 0- 0- 3- 3],2-0-0-1-1-0-0-3-3,12856184211.939398
-033303-0-2,[0- 3- 3- 3- 0- 3- 0- 2],2-0-1-1-1-0-1-0-2,12853130771.404823
-101110-3-1,[1- 0- 1- 1- 1- 0- 3- 1],0-1-0-1-1-1-0-3-1,12851686285.493587
-003000-2-2,[0- 0- 3- 0- 0- 0- 2- 2],2-0-0-1-0-0-0-2-2,12850993399.070217
-033300-3-1,[0- 3- 3- 3- 0- 0- 3- 1],2-0-1-1-1-0-0-3-1,12850776947.582104
-002220-1-1,[0- 0- 2- 2- 2- 0- 1- 1],1-0-0-1-1-1-0-1-1,12849816883.083523
-330330-1-2,[3- 3- 0- 3- 3- 0- 1- 2],2-1-1-0-1-1-0-1-2,12848701280.78068
-100010-3-2,[1- 0- 0- 0- 1- 0- 3- 2],0-1-0-0-0-1-0-3-2,12846974343.276539
-101100-1-2,[1- 0- 1- 1- 0- 0- 1- 2],0-1-0-1-1-0-0-1-2,12845929905.024532
-000303-3-1,[0- 0- 0- 3- 0- 3- 3- 1],2-0-0-0-1-0-1-3-1,12841304149.90345
-110100-3-3,[1- 1- 0- 1- 0- 0- 3- 3],0-1-1-0-1-0-0-3-3,12841268937.663912
-010100-2-3,[0- 1- 0- 1- 0- 0- 2- 3],0-0-1-0-1-0-0-2-3,12838851927.334396
-033033-0-2,[0- 3- 3- 0- 3- 3- 0- 2],2-0-1-1-0-1-1-0-2,12838581966.110527
-220002-0-2,[2- 2- 0- 0- 0- 2- 0- 2],1-1-1-0-0-0-1-0-2,12837645256.499092
-300303-3-0,[3- 0- 0- 3- 0- 3- 3- 0],2-1-0-0-1-0-1-3-0,12835931898.425564
-033333-0-3,[0- 3- 3- 3- 3- 3- 0- 3],2-0-1-1-1-1-1-0-3,12835126365.659203
-222220-1-3,[2- 2- 2- 2- 2- 0- 1- 3],1-1-1-1-1-1-0-1-3,12833978228.332478
-000110-3-2,[0- 0- 0- 1- 1- 0- 3- 2],0-0-0-0-1-1-0-3-2,12833932581.327244
-020000-2-1,[0- 2- 0- 0- 0- 0- 2- 1],1-0-1-0-0-0-0-2-1,12833738107.602945
-303303-0-1,[3- 0- 3- 3- 0- 3- 0- 1],2-1-0-1-1-0-1-0-1,12832906106.60189
-330300-1-1,[3- 3- 0- 3- 0- 0- 1- 1],2-1-1-0-1-0-0-1-1,12832015082.726683
-303333-0-3,[3- 0- 3- 3- 3- 3- 0- 3],2-1-0-1-1-1-1-0-3,12831235580.482105
-111101-0-2,[1- 1- 1- 1- 0- 1- 0- 2],0-1-1-1-1-0-1-0-2,12831133247.474314
-010111-3-2,[0- 1- 0- 1- 1- 1- 3- 2],0-0-1-0-1-1-1-3-2,12830921445.572315
-011110-3-2,[0- 1- 1- 1- 1- 0- 3- 2],0-0-1-1-1-1-0-3-2,12830836924.42809
-010111-3-1,[0- 1- 0- 1- 1- 1- 3- 1],0-0-1-0-1-1-1-3-1,12827712584.854744
-202202-1-3,[2- 0- 2- 2- 0- 2- 1- 3],1-1-0-1-1-0-1-1-3,12825982048.572674
-001110-3-2,[0- 0- 1- 1- 1- 0- 3- 2],0-0-0-1-1-1-0-3-2,12825828047.80746
-020222-0-3,[0- 2- 0- 2- 2- 2- 0- 3],1-0-1-0-1-1-1-0-3,12825510121.95037
-101111-0-2,[1- 0- 1- 1- 1- 1- 0- 2],0-1-0-1-1-1-1-0-2,12824986206.862226
-333000-2-3,[3- 3- 3- 0- 0- 0- 2- 3],2-1-1-1-0-0-0-2-3,12824384657.693256
-111000-1-1,[1- 1- 1- 0- 0- 0- 1- 1],0-1-1-1-0-0-0-1-1,12823286203.318632
-303300-1-2,[3- 0- 3- 3- 0- 0- 1- 2],2-1-0-1-1-0-0-1-2,12821646505.772717
-303303-1-0,[3- 0- 3- 3- 0- 3- 1- 0],2-1-0-1-1-0-1-1-0,12819748468.78838
-101010-3-2,[1- 0- 1- 0- 1- 0- 3- 2],0-1-0-1-0-1-0-3-2,12819312645.809818
-220000-1-2,[2- 2- 0- 0- 0- 0- 1- 2],1-1-1-0-0-0-0-1-2,12817950827.968575
-010001-1-2,[0- 1- 0- 0- 0- 1- 1- 2],0-0-1-0-0-0-1-1-2,12817501266.217403
-033303-1-3,[0- 3- 3- 3- 0- 3- 1- 3],2-0-1-1-1-0-1-1-3,12817498935.984215
-111000-2-3,[1- 1- 1- 0- 0- 0- 2- 3],0-1-1-1-0-0-0-2-3,12817318015.716702
-020022-0-2,[0- 2- 0- 0- 2- 2- 0- 2],1-0-1-0-0-1-1-0-2,12816932326.811043
-330330-3-1,[3- 3- 0- 3- 3- 0- 3- 1],2-1-1-0-1-1-0-3-1,12815988909.482094
-303033-0-2,[3- 0- 3- 0- 3- 3- 0- 2],2-1-0-1-0-1-1-0-2,12813822384.05682
-000101-3-3,[0- 0- 0- 1- 0- 1- 3- 3],0-0-0-0-1-0-1-3-3,12813337576.557196
-100000-3-3,[1- 0- 0- 0- 0- 0- 3- 3],0-1-0-0-0-0-0-3-3,12811128736.07747
-022020-3-1,[0- 2- 2- 0- 2- 0- 3- 1],1-0-1-1-0-1-0-3-1,12810835939.804283
-330333-0-3,[3- 3- 0- 3- 3- 3- 0- 3],2-1-1-0-1-1-1-0-3,12808927748.996162
-000202-1-1,[0- 0- 0- 2- 0- 2- 1- 1],1-0-0-0-1-0-1-1-1,12808787702.41053
-002200-2-3,[0- 0- 2- 2- 0- 0- 2- 3],1-0-0-1-1-0-0-2-3,12808624794.375237
-000020-1-2,[0- 0- 0- 0- 2- 0- 1- 2],1-0-0-0-0-1-0-1-2,12806797772.780756
-030330-3-1,[0- 3- 0- 3- 3- 0- 3- 1],2-0-1-0-1-1-0-3-1,12806358464.788021
-003303-2-0,[0- 0- 3- 3- 0- 3- 2- 0],2-0-0-1-1-0-1-2-0,12806266058.943031
-202020-3-2,[2- 0- 2- 0- 2- 0- 3- 2],1-1-0-1-0-1-0-3-2,12805770696.455196
-011111-0-1,[0- 1- 1- 1- 1- 1- 0- 1],0-0-1-1-1-1-1-0-1,12805704242.575878
-110101-3-1,[1- 1- 0- 1- 0- 1- 3- 1],0-1-1-0-1-0-1-3-1,12805585001.917397
-001111-2-0,[0- 0- 1- 1- 1- 1- 2- 0],0-0-0-1-1-1-1-2-0,12804131555.472439
-220200-3-3,[2- 2- 0- 2- 0- 0- 3- 3],1-1-1-0-1-0-0-3-3,12802522317.376532
-001000-3-3,[0- 0- 1- 0- 0- 0- 3- 3],0-0-0-1-0-0-0-3-3,12802011262.900248
-020202-0-2,[0- 2- 0- 2- 0- 2- 0- 2],1-0-1-0-1-0-1-0-2,12802009040.733437
-033030-2-3,[0- 3- 3- 0- 3- 0- 2- 3],2-0-1-1-0-1-0-2-3,12800739726.947582
-110111-0-2,[1- 1- 0- 1- 1- 1- 0- 2],0-1-1-0-1-1-1-0-2,12799656146.452875
-000110-3-3,[0- 0- 0- 1- 1- 0- 3- 3],0-0-0-0-1-1-0-3-3,12795413048.197744
-100100-1-2,[1- 0- 0- 1- 0- 0- 1- 2],0-1-0-0-1-0-0-1-2,12794260460.159052
-111011-1-3,[1- 1- 1- 0- 1- 1- 1- 3],0-1-1-1-0-1-1-1-3,12793722097.449512
-222220-0-2,[2- 2- 2- 2- 2- 0- 0- 2],1-1-1-1-1-1-0-0-2,12793713763.162548
-110000-1-2,[1- 1- 0- 0- 0- 0- 1- 2],0-1-1-0-0-0-0-1-2,12793365825.942623
-020020-3-2,[0- 2- 0- 0- 2- 0- 3- 2],1-0-1-0-0-1-0-3-2,12792726588.818253
-001011-1-1,[0- 0- 1- 0- 1- 1- 1- 1],0-0-0-1-0-1-1-1-1,12791519756.549263
-010111-2-0,[0- 1- 0- 1- 1- 1- 2- 0],0-0-1-0-1-1-1-2-0,12791118220.219463
-001100-3-3,[0- 0- 1- 1- 0- 0- 3- 3],0-0-0-1-1-0-0-3-3,12790538739.00189
-110000-2-3,[1- 1- 0- 0- 0- 0- 2- 3],0-1-1-0-0-0-0-2-3,12788400324.93692
-002000-2-1,[0- 0- 2- 0- 0- 0- 2- 1],1-0-0-1-0-0-0-2-1,12787849912.091047
-020002-2-0,[0- 2- 0- 0- 0- 2- 2- 0],1-0-1-0-0-0-1-2-0,12786406977.807722
-100111-2-0,[1- 0- 0- 1- 1- 1- 2- 0],0-1-0-0-1-1-1-2-0,12786172169.289776
-000222-0-2,[0- 0- 0- 2- 2- 2- 0- 2],1-0-0-0-1-1-1-0-2,12785001499.613796
-030300-2-1,[0- 3- 0- 3- 0- 0- 2- 1],2-0-1-0-1-0-0-2-1,12783519555.192606
-300033-1-3,[3- 0- 0- 0- 3- 3- 1- 3],2-1-0-0-0-1-1-1-3,12782551593.401493
-101001-3-1,[1- 0- 1- 0- 0- 1- 3- 1],0-1-0-1-0-0-1-3-1,12782474650.12353
-303030-1-2,[3- 0- 3- 0- 3- 0- 1- 2],2-1-0-1-0-1-0-1-2,12780253724.86456
-222222-0-0,[2- 2- 2- 2- 2- 2- 0- 0],1-1-1-1-1-1-1-0-0,12778225248.816807
-002200-3-3,[0- 0- 2- 2- 0- 0- 3- 3],1-0-0-1-1-0-0-3-3,12777894271.30532
-111010-3-1,[1- 1- 1- 0- 1- 0- 3- 1],0-1-1-1-0-1-0-3-1,12777612907.768303
-330030-3-2,[3- 3- 0- 0- 3- 0- 3- 2],2-1-1-0-0-1-0-3-2,12777526852.78141
-330030-1-2,[3- 3- 0- 0- 3- 0- 1- 2],2-1-1-0-0-1-0-1-2,12777468047.005333
-011100-2-3,[0- 1- 1- 1- 0- 0- 2- 3],0-0-1-1-1-0-0-2-3,12777251518.527058
-222000-2-0,[2- 2- 2- 0- 0- 0- 2- 0],1-1-1-1-0-0-0-2-0,12776600550.017498
-030333-0-2,[0- 3- 0- 3- 3- 3- 0- 2],2-0-1-0-1-1-1-0-2,12776422621.552086
-003030-2-3,[0- 0- 3- 0- 3- 0- 2- 3],2-0-0-1-0-1-0-2-3,12775364597.520216
-303330-1-1,[3- 0- 3- 3- 3- 0- 1- 1],2-1-0-1-1-1-0-1-1,12775360233.34808
-100100-3-2,[1- 0- 0- 1- 0- 0- 3- 2],0-1-0-0-1-0-0-3-2,12775096830.134205
-222000-3-3,[2- 2- 2- 0- 0- 0- 3- 3],1-1-1-1-0-0-0-3-3,12774225487.080801
-011011-0-2,[0- 1- 1- 0- 1- 1- 0- 2],0-0-1-1-0-1-1-0-2,12771174488.83622
-220002-0-1,[2- 2- 0- 0- 0- 2- 0- 1],1-1-1-0-0-0-1-0-1,12770958408.415403
-303300-3-1,[3- 0- 3- 3- 0- 0- 3- 1],2-1-0-1-1-0-0-3-1,12768842305.99563
-001101-3-1,[0- 0- 1- 1- 0- 1- 3- 1],0-0-0-1-1-0-1-3-1,12768632283.063929
-011000-2-3,[0- 1- 1- 0- 0- 0- 2- 3],0-0-1-1-0-0-0-2-3,12767187377.136047
-001011-3-2,[0- 0- 1- 0- 1- 1- 3- 2],0-0-0-1-0-1-1-3-2,12766680479.76321
-011000-3-3,[0- 1- 1- 0- 0- 0- 3- 3],0-0-1-1-0-0-0-3-3,12766203952.369394
-000300-2-2,[0- 0- 0- 3- 0- 0- 2- 2],2-0-0-0-1-0-0-2-2,12766053078.395016
-000101-3-2,[0- 0- 0- 1- 0- 1- 3- 2],0-0-0-0-1-0-1-3-2,12765550260.397434
-111010-2-0,[1- 1- 1- 0- 1- 0- 2- 0],0-1-1-1-0-1-0-2-0,12764563354.318096
-000200-2-3,[0- 0- 0- 2- 0- 0- 2- 3],1-0-0-0-1-0-0-2-3,12764171584.354277
-020200-3-2,[0- 2- 0- 2- 0- 0- 3- 2],1-0-1-0-1-0-0-3-2,12761870074.030052
-101011-2-0,[1- 0- 1- 0- 1- 1- 2- 0],0-1-0-1-0-1-1-2-0,12760869264.322048
-101101-2-0,[1- 0- 1- 1- 0- 1- 2- 0],0-1-0-1-1-0-1-2-0,12760794137.264034
-222022-0-3,[2- 2- 2- 0- 2- 2- 0- 3],1-1-1-1-0-1-1-0-3,12759844465.044544
-200200-2-3,[2- 0- 0- 2- 0- 0- 2- 3],1-1-0-0-1-0-0-2-3,12757964210.539986
-101000-3-3,[1- 0- 1- 0- 0- 0- 3- 3],0-1-0-1-0-0-0-3-3,12756723931.276861
-011101-0-2,[0- 1- 1- 1- 0- 1- 0- 2],0-0-1-1-1-0-1-0-2,12756447821.491508
-101010-3-3,[1- 0- 1- 0- 1- 0- 3- 3],0-1-0-1-0-1-0-3-3,12756343550.689804
-000022-2-0,[0- 0- 0- 0- 2- 2- 2- 0],1-0-0-0-0-1-1-2-0,12755595910.540321
-330300-2-3,[3- 3- 0- 3- 0- 0- 2- 3],2-1-1-0-1-0-0-2-3,12754737480.380276
-002002-1-1,[0- 0- 2- 0- 0- 2- 1- 1],1-0-0-1-0-0-1-1-1,12754102371.510872
-110111-1-3,[1- 1- 0- 1- 1- 1- 1- 3],0-1-1-0-1-1-1-1-3,12752807338.491169
-033030-3-1,[0- 3- 3- 0- 3- 0- 3- 1],2-0-1-1-0-1-0-3-1,12752719327.395794
-220200-3-2,[2- 2- 0- 2- 0- 0- 3- 2],1-1-1-0-1-0-0-3-2,12752471793.685276
-003300-2-3,[0- 0- 3- 3- 0- 0- 2- 3],2-0-0-1-1-0-0-2-3,12751919582.95535
-000003-3-2,[0- 0- 0- 0- 0- 3- 3- 2],2-0-0-0-0-0-1-3-2,12750276704.350838
-300003-3-0,[3- 0- 0- 0- 0- 3- 3- 0],2-1-0-0-0-0-1-3-0,12747305285.727213
-000002-3-1,[0- 0- 0- 0- 0- 2- 3- 1],1-0-0-0-0-0-1-3-1,12746606297.450783
-000200-2-1,[0- 0- 0- 2- 0- 0- 2- 1],1-0-0-0-1-0-0-2-1,12746579798.569426
-202200-1-1,[2- 0- 2- 2- 0- 0- 1- 1],1-1-0-1-1-0-0-1-1,12743965940.546124
-020222-0-1,[0- 2- 0- 2- 2- 2- 0- 1],1-0-1-0-1-1-1-0-1,12743404447.594692
-002022-1-3,[0- 0- 2- 0- 2- 2- 1- 3],1-0-0-1-0-1-1-1-3,12742295727.760113
-220020-2-0,[2- 2- 0- 0- 2- 0- 2- 0],1-1-1-0-0-1-0-2-0,12742072352.645061
-330300-1-2,[3- 3- 0- 3- 0- 0- 1- 2],2-1-1-0-1-0-0-1-2,12739453739.44477
-033303-0-1,[0- 3- 3- 3- 0- 3- 0- 1],2-0-1-1-1-0-1-0-1,12738277389.781584
-030003-3-0,[0- 3- 0- 0- 0- 3- 3- 0],2-0-1-0-0-0-1-3-0,12738039255.527676
-110011-3-0,[1- 1- 0- 0- 1- 1- 3- 0],0-1-1-0-0-1-1-3-0,12733696614.41714
-200022-1-3,[2- 0- 0- 0- 2- 2- 1- 3],1-1-0-0-0-1-1-1-3,12729618630.47398
-003303-3-0,[0- 0- 3- 3- 0- 3- 3- 0],2-0-0-1-1-0-1-3-0,12728377039.593334
-220020-3-3,[2- 2- 0- 0- 2- 0- 3- 3],1-1-1-0-0-1-0-3-3,12727930791.190603
-110010-1-1,[1- 1- 0- 0- 1- 0- 1- 1],0-1-1-0-0-1-0-1-1,12727562719.63835
-001110-1-3,[0- 0- 1- 1- 1- 0- 1- 3],0-0-0-1-1-1-0-1-3,12726371680.390995
-002220-3-1,[0- 0- 2- 2- 2- 0- 3- 1],1-0-0-1-1-1-0-3-1,12725343197.154415
-010000-1-2,[0- 1- 0- 0- 0- 0- 1- 2],0-0-1-0-0-0-0-1-2,12724225827.867916
-001010-3-2,[0- 0- 1- 0- 1- 0- 3- 2],0-0-0-1-0-1-0-3-2,12723991876.918278
-222000-2-3,[2- 2- 2- 0- 0- 0- 2- 3],1-1-1-1-0-0-0-2-3,12722836845.784834
-333333-0-0,[3- 3- 3- 3- 3- 3- 0- 0],2-1-1-1-1-1-1-0-0,12721331953.32301
-110001-1-1,[1- 1- 0- 0- 0- 1- 1- 1],0-1-1-0-0-0-1-1-1,12720464270.873823
-003330-1-2,[0- 0- 3- 3- 3- 0- 1- 2],2-0-0-1-1-1-0-1-2,12719204209.341946
-101111-1-3,[1- 0- 1- 1- 1- 1- 1- 3],0-1-0-1-1-1-1-1-3,12718003223.230877
-010011-3-1,[0- 1- 0- 0- 1- 1- 3- 1],0-0-1-0-0-1-1-3-1,12714976503.620388
-101000-3-2,[1- 0- 1- 0- 0- 0- 3- 2],0-1-0-1-0-0-0-3-2,12713531555.305271
-020202-1-3,[0- 2- 0- 2- 0- 2- 1- 3],1-0-1-0-1-0-1-1-3,12712922077.536568
-011100-3-3,[0- 1- 1- 1- 0- 0- 3- 3],0-0-1-1-1-0-0-3-3,12711273698.623438
-303033-1-0,[3- 0- 3- 0- 3- 3- 1- 0],2-1-0-1-0-1-1-1-0,12711167138.026844
-220020-3-1,[2- 2- 0- 0- 2- 0- 3- 1],1-1-1-0-0-1-0-3-1,12709905865.78556
-000030-2-3,[0- 0- 0- 0- 3- 0- 2- 3],2-0-0-0-0-1-0-2-3,12709529913.940868
-020200-2-3,[0- 2- 0- 2- 0- 0- 2- 3],1-0-1-0-1-0-0-2-3,12709368347.710804
-010010-3-2,[0- 1- 0- 0- 1- 0- 3- 2],0-0-1-0-0-1-0-3-2,12708169238.905592
-110101-2-0,[1- 1- 0- 1- 0- 1- 2- 0],0-1-1-0-1-0-1-2-0,12706204023.192226
-003330-3-1,[0- 0- 3- 3- 3- 0- 3- 1],2-0-0-1-1-1-0-3-1,12703795284.825525
-110000-3-3,[1- 1- 0- 0- 0- 0- 3- 3],0-1-1-0-0-0-0-3-3,12702332621.212267
-330030-3-1,[3- 3- 0- 0- 3- 0- 3- 1],2-1-1-0-0-1-0-3-1,12702203238.554317
-001111-3-2,[0- 0- 1- 1- 1- 1- 3- 2],0-0-0-1-1-1-1-3-2,12698789038.780422
-030033-1-3,[0- 3- 0- 0- 3- 3- 1- 3],2-0-1-0-0-1-1-1-3,12698227580.659407
-303030-3-3,[3- 0- 3- 0- 3- 0- 3- 3],2-1-0-1-0-1-0-3-3,12695898941.672127
-202200-3-1,[2- 0- 2- 2- 0- 0- 3- 1],1-1-0-1-1-0-0-3-1,12695889855.357922
-111100-3-1,[1- 1- 1- 1- 0- 0- 3- 1],0-1-1-1-1-0-0-3-1,12694170106.484108
-010110-3-2,[0- 1- 0- 1- 1- 0- 3- 2],0-0-1-0-1-1-0-3-2,12689522827.724945
-333000-3-1,[3- 3- 3- 0- 0- 0- 3- 1],2-1-1-1-0-0-0-3-1,12689231046.708164
-011011-3-0,[0- 1- 1- 0- 1- 1- 3- 0],0-0-1-1-0-1-1-3-0,12686514201.950846
-200200-3-3,[2- 0- 0- 2- 0- 0- 3- 3],1-1-0-0-1-0-0-3-3,12685533005.678665
-000011-3-2,[0- 0- 0- 0- 1- 1- 3- 2],0-0-0-0-0-1-1-3-2,12684860335.46645
-220002-1-0,[2- 2- 0- 0- 0- 2- 1- 0],1-1-1-0-0-0-1-1-0,12683522718.60099
-022000-3-2,[0- 2- 2- 0- 0- 0- 3- 2],1-0-1-1-0-0-0-3-2,12681608414.54535
-002200-1-2,[0- 0- 2- 2- 0- 0- 1- 2],1-0-0-1-1-0-0-1-2,12681038004.98695
-202202-0-1,[2- 0- 2- 2- 0- 2- 0- 1],1-1-0-1-1-0-1-0-1,12680953470.829418
-100000-1-2,[1- 0- 0- 0- 0- 0- 1- 2],0-1-0-0-0-0-0-1-2,12677848546.39692
-000033-2-0,[0- 0- 0- 0- 3- 3- 2- 0],2-0-0-0-0-1-1-2-0,12677591614.467999
-333330-1-3,[3- 3- 3- 3- 3- 0- 1- 3],2-1-1-1-1-1-0-1-3,12672918985.546543
-010011-1-1,[0- 1- 0- 0- 1- 1- 1- 1],0-0-1-0-0-1-1-1-1,12671573607.229628
-200020-3-2,[2- 0- 0- 0- 2- 0- 3- 2],1-1-0-0-0-1-0-3-2,12669600324.442013
-030030-3-2,[0- 3- 0- 0- 3- 0- 3- 2],2-0-1-0-0-1-0-3-2,12669326058.405256
-010111-3-3,[0- 1- 0- 1- 1- 1- 3- 3],0-0-1-0-1-1-1-3-3,12668379639.948599
-100110-1-3,[1- 0- 0- 1- 1- 0- 1- 3],0-1-0-0-1-1-0-1-3,12668171399.387074
-000022-1-3,[0- 0- 0- 0- 2- 2- 1- 3],1-0-0-0-0-1-1-1-3,12667003654.314503
-010000-3-3,[0- 1- 0- 0- 0- 0- 3- 3],0-0-1-0-0-0-0-3-3,12666165541.779959
-333033-0-3,[3- 3- 3- 0- 3- 3- 0- 3],2-1-1-1-0-1-1-0-3,12665937568.767784
-111100-2-0,[1- 1- 1- 1- 0- 0- 2- 0],0-1-1-1-1-0-0-2-0,12665516155.05151
-333303-0-0,[3- 3- 3- 3- 0- 3- 0- 0],2-1-1-1-1-0-1-0-0,12664211577.611885
-002222-0-3,[0- 0- 2- 2- 2- 2- 0- 3],1-0-0-1-1-1-1-0-3,12663472376.144047
-011101-3-0,[0- 1- 1- 1- 0- 1- 3- 0],0-0-1-1-1-0-1-3-0,12663103930.697031
-000020-3-2,[0- 0- 0- 0- 2- 0- 3- 2],1-0-0-0-0-1-0-3-2,12662914899.270435
-110110-3-1,[1- 1- 0- 1- 1- 0- 3- 1],0-1-1-0-1-1-0-3-1,12660214190.486443
-200220-3-1,[2- 0- 0- 2- 2- 0- 3- 1],1-1-0-0-1-1-0-3-1,12659740118.88673
-030300-3-2,[0- 3- 0- 3- 0- 0- 3- 2],2-0-1-0-1-0-0-3-2,12659432963.446577
-101000-2-3,[1- 0- 1- 0- 0- 0- 2- 3],0-1-0-1-0-0-0-2-3,12659412075.612043
-011110-3-1,[0- 1- 1- 1- 1- 0- 3- 1],0-0-1-1-1-1-0-3-1,12658593973.178185
-303030-3-1,[3- 0- 3- 0- 3- 0- 3- 1],2-1-0-1-0-1-0-3-1,12658423904.379114
-303300-1-1,[3- 0- 3- 3- 0- 0- 1- 1],2-1-0-1-1-0-0-1-1,12655591584.408134
-330300-3-2,[3- 3- 0- 3- 0- 0- 3- 2],2-1-1-0-1-0-0-3-2,12653372545.712181
-011110-2-0,[0- 1- 1- 1- 1- 0- 2- 0],0-0-1-1-1-1-0-2-0,12652180660.704937
-110100-3-2,[1- 1- 0- 1- 0- 0- 3- 2],0-1-1-0-1-0-0-3-2,12648365548.29036
-330003-0-2,[3- 3- 0- 0- 0- 3- 0- 2],2-1-1-0-0-0-1-0-2,12643061565.660511
-202202-1-0,[2- 0- 2- 2- 0- 2- 1- 0],1-1-0-1-1-0-1-1-0,12639026392.717949
-030000-2-2,[0- 3- 0- 0- 0- 0- 2- 2],2-0-1-0-0-0-0-2-2,12638130831.580708
-330000-1-2,[3- 3- 0- 0- 0- 0- 1- 2],2-1-1-0-0-0-0-1-2,12637579191.634739
-333000-3-3,[3- 3- 3- 0- 0- 0- 3- 3],2-1-1-1-0-0-0-3-3,12635993196.097132
-202220-1-3,[2- 0- 2- 2- 2- 0- 1- 3],1-1-0-1-1-1-0-1-3,12635575627.395817
-002020-3-2,[0- 0- 2- 0- 2- 0- 3- 2],1-0-0-1-0-1-0-3-2,12635474060.609951
-202020-3-3,[2- 0- 2- 0- 2- 0- 3- 3],1-1-0-1-0-1-0-3-3,12635377576.837292
-010101-1-1,[0- 1- 0- 1- 0- 1- 1- 1],0-0-1-0-1-0-1-1-1,12635357367.97476
-020002-3-0,[0- 2- 0- 0- 0- 2- 3- 0],1-0-1-0-0-0-1-3-0,12629886133.855263
-010100-3-2,[0- 1- 0- 1- 0- 0- 3- 2],0-0-1-0-1-0-0-3-2,12629018509.985594
-001111-3-1,[0- 0- 1- 1- 1- 1- 3- 1],0-0-0-1-1-1-1-3-1,12628891883.996456
-011010-3-3,[0- 1- 1- 0- 1- 0- 3- 3],0-0-1-1-0-1-0-3-3,12627965454.794413
-100000-3-2,[1- 0- 0- 0- 0- 0- 3- 2],0-1-0-0-0-0-0-3-2,12627471081.00647
-330300-3-3,[3- 3- 0- 3- 0- 0- 3- 3],2-1-1-0-1-0-0-3-3,12626963692.286516
-010101-3-1,[0- 1- 0- 1- 0- 1- 3- 1],0-0-1-0-1-0-1-3-1,12626763211.946705
-101110-2-0,[1- 0- 1- 1- 1- 0- 2- 0],0-1-0-1-1-1-0-2-0,12623517468.769497
-000011-3-3,[0- 0- 0- 0- 1- 1- 3- 3],0-0-0-0-0-1-1-3-3,12622852785.146734
-020200-3-3,[0- 2- 0- 2- 0- 0- 3- 3],1-0-1-0-1-0-0-3-3,12622471214.562777
-020200-1-2,[0- 2- 0- 2- 0- 0- 1- 2],1-0-1-0-1-0-0-1-2,12620744222.311028
-022002-0-2,[0- 2- 2- 0- 0- 2- 0- 2],1-0-1-1-0-0-1-0-2,12620176938.980354
-010010-3-3,[0- 1- 0- 0- 1- 0- 3- 3],0-0-1-0-0-1-0-3-3,12619128128.101442
-010100-3-3,[0- 1- 0- 1- 0- 0- 3- 3],0-0-1-0-1-0-0-3-3,12618645756.807596
-100011-3-1,[1- 0- 0- 0- 1- 1- 3- 1],0-1-0-0-0-1-1-3-1,12614775300.572626
-022220-3-0,[0- 2- 2- 2- 2- 0- 3- 0],1-0-1-1-1-1-0-3-0,12613416012.430141
-000022-3-0,[0- 0- 0- 0- 2- 2- 3- 0],1-0-0-0-0-1-1-3-0,12612081094.048641
-000330-2-1,[0- 0- 0- 3- 3- 0- 2- 1],2-0-0-0-1-1-0-2-1,12609708151.987547
-333330-3-0,[3- 3- 3- 3- 3- 0- 3- 0],2-1-1-1-1-1-0-3-0,12608526994.580273
-101001-1-2,[1- 0- 1- 0- 0- 1- 1- 2],0-1-0-1-0-0-1-1-2,12607258006.099468
-003030-3-2,[0- 0- 3- 0- 3- 0- 3- 2],2-0-0-1-0-1-0-3-2,12604249284.043034
-030030-2-3,[0- 3- 0- 0- 3- 0- 2- 3],2-0-1-0-0-1-0-2-3,12603679626.727943
-001011-3-3,[0- 0- 1- 0- 1- 1- 3- 3],0-0-0-1-0-1-1-3-3,12601906921.646301
-303330-1-3,[3- 0- 3- 3- 3- 0- 1- 3],2-1-0-1-1-1-0-1-3,12598613948.28989
-002022-0-2,[0- 0- 2- 0- 2- 2- 0- 2],1-0-0-1-0-1-1-0-2,12598578732.564968
-030003-1-2,[0- 3- 0- 0- 0- 3- 1- 2],2-0-1-0-0-0-1-1-2,12596252466.083912
-100001-1-2,[1- 0- 0- 0- 0- 1- 1- 2],0-1-0-0-0-0-1-1-2,12595833137.126001
-000003-2-3,[0- 0- 0- 0- 0- 3- 2- 3],2-0-0-0-0-0-1-2-3,12593858949.661114
-220220-1-3,[2- 2- 0- 2- 2- 0- 1- 3],1-1-1-0-1-1-0-1-3,12592703632.984455
-020222-1-0,[0- 2- 0- 2- 2- 2- 1- 0],1-0-1-0-1-1-1-1-0,12591448353.291134
-003033-1-3,[0- 0- 3- 0- 3- 3- 1- 3],2-0-0-1-0-1-1-1-3,12590114406.18314
-000200-3-3,[0- 0- 0- 2- 0- 0- 3- 3],1-0-0-0-1-0-0-3-3,12588620090.72466
-111110-1-3,[1- 1- 1- 1- 1- 0- 1- 3],0-1-1-1-1-1-0-1-3,12588303182.602757
-030003-2-0,[0- 3- 0- 0- 0- 3- 2- 0],2-0-1-0-0-0-1-2-0,12585693546.129177
-220200-2-0,[2- 2- 0- 2- 0- 0- 2- 0],1-1-1-0-1-0-0-2-0,12581188137.877575
-300030-3-2,[3- 0- 0- 0- 3- 0- 3- 2],2-1-0-0-0-1-0-3-2,12578944144.542484
-022020-3-3,[0- 2- 2- 0- 2- 0- 3- 3],1-0-1-1-0-1-0-3-3,12578129701.726751
-110100-1-1,[1- 1- 0- 1- 0- 0- 1- 1],0-1-1-0-1-0-0-1-1,12578092059.461287
-300330-1-2,[3- 0- 0- 3- 3- 0- 1- 2],2-1-0-0-1-1-0-1-2,12577082533.088299
-001110-3-3,[0- 0- 1- 1- 1- 0- 3- 3],0-0-0-1-1-1-0-3-3,12574201660.844177
-300300-2-3,[3- 0- 0- 3- 0- 0- 2- 3],2-1-0-0-1-0-0-2-3,12572482958.335035
-022000-1-2,[0- 2- 2- 0- 0- 0- 1- 2],1-0-1-1-0-0-0-1-2,12570800065.685326
-200200-3-2,[2- 0- 0- 2- 0- 0- 3- 2],1-1-0-0-1-0-0-3-2,12570580480.359913
-222000-3-1,[2- 2- 2- 0- 0- 0- 3- 1],1-1-1-1-0-0-0-3-1,12569702741.249046
-001111-1-3,[0- 0- 1- 1- 1- 1- 1- 3],0-0-0-1-1-1-1-1-3,12567876692.224834
-010000-3-2,[0- 1- 0- 0- 0- 0- 3- 2],0-0-1-0-0-0-0-3-2,12567743268.872318
-011011-1-3,[0- 1- 1- 0- 1- 1- 1- 3],0-0-1-1-0-1-1-1-3,12566271871.09034
-222020-3-0,[2- 2- 2- 0- 2- 0- 3- 0],1-1-1-1-0-1-0-3-0,12566108560.663403
-002222-1-0,[0- 0- 2- 2- 2- 2- 1- 0],1-0-0-1-1-1-1-1-0,12564965746.572136
-000111-1-1,[0- 0- 0- 1- 1- 1- 1- 1],0-0-0-0-1-1-1-1-1,12561606543.454475
-000200-3-2,[0- 0- 0- 2- 0- 0- 3- 2],1-0-0-0-1-0-0-3-2,12560725031.902103
-303000-3-2,[3- 0- 3- 0- 0- 0- 3- 2],2-1-0-1-0-0-0-3-2,12560012453.235142
-110110-2-0,[1- 1- 0- 1- 1- 0- 2- 0],0-1-1-0-1-1-0-2-0,12558963312.481075
-000003-3-1,[0- 0- 0- 0- 0- 3- 3- 1],2-0-0-0-0-0-1-3-1,12552688994.985188
-111110-3-0,[1- 1- 1- 1- 1- 0- 3- 0],0-1-1-1-1-1-0-3-0,12550059017.103909
-101110-1-3,[1- 0- 1- 1- 1- 0- 1- 3],0-1-0-1-1-1-0-1-3,12547724786.330265
-010110-3-3,[0- 1- 0- 1- 1- 0- 3- 3],0-0-1-0-1-1-0-3-3,12543747815.434275
-022220-1-3,[0- 2- 2- 2- 2- 0- 1- 3],1-0-1-1-1-1-0-1-3,12543471412.919025
-222202-0-3,[2- 2- 2- 2- 0- 2- 0- 3],1-1-1-1-1-0-1-0-3,12536890081.680012
-011100-3-1,[0- 1- 1- 1- 0- 0- 3- 1],0-0-1-1-1-0-0-3-1,12535748220.042759
-002202-0-2,[0- 0- 2- 2- 0- 2- 0- 2],1-0-0-1-1-0-1-0-2,12531775649.851574
-001001-3-1,[0- 0- 1- 0- 0- 1- 3- 1],0-0-0-1-0-0-1-3-1,12531694414.37687
-033300-1-2,[0- 3- 3- 3- 0- 0- 1- 2],2-0-1-1-1-0-0-1-2,12530965267.039177
-011110-3-3,[0- 1- 1- 1- 1- 0- 3- 3],0-0-1-1-1-1-0-3-3,12529390988.203344
-200020-3-3,[2- 0- 0- 0- 2- 0- 3- 3],1-1-0-0-0-1-0-3-3,12529164406.867905
-110001-3-1,[1- 1- 0- 0- 0- 1- 3- 1],0-1-1-0-0-0-1-3-1,12527122845.033802
-330030-1-1,[3- 3- 0- 0- 3- 0- 1- 1],2-1-1-0-0-1-0-1-1,12526938665.0063
-110110-1-3,[1- 1- 0- 1- 1- 0- 1- 3],0-1-1-0-1-1-0-1-3,12521987487.623177
-001010-3-3,[0- 0- 1- 0- 1- 0- 3- 3],0-0-0-1-0-1-0-3-3,12518507983.664564
-022200-2-0,[0- 2- 2- 2- 0- 0- 2- 0],1-0-1-1-1-0-0-2-0,12518330787.834927
-303330-2-0,[3- 0- 3- 3- 3- 0- 2- 0],2-1-0-1-1-1-0-2-0,12516497829.246365
-030030-3-1,[0- 3- 0- 0- 3- 0- 3- 1],2-0-1-0-0-1-0-3-1,12515124602.884754
-202022-1-0,[2- 0- 2- 0- 2- 2- 1- 0],1-1-0-1-0-1-1-1-0,12514941863.40754
-000030-2-1,[0- 0- 0- 0- 3- 0- 2- 1],2-0-0-0-0-1-0-2-1,12513592579.853558
-002220-1-3,[0- 0- 2- 2- 2- 0- 1- 3],1-0-0-1-1-1-0-1-3,12513358057.639355
-010111-0-2,[0- 1- 0- 1- 1- 1- 0- 2],0-0-1-0-1-1-1-0-2,12512981469.418816
-202020-3-1,[2- 0- 2- 0- 2- 0- 3- 1],1-1-0-1-0-1-0-3-1,12512580413.456203
-300330-3-1,[3- 0- 0- 3- 3- 0- 3- 1],2-1-0-0-1-1-0-3-1,12512162306.968927
-101100-3-1,[1- 0- 1- 1- 0- 0- 3- 1],0-1-0-1-1-0-0-3-1,12510998737.400843
-111101-1-3,[1- 1- 1- 1- 0- 1- 1- 3],0-1-1-1-1-0-1-1-3,12510641454.320759
-100110-1-1,[1- 0- 0- 1- 1- 0- 1- 1],0-1-0-0-1-1-0-1-1,12507996702.357903
-111001-3-0,[1- 1- 1- 0- 0- 1- 3- 0],0-1-1-1-0-0-1-3-0,12507031535.160608
-030003-1-1,[0- 3- 0- 0- 0- 3- 1- 1],2-0-1-0-0-0-1-1-1,12505366491.697521
-303000-2-3,[3- 0- 3- 0- 0- 0- 2- 3],2-1-0-1-0-0-0-2-3,12504444269.1387
-000003-3-3,[0- 0- 0- 0- 0- 3- 3- 3],2-0-0-0-0-0-1-3-3,12503276963.505228
-202020-1-1,[2- 0- 2- 0- 2- 0- 1- 1],1-1-0-1-0-1-0-1-1,12501239440.734371
-000033-1-1,[0- 0- 0- 0- 3- 3- 1- 1],2-0-0-0-0-1-1-1-1,12499535043.346355
-000303-1-2,[0- 0- 0- 3- 0- 3- 1- 2],2-0-0-0-1-0-1-1-2,12498458307.305704
-033000-3-2,[0- 3- 3- 0- 0- 0- 3- 2],2-0-1-1-0-0-0-3-2,12496059152.372053
-011110-0-2,[0- 1- 1- 1- 1- 0- 0- 2],0-0-1-1-1-1-0-0-2,12494909590.124489
-030300-3-3,[0- 3- 0- 3- 0- 0- 3- 3],2-0-1-0-1-0-0-3-3,12494481434.177378
-330030-2-0,[3- 3- 0- 0- 3- 0- 2- 0],2-1-1-0-0-1-0-2-0,12493773183.227797
-200002-3-0,[2- 0- 0- 0- 0- 2- 3- 0],1-1-0-0-0-0-1-3-0,12493681658.943111
-111111-0-3,[1- 1- 1- 1- 1- 1- 0- 3],0-1-1-1-1-1-1-0-3,12493026696.459568
-100110-3-1,[1- 0- 0- 1- 1- 0- 3- 1],0-1-0-0-1-1-0-3-1,12492464130.298166
-100101-3-1,[1- 0- 0- 1- 0- 1- 3- 1],0-1-0-0-1-0-1-3-1,12490867454.449335
-011110-1-3,[0- 1- 1- 1- 1- 0- 1- 3],0-0-1-1-1-1-0-1-3,12489240774.660408
-333030-3-0,[3- 3- 3- 0- 3- 0- 3- 0],2-1-1-1-0-1-0-3-0,12489051741.454966
-220220-3-0,[2- 2- 0- 2- 2- 0- 3- 0],1-1-1-0-1-1-0-3-0,12488912608.237728
-020020-3-1,[0- 2- 0- 0- 2- 0- 3- 1],1-0-1-0-0-1-0-3-1,12488357419.388844
-202000-3-2,[2- 0- 2- 0- 0- 0- 3- 2],1-1-0-1-0-0-0-3-2,12487418243.848507
-033030-1-2,[0- 3- 3- 0- 3- 0- 1- 2],2-0-1-1-0-1-0-1-2,12486998964.624779
-002202-1-3,[0- 0- 2- 2- 0- 2- 1- 3],1-0-0-1-1-0-1-1-3,12486133904.93816
-033030-3-3,[0- 3- 3- 0- 3- 0- 3- 3],2-0-1-1-0-1-0-3-3,12484142893.882853
-001111-3-3,[0- 0- 1- 1- 1- 1- 3- 3],0-0-0-1-1-1-1-3-3,12483305625.907375
-010111-1-3,[0- 1- 0- 1- 1- 1- 1- 3],0-0-1-0-1-1-1-1-3,12482746365.190155
-010111-3-0,[0- 1- 0- 1- 1- 1- 3- 0],0-0-1-0-1-1-1-3-0,12481073292.290155
-101101-3-0,[1- 0- 1- 1- 0- 1- 3- 0],0-1-0-1-1-0-1-3-0,12478580218.04225
-300300-3-3,[3- 0- 0- 3- 0- 0- 3- 3],2-1-0-0-1-0-0-3-3,12477369443.38449
-330030-3-3,[3- 3- 0- 0- 3- 0- 3- 3],2-1-1-0-0-1-0-3-3,12477051142.810297
-200200-1-2,[2- 0- 0- 2- 0- 0- 1- 2],1-1-0-0-1-0-0-1-2,12471949656.147747
-110000-3-2,[1- 1- 0- 0- 0- 0- 3- 2],0-1-1-0-0-0-0-3-2,12471515490.536741
-033303-1-0,[0- 3- 3- 3- 0- 3- 1- 0],2-0-1-1-1-0-1-1-0,12468891230.335167
-000030-3-2,[0- 0- 0- 0- 3- 0- 3- 2],2-0-0-0-0-1-0-3-2,12466242368.370827
-030300-2-3,[0- 3- 0- 3- 0- 0- 2- 3],2-0-1-0-1-0-0-2-3,12466043618.40104
-000020-3-3,[0- 0- 0- 0- 2- 0- 3- 3],1-0-0-0-0-1-0-3-3,12461466008.50405
-020220-1-1,[0- 2- 0- 2- 2- 0- 1- 1],1-0-1-0-1-1-0-1-1,12460521154.83717
-010110-1-3,[0- 1- 0- 1- 1- 0- 1- 3],0-0-1-0-1-1-0-1-3,12457438243.986296
-101011-3-0,[1- 0- 1- 0- 1- 1- 3- 0],0-1-0-1-0-1-1-3-0,12454667491.40582
-020020-3-3,[0- 2- 0- 0- 2- 0- 3- 3],1-0-1-0-0-1-0-3-3,12453948178.369722
-003003-1-2,[0- 0- 3- 0- 0- 3- 1- 2],2-0-0-1-0-0-1-1-2,12450212704.565577
-200220-1-3,[2- 0- 0- 2- 2- 0- 1- 3],1-1-0-0-1-1-0-1-3,12449612088.818829
-000111-3-2,[0- 0- 0- 1- 1- 1- 3- 2],0-0-0-0-1-1-1-3-2,12445537988.355045
-010110-1-1,[0- 1- 0- 1- 1- 0- 1- 1],0-0-1-0-1-1-0-1-1,12442946676.995573
-111110-0-2,[1- 1- 1- 1- 1- 0- 0- 2],0-1-1-1-1-1-0-0-2,12440935283.504953
-220002-1-3,[2- 2- 0- 0- 0- 2- 1- 3],1-1-1-0-0-0-1-1-3,12440888944.789917
-110000-1-1,[1- 1- 0- 0- 0- 0- 1- 1],0-1-1-0-0-0-0-1-1,12439401146.05894
-200220-1-1,[2- 0- 0- 2- 2- 0- 1- 1],1-1-0-0-1-1-0-1-1,12439068736.722713
-001011-3-1,[0- 0- 1- 0- 1- 1- 3- 1],0-0-0-1-0-1-1-3-1,12437781750.997187
-002000-3-2,[0- 0- 2- 0- 0- 0- 3- 2],1-0-0-1-0-0-0-3-2,12437534128.429325
-100011-1-1,[1- 0- 0- 0- 1- 1- 1- 1],0-1-0-0-0-1-1-1-1,12436150689.9739
-011010-3-1,[0- 1- 1- 0- 1- 0- 3- 1],0-0-1-1-0-1-0-3-1,12432081685.451954
-100111-3-0,[1- 0- 0- 1- 1- 1- 3- 0],0-1-0-0-1-1-1-3-0,12429444177.814146
-000220-1-3,[0- 0- 0- 2- 2- 0- 1- 3],1-0-0-0-1-1-0-1-3,12428831463.232334
-011111-0-3,[0- 1- 1- 1- 1- 1- 0- 3],0-0-1-1-1-1-1-0-3,12425519306.774734
-220000-2-3,[2- 2- 0- 0- 0- 0- 2- 3],1-1-1-0-0-0-0-2-3,12424404605.416325
-300300-3-2,[3- 0- 0- 3- 0- 0- 3- 2],2-1-0-0-1-0-0-3-2,12419833314.87299
-222200-3-0,[2- 2- 2- 2- 0- 0- 3- 0],1-1-1-1-1-0-0-3-0,12417358942.737743
-022022-0-3,[0- 2- 2- 0- 2- 2- 0- 3],1-0-1-1-0-1-1-0-3,12416855784.292236
-220200-3-1,[2- 2- 0- 2- 0- 0- 3- 1],1-1-1-0-1-0-0-3-1,12410996994.489708
-200222-1-0,[2- 0- 0- 2- 2- 2- 1- 0],1-1-0-0-1-1-1-1-0,12410486979.291862
-200202-1-3,[2- 0- 0- 2- 0- 2- 1- 3],1-1-0-0-1-0-1-1-3,12408512950.657398
-330000-2-0,[3- 3- 0- 0- 0- 0- 2- 0],2-1-1-0-0-0-0-2-0,12407370636.54443
-333303-0-3,[3- 3- 3- 3- 0- 3- 0- 3],2-1-1-1-1-0-1-0-3,12405010232.796043
-202220-3-0,[2- 0- 2- 2- 2- 0- 3- 0],1-1-0-1-1-1-0-3-0,12404935202.40617
-022220-0-2,[0- 2- 2- 2- 2- 0- 0- 2],1-0-1-1-1-1-0-0-2,12404527597.656595
-030000-2-1,[0- 3- 0- 0- 0- 0- 2- 1],2-0-1-0-0-0-0-2-1,12404006676.068169
-330330-1-1,[3- 3- 0- 3- 3- 0- 1- 1],2-1-1-0-1-1-0-1-1,12402258304.615643
-001010-1-3,[0- 0- 1- 0- 1- 0- 1- 3],0-0-0-1-0-1-0-1-3,12397211028.531578
-033033-1-0,[0- 3- 3- 0- 3- 3- 1- 0],2-0-1-1-0-1-1-1-0,12395309704.227303
-022000-3-3,[0- 2- 2- 0- 0- 0- 3- 3],1-0-1-1-0-0-0-3-3,12393591395.375223
-101100-1-1,[1- 0- 1- 1- 0- 0- 1- 1],0-1-0-1-1-0-0-1-1,12392605609.56263
-022002-1-3,[0- 2- 2- 0- 0- 2- 1- 3],1-0-1-1-0-0-1-1-3,12392145534.579376
-022000-2-3,[0- 2- 2- 0- 0- 0- 2- 3],1-0-1-1-0-0-0-2-3,12389420273.268864
-303033-0-1,[3- 0- 3- 0- 3- 3- 0- 1],2-1-0-1-0-1-1-0-1,12386571014.823967
-001010-1-1,[0- 0- 1- 0- 1- 0- 1- 1],0-0-0-1-0-1-0-1-1,12385143019.003109
-001100-1-1,[0- 0- 1- 1- 0- 0- 1- 1],0-0-0-1-1-0-0-1-1,12384399247.895077
-020220-1-3,[0- 2- 0- 2- 2- 0- 1- 3],1-0-1-0-1-1-0-1-3,12382504368.678513
-300030-1-2,[3- 0- 0- 0- 3- 0- 1- 2],2-1-0-0-0-1-0-1-2,12382234174.876932
-002200-3-1,[0- 0- 2- 2- 0- 0- 3- 1],1-0-0-1-1-0-0-3-1,12380193671.584528
-101010-1-1,[1- 0- 1- 0- 1- 0- 1- 1],0-1-0-1-0-1-0-1-1,12377506715.833382
-100111-1-3,[1- 0- 0- 1- 1- 1- 1- 3],0-1-0-0-1-1-1-1-3,12376841718.09608
-033330-3-0,[0- 3- 3- 3- 3- 0- 3- 0],2-0-1-1-1-1-0-3-0,12374253992.313562
-100101-1-1,[1- 0- 0- 1- 0- 1- 1- 1],0-1-0-0-1-0-1-1-1,12374004658.921867
-111101-0-1,[1- 1- 1- 1- 0- 1- 0- 1],0-1-1-1-1-0-1-0-1,12372793050.584743
-000033-1-3,[0- 0- 0- 0- 3- 3- 1- 3],2-0-0-0-0-1-1-1-3,12371951025.003792
-033033-0-1,[0- 3- 3- 0- 3- 3- 0- 1],2-0-1-1-0-1-1-0-1,12370804481.638685
-010001-3-1,[0- 1- 0- 0- 0- 1- 3- 1],0-0-1-0-0-0-1-3-1,12368609335.85429
-033300-1-1,[0- 3- 3- 3- 0- 0- 1- 1],2-0-1-1-1-0-0-1-1,12365199924.011244
-033330-1-1,[0- 3- 3- 3- 3- 0- 1- 1],2-0-1-1-1-1-0-1-1,12363764961.143185
-110010-3-1,[1- 1- 0- 0- 1- 0- 3- 1],0-1-1-0-0-1-0-3-1,12361913735.979862
-001110-3-1,[0- 0- 1- 1- 1- 0- 3- 1],0-0-0-1-1-1-0-3-1,12361112161.126322
-202000-3-3,[2- 0- 2- 0- 0- 0- 3- 3],1-1-0-1-0-0-0-3-3,12360802030.529343
-330300-2-0,[3- 3- 0- 3- 0- 0- 2- 0],2-1-1-0-1-0-0-2-0,12360191189.721296
-022000-1-1,[0- 2- 2- 0- 0- 0- 1- 1],1-0-1-1-0-0-0-1-1,12359298820.460493
-022020-2-0,[0- 2- 2- 0- 2- 0- 2- 0],1-0-1-1-0-1-0-2-0,12358918768.673183
-011000-1-1,[0- 1- 1- 0- 0- 0- 1- 1],0-0-1-1-0-0-0-1-1,12358490971.383907
-330300-3-1,[3- 3- 0- 3- 0- 0- 3- 1],2-1-1-0-1-0-0-3-1,12356721374.809757
-300333-1-0,[3- 0- 0- 3- 3- 3- 1- 0],2-1-0-0-1-1-1-1-0,12352649834.449863
-333300-0-1,[3- 3- 3- 3- 0- 0- 0- 1],2-1-1-1-1-0-0-0-1,12352629376.167662
-000111-3-3,[0- 0- 0- 1- 1- 1- 3- 3],0-0-0-0-1-1-1-3-3,12352461069.11522
-202000-2-3,[2- 0- 2- 0- 0- 0- 2- 3],1-1-0-1-0-0-0-2-3,12346578186.969559
-020200-3-1,[0- 2- 0- 2- 0- 0- 3- 1],1-0-1-0-1-0-0-3-1,12345661485.443928
-000111-1-3,[0- 0- 0- 1- 1- 1- 1- 3],0-0-0-0-1-1-1-1-3,12343152124.158085
-002000-2-3,[0- 0- 2- 0- 0- 0- 2- 3],1-0-0-1-0-0-0-2-3,12342821099.213911
-003000-2-1,[0- 0- 3- 0- 0- 0- 2- 1],2-0-0-1-0-0-0-2-1,12340290346.93095
-030303-1-3,[0- 3- 0- 3- 0- 3- 1- 3],2-0-1-0-1-0-1-1-3,12339094136.010084
-110011-1-3,[1- 1- 0- 0- 1- 1- 1- 3],0-1-1-0-0-1-1-1-3,12337961998.600716
-011101-1-3,[0- 1- 1- 1- 0- 1- 1- 3],0-0-1-1-1-0-1-1-3,12337933698.191483
-330330-2-0,[3- 3- 0- 3- 3- 0- 2- 0],2-1-1-0-1-1-0-2-0,12334624299.796978
-000202-2-0,[0- 0- 0- 2- 0- 2- 2- 0],1-0-0-0-1-0-1-2-0,12334112895.208687
-200222-0-1,[2- 0- 0- 2- 2- 2- 0- 1],1-1-0-0-1-1-1-0-1,12333185740.219006
-200222-0-3,[2- 0- 0- 2- 2- 2- 0- 3],1-1-0-0-1-1-1-0-3,12331647797.369587
-200022-0-2,[2- 0- 0- 0- 2- 2- 0- 2],1-1-0-0-0-1-1-0-2,12331576656.987835
-000300-2-3,[0- 0- 0- 3- 0- 0- 2- 3],2-0-0-0-1-0-0-2-3,12331264971.736202
-303000-1-2,[3- 0- 3- 0- 0- 0- 1- 2],2-1-0-1-0-0-0-1-2,12329576593.537027
-200000-2-3,[2- 0- 0- 0- 0- 0- 2- 3],1-1-0-0-0-0-0-2-3,12329265996.343748
-100010-1-3,[1- 0- 0- 0- 1- 0- 1- 3],0-1-0-0-0-1-0-1-3,12328739578.453407
-000300-3-3,[0- 0- 0- 3- 0- 0- 3- 3],2-0-0-0-1-0-0-3-3,12328283904.039698
-330003-1-3,[3- 3- 0- 0- 0- 3- 1- 3],2-1-1-0-0-0-1-1-3,12327284605.561811
-001100-3-1,[0- 0- 1- 1- 0- 0- 3- 1],0-0-0-1-1-0-0-3-1,12326850935.257408
-300030-3-1,[3- 0- 0- 0- 3- 0- 3- 1],2-1-0-0-0-1-0-3-1,12324511596.036201
-111011-0-1,[1- 1- 1- 0- 1- 1- 0- 1],0-1-1-1-0-1-1-0-1,12324175509.164745
-300303-1-3,[3- 0- 0- 3- 0- 3- 1- 3],2-1-0-0-1-0-1-1-3,12323147863.572498
-202200-2-0,[2- 0- 2- 2- 0- 0- 2- 0],1-1-0-1-1-0-0-2-0,12322674287.602932
-101000-1-2,[1- 0- 1- 0- 0- 0- 1- 2],0-1-0-1-0-0-0-1-2,12321356532.501245
-002020-3-3,[0- 0- 2- 0- 2- 0- 3- 3],1-0-0-1-0-1-0-3-3,12315643114.615364
-300030-3-3,[3- 0- 0- 0- 3- 0- 3- 3],2-1-0-0-0-1-0-3-3,12303050603.6509
-222200-0-2,[2- 2- 2- 2- 0- 0- 0- 2],1-1-1-1-1-0-0-0-2,12301880846.160791
-200202-0-2,[2- 0- 0- 2- 0- 2- 0- 2],1-1-0-0-1-0-1-0-2,12300392214.209774
-333300-3-0,[3- 3- 3- 3- 0- 0- 3- 0],2-1-1-1-1-0-0-3-0,12300257438.82902
-000220-3-1,[0- 0- 0- 2- 2- 0- 3- 1],1-0-0-0-1-1-0-3-1,12298677569.354792
-111000-3-1,[1- 1- 1- 0- 0- 0- 3- 1],0-1-1-1-0-0-0-3-1,12298497725.817204
-303000-3-3,[3- 0- 3- 0- 0- 0- 3- 3],2-1-0-1-0-0-0-3-3,12298168747.690954
-022000-3-1,[0- 2- 2- 0- 0- 0- 3- 1],1-0-1-1-0-0-0-3-1,12297264280.303913
-010010-1-3,[0- 1- 0- 0- 1- 0- 1- 3],0-0-1-0-0-1-0-1-3,12296421395.80296
-100001-3-1,[1- 0- 0- 0- 0- 1- 3- 1],0-1-0-0-0-0-1-3-1,12294832655.454613
-002002-2-0,[0- 0- 2- 0- 0- 2- 2- 0],1-0-0-1-0-0-1-2-0,12293914905.086662
-220000-3-2,[2- 2- 0- 0- 0- 0- 3- 2],1-1-1-0-0-0-0-3-2,12293210659.149246
-101010-3-1,[1- 0- 1- 0- 1- 0- 3- 1],0-1-0-1-0-1-0-3-1,12292911409.183496
-222020-1-3,[2- 2- 2- 0- 2- 0- 1- 3],1-1-1-1-0-1-0-1-3,12291770398.12247
-000300-3-2,[0- 0- 0- 3- 0- 0- 3- 2],2-0-0-0-1-0-0-3-2,12290992959.678154
-010110-3-1,[0- 1- 0- 1- 1- 0- 3- 1],0-0-1-0-1-1-0-3-1,12288850007.870518
-003300-3-1,[0- 0- 3- 3- 0- 0- 3- 1],2-0-0-1-1-0-0-3-1,12288801666.645271
-333030-1-3,[3- 3- 3- 0- 3- 0- 1- 3],2-1-1-1-0-1-0-1-3,12286075600.473251
-303000-3-1,[3- 0- 3- 0- 0- 0- 3- 1],2-1-0-1-0-0-0-3-1,12285871049.885674
-202022-0-1,[2- 0- 2- 0- 2- 2- 0- 1],1-1-0-1-0-1-1-0-1,12285633558.843838
-222200-0-1,[2- 2- 2- 2- 0- 0- 0- 1],1-1-1-1-1-0-0-0-1,12282735208.150982
-020000-2-3,[0- 2- 0- 0- 0- 0- 2- 3],1-0-1-0-0-0-0-2-3,12280106489.196869
-020000-3-2,[0- 2- 0- 0- 0- 0- 3- 2],1-0-1-0-0-0-0-3-2,12279418748.293669
-003030-3-3,[0- 0- 3- 0- 3- 0- 3- 3],2-0-0-1-0-1-0-3-3,12276796161.913214
-030300-3-1,[0- 3- 0- 3- 0- 0- 3- 1],2-0-1-0-1-0-0-3-1,12276519653.94907
-033330-2-0,[0- 3- 3- 3- 3- 0- 2- 0],2-0-1-1-1-1-0-2-0,12263742170.48463
-110101-3-0,[1- 1- 0- 1- 0- 1- 3- 0],0-1-1-0-1-0-1-3-0,12260385933.117136
-303030-1-1,[3- 0- 3- 0- 3- 0- 1- 1],2-1-0-1-0-1-0-1-1,12255667982.234657
-200020-3-1,[2- 0- 0- 0- 2- 0- 3- 1],1-1-0-0-0-1-0-3-1,12254912704.29487
-003303-1-3,[0- 0- 3- 3- 0- 3- 1- 3],2-0-0-1-1-0-1-1-3,12252985565.636906
-220000-2-0,[2- 2- 0- 0- 0- 0- 2- 0],1-1-1-0-0-0-0-2-0,12251730533.636198
-030330-1-2,[0- 3- 0- 3- 3- 0- 1- 2],2-0-1-0-1-1-0-1-2,12249140835.024757
-303330-3-0,[3- 0- 3- 3- 3- 0- 3- 0],2-1-0-1-1-1-0-3-0,12248155352.297575
-303300-2-0,[3- 0- 3- 3- 0- 0- 2- 0],2-1-0-1-1-0-0-2-0,12245665213.060905
-033000-3-1,[0- 3- 3- 0- 0- 0- 3- 1],2-0-1-1-0-0-0-3-1,12243090062.047886
-220022-0-3,[2- 2- 0- 0- 2- 2- 0- 3],1-1-1-0-0-1-1-0-3,12242312309.706009
-003030-3-1,[0- 0- 3- 0- 3- 0- 3- 1],2-0-0-1-0-1-0-3-1,12240348693.673515
-111011-1-0,[1- 1- 1- 0- 1- 1- 1- 0],0-1-1-1-0-1-1-1-0,12236460416.805904
-000011-1-3,[0- 0- 0- 0- 1- 1- 1- 3],0-0-0-0-0-1-1-1-3,12235374092.24031
-011010-1-3,[0- 1- 1- 0- 1- 0- 1- 3],0-0-1-1-0-1-0-1-3,12233116991.72357
-030333-0-3,[0- 3- 0- 3- 3- 3- 0- 3],2-0-1-0-1-1-1-0-3,12232573187.153242
-020000-1-2,[0- 2- 0- 0- 0- 0- 1- 2],1-0-1-0-0-0-0-1-2,12229959170.065022
-022002-0-1,[0- 2- 2- 0- 0- 2- 0- 1],1-0-1-1-0-0-1-0-1,12228425536.2189
-110010-1-3,[1- 1- 0- 0- 1- 0- 1- 3],0-1-1-0-0-1-0-1-3,12225086841.064695
-330330-1-3,[3- 3- 0- 3- 3- 0- 1- 3],2-1-1-0-1-1-0-1-3,12223397210.610512
-000002-1-1,[0- 0- 0- 0- 0- 2- 1- 1],1-0-0-0-0-0-1-1-1,12220673100.13145
-003000-3-2,[0- 0- 3- 0- 0- 0- 3- 2],2-0-0-1-0-0-0-3-2,12219516010.731941
-330000-2-3,[3- 3- 0- 0- 0- 0- 2- 3],2-1-1-0-0-0-0-2-3,12219010104.052414
-000110-1-1,[0- 0- 0- 1- 1- 0- 1- 1],0-0-0-0-1-1-0-1-1,12218947237.372738
-010011-1-3,[0- 1- 0- 0- 1- 1- 1- 3],0-0-1-0-0-1-1-1-3,12217392435.557264
-030030-3-3,[0- 3- 0- 0- 3- 0- 3- 3],2-0-1-0-0-1-0-3-3,12214811030.678766
-100011-2-0,[1- 0- 0- 0- 1- 1- 2- 0],0-1-0-0-0-1-1-2-0,12212304910.332542
-000202-1-3,[0- 0- 0- 2- 0- 2- 1- 3],1-0-0-0-1-0-1-1-3,12211218425.34946
-303003-1-3,[3- 0- 3- 0- 0- 3- 1- 3],2-1-0-1-0-0-1-1-3,12210178783.562443
-111010-1-3,[1- 1- 1- 0- 1- 0- 1- 3],0-1-1-1-0-1-0-1-3,12208064148.721985
-002002-3-0,[0- 0- 2- 0- 0- 2- 3- 0],1-0-0-1-0-0-1-3-0,12207221289.053951
-011111-1-0,[0- 1- 1- 1- 1- 1- 1- 0],0-0-1-1-1-1-1-1-0,12206633403.856152
-101001-1-1,[1- 0- 1- 0- 0- 1- 1- 1],0-1-0-1-0-0-1-1-1,12206375589.078041
-220000-3-3,[2- 2- 0- 0- 0- 0- 3- 3],1-1-1-0-0-0-0-3-3,12206366246.265657
-000200-1-2,[0- 0- 0- 2- 0- 0- 1- 2],1-0-0-0-1-0-0-1-2,12205110054.022593
-200000-1-2,[2- 0- 0- 0- 0- 0- 1- 2],1-1-0-0-0-0-0-1-2,12204080309.306726
-000101-3-1,[0- 0- 0- 1- 0- 1- 3- 1],0-0-0-0-1-0-1-3-1,12204000238.64257
-202000-1-2,[2- 0- 2- 0- 0- 0- 1- 2],1-1-0-1-0-0-0-1-2,12203775361.006756
-000000-1-3,[0- 0- 0- 0- 0- 0- 1- 3],0-0-0-0-0-0-0-1-3,12202682439.831638
-002000-3-3,[0- 0- 2- 0- 0- 0- 3- 3],1-0-0-1-0-0-0-3-3,12201414770.738897
-003333-0-3,[0- 0- 3- 3- 3- 3- 0- 3],2-0-0-1-1-1-1-0-3,12194755453.633793
-000330-3-1,[0- 0- 0- 3- 3- 0- 3- 1],2-0-0-0-1-1-0-3-1,12194715373.494377
-002020-3-1,[0- 0- 2- 0- 2- 0- 3- 1],1-0-0-1-0-1-0-3-1,12194476181.655039
-010011-2-0,[0- 1- 0- 0- 1- 1- 2- 0],0-0-1-0-0-1-1-2-0,12194045041.370298
-003030-1-2,[0- 0- 3- 0- 3- 0- 1- 2],2-0-0-1-0-1-0-1-2,12193996961.57197
-333300-0-2,[3- 3- 3- 3- 0- 0- 0- 2],2-1-1-1-1-0-0-0-2,12193714313.383904
-222202-0-0,[2- 2- 2- 2- 0- 2- 0- 0],1-1-1-1-1-0-1-0-0,12192939501.040722
-202020-2-0,[2- 0- 2- 0- 2- 0- 2- 0],1-1-0-1-0-1-0-2-0,12191644906.416393
-110001-2-0,[1- 1- 0- 0- 0- 1- 2- 0],0-1-1-0-0-0-1-2-0,12190208015.551908
-003003-3-0,[0- 0- 3- 0- 0- 3- 3- 0],2-0-0-1-0-0-1-3-0,12189851841.22114
-303000-1-1,[3- 0- 3- 0- 0- 0- 1- 1],2-1-0-1-0-0-0-1-1,12188107802.413036
-033000-2-3,[0- 3- 3- 0- 0- 0- 2- 3],2-0-1-1-0-0-0-2-3,12185062694.724022
-000111-3-1,[0- 0- 0- 1- 1- 1- 3- 1],0-0-0-0-1-1-1-3-1,12177123414.217768
-330030-3-0,[3- 3- 0- 0- 3- 0- 3- 0],2-1-1-0-0-1-0-3-0,12176776493.810158
-000001-3-1,[0- 0- 0- 0- 0- 1- 3- 1],0-0-0-0-0-0-1-3-1,12173309798.739796
-001011-1-3,[0- 0- 1- 0- 1- 1- 1- 3],0-0-0-1-0-1-1-1-3,12172597264.86913
-222020-0-2,[2- 2- 2- 0- 2- 0- 0- 2],1-1-1-1-0-1-0-0-2,12165015202.922892
-000011-3-1,[0- 0- 0- 0- 1- 1- 3- 1],0-0-0-0-0-1-1-3-1,12163957939.406914
-330330-3-0,[3- 3- 0- 3- 3- 0- 3- 0],2-1-1-0-1-1-0-3-0,12163776621.401117
-300033-0-2,[3- 0- 0- 0- 3- 3- 0- 2],2-1-0-0-0-1-1-0-2,12161650252.863886
-001101-2-0,[0- 0- 1- 1- 0- 1- 2- 0],0-0-0-1-1-0-1-2-0,12161507058.734459
-300333-0-1,[3- 0- 0- 3- 3- 3- 0- 1],2-1-0-0-1-1-1-0-1,12161355359.836342
-333300-1-0,[3- 3- 3- 3- 0- 0- 1- 0],2-1-1-1-1-0-0-1-0,12159865750.881203
-020220-2-0,[0- 2- 0- 2- 2- 0- 2- 0],1-0-1-0-1-1-0-2-0,12157473936.28593
-110010-2-0,[1- 1- 0- 0- 1- 0- 2- 0],0-1-1-0-0-1-0-2-0,12157138322.643568
-222220-0-1,[2- 2- 2- 2- 2- 0- 0- 1],1-1-1-1-1-1-0-0-1,12156590383.959312
-033330-1-3,[0- 3- 3- 3- 3- 0- 1- 3],2-0-1-1-1-1-0-1-3,12156134883.090584
-000030-3-3,[0- 0- 0- 0- 3- 0- 3- 3],2-0-0-0-0-1-0-3-3,12155964521.313898
-330000-3-2,[3- 3- 0- 0- 0- 0- 3- 2],2-1-1-0-0-0-0-3-2,12155379023.24191
-011001-2-0,[0- 1- 1- 0- 0- 1- 2- 0],0-0-1-1-0-0-1-2-0,12154759368.33418
-000202-3-0,[0- 0- 0- 2- 0- 2- 3- 0],1-0-0-0-1-0-1-3-0,12152724768.883266
-011000-3-1,[0- 1- 1- 0- 0- 0- 3- 1],0-0-1-1-0-0-0-3-1,12145156447.902927
-303030-2-0,[3- 0- 3- 0- 3- 0- 2- 0],2-1-0-1-0-1-0-2-0,12143057857.821709
-222200-1-0,[2- 2- 2- 2- 0- 0- 1- 0],1-1-1-1-1-0-0-1-0,12139693898.999722
-010010-1-1,[0- 1- 0- 0- 1- 0- 1- 1],0-0-1-0-0-1-0-1-1,12139191753.301998
-022202-0-3,[0- 2- 2- 2- 0- 2- 0- 3],1-0-1-1-1-0-1-0-3,12138938242.303658
-110101-0-2,[1- 1- 0- 1- 0- 1- 0- 2],0-1-1-0-1-0-1-0-2,12138773184.673897
-001001-1-1,[0- 0- 1- 0- 0- 1- 1- 1],0-0-0-1-0-0-1-1-1,12136595182.193432
-200000-3-2,[2- 0- 0- 0- 0- 0- 3- 2],1-1-0-0-0-0-0-3-2,12134351505.579838
-003333-0-1,[0- 0- 3- 3- 3- 3- 0- 1],2-0-0-1-1-1-1-0-1,12129844786.189919
-001110-0-2,[0- 0- 1- 1- 1- 0- 0- 2],0-0-0-1-1-1-0-0-2,12129055441.381067
-003330-1-3,[0- 0- 3- 3- 3- 0- 1- 3],2-0-0-1-1-1-0-1-3,12128798407.434437
-100010-3-1,[1- 0- 0- 0- 1- 0- 3- 1],0-1-0-0-0-1-0-3-1,12126515775.2443
-100010-1-1,[1- 0- 0- 0- 1- 0- 1- 1],0-1-0-0-0-1-0-1-1,12125682741.606579
-110101-1-3,[1- 1- 0- 1- 0- 1- 1- 3],0-1-1-0-1-0-1-1-3,12124912547.12825
-222220-1-0,[2- 2- 2- 2- 2- 0- 1- 0],1-1-1-1-1-1-0-1-0,12123804008.552631
-220020-1-3,[2- 2- 0- 0- 2- 0- 1- 3],1-1-1-0-0-1-0-1-3,12123463330.91906
-033000-3-3,[0- 3- 3- 0- 0- 0- 3- 3],2-0-1-1-0-0-0-3-3,12123396162.26507
-220020-3-0,[2- 2- 0- 0- 2- 0- 3- 0],1-1-1-0-0-1-0-3-0,12119257081.062113
-003003-1-1,[0- 0- 3- 0- 0- 3- 1- 1],2-0-0-1-0-0-1-1-1,12117339973.202953
-300333-0-3,[3- 0- 0- 3- 3- 3- 0- 3],2-1-0-0-1-1-1-0-3,12115926764.170506
-010001-1-1,[0- 1- 0- 0- 0- 1- 1- 1],0-0-1-0-0-0-1-1-1,12114151505.62933
-000222-0-3,[0- 0- 0- 2- 2- 2- 0- 3],1-0-0-0-1-1-1-0-3,12111273909.64893
-000011-1-1,[0- 0- 0- 0- 1- 1- 1- 1],0-0-0-0-0-1-1-1-1,12106625762.729717
-001111-3-0,[0- 0- 1- 1- 1- 1- 3- 0],0-0-0-1-1-1-1-3-0,12104523656.910658
-020200-1-1,[0- 2- 0- 2- 0- 0- 1- 1],1-0-1-0-1-0-0-1-1,12103999304.876509
-110100-3-1,[1- 1- 0- 1- 0- 0- 3- 1],0-1-1-0-1-0-0-3-1,12102426508.221973
-002220-2-0,[0- 0- 2- 2- 2- 0- 2- 0],1-0-0-1-1-1-0-2-0,12098568464.344006
-330000-3-1,[3- 3- 0- 0- 0- 0- 3- 1],2-1-1-0-0-0-0-3-1,12097361665.233845
-000020-1-3,[0- 0- 0- 0- 2- 0- 1- 3],1-0-0-0-0-1-0-1-3,12096383980.530746
-020002-1-3,[0- 2- 0- 0- 0- 2- 1- 3],1-0-1-0-0-0-1-1-3,12095782698.909895
-330033-0-3,[3- 3- 0- 0- 3- 3- 0- 3],2-1-1-0-0-1-1-0-3,12092136002.239012
-200220-2-0,[2- 0- 0- 2- 2- 0- 2- 0],1-1-0-0-1-1-0-2-0,12091370957.887661
-220202-0-3,[2- 2- 0- 2- 0- 2- 0- 3],1-1-1-0-1-0-1-0-3,12091132023.481224
-110011-0-2,[1- 1- 0- 0- 1- 1- 0- 2],0-1-1-0-0-1-1-0-2,12087393347.906761
-000003-1-2,[0- 0- 0- 0- 0- 3- 1- 2],2-0-0-0-0-0-1-1-2,12086689214.959343
-333330-0-2,[3- 3- 3- 3- 3- 0- 0- 2],2-1-1-1-1-1-0-0-2,12084688290.071741
-000101-1-1,[0- 0- 0- 1- 0- 1- 1- 1],0-0-0-0-1-0-1-1-1,12081538197.768261
-020000-3-3,[0- 2- 0- 0- 0- 0- 3- 3],1-0-1-0-0-0-0-3-3,12077705201.862314
-300330-1-3,[3- 0- 0- 3- 3- 0- 1- 3],2-1-0-0-1-1-0-1-3,12077391703.250614
-003000-2-3,[0- 0- 3- 0- 0- 0- 2- 3],2-0-0-1-0-0-0-2-3,12074754345.662663
-002000-1-2,[0- 0- 2- 0- 0- 0- 1- 2],1-0-0-1-0-0-0-1-2,12073752133.371729
-111001-1-3,[1- 1- 1- 0- 0- 1- 1- 3],0-1-1-1-0-0-1-1-3,12073499253.696144
-011100-2-0,[0- 1- 1- 1- 0- 0- 2- 0],0-0-1-1-1-0-0-2-0,12071168409.086943
-000100-1-3,[0- 0- 0- 1- 0- 0- 1- 3],0-0-0-0-1-0-0-1-3,12071013365.611631
-333000-0-1,[3- 3- 3- 0- 0- 0- 0- 1],2-1-1-1-0-0-0-0-1,12069247774.160717
-000110-3-1,[0- 0- 0- 1- 1- 0- 3- 1],0-0-0-0-1-1-0-3-1,12067097013.717308
-020220-3-0,[0- 2- 0- 2- 2- 0- 3- 0],1-0-1-0-1-1-0-3-0,12063377679.931559
-200000-3-3,[2- 0- 0- 0- 0- 0- 3- 3],1-1-0-0-0-0-0-3-3,12062465007.01087
-020020-1-1,[0- 2- 0- 0- 2- 0- 1- 1],1-0-1-0-0-1-0-1-1,12060886580.874937
-202000-3-1,[2- 0- 2- 0- 0- 0- 3- 1],1-1-0-1-0-0-0-3-1,12059651588.970163
-010010-3-1,[0- 1- 0- 0- 1- 0- 3- 1],0-0-1-0-0-1-0-3-1,12053568531.292347
-010101-2-0,[0- 1- 0- 1- 0- 1- 2- 0],0-0-1-0-1-0-1-2-0,12053424829.047255
-333300-1-3,[3- 3- 3- 3- 0- 0- 1- 3],2-1-1-1-1-0-0-1-3,12053088768.089684
-002200-1-1,[0- 0- 2- 2- 0- 0- 1- 1],1-0-0-1-1-0-0-1-1,12052726718.879906
-200020-1-1,[2- 0- 0- 0- 2- 0- 1- 1],1-1-0-0-0-1-0-1-1,12049336938.541649
-033003-1-3,[0- 3- 3- 0- 0- 3- 1- 3],2-0-1-1-0-0-1-1-3,12047081215.538404
-111000-2-0,[1- 1- 1- 0- 0- 0- 2- 0],0-1-1-1-0-0-0-2-0,12046599352.890455
-030033-0-2,[0- 3- 0- 0- 3- 3- 0- 2],2-0-1-0-0-1-1-0-2,12042634774.08968
-010100-1-1,[0- 1- 0- 1- 0- 0- 1- 1],0-0-1-0-1-0-0-1-1,12041507319.50877
-300000-2-3,[3- 0- 0- 0- 0- 0- 2- 3],2-1-0-0-0-0-0-2-3,12040962014.022678
-300300-1-2,[3- 0- 0- 3- 0- 0- 1- 2],2-1-0-0-1-0-0-1-2,12038261332.400248
-101011-1-3,[1- 0- 1- 0- 1- 1- 1- 3],0-1-0-1-0-1-1-1-3,12036479397.798008
-022020-1-3,[0- 2- 2- 0- 2- 0- 1- 3],1-0-1-1-0-1-0-1-3,12033681957.283379
-000303-3-0,[0- 0- 0- 3- 0- 3- 3- 0],2-0-0-0-1-0-1-3-0,12030363213.751307
-022200-3-0,[0- 2- 2- 2- 0- 0- 3- 0],1-0-1-1-1-0-0-3-0,12028982972.242899
-003003-2-0,[0- 0- 3- 0- 0- 3- 2- 0],2-0-0-1-0-0-1-2-0,12026638627.27679
-111001-0-2,[1- 1- 1- 0- 0- 1- 0- 2],0-1-1-1-0-0-1-0-2,12026497693.217293
-010101-1-3,[0- 1- 0- 1- 0- 1- 1- 3],0-0-1-0-1-0-1-1-3,12024821483.188261
-030030-1-2,[0- 3- 0- 0- 3- 0- 1- 2],2-0-1-0-0-1-0-1-2,12024204383.805119
-033000-1-2,[0- 3- 3- 0- 0- 0- 1- 2],2-0-1-1-0-0-0-1-2,12023412562.32471
-001010-3-1,[0- 0- 1- 0- 1- 0- 3- 1],0-0-0-1-0-1-0-3-1,12021264965.4141
-111010-3-0,[1- 1- 1- 0- 1- 0- 3- 0],0-1-1-1-0-1-0-3-0,12019061342.407633
-003333-1-0,[0- 0- 3- 3- 3- 3- 1- 0],2-0-0-1-1-1-1-1-0,12015457642.104053
-030333-1-0,[0- 3- 0- 3- 3- 3- 1- 0],2-0-1-0-1-1-1-1-0,12015049321.524544
-022020-3-0,[0- 2- 2- 0- 2- 0- 3- 0],1-0-1-1-0-1-0-3-0,12014065012.938684
-033030-3-0,[0- 3- 3- 0- 3- 0- 3- 0],2-0-1-1-0-1-0-3-0,12012848390.722511
-333000-3-0,[3- 3- 3- 0- 0- 0- 3- 0],2-1-1-1-0-0-0-3-0,12011993964.226631
-020202-0-1,[0- 2- 0- 2- 0- 2- 0- 1],1-0-1-0-1-0-1-0-1,12011164375.656584
-100100-3-1,[1- 0- 0- 1- 0- 0- 3- 1],0-1-0-0-1-0-0-3-1,12010100329.833015
-300303-0-2,[3- 0- 0- 3- 0- 3- 0- 2],2-1-0-0-1-0-1-0-2,12009156208.979929
-111101-1-0,[1- 1- 1- 1- 0- 1- 1- 0],0-1-1-1-1-0-1-1-0,12007892387.588146
-010100-3-1,[0- 1- 0- 1- 0- 0- 3- 1],0-0-1-0-1-0-0-3-1,12006823615.550259
-110110-3-0,[1- 1- 0- 1- 1- 0- 3- 0],0-1-1-0-1-1-0-3-0,12004112489.129007
-100111-0-2,[1- 0- 0- 1- 1- 1- 0- 2],0-1-0-0-1-1-1-0-2,12003989780.470913
-033300-2-0,[0- 3- 3- 3- 0- 0- 2- 0],2-0-1-1-1-0-0-2-0,12002090158.597242
-010011-3-0,[0- 1- 0- 0- 1- 1- 3- 0],0-0-1-0-0-1-1-3-0,11998621941.19416
-001101-1-3,[0- 0- 1- 1- 0- 1- 1- 3],0-0-0-1-1-0-1-1-3,11996460858.866642
-300033-1-0,[3- 0- 0- 0- 3- 3- 1- 0],2-1-0-0-0-1-1-1-0,11996256538.19003
-101110-3-0,[1- 0- 1- 1- 1- 0- 3- 0],0-1-0-1-1-1-0-3-0,11996157780.86247
-000300-2-1,[0- 0- 0- 3- 0- 0- 2- 1],2-0-0-0-1-0-0-2-1,11996057411.154842
-000020-3-1,[0- 0- 0- 0- 2- 0- 3- 1],1-0-0-0-0-1-0-3-1,11994826505.996513
-100101-2-0,[1- 0- 0- 1- 0- 1- 2- 0],0-1-0-0-1-0-1-2-0,11992681531.263374
-011001-1-3,[0- 1- 1- 0- 0- 1- 1- 3],0-0-1-1-0-0-1-1-3,11992594333.123304
-303003-1-0,[3- 0- 3- 0- 0- 3- 1- 0],2-1-0-1-0-0-1-1-0,11991393925.44746
-000303-1-1,[0- 0- 0- 3- 0- 3- 1- 1],2-0-0-0-1-0-1-1-1,11990466883.116238
-030000-3-2,[0- 3- 0- 0- 0- 0- 3- 2],2-0-1-0-0-0-0-3-2,11990328228.968082
-202002-1-3,[2- 0- 2- 0- 0- 2- 1- 3],1-1-0-1-0-0-1-1-3,11989578315.99606
-101000-3-1,[1- 0- 1- 0- 0- 0- 3- 1],0-1-0-1-0-0-0-3-1,11985298556.466164
-220220-0-2,[2- 2- 0- 2- 2- 0- 0- 2],1-1-1-0-1-1-0-0-2,11984546561.223276
-000030-3-1,[0- 0- 0- 0- 3- 0- 3- 1],2-0-0-0-0-1-0-3-1,11984405222.55521
-220000-3-1,[2- 2- 0- 0- 0- 0- 3- 1],1-1-1-0-0-0-0-3-1,11979410102.016422
-333033-0-0,[3- 3- 3- 0- 3- 3- 0- 0],2-1-1-1-0-1-1-0-0,11978371408.80288
-200200-3-1,[2- 0- 0- 2- 0- 0- 3- 1],1-1-0-0-1-0-0-3-1,11977244980.936502
-002020-1-1,[0- 0- 2- 0- 2- 0- 1- 1],1-0-0-1-0-1-0-1-1,11977140637.915169
-202000-1-1,[2- 0- 2- 0- 0- 0- 1- 1],1-1-0-1-0-0-0-1-1,11977051999.453468
-100011-1-3,[1- 0- 0- 0- 1- 1- 1- 3],0-1-0-0-0-1-1-1-3,11973676296.074757
-003300-1-2,[0- 0- 3- 3- 0- 0- 1- 2],2-0-0-1-1-0-0-1-2,11971600793.622995
-011001-3-0,[0- 1- 1- 0- 0- 1- 3- 0],0-0-1-1-0-0-1-3-0,11971254531.091545
-000001-1-3,[0- 0- 0- 0- 0- 1- 1- 3],0-0-0-0-0-0-1-1-3,11971053958.91879
-033033-0-3,[0- 3- 3- 0- 3- 3- 0- 3],2-0-1-1-0-1-1-0-3,11967313493.214949
-000330-1-2,[0- 0- 0- 3- 3- 0- 1- 2],2-0-0-0-1-1-0-1-2,11964632625.383402
-100001-1-1,[1- 0- 0- 0- 0- 1- 1- 1],0-1-0-0-0-0-1-1-1,11964431309.326077
-001000-3-1,[0- 0- 1- 0- 0- 0- 3- 1],0-0-0-1-0-0-0-3-1,11961795562.961964
-000111-0-2,[0- 0- 0- 1- 1- 1- 0- 2],0-0-0-0-1-1-1-0-2,11956558353.889414
-200200-1-1,[2- 0- 0- 2- 0- 0- 1- 1],1-1-0-0-1-0-0-1-1,11951799807.500328
-020020-1-3,[0- 2- 0- 0- 2- 0- 1- 3],1-0-1-0-0-1-0-1-3,11951280813.653181
-100011-3-0,[1- 0- 0- 0- 1- 1- 3- 0],0-1-0-0-0-1-1-3-0,11948951789.002346
-110100-2-0,[1- 1- 0- 1- 0- 0- 2- 0],0-1-1-0-1-0-0-2-0,11948412409.412428
-033030-1-1,[0- 3- 3- 0- 3- 0- 1- 1],2-0-1-1-0-1-0-1-1,11945962024.526121
-011010-2-0,[0- 1- 1- 0- 1- 0- 2- 0],0-0-1-1-0-1-0-2-0,11943763437.785841
-333000-1-0,[3- 3- 3- 0- 0- 0- 1- 0],2-1-1-1-0-0-0-1-0,11942280790.2496
-000101-1-3,[0- 0- 0- 1- 0- 1- 1- 3],0-0-0-0-1-0-1-1-3,11942145165.553017
-303030-1-3,[3- 0- 3- 0- 3- 0- 1- 3],2-1-0-1-0-1-0-1-3,11940287601.839039
-001011-2-0,[0- 0- 1- 0- 1- 1- 2- 0],0-0-0-1-0-1-1-2-0,11939217962.841316
-011101-0-1,[0- 1- 1- 1- 0- 1- 0- 1],0-0-1-1-1-0-1-0-1,11936872864.515928
-300000-1-2,[3- 0- 0- 0- 0- 0- 1- 2],2-1-0-0-0-0-0-1-2,11936416815.29493
-300000-3-2,[3- 0- 0- 0- 0- 0- 3- 2],2-1-0-0-0-0-0-3-2,11935986471.876625
-101010-1-3,[1- 0- 1- 0- 1- 0- 1- 3],0-1-0-1-0-1-0-1-3,11934413914.268726
-030330-3-0,[0- 3- 0- 3- 3- 0- 3- 0],2-0-1-0-1-1-0-3-0,11933265634.25216
-100100-1-1,[1- 0- 0- 1- 0- 0- 1- 1],0-1-0-0-1-0-0-1-1,11931586439.95065
-011110-3-0,[0- 1- 1- 1- 1- 0- 3- 0],0-0-1-1-1-1-0-3-0,11930441842.048105
-110111-0-3,[1- 1- 0- 1- 1- 1- 0- 3],0-1-1-0-1-1-1-0-3,11929688409.41211
-303030-3-0,[3- 0- 3- 0- 3- 0- 3- 0],2-1-0-1-0-1-0-3-0,11929564575.965496
-030303-0-2,[0- 3- 0- 3- 0- 3- 0- 2],2-0-1-0-1-0-1-0-2,11926690470.278767
-001110-2-0,[0- 0- 1- 1- 1- 0- 2- 0],0-0-0-1-1-1-0-2-0,11922049568.699883
-000010-1-1,[0- 0- 0- 0- 1- 0- 1- 1],0-0-0-0-0-1-0-1-1,11921679167.802366
-101101-1-3,[1- 0- 1- 1- 0- 1- 1- 3],0-1-0-1-1-0-1-1-3,11921659090.497631
-020022-0-3,[0- 2- 0- 0- 2- 2- 0- 3],1-0-1-0-0-1-1-0-3,11913535243.803923
-002020-1-3,[0- 0- 2- 0- 2- 0- 1- 3],1-0-0-1-0-1-0-1-3,11913258865.284702
-003000-3-3,[0- 0- 3- 0- 0- 0- 3- 3],2-0-0-1-0-0-0-3-3,11913080765.650324
-111100-3-0,[1- 1- 1- 1- 0- 0- 3- 0],0-1-1-1-1-0-0-3-0,11912269817.990793
-200020-1-3,[2- 0- 0- 0- 2- 0- 1- 3],1-1-0-0-0-1-0-1-3,11912069834.963718
-000022-0-2,[0- 0- 0- 0- 2- 2- 0- 2],1-0-0-0-0-1-1-0-2,11909252704.44938
-101001-2-0,[1- 0- 1- 0- 0- 1- 2- 0],0-1-0-1-0-0-1-2-0,11908303749.687935
-000100-3-1,[0- 0- 0- 1- 0- 0- 3- 1],0-0-0-0-1-0-0-3-1,11907024058.826725
-100110-2-0,[1- 0- 0- 1- 1- 0- 2- 0],0-1-0-0-1-1-0-2-0,11905599805.101967
-001101-0-2,[0- 0- 1- 1- 0- 1- 0- 2],0-0-0-1-1-0-1-0-2,11905278486.385508
-000010-3-1,[0- 0- 0- 0- 1- 0- 3- 1],0-0-0-0-0-1-0-3-1,11904457277.595753
-333003-0-0,[3- 3- 3- 0- 0- 3- 0- 0],2-1-1-1-0-0-1-0-0,11904117055.71165
-020002-0-2,[0- 2- 0- 0- 0- 2- 0- 2],1-0-1-0-0-0-1-0-2,11903670501.935429
-003033-0-2,[0- 0- 3- 0- 3- 3- 0- 2],2-0-0-1-0-1-1-0-2,11902721322.785059
-030333-0-1,[0- 3- 0- 3- 3- 3- 0- 1],2-0-1-0-1-1-1-0-1,11901944234.974379
-033300-3-0,[0- 3- 3- 3- 0- 0- 3- 0],2-0-1-1-1-0-0-3-0,11893795491.985191
-101100-2-0,[1- 0- 1- 1- 0- 0- 2- 0],0-1-0-1-1-0-0-2-0,11893672355.54821
-000303-2-0,[0- 0- 0- 3- 0- 3- 2- 0],2-0-0-0-1-0-1-2-0,11893554402.787945
-330030-1-3,[3- 3- 0- 0- 3- 0- 1- 3],2-1-1-0-0-1-0-1-3,11892801270.410673
-303003-0-2,[3- 0- 3- 0- 0- 3- 0- 2],2-1-0-1-0-0-1-0-2,11892455071.41659
-011010-0-2,[0- 1- 1- 0- 1- 0- 0- 2],0-0-1-1-0-1-0-0-2,11890699884.626865
-300300-3-1,[3- 0- 0- 3- 0- 0- 3- 1],2-1-0-0-1-0-0-3-1,11889153140.547386
-001011-0-2,[0- 0- 1- 0- 1- 1- 0- 2],0-0-0-1-0-1-1-0-2,11888061226.704264
-111010-0-2,[1- 1- 1- 0- 1- 0- 0- 2],0-1-1-1-0-1-0-0-2,11880654752.043419
-011001-0-2,[0- 1- 1- 0- 0- 1- 0- 2],0-0-1-1-0-0-1-0-2,11878829049.006779
-000333-0-2,[0- 0- 0- 3- 3- 3- 0- 2],2-0-0-0-1-1-1-0-2,11878687683.897943
-222200-1-3,[2- 2- 2- 2- 0- 0- 1- 3],1-1-1-1-1-0-0-1-3,11874278373.691364
-333000-0-2,[3- 3- 3- 0- 0- 0- 0- 2],2-1-1-1-0-0-0-0-2,11870611451.97498
-202220-0-2,[2- 0- 2- 2- 2- 0- 0- 2],1-1-0-1-1-1-0-0-2,11869896682.15367
-303000-2-0,[3- 0- 3- 0- 0- 0- 2- 0],2-1-0-1-0-0-0-2-0,11869887203.58044
-033003-0-2,[0- 3- 3- 0- 0- 3- 0- 2],2-0-1-1-0-0-1-0-2,11865655399.935337
-010101-3-0,[0- 1- 0- 1- 0- 1- 3- 0],0-0-1-0-1-0-1-3-0,11862067462.68731
-200002-1-3,[2- 0- 0- 0- 0- 2- 1- 3],1-1-0-0-0-0-1-1-3,11859423727.350819
-030300-1-2,[0- 3- 0- 3- 0- 0- 1- 2],2-0-1-0-1-0-0-1-2,11849653010.523533
-010101-0-2,[0- 1- 0- 1- 0- 1- 0- 2],0-0-1-0-1-0-1-0-2,11845248981.593723
-030330-1-3,[0- 3- 0- 3- 3- 0- 1- 3],2-0-1-0-1-1-0-1-3,11844991820.433943
-001111-0-3,[0- 0- 1- 1- 1- 1- 0- 3],0-0-0-1-1-1-1-0-3,11844757867.721485
-033030-2-0,[0- 3- 3- 0- 3- 0- 2- 0],2-0-1-1-0-1-0-2-0,11839751352.829908
-000002-1-3,[0- 0- 0- 0- 0- 2- 1- 3],1-0-0-0-0-0-1-1-3,11835339768.555687
-202020-1-3,[2- 0- 2- 0- 2- 0- 1- 3],1-1-0-1-0-1-0-1-3,11828359641.62917
-222000-3-0,[2- 2- 2- 0- 0- 0- 3- 0],1-1-1-1-0-0-0-3-0,11821998118.33755
-022002-1-0,[0- 2- 2- 0- 0- 2- 1- 0],1-0-1-1-0-0-1-1-0,11821230717.863243
-330303-0-3,[3- 3- 0- 3- 0- 3- 0- 3],2-1-1-0-1-0-1-0-3,11820349666.93257
-002002-1-3,[0- 0- 2- 0- 0- 2- 1- 3],1-0-0-1-0-0-1-1-3,11820046526.89626
-000111-2-0,[0- 0- 0- 1- 1- 1- 2- 0],0-0-0-0-1-1-1-2-0,11818533812.065163
-303033-0-3,[3- 0- 3- 0- 3- 3- 0- 3],2-1-0-1-0-1-1-0-3,11818078133.361088
-001101-3-0,[0- 0- 1- 1- 0- 1- 3- 0],0-0-0-1-1-0-1-3-0,11816537431.508144
-101001-3-0,[1- 0- 1- 0- 0- 1- 3- 0],0-1-0-1-0-0-1-3-0,11814404627.994183
-010011-0-2,[0- 1- 0- 0- 1- 1- 0- 2],0-0-1-0-0-1-1-0-2,11814239872.566334
-010111-0-3,[0- 1- 0- 1- 1- 1- 0- 3],0-0-1-0-1-1-1-0-3,11812092880.51814
-030000-2-3,[0- 3- 0- 0- 0- 0- 2- 3],2-0-1-0-0-0-0-2-3,11810588127.557486
-330000-3-3,[3- 3- 0- 0- 0- 0- 3- 3],2-1-1-0-0-0-0-3-3,11809390402.988146
-010001-1-3,[0- 1- 0- 0- 0- 1- 1- 3],0-0-1-0-0-0-1-1-3,11806851027.335636
-020022-0-1,[0- 2- 0- 0- 2- 2- 0- 1],1-0-1-0-0-1-1-0-1,11799514627.620405
-000030-1-2,[0- 0- 0- 0- 3- 0- 1- 2],2-0-0-0-0-1-0-1-2,11799422994.810112
-110001-1-3,[1- 1- 0- 0- 0- 1- 1- 3],0-1-1-0-0-0-1-1-3,11799268398.947828
-002000-3-1,[0- 0- 2- 0- 0- 0- 3- 1],1-0-0-1-0-0-0-3-1,11794063974.768486
-020022-1-0,[0- 2- 0- 0- 2- 2- 1- 0],1-0-1-0-0-1-1-1-0,11792470138.976753
-222022-0-0,[2- 2- 2- 0- 2- 2- 0- 0],1-1-1-1-0-1-1-0-0,11791122927.725918
-110110-0-2,[1- 1- 0- 1- 1- 0- 0- 2],0-1-1-0-1-1-0-0-2,11790285104.882256
-101110-0-2,[1- 0- 1- 1- 1- 0- 0- 2],0-1-0-1-1-1-0-0-2,11782598883.656658
-300003-1-3,[3- 0- 0- 0- 0- 3- 1- 3],2-1-0-0-0-0-1-1-3,11778394524.06681
-020000-3-1,[0- 2- 0- 0- 0- 0- 3- 1],1-0-1-0-0-0-0-3-1,11776591421.3475
-011011-0-1,[0- 1- 1- 0- 1- 1- 0- 1],0-0-1-1-0-1-1-0-1,11775692798.285292
-033000-1-1,[0- 3- 3- 0- 0- 0- 1- 1],2-0-1-1-0-0-0-1-1,11773050211.94984
-202002-0-2,[2- 0- 2- 0- 0- 2- 0- 2],1-1-0-1-0-0-1-0-2,11771517574.80302
-000003-3-0,[0- 0- 0- 0- 0- 3- 3- 0],2-0-0-0-0-0-1-3-0,11771308523.087685
-100101-1-3,[1- 0- 0- 1- 0- 1- 1- 3],0-1-0-0-1-0-1-1-3,11767219252.490528
-101010-2-0,[1- 0- 1- 0- 1- 0- 2- 0],0-1-0-1-0-1-0-2-0,11765809993.445381
-333030-0-2,[3- 3- 3- 0- 3- 0- 0- 2],2-1-1-1-0-1-0-0-2,11765008440.582054
-000303-1-3,[0- 0- 0- 3- 0- 3- 1- 3],2-0-0-0-1-0-1-1-3,11762832081.882332
-000200-3-1,[0- 0- 0- 2- 0- 0- 3- 1],1-0-0-0-1-0-0-3-1,11762499085.633263
-303300-3-0,[3- 0- 3- 3- 0- 0- 3- 0],2-1-0-1-1-0-0-3-0,11761226447.68835
-000330-1-3,[0- 0- 0- 3- 3- 0- 1- 3],2-0-0-0-1-1-0-1-3,11759176123.708412
-000000-3-1,[0- 0- 0- 0- 0- 0- 3- 1],0-0-0-0-0-0-0-3-1,11757886103.80206
-222000-0-1,[2- 2- 2- 0- 0- 0- 0- 1],1-1-1-1-0-0-0-0-1,11752118171.644148
-030000-3-1,[0- 3- 0- 0- 0- 0- 3- 1],2-0-1-0-0-0-0-3-1,11749998430.123035
-100000-1-1,[1- 0- 0- 0- 0- 0- 1- 1],0-1-0-0-0-0-0-1-1,11746413479.928373
-101111-0-1,[1- 0- 1- 1- 1- 1- 0- 1],0-1-0-1-1-1-1-0-1,11744797456.083355
-000002-2-0,[0- 0- 0- 0- 0- 2- 2- 0],1-0-0-0-0-0-1-2-0,11742761069.35136
-110000-3-1,[1- 1- 0- 0- 0- 0- 3- 1],0-1-1-0-0-0-0-3-1,11741862299.060932
-202200-3-0,[2- 0- 2- 2- 0- 0- 3- 0],1-1-0-1-1-0-0-3-0,11741723742.66789
-202020-3-0,[2- 0- 2- 0- 2- 0- 3- 0],1-1-0-1-0-1-0-3-0,11739470387.357359
-010000-1-1,[0- 1- 0- 0- 0- 0- 1- 1],0-0-1-0-0-0-0-1-1,11739398412.308908
-200220-3-0,[2- 0- 0- 2- 2- 0- 3- 0],1-1-0-0-1-1-0-3-0,11736544357.015684
-001100-1-3,[0- 0- 1- 1- 0- 0- 1- 3],0-0-0-1-1-0-0-1-3,11735942914.049377
-222000-0-2,[2- 2- 2- 0- 0- 0- 0- 2],1-1-1-1-0-0-0-0-2,11735600467.029488
-303003-0-1,[3- 0- 3- 0- 0- 3- 0- 1],2-1-0-1-0-0-1-0-1,11732891834.088009
-003000-3-1,[0- 0- 3- 0- 0- 0- 3- 1],2-0-0-1-0-0-0-3-1,11729910662.223255
-003330-1-1,[0- 0- 3- 3- 3- 0- 1- 1],2-0-0-1-1-1-0-1-1,11727182777.816566
-000001-1-1,[0- 0- 0- 0- 0- 1- 1- 1],0-0-0-0-0-0-1-1-1,11724157116.870512
-003303-0-2,[0- 0- 3- 3- 0- 3- 0- 2],2-0-0-1-1-0-1-0-2,11723409251.827265
-001000-1-1,[0- 0- 1- 0- 0- 0- 1- 1],0-0-0-1-0-0-0-1-1,11722633388.43611
-200020-2-0,[2- 0- 0- 0- 2- 0- 2- 0],1-1-0-0-0-1-0-2-0,11722477426.672554
-110111-0-1,[1- 1- 0- 1- 1- 1- 0- 1],0-1-1-0-1-1-1-0-1,11721716078.214214
-200000-1-1,[2- 0- 0- 0- 0- 0- 1- 1],1-1-0-0-0-0-0-1-1,11721045935.772137
-220200-3-0,[2- 2- 0- 2- 0- 0- 3- 0],1-1-1-0-1-0-0-3-0,11720808568.683222
-001001-1-3,[0- 0- 1- 0- 0- 1- 1- 3],0-0-0-1-0-0-1-1-3,11717490988.791351
-010110-2-0,[0- 1- 0- 1- 1- 0- 2- 0],0-0-1-0-1-1-0-2-0,11717197262.159681
-100101-3-0,[1- 0- 0- 1- 0- 1- 3- 0],0-1-0-0-1-0-1-3-0,11717187279.231976
-300303-1-0,[3- 0- 0- 3- 0- 3- 1- 0],2-1-0-0-1-0-1-1-0,11716113954.01672
-100000-3-1,[1- 0- 0- 0- 0- 0- 3- 1],0-1-0-0-0-0-0-3-1,11716111586.550968
-101000-1-1,[1- 0- 1- 0- 0- 0- 1- 1],0-1-0-1-0-0-0-1-1,11714659235.102566
-110001-3-0,[1- 1- 0- 0- 0- 1- 3- 0],0-1-1-0-0-0-1-3-0,11714417153.35131
-000220-1-1,[0- 0- 0- 2- 2- 0- 1- 1],1-0-0-0-1-1-0-1-1,11707703802.977913
-300000-3-1,[3- 0- 0- 0- 0- 0- 3- 1],2-1-0-0-0-0-0-3-1,11698711321.091312
-010100-1-3,[0- 1- 0- 1- 0- 0- 1- 3],0-0-1-0-1-0-0-1-3,11698691153.277378
-020202-1-0,[0- 2- 0- 2- 0- 2- 1- 0],1-0-1-0-1-0-1-1-0,11698296074.151726
-101101-0-2,[1- 0- 1- 1- 0- 1- 0- 2],0-1-0-1-1-0-1-0-2,11697894315.079632
-033030-1-3,[0- 3- 3- 0- 3- 0- 1- 3],2-0-1-1-0-1-0-1-3,11696872478.018843
-000002-3-0,[0- 0- 0- 0- 0- 2- 3- 0],1-0-0-0-0-0-1-3-0,11692324731.475977
-200022-1-0,[2- 0- 0- 0- 2- 2- 1- 0],1-1-0-0-0-1-1-1-0,11689691570.064823
-101111-0-3,[1- 0- 1- 1- 1- 1- 0- 3],0-1-0-1-1-1-1-0-3,11689627332.020016
-000100-1-1,[0- 0- 0- 1- 0- 0- 1- 1],0-0-0-0-1-0-0-1-1,11685365787.167784
-030030-3-0,[0- 3- 0- 0- 3- 0- 3- 0],2-0-1-0-0-1-0-3-0,11685320044.783695
-002202-0-1,[0- 0- 2- 2- 0- 2- 0- 1],1-0-0-1-1-0-1-0-1,11684988025.557411
-300330-1-1,[3- 0- 0- 3- 3- 0- 1- 1],2-1-0-0-1-1-0-1-1,11684621835.132042
-100100-1-3,[1- 0- 0- 1- 0- 0- 1- 3],0-1-0-0-1-0-0-1-3,11680158971.581863
-220200-1-3,[2- 2- 0- 2- 0- 0- 1- 3],1-1-1-0-1-0-0-1-3,11679729298.100739
-220200-0-2,[2- 2- 0- 2- 0- 0- 0- 2],1-1-1-0-1-0-0-0-2,11677197548.198341
-002220-3-0,[0- 0- 2- 2- 2- 0- 3- 0],1-0-0-1-1-1-0-3-0,11676531222.226805
-022020-0-2,[0- 2- 2- 0- 2- 0- 0- 2],1-0-1-1-0-1-0-0-2,11669436675.365211
-020202-0-3,[0- 2- 0- 2- 0- 2- 0- 3],1-0-1-0-1-0-1-0-3,11662105129.118666
-110100-1-3,[1- 1- 0- 1- 0- 0- 1- 3],0-1-1-0-1-0-0-1-3,11659526441.03932
-300000-1-1,[3- 0- 0- 0- 0- 0- 1- 1],2-1-0-0-0-0-0-1-1,11658863025.135954
-300030-1-3,[3- 0- 0- 0- 3- 0- 1- 3],2-1-0-0-0-1-0-1-3,11658611465.595573
-330300-3-0,[3- 3- 0- 3- 0- 0- 3- 0],2-1-1-0-1-0-0-3-0,11657346614.348747
-202022-0-3,[2- 0- 2- 0- 2- 2- 0- 3],1-1-0-1-0-1-1-0-3,11654374216.58717
-000202-0-2,[0- 0- 0- 2- 0- 2- 0- 2],1-0-0-0-1-0-1-0-2,11651859226.094324
-300030-1-1,[3- 0- 0- 0- 3- 0- 1- 1],2-1-0-0-0-1-0-1-1,11650537160.046352
-002220-0-2,[0- 0- 2- 2- 2- 0- 0- 2],1-0-0-1-1-1-0-0-2,11649709872.899776
-111100-0-2,[1- 1- 1- 1- 0- 0- 0- 2],0-1-1-1-1-0-0-0-2,11649116455.643593
-300030-2-0,[3- 0- 0- 0- 3- 0- 2- 0],2-1-0-0-0-1-0-2-0,11648974932.277721
-333000-1-3,[3- 3- 3- 0- 0- 0- 1- 3],2-1-1-1-0-0-0-1-3,11647667044.919142
-333003-0-3,[3- 3- 3- 0- 0- 3- 0- 3],2-1-1-1-0-0-1-0-3,11646343603.4922
-022200-0-2,[0- 2- 2- 2- 0- 0- 0- 2],1-0-1-1-1-0-0-0-2,11644877286.78704
-303300-1-3,[3- 0- 3- 3- 0- 0- 1- 3],2-1-0-1-1-0-0-1-3,11644853529.912495
-222020-1-0,[2- 2- 2- 0- 2- 0- 1- 0],1-1-1-1-0-1-0-1-0,11644393499.17944
-010000-3-1,[0- 1- 0- 0- 0- 0- 3- 1],0-0-1-0-0-0-0-3-1,11640986311.270985
-030003-1-3,[0- 3- 0- 0- 0- 3- 1- 3],2-0-1-0-0-0-1-1-3,11638852854.03143
-020000-1-1,[0- 2- 0- 0- 0- 0- 1- 1],1-0-1-0-0-0-0-1-1,11638109705.691143
-020020-2-0,[0- 2- 0- 0- 2- 0- 2- 0],1-0-1-0-0-1-0-2-0,11637951131.086805
-110111-1-0,[1- 1- 0- 1- 1- 1- 1- 0],0-1-1-0-1-1-1-1-0,11627928468.984432
-101011-0-2,[1- 0- 1- 0- 1- 1- 0- 2],0-1-0-1-0-1-1-0-2,11621444459.35014
-300000-3-3,[3- 0- 0- 0- 0- 0- 3- 3],2-1-0-0-0-0-0-3-3,11621195565.393213
-200000-3-1,[2- 0- 0- 0- 0- 0- 3- 1],1-1-0-0-0-0-0-3-1,11616954907.181831
-010000-1-3,[0- 1- 0- 0- 0- 0- 1- 3],0-0-1-0-0-0-0-1-3,11616606017.505135
-033303-0-3,[0- 3- 3- 3- 0- 3- 0- 3],2-0-1-1-1-0-1-0-3,11616029589.530088
-101111-1-0,[1- 0- 1- 1- 1- 1- 1- 0],0-1-0-1-1-1-1-1-0,11611372850.462135
-011100-0-2,[0- 1- 1- 1- 0- 0- 0- 2],0-0-1-1-1-0-0-0-2,11609820010.651981
-222000-1-0,[2- 2- 2- 0- 0- 0- 1- 0],1-1-1-1-0-0-0-1-0,11609487607.056328
-300303-0-1,[3- 0- 0- 3- 0- 3- 0- 1],2-1-0-0-1-0-1-0-1,11608192302.97485
-010110-0-2,[0- 1- 0- 1- 1- 0- 0- 2],0-0-1-0-1-1-0-0-2,11606701430.714787
-033003-0-1,[0- 3- 3- 0- 0- 3- 0- 1],2-0-1-1-0-0-1-0-1,11605563471.103024
-011100-1-3,[0- 1- 1- 1- 0- 0- 1- 3],0-0-1-1-1-0-0-1-3,11604697818.548674
-300300-1-1,[3- 0- 0- 3- 0- 0- 1- 1],2-1-0-0-1-0-0-1-1,11603442896.83485
-111011-0-3,[1- 1- 1- 0- 1- 1- 0- 3],0-1-1-1-0-1-1-0-3,11597316207.306526
-222020-0-1,[2- 2- 2- 0- 2- 0- 0- 1],1-1-1-1-0-1-0-0-1,11595164646.982464
-011011-0-3,[0- 1- 1- 0- 1- 1- 0- 3],0-0-1-1-0-1-1-0-3,11594581942.848997
-222220-0-3,[2- 2- 2- 2- 2- 0- 0- 3],1-1-1-1-1-1-0-0-3,11591681999.363514
-111100-1-3,[1- 1- 1- 1- 0- 0- 1- 3],0-1-1-1-1-0-0-1-3,11589999558.295357
-222002-0-3,[2- 2- 2- 0- 0- 2- 0- 3],1-1-1-1-0-0-1-0-3,11583221732.15831
-022000-2-0,[0- 2- 2- 0- 0- 0- 2- 0],1-0-1-1-0-0-0-2-0,11581941359.556562
-002022-0-3,[0- 0- 2- 0- 2- 2- 0- 3],1-0-0-1-0-1-1-0-3,11581334704.38242
-003330-3-0,[0- 0- 3- 3- 3- 0- 3- 0],2-0-0-1-1-1-0-3-0,11580830628.86607
-030000-3-3,[0- 3- 0- 0- 0- 0- 3- 3],2-0-1-0-0-0-0-3-3,11577472035.277029
-020200-2-0,[0- 2- 0- 2- 0- 0- 2- 0],1-0-1-0-1-0-0-2-0,11575695072.502256
-300330-2-0,[3- 0- 0- 3- 3- 0- 2- 0],2-1-0-0-1-1-0-2-0,11574331663.297737
-111001-0-1,[1- 1- 1- 0- 0- 1- 0- 1],0-1-1-1-0-0-1-0-1,11574077058.578245
-202000-2-0,[2- 0- 2- 0- 0- 0- 2- 0],1-1-0-1-0-0-0-2-0,11569990719.083382
-003030-1-3,[0- 0- 3- 0- 3- 0- 1- 3],2-0-0-1-0-1-0-1-3,11569861986.35514
-022200-1-3,[0- 2- 2- 2- 0- 0- 1- 3],1-0-1-1-1-0-0-1-3,11566961787.84021
-001000-1-3,[0- 0- 1- 0- 0- 0- 1- 3],0-0-0-1-0-0-0-1-3,11561125048.400145
-220020-0-2,[2- 2- 0- 0- 2- 0- 0- 2],1-1-1-0-0-1-0-0-2,11557088596.6717
-001011-3-0,[0- 0- 1- 0- 1- 1- 3- 0],0-0-0-1-0-1-1-3-0,11553789290.858685
-110001-0-2,[1- 1- 0- 0- 0- 1- 0- 2],0-1-1-0-0-0-1-0-2,11552972052.855106
-000003-2-0,[0- 0- 0- 0- 0- 3- 2- 0],2-0-0-0-0-0-1-2-0,11550613305.612623
-100000-1-3,[1- 0- 0- 0- 0- 0- 1- 3],0-1-0-0-0-0-0-1-3,11547801591.703611
-330300-1-3,[3- 3- 0- 3- 0- 0- 1- 3],2-1-1-0-1-0-0-1-3,11546816840.045729
-000333-0-3,[0- 0- 0- 3- 3- 3- 0- 3],2-0-0-0-1-1-1-0-3,11546224420.639046
-000003-1-1,[0- 0- 0- 0- 0- 3- 1- 1],2-0-0-0-0-0-1-1-1,11545940297.578474
-300330-3-0,[3- 0- 0- 3- 3- 0- 3- 0],2-1-0-0-1-1-0-3-0,11545478057.564754
-200202-0-1,[2- 0- 0- 2- 0- 2- 0- 1],1-1-0-0-1-0-1-0-1,11545361302.951454
-000300-3-1,[0- 0- 0- 3- 0- 0- 3- 1],2-0-0-0-1-0-0-3-1,11538351018.085453
-200202-1-0,[2- 0- 0- 2- 0- 2- 1- 0],1-1-0-0-1-0-1-1-0,11536040528.294209
-100001-1-3,[1- 0- 0- 0- 0- 1- 1- 3],0-1-0-0-0-0-1-1-3,11533031512.546432
-300030-3-0,[3- 0- 0- 0- 3- 0- 3- 0],2-1-0-0-0-1-0-3-0,11528606191.889933
-020020-3-0,[0- 2- 0- 0- 2- 0- 3- 0],1-0-1-0-0-1-0-3-0,11527850920.886635
-000000-1-1,[0- 0- 0- 0- 0- 0- 1- 1],0-0-0-0-0-0-0-1-1,11526078424.194775
-001111-0-1,[0- 0- 1- 1- 1- 1- 0- 1],0-0-0-1-1-1-1-0-1,11524018239.000664
-110000-2-0,[1- 1- 0- 0- 0- 0- 2- 0],0-1-1-0-0-0-0-2-0,11521871761.582272
-003003-1-3,[0- 0- 3- 0- 0- 3- 1- 3],2-0-0-1-0-0-1-1-3,11518869197.896812
-330000-3-0,[3- 3- 0- 0- 0- 0- 3- 0],2-1-1-0-0-0-0-3-0,11518245305.103275
-030000-1-2,[0- 3- 0- 0- 0- 0- 1- 2],2-0-1-0-0-0-0-1-2,11517992791.354214
-303303-0-3,[3- 0- 3- 3- 0- 3- 0- 3],2-1-0-1-1-0-1-0-3,11513550426.8353
-333330-0-1,[3- 3- 3- 3- 3- 0- 0- 1],2-1-1-1-1-1-0-0-1,11511700503.67558
-100001-2-0,[1- 0- 0- 0- 0- 1- 2- 0],0-1-0-0-0-0-1-2-0,11507958079.738491
-011100-3-0,[0- 1- 1- 1- 0- 0- 3- 0],0-0-1-1-1-0-0-3-0,11495243668.99453
-030033-1-0,[0- 3- 0- 0- 3- 3- 1- 0],2-0-1-0-0-1-1-1-0,11492364103.07832
-202002-1-0,[2- 0- 2- 0- 0- 2- 1- 0],1-1-0-1-0-0-1-1-0,11491278004.88068
-110010-3-0,[1- 1- 0- 0- 1- 0- 3- 0],0-1-1-0-0-1-0-3-0,11485628631.696815
-200002-0-2,[2- 0- 0- 0- 0- 2- 0- 2],1-1-0-0-0-0-1-0-2,11483542097.851542
-110000-1-3,[1- 1- 0- 0- 0- 0- 1- 3],0-1-1-0-0-0-0-1-3,11475680436.330639
-200200-2-0,[2- 0- 0- 2- 0- 0- 2- 0],1-1-0-0-1-0-0-2-0,11467845484.290459
-333330-1-0,[3- 3- 3- 3- 3- 0- 1- 0],2-1-1-1-1-1-0-1-0,11466943878.75459
-030330-2-0,[0- 3- 0- 3- 3- 0- 2- 0],2-0-1-0-1-1-0-2-0,11462773993.302198
-030033-0-3,[0- 3- 0- 0- 3- 3- 0- 3],2-0-1-0-0-1-1-0-3,11459865558.769382
-000111-3-0,[0- 0- 0- 1- 1- 1- 3- 0],0-0-0-0-1-1-1-3-0,11458513869.42387
-300033-0-1,[3- 0- 0- 0- 3- 3- 0- 1],2-1-0-0-0-1-1-0-1,11455795930.08279
-003000-1-2,[0- 0- 3- 0- 0- 0- 1- 2],2-0-0-1-0-0-0-1-2,11452001692.438286
-300003-1-0,[3- 0- 0- 0- 0- 3- 1- 0],2-1-0-0-0-0-1-1-0,11446757375.337868
-000110-0-2,[0- 0- 0- 1- 1- 0- 0- 2],0-0-0-0-1-1-0-0-2,11445137679.632637
-011110-0-3,[0- 1- 1- 1- 1- 0- 0- 3],0-0-1-1-1-1-0-0-3,11444550469.689543
-020200-1-3,[0- 2- 0- 2- 0- 0- 1- 3],1-0-1-0-1-0-0-1-3,11444461725.738188
-100110-3-0,[1- 0- 0- 1- 1- 0- 3- 0],0-1-0-0-1-1-0-3-0,11444348160.973751
-202202-0-3,[2- 0- 2- 2- 0- 2- 0- 3],1-1-0-1-1-0-1-0-3,11444285938.06432
-030030-1-3,[0- 3- 0- 0- 3- 0- 1- 3],2-0-1-0-0-1-0-1-3,11440143485.531261
-003330-2-0,[0- 0- 3- 3- 3- 0- 2- 0],2-0-0-1-1-1-0-2-0,11434200904.312431
-000111-0-3,[0- 0- 0- 1- 1- 1- 0- 3],0-0-0-0-1-1-1-0-3,11434067509.781395
-002022-0-1,[0- 0- 2- 0- 2- 2- 0- 1],1-0-0-1-0-1-1-0-1,11431540457.417747
-000030-1-3,[0- 0- 0- 0- 3- 0- 1- 3],2-0-0-0-0-1-0-1-3,11430905177.35066
-033003-1-0,[0- 3- 3- 0- 0- 3- 1- 0],2-0-1-1-0-0-1-1-0,11424463327.42303
-110010-0-2,[1- 1- 0- 0- 1- 0- 0- 2],0-1-1-0-0-1-0-0-2,11422811713.945438
-101100-3-0,[1- 0- 1- 1- 0- 0- 3- 0],0-1-0-1-1-0-0-3-0,11420062123.22662
-202200-1-3,[2- 0- 2- 2- 0- 0- 1- 3],1-1-0-1-1-0-0-1-3,11414887009.157848
-303000-3-0,[3- 0- 3- 0- 0- 0- 3- 0],2-1-0-1-0-0-0-3-0,11408452380.5675
-011000-1-3,[0- 1- 1- 0- 0- 0- 1- 3],0-0-1-1-0-0-0-1-3,11404344265.481213
-022220-0-3,[0- 2- 2- 2- 2- 0- 0- 3],1-0-1-1-1-1-0-0-3,11402650447.562988
-033300-1-3,[0- 3- 3- 3- 0- 0- 1- 3],2-0-1-1-1-0-0-1-3,11399899286.522215
-111110-0-1,[1- 1- 1- 1- 1- 0- 0- 1],0-1-1-1-1-1-0-0-1,11397551336.977886
-101100-1-3,[1- 0- 1- 1- 0- 0- 1- 3],0-1-0-1-1-0-0-1-3,11396503945.416111
-020220-0-2,[0- 2- 0- 2- 2- 0- 0- 2],1-0-1-0-1-1-0-0-2,11394452914.712044
-022222-0-0,[0- 2- 2- 2- 2- 2- 0- 0],1-0-1-1-1-1-1-0-0,11392934509.092678
-100010-2-0,[1- 0- 0- 0- 1- 0- 2- 0],0-1-0-0-0-1-0-2-0,11392674005.070522
-300003-0-2,[3- 0- 0- 0- 0- 3- 0- 2],2-1-0-0-0-0-1-0-2,11391345797.317665
-101001-1-3,[1- 0- 1- 0- 0- 1- 1- 3],0-1-0-1-0-0-1-1-3,11388275623.614216
-111101-0-3,[1- 1- 1- 1- 0- 1- 0- 3],0-1-1-1-1-0-1-0-3,11382122121.98259
-300000-2-0,[3- 0- 0- 0- 0- 0- 2- 0],2-1-0-0-0-0-0-2-0,11380138417.136473
-011101-0-3,[0- 1- 1- 1- 0- 1- 0- 3],0-0-1-1-1-0-1-0-3,11379722381.44818
-222000-1-3,[2- 2- 2- 0- 0- 0- 1- 3],1-1-1-1-0-0-0-1-3,11377877425.124763
-200022-0-3,[2- 0- 0- 0- 2- 2- 0- 3],1-1-0-0-0-1-1-0-3,11366889073.626484
-111110-1-0,[1- 1- 1- 1- 1- 0- 1- 0],0-1-1-1-1-1-0-1-0,11364435449.138271
-002200-2-0,[0- 0- 2- 2- 0- 0- 2- 0],1-0-0-1-1-0-0-2-0,11355896868.980324
-002202-1-0,[0- 0- 2- 2- 0- 2- 1- 0],1-0-0-1-1-0-1-1-0,11353799813.233814
-333030-1-0,[3- 3- 3- 0- 3- 0- 1- 0],2-1-1-1-0-1-0-1-0,11351081992.652992
-030303-0-1,[0- 3- 0- 3- 0- 3- 0- 1],2-0-1-0-1-0-1-0-1,11348306156.88049
-010110-3-0,[0- 1- 0- 1- 1- 0- 3- 0],0-0-1-0-1-1-0-3-0,11348194293.849327
-300033-0-3,[3- 0- 0- 0- 3- 3- 0- 3],2-1-0-0-0-1-1-0-3,11345061678.65194
-330300-0-2,[3- 3- 0- 3- 0- 0- 0- 2],2-1-1-0-1-0-0-0-2,11344064594.025913
-220000-0-2,[2- 2- 0- 0- 0- 0- 0- 2],1-1-1-0-0-0-0-0-2,11343250223.69994
-011010-3-0,[0- 1- 1- 0- 1- 0- 3- 0],0-0-1-1-0-1-0-3-0,11342958290.719154
-001110-0-3,[0- 0- 1- 1- 1- 0- 0- 3],0-0-0-1-1-1-0-0-3,11339875586.359406
-001010-0-2,[0- 0- 1- 0- 1- 0- 0- 2],0-0-0-1-0-1-0-0-2,11339431766.410637
-002002-0-2,[0- 0- 2- 0- 0- 2- 0- 2],1-0-0-1-0-0-1-0-2,11335200993.432428
-010001-2-0,[0- 1- 0- 0- 0- 1- 2- 0],0-0-1-0-0-0-1-2-0,11334019968.043499
-200022-0-1,[2- 0- 0- 0- 2- 2- 0- 1],1-1-0-0-0-1-1-0-1,11333461107.118217
-200020-3-0,[2- 0- 0- 0- 2- 0- 3- 0],1-1-0-0-0-1-0-3-0,11329303740.673367
-001100-2-0,[0- 0- 1- 1- 0- 0- 2- 0],0-0-0-1-1-0-0-2-0,11329020146.314663
-020200-3-0,[0- 2- 0- 2- 0- 0- 3- 0],1-0-1-0-1-0-0-3-0,11326735412.19912
-033000-2-0,[0- 3- 3- 0- 0- 0- 2- 0],2-0-1-1-0-0-0-2-0,11326520898.609722
-000020-1-1,[0- 0- 0- 0- 2- 0- 1- 1],1-0-0-0-0-1-0-1-1,11326093905.8289
-111110-0-3,[1- 1- 1- 1- 1- 0- 0- 3],0-1-1-1-1-1-0-0-3,11322517938.0308
-303330-0-2,[3- 0- 3- 3- 3- 0- 0- 2],2-1-0-1-1-1-0-0-2,11321360151.2104
-000022-0-3,[0- 0- 0- 0- 2- 2- 0- 3],1-0-0-0-0-1-1-0-3,11321259962.5727
-030330-1-1,[0- 3- 0- 3- 3- 0- 1- 1],2-0-1-0-1-1-0-1-1,11320902391.449553
-002200-1-3,[0- 0- 2- 2- 0- 0- 1- 3],1-0-0-1-1-0-0-1-3,11319305497.756413
-202002-0-1,[2- 0- 2- 0- 0- 2- 0- 1],1-1-0-1-0-0-1-0-1,11317237944.249947
-100110-0-2,[1- 0- 0- 1- 1- 0- 0- 2],0-1-0-0-1-1-0-0-2,11317099903.883036
-000011-0-2,[0- 0- 0- 0- 1- 1- 0- 2],0-0-0-0-0-1-1-0-2,11310202987.995155
-030300-1-1,[0- 3- 0- 3- 0- 0- 1- 1],2-0-1-0-1-0-0-1-1,11307611025.806377
-000110-0-3,[0- 0- 0- 1- 1- 0- 0- 3],0-0-0-0-1-1-0-0-3,11306639676.952559
-100111-0-3,[1- 0- 0- 1- 1- 1- 0- 3],0-1-0-0-1-1-1-0-3,11304071332.501362
-200200-1-3,[2- 0- 0- 2- 0- 0- 1- 3],1-1-0-0-1-0-0-1-3,11301432380.13538
-000200-1-3,[0- 0- 0- 2- 0- 0- 1- 3],1-0-0-0-1-0-0-1-3,11300017020.32946
-111000-1-3,[1- 1- 1- 0- 0- 0- 1- 3],0-1-1-1-0-0-0-1-3,11298681030.641905
-030303-1-0,[0- 3- 0- 3- 0- 3- 1- 0],2-0-1-0-1-0-1-1-0,11295547229.48814
-011101-1-0,[0- 1- 1- 1- 0- 1- 1- 0],0-0-1-1-1-0-1-1-0,11289793158.018852
-000011-2-0,[0- 0- 0- 0- 1- 1- 2- 0],0-0-0-0-0-1-1-2-0,11284722434.563976
-030030-2-0,[0- 3- 0- 0- 3- 0- 2- 0],2-0-1-0-0-1-0-2-0,11284383637.334423
-030300-3-0,[0- 3- 0- 3- 0- 0- 3- 0],2-0-1-0-1-0-0-3-0,11278637035.80637
-000003-1-3,[0- 0- 0- 0- 0- 3- 1- 3],2-0-0-0-0-0-1-1-3,11272611527.711226
-111001-1-0,[1- 1- 1- 0- 0- 1- 1- 0],0-1-1-1-0-0-1-1-0,11272600190.62098
-300300-2-0,[3- 0- 0- 3- 0- 0- 2- 0],2-1-0-0-1-0-0-2-0,11271896373.549145
-000101-2-0,[0- 0- 0- 1- 0- 1- 2- 0],0-0-0-0-1-0-1-2-0,11271415608.26971
-220000-1-3,[2- 2- 0- 0- 0- 0- 1- 3],1-1-1-0-0-0-0-1-3,11270792188.197828
-022220-0-1,[0- 2- 2- 2- 2- 0- 0- 1],1-0-1-1-1-1-0-0-1,11269476310.993664
-003033-0-3,[0- 0- 3- 0- 3- 3- 0- 3],2-0-0-1-0-1-1-0-3,11267394466.364342
-110100-0-2,[1- 1- 0- 1- 0- 0- 0- 2],0-1-1-0-1-0-0-0-2,11266069639.25513
-033000-3-0,[0- 3- 3- 0- 0- 0- 3- 0],2-0-1-1-0-0-0-3-0,11264322413.248814
-100001-3-0,[1- 0- 0- 0- 0- 1- 3- 0],0-1-0-0-0-0-1-3-0,11262438806.561213
-001001-2-0,[0- 0- 1- 0- 0- 1- 2- 0],0-0-0-1-0-0-1-2-0,11261813468.054256
-100100-2-0,[1- 0- 0- 1- 0- 0- 2- 0],0-1-0-0-1-0-0-2-0,11261627598.103619
-333030-0-1,[3- 3- 3- 0- 3- 0- 0- 1],2-1-1-1-0-1-0-0-1,11261227709.53987
-220220-0-3,[2- 2- 0- 2- 2- 0- 0- 3],1-1-1-0-1-1-0-0-3,11257942665.894516
-111000-3-0,[1- 1- 1- 0- 0- 0- 3- 0],0-1-1-1-0-0-0-3-0,11253666435.467018
-220002-0-3,[2- 2- 0- 0- 0- 2- 0- 3],1-1-1-0-0-0-1-0-3,11251738649.013578
-011011-1-0,[0- 1- 1- 0- 1- 1- 1- 0],0-0-1-1-0-1-1-1-0,11251674513.233803
-330303-0-0,[3- 3- 0- 3- 0- 3- 0- 0],2-1-1-0-1-0-1-0-0,11250060040.720333
-101010-3-0,[1- 0- 1- 0- 1- 0- 3- 0],0-1-0-1-0-1-0-3-0,11248337576.505062
-003300-1-1,[0- 0- 3- 3- 0- 0- 1- 1],2-0-0-1-1-0-0-1-1,11247987211.74464
-330000-1-0,[3- 3- 0- 0- 0- 0- 1- 0],2-1-1-0-0-0-0-1-0,11244994406.09065
-333330-0-3,[3- 3- 3- 3- 3- 0- 0- 3],2-1-1-1-1-1-0-0-3,11244956896.940926
-110101-0-1,[1- 1- 0- 1- 0- 1- 0- 1],0-1-1-0-1-0-1-0-1,11244384416.367796
-222002-0-0,[2- 2- 2- 0- 0- 2- 0- 0],1-1-1-1-0-0-1-0-0,11233196869.498543
-002020-2-0,[0- 0- 2- 0- 2- 0- 2- 0],1-0-0-1-0-1-0-2-0,11233091424.93032
-330000-0-2,[3- 3- 0- 0- 0- 0- 0- 2],2-1-1-0-0-0-0-0-2,11231831647.21896
-110100-3-0,[1- 1- 0- 1- 0- 0- 3- 0],0-1-1-0-1-0-0-3-0,11231607164.250359
-220000-3-0,[2- 2- 0- 0- 0- 0- 3- 0],1-1-1-0-0-0-0-3-0,11231571482.528221
-000101-0-2,[0- 0- 0- 1- 0- 1- 0- 2],0-0-0-0-1-0-1-0-2,11226582236.594124
-002022-1-0,[0- 0- 2- 0- 2- 2- 1- 0],1-0-0-1-0-1-1-1-0,11226078759.045475
-010010-0-2,[0- 1- 0- 0- 1- 0- 0- 2],0-0-1-0-0-1-0-0-2,11223608918.507305
-010001-0-2,[0- 1- 0- 0- 0- 1- 0- 2],0-0-1-0-0-0-1-0-2,11219110869.167454
-100101-0-2,[1- 0- 0- 1- 0- 1- 0- 2],0-1-0-0-1-0-1-0-2,11217053829.566996
-002000-1-1,[0- 0- 2- 0- 0- 0- 1- 1],1-0-0-1-0-0-0-1-1,11215998609.538357
-010110-0-3,[0- 1- 0- 1- 1- 0- 0- 3],0-0-1-0-1-1-0-0-3,11208218665.088902
-011000-2-0,[0- 1- 1- 0- 0- 0- 2- 0],0-0-1-1-0-0-0-2-0,11207457036.791592
-010001-3-0,[0- 1- 0- 0- 0- 1- 3- 0],0-0-1-0-0-0-1-3-0,11205662018.428883
-330000-1-3,[3- 3- 0- 0- 0- 0- 1- 3],2-1-1-0-0-0-0-1-3,11201050451.705181
-000222-0-1,[0- 0- 0- 2- 2- 2- 0- 1],1-0-0-0-1-1-1-0-1,11200997854.32885
-033330-0-2,[0- 3- 3- 3- 3- 0- 0- 2],2-0-1-1-1-1-0-0-2,11200377983.024925
-002202-0-3,[0- 0- 2- 2- 0- 2- 0- 3],1-0-0-1-1-0-1-0-3,11199171698.582401
-111000-0-2,[1- 1- 1- 0- 0- 0- 0- 2],0-1-1-1-0-0-0-0-2,11195555043.046528
-000300-1-2,[0- 0- 0- 3- 0- 0- 1- 2],2-0-0-0-1-0-0-1-2,11192976636.844994
-001110-3-0,[0- 0- 1- 1- 1- 0- 3- 0],0-0-0-1-1-1-0-3-0,11192418565.034588
-022000-3-0,[0- 2- 2- 0- 0- 0- 3- 0],1-0-1-1-0-0-0-3-0,11189058208.947365
-100011-0-2,[1- 0- 0- 0- 1- 1- 0- 2],0-1-0-0-0-1-1-0-2,11185743543.269495
-001001-3-0,[0- 0- 1- 0- 0- 1- 3- 0],0-0-0-1-0-0-1-3-0,11183725246.33668
-000033-0-2,[0- 0- 0- 0- 3- 3- 0- 2],2-0-0-0-0-1-1-0-2,11183622669.427086
-110110-0-3,[1- 1- 0- 1- 1- 0- 0- 3],0-1-1-0-1-1-0-0-3,11181501401.559874
-200000-2-0,[2- 0- 0- 0- 0- 0- 2- 0],1-1-0-0-0-0-0-2-0,11181393329.487988
-030033-0-1,[0- 3- 0- 0- 3- 3- 0- 1],2-0-1-0-0-1-1-0-1,11178096911.44151
-030030-1-1,[0- 3- 0- 0- 3- 0- 1- 1],2-0-1-0-0-1-0-1-1,11176214386.290325
-010100-2-0,[0- 1- 0- 1- 0- 0- 2- 0],0-0-1-0-1-0-0-2-0,11170560384.019787
-330330-0-2,[3- 3- 0- 3- 3- 0- 0- 2],2-1-1-0-1-1-0-0-2,11166273591.806465
-003030-3-0,[0- 0- 3- 0- 3- 0- 3- 0],2-0-0-1-0-1-0-3-0,11165812113.397898
-010010-2-0,[0- 1- 0- 0- 1- 0- 2- 0],0-0-1-0-0-1-0-2-0,11159119407.220043
-330000-0-1,[3- 3- 0- 0- 0- 0- 0- 1],2-1-1-0-0-0-0-0-1,11154899739.49241
-030003-0-2,[0- 3- 0- 0- 0- 3- 0- 2],2-0-1-0-0-0-1-0-2,11153657119.2356
-110011-0-3,[1- 1- 0- 0- 1- 1- 0- 3],0-1-1-0-0-1-1-0-3,11152779015.121077
-330003-0-3,[3- 3- 0- 0- 0- 3- 0- 3],2-1-1-0-0-0-1-0-3,11144234678.325428
-110011-1-0,[1- 1- 0- 0- 1- 1- 1- 0],0-1-1-0-0-1-1-1-0,11143197432.689629
-022002-0-3,[0- 2- 2- 0- 0- 2- 0- 3],1-0-1-1-0-0-1-0-3,11143077540.337614
-220200-0-1,[2- 2- 0- 2- 0- 0- 0- 1],1-1-1-0-1-0-0-0-1,11141838015.14668
-030300-2-0,[0- 3- 0- 3- 0- 0- 2- 0],2-0-1-0-1-0-0-2-0,11137056310.829082
-003030-1-1,[0- 0- 3- 0- 3- 0- 1- 1],2-0-0-1-0-1-0-1-1,11131922950.378658
-010011-0-3,[0- 1- 0- 0- 1- 1- 0- 3],0-0-1-0-0-1-1-0-3,11127253232.943546
-110011-0-1,[1- 1- 0- 0- 1- 1- 0- 1],0-1-1-0-0-1-1-0-1,11110348400.554853
-200220-0-2,[2- 0- 0- 2- 2- 0- 0- 2],1-1-0-0-1-1-0-0-2,11100220456.690533
-330333-0-0,[3- 3- 0- 3- 3- 3- 0- 0],2-1-1-0-1-1-1-0-0,11098107879.748497
-000101-3-0,[0- 0- 0- 1- 0- 1- 3- 0],0-0-0-0-1-0-1-3-0,11097680935.870447
-101000-2-0,[1- 0- 1- 0- 0- 0- 2- 0],0-1-0-1-0-0-0-2-0,11091180030.19003
-300300-1-3,[3- 0- 0- 3- 0- 0- 1- 3],2-1-0-0-1-0-0-1-3,11088959289.419106
-330300-0-1,[3- 3- 0- 3- 0- 0- 0- 1],2-1-1-0-1-0-0-0-1,11086392505.897
-200202-0-3,[2- 0- 0- 2- 0- 2- 0- 3],1-1-0-0-1-0-1-0-3,11080237183.8978
-000011-3-0,[0- 0- 0- 0- 1- 1- 3- 0],0-0-0-0-0-1-1-3-0,11077245613.377909
-002200-3-0,[0- 0- 2- 2- 0- 0- 3- 0],1-0-0-1-1-0-0-3-0,11074570331.402554
-003300-1-3,[0- 0- 3- 3- 0- 0- 1- 3],2-0-0-1-1-0-0-1-3,11073612857.830803
-110101-0-3,[1- 1- 0- 1- 0- 1- 0- 3],0-1-1-0-1-0-1-0-3,11072764607.117521
-011000-0-2,[0- 1- 1- 0- 0- 0- 0- 2],0-0-1-1-0-0-0-0-2,11069345457.01965
-000010-0-2,[0- 0- 0- 0- 1- 0- 0- 2],0-0-0-0-0-1-0-0-2,11067571734.279469
-111100-0-1,[1- 1- 1- 1- 0- 0- 0- 1],0-1-1-1-1-0-0-0-1,11067505147.453657
-303000-1-3,[3- 0- 3- 0- 0- 0- 1- 3],2-1-0-1-0-0-0-1-3,11064706839.192696
-001010-2-0,[0- 0- 1- 0- 1- 0- 2- 0],0-0-0-1-0-1-0-2-0,11063886302.036007
-202000-3-0,[2- 0- 2- 0- 0- 0- 3- 0],1-1-0-1-0-0-0-3-0,11063848561.499722
-030303-0-3,[0- 3- 0- 3- 0- 3- 0- 3],2-0-1-0-1-0-1-0-3,11063745581.16187
-330300-1-0,[3- 3- 0- 3- 0- 0- 1- 0],2-1-1-0-1-0-0-1-0,11061916623.240795
-020002-0-1,[0- 2- 0- 0- 0- 2- 0- 1],1-0-1-0-0-0-1-0-1,11060733045.724194
-022000-1-3,[0- 2- 2- 0- 0- 0- 1- 3],1-0-1-1-0-0-0-1-3,11058389905.003767
-220200-1-0,[2- 2- 0- 2- 0- 0- 1- 0],1-1-1-0-1-0-0-1-0,11054022796.488213
-011110-0-1,[0- 1- 1- 1- 1- 0- 0- 1],0-0-1-1-1-1-0-0-1,11053238962.305601
-000220-2-0,[0- 0- 0- 2- 2- 0- 2- 0],1-0-0-0-1-1-0-2-0,11049094319.170036
-000200-1-1,[0- 0- 0- 2- 0- 0- 1- 1],1-0-0-0-1-0-0-1-1,11045817742.96838
-003303-0-1,[0- 0- 3- 3- 0- 3- 0- 1],2-0-0-1-1-0-1-0-1,11045195773.130108
-110000-0-2,[1- 1- 0- 0- 0- 0- 0- 2],0-1-1-0-0-0-0-0-2,11041122921.028744
-330030-0-2,[3- 3- 0- 0- 3- 0- 0- 2],2-1-1-0-0-1-0-0-2,11034057960.506168
-000110-2-0,[0- 0- 0- 1- 1- 0- 2- 0],0-0-0-0-1-1-0-2-0,11033390122.422405
-020000-1-3,[0- 2- 0- 0- 0- 0- 1- 3],1-0-1-0-0-0-0-1-3,11028040202.597202
-300003-0-1,[3- 0- 0- 0- 0- 3- 0- 1],2-1-0-0-0-0-1-0-1,11026841115.58035
-030300-1-3,[0- 3- 0- 3- 0- 0- 1- 3],2-0-1-0-1-0-0-1-3,11026838099.717861
-022220-1-0,[0- 2- 2- 2- 2- 0- 1- 0],1-0-1-1-1-1-0-1-0,11025938254.631176
-030000-1-1,[0- 3- 0- 0- 0- 0- 1- 1],2-0-1-0-0-0-0-1-1,11018718517.859262
-020220-0-3,[0- 2- 0- 2- 2- 0- 0- 3],1-0-1-0-1-1-0-0-3,11017322401.758696
-002020-3-0,[0- 0- 2- 0- 2- 0- 3- 0],1-0-0-1-0-1-0-3-0,11005654340.753246
-010111-0-1,[0- 1- 0- 1- 1- 1- 0- 1],0-0-1-0-1-1-1-0-1,10997777795.872404
-010101-0-3,[0- 1- 0- 1- 0- 1- 0- 3],0-0-1-0-1-0-1-0-3,10996617540.036037
-022200-0-1,[0- 2- 2- 2- 0- 0- 0- 1],1-0-1-1-1-0-0-0-1,10996443691.007032
-000220-3-0,[0- 0- 0- 2- 2- 0- 3- 0],1-0-0-0-1-1-0-3-0,10992872565.45779
-001011-0-3,[0- 0- 1- 0- 1- 1- 0- 3],0-0-0-1-0-1-1-0-3,10989616987.47815
-202220-0-3,[2- 0- 2- 2- 2- 0- 0- 3],1-1-0-1-1-1-0-0-3,10989281150.685345
-002220-0-3,[0- 0- 2- 2- 2- 0- 0- 3],1-0-0-1-1-1-0-0-3,10977703292.452946
-001001-0-2,[0- 0- 1- 0- 0- 1- 0- 2],0-0-0-1-0-0-1-0-2,10977248982.96975
-100110-0-3,[1- 0- 0- 1- 1- 0- 0- 3],0-1-0-0-1-1-0-0-3,10975794181.124374
-003033-1-0,[0- 0- 3- 0- 3- 3- 1- 0],2-0-0-1-0-1-1-1-0,10974556671.50343
-220000-0-1,[2- 2- 0- 0- 0- 0- 0- 1],1-1-1-0-0-0-0-0-1,10969123659.656734
-010100-0-2,[0- 1- 0- 1- 0- 0- 0- 2],0-0-1-0-1-0-0-0-2,10967610600.130833
-003300-3-0,[0- 0- 3- 3- 0- 0- 3- 0],2-0-0-1-1-0-0-3-0,10966382025.335032
-111100-1-0,[1- 1- 1- 1- 0- 0- 1- 0],0-1-1-1-1-0-0-1-0,10965826921.284782
-101000-1-3,[1- 0- 1- 0- 0- 0- 1- 3],0-1-0-1-0-0-0-1-3,10961408911.061958
-303333-0-0,[3- 0- 3- 3- 3- 3- 0- 0],2-1-0-1-1-1-1-0-0,10958004399.168705
-000010-0-3,[0- 0- 0- 0- 1- 0- 0- 3],0-0-0-0-0-1-0-0-3,10956956825.729511
-000222-1-0,[0- 0- 0- 2- 2- 2- 1- 0],1-0-0-0-1-1-1-1-0,10956171205.311237
-001100-0-2,[0- 0- 1- 1- 0- 0- 0- 2],0-0-0-1-1-0-0-0-2,10954705138.30532
-200002-1-0,[2- 0- 0- 0- 0- 2- 1- 0],1-1-0-0-0-0-1-1-0,10945168435.49522
-101110-0-3,[1- 0- 1- 1- 1- 0- 0- 3],0-1-0-1-1-1-0-0-3,10937394076.645863
-200200-3-0,[2- 0- 0- 2- 0- 0- 3- 0],1-1-0-0-1-0-0-3-0,10935533524.296886
-003303-1-0,[0- 0- 3- 3- 0- 3- 1- 0],2-0-0-1-1-0-1-1-0,10932372245.890926
-200000-1-3,[2- 0- 0- 0- 0- 0- 1- 3],1-1-0-0-0-0-0-1-3,10926493209.315521
-220222-0-0,[2- 2- 0- 2- 2- 2- 0- 0],1-1-1-0-1-1-1-0-0,10921247657.104671
-111010-0-1,[1- 1- 1- 0- 1- 0- 0- 1],0-1-1-1-0-1-0-0-1,10918412826.393705
-011001-0-1,[0- 1- 1- 0- 0- 1- 0- 1],0-0-1-1-0-0-1-0-1,10916625643.04626
-022000-0-2,[0- 2- 2- 0- 0- 0- 0- 2],1-0-1-1-0-0-0-0-2,10915181135.461323
-110101-1-0,[1- 1- 0- 1- 0- 1- 1- 0],0-1-1-0-1-0-1-1-0,10913987488.975899
-330003-0-0,[3- 3- 0- 0- 0- 3- 0- 0],2-1-1-0-0-0-1-0-0,10906443510.30441
-220000-1-0,[2- 2- 0- 0- 0- 0- 1- 0],1-1-1-0-0-0-0-1-0,10904982587.549297
-003030-2-0,[0- 0- 3- 0- 3- 0- 2- 0],2-0-0-1-0-1-0-2-0,10903783383.801617
-222020-0-3,[2- 2- 2- 0- 2- 0- 0- 3],1-1-1-1-0-1-0-0-3,10903775569.720741
-033300-0-2,[0- 3- 3- 3- 0- 0- 0- 2],2-0-1-1-1-0-0-0-2,10899533688.590992
-000002-0-2,[0- 0- 0- 0- 0- 2- 0- 2],1-0-0-0-0-0-1-0-2,10897602354.130165
-300303-0-3,[3- 0- 0- 3- 0- 3- 0- 3],2-1-0-0-1-0-1-0-3,10891068196.30584
-020000-2-0,[0- 2- 0- 0- 0- 0- 2- 0],1-0-1-0-0-0-0-2-0,10890092256.367199
-300300-3-0,[3- 0- 0- 3- 0- 0- 3- 0],2-1-0-0-1-0-0-3-0,10887844820.807764
-000330-3-0,[0- 0- 0- 3- 3- 0- 3- 0],2-0-0-0-1-1-0-3-0,10887738854.890375
-000011-0-3,[0- 0- 0- 0- 1- 1- 0- 3],0-0-0-0-0-1-1-0-3,10884827085.338743
-100010-3-0,[1- 0- 0- 0- 1- 0- 3- 0],0-1-0-0-0-1-0-3-0,10883954631.814127
-111010-1-0,[1- 1- 1- 0- 1- 0- 1- 0],0-1-1-1-0-1-0-1-0,10882224182.622658
-220220-1-0,[2- 2- 0- 2- 2- 0- 1- 0],1-1-1-0-1-1-0-1-0,10882219391.882229
-020020-0-2,[0- 2- 0- 0- 2- 0- 0- 2],1-0-1-0-0-1-0-0-2,10881993527.800938
-033333-0-0,[0- 3- 3- 3- 3- 3- 0- 0],2-0-1-1-1-1-1-0-0,10876796541.502678
-011010-0-3,[0- 1- 1- 0- 1- 0- 0- 3],0-0-1-1-0-1-0-0-3,10874695510.419659
-003033-0-1,[0- 0- 3- 0- 3- 3- 0- 1],2-0-0-1-0-1-1-0-1,10870816829.674862
-033000-1-3,[0- 3- 3- 0- 0- 0- 1- 3],2-0-1-1-0-0-0-1-3,10870551652.802364
-003300-2-0,[0- 0- 3- 3- 0- 0- 2- 0],2-0-0-1-1-0-0-2-0,10870514544.908611
-001100-3-0,[0- 0- 1- 1- 0- 0- 3- 0],0-0-0-1-1-0-0-3-0,10868488210.372065
-000033-0-3,[0- 0- 0- 0- 3- 3- 0- 3],2-0-0-0-0-1-1-0-3,10867602581.987242
-202200-0-2,[2- 0- 2- 2- 0- 0- 0- 2],1-1-0-1-1-0-0-0-2,10865971941.33665
-101010-0-2,[1- 0- 1- 0- 1- 0- 0- 2],0-1-0-1-0-1-0-0-2,10863321786.070444
-202020-0-2,[2- 0- 2- 0- 2- 0- 0- 2],1-1-0-1-0-1-0-0-2,10861492192.366741
-300000-3-0,[3- 0- 0- 0- 0- 0- 3- 0],2-1-0-0-0-0-0-3-0,10858174898.366356
-100000-2-0,[1- 0- 0- 0- 0- 0- 2- 0],0-1-0-0-0-0-0-2-0,10857766236.947676
-001111-1-0,[0- 0- 1- 1- 1- 1- 1- 0],0-0-0-1-1-1-1-1-0,10846943012.792667
-303300-0-2,[3- 0- 3- 3- 0- 0- 0- 2],2-1-0-1-1-0-0-0-2,10833345976.759836
-333030-0-3,[3- 3- 3- 0- 3- 0- 0- 3],2-1-1-1-0-1-0-0-3,10829322186.124662
-002000-1-3,[0- 0- 2- 0- 0- 0- 1- 3],1-0-0-1-0-0-0-1-3,10827644231.945648
-000202-0-3,[0- 0- 0- 2- 0- 2- 0- 3],1-0-0-0-1-0-1-0-3,10825667221.719902
-020002-0-3,[0- 2- 0- 0- 0- 2- 0- 3],1-0-1-0-0-0-1-0-3,10801393741.607586
-020200-0-2,[0- 2- 0- 2- 0- 0- 0- 2],1-0-1-0-1-0-0-0-2,10798801309.857914
-020002-1-0,[0- 2- 0- 0- 0- 2- 1- 0],1-0-1-0-0-0-1-1-0,10798528365.71394
-010100-3-0,[0- 1- 0- 1- 0- 0- 3- 0],0-0-1-0-1-0-0-3-0,10792968323.526508
-100010-0-2,[1- 0- 0- 0- 1- 0- 0- 2],0-1-0-0-0-1-0-0-2,10790144769.83236
-220220-0-1,[2- 2- 0- 2- 2- 0- 0- 1],1-1-1-0-1-1-0-0-1,10780761922.176281
-030000-3-0,[0- 3- 0- 0- 0- 0- 3- 0],2-0-1-0-0-0-0-3-0,10779237638.876347
-100100-3-0,[1- 0- 0- 1- 0- 0- 3- 0],0-1-0-0-1-0-0-3-0,10772220774.064737
-010010-0-3,[0- 1- 0- 0- 1- 0- 0- 3],0-0-1-0-0-1-0-0-3,10769894742.463478
-010010-3-0,[0- 1- 0- 0- 1- 0- 3- 0],0-0-1-0-0-1-0-3-0,10765738574.177952
-300000-1-3,[3- 0- 0- 0- 0- 0- 1- 3],2-1-0-0-0-0-0-1-3,10756269581.714354
-303330-0-3,[3- 0- 3- 3- 3- 0- 0- 3],2-1-0-1-1-1-0-0-3,10754027710.19585
-003303-0-3,[0- 0- 3- 3- 0- 3- 0- 3],2-0-0-1-1-0-1-0-3,10751646314.55848
-202000-1-3,[2- 0- 2- 0- 0- 0- 1- 3],1-1-0-1-0-0-0-1-3,10750928323.712315
-000030-3-0,[0- 0- 0- 0- 3- 0- 3- 0],2-0-0-0-0-1-0-3-0,10750257092.301186
-001101-0-3,[0- 0- 1- 1- 0- 1- 0- 3],0-0-0-1-1-0-1-0-3,10750173046.510689
-110001-0-1,[1- 1- 0- 0- 0- 1- 0- 1],0-1-1-0-0-0-1-0-1,10746645392.206951
-000001-2-0,[0- 0- 0- 0- 0- 1- 2- 0],0-0-0-0-0-0-1-2-0,10743401297.681166
-330033-0-0,[3- 3- 0- 0- 3- 3- 0- 0],2-1-1-0-0-1-1-0-0,10740047732.90475
-000001-0-2,[0- 0- 0- 0- 0- 1- 0- 2],0-0-0-0-0-0-1-0-2,10739672063.037067
-030000-2-0,[0- 3- 0- 0- 0- 0- 2- 0],2-0-1-0-0-0-0-2-0,10736751256.830835
-033003-0-3,[0- 3- 3- 0- 0- 3- 0- 3],2-0-1-1-0-0-1-0-3,10736413096.182178
-220020-1-0,[2- 2- 0- 0- 2- 0- 1- 0],1-1-1-0-0-1-0-1-0,10735422282.144539
-000303-0-2,[0- 0- 0- 3- 0- 3- 0- 2],2-0-0-0-1-0-1-0-2,10731966039.819603
-200002-0-1,[2- 0- 0- 0- 0- 2- 0- 1],1-1-0-0-0-0-1-0-1,10723472649.158367
-002020-0-2,[0- 0- 2- 0- 2- 0- 0- 2],1-0-0-1-0-1-0-0-2,10721752933.912989
-200220-0-3,[2- 0- 0- 2- 2- 0- 0- 3],1-1-0-0-1-1-0-0-3,10713214089.824863
-033030-0-2,[0- 3- 3- 0- 3- 0- 0- 2],2-0-1-1-0-1-0-0-2,10712893587.872272
-022020-0-3,[0- 2- 2- 0- 2- 0- 0- 3],1-0-1-1-0-1-0-0-3,10706109741.685759
-011000-3-0,[0- 1- 1- 0- 0- 0- 3- 0],0-0-1-1-0-0-0-3-0,10704008332.386814
-330330-0-3,[3- 3- 0- 3- 3- 0- 0- 3],2-1-1-0-1-1-0-0-3,10701127049.41841
-033330-0-3,[0- 3- 3- 3- 3- 0- 0- 3],2-0-1-1-1-1-0-0-3,10699969412.57762
-111010-0-3,[1- 1- 1- 0- 1- 0- 0- 3],0-1-1-1-0-1-0-0-3,10696614908.236296
-022200-1-0,[0- 2- 2- 2- 0- 0- 1- 0],1-0-1-1-1-0-0-1-0,10695128915.278084
-101101-0-1,[1- 0- 1- 1- 0- 1- 0- 1],0-1-0-1-1-0-1-0-1,10694933622.882118
-000220-0-2,[0- 0- 0- 2- 2- 0- 0- 2],1-0-0-0-1-1-0-0-2,10692290169.879831
-001010-0-3,[0- 0- 1- 0- 1- 0- 0- 3],0-0-0-1-0-1-0-0-3,10692108117.064665
-003003-0-2,[0- 0- 3- 0- 0- 3- 0- 2],2-0-0-1-0-0-1-0-2,10687838120.888252
-202220-1-0,[2- 0- 2- 2- 2- 0- 1- 0],1-1-0-1-1-1-0-1-0,10683378985.818764
-010000-0-2,[0- 1- 0- 0- 0- 0- 0- 2],0-0-1-0-0-0-0-0-2,10682594975.310429
-101000-3-0,[1- 0- 1- 0- 0- 0- 3- 0],0-1-0-1-0-0-0-3-0,10669257129.465006
-000220-0-3,[0- 0- 0- 2- 2- 0- 0- 3],1-0-0-0-1-1-0-0-3,10668959762.642769
-000001-3-0,[0- 0- 0- 0- 0- 1- 3- 0],0-0-0-0-0-0-1-3-0,10666281671.693245
-101001-0-2,[1- 0- 1- 0- 0- 1- 0- 2],0-1-0-1-0-0-1-0-2,10665717016.476847
-111000-0-1,[1- 1- 1- 0- 0- 0- 0- 1],0-1-1-1-0-0-0-0-1,10665266013.248196
-000300-1-3,[0- 0- 0- 3- 0- 0- 1- 3],2-0-0-0-1-0-0-1-3,10664861184.84596
-110010-0-3,[1- 1- 0- 0- 1- 0- 0- 3],0-1-1-0-0-1-0-0-3,10664475438.485378
-220020-0-3,[2- 2- 0- 0- 2- 0- 0- 3],1-1-1-0-0-1-0-0-3,10664032017.951765
-220202-0-0,[2- 2- 0- 2- 0- 2- 0- 0],1-1-1-0-1-0-1-0-0,10660407936.103676
-303030-0-2,[3- 0- 3- 0- 3- 0- 0- 2],2-1-0-1-0-1-0-0-2,10639587310.019846
-011001-0-3,[0- 1- 1- 0- 0- 1- 0- 3],0-0-1-1-0-0-1-0-3,10627717798.798084
-101100-0-2,[1- 0- 1- 1- 0- 0- 0- 2],0-1-0-1-1-0-0-0-2,10625107340.510248
-101011-0-3,[1- 0- 1- 0- 1- 1- 0- 3],0-1-0-1-0-1-1-0-3,10624251788.880833
-110000-3-0,[1- 1- 0- 0- 0- 0- 3- 0],0-1-1-0-0-0-0-3-0,10623702934.344746
-030003-1-0,[0- 3- 0- 0- 0- 3- 1- 0],2-0-1-0-0-0-1-1-0,10621000195.118223
-003000-1-1,[0- 0- 3- 0- 0- 0- 1- 1],2-0-0-1-0-0-0-1-1,10620036905.885862
-000110-3-0,[0- 0- 0- 1- 1- 0- 3- 0],0-0-0-0-1-1-0-3-0,10617454688.608835
-303003-0-3,[3- 0- 3- 0- 0- 3- 0- 3],2-1-0-1-0-0-1-0-3,10602629867.528023
-100001-0-2,[1- 0- 0- 0- 0- 1- 0- 2],0-1-0-0-0-0-1-0-2,10601717790.412651
-111001-0-3,[1- 1- 1- 0- 0- 1- 0- 3],0-1-1-1-0-0-1-0-3,10598614865.754484
-000101-0-3,[0- 0- 0- 1- 0- 1- 0- 3],0-0-0-0-1-0-1-0-3,10594962621.256758
-000020-2-0,[0- 0- 0- 0- 2- 0- 2- 0],1-0-0-0-0-1-0-2-0,10593957019.940487
-011110-1-0,[0- 1- 1- 1- 1- 0- 1- 0],0-0-1-1-1-1-0-1-0,10585478510.33062
-333300-0-3,[3- 3- 3- 3- 0- 0- 0- 3],2-1-1-1-1-0-0-0-3,10583594838.157484
-020000-3-0,[0- 2- 0- 0- 0- 0- 3- 0],1-0-1-0-0-0-0-3-0,10578971443.101795
-101101-1-0,[1- 0- 1- 1- 0- 1- 1- 0],0-1-0-1-1-0-1-1-0,10577868668.89185
-010111-1-0,[0- 1- 0- 1- 1- 1- 1- 0],0-0-1-0-1-1-1-1-0,10574435320.226448
-000020-3-0,[0- 0- 0- 0- 2- 0- 3- 0],1-0-0-0-0-1-0-3-0,10561144114.832117
-000100-0-2,[0- 0- 0- 1- 0- 0- 0- 2],0-0-0-0-1-0-0-0-2,10559923027.379688
-000333-1-0,[0- 0- 0- 3- 3- 3- 1- 0],2-0-0-0-1-1-1-1-0,10558519260.693035
-030003-0-1,[0- 3- 0- 0- 0- 3- 0- 1],2-0-1-0-0-0-1-0-1,10555224151.458338
-030000-1-3,[0- 3- 0- 0- 0- 0- 1- 3],2-0-1-0-0-0-0-1-3,10554599009.039314
-003000-1-3,[0- 0- 3- 0- 0- 0- 1- 3],2-0-0-1-0-0-0-1-3,10550600758.408445
-200000-3-0,[2- 0- 0- 0- 0- 0- 3- 0],1-1-0-0-0-0-0-3-0,10549782420.036798
-202220-0-1,[2- 0- 2- 2- 2- 0- 0- 1],1-1-0-1-1-1-0-0-1,10548171794.738522
-330030-1-0,[3- 3- 0- 0- 3- 0- 1- 0],2-1-1-0-0-1-0-1-0,10546208397.194576
-011100-0-1,[0- 1- 1- 1- 0- 0- 0- 1],0-0-1-1-1-0-0-0-1,10537739976.421902
-202222-0-0,[2- 0- 2- 2- 2- 2- 0- 0],1-1-0-1-1-1-1-0-0,10534198292.823753
-220020-0-1,[2- 2- 0- 0- 2- 0- 0- 1],1-1-1-0-0-1-0-0-1,10534192479.894957
-100011-0-3,[1- 0- 0- 0- 1- 1- 0- 3],0-1-0-0-0-1-1-0-3,10524968826.748856
-000100-2-0,[0- 0- 0- 1- 0- 0- 2- 0],0-0-0-0-1-0-0-2-0,10523990838.942625
-001010-3-0,[0- 0- 1- 0- 1- 0- 3- 0],0-0-0-1-0-1-0-3-0,10521760854.542582
-000010-2-0,[0- 0- 0- 0- 1- 0- 2- 0],0-0-0-0-0-1-0-2-0,10518482195.679426
-001101-0-1,[0- 0- 1- 1- 0- 1- 0- 1],0-0-0-1-1-0-1-0-1,10516214137.536938
-010000-2-0,[0- 1- 0- 0- 0- 0- 2- 0],0-0-1-0-0-0-0-2-0,10503599880.501154
-200020-0-2,[2- 0- 0- 0- 2- 0- 0- 2],1-1-0-0-0-1-0-0-2,10498889386.338572
-000330-1-1,[0- 0- 0- 3- 3- 0- 1- 1],2-0-0-0-1-1-0-1-1,10494579378.04832
-222200-0-3,[2- 2- 2- 2- 0- 0- 0- 3],1-1-1-1-1-0-0-0-3,10493684073.863998
-022202-0-0,[0- 2- 2- 2- 0- 2- 0- 0],1-0-1-1-1-0-1-0-0,10490052794.161919
-101101-0-3,[1- 0- 1- 1- 0- 1- 0- 3],0-1-0-1-1-0-1-0-3,10486547730.02074
-000333-0-1,[0- 0- 0- 3- 3- 3- 0- 1],2-0-0-0-1-1-1-0-1,10482514638.298428
-101011-1-0,[1- 0- 1- 0- 1- 1- 1- 0],0-1-0-1-0-1-1-1-0,10479463896.196125
-111000-1-0,[1- 1- 1- 0- 0- 0- 1- 0],0-1-1-1-0-0-0-1-0,10474253409.876385
-100100-0-2,[1- 0- 0- 1- 0- 0- 0- 2],0-1-0-0-1-0-0-0-2,10470735122.718346
-003330-0-2,[0- 0- 3- 3- 3- 0- 0- 2],2-0-0-1-1-1-0-0-2,10469538161.578455
-110001-1-0,[1- 1- 0- 0- 0- 1- 1- 0],0-1-1-0-0-0-1-1-0,10467749989.236324
-022020-0-1,[0- 2- 2- 0- 2- 0- 0- 1],1-0-1-1-0-1-0-0-1,10462598175.92941
-002200-0-2,[0- 0- 2- 2- 0- 0- 0- 2],1-0-0-1-1-0-0-0-2,10454359114.918283
-001000-2-0,[0- 0- 1- 0- 0- 0- 2- 0],0-0-0-1-0-0-0-2-0,10453374649.53964
-303300-1-0,[3- 0- 3- 3- 0- 0- 1- 0],2-1-0-1-1-0-0-1-0,10448959342.010677
-010101-0-1,[0- 1- 0- 1- 0- 1- 0- 1],0-0-1-0-1-0-1-0-1,10446756363.135693
-101011-0-1,[1- 0- 1- 0- 1- 1- 0- 1],0-1-0-1-0-1-1-0-1,10440922680.751488
-002000-2-0,[0- 0- 2- 0- 0- 0- 2- 0],1-0-0-1-0-0-0-2-0,10435572061.00497
-020020-0-3,[0- 2- 0- 0- 2- 0- 0- 3],1-0-1-0-0-1-0-0-3,10431520589.323978
-003000-3-0,[0- 0- 3- 0- 0- 0- 3- 0],2-0-0-1-0-0-0-3-0,10426996898.428673
-110001-0-3,[1- 1- 0- 0- 0- 1- 0- 3],0-1-1-0-0-0-1-0-3,10424000195.186588
-100111-0-1,[1- 0- 0- 1- 1- 1- 0- 1],0-1-0-0-1-1-1-0-1,10423972062.665611
-010001-0-3,[0- 1- 0- 0- 0- 1- 0- 3],0-0-1-0-0-0-1-0-3,10405559732.027924
-100010-0-3,[1- 0- 0- 0- 1- 0- 0- 3],0-1-0-0-0-1-0-0-3,10403341251.950422
-011010-0-1,[0- 1- 1- 0- 1- 0- 0- 1],0-0-1-1-0-1-0-0-1,10386581229.755993
-000000-0-2,[0- 0- 0- 0- 0- 0- 0- 2],0-0-0-0-0-0-0-0-2,10381609542.946339
-100101-0-3,[1- 0- 0- 1- 0- 1- 0- 3],0-1-0-0-1-0-1-0-3,10379481595.830711
-000030-1-1,[0- 0- 0- 0- 3- 0- 1- 1],2-0-0-0-0-1-0-1-1,10378806376.651487
-303303-0-0,[3- 0- 3- 3- 0- 3- 0- 0],2-1-0-1-1-0-1-0-0,10377143574.26019
-000330-2-0,[0- 0- 0- 3- 3- 0- 2- 0],2-0-0-0-1-1-0-2-0,10373334762.769314
-100111-1-0,[1- 0- 0- 1- 1- 1- 1- 0],0-1-0-0-1-1-1-1-0,10362907798.376774
-330030-0-3,[3- 3- 0- 0- 3- 0- 0- 3],2-1-1-0-0-1-0-0-3,10355468294.450787
-202002-0-3,[2- 0- 2- 0- 0- 2- 0- 3],1-1-0-1-0-0-1-0-3,10351482544.94942
-033000-0-2,[0- 3- 3- 0- 0- 0- 0- 2],2-0-1-1-0-0-0-0-2,10343109746.789852
-000200-2-0,[0- 0- 0- 2- 0- 0- 2- 0],1-0-0-0-1-0-0-2-0,10342099998.553875
-303330-1-0,[3- 0- 3- 3- 3- 0- 1- 0],2-1-0-1-1-1-0-1-0,10339064703.052814
-033300-0-1,[0- 3- 3- 3- 0- 0- 0- 1],2-0-1-1-1-0-0-0-1,10327530904.510479
-200200-0-2,[2- 0- 0- 2- 0- 0- 0- 2],1-1-0-0-1-0-0-0-2,10325104972.013483
-001000-0-2,[0- 0- 1- 0- 0- 0- 0- 2],0-0-0-1-0-0-0-0-2,10323569670.38718
-020000-0-2,[0- 2- 0- 0- 0- 0- 0- 2],1-0-1-0-0-0-0-0-2,10321392645.066029
-033303-0-0,[0- 3- 3- 3- 0- 3- 0- 0],2-0-1-1-1-0-1-0-0,10317812253.645153
-220022-0-0,[2- 2- 0- 0- 2- 2- 0- 0],1-1-1-0-0-1-1-0-0,10309148758.452934
-002000-3-0,[0- 0- 2- 0- 0- 0- 3- 0],1-0-0-1-0-0-0-3-0,10308638312.733942
-220200-0-3,[2- 2- 0- 2- 0- 0- 0- 3],1-1-1-0-1-0-0-0-3,10308412631.209913
-300330-0-2,[3- 0- 0- 3- 3- 0- 0- 2],2-1-0-0-1-1-0-0-2,10303206056.597483
-330330-1-0,[3- 3- 0- 3- 3- 0- 1- 0],2-1-1-0-1-1-0-1-0,10302180168.417198
-030003-0-3,[0- 3- 0- 0- 0- 3- 0- 3],2-0-1-0-0-0-1-0-3,10279563930.55922
-200002-0-3,[2- 0- 0- 0- 0- 2- 0- 3],1-1-0-0-0-0-1-0-3,10279522056.004387
-000030-2-0,[0- 0- 0- 0- 3- 0- 2- 0],2-0-0-0-0-1-0-2-0,10275094023.352797
-010011-0-1,[0- 1- 0- 0- 1- 1- 0- 1],0-0-1-0-0-1-1-0-1,10272634121.505383
-000200-3-0,[0- 0- 0- 2- 0- 0- 3- 0],1-0-0-0-1-0-0-3-0,10271965596.605936
-003330-0-3,[0- 0- 3- 3- 3- 0- 0- 3],2-0-0-1-1-1-0-0-3,10269203384.720833
-303300-0-1,[3- 0- 3- 3- 0- 0- 0- 1],2-1-0-1-1-0-0-0-1,10256933894.493313
-100000-3-0,[1- 0- 0- 0- 0- 0- 3- 0],0-1-0-0-0-0-0-3-0,10252079555.15641
-001011-0-1,[0- 0- 1- 0- 1- 1- 0- 1],0-0-0-1-0-1-1-0-1,10246207878.182598
-303000-0-2,[3- 0- 3- 0- 0- 0- 0- 2],2-1-0-1-0-0-0-0-2,10243270408.848976
-011001-1-0,[0- 1- 1- 0- 0- 1- 1- 0],0-0-1-1-0-0-1-1-0,10242704067.981258
-003000-2-0,[0- 0- 3- 0- 0- 0- 2- 0],2-0-0-1-0-0-0-2-0,10238787136.850386
-202200-1-0,[2- 0- 2- 2- 0- 0- 1- 0],1-1-0-1-1-0-0-1-0,10238006552.80457
-002002-0-3,[0- 0- 2- 0- 0- 2- 0- 3],1-0-0-1-0-0-1-0-3,10231718818.059639
-002002-0-1,[0- 0- 2- 0- 0- 2- 0- 1],1-0-0-1-0-0-1-0-1,10230542396.836391
-300003-0-3,[3- 0- 0- 0- 0- 3- 0- 3],2-1-0-0-0-0-1-0-3,10228261016.427473
-000202-0-1,[0- 0- 0- 2- 0- 2- 0- 1],1-0-0-0-1-0-1-0-1,10221196420.933575
-011100-0-3,[0- 1- 1- 1- 0- 0- 0- 3],0-0-1-1-1-0-0-0-3,10217540438.542988
-000100-3-0,[0- 0- 0- 1- 0- 0- 3- 0],0-0-0-0-1-0-0-3-0,10211248630.78727
-000001-0-3,[0- 0- 0- 0- 0- 1- 0- 3],0-0-0-0-0-0-1-0-3,10209592954.139797
-000022-0-1,[0- 0- 0- 0- 2- 2- 0- 1],1-0-0-0-0-1-1-0-1,10207684012.295986
-022020-1-0,[0- 2- 2- 0- 2- 0- 1- 0],1-0-1-1-0-1-0-1-0,10207357103.904228
-033030-0-3,[0- 3- 3- 0- 3- 0- 0- 3],2-0-1-1-0-1-0-0-3,10203535213.544872
-110100-0-3,[1- 1- 0- 1- 0- 0- 0- 3],0-1-1-0-1-0-0-0-3,10193579446.858646
-330030-0-1,[3- 3- 0- 0- 3- 0- 0- 1],2-1-1-0-0-1-0-0-1,10193332137.951122
-110110-1-0,[1- 1- 0- 1- 1- 0- 1- 0],0-1-1-0-1-1-0-1-0,10193061071.603035
-010100-0-3,[0- 1- 0- 1- 0- 0- 0- 3],0-0-1-0-1-0-0-0-3,10189219014.00502
-333000-0-3,[3- 3- 3- 0- 0- 0- 0- 3],2-1-1-1-0-0-0-0-3,10189000735.90472
-002020-0-3,[0- 0- 2- 0- 2- 0- 0- 3],1-0-0-1-0-1-0-0-3,10186320334.371124
-000020-0-2,[0- 0- 0- 0- 2- 0- 0- 2],1-0-0-0-0-1-0-0-2,10184023038.75393
-033300-1-0,[0- 3- 3- 3- 0- 0- 1- 0],2-0-1-1-1-0-0-1-0,10177259947.541668
-100000-0-2,[1- 0- 0- 0- 0- 0- 0- 2],0-1-0-0-0-0-0-0-2,10177002015.638752
-000303-0-3,[0- 0- 0- 3- 0- 3- 0- 3],2-0-0-0-1-0-1-0-3,10176011318.078184
-030330-0-3,[0- 3- 0- 3- 3- 0- 0- 3],2-0-1-0-1-1-0-0-3,10171551583.398998
-022200-0-3,[0- 2- 2- 2- 0- 0- 0- 3],1-0-1-1-1-0-0-0-3,10164470064.895887
-000002-0-3,[0- 0- 0- 0- 0- 2- 0- 3],1-0-0-0-0-0-1-0-3,10163599639.026106
-110110-0-1,[1- 1- 0- 1- 1- 0- 0- 1],0-1-1-0-1-1-0-0-1,10161859655.647001
-000020-0-3,[0- 0- 0- 0- 2- 0- 0- 3],1-0-0-0-0-1-0-0-3,10160152609.584013
-030330-0-2,[0- 3- 0- 3- 3- 0- 0- 2],2-0-1-0-1-1-0-0-2,10157180555.28487
-300330-0-3,[3- 0- 0- 3- 3- 0- 0- 3],2-1-0-0-1-1-0-0-3,10149546465.605247
-110100-0-1,[1- 1- 0- 1- 0- 0- 0- 1],0-1-1-0-1-0-0-0-1,10145272471.907345
-022000-0-1,[0- 2- 2- 0- 0- 0- 0- 1],1-0-1-1-0-0-0-0-1,10144210187.075848
-000022-1-0,[0- 0- 0- 0- 2- 2- 1- 0],1-0-0-0-0-1-1-1-0,10143144418.87193
-303330-0-1,[3- 0- 3- 3- 3- 0- 0- 1],2-1-0-1-1-1-0-0-1,10136509207.733192
-330330-0-1,[3- 3- 0- 3- 3- 0- 0- 1],2-1-1-0-1-1-0-0-1,10128555966.880232
-001000-3-0,[0- 0- 1- 0- 0- 0- 3- 0],0-0-0-1-0-0-0-3-0,10127777653.57267
-000300-3-0,[0- 0- 0- 3- 0- 0- 3- 0],2-0-0-0-1-0-0-3-0,10125025659.519218
-000010-3-0,[0- 0- 0- 0- 1- 0- 3- 0],0-0-0-0-0-1-0-3-0,10121387595.473015
-101110-1-0,[1- 0- 1- 1- 1- 0- 1- 0],0-1-0-1-1-1-0-1-0,10121288846.970203
-000100-0-3,[0- 0- 0- 1- 0- 0- 0- 3],0-0-0-0-1-0-0-0-3,10115697399.686733
-220002-0-0,[2- 2- 0- 0- 0- 2- 0- 0],1-1-1-0-0-0-1-0-0,10111434356.754864
-111100-0-3,[1- 1- 1- 1- 0- 0- 0- 3],0-1-1-1-1-0-0-0-3,10110000793.116362
-333300-0-0,[3- 3- 3- 3- 0- 0- 0- 0],2-1-1-1-1-0-0-0-0,10096539238.749874
-000003-0-2,[0- 0- 0- 0- 0- 3- 0- 2],2-0-0-0-0-0-1-0-2,10093182369.355839
-101110-0-1,[1- 0- 1- 1- 1- 0- 0- 1],0-1-0-1-1-1-0-0-1,10090167402.3628
-330300-0-3,[3- 3- 0- 3- 0- 0- 0- 3],2-1-1-0-1-0-0-0-3,10085848208.641476
-101010-0-3,[1- 0- 1- 0- 1- 0- 0- 3],0-1-0-1-0-1-0-0-3,10081997259.022285
-011100-1-0,[0- 1- 1- 1- 0- 0- 1- 0],0-0-1-1-1-0-0-1-0,10079336121.892971
-303030-0-3,[3- 0- 3- 0- 3- 0- 0- 3],2-1-0-1-0-1-0-0-3,10075133342.365593
-022022-0-0,[0- 2- 2- 0- 2- 2- 0- 0],1-0-1-1-0-1-1-0-0,10068994750.733833
-110000-0-1,[1- 1- 0- 0- 0- 0- 0- 1],0-1-1-0-0-0-0-0-1,10066599400.856455
-033330-0-1,[0- 3- 3- 3- 3- 0- 0- 1],2-0-1-1-1-1-0-0-1,10055198834.491072
-202200-0-1,[2- 0- 2- 2- 0- 0- 0- 1],1-1-0-1-1-0-0-0-1,10054008422.844383
-000300-1-1,[0- 0- 0- 3- 0- 0- 1- 1],2-0-0-0-1-0-0-1-1,10045913291.025175
-000033-1-0,[0- 0- 0- 0- 3- 3- 1- 0],2-0-0-0-0-1-1-1-0,10044858860.67884
-000000-2-0,[0- 0- 0- 0- 0- 0- 2- 0],0-0-0-0-0-0-0-2-0,10044659791.957012
-010000-3-0,[0- 1- 0- 0- 0- 0- 3- 0],0-0-1-0-0-0-0-3-0,10044242541.984905
-202020-0-3,[2- 0- 2- 0- 2- 0- 0- 3],1-1-0-1-0-1-0-0-3,10042400543.629353
-200020-0-3,[2- 0- 0- 0- 2- 0- 0- 3],1-1-0-0-0-1-0-0-3,10039873309.91478
-001001-0-3,[0- 0- 1- 0- 0- 1- 0- 3],0-0-0-1-0-0-1-0-3,10038800014.64012
-033330-1-0,[0- 3- 3- 3- 3- 0- 1- 0],2-0-1-1-1-1-0-1-0,10030318065.38987
-202000-0-2,[2- 0- 2- 0- 0- 0- 0- 2],1-1-0-1-0-0-0-0-2,10014122852.099924
-001110-0-1,[0- 0- 1- 1- 1- 0- 0- 1],0-0-0-1-1-1-0-0-1,10010299757.06425
-110100-1-0,[1- 1- 0- 1- 0- 0- 1- 0],0-1-1-0-1-0-0-1-0,10009965290.506695
-002002-1-0,[0- 0- 2- 0- 0- 2- 1- 0],1-0-0-1-0-0-1-1-0,10003921800.37144
-300030-0-2,[3- 0- 0- 0- 3- 0- 0- 2],2-1-0-0-0-1-0-0-2,10000705677.17118
-303000-1-0,[3- 0- 3- 0- 0- 0- 1- 0],2-1-0-1-0-0-0-1-0,9977402517.670769
-110010-1-0,[1- 1- 0- 0- 1- 0- 1- 0],0-1-1-0-0-1-0-1-0,9977020080.99699
-000000-0-3,[0- 0- 0- 0- 0- 0- 0- 3],0-0-0-0-0-0-0-0-3,9970070853.081871
-110010-0-1,[1- 1- 0- 0- 1- 0- 0- 1],0-1-1-0-0-1-0-0-1,9960911329.82388
-000202-1-0,[0- 0- 0- 2- 0- 2- 1- 0],1-0-0-0-1-0-1-1-0,9957496198.018307
-001101-1-0,[0- 0- 1- 1- 0- 1- 1- 0],0-0-0-1-1-0-1-1-0,9938432352.903316
-111111-0-0,[1- 1- 1- 1- 1- 1- 0- 0],0-1-1-1-1-1-1-0-0,9928673640.068996
-300300-0-2,[3- 0- 0- 3- 0- 0- 0- 2],2-1-0-0-1-0-0-0-2,9925088262.284035
-200000-0-2,[2- 0- 0- 0- 0- 0- 0- 2],1-1-0-0-0-0-0-0-2,9917474548.835747
-020200-0-3,[0- 2- 0- 2- 0- 0- 0- 3],1-0-1-0-1-0-0-0-3,9911561946.145214
-001100-0-3,[0- 0- 1- 1- 0- 0- 0- 3],0-0-0-1-1-0-0-0-3,9910242515.588102
-030300-0-2,[0- 3- 0- 3- 0- 0- 0- 2],2-0-1-0-1-0-0-0-2,9908400563.825382
-101000-0-2,[1- 0- 1- 0- 0- 0- 0- 2],0-1-0-1-0-0-0-0-2,9897202009.228996
-010011-1-0,[0- 1- 0- 0- 1- 1- 1- 0],0-0-1-0-0-1-1-1-0,9895800408.99052
-000111-0-1,[0- 0- 0- 1- 1- 1- 0- 1],0-0-0-0-1-1-1-0-1,9891585540.416683
-222000-0-3,[2- 2- 2- 0- 0- 0- 0- 3],1-1-1-1-0-0-0-0-3,9890087294.78642
-011000-0-1,[0- 1- 1- 0- 0- 0- 0- 1],0-0-1-1-0-0-0-0-1,9887956834.434046
-003003-0-3,[0- 0- 3- 0- 0- 3- 0- 3],2-0-0-1-0-0-1-0-3,9883935870.73741
-010101-1-0,[0- 1- 0- 1- 0- 1- 1- 0],0-0-1-0-1-0-1-1-0,9881002931.31741
-010000-0-3,[0- 1- 0- 0- 0- 0- 0- 3],0-0-1-0-0-0-0-0-3,9872231045.20619
-030030-0-2,[0- 3- 0- 0- 3- 0- 0- 2],2-0-1-0-0-1-0-0-2,9868863265.851055
-333000-0-0,[3- 3- 3- 0- 0- 0- 0- 0],2-1-1-1-0-0-0-0-0,9851432948.314878
-303030-1-0,[3- 0- 3- 0- 3- 0- 1- 0],2-1-0-1-0-1-0-1-0,9839383299.794537
-011010-1-0,[0- 1- 1- 0- 1- 0- 1- 0],0-0-1-1-0-1-0-1-0,9839023538.832836
-003003-1-0,[0- 0- 3- 0- 0- 3- 1- 0],2-0-0-1-0-0-1-1-0,9837114391.710655
-110000-1-0,[1- 1- 0- 0- 0- 0- 1- 0],0-1-1-0-0-0-0-1-0,9836354380.132277
-110000-0-3,[1- 1- 0- 0- 0- 0- 0- 3],0-1-1-0-0-0-0-0-3,9824812737.084023
-220000-0-3,[2- 2- 0- 0- 0- 0- 0- 3],1-1-1-0-0-0-0-0-3,9816272009.119572
-003030-0-2,[0- 0- 3- 0- 3- 0- 0- 2],2-0-0-1-0-1-0-0-2,9801268984.922752
-003003-0-1,[0- 0- 3- 0- 0- 3- 0- 1],2-0-0-1-0-0-1-0-1,9795476891.067305
-033300-0-3,[0- 3- 3- 3- 0- 0- 0- 3],2-0-1-1-1-0-0-0-3,9793115613.240215
-002220-0-1,[0- 0- 2- 2- 2- 0- 0- 1],1-0-0-1-1-1-0-0-1,9791083193.335976
-100001-0-3,[1- 0- 0- 0- 0- 1- 0- 3],0-1-0-0-0-0-1-0-3,9789640890.40402
-000300-2-0,[0- 0- 0- 3- 0- 0- 2- 0],2-0-0-0-1-0-0-2-0,9785018440.043653
-100101-0-1,[1- 0- 0- 1- 0- 1- 0- 1],0-1-0-0-1-0-1-0-1,9774388982.149792
-033033-0-0,[0- 3- 3- 0- 3- 3- 0- 0],2-0-1-1-0-1-1-0-0,9771712280.943218
-202020-1-0,[2- 0- 2- 0- 2- 0- 1- 0],1-1-0-1-0-1-0-1-0,9770870079.60091
-330000-0-3,[3- 3- 0- 0- 0- 0- 0- 3],2-1-1-0-0-0-0-0-3,9770678310.082771
-010001-0-1,[0- 1- 0- 0- 0- 1- 0- 1],0-0-1-0-0-0-1-0-1,9763014852.959757
-100100-0-3,[1- 0- 0- 1- 0- 0- 0- 3],0-1-0-0-1-0-0-0-3,9762048189.304976
-303033-0-0,[3- 0- 3- 0- 3- 3- 0- 0],2-1-0-1-0-1-1-0-0,9759831628.20367
-030030-0-3,[0- 3- 0- 0- 3- 0- 0- 3],2-0-1-0-0-1-0-0-3,9753650955.084625
-011000-0-3,[0- 1- 1- 0- 0- 0- 0- 3],0-0-1-1-0-0-0-0-3,9746488100.7192
-300000-0-2,[3- 0- 0- 0- 0- 0- 0- 2],2-1-0-0-0-0-0-0-2,9743153806.421146
-022000-1-0,[0- 2- 2- 0- 0- 0- 1- 0],1-0-1-1-0-0-0-1-0,9726058235.100658
-000033-0-1,[0- 0- 0- 0- 3- 3- 0- 1],2-0-0-0-0-1-1-0-1,9723437545.434904
-300030-0-3,[3- 0- 0- 0- 3- 0- 0- 3],2-1-0-0-0-1-0-0-3,9707780631.803709
-000200-0-2,[0- 0- 0- 2- 0- 0- 0- 2],1-0-0-0-1-0-0-0-2,9704563560.335976
-000330-0-3,[0- 0- 0- 3- 3- 0- 0- 3],2-0-0-0-1-1-0-0-3,9691426768.549208
-000000-3-0,[0- 0- 0- 0- 0- 0- 3- 0],0-0-0-0-0-0-0-3-0,9687963778.679188
-100011-1-0,[1- 0- 0- 0- 1- 1- 1- 0],0-1-0-0-0-1-1-1-0,9679298488.884731
-033000-0-1,[0- 3- 3- 0- 0- 0- 0- 1],2-0-1-1-0-0-0-0-1,9670353890.827082
-003030-0-3,[0- 0- 3- 0- 3- 0- 0- 3],2-0-0-1-0-1-0-0-3,9669686768.928328
-001011-1-0,[0- 0- 1- 0- 1- 1- 1- 0],0-0-0-1-0-1-1-1-0,9667656111.64709
-303300-0-3,[3- 0- 3- 3- 0- 0- 0- 3],2-1-0-1-1-0-0-0-3,9665505166.137733
-003300-0-2,[0- 0- 3- 3- 0- 0- 0- 2],2-0-0-1-1-0-0-0-2,9639774679.37516
-002000-0-2,[0- 0- 2- 0- 0- 0- 0- 2],1-0-0-1-0-0-0-0-2,9636623437.507042
-303000-0-1,[3- 0- 3- 0- 0- 0- 0- 1],2-1-0-1-0-0-0-0-1,9635871896.993483
-100101-1-0,[1- 0- 0- 1- 0- 1- 1- 0],0-1-0-0-1-0-1-1-0,9630175245.806042
-111000-0-3,[1- 1- 1- 0- 0- 0- 0- 3],0-1-1-1-0-0-0-0-3,9608581858.083218
-000303-1-0,[0- 0- 0- 3- 0- 3- 1- 0],2-0-0-0-1-0-1-1-0,9593104536.607872
-101001-0-3,[1- 0- 1- 0- 0- 1- 0- 3],0-1-0-1-0-0-1-0-3,9589567035.287888
-100011-0-1,[1- 0- 0- 0- 1- 1- 0- 1],0-1-0-0-0-1-1-0-1,9586393764.958858
-030000-0-2,[0- 3- 0- 0- 0- 0- 0- 2],2-0-1-0-0-0-0-0-2,9573327174.194035
-000003-0-3,[0- 0- 0- 0- 0- 3- 0- 3],2-0-0-0-0-0-1-0-3,9562275712.123539
-000303-0-1,[0- 0- 0- 3- 0- 3- 0- 1],2-0-0-0-1-0-1-0-1,9562194680.719831
-101001-0-1,[1- 0- 1- 0- 0- 1- 0- 1],0-1-0-1-0-0-1-0-1,9550445027.838009
-020220-0-1,[0- 2- 0- 2- 2- 0- 0- 1],1-0-1-0-1-1-0-0-1,9546795767.616697
-101001-1-0,[1- 0- 1- 0- 0- 1- 1- 0],0-1-0-1-0-0-1-1-0,9546159635.64822
-202202-0-0,[2- 0- 2- 2- 0- 2- 0- 0],1-1-0-1-1-0-1-0-0,9539265821.485188
-002220-1-0,[0- 0- 2- 2- 2- 0- 1- 0],1-0-0-1-1-1-0-1-0,9533215221.919834
-202200-0-3,[2- 0- 2- 2- 0- 0- 0- 3],1-1-0-1-1-0-0-0-3,9527519478.81113
-033030-1-0,[0- 3- 3- 0- 3- 0- 1- 0],2-0-1-1-0-1-0-1-0,9523913938.619915
-033030-0-1,[0- 3- 3- 0- 3- 0- 0- 1],2-0-1-1-0-1-0-0-1,9515919355.355999
-022000-0-3,[0- 2- 2- 0- 0- 0- 0- 3],1-0-1-1-0-0-0-0-3,9515738456.988605
-202020-0-1,[2- 0- 2- 0- 2- 0- 0- 1],1-1-0-1-0-1-0-0-1,9499293141.61573
-020200-0-1,[0- 2- 0- 2- 0- 0- 0- 1],1-0-1-0-1-0-0-0-1,9484656827.687634
-222200-0-0,[2- 2- 2- 2- 0- 0- 0- 0],1-1-1-1-1-0-0-0-0,9480679949.819023
-101100-0-3,[1- 0- 1- 1- 0- 0- 0- 3],0-1-0-1-1-0-0-0-3,9468856265.433823
-033000-1-0,[0- 3- 3- 0- 0- 0- 1- 0],2-0-1-1-0-0-0-1-0,9460790373.100233
-020220-1-0,[0- 2- 0- 2- 2- 0- 1- 0],1-0-1-0-1-1-0-1-0,9460455142.45742
-010110-0-1,[0- 1- 0- 1- 1- 0- 0- 1],0-0-1-0-1-1-0-0-1,9443610108.097942
-001110-1-0,[0- 0- 1- 1- 1- 0- 1- 0],0-0-0-1-1-1-0-1-0,9442896806.071987
-101100-1-0,[1- 0- 1- 1- 0- 0- 1- 0],0-1-0-1-1-0-0-1-0,9442400953.872402
-303030-0-1,[3- 0- 3- 0- 3- 0- 0- 1],2-1-0-1-0-1-0-0-1,9441802337.81976
-001000-0-3,[0- 0- 1- 0- 0- 0- 0- 3],0-0-0-1-0-0-0-0-3,9438866167.276936
-200200-0-3,[2- 0- 0- 2- 0- 0- 0- 3],1-1-0-0-1-0-0-0-3,9429967775.794273
-002200-0-3,[0- 0- 2- 2- 0- 0- 0- 3],1-0-0-1-1-0-0-0-3,9427112731.098549
-100000-0-3,[1- 0- 0- 0- 0- 0- 0- 3],0-1-0-0-0-0-0-0-3,9411510602.051472
-202000-1-0,[2- 0- 2- 0- 0- 0- 1- 0],1-1-0-1-0-0-0-1-0,9403527387.626125
-020000-0-3,[0- 2- 0- 0- 0- 0- 0- 3],1-0-1-0-0-0-0-0-3,9389802261.205574
-200220-1-0,[2- 0- 0- 2- 2- 0- 1- 0],1-1-0-0-1-1-0-1-0,9377832280.483738
-001001-0-1,[0- 0- 1- 0- 0- 1- 0- 1],0-0-0-1-0-0-1-0-1,9337522619.17375
-000330-0-2,[0- 0- 0- 3- 3- 0- 0- 2],2-0-0-0-1-1-0-0-2,9331434120.19149
-000030-0-3,[0- 0- 0- 0- 3- 0- 0- 3],2-0-0-0-0-1-0-0-3,9330500717.10072
-300000-1-0,[3- 0- 0- 0- 0- 0- 1- 0],2-1-0-0-0-0-0-1-0,9330267044.89294
-000002-0-1,[0- 0- 0- 0- 0- 2- 0- 1],1-0-0-0-0-0-1-0-1,9328442728.158522
-000111-1-0,[0- 0- 0- 1- 1- 1- 1- 0],0-0-0-0-1-1-1-1-0,9321170809.605602
-101100-0-1,[1- 0- 1- 1- 0- 0- 0- 1],0-1-0-1-1-0-0-0-1,9313801962.700268
-030300-0-3,[0- 3- 0- 3- 0- 0- 0- 3],2-0-1-0-1-0-0-0-3,9297365627.391304
-000200-0-3,[0- 0- 0- 2- 0- 0- 0- 3],1-0-0-0-1-0-0-0-3,9281160761.27548
-033000-0-3,[0- 3- 3- 0- 0- 0- 0- 3],2-0-1-1-0-0-0-0-3,9274034971.218216
-020200-1-0,[0- 2- 0- 2- 0- 0- 1- 0],1-0-1-0-1-0-0-1-0,9272694007.347973
-303003-0-0,[3- 0- 3- 0- 0- 3- 0- 0],2-1-0-1-0-0-1-0-0,9254064452.022362
-000101-0-1,[0- 0- 0- 1- 0- 1- 0- 1],0-0-0-0-1-0-1-0-1,9247424991.655195
-011000-1-0,[0- 1- 1- 0- 0- 0- 1- 0],0-0-1-1-0-0-0-1-0,9242072073.03073
-010100-0-1,[0- 1- 0- 1- 0- 0- 0- 1],0-0-1-0-1-0-0-0-1,9215749030.403635
-101010-1-0,[1- 0- 1- 0- 1- 0- 1- 0],0-1-0-1-0-1-0-1-0,9201810829.825039
-200220-0-1,[2- 0- 0- 2- 2- 0- 0- 1],1-1-0-0-1-1-0-0-1,9197878165.368202
-300300-1-0,[3- 0- 0- 3- 0- 0- 1- 0],2-1-0-0-1-0-0-1-0,9195328511.482384
-300333-0-0,[3- 0- 0- 3- 3- 3- 0- 0],2-1-0-0-1-1-1-0-0,9191545024.236126
-000002-1-0,[0- 0- 0- 0- 0- 2- 1- 0],1-0-0-0-0-0-1-1-0,9173882641.277336
-111101-0-0,[1- 1- 1- 1- 0- 1- 0- 0],0-1-1-1-1-0-1-0-0,9167533085.151543
-010001-1-0,[0- 1- 0- 0- 0- 1- 1- 0],0-0-1-0-0-0-1-1-0,9147272045.160933
-200200-1-0,[2- 0- 0- 2- 0- 0- 1- 0],1-1-0-0-1-0-0-1-0,9146953588.100216
-111011-0-0,[1- 1- 1- 0- 1- 1- 0- 0],0-1-1-1-0-1-1-0-0,9146117324.181557
-001100-0-1,[0- 0- 1- 1- 0- 0- 0- 1],0-0-0-1-1-0-0-0-1,9142578875.738493
-202000-0-1,[2- 0- 2- 0- 0- 0- 0- 1],1-1-0-1-0-0-0-0-1,9140832421.943035
-100001-0-1,[1- 0- 0- 0- 0- 1- 0- 1],0-1-0-0-0-0-1-0-1,9136217456.539732
-300300-0-3,[3- 0- 0- 3- 0- 0- 0- 3],2-1-0-0-1-0-0-0-3,9134367022.365446
-101010-0-1,[1- 0- 1- 0- 1- 0- 0- 1],0-1-0-1-0-1-0-0-1,9130738719.489498
-020222-0-0,[0- 2- 0- 2- 2- 2- 0- 0],1-0-1-0-1-1-1-0-0,9128265409.66697
-002222-0-0,[0- 0- 2- 2- 2- 2- 0- 0],1-0-0-1-1-1-1-0-0,9117728446.525593
-000011-0-1,[0- 0- 0- 0- 1- 1- 0- 1],0-0-0-0-0-1-1-0-1,9107902572.434538
-022002-0-0,[0- 2- 2- 0- 0- 2- 0- 0],1-0-1-1-0-0-1-0-0,9093700759.694653
-100001-1-0,[1- 0- 0- 0- 0- 1- 1- 0],0-1-0-0-0-0-1-1-0,9092169254.716621
-033003-0-0,[0- 3- 3- 0- 0- 3- 0- 0],2-0-1-1-0-0-1-0-0,9088376051.522444
-010010-0-1,[0- 1- 0- 0- 1- 0- 0- 1],0-0-1-0-0-1-0-0-1,9085809604.826578
-303000-0-3,[3- 0- 3- 0- 0- 0- 0- 3],2-1-0-1-0-0-0-0-3,9084244211.064024
-020020-0-1,[0- 2- 0- 0- 2- 0- 0- 1],1-0-1-0-0-1-0-0-1,9078013048.987041
-010110-1-0,[0- 1- 0- 1- 1- 0- 1- 0],0-0-1-0-1-1-0-1-0,9073427006.977764
-000003-1-0,[0- 0- 0- 0- 0- 3- 1- 0],2-0-0-0-0-0-1-1-0,9057726985.675716
-100110-1-0,[1- 0- 0- 1- 1- 0- 1- 0],0-1-0-0-1-1-0-1-0,9048010706.630825
-011111-0-0,[0- 1- 1- 1- 1- 1- 0- 0],0-0-1-1-1-1-1-0-0,9047438611.348167
-001010-0-1,[0- 0- 1- 0- 1- 0- 0- 1],0-0-0-1-0-1-0-0-1,9046219978.703627
-000030-0-2,[0- 0- 0- 0- 3- 0- 0- 2],2-0-0-0-0-1-0-0-2,9046078025.532566
-202022-0-0,[2- 0- 2- 0- 2- 2- 0- 0],1-1-0-1-0-1-1-0-0,9036454162.48447
-100110-0-1,[1- 0- 0- 1- 1- 0- 0- 1],0-1-0-0-1-1-0-0-1,9034404139.94273
-300030-1-0,[3- 0- 0- 0- 3- 0- 1- 0],2-1-0-0-0-1-0-1-0,9025173957.986076
-222000-0-0,[2- 2- 2- 0- 0- 0- 0- 0],1-1-1-1-0-0-0-0-0,9015647494.798885
-020000-0-1,[0- 2- 0- 0- 0- 0- 0- 1],1-0-1-0-0-0-0-0-1,9011956602.655863
-200020-1-0,[2- 0- 0- 0- 2- 0- 1- 0],1-1-0-0-0-1-0-1-0,9011449805.38934
-003000-0-2,[0- 0- 3- 0- 0- 0- 0- 2],2-0-0-1-0-0-0-0-2,9007862696.981327
-200200-0-1,[2- 0- 0- 2- 0- 0- 0- 1],1-1-0-0-1-0-0-0-1,8994846537.147305
-002200-0-1,[0- 0- 2- 2- 0- 0- 0- 1],1-0-0-1-1-0-0-0-1,8994191614.126522
-020020-1-0,[0- 2- 0- 0- 2- 0- 1- 0],1-0-1-0-0-1-0-1-0,8985953199.799206
-003300-0-3,[0- 0- 3- 3- 0- 0- 0- 3],2-0-0-1-1-0-0-0-3,8978881460.873518
-300330-1-0,[3- 0- 0- 3- 3- 0- 1- 0],2-1-0-0-1-1-0-1-0,8965370320.310177
-003333-0-0,[0- 0- 3- 3- 3- 3- 0- 0],2-0-0-1-1-1-1-0-0,8947291954.097256
-200000-0-3,[2- 0- 0- 0- 0- 0- 0- 3],1-1-0-0-0-0-0-0-3,8939391732.057234
-300300-0-1,[3- 0- 0- 3- 0- 0- 0- 1],2-1-0-0-1-0-0-0-1,8922493933.79814
-222220-0-0,[2- 2- 2- 2- 2- 0- 0- 0],1-1-1-1-1-1-0-0-0,8919568577.899899
-010000-0-1,[0- 1- 0- 0- 0- 0- 0- 1],0-0-1-0-0-0-0-0-1,8918550372.186409
-030333-0-0,[0- 3- 0- 3- 3- 3- 0- 0],2-0-1-0-1-1-1-0-0,8916867981.162457
-200000-1-0,[2- 0- 0- 0- 0- 0- 1- 0],1-1-0-0-0-0-0-1-0,8914126117.011833
-300303-0-0,[3- 0- 0- 3- 0- 3- 0- 0],2-1-0-0-1-0-1-0-0,8872078414.916527
-030000-0-3,[0- 3- 0- 0- 0- 0- 0- 3],2-0-1-0-0-0-0-0-3,8865216773.112944
-300000-0-1,[3- 0- 0- 0- 0- 0- 0- 1],2-1-0-0-0-0-0-0-1,8858287515.747692
-000003-0-1,[0- 0- 0- 0- 0- 3- 0- 1],2-0-0-0-0-0-1-0-1,8841528375.6385
-002200-1-0,[0- 0- 2- 2- 0- 0- 1- 0],1-0-0-1-1-0-0-1-0,8835599133.843426
-030300-1-0,[0- 3- 0- 3- 0- 0- 1- 0],2-0-1-0-1-0-0-1-0,8815372727.692793
-101000-0-3,[1- 0- 1- 0- 0- 0- 0- 3],0-1-0-1-0-0-0-0-3,8806800979.764814
-300000-0-3,[3- 0- 0- 0- 0- 0- 0- 3],2-1-0-0-0-0-0-0-3,8804135090.64172
-333330-0-0,[3- 3- 3- 3- 3- 0- 0- 0],2-1-1-1-1-1-0-0-0,8791371959.570274
-001001-1-0,[0- 0- 1- 0- 0- 1- 1- 0],0-0-0-1-0-0-1-1-0,8777674449.230003
-030300-0-1,[0- 3- 0- 3- 0- 0- 0- 1],2-0-1-0-1-0-0-0-1,8775849279.891214
-002000-0-3,[0- 0- 2- 0- 0- 0- 0- 3],1-0-0-1-0-0-0-0-3,8768892164.265898
-010100-1-0,[0- 1- 0- 1- 0- 0- 1- 0],0-0-1-0-1-0-0-1-0,8766164558.018064
-001100-1-0,[0- 0- 1- 1- 0- 0- 1- 0],0-0-0-1-1-0-0-1-0,8747626029.218636
-202000-0-3,[2- 0- 2- 0- 0- 0- 0- 3],1-1-0-1-0-0-0-0-3,8741080141.909119
-330000-0-0,[3- 3- 0- 0- 0- 0- 0- 0],2-1-1-0-0-0-0-0-0,8713355182.71394
-003330-1-0,[0- 0- 3- 3- 3- 0- 1- 0],2-0-0-1-1-1-0-1-0,8708104612.76318
-020000-1-0,[0- 2- 0- 0- 0- 0- 1- 0],1-0-1-0-0-0-0-1-0,8694869986.339338
-002020-0-1,[0- 0- 2- 0- 2- 0- 0- 1],1-0-0-1-0-1-0-0-1,8692427616.660961
-000101-1-0,[0- 0- 0- 1- 0- 1- 1- 0],0-0-0-0-1-0-1-1-0,8685075215.784447
-200020-0-1,[2- 0- 0- 0- 2- 0- 0- 1],1-1-0-0-0-1-0-0-1,8677015288.628384
-200222-0-0,[2- 0- 0- 2- 2- 2- 0- 0],1-1-0-0-1-1-1-0-0,8670788270.873035
-003330-0-1,[0- 0- 3- 3- 3- 0- 0- 1],2-0-0-1-1-1-0-0-1,8666669442.376415
-200000-0-1,[2- 0- 0- 0- 0- 0- 0- 1],1-1-0-0-0-0-0-0-1,8659531811.961714
-100100-1-0,[1- 0- 0- 1- 0- 0- 1- 0],0-1-0-0-1-0-0-1-0,8643205976.588203
-300330-0-1,[3- 0- 0- 3- 3- 0- 0- 1],2-1-0-0-1-1-0-0-1,8632406470.322323
-101000-1-0,[1- 0- 1- 0- 0- 0- 1- 0],0-1-0-1-0-0-0-1-0,8629489278.881432
-100100-0-1,[1- 0- 0- 1- 0- 0- 0- 1],0-1-0-0-1-0-0-0-1,8625991057.01666
-010010-1-0,[0- 1- 0- 0- 1- 0- 1- 0],0-0-1-0-0-1-0-1-0,8612121438.955763
-030330-1-0,[0- 3- 0- 3- 3- 0- 1- 0],2-0-1-0-1-1-0-1-0,8608737610.156643
-000011-1-0,[0- 0- 0- 0- 1- 1- 1- 0],0-0-0-0-0-1-1-1-0,8607395908.878792
-333030-0-0,[3- 3- 3- 0- 3- 0- 0- 0],2-1-1-1-0-1-0-0-0,8606351360.370434
-000001-0-1,[0- 0- 0- 0- 0- 1- 0- 1],0-0-0-0-0-0-1-0-1,8601871968.481747
-100010-1-0,[1- 0- 0- 0- 1- 0- 1- 0],0-1-0-0-0-1-0-1-0,8601360282.369148
-000300-0-2,[0- 0- 0- 3- 0- 0- 0- 2],2-0-0-0-1-0-0-0-2,8593868112.998463
-000110-0-1,[0- 0- 0- 1- 1- 0- 0- 1],0-0-0-0-1-1-0-0-1,8592406273.619825
-100010-0-1,[1- 0- 0- 0- 1- 0- 0- 1],0-1-0-0-0-1-0-0-1,8559678931.671048
-300033-0-0,[3- 0- 0- 0- 3- 3- 0- 0],2-1-0-0-0-1-1-0-0,8557468710.096871
-030303-0-0,[0- 3- 0- 3- 0- 3- 0- 0],2-0-1-0-1-0-1-0-0,8537320763.317624
-101000-0-1,[1- 0- 1- 0- 0- 0- 0- 1],0-1-0-1-0-0-0-0-1,8524967312.584821
-020202-0-0,[0- 2- 0- 2- 0- 2- 0- 0],1-0-1-0-1-0-1-0-0,8514007050.149259
-030000-1-0,[0- 3- 0- 0- 0- 0- 1- 0],2-0-1-0-0-0-0-1-0,8500646639.631832
-330300-0-0,[3- 3- 0- 3- 0- 0- 0- 0],2-1-1-0-1-0-0-0-0,8497507516.290143
-030000-0-1,[0- 3- 0- 0- 0- 0- 0- 1],2-0-1-0-0-0-0-0-1,8482086879.305198
-002020-1-0,[0- 0- 2- 0- 2- 0- 1- 0],1-0-0-1-0-1-0-1-0,8471875940.912318
-030030-1-0,[0- 3- 0- 0- 3- 0- 1- 0],2-0-1-0-0-1-0-1-0,8464373003.502423
-000300-0-3,[0- 0- 0- 3- 0- 0- 0- 3],2-0-0-0-1-0-0-0-3,8461117313.022953
-222020-0-0,[2- 2- 2- 0- 2- 0- 0- 0],1-1-1-1-0-1-0-0-0,8457137849.087747
-300030-0-1,[3- 0- 0- 0- 3- 0- 0- 1],2-1-0-0-0-1-0-0-1,8451840633.96864
-003000-0-3,[0- 0- 3- 0- 0- 0- 0- 3],2-0-0-1-0-0-0-0-3,8442071576.909542
-111001-0-0,[1- 1- 1- 0- 0- 1- 0- 0],0-1-1-1-0-0-1-0-0,8440485170.573651
-001010-1-0,[0- 0- 1- 0- 1- 0- 1- 0],0-0-0-1-0-1-0-1-0,8436427706.6608515
-030330-0-1,[0- 3- 0- 3- 3- 0- 0- 1],2-0-1-0-1-1-0-0-1,8405757706.616634
-100000-0-1,[1- 0- 0- 0- 0- 0- 0- 1],0-1-0-0-0-0-0-0-1,8374077997.244213
-100000-1-0,[1- 0- 0- 0- 0- 0- 1- 0],0-1-0-0-0-0-0-1-0,8361916541.548306
-003300-1-0,[0- 0- 3- 3- 0- 0- 1- 0],2-0-0-1-1-0-0-1-0,8359577035.445199
-300003-0-0,[3- 0- 0- 0- 0- 3- 0- 0],2-1-0-0-0-0-1-0-0,8350947828.96362
-003300-0-1,[0- 0- 3- 3- 0- 0- 0- 1],2-0-0-1-1-0-0-0-1,8306949312.7888155
-001000-0-1,[0- 0- 1- 0- 0- 0- 0- 1],0-0-0-1-0-0-0-0-1,8299697511.629543
-010000-1-0,[0- 1- 0- 0- 0- 0- 1- 0],0-0-1-0-0-0-0-1-0,8264314752.567471
-030033-0-0,[0- 3- 0- 0- 3- 3- 0- 0],2-0-1-0-0-1-1-0-0,8215385723.31384
-020022-0-0,[0- 2- 0- 0- 2- 2- 0- 0],1-0-1-0-0-1-1-0-0,8208091495.388608
-030030-0-1,[0- 3- 0- 0- 3- 0- 0- 1],2-0-1-0-0-1-0-0-1,8194622290.094065
-011101-0-0,[0- 1- 1- 1- 0- 1- 0- 0],0-0-1-1-1-0-1-0-0,8186289137.353467
-202002-0-0,[2- 0- 2- 0- 0- 2- 0- 0],1-1-0-1-0-0-1-0-0,8158667366.658549
-000010-0-1,[0- 0- 0- 0- 1- 0- 0- 1],0-0-0-0-0-1-0-0-1,8134770356.595577
-000220-0-1,[0- 0- 0- 2- 2- 0- 0- 1],1-0-0-0-1-1-0-0-1,8098880294.766416
-110111-0-0,[1- 1- 0- 1- 1- 1- 0- 0],0-1-1-0-1-1-1-0-0,8070496331.338693
-000100-0-1,[0- 0- 0- 1- 0- 0- 0- 1],0-0-0-0-1-0-0-0-1,8065424912.883923
-200202-0-0,[2- 0- 0- 2- 0- 2- 0- 0],1-1-0-0-1-0-1-0-0,8055135366.529674
-000110-1-0,[0- 0- 0- 1- 1- 0- 1- 0],0-0-0-0-1-1-0-1-0,8037466670.852288
-000001-1-0,[0- 0- 0- 0- 0- 1- 1- 0],0-0-0-0-0-0-1-1-0,8034369283.198712
-003030-1-0,[0- 0- 3- 0- 3- 0- 1- 0],2-0-0-1-0-1-0-1-0,8002184452.693154
-011011-0-0,[0- 1- 1- 0- 1- 1- 0- 0],0-0-1-1-0-1-1-0-0,7976463832.387631
-002000-0-1,[0- 0- 2- 0- 0- 0- 0- 1],1-0-0-1-0-0-0-0-1,7966347740.023526
-003303-0-0,[0- 0- 3- 3- 0- 3- 0- 0],2-0-0-1-1-0-1-0-0,7950248198.667535
-220200-0-0,[2- 2- 0- 2- 0- 0- 0- 0],1-1-1-0-1-0-0-0-0,7923329019.027112
-220000-0-0,[2- 2- 0- 0- 0- 0- 0- 0],1-1-1-0-0-0-0-0-0,7909420568.186078
-000220-1-0,[0- 0- 0- 2- 2- 0- 1- 0],1-0-0-0-1-1-0-1-0,7906097678.7648115
-002202-0-0,[0- 0- 2- 2- 0- 2- 0- 0],1-0-0-1-1-0-1-0-0,7896583421.23939
-003030-0-1,[0- 0- 3- 0- 3- 0- 0- 1],2-0-0-1-0-1-0-0-1,7871952857.369016
-101111-0-0,[1- 0- 1- 1- 1- 1- 0- 0],0-1-0-1-1-1-1-0-0,7823798352.339512
-000000-0-1,[0- 0- 0- 0- 0- 0- 0- 1],0-0-0-0-0-0-0-0-1,7779947635.552301
-001000-1-0,[0- 0- 1- 0- 0- 0- 1- 0],0-0-0-1-0-0-0-1-0,7777002538.227796
-002000-1-0,[0- 0- 2- 0- 0- 0- 1- 0],1-0-0-1-0-0-0-1-0,7763980822.87626
-030003-0-0,[0- 3- 0- 0- 0- 3- 0- 0],2-0-1-0-0-0-1-0-0,7741908393.564617
-200022-0-0,[2- 0- 0- 0- 2- 2- 0- 0],1-1-0-0-0-1-1-0-0,7739518112.912303
-110101-0-0,[1- 1- 0- 1- 0- 1- 0- 0],0-1-1-0-1-0-1-0-0,7699609679.39494
-111100-0-0,[1- 1- 1- 1- 0- 0- 0- 0],0-1-1-1-1-0-0-0-0,7626818286.043317
-110011-0-0,[1- 1- 0- 0- 1- 1- 0- 0],0-1-1-0-0-1-1-0-0,7607994177.9689
-111110-0-0,[1- 1- 1- 1- 1- 0- 0- 0],0-1-1-1-1-1-0-0-0,7600847655.4421625
-000100-1-0,[0- 0- 0- 1- 0- 0- 1- 0],0-0-0-0-1-0-0-1-0,7597687113.711637
-003000-1-0,[0- 0- 3- 0- 0- 0- 1- 0],2-0-0-1-0-0-0-1-0,7584310238.158902
-000200-0-1,[0- 0- 0- 2- 0- 0- 0- 1],1-0-0-0-1-0-0-0-1,7567227931.052579
-003033-0-0,[0- 0- 3- 0- 3- 3- 0- 0],2-0-0-1-0-1-1-0-0,7563881371.028863
-020002-0-0,[0- 2- 0- 0- 0- 2- 0- 0],1-0-1-0-0-0-1-0-0,7555791825.789243
-000020-0-1,[0- 0- 0- 0- 2- 0- 0- 1],1-0-0-0-0-1-0-0-1,7542366509.833722
-000010-1-0,[0- 0- 0- 0- 1- 0- 1- 0],0-0-0-0-0-1-0-1-0,7514603701.840192
-003000-0-1,[0- 0- 3- 0- 0- 0- 0- 1],2-0-0-1-0-0-0-0-1,7511645924.011333
-002022-0-0,[0- 0- 2- 0- 2- 2- 0- 0],1-0-0-1-0-1-1-0-0,7466637487.261638
-022200-0-0,[0- 2- 2- 2- 0- 0- 0- 0],1-0-1-1-1-0-0-0-0,7443990906.474011
-000200-1-0,[0- 0- 0- 2- 0- 0- 1- 0],1-0-0-0-1-0-0-1-0,7407609856.998483
-000020-1-0,[0- 0- 0- 0- 2- 0- 1- 0],1-0-0-0-0-1-0-1-0,7393963946.082543
-022220-0-0,[0- 2- 2- 2- 2- 0- 0- 0],1-0-1-1-1-1-0-0-0,7376767092.776544
-110001-0-0,[1- 1- 0- 0- 0- 1- 0- 0],0-1-1-0-0-0-1-0-0,7329353241.114362
-033300-0-0,[0- 3- 3- 3- 0- 0- 0- 0],2-0-1-1-1-0-0-0-0,7321735157.92143
-111000-0-0,[1- 1- 1- 0- 0- 0- 0- 0],0-1-1-1-0-0-0-0-0,7302172439.34039
-200002-0-0,[2- 0- 0- 0- 0- 2- 0- 0],1-1-0-0-0-0-1-0-0,7283820328.366265
-330030-0-0,[3- 3- 0- 0- 3- 0- 0- 0],2-1-1-0-0-1-0-0-0,7245390733.647046
-111010-0-0,[1- 1- 1- 0- 1- 0- 0- 0],0-1-1-1-0-1-0-0-0,7233677640.325269
-303300-0-0,[3- 0- 3- 3- 0- 0- 0- 0],2-1-0-1-1-0-0-0-0,7207058581.494882
-000000-1-0,[0- 0- 0- 0- 0- 0- 1- 0],0-0-0-0-0-0-0-1-0,7168313945.703122
-011001-0-0,[0- 1- 1- 0- 0- 1- 0- 0],0-0-1-1-0-0-1-0-0,7088112534.685285
-220220-0-0,[2- 2- 0- 2- 2- 0- 0- 0],1-1-1-0-1-1-0-0-0,7075882987.99064
-000330-1-0,[0- 0- 0- 3- 3- 0- 1- 0],2-0-0-0-1-1-0-1-0,7072426291.073327
-001111-0-0,[0- 0- 1- 1- 1- 1- 0- 0],0-0-0-1-1-1-1-0-0,7053030789.251445
-330330-0-0,[3- 3- 0- 3- 3- 0- 0- 0],2-1-1-0-1-1-0-0-0,7014782381.126172
-220020-0-0,[2- 2- 0- 0- 2- 0- 0- 0],1-1-1-0-0-1-0-0-0,7014709996.945981
-000030-1-0,[0- 0- 0- 0- 3- 0- 1- 0],2-0-0-0-0-1-0-1-0,6920430021.220792
-000330-0-1,[0- 0- 0- 3- 3- 0- 0- 1],2-0-0-0-1-1-0-0-1,6892828950.602338
-000222-0-0,[0- 0- 0- 2- 2- 2- 0- 0],1-0-0-0-1-1-1-0-0,6847741757.096583
-000333-0-0,[0- 0- 0- 3- 3- 3- 0- 0],2-0-0-0-1-1-1-0-0,6838195965.168649
-000300-1-0,[0- 0- 0- 3- 0- 0- 1- 0],2-0-0-0-1-0-0-1-0,6833988178.916104
-101101-0-0,[1- 0- 1- 1- 0- 1- 0- 0],0-1-0-1-1-0-1-0-0,6819113127.530391
-010111-0-0,[0- 1- 0- 1- 1- 1- 0- 0],0-0-1-0-1-1-1-0-0,6766420307.317594
-033330-0-0,[0- 3- 3- 3- 3- 0- 0- 0],2-0-1-1-1-1-0-0-0,6689879226.639798
-000300-0-1,[0- 0- 0- 3- 0- 0- 0- 1],2-0-0-0-1-0-0-0-1,6681432993.680737
-303330-0-0,[3- 0- 3- 3- 3- 0- 0- 0],2-1-0-1-1-1-0-0-0,6661539342.208751
-011110-0-0,[0- 1- 1- 1- 1- 0- 0- 0],0-0-1-1-1-1-0-0-0,6640990912.989041
-000030-0-1,[0- 0- 0- 0- 3- 0- 0- 1],2-0-0-0-0-1-0-0-1,6616792600.330395
-303000-0-0,[3- 0- 3- 0- 0- 0- 0- 0],2-1-0-1-0-0-0-0-0,6582709716.582898
-033000-0-0,[0- 3- 3- 0- 0- 0- 0- 0],2-0-1-1-0-0-0-0-0,6570822133.551464
-003003-0-0,[0- 0- 3- 0- 0- 3- 0- 0],2-0-0-1-0-0-1-0-0,6545044759.936124
-022020-0-0,[0- 2- 2- 0- 2- 0- 0- 0],1-0-1-1-0-1-0-0-0,6528582387.544156
-101011-0-0,[1- 0- 1- 0- 1- 1- 0- 0],0-1-0-1-0-1-1-0-0,6527114078.032252
-022000-0-0,[0- 2- 2- 0- 0- 0- 0- 0],1-0-1-1-0-0-0-0-0,6504806010.001691
-202220-0-0,[2- 0- 2- 2- 2- 0- 0- 0],1-1-0-1-1-1-0-0-0,6482129544.629215
-011100-0-0,[0- 1- 1- 1- 0- 0- 0- 0],0-0-1-1-1-0-0-0-0,6404657428.723081
-202200-0-0,[2- 0- 2- 2- 0- 0- 0- 0],1-1-0-1-1-0-0-0-0,6388258470.60786
-110000-0-0,[1- 1- 0- 0- 0- 0- 0- 0],0-1-1-0-0-0-0-0-0,6337218742.509991
-002002-0-0,[0- 0- 2- 0- 0- 2- 0- 0],1-0-0-1-0-0-1-0-0,6273650018.72088
-110100-0-0,[1- 1- 0- 1- 0- 0- 0- 0],0-1-1-0-1-0-0-0-0,6272443213.557248
-010101-0-0,[0- 1- 0- 1- 0- 1- 0- 0],0-0-1-0-1-0-1-0-0,6257836125.412824
-100111-0-0,[1- 0- 0- 1- 1- 1- 0- 0],0-1-0-0-1-1-1-0-0,6105384839.144786
-033030-0-0,[0- 3- 3- 0- 3- 0- 0- 0],2-0-1-1-0-1-0-0-0,6095517580.035947
-000303-0-0,[0- 0- 0- 3- 0- 3- 0- 0],2-0-0-0-1-0-1-0-0,6070168086.207578
-010011-0-0,[0- 1- 0- 0- 1- 1- 0- 0],0-0-1-0-0-1-1-0-0,6050942232.432736
-001101-0-0,[0- 0- 1- 1- 0- 1- 0- 0],0-0-0-1-1-0-1-0-0,6035576386.228585
-000033-0-0,[0- 0- 0- 0- 3- 3- 0- 0],2-0-0-0-0-1-1-0-0,6029489680.029187
-303030-0-0,[3- 0- 3- 0- 3- 0- 0- 0],2-1-0-1-0-1-0-0-0,5989764448.919625
-000202-0-0,[0- 0- 0- 2- 0- 2- 0- 0],1-0-0-0-1-0-1-0-0,5967640093.185311
-011010-0-0,[0- 1- 1- 0- 1- 0- 0- 0],0-0-1-1-0-1-0-0-0,5940864232.783246
-110110-0-0,[1- 1- 0- 1- 1- 0- 0- 0],0-1-1-0-1-1-0-0-0,5896416505.122586
-110010-0-0,[1- 1- 0- 0- 1- 0- 0- 0],0-1-1-0-0-1-0-0-0,5868954942.728955
-000022-0-0,[0- 0- 0- 0- 2- 2- 0- 0],1-0-0-0-0-1-1-0-0,5783077955.853433
-011000-0-0,[0- 1- 1- 0- 0- 0- 0- 0],0-0-1-1-0-0-0-0-0,5675151761.023983
-101001-0-0,[1- 0- 1- 0- 0- 1- 0- 0],0-1-0-1-0-0-1-0-0,5657169867.100076
-001011-0-0,[0- 0- 1- 0- 1- 1- 0- 0],0-0-0-1-0-1-1-0-0,5639615000.301232
-300000-0-0,[3- 0- 0- 0- 0- 0- 0- 0],2-1-0-0-0-0-0-0-0,5577444072.278241
-010001-0-0,[0- 1- 0- 0- 0- 1- 0- 0],0-0-1-0-0-0-1-0-0,5550428093.458065
-300300-0-0,[3- 0- 0- 3- 0- 0- 0- 0],2-1-0-0-1-0-0-0-0,5548406576.425992
-100101-0-0,[1- 0- 0- 1- 0- 1- 0- 0],0-1-0-0-1-0-1-0-0,5543283832.857308
-202000-0-0,[2- 0- 2- 0- 0- 0- 0- 0],1-1-0-1-0-0-0-0-0,5476520881.597878
-101110-0-0,[1- 0- 1- 1- 1- 0- 0- 0],0-1-0-1-1-1-0-0-0,5475549446.246455
-202020-0-0,[2- 0- 2- 0- 2- 0- 0- 0],1-1-0-1-0-1-0-0-0,5467780806.196193
-020200-0-0,[0- 2- 0- 2- 0- 0- 0- 0],1-0-1-0-1-0-0-0-0,5414155957.388715
-030300-0-0,[0- 3- 0- 3- 0- 0- 0- 0],2-0-1-0-1-0-0-0-0,5334823837.491116
-100011-0-0,[1- 0- 0- 0- 1- 1- 0- 0],0-1-0-0-0-1-1-0-0,5313907050.90426
-000003-0-0,[0- 0- 0- 0- 0- 3- 0- 0],2-0-0-0-0-0-1-0-0,5276674281.397687
-020220-0-0,[0- 2- 0- 2- 2- 0- 0- 0],1-0-1-0-1-1-0-0-0,5086322322.655332
-030000-0-0,[0- 3- 0- 0- 0- 0- 0- 0],2-0-1-0-0-0-0-0-0,5055168878.827021
-101100-0-0,[1- 0- 1- 1- 0- 0- 0- 0],0-1-0-1-1-0-0-0-0,5028734354.87954
-002220-0-0,[0- 0- 2- 2- 2- 0- 0- 0],1-0-0-1-1-1-0-0-0,5010640394.9514265
-000002-0-0,[0- 0- 0- 0- 0- 2- 0- 0],1-0-0-0-0-0-1-0-0,4972898394.425214
-020000-0-0,[0- 2- 0- 0- 0- 0- 0- 0],1-0-1-0-0-0-0-0-0,4946114799.474194
-100001-0-0,[1- 0- 0- 0- 0- 1- 0- 0],0-1-0-0-0-0-1-0-0,4930385320.368848
-000111-0-0,[0- 0- 0- 1- 1- 1- 0- 0],0-0-0-0-1-1-1-0-0,4918903634.657891
-200200-0-0,[2- 0- 0- 2- 0- 0- 0- 0],1-1-0-0-1-0-0-0-0,4912747736.898721
-300330-0-0,[3- 0- 0- 3- 3- 0- 0- 0],2-1-0-0-1-1-0-0-0,4766586817.935082
-001110-0-0,[0- 0- 1- 1- 1- 0- 0- 0],0-0-0-1-1-1-0-0-0,4719481606.86741
-300030-0-0,[3- 0- 0- 0- 3- 0- 0- 0],2-1-0-0-0-1-0-0-0,4696763307.493482
-001001-0-0,[0- 0- 1- 0- 0- 1- 0- 0],0-0-0-1-0-0-1-0-0,4684320304.038877
-020020-0-0,[0- 2- 0- 0- 2- 0- 0- 0],1-0-1-0-0-1-0-0-0,4661108796.229184
-200000-0-0,[2- 0- 0- 0- 0- 0- 0- 0],1-1-0-0-0-0-0-0-0,4658396206.849576
-200220-0-0,[2- 0- 0- 2- 2- 0- 0- 0],1-1-0-0-1-1-0-0-0,4658069789.485362
-010100-0-0,[0- 1- 0- 1- 0- 0- 0- 0],0-0-1-0-1-0-0-0-0,4557659107.530117
-101010-0-0,[1- 0- 1- 0- 1- 0- 0- 0],0-1-0-1-0-1-0-0-0,4549282355.667367
-030330-0-0,[0- 3- 0- 3- 3- 0- 0- 0],2-0-1-0-1-1-0-0-0,4545502621.275968
-002200-0-0,[0- 0- 2- 2- 0- 0- 0- 0],1-0-0-1-1-0-0-0-0,4528413231.744607
-003330-0-0,[0- 0- 3- 3- 3- 0- 0- 0],2-0-0-1-1-1-0-0-0,4495717273.711419
-010110-0-0,[0- 1- 0- 1- 1- 0- 0- 0],0-0-1-0-1-1-0-0-0,4471998044.990735
-003300-0-0,[0- 0- 3- 3- 0- 0- 0- 0],2-0-0-1-1-0-0-0-0,4466541605.177472
-030030-0-0,[0- 3- 0- 0- 3- 0- 0- 0],2-0-1-0-0-1-0-0-0,4378523122.046383
-000101-0-0,[0- 0- 0- 1- 0- 1- 0- 0],0-0-0-0-1-0-1-0-0,4304446453.60011
-010000-0-0,[0- 1- 0- 0- 0- 0- 0- 0],0-0-1-0-0-0-0-0-0,4244841905.184473
-200020-0-0,[2- 0- 0- 0- 2- 0- 0- 0],1-1-0-0-0-1-0-0-0,4244355614.016625
-101000-0-0,[1- 0- 1- 0- 0- 0- 0- 0],0-1-0-1-0-0-0-0-0,4238286157.9119234
-010010-0-0,[0- 1- 0- 0- 1- 0- 0- 0],0-0-1-0-0-1-0-0-0,4140584002.9955864
-001100-0-0,[0- 0- 1- 1- 0- 0- 0- 0],0-0-0-1-1-0-0-0-0,4111520133.6929903
-000011-0-0,[0- 0- 0- 0- 1- 1- 0- 0],0-0-0-0-0-1-1-0-0,4037519815.6739016
-100110-0-0,[1- 0- 0- 1- 1- 0- 0- 0],0-1-0-0-1-1-0-0-0,3936160475.7264485
-100100-0-0,[1- 0- 0- 1- 0- 0- 0- 0],0-1-0-0-1-0-0-0-0,3899315843.2493258
-002020-0-0,[0- 0- 2- 0- 2- 0- 0- 0],1-0-0-1-0-1-0-0-0,3798688820.553612
-100000-0-0,[1- 0- 0- 0- 0- 0- 0- 0],0-1-0-0-0-0-0-0-0,3698270441.618253
-001010-0-0,[0- 0- 1- 0- 1- 0- 0- 0],0-0-0-1-0-1-0-0-0,3637068155.950452
-003030-0-0,[0- 0- 3- 0- 3- 0- 0- 0],2-0-0-1-0-1-0-0-0,3595149684.7914248
-100010-0-0,[1- 0- 0- 0- 1- 0- 0- 0],0-1-0-0-0-1-0-0-0,3542618589.1060457
-000001-0-0,[0- 0- 0- 0- 0- 1- 0- 0],0-0-0-0-0-0-1-0-0,3527952019.1716895
-003000-0-0,[0- 0- 3- 0- 0- 0- 0- 0],2-0-0-1-0-0-0-0-0,3527273975.6008887
-002000-0-0,[0- 0- 2- 0- 0- 0- 0- 0],1-0-0-1-0-0-0-0-0,3341484491.442914
-001000-0-0,[0- 0- 1- 0- 0- 0- 0- 0],0-0-0-1-0-0-0-0-0,3103192469.8401313
-000220-0-0,[0- 0- 0- 2- 2- 0- 0- 0],1-0-0-0-1-1-0-0-0,2736451188.527245
-000110-0-0,[0- 0- 0- 1- 1- 0- 0- 0],0-0-0-0-1-1-0-0-0,2719338051.8300295
-000200-0-0,[0- 0- 0- 2- 0- 0- 0- 0],1-0-0-0-1-0-0-0-0,2574244859.4307375
-000100-0-0,[0- 0- 0- 1- 0- 0- 0- 0],0-0-0-0-1-0-0-0-0,2491047232.5608344
-000300-0-0,[0- 0- 0- 3- 0- 0- 0- 0],2-0-0-0-1-0-0-0-0,2405732867.360502
-000330-0-0,[0- 0- 0- 3- 3- 0- 0- 0],2-0-0-0-1-1-0-0-0,2221843916.484189
-000010-0-0,[0- 0- 0- 0- 1- 0- 0- 0],0-0-0-0-0-1-0-0-0,2190185943.6865516
-000020-0-0,[0- 0- 0- 0- 2- 0- 0- 0],1-0-0-0-0-1-0-0-0,2138223120.911847
-000000-0-0,[0- 0- 0- 0- 0- 0- 0- 0],0-0-0-0-0-0-0-0-0,2091283607.7509422
-000030-0-0,[0- 0- 0- 0- 3- 0- 0- 0],2-0-0-0-0-1-0-0-0,1927089709.1199162
+rank, configurations,google pixel format, model format, energy_efficiency estimated
+0,222222-2-1,[2- 2- 2- 2- 2- 2- 2- 1],1-1-1-1-1-1-1-2-1,16790517900.451168
+1,222222-1-1,[2- 2- 2- 2- 2- 2- 1- 1],1-1-1-1-1-1-1-1-1,16559178274.137806
+2,222222-2-2,[2- 2- 2- 2- 2- 2- 2- 2],1-1-1-1-1-1-1-2-2,16289278042.622908
+3,222222-2-0,[2- 2- 2- 2- 2- 2- 2- 0],1-1-1-1-1-1-1-2-0,16279950003.696903
+4,022222-2-1,[0- 2- 2- 2- 2- 2- 2- 1],1-0-1-1-1-1-1-2-1,16277647962.882668
+5,222022-2-1,[2- 2- 2- 0- 2- 2- 2- 1],1-1-1-1-0-1-1-2-1,16222018520.974342
+6,202222-2-1,[2- 0- 2- 2- 2- 2- 2- 1],1-1-0-1-1-1-1-2-1,16180272513.537144
+7,220222-2-1,[2- 2- 0- 2- 2- 2- 2- 1],1-1-1-0-1-1-1-2-1,16074080053.991615
+8,333333-2-1,[3- 3- 3- 3- 3- 3- 2- 1],2-1-1-1-1-1-1-2-1,16059153790.795418
+9,222222-1-2,[2- 2- 2- 2- 2- 2- 1- 2],1-1-1-1-1-1-1-1-2,16030432540.070797
+10,222202-2-1,[2- 2- 2- 2- 0- 2- 2- 1],1-1-1-1-1-0-1-2-1,16013902465.08831
+11,022222-1-1,[0- 2- 2- 2- 2- 2- 1- 1],1-0-1-1-1-1-1-1-1,15910162098.26434
+12,333333-2-2,[3- 3- 3- 3- 3- 3- 2- 2],2-1-1-1-1-1-1-2-2,15867447382.875286
+13,202222-2-2,[2- 0- 2- 2- 2- 2- 2- 2],1-1-0-1-1-1-1-2-2,15804186509.318401
+14,303333-2-1,[3- 0- 3- 3- 3- 3- 2- 1],2-1-0-1-1-1-1-2-1,15803132905.443401
+15,222022-2-2,[2- 2- 2- 0- 2- 2- 2- 2],1-1-1-1-0-1-1-2-2,15766585551.256481
+16,022222-2-2,[0- 2- 2- 2- 2- 2- 2- 2],1-0-1-1-1-1-1-2-2,15750720642.569225
+17,222022-1-1,[2- 2- 2- 0- 2- 2- 1- 1],1-1-1-1-0-1-1-1-1,15742422821.198757
+18,222202-1-1,[2- 2- 2- 2- 0- 2- 1- 1],1-1-1-1-1-0-1-1-1,15738267812.292278
+19,333333-1-1,[3- 3- 3- 3- 3- 3- 1- 1],2-1-1-1-1-1-1-1-1,15703084364.247005
+20,333033-2-1,[3- 3- 3- 0- 3- 3- 2- 1],2-1-1-1-0-1-1-2-1,15701492865.405575
+21,303333-2-2,[3- 0- 3- 3- 3- 3- 2- 2],2-1-0-1-1-1-1-2-2,15676741704.89224
+22,220022-2-1,[2- 2- 0- 0- 2- 2- 2- 1],1-1-1-0-0-1-1-2-1,15664013661.855251
+23,220222-2-2,[2- 2- 0- 2- 2- 2- 2- 2],1-1-1-0-1-1-1-2-2,15646866186.504238
+24,222202-2-2,[2- 2- 2- 2- 0- 2- 2- 2],1-1-1-1-1-0-1-2-2,15644987659.19209
+25,022022-2-1,[0- 2- 2- 0- 2- 2- 2- 1],1-0-1-1-0-1-1-2-1,15632799637.10281
+26,202222-1-1,[2- 0- 2- 2- 2- 2- 1- 1],1-1-0-1-1-1-1-1-1,15631624744.365334
+27,222022-2-0,[2- 2- 2- 0- 2- 2- 2- 0],1-1-1-1-0-1-1-2-0,15626787067.605694
+28,333333-3-3,[3- 3- 3- 3- 3- 3- 3- 3],2-1-1-1-1-1-1-3-3,15620738326.406193
+29,020222-2-1,[0- 2- 0- 2- 2- 2- 2- 1],1-0-1-0-1-1-1-2-1,15566950191.233273
+30,022222-2-0,[0- 2- 2- 2- 2- 2- 2- 0],1-0-1-1-1-1-1-2-0,15565377710.358242
+31,022222-1-2,[0- 2- 2- 2- 2- 2- 1- 2],1-0-1-1-1-1-1-1-2,15562079467.609816
+32,022202-2-1,[0- 2- 2- 2- 0- 2- 2- 1],1-0-1-1-1-0-1-2-1,15558950748.665142
+33,333303-2-1,[3- 3- 3- 3- 0- 3- 2- 1],2-1-1-1-1-0-1-2-1,15534461148.590618
+34,330333-2-1,[3- 3- 0- 3- 3- 3- 2- 1],2-1-1-0-1-1-1-2-1,15533287158.978695
+35,220222-1-1,[2- 2- 0- 2- 2- 2- 1- 1],1-1-1-0-1-1-1-1-1,15531409248.355785
+36,333333-2-3,[3- 3- 3- 3- 3- 3- 2- 3],2-1-1-1-1-1-1-2-3,15529464341.504368
+37,333333-2-0,[3- 3- 3- 3- 3- 3- 2- 0],2-1-1-1-1-1-1-2-0,15509258630.768597
+38,033333-2-1,[0- 3- 3- 3- 3- 3- 2- 1],2-0-1-1-1-1-1-2-1,15500840331.8511
+39,002222-2-1,[0- 0- 2- 2- 2- 2- 2- 1],1-0-0-1-1-1-1-2-1,15478488421.37318
+40,222222-2-3,[2- 2- 2- 2- 2- 2- 2- 3],1-1-1-1-1-1-1-2-3,15476356245.764935
+41,222222-3-1,[2- 2- 2- 2- 2- 2- 3- 1],1-1-1-1-1-1-1-3-1,15466301373.325514
+42,220222-2-0,[2- 2- 0- 2- 2- 2- 2- 0],1-1-1-0-1-1-1-2-0,15457770209.098614
+43,222222-3-3,[2- 2- 2- 2- 2- 2- 3- 3],1-1-1-1-1-1-1-3-3,15433814310.116972
+44,200222-2-1,[2- 0- 0- 2- 2- 2- 2- 1],1-1-0-0-1-1-1-2-1,15425975034.424038
+45,222222-3-0,[2- 2- 2- 2- 2- 2- 3- 0],1-1-1-1-1-1-1-3-0,15424357469.715511
+46,333033-2-2,[3- 3- 3- 0- 3- 3- 2- 2],2-1-1-1-0-1-1-2-2,15411211281.393854
+47,202222-1-2,[2- 0- 2- 2- 2- 2- 1- 2],1-1-0-1-1-1-1-1-2,15392469591.03347
+48,222002-2-1,[2- 2- 2- 0- 0- 2- 2- 1],1-1-1-1-0-0-1-2-1,15390565014.776608
+49,222222-3-2,[2- 2- 2- 2- 2- 2- 3- 2],1-1-1-1-1-1-1-3-2,15388992062.730232
+50,222222-0-2,[2- 2- 2- 2- 2- 2- 0- 2],1-1-1-1-1-1-1-0-2,15384354428.129774
+51,222222-0-1,[2- 2- 2- 2- 2- 2- 0- 1],1-1-1-1-1-1-1-0-1,15381475011.72781
+52,333333-1-2,[3- 3- 3- 3- 3- 3- 1- 2],2-1-1-1-1-1-1-1-2,15370386593.94235
+53,202222-2-0,[2- 0- 2- 2- 2- 2- 2- 0],1-1-0-1-1-1-1-2-0,15364915622.07177
+54,330033-2-1,[3- 3- 0- 0- 3- 3- 2- 1],2-1-1-0-0-1-1-2-1,15361108013.97479
+55,333303-2-2,[3- 3- 3- 3- 0- 3- 2- 2],2-1-1-1-1-0-1-2-2,15345434126.413675
+56,202202-2-1,[2- 0- 2- 2- 0- 2- 2- 1],1-1-0-1-1-0-1-2-1,15341926684.33926
+57,111111-2-1,[1- 1- 1- 1- 1- 1- 2- 1],0-1-1-1-1-1-1-2-1,15341053662.27787
+58,333333-3-2,[3- 3- 3- 3- 3- 3- 3- 2],2-1-1-1-1-1-1-3-2,15336714690.308575
+59,202022-2-1,[2- 0- 2- 0- 2- 2- 2- 1],1-1-0-1-0-1-1-2-1,15333834641.36868
+60,330333-2-2,[3- 3- 0- 3- 3- 3- 2- 2],2-1-1-0-1-1-1-2-2,15320488434.053736
+61,033333-2-2,[0- 3- 3- 3- 3- 3- 2- 2],2-0-1-1-1-1-1-2-2,15289861284.602732
+62,333303-1-1,[3- 3- 3- 3- 0- 3- 1- 1],2-1-1-1-1-0-1-1-1,15278574917.819878
+63,220222-1-2,[2- 2- 0- 2- 2- 2- 1- 2],1-1-1-0-1-1-1-1-2,15264772919.524
+64,222202-2-0,[2- 2- 2- 2- 0- 2- 2- 0],1-1-1-1-1-0-1-2-0,15261482337.087215
+65,022022-2-2,[0- 2- 2- 0- 2- 2- 2- 2],1-0-1-1-0-1-1-2-2,15261453507.69935
+66,222022-1-2,[2- 2- 2- 0- 2- 2- 1- 2],1-1-1-1-0-1-1-1-2,15260800296.082563
+67,020222-2-2,[0- 2- 0- 2- 2- 2- 2- 2],1-0-1-0-1-1-1-2-2,15249543279.88746
+68,220202-2-1,[2- 2- 0- 2- 0- 2- 2- 1],1-1-1-0-1-0-1-2-1,15244403361.005917
+69,022202-2-2,[0- 2- 2- 2- 0- 2- 2- 2],1-0-1-1-1-0-1-2-2,15233425646.42573
+70,333303-3-3,[3- 3- 3- 3- 0- 3- 3- 3],2-1-1-1-1-0-1-3-3,15233323787.66018
+71,220022-2-2,[2- 2- 0- 0- 2- 2- 2- 2],1-1-1-0-0-1-1-2-2,15229261252.491236
+72,200222-2-2,[2- 0- 0- 2- 2- 2- 2- 2],1-1-0-0-1-1-1-2-2,15203427580.166075
+73,002222-2-2,[0- 0- 2- 2- 2- 2- 2- 2],1-0-0-1-1-1-1-2-2,15202907449.539305
+74,222202-3-3,[2- 2- 2- 2- 0- 2- 3- 3],1-1-1-1-1-0-1-3-3,15198508069.784504
+75,303333-1-1,[3- 0- 3- 3- 3- 3- 1- 1],2-1-0-1-1-1-1-1-1,15183655191.376713
+76,303333-2-3,[3- 0- 3- 3- 3- 3- 2- 3],2-1-0-1-1-1-1-2-3,15180342629.942783
+77,333333-3-1,[3- 3- 3- 3- 3- 3- 3- 1],2-1-1-1-1-1-1-3-1,15179786538.46783
+78,303033-2-1,[3- 0- 3- 0- 3- 3- 2- 1],2-1-0-1-0-1-1-2-1,15179364203.210503
+79,333033-2-0,[3- 3- 3- 0- 3- 3- 2- 0],2-1-1-1-0-1-1-2-0,15176751163.877754
+80,222222-1-0,[2- 2- 2- 2- 2- 2- 1- 0],1-1-1-1-1-1-1-1-0,15167921373.27781
+81,333033-1-1,[3- 3- 3- 0- 3- 3- 1- 1],2-1-1-1-0-1-1-1-1,15161689000.128944
+82,222202-1-2,[2- 2- 2- 2- 0- 2- 1- 2],1-1-1-1-1-0-1-1-2,15153400568.396238
+83,303333-3-3,[3- 0- 3- 3- 3- 3- 3- 3],2-1-0-1-1-1-1-3-3,15128540048.47228
+84,202202-2-2,[2- 0- 2- 2- 0- 2- 2- 2],1-1-0-1-1-0-1-2-2,15112640367.181364
+85,222002-2-2,[2- 2- 2- 0- 0- 2- 2- 2],1-1-1-1-0-0-1-2-2,15096591285.92898
+86,300333-2-1,[3- 0- 0- 3- 3- 3- 2- 1],2-1-0-0-1-1-1-2-1,15093535758.495567
+87,303303-2-1,[3- 0- 3- 3- 0- 3- 2- 1],2-1-0-1-1-0-1-2-1,15092833419.40435
+88,333003-2-1,[3- 3- 3- 0- 0- 3- 2- 1],2-1-1-1-0-0-1-2-1,15092499963.085157
+89,020022-2-1,[0- 2- 0- 0- 2- 2- 2- 1],1-0-1-0-0-1-1-2-1,15084267622.855421
+90,222022-3-1,[2- 2- 2- 0- 2- 2- 3- 1],1-1-1-1-0-1-1-3-1,15082170536.403957
+91,303333-1-2,[3- 0- 3- 3- 3- 3- 1- 2],2-1-0-1-1-1-1-1-2,15067169301.840816
+92,222202-3-2,[2- 2- 2- 2- 0- 2- 3- 2],1-1-1-1-1-0-1-3-2,15036115182.141613
+93,300333-2-2,[3- 0- 0- 3- 3- 3- 2- 2],2-1-0-0-1-1-1-2-2,15030459005.426617
+94,030333-2-1,[0- 3- 0- 3- 3- 3- 2- 1],2-0-1-0-1-1-1-2-1,15021635599.220625
+95,202022-2-2,[2- 0- 2- 0- 2- 2- 2- 2],1-1-0-1-0-1-1-2-2,15021568444.259031
+96,111111-2-2,[1- 1- 1- 1- 1- 1- 2- 2],0-1-1-1-1-1-1-2-2,15011534939.740673
+97,220022-2-0,[2- 2- 0- 0- 2- 2- 2- 0],1-1-1-0-0-1-1-2-0,15004413584.587486
+98,303303-2-2,[3- 0- 3- 3- 0- 3- 2- 2],2-1-0-1-1-0-1-2-2,15003307307.264217
+99,303333-2-0,[3- 0- 3- 3- 3- 3- 2- 0],2-1-0-1-1-1-1-2-0,15001342153.496815
+100,222022-3-2,[2- 2- 2- 0- 2- 2- 3- 2],1-1-1-1-0-1-1-3-2,14998531393.609463
+101,022202-1-1,[0- 2- 2- 2- 0- 2- 1- 1],1-0-1-1-1-0-1-1-1,14992954751.028221
+102,022222-3-1,[0- 2- 2- 2- 2- 2- 3- 1],1-0-1-1-1-1-1-3-1,14985054612.183666
+103,330033-2-2,[3- 3- 0- 0- 3- 3- 2- 2],2-1-1-0-0-1-1-2-2,14981365323.913673
+104,333333-3-0,[3- 3- 3- 3- 3- 3- 3- 0],2-1-1-1-1-1-1-3-0,14971415257.36395
+105,033033-2-1,[0- 3- 3- 0- 3- 3- 2- 1],2-0-1-1-0-1-1-2-1,14966770761.590635
+106,220022-1-1,[2- 2- 0- 0- 2- 2- 1- 1],1-1-1-0-0-1-1-1-1,14963840903.247444
+107,222022-3-0,[2- 2- 2- 0- 2- 2- 3- 0],1-1-1-1-0-1-1-3-0,14958924686.88803
+108,303033-2-2,[3- 0- 3- 0- 3- 3- 2- 2],2-1-0-1-0-1-1-2-2,14958548041.532162
+109,303333-3-2,[3- 0- 3- 3- 3- 3- 3- 2],2-1-0-1-1-1-1-3-2,14954078864.150795
+110,002222-1-2,[0- 0- 2- 2- 2- 2- 1- 2],1-0-0-1-1-1-1-1-2,14952478686.450726
+111,200022-2-1,[2- 0- 0- 0- 2- 2- 2- 1],1-1-0-0-0-1-1-2-1,14952123010.916954
+112,333303-3-2,[3- 3- 3- 3- 0- 3- 3- 2],2-1-1-1-1-0-1-3-2,14942139572.611637
+113,022022-1-1,[0- 2- 2- 0- 2- 2- 1- 1],1-0-1-1-0-1-1-1-1,14941147336.346626
+114,220202-2-2,[2- 2- 0- 2- 0- 2- 2- 2],1-1-1-0-1-0-1-2-2,14925508727.50709
+115,003333-2-1,[0- 0- 3- 3- 3- 3- 2- 1],2-0-0-1-1-1-1-2-1,14923667344.801872
+116,030333-2-2,[0- 3- 0- 3- 3- 3- 2- 2],2-0-1-0-1-1-1-2-2,14923626639.345573
+117,222002-1-1,[2- 2- 2- 0- 0- 2- 1- 1],1-1-1-1-0-0-1-1-1,14922759645.462608
+118,111011-2-1,[1- 1- 1- 0- 1- 1- 2- 1],0-1-1-1-0-1-1-2-1,14920558150.80235
+119,330333-2-0,[3- 3- 0- 3- 3- 3- 2- 0],2-1-1-0-1-1-1-2-0,14920346968.257607
+120,002222-1-1,[0- 0- 2- 2- 2- 2- 1- 1],1-0-0-1-1-1-1-1-1,14917946039.293827
+121,222022-3-3,[2- 2- 2- 0- 2- 2- 3- 3],1-1-1-1-0-1-1-3-3,14915120934.950672
+122,003333-2-2,[0- 0- 3- 3- 3- 3- 2- 2],2-0-0-1-1-1-1-2-2,14910630205.057247
+123,222022-2-3,[2- 2- 2- 0- 2- 2- 2- 3],1-1-1-1-0-1-1-2-3,14903529296.606327
+124,022222-3-0,[0- 2- 2- 2- 2- 2- 3- 0],1-0-1-1-1-1-1-3-0,14899357637.122465
+125,333033-3-1,[3- 3- 3- 0- 3- 3- 3- 1],2-1-1-1-0-1-1-3-1,14897929029.81602
+126,022222-0-2,[0- 2- 2- 2- 2- 2- 0- 2],1-0-1-1-1-1-1-0-2,14893821916.75761
+127,333303-2-3,[3- 3- 3- 3- 0- 3- 2- 3],2-1-1-1-1-0-1-2-3,14886980264.571388
+128,333033-2-3,[3- 3- 3- 0- 3- 3- 2- 3],2-1-1-1-0-1-1-2-3,14886281050.58068
+129,202222-2-3,[2- 0- 2- 2- 2- 2- 2- 3],1-1-0-1-1-1-1-2-3,14882027454.002483
+130,330333-1-1,[3- 3- 0- 3- 3- 3- 1- 1],2-1-1-0-1-1-1-1-1,14872983953.2443
+131,330303-2-1,[3- 3- 0- 3- 0- 3- 2- 1],2-1-1-0-1-0-1-2-1,14870035550.342878
+132,220222-3-1,[2- 2- 0- 2- 2- 2- 3- 1],1-1-1-0-1-1-1-3-1,14869961873.71342
+133,020022-2-2,[0- 2- 0- 0- 2- 2- 2- 2],1-0-1-0-0-1-1-2-2,14866310716.751595
+134,333033-3-2,[3- 3- 3- 0- 3- 3- 3- 2],2-1-1-1-0-1-1-3-2,14863240420.141712
+135,333033-3-3,[3- 3- 3- 0- 3- 3- 3- 3],2-1-1-1-0-1-1-3-3,14862679010.99105
+136,033333-3-1,[0- 3- 3- 3- 3- 3- 3- 1],2-0-1-1-1-1-1-3-1,14859604072.73614
+137,222202-3-1,[2- 2- 2- 2- 0- 2- 3- 1],1-1-1-1-1-0-1-3-1,14857948248.278835
+138,300033-2-1,[3- 0- 0- 0- 3- 3- 2- 1],2-1-0-0-0-1-1-2-1,14855445584.895092
+139,330333-2-3,[3- 3- 0- 3- 3- 3- 2- 3],2-1-1-0-1-1-1-2-3,14854323485.780006
+140,011111-2-1,[0- 1- 1- 1- 1- 1- 2- 1],0-0-1-1-1-1-1-2-1,14853112161.10194
+141,222202-2-3,[2- 2- 2- 2- 0- 2- 2- 3],1-1-1-1-1-0-1-2-3,14848949090.447788
+142,111111-1-1,[1- 1- 1- 1- 1- 1- 1- 1],0-1-1-1-1-1-1-1-1,14840203099.728924
+143,220202-1-1,[2- 2- 0- 2- 0- 2- 1- 1],1-1-1-0-1-0-1-1-1,14839457058.97396
+144,033303-2-1,[0- 3- 3- 3- 0- 3- 2- 1],2-0-1-1-1-0-1-2-1,14836348463.866636
+145,033333-3-2,[0- 3- 3- 3- 3- 3- 3- 2],2-0-1-1-1-1-1-3-2,14835473342.266315
+146,330333-3-3,[3- 3- 0- 3- 3- 3- 3- 3],2-1-1-0-1-1-1-3-3,14830743118.868172
+147,333003-2-2,[3- 3- 3- 0- 0- 3- 2- 2],2-1-1-1-0-0-1-2-2,14827035301.208931
+148,330033-2-0,[3- 3- 0- 0- 3- 3- 2- 0],2-1-1-0-0-1-1-2-0,14826815091.00137
+149,333303-2-0,[3- 3- 3- 3- 0- 3- 2- 0],2-1-1-1-1-0-1-2-0,14826329338.41285
+150,220222-2-3,[2- 2- 0- 2- 2- 2- 2- 3],1-1-1-0-1-1-1-2-3,14826033388.089024
+151,222220-2-1,[2- 2- 2- 2- 2- 0- 2- 1],1-1-1-1-1-1-0-2-1,14825943403.23153
+152,220222-3-0,[2- 2- 0- 2- 2- 2- 3- 0],1-1-1-0-1-1-1-3-0,14819552706.613142
+153,033333-3-3,[0- 3- 3- 3- 3- 3- 3- 3],2-0-1-1-1-1-1-3-3,14812586700.978073
+154,202222-3-1,[2- 0- 2- 2- 2- 2- 3- 1],1-1-0-1-1-1-1-3-1,14802053223.459667
+155,333033-1-2,[3- 3- 3- 0- 3- 3- 1- 2],2-1-1-1-0-1-1-1-2,14799948854.803509
+156,220002-2-1,[2- 2- 0- 0- 0- 2- 2- 1],1-1-1-0-0-0-1-2-1,14799638052.80139
+157,020222-1-2,[0- 2- 0- 2- 2- 2- 1- 2],1-0-1-0-1-1-1-1-2,14793043571.805218
+158,020202-2-1,[0- 2- 0- 2- 0- 2- 2- 1],1-0-1-0-1-0-1-2-1,14790261325.720121
+159,303333-3-1,[3- 0- 3- 3- 3- 3- 3- 1],2-1-0-1-1-1-1-3-1,14785755374.413832
+160,033333-2-0,[0- 3- 3- 3- 3- 3- 2- 0],2-0-1-1-1-1-1-2-0,14783899504.89309
+161,202222-3-2,[2- 0- 2- 2- 2- 2- 3- 2],1-1-0-1-1-1-1-3-2,14776565456.20579
+162,033333-1-1,[0- 3- 3- 3- 3- 3- 1- 1],2-0-1-1-1-1-1-1-1,14775541705.203651
+163,333033-3-0,[3- 3- 3- 0- 3- 3- 3- 0],2-1-1-1-0-1-1-3-0,14768543624.3793
+164,330333-3-2,[3- 3- 0- 3- 3- 3- 3- 2],2-1-1-0-1-1-1-3-2,14768457943.248707
+165,111011-2-2,[1- 1- 1- 0- 1- 1- 2- 2],0-1-1-1-0-1-1-2-2,14764591979.779978
+166,033333-2-3,[0- 3- 3- 3- 3- 3- 2- 3],2-0-1-1-1-1-1-2-3,14764456667.313286
+167,101111-2-1,[1- 0- 1- 1- 1- 1- 2- 1],0-1-0-1-1-1-1-2-1,14764397237.09515
+168,000222-2-2,[0- 0- 0- 2- 2- 2- 2- 2],1-0-0-0-1-1-1-2-2,14763110766.197536
+169,022022-1-2,[0- 2- 2- 0- 2- 2- 1- 2],1-0-1-1-0-1-1-1-2,14762903228.613735
+170,022002-2-1,[0- 2- 2- 0- 0- 2- 2- 1],1-0-1-1-0-0-1-2-1,14758869178.561964
+171,333303-1-2,[3- 3- 3- 3- 0- 3- 1- 2],2-1-1-1-1-0-1-1-2,14758857207.187878
+172,002202-2-1,[0- 0- 2- 2- 0- 2- 2- 1],1-0-0-1-1-0-1-2-1,14752997343.277138
+173,333333-0-1,[3- 3- 3- 3- 3- 3- 0- 1],2-1-1-1-1-1-1-0-1,14752500334.516792
+174,220222-3-2,[2- 2- 0- 2- 2- 2- 3- 2],1-1-1-0-1-1-1-3-2,14747250025.498623
+175,033033-2-2,[0- 3- 3- 0- 3- 3- 2- 2],2-0-1-1-0-1-1-2-2,14746785344.582802
+176,000222-2-1,[0- 0- 0- 2- 2- 2- 2- 1],1-0-0-0-1-1-1-2-1,14745292901.860497
+177,330333-3-1,[3- 3- 0- 3- 3- 3- 3- 1],2-1-1-0-1-1-1-3-1,14745065469.698572
+178,202222-3-3,[2- 0- 2- 2- 2- 2- 3- 3],1-1-0-1-1-1-1-3-3,14740793476.741127
+179,002022-2-1,[0- 0- 2- 0- 2- 2- 2- 1],1-0-0-1-0-1-1-2-1,14738491429.56237
+180,022222-3-2,[0- 2- 2- 2- 2- 2- 3- 2],1-0-1-1-1-1-1-3-2,14738185478.865093
+181,200022-2-2,[2- 0- 0- 0- 2- 2- 2- 2],1-1-0-0-0-1-1-2-2,14736464412.904842
+182,020222-1-1,[0- 2- 0- 2- 2- 2- 1- 1],1-0-1-0-1-1-1-1-1,14728187286.382027
+183,033303-2-2,[0- 3- 3- 3- 0- 3- 2- 2],2-0-1-1-1-0-1-2-2,14726639975.79174
+184,022022-2-0,[0- 2- 2- 0- 2- 2- 2- 0],1-0-1-1-0-1-1-2-0,14708680328.8807
+185,330333-1-2,[3- 3- 0- 3- 3- 3- 1- 2],2-1-1-0-1-1-1-1-2,14703623152.549465
+186,022222-2-3,[0- 2- 2- 2- 2- 2- 2- 3],1-0-1-1-1-1-1-2-3,14703393667.31261
+187,303303-3-3,[3- 0- 3- 3- 0- 3- 3- 3],2-1-0-1-1-0-1-3-3,14697642985.33958
+188,333003-1-1,[3- 3- 3- 0- 0- 3- 1- 1],2-1-1-1-0-0-1-1-1,14696456344.685863
+189,222220-2-2,[2- 2- 2- 2- 2- 0- 2- 2],1-1-1-1-1-1-0-2-2,14691002600.285442
+190,220222-3-3,[2- 2- 0- 2- 2- 2- 3- 3],1-1-1-0-1-1-1-3-3,14680395315.037891
+191,022202-1-2,[0- 2- 2- 2- 0- 2- 1- 2],1-0-1-1-1-0-1-1-2,14679288928.136623
+192,002202-2-2,[0- 0- 2- 2- 0- 2- 2- 2],1-0-0-1-1-0-1-2-2,14678997181.06129
+193,333333-0-2,[3- 3- 3- 3- 3- 3- 0- 2],2-1-1-1-1-1-1-0-2,14669626916.417217
+194,030033-2-1,[0- 3- 0- 0- 3- 3- 2- 1],2-0-1-0-0-1-1-2-1,14668901254.787197
+195,111111-1-2,[1- 1- 1- 1- 1- 1- 1- 2],0-1-1-1-1-1-1-1-2,14668442805.664381
+196,202220-2-2,[2- 0- 2- 2- 2- 0- 2- 2],1-1-0-1-1-1-0-2-2,14664339473.283094
+197,220022-1-2,[2- 2- 0- 0- 2- 2- 1- 2],1-1-1-0-0-1-1-1-2,14661568115.244137
+198,033333-1-2,[0- 3- 3- 3- 3- 3- 1- 2],2-0-1-1-1-1-1-1-2,14657765832.572704
+199,111101-2-1,[1- 1- 1- 1- 0- 1- 2- 1],0-1-1-1-1-0-1-2-1,14654603135.563
+200,200222-1-2,[2- 0- 0- 2- 2- 2- 1- 2],1-1-0-0-1-1-1-1-2,14653883656.955639
+201,020202-2-2,[0- 2- 0- 2- 0- 2- 2- 2],1-0-1-0-1-0-1-2-2,14650651062.738548
+202,222202-0-1,[2- 2- 2- 2- 0- 2- 0- 1],1-1-1-1-1-0-1-0-1,14649088882.339348
+203,222002-3-3,[2- 2- 2- 0- 0- 2- 3- 3],1-1-1-1-0-0-1-3-3,14648102837.105385
+204,333303-3-1,[3- 3- 3- 3- 0- 3- 3- 1],2-1-1-1-1-0-1-3-1,14645785104.674189
+205,033333-3-0,[0- 3- 3- 3- 3- 3- 3- 0],2-0-1-1-1-1-1-3-0,14639404301.77087
+206,022002-2-2,[0- 2- 2- 0- 0- 2- 2- 2],1-0-1-1-0-0-1-2-2,14638288408.134682
+207,002022-2-2,[0- 0- 2- 0- 2- 2- 2- 2],1-0-0-1-0-1-1-2-2,14633858009.507717
+208,020222-2-0,[0- 2- 0- 2- 2- 2- 2- 0],1-0-1-0-1-1-1-2-0,14632365808.019188
+209,300033-2-2,[3- 0- 0- 0- 3- 3- 2- 2],2-1-0-0-0-1-1-2-2,14625998100.80195
+210,330303-2-2,[3- 3- 0- 3- 0- 3- 2- 2],2-1-1-0-1-0-1-2-2,14624222277.596703
+211,330003-2-1,[3- 3- 0- 0- 0- 3- 2- 1],2-1-1-0-0-0-1-2-1,14621493666.186596
+212,202222-3-0,[2- 0- 2- 2- 2- 2- 3- 0],1-1-0-1-1-1-1-3-0,14604935002.592186
+213,022202-3-2,[0- 2- 2- 2- 0- 2- 3- 2],1-0-1-1-1-0-1-3-2,14603236733.931889
+214,022022-3-1,[0- 2- 2- 0- 2- 2- 3- 1],1-0-1-1-0-1-1-3-1,14601032729.915415
+215,202202-1-1,[2- 0- 2- 2- 0- 2- 1- 1],1-1-0-1-1-0-1-1-1,14592737341.062626
+216,330033-1-1,[3- 3- 0- 0- 3- 3- 1- 1],2-1-1-0-0-1-1-1-1,14590715781.863476
+217,101110-2-2,[1- 0- 1- 1- 1- 0- 2- 2],0-1-0-1-1-1-0-2-2,14587619029.272701
+218,222222-1-3,[2- 2- 2- 2- 2- 2- 1- 3],1-1-1-1-1-1-1-1-3,14584903764.296474
+219,030333-3-1,[0- 3- 0- 3- 3- 3- 3- 1],2-0-1-0-1-1-1-3-1,14579765414.170128
+220,222002-3-2,[2- 2- 2- 0- 0- 2- 3- 2],1-1-1-1-0-0-1-3-2,14578351964.82394
+221,200222-1-1,[2- 0- 0- 2- 2- 2- 1- 1],1-1-0-0-1-1-1-1-1,14576758815.037052
+222,101111-2-2,[1- 0- 1- 1- 1- 1- 2- 2],0-1-0-1-1-1-1-2-2,14572509265.615995
+223,200202-2-1,[2- 0- 0- 2- 0- 2- 2- 1],1-1-0-0-1-0-1-2-1,14569113307.69004
+224,330333-3-0,[3- 3- 0- 3- 3- 3- 3- 0],2-1-1-0-1-1-1-3-0,14568814644.913174
+225,202002-2-1,[2- 0- 2- 0- 0- 2- 2- 1],1-1-0-1-0-0-1-2-1,14564725394.50512
+226,111111-2-0,[1- 1- 1- 1- 1- 1- 2- 0],0-1-1-1-1-1-1-2-0,14563332999.043789
+227,111110-2-1,[1- 1- 1- 1- 1- 0- 2- 1],0-1-1-1-1-1-0-2-1,14563260424.534756
+228,330033-3-1,[3- 3- 0- 0- 3- 3- 3- 1],2-1-1-0-0-1-1-3-1,14562470133.720497
+229,022202-3-1,[0- 2- 2- 2- 0- 2- 3- 1],1-0-1-1-1-0-1-3-1,14554218012.156458
+230,111101-2-2,[1- 1- 1- 1- 0- 1- 2- 2],0-1-1-1-1-0-1-2-2,14548641102.844324
+231,220022-3-1,[2- 2- 0- 0- 2- 2- 3- 1],1-1-1-0-0-1-1-3-1,14541693458.331125
+232,333333-1-0,[3- 3- 3- 3- 3- 3- 1- 0],2-1-1-1-1-1-1-1-0,14541216172.019169
+233,001110-2-2,[0- 0- 1- 1- 1- 0- 2- 2],0-0-0-1-1-1-0-2-2,14539167511.670282
+234,033303-3-3,[0- 3- 3- 3- 0- 3- 3- 3],2-0-1-1-1-0-1-3-3,14533893806.353132
+235,222002-2-0,[2- 2- 2- 0- 0- 2- 2- 0],1-1-1-1-0-0-1-2-0,14531662842.456902
+236,022202-2-0,[0- 2- 2- 2- 0- 2- 2- 0],1-0-1-1-1-0-1-2-0,14529488652.592125
+237,030333-3-2,[0- 3- 0- 3- 3- 3- 3- 2],2-0-1-0-1-1-1-3-2,14528177509.115849
+238,202202-3-3,[2- 0- 2- 2- 0- 2- 3- 3],1-1-0-1-1-0-1-3-3,14526964564.147627
+239,020222-3-1,[0- 2- 0- 2- 2- 2- 3- 1],1-0-1-0-1-1-1-3-1,14521079558.499674
+240,202220-2-1,[2- 0- 2- 2- 2- 0- 2- 1],1-1-0-1-1-1-0-2-1,14518879623.159878
+241,000010-2-2,[0- 0- 0- 0- 1- 0- 2- 2],0-0-0-0-0-1-0-2-2,14516219427.907314
+242,110111-2-1,[1- 1- 0- 1- 1- 1- 2- 1],0-1-1-0-1-1-1-2-1,14516181205.356289
+243,011111-2-2,[0- 1- 1- 1- 1- 1- 2- 2],0-0-1-1-1-1-1-2-2,14510996136.17216
+244,022222-0-1,[0- 2- 2- 2- 2- 2- 0- 1],1-0-1-1-1-1-1-0-1,14508622531.741447
+245,303003-2-1,[3- 0- 3- 0- 0- 3- 2- 1],2-1-0-1-0-0-1-2-1,14507919984.445599
+246,303303-3-2,[3- 0- 3- 3- 0- 3- 3- 2],2-1-0-1-1-0-1-3-2,14503470176.45602
+247,033303-3-2,[0- 3- 3- 3- 0- 3- 3- 2],2-0-1-1-1-0-1-3-2,14503048321.86951
+248,000022-2-2,[0- 0- 0- 0- 2- 2- 2- 2],1-0-0-0-0-1-1-2-2,14502960349.509653
+249,300333-2-3,[3- 0- 0- 3- 3- 3- 2- 3],2-1-0-0-1-1-1-2-3,14500087047.911808
+250,111110-2-2,[1- 1- 1- 1- 1- 0- 2- 2],0-1-1-1-1-1-0-2-2,14499188292.709467
+251,330033-3-0,[3- 3- 0- 0- 3- 3- 3- 0],2-1-1-0-0-1-1-3-0,14492947609.117289
+252,220002-2-2,[2- 2- 0- 0- 0- 2- 2- 2],1-1-1-0-0-0-1-2-2,14492590876.691124
+253,030033-2-2,[0- 3- 0- 0- 3- 3- 2- 2],2-0-1-0-0-1-1-2-2,14491460408.550198
+254,333303-0-1,[3- 3- 3- 3- 0- 3- 0- 1],2-1-1-1-1-0-1-0-1,14491224669.257595
+255,022220-2-1,[0- 2- 2- 2- 2- 0- 2- 1],1-0-1-1-1-1-0-2-1,14490458134.642406
+256,220202-1-2,[2- 2- 0- 2- 0- 2- 1- 2],1-1-1-0-1-0-1-1-2,14475976797.955898
+257,000110-2-2,[0- 0- 0- 1- 1- 0- 2- 2],0-0-0-0-1-1-0-2-2,14466801826.073296
+258,330303-1-1,[3- 3- 0- 3- 0- 3- 1- 1],2-1-1-0-1-0-1-1-1,14465960637.364788
+259,033033-3-1,[0- 3- 3- 0- 3- 3- 3- 1],2-0-1-1-0-1-1-3-1,14464700768.000298
+260,022222-3-3,[0- 2- 2- 2- 2- 2- 3- 3],1-0-1-1-1-1-1-3-3,14462812418.107914
+261,303333-3-0,[3- 0- 3- 3- 3- 3- 3- 0],2-1-0-1-1-1-1-3-0,14462575233.827282
+262,202022-1-1,[2- 0- 2- 0- 2- 2- 1- 1],1-1-0-1-0-1-1-1-1,14461913277.066181
+263,222202-3-0,[2- 2- 2- 2- 0- 2- 3- 0],1-1-1-1-1-0-1-3-0,14459223054.146955
+264,200202-2-2,[2- 0- 0- 2- 0- 2- 2- 2],1-1-0-0-1-0-1-2-2,14458723133.737133
+265,000333-2-2,[0- 0- 0- 3- 3- 3- 2- 2],2-0-0-0-1-1-1-2-2,14458044730.952463
+266,202202-3-2,[2- 0- 2- 2- 0- 2- 3- 2],1-1-0-1-1-0-1-3-2,14457347212.829323
+267,022202-3-3,[0- 2- 2- 2- 0- 2- 3- 3],1-0-1-1-1-0-1-3-3,14454798208.670555
+268,333333-1-3,[3- 3- 3- 3- 3- 3- 1- 3],2-1-1-1-1-1-1-1-3,14454781423.295506
+269,011111-1-1,[0- 1- 1- 1- 1- 1- 1- 1],0-0-1-1-1-1-1-1-1,14454701246.191307
+270,100110-2-2,[1- 0- 0- 1- 1- 0- 2- 2],0-1-0-0-1-1-0-2-2,14451592914.117456
+271,011011-2-1,[0- 1- 1- 0- 1- 1- 2- 1],0-0-1-1-0-1-1-2-1,14451468940.982038
+272,220202-2-0,[2- 2- 0- 2- 0- 2- 2- 0],1-1-1-0-1-0-1-2-0,14449014372.547707
+273,200222-2-0,[2- 0- 0- 2- 2- 2- 2- 0],1-1-0-0-1-1-1-2-0,14444121544.543781
+274,222200-2-1,[2- 2- 2- 2- 0- 0- 2- 1],1-1-1-1-1-0-0-2-1,14441630501.40118
+275,022022-3-2,[0- 2- 2- 0- 2- 2- 3- 2],1-0-1-1-0-1-1-3-2,14437857475.455105
+276,303303-2-3,[3- 0- 3- 3- 0- 3- 2- 3],2-1-0-1-1-0-1-2-3,14437040583.926624
+277,002220-2-2,[0- 0- 2- 2- 2- 0- 2- 2],1-0-0-1-1-1-0-2-2,14435567494.022274
+278,202022-2-0,[2- 0- 2- 0- 2- 2- 2- 0],1-1-0-1-0-1-1-2-0,14434128750.55576
+279,022220-2-2,[0- 2- 2- 2- 2- 0- 2- 2],1-0-1-1-1-1-0-2-2,14430552904.952341
+280,011111-1-2,[0- 1- 1- 1- 1- 1- 1- 2],0-0-1-1-1-1-1-1-2,14430435699.310696
+281,220022-3-0,[2- 2- 0- 0- 2- 2- 3- 0],1-1-1-0-0-1-1-3-0,14428122097.097256
+282,011101-2-1,[0- 1- 1- 1- 0- 1- 2- 1],0-0-1-1-1-0-1-2-1,14424790053.24838
+283,303330-2-2,[3- 0- 3- 3- 3- 0- 2- 2],2-1-0-1-1-1-0-2-2,14420626800.483242
+284,202002-2-2,[2- 0- 2- 0- 0- 2- 2- 2],1-1-0-1-0-0-1-2-2,14417934514.146328
+285,303033-2-0,[3- 0- 3- 0- 3- 3- 2- 0],2-1-0-1-0-1-1-2-0,14416840302.926388
+286,303303-1-1,[3- 0- 3- 3- 0- 3- 1- 1],2-1-0-1-1-0-1-1-1,14416718913.535595
+287,222020-2-1,[2- 2- 2- 0- 2- 0- 2- 1],1-1-1-1-0-1-0-2-1,14413903993.453442
+288,333003-3-3,[3- 3- 3- 0- 0- 3- 3- 3],2-1-1-1-0-0-1-3-3,14412517056.020872
+289,222002-1-2,[2- 2- 2- 0- 0- 2- 1- 2],1-1-1-1-0-0-1-1-2,14410468726.051662
+290,011011-2-2,[0- 1- 1- 0- 1- 1- 2- 2],0-0-1-1-0-1-1-2-2,14401828411.605934
+291,222202-0-2,[2- 2- 2- 2- 0- 2- 0- 2],1-1-1-1-1-0-1-0-2,14395748406.418713
+292,333003-2-0,[3- 3- 3- 0- 0- 3- 2- 0],2-1-1-1-0-0-1-2-0,14395033346.85287
+293,220022-3-2,[2- 2- 0- 0- 2- 2- 3- 2],1-1-1-0-0-1-1-3-2,14392256595.116451
+294,300333-3-3,[3- 0- 0- 3- 3- 3- 3- 3],2-1-0-0-1-1-1-3-3,14387143347.297619
+295,220222-0-2,[2- 2- 0- 2- 2- 2- 0- 2],1-1-1-0-1-1-1-0-2,14385346070.587337
+296,030333-2-3,[0- 3- 0- 3- 3- 3- 2- 3],2-0-1-0-1-1-1-2-3,14382027953.75704
+297,333003-3-2,[3- 3- 3- 0- 0- 3- 3- 2],2-1-1-1-0-0-1-3-2,14377834706.45493
+298,222002-3-1,[2- 2- 2- 0- 0- 2- 3- 1],1-1-1-1-0-0-1-3-1,14374883336.405909
+299,101110-2-1,[1- 0- 1- 1- 1- 0- 2- 1],0-1-0-1-1-1-0-2-1,14373741355.3386
+300,000022-2-1,[0- 0- 0- 0- 2- 2- 2- 1],1-0-0-0-0-1-1-2-1,14373734699.217236
+301,030333-3-3,[0- 3- 0- 3- 3- 3- 3- 3],2-0-1-0-1-1-1-3-3,14365934677.152067
+302,330033-3-2,[3- 3- 0- 0- 3- 3- 3- 2],2-1-1-0-0-1-1-3-2,14359641416.41486
+303,200222-2-3,[2- 0- 0- 2- 2- 2- 2- 3],1-1-0-0-1-1-1-2-3,14348710976.510838
+304,202202-1-2,[2- 0- 2- 2- 0- 2- 1- 2],1-1-0-1-1-0-1-1-2,14348123149.52589
+305,002222-2-0,[0- 0- 2- 2- 2- 2- 2- 0],1-0-0-1-1-1-1-2-0,14346872416.018635
+306,003333-2-3,[0- 0- 3- 3- 3- 3- 2- 3],2-0-0-1-1-1-1-2-3,14345906802.480656
+307,011101-2-2,[0- 1- 1- 1- 0- 1- 2- 2],0-0-1-1-1-0-1-2-2,14340421243.078072
+308,202022-1-2,[2- 0- 2- 0- 2- 2- 1- 2],1-1-0-1-0-1-1-1-2,14339846798.802258
+309,300333-3-2,[3- 0- 0- 3- 3- 3- 3- 2],2-1-0-0-1-1-1-3-2,14336692064.955715
+310,303003-2-2,[3- 0- 3- 0- 0- 3- 2- 2],2-1-0-1-0-0-1-2-2,14335063862.394403
+311,020222-3-2,[0- 2- 0- 2- 2- 2- 3- 2],1-0-1-0-1-1-1-3-2,14334794100.231724
+312,020222-3-0,[0- 2- 0- 2- 2- 2- 3- 0],1-0-1-0-1-1-1-3-0,14328306508.135052
+313,222022-1-0,[2- 2- 2- 0- 2- 2- 1- 0],1-1-1-1-0-1-1-1-0,14326617228.175648
+314,220220-2-2,[2- 2- 0- 2- 2- 0- 2- 2],1-1-1-0-1-1-0-2-2,14326611225.5729
+315,022022-3-0,[0- 2- 2- 0- 2- 2- 3- 0],1-0-1-1-0-1-1-3-0,14324339402.183636
+316,033303-3-1,[0- 3- 3- 3- 0- 3- 3- 1],2-0-1-1-1-0-1-3-1,14321193939.605537
+317,033033-3-2,[0- 3- 3- 0- 3- 3- 3- 2],2-0-1-1-0-1-1-3-2,14319177875.022373
+318,110111-2-2,[1- 1- 0- 1- 1- 1- 2- 2],0-1-1-0-1-1-1-2-2,14316700643.478586
+319,222022-0-1,[2- 2- 2- 0- 2- 2- 0- 1],1-1-1-1-0-1-1-0-1,14311608026.101143
+320,222022-0-2,[2- 2- 2- 0- 2- 2- 0- 2],1-1-1-1-0-1-1-0-2,14311386735.083263
+321,303033-1-1,[3- 0- 3- 0- 3- 3- 1- 1],2-1-0-1-0-1-1-1-1,14310488397.748928
+322,020222-2-3,[0- 2- 0- 2- 2- 2- 2- 3],1-0-1-0-1-1-1-2-3,14309366277.68821
+323,220022-2-3,[2- 2- 0- 0- 2- 2- 2- 3],1-1-1-0-0-1-1-2-3,14308713160.30989
+324,001010-2-2,[0- 0- 1- 0- 1- 0- 2- 2],0-0-0-1-0-1-0-2-2,14306424410.955055
+325,003033-2-1,[0- 0- 3- 0- 3- 3- 2- 1],2-0-0-1-0-1-1-2-1,14303957589.309124
+326,220002-1-1,[2- 2- 0- 0- 0- 2- 1- 1],1-1-1-0-0-0-1-1-1,14300287980.157192
+327,303033-2-3,[3- 0- 3- 0- 3- 3- 2- 3],2-1-0-1-0-1-1-2-3,14296994868.562
+328,202222-0-2,[2- 0- 2- 2- 2- 2- 0- 2],1-1-0-1-1-1-1-0-2,14296416252.465374
+329,111001-2-2,[1- 1- 1- 0- 0- 1- 2- 2],0-1-1-1-0-0-1-2-2,14296188638.83422
+330,330033-1-2,[3- 3- 0- 0- 3- 3- 1- 2],2-1-1-0-0-1-1-1-2,14295179370.660547
+331,030333-3-0,[0- 3- 0- 3- 3- 3- 3- 0],2-0-1-0-1-1-1-3-0,14292519212.868097
+332,200220-2-2,[2- 0- 0- 2- 2- 0- 2- 2],1-1-0-0-1-1-0-2-2,14291383539.403316
+333,222202-1-0,[2- 2- 2- 2- 0- 2- 1- 0],1-1-1-1-1-0-1-1-0,14290638235.968418
+334,011110-2-2,[0- 1- 1- 1- 1- 0- 2- 2],0-0-1-1-1-1-0-2-2,14286606577.647774
+335,202202-2-0,[2- 0- 2- 2- 0- 2- 2- 0],1-1-0-1-1-0-1-2-0,14286040353.194553
+336,222020-2-2,[2- 2- 2- 0- 2- 0- 2- 2],1-1-1-1-0-1-0-2-2,14285956984.020395
+337,003033-2-2,[0- 0- 3- 0- 3- 3- 2- 2],2-0-0-1-0-1-1-2-2,14284324323.942804
+338,303033-3-1,[3- 0- 3- 0- 3- 3- 3- 1],2-1-0-1-0-1-1-3-1,14280037260.923885
+339,222002-2-3,[2- 2- 2- 0- 0- 2- 2- 3],1-1-1-1-0-0-1-2-3,14279846165.091278
+340,300333-1-2,[3- 0- 0- 3- 3- 3- 1- 2],2-1-0-0-1-1-1-1-2,14279834543.962461
+341,000000-2-2,[0- 0- 0- 0- 0- 0- 2- 2],0-0-0-0-0-0-0-2-2,14279579637.861713
+342,333330-2-2,[3- 3- 3- 3- 3- 0- 2- 2],2-1-1-1-1-1-0-2-2,14277267547.561563
+343,300303-2-1,[3- 0- 0- 3- 0- 3- 2- 1],2-1-0-0-1-0-1-2-1,14273876912.698254
+344,111010-2-2,[1- 1- 1- 0- 1- 0- 2- 2],0-1-1-1-0-1-0-2-2,14273078881.265907
+345,011110-2-1,[0- 1- 1- 1- 1- 0- 2- 1],0-0-1-1-1-1-0-2-1,14269830705.125334
+346,000333-2-1,[0- 0- 0- 3- 3- 3- 2- 1],2-0-0-0-1-1-1-2-1,14269691348.981152
+347,030033-3-1,[0- 3- 0- 0- 3- 3- 3- 1],2-0-1-0-0-1-1-3-1,14268040547.340588
+348,220202-3-3,[2- 2- 0- 2- 0- 2- 3- 3],1-1-1-0-1-0-1-3-3,14266157184.26175
+349,220220-2-1,[2- 2- 0- 2- 2- 0- 2- 1],1-1-1-0-1-1-0-2-1,14265395340.980358
+350,330033-2-3,[3- 3- 0- 0- 3- 3- 2- 3],2-1-1-0-0-1-1-2-3,14265133879.309156
+351,333003-3-1,[3- 3- 3- 0- 0- 3- 3- 1],2-1-1-1-0-0-1-3-1,14250546721.719704
+352,001111-2-1,[0- 0- 1- 1- 1- 1- 2- 1],0-0-0-1-1-1-1-2-1,14245824508.704857
+353,202202-3-1,[2- 0- 2- 2- 0- 2- 3- 1],1-1-0-1-1-0-1-3-1,14243228862.561155
+354,022202-2-3,[0- 2- 2- 2- 0- 2- 2- 3],1-0-1-1-1-0-1-2-3,14243043639.829536
+355,003333-1-2,[0- 0- 3- 3- 3- 3- 1- 2],2-0-0-1-1-1-1-1-2,14241882148.724424
+356,033033-3-0,[0- 3- 3- 0- 3- 3- 3- 0],2-0-1-1-0-1-1-3-0,14241274857.424738
+357,202202-2-3,[2- 0- 2- 2- 0- 2- 2- 3],1-1-0-1-1-0-1-2-3,14230754073.296558
+358,000222-1-2,[0- 0- 0- 2- 2- 2- 1- 2],1-0-0-0-1-1-1-1-2,14229519952.661894
+359,111101-3-3,[1- 1- 1- 1- 0- 1- 3- 3],0-1-1-1-1-0-1-3-3,14229097956.624222
+360,003303-2-2,[0- 0- 3- 3- 0- 3- 2- 2],2-0-0-1-1-0-1-2-2,14228998403.104395
+361,022022-2-3,[0- 2- 2- 0- 2- 2- 2- 3],1-0-1-1-0-1-1-2-3,14224903298.149002
+362,303033-3-2,[3- 0- 3- 0- 3- 3- 3- 2],2-1-0-1-0-1-1-3-2,14222973673.742565
+363,100010-2-2,[1- 0- 0- 0- 1- 0- 2- 2],0-1-0-0-0-1-0-2-2,14221211251.030327
+364,330003-2-2,[3- 3- 0- 0- 0- 3- 2- 2],2-1-1-0-0-0-1-2-2,14220014820.67648
+365,030303-2-1,[0- 3- 0- 3- 0- 3- 2- 1],2-0-1-0-1-0-1-2-1,14218973206.18005
+366,110110-2-2,[1- 1- 0- 1- 1- 0- 2- 2],0-1-1-0-1-1-0-2-2,14218693773.267982
+367,303033-1-2,[3- 0- 3- 0- 3- 3- 1- 2],2-1-0-1-0-1-1-1-2,14214190935.650145
+368,110011-2-1,[1- 1- 0- 0- 1- 1- 2- 1],0-1-1-0-0-1-1-2-1,14208845393.346601
+369,300333-3-1,[3- 0- 0- 3- 3- 3- 3- 1],2-1-0-0-1-1-1-3-1,14206822988.402584
+370,333003-2-3,[3- 3- 3- 0- 0- 3- 2- 3],2-1-1-1-0-0-1-2-3,14206427971.334806
+371,200222-3-2,[2- 0- 0- 2- 2- 2- 3- 2],1-1-0-0-1-1-1-3-2,14205911997.324654
+372,222200-2-2,[2- 2- 2- 2- 0- 0- 2- 2],1-1-1-1-1-0-0-2-2,14203506171.790598
+373,003333-3-3,[0- 0- 3- 3- 3- 3- 3- 3],2-0-0-1-1-1-1-3-3,14202168087.170269
+374,300303-2-2,[3- 0- 0- 3- 0- 3- 2- 2],2-1-0-0-1-0-1-2-2,14202140578.682291
+375,333300-2-1,[3- 3- 3- 3- 0- 0- 2- 1],2-1-1-1-1-0-0-2-1,14198154398.719725
+376,111010-2-1,[1- 1- 1- 0- 1- 0- 2- 1],0-1-1-1-0-1-0-2-1,14197836508.749464
+377,111001-2-1,[1- 1- 1- 0- 0- 1- 2- 1],0-1-1-1-0-0-1-2-1,14195972939.595854
+378,003333-3-2,[0- 0- 3- 3- 3- 3- 3- 2],2-0-0-1-1-1-1-3-2,14194886097.536465
+379,303303-3-1,[3- 0- 3- 3- 0- 3- 3- 1],2-1-0-1-1-0-1-3-1,14193105094.852306
+380,200002-2-1,[2- 0- 0- 0- 0- 2- 2- 1],1-1-0-0-0-0-1-2-1,14190985852.148647
+381,111001-3-3,[1- 1- 1- 0- 0- 1- 3- 3],0-1-1-1-0-0-1-3-3,14190831898.749067
+382,202022-3-1,[2- 0- 2- 0- 2- 2- 3- 1],1-1-0-1-0-1-1-3-1,14186701343.663267
+383,330303-3-3,[3- 3- 0- 3- 0- 3- 3- 3],2-1-1-0-1-0-1-3-3,14186308664.680159
+384,030303-2-2,[0- 3- 0- 3- 0- 3- 2- 2],2-0-1-0-1-0-1-2-2,14186213021.40504
+385,200222-3-1,[2- 0- 0- 2- 2- 2- 3- 1],1-1-0-0-1-1-1-3-1,14184857884.760084
+386,303303-1-2,[3- 0- 3- 3- 0- 3- 1- 2],2-1-0-1-1-0-1-1-2,14182765020.505796
+387,111111-2-3,[1- 1- 1- 1- 1- 1- 2- 3],0-1-1-1-1-1-1-2-3,14182683468.059101
+388,020022-3-1,[0- 2- 0- 0- 2- 2- 3- 1],1-0-1-0-0-1-1-3-1,14182364862.259834
+389,000202-2-2,[0- 0- 0- 2- 0- 2- 2- 2],1-0-0-0-1-0-1-2-2,14182294810.107645
+390,101101-2-2,[1- 0- 1- 1- 0- 1- 2- 2],0-1-0-1-1-0-1-2-2,14182106053.62466
+391,330303-2-0,[3- 3- 0- 3- 0- 3- 2- 0],2-1-1-0-1-0-1-2-0,14180966919.170528
+392,220022-3-3,[2- 2- 0- 0- 2- 2- 3- 3],1-1-1-0-0-1-1-3-3,14180450014.334915
+393,111011-1-1,[1- 1- 1- 0- 1- 1- 1- 1],0-1-1-1-0-1-1-1-1,14179650545.889488
+394,300333-2-0,[3- 0- 0- 3- 3- 3- 2- 0],2-1-0-0-1-1-1-2-0,14178388052.94392
+395,020022-1-2,[0- 2- 0- 0- 2- 2- 1- 2],1-0-1-0-0-1-1-1-2,14176234908.702784
+396,011010-2-2,[0- 1- 1- 0- 1- 0- 2- 2],0-0-1-1-0-1-0-2-2,14175844587.930706
+397,033033-2-0,[0- 3- 3- 0- 3- 3- 2- 0],2-0-1-1-0-1-1-2-0,14174413257.7095
+398,300333-1-1,[3- 0- 0- 3- 3- 3- 1- 1],2-1-0-0-1-1-1-1-1,14172422429.163494
+399,020002-2-1,[0- 2- 0- 0- 0- 2- 2- 1],1-0-1-0-0-0-1-2-1,14172034464.65945
+400,020002-2-2,[0- 2- 0- 0- 0- 2- 2- 2],1-0-1-0-0-0-1-2-2,14171606745.827816
+401,220202-3-2,[2- 2- 0- 2- 0- 2- 3- 2],1-1-1-0-1-0-1-3-2,14169004431.410389
+402,333003-1-2,[3- 3- 3- 0- 0- 3- 1- 2],2-1-1-1-0-0-1-1-2,14168981989.832972
+403,333303-3-0,[3- 3- 3- 3- 0- 3- 3- 0],2-1-1-1-1-0-1-3-0,14168364271.183315
+404,001100-2-2,[0- 0- 1- 1- 0- 0- 2- 2],0-0-0-1-1-0-0-2-2,14163609273.799904
+405,033303-2-3,[0- 3- 3- 3- 0- 3- 2- 3],2-0-1-1-1-0-1-2-3,14161988544.949423
+406,330003-1-1,[3- 3- 0- 0- 0- 3- 1- 1],2-1-1-0-0-0-1-1-1,14160701443.200819
+407,011001-2-2,[0- 1- 1- 0- 0- 1- 2- 2],0-0-1-1-0-0-1-2-2,14160671845.398418
+408,022002-3-2,[0- 2- 2- 0- 0- 2- 3- 2],1-0-1-1-0-0-1-3-2,14160312373.584766
+409,101101-2-1,[1- 0- 1- 1- 0- 1- 2- 1],0-1-0-1-1-0-1-2-1,14158339426.617683
+410,000220-2-2,[0- 0- 0- 2- 2- 0- 2- 2],1-0-0-0-1-1-0-2-2,14155442550.030146
+411,110011-2-2,[1- 1- 0- 0- 1- 1- 2- 2],0-1-1-0-0-1-1-2-2,14152120689.057213
+412,001111-2-2,[0- 0- 1- 1- 1- 1- 2- 2],0-0-0-1-1-1-1-2-2,14148241359.489422
+413,002222-2-3,[0- 0- 2- 2- 2- 2- 2- 3],1-0-0-1-1-1-1-2-3,14147675953.305088
+414,001110-2-1,[0- 0- 1- 1- 1- 0- 2- 1],0-0-0-1-1-1-0-2-1,14146817396.584255
+415,222220-1-1,[2- 2- 2- 2- 2- 0- 1- 1],1-1-1-1-1-1-0-1-1,14144607881.434872
+416,220202-2-3,[2- 2- 0- 2- 0- 2- 2- 3],1-1-1-0-1-0-1-2-3,14141500582.462547
+417,200222-3-3,[2- 0- 0- 2- 2- 2- 3- 3],1-1-0-0-1-1-1-3-3,14141071660.396414
+418,022222-1-0,[0- 2- 2- 2- 2- 2- 1- 0],1-0-1-1-1-1-1-1-0,14140949457.902744
+419,020220-2-2,[0- 2- 0- 2- 2- 0- 2- 2],1-0-1-0-1-1-0-2-2,14140162928.491707
+420,111111-3-3,[1- 1- 1- 1- 1- 1- 3- 3],0-1-1-1-1-1-1-3-3,14139910735.247814
+421,333303-1-0,[3- 3- 3- 3- 0- 3- 1- 0],2-1-1-1-1-0-1-1-0,14132759142.955868
+422,333330-2-1,[3- 3- 3- 3- 3- 0- 2- 1],2-1-1-1-1-1-0-2-1,14132409771.489025
+423,000033-2-2,[0- 0- 0- 0- 3- 3- 2- 2],2-0-0-0-0-1-1-2-2,14132081536.152779
+424,002002-2-2,[0- 0- 2- 0- 0- 2- 2- 2],1-0-0-1-0-0-1-2-2,14128473027.205423
+425,202022-3-2,[2- 0- 2- 0- 2- 2- 3- 2],1-1-0-1-0-1-1-3-2,14127987379.184502
+426,303303-2-0,[3- 0- 3- 3- 0- 3- 2- 0],2-1-0-1-1-0-1-2-0,14127633368.009136
+427,030333-2-0,[0- 3- 0- 3- 3- 3- 2- 0],2-0-1-0-1-1-1-2-0,14124433465.933468
+428,222220-1-2,[2- 2- 2- 2- 2- 0- 1- 2],1-1-1-1-1-1-0-1-2,14121903982.97006
+429,003303-2-1,[0- 0- 3- 3- 0- 3- 2- 1],2-0-0-1-1-0-1-2-1,14121783366.286312
+430,333300-2-2,[3- 3- 3- 3- 0- 0- 2- 2],2-1-1-1-1-0-0-2-2,14116252089.618523
+431,111011-3-3,[1- 1- 1- 0- 1- 1- 3- 3],0-1-1-1-0-1-1-3-3,14115899222.580757
+432,000100-2-2,[0- 0- 0- 1- 0- 0- 2- 2],0-0-0-0-1-0-0-2-2,14113049762.436169
+433,033003-2-1,[0- 3- 3- 0- 0- 3- 2- 1],2-0-1-1-0-0-1-2-1,14109684179.778606
+434,111011-1-2,[1- 1- 1- 0- 1- 1- 1- 2],0-1-1-1-0-1-1-1-2,14106811652.421444
+435,330033-3-3,[3- 3- 0- 0- 3- 3- 3- 3],2-1-1-0-0-1-1-3-3,14105965786.334852
+436,303033-3-3,[3- 0- 3- 0- 3- 3- 3- 3],2-1-0-1-0-1-1-3-3,14102638262.938557
+437,101111-1-2,[1- 0- 1- 1- 1- 1- 1- 2],0-1-0-1-1-1-1-1-2,14098758103.210217
+438,002220-2-1,[0- 0- 2- 2- 2- 0- 2- 1],1-0-0-1-1-1-0-2-1,14097579780.135078
+439,200002-2-2,[2- 0- 0- 0- 0- 2- 2- 2],1-1-0-0-0-0-1-2-2,14095661972.624369
+440,001101-2-2,[0- 0- 1- 1- 0- 1- 2- 2],0-0-0-1-1-0-1-2-2,14093724283.458307
+441,101011-2-2,[1- 0- 1- 0- 1- 1- 2- 2],0-1-0-1-0-1-1-2-2,14091188687.277248
+442,300003-2-1,[3- 0- 0- 0- 0- 3- 2- 1],2-1-0-0-0-0-1-2-1,14088397413.75662
+443,033033-2-3,[0- 3- 3- 0- 3- 3- 2- 3],2-0-1-1-0-1-1-2-3,14087827503.154509
+444,303033-3-0,[3- 0- 3- 0- 3- 3- 3- 0],2-1-0-1-0-1-1-3-0,14083053182.444044
+445,202022-2-3,[2- 0- 2- 0- 2- 2- 2- 3],1-1-0-1-0-1-1-2-3,14080993119.866283
+446,001110-1-2,[0- 0- 1- 1- 1- 0- 1- 2],0-0-0-1-1-1-0-1-2,14080509197.881283
+447,101011-2-1,[1- 0- 1- 0- 1- 1- 2- 1],0-1-0-1-0-1-1-2-1,14079986762.462883
+448,022022-3-3,[0- 2- 2- 0- 2- 2- 3- 3],1-0-1-1-0-1-1-3-3,14078813467.452744
+449,111111-3-2,[1- 1- 1- 1- 1- 1- 3- 2],0-1-1-1-1-1-1-3-2,14078514916.290493
+450,330303-3-2,[3- 3- 0- 3- 0- 3- 3- 2],2-1-1-0-1-0-1-3-2,14077700942.0649
+451,303333-1-3,[3- 0- 3- 3- 3- 3- 1- 3],2-1-0-1-1-1-1-1-3,14071843781.510586
+452,101010-2-2,[1- 0- 1- 0- 1- 0- 2- 2],0-1-0-1-0-1-0-2-2,14069431247.999506
+453,110010-2-2,[1- 1- 0- 0- 1- 0- 2- 2],0-1-1-0-0-1-0-2-2,14067236038.174755
+454,100111-2-2,[1- 0- 0- 1- 1- 1- 2- 2],0-1-0-0-1-1-1-2-2,14067128559.149883
+455,330303-1-2,[3- 3- 0- 3- 0- 3- 1- 2],2-1-1-0-1-0-1-1-2,14064484427.304377
+456,111111-3-1,[1- 1- 1- 1- 1- 1- 3- 1],0-1-1-1-1-1-1-3-1,14064445171.791256
+457,100111-2-1,[1- 0- 0- 1- 1- 1- 2- 1],0-1-0-0-1-1-1-2-1,14062694329.606773
+458,033303-1-1,[0- 3- 3- 3- 0- 3- 1- 1],2-0-1-1-1-0-1-1-1,14060186246.934902
+459,003333-3-1,[0- 0- 3- 3- 3- 3- 3- 1],2-0-0-1-1-1-1-3-1,14059707215.168789
+460,002022-1-2,[0- 0- 2- 0- 2- 2- 1- 2],1-0-0-1-0-1-1-1-2,14059260636.490202
+461,030033-3-2,[0- 3- 0- 0- 3- 3- 3- 2],2-0-1-0-0-1-1-3-2,14058653092.415245
+462,330303-2-3,[3- 3- 0- 3- 0- 3- 2- 3],2-1-1-0-1-0-1-2-3,14057072375.083906
+463,020022-3-2,[0- 2- 0- 0- 2- 2- 3- 2],1-0-1-0-0-1-1-3-2,14056901285.349781
+464,022222-1-3,[0- 2- 2- 2- 2- 2- 1- 3],1-0-1-1-1-1-1-1-3,14055187294.610668
+465,022202-3-0,[0- 2- 2- 2- 0- 2- 3- 0],1-0-1-1-1-0-1-3-0,14054522415.630322
+466,303330-2-1,[3- 0- 3- 3- 3- 0- 2- 1],2-1-0-1-1-1-0-2-1,14053493234.55085
+467,033033-3-3,[0- 3- 3- 0- 3- 3- 3- 3],2-0-1-1-0-1-1-3-3,14050290055.371122
+468,010110-2-2,[0- 1- 0- 1- 1- 0- 2- 2],0-0-1-0-1-1-0-2-2,14046390489.854717
+469,220202-3-1,[2- 2- 0- 2- 0- 2- 3- 1],1-1-1-0-1-0-1-3-1,14045338673.013468
+470,030333-1-2,[0- 3- 0- 3- 3- 3- 1- 2],2-0-1-0-1-1-1-1-2,14044007268.94839
+471,003333-1-1,[0- 0- 3- 3- 3- 3- 1- 1],2-0-0-1-1-1-1-1-1,14043883491.426174
+472,111011-3-2,[1- 1- 1- 0- 1- 1- 3- 2],0-1-1-1-0-1-1-3-2,14038491208.821995
+473,022200-2-1,[0- 2- 2- 2- 0- 0- 2- 1],1-0-1-1-1-0-0-2-1,14036553565.426558
+474,033003-2-2,[0- 3- 3- 0- 0- 3- 2- 2],2-0-1-1-0-0-1-2-2,14034200719.207485
+475,001111-1-2,[0- 0- 1- 1- 1- 1- 1- 2],0-0-0-1-1-1-1-1-2,14032691450.030577
+476,333303-0-2,[3- 3- 3- 3- 0- 3- 0- 2],2-1-1-1-1-0-1-0-2,14032555947.330332
+477,110110-2-1,[1- 1- 0- 1- 1- 0- 2- 1],0-1-1-0-1-1-0-2-1,14032310915.198881
+478,020222-3-3,[0- 2- 0- 2- 2- 2- 3- 3],1-0-1-0-1-1-1-3-3,14030517805.000313
+479,022020-2-2,[0- 2- 2- 0- 2- 0- 2- 2],1-0-1-1-0-1-0-2-2,14029127134.179222
+480,020022-1-1,[0- 2- 0- 0- 2- 2- 1- 1],1-0-1-0-0-1-1-1-1,14027105736.888103
+481,000033-2-1,[0- 0- 0- 0- 3- 3- 2- 1],2-0-0-0-0-1-1-2-1,14024176876.859663
+482,220020-2-2,[2- 2- 0- 0- 2- 0- 2- 2],1-1-1-0-0-1-0-2-2,14017725070.833412
+483,300033-2-0,[3- 0- 0- 0- 3- 3- 2- 0],2-1-0-0-0-1-1-2-0,14017216585.750877
+484,002222-3-1,[0- 0- 2- 2- 2- 2- 3- 1],1-0-0-1-1-1-1-3-1,14016961133.854399
+485,220020-2-1,[2- 2- 0- 0- 2- 0- 2- 1],1-1-1-0-0-1-0-2-1,14013799174.170301
+486,333033-1-0,[3- 3- 3- 0- 3- 3- 1- 0],2-1-1-1-0-1-1-1-0,14013538226.816784
+487,010010-2-2,[0- 1- 0- 0- 1- 0- 2- 2],0-0-1-0-0-1-0-2-2,14011954528.73956
+488,010111-2-1,[0- 1- 0- 1- 1- 1- 2- 1],0-0-1-0-1-1-1-2-1,14011944295.180525
+489,001000-2-2,[0- 0- 1- 0- 0- 0- 2- 2],0-0-0-1-0-0-0-2-2,14009874440.738049
+490,030033-3-0,[0- 3- 0- 0- 3- 3- 3- 0],2-0-1-0-0-1-1-3-0,14007700892.265297
+491,033033-1-1,[0- 3- 3- 0- 3- 3- 1- 1],2-0-1-1-0-1-1-1-1,14007203016.477001
+492,330003-2-0,[3- 3- 0- 0- 0- 3- 2- 0],2-1-1-0-0-0-1-2-0,14005682536.06825
+493,333030-2-2,[3- 3- 3- 0- 3- 0- 2- 2],2-1-1-1-0-1-0-2-2,14004870766.665886
+494,111100-2-1,[1- 1- 1- 1- 0- 0- 2- 1],0-1-1-1-1-0-0-2-1,14003542955.315016
+495,111101-1-1,[1- 1- 1- 1- 0- 1- 1- 1],0-1-1-1-1-0-1-1-1,14002943865.155556
+496,333030-2-1,[3- 3- 3- 0- 3- 0- 2- 1],2-1-1-1-0-1-0-2-1,13997171623.252562
+497,000202-2-1,[0- 0- 0- 2- 0- 2- 2- 1],1-0-0-0-1-0-1-2-1,13995909506.33517
+498,002002-2-1,[0- 0- 2- 0- 0- 2- 2- 1],1-0-0-1-0-0-1-2-1,13993211085.05177
+499,220222-1-3,[2- 2- 0- 2- 2- 2- 1- 3],1-1-1-0-1-1-1-1-3,13990495494.104702
+500,111011-2-3,[1- 1- 1- 0- 1- 1- 2- 3],0-1-1-1-0-1-1-2-3,13989463933.53344
+501,111101-3-2,[1- 1- 1- 1- 0- 1- 3- 2],0-1-1-1-1-0-1-3-2,13988748898.040462
+502,020202-3-2,[0- 2- 0- 2- 0- 2- 3- 2],1-0-1-0-1-0-1-3-2,13984874001.875202
+503,022002-3-3,[0- 2- 2- 0- 0- 2- 3- 3],1-0-1-1-0-0-1-3-3,13983792226.797758
+504,200022-1-2,[2- 0- 0- 0- 2- 2- 1- 2],1-1-0-0-0-1-1-1-2,13982156049.385832
+505,020022-2-0,[0- 2- 0- 0- 2- 2- 2- 0],1-0-1-0-0-1-1-2-0,13980515305.747845
+506,020202-1-2,[0- 2- 0- 2- 0- 2- 1- 2],1-0-1-0-1-0-1-1-2,13979103184.007868
+507,022002-3-1,[0- 2- 2- 0- 0- 2- 3- 1],1-0-1-1-0-0-1-3-1,13978984073.658333
+508,101111-1-1,[1- 0- 1- 1- 1- 1- 1- 1],0-1-0-1-1-1-1-1-1,13977382699.389637
+509,300033-3-1,[3- 0- 0- 0- 3- 3- 3- 1],2-1-0-0-0-1-1-3-1,13976797058.989588
+510,000333-2-3,[0- 0- 0- 3- 3- 3- 2- 3],2-0-0-0-1-1-1-2-3,13973311369.229774
+511,022200-2-2,[0- 2- 2- 2- 0- 0- 2- 2],1-0-1-1-1-0-0-2-2,13971034676.071373
+512,001011-2-2,[0- 0- 1- 0- 1- 1- 2- 2],0-0-0-1-0-1-1-2-2,13968235968.708475
+513,202200-2-2,[2- 0- 2- 2- 0- 0- 2- 2],1-1-0-1-1-0-0-2-2,13967835739.668941
+514,002222-3-2,[0- 0- 2- 2- 2- 2- 3- 2],1-0-0-1-1-1-1-3-2,13964184858.800407
+515,033033-1-2,[0- 3- 3- 0- 3- 3- 1- 2],2-0-1-1-0-1-1-1-2,13963799383.428629
+516,333033-0-1,[3- 3- 3- 0- 3- 3- 0- 1],2-1-1-1-0-1-1-0-1,13960465929.058712
+517,303330-2-3,[3- 0- 3- 3- 3- 0- 2- 3],2-1-0-1-1-1-0-2-3,13960418870.345509
+518,003330-2-2,[0- 0- 3- 3- 3- 0- 2- 2],2-0-0-1-1-1-0-2-2,13960411127.428293
+519,022020-2-1,[0- 2- 2- 0- 2- 0- 2- 1],1-0-1-1-0-1-0-2-1,13959438062.95767
+520,101100-2-2,[1- 0- 1- 1- 0- 0- 2- 2],0-1-0-1-1-0-0-2-2,13958568500.698847
+521,001001-2-2,[0- 0- 1- 0- 0- 1- 2- 2],0-0-0-1-0-0-1-2-2,13958117574.722023
+522,202022-3-3,[2- 0- 2- 0- 2- 2- 3- 3],1-1-0-1-0-1-1-3-3,13958093422.649504
+523,002202-1-2,[0- 0- 2- 2- 0- 2- 1- 2],1-0-0-1-1-0-1-1-2,13957041727.05403
+524,000002-2-2,[0- 0- 0- 0- 0- 2- 2- 2],1-0-0-0-0-0-1-2-2,13956685136.409294
+525,222000-2-1,[2- 2- 2- 0- 0- 0- 2- 1],1-1-1-1-0-0-0-2-1,13953815101.047575
+526,001101-2-1,[0- 0- 1- 1- 0- 1- 2- 1],0-0-0-1-1-0-1-2-1,13953363972.02676
+527,303300-2-2,[3- 0- 3- 3- 0- 0- 2- 2],2-1-0-1-1-0-0-2-2,13951974507.000818
+528,222200-1-1,[2- 2- 2- 2- 0- 0- 1- 1],1-1-1-1-1-0-0-1-1,13951046810.030159
+529,111100-2-2,[1- 1- 1- 1- 0- 0- 2- 2],0-1-1-1-1-0-0-2-2,13948185519.23391
+530,202022-3-0,[2- 0- 2- 0- 2- 2- 3- 0],1-1-0-1-0-1-1-3-0,13948061116.920559
+531,111110-1-2,[1- 1- 1- 1- 1- 0- 1- 2],0-1-1-1-1-1-0-1-2,13947545062.349728
+532,220002-2-0,[2- 2- 0- 0- 0- 2- 2- 0],1-1-1-0-0-0-1-2-0,13946029652.299236
+533,202020-2-2,[2- 0- 2- 0- 2- 0- 2- 2],1-1-0-1-0-1-0-2-2,13942853241.772121
+534,330303-3-1,[3- 3- 0- 3- 0- 3- 3- 1],2-1-1-0-1-0-1-3-1,13940578135.367104
+535,333000-2-1,[3- 3- 3- 0- 0- 0- 2- 1],2-1-1-1-0-0-0-2-1,13940062542.737331
+536,111011-2-0,[1- 1- 1- 0- 1- 1- 2- 0],0-1-1-1-0-1-1-2-0,13939403532.993248
+537,011110-1-2,[0- 1- 1- 1- 1- 0- 1- 2],0-0-1-1-1-1-0-1-2,13938966045.740091
+538,000001-2-2,[0- 0- 0- 0- 0- 1- 2- 2],0-0-0-0-0-0-1-2-2,13936061826.278637
+539,011100-2-2,[0- 1- 1- 1- 0- 0- 2- 2],0-0-1-1-1-0-0-2-2,13935150841.24844
+540,202222-1-3,[2- 0- 2- 2- 2- 2- 1- 3],1-1-0-1-1-1-1-1-3,13931437717.287163
+541,100110-2-1,[1- 0- 0- 1- 1- 0- 2- 1],0-1-0-0-1-1-0-2-1,13930475558.952114
+542,000020-2-2,[0- 0- 0- 0- 2- 0- 2- 2],1-0-0-0-0-1-0-2-2,13927826092.703987
+543,022002-1-1,[0- 2- 2- 0- 0- 2- 1- 1],1-0-1-1-0-0-1-1-1,13926551739.648754
+544,010111-2-2,[0- 1- 0- 1- 1- 1- 2- 2],0-0-1-0-1-1-1-2-2,13924449686.852455
+545,011011-1-2,[0- 1- 1- 0- 1- 1- 1- 2],0-0-1-1-0-1-1-1-2,13923965846.05636
+546,303333-0-2,[3- 0- 3- 3- 3- 3- 0- 2],2-1-0-1-1-1-1-0-2,13923388716.97186
+547,020202-1-1,[0- 2- 0- 2- 0- 2- 1- 1],1-0-1-0-1-0-1-1-1,13917827836.906796
+548,220222-0-1,[2- 2- 0- 2- 2- 2- 0- 1],1-1-1-0-1-1-1-0-1,13917602064.849495
+549,220002-1-2,[2- 2- 0- 0- 0- 2- 1- 2],1-1-1-0-0-0-1-1-2,13916217723.75245
+550,033330-2-2,[0- 3- 3- 3- 3- 0- 2- 2],2-0-1-1-1-1-0-2-2,13914152420.872643
+551,030303-3-2,[0- 3- 0- 3- 0- 3- 3- 2],2-0-1-0-1-0-1-3-2,13913774630.922829
+552,111111-3-0,[1- 1- 1- 1- 1- 1- 3- 0],0-1-1-1-1-1-1-3-0,13911521336.237837
+553,200022-2-0,[2- 0- 0- 0- 2- 2- 2- 0],1-1-0-0-0-1-1-2-0,13910060873.5079
+554,010011-2-2,[0- 1- 0- 0- 1- 1- 2- 2],0-0-1-0-0-1-1-2-2,13904808082.064068
+555,200222-3-0,[2- 0- 0- 2- 2- 2- 3- 0],1-1-0-0-1-1-1-3-0,13904592744.252026
+556,002020-2-2,[0- 0- 2- 0- 2- 0- 2- 2],1-0-0-1-0-1-0-2-2,13904238507.16778
+557,011001-2-1,[0- 1- 1- 0- 0- 1- 2- 1],0-0-1-1-0-0-1-2-1,13902444019.178692
+558,111001-3-2,[1- 1- 1- 0- 0- 1- 3- 2],0-1-1-1-0-0-1-3-2,13893931955.254642
+559,000222-2-3,[0- 0- 0- 2- 2- 2- 2- 3],1-0-0-0-1-1-1-2-3,13892138342.952229
+560,220222-1-0,[2- 2- 0- 2- 2- 2- 1- 0],1-1-1-0-1-1-1-1-0,13891994077.55402
+561,002222-0-2,[0- 0- 2- 2- 2- 2- 0- 2],1-0-0-1-1-1-1-0-2,13891483919.273588
+562,202200-2-1,[2- 0- 2- 2- 0- 0- 2- 1],1-1-0-1-1-0-0-2-1,13890374640.185585
+563,011010-2-1,[0- 1- 1- 0- 1- 0- 2- 1],0-0-1-1-0-1-0-2-1,13888954583.19714
+564,002202-3-2,[0- 0- 2- 2- 0- 2- 3- 2],1-0-0-1-1-0-1-3-2,13888603609.858273
+565,003303-3-3,[0- 0- 3- 3- 0- 3- 3- 3],2-0-0-1-1-0-1-3-3,13886801140.170227
+566,111101-1-2,[1- 1- 1- 1- 0- 1- 1- 2],0-1-1-1-1-0-1-1-2,13886435256.563213
+567,200020-2-2,[2- 0- 0- 0- 2- 0- 2- 2],1-1-0-0-0-1-0-2-2,13886277439.79333
+568,020202-3-1,[0- 2- 0- 2- 0- 2- 3- 1],1-0-1-0-1-0-1-3-1,13886061579.647636
+569,020022-2-3,[0- 2- 0- 0- 2- 2- 2- 3],1-0-1-0-0-1-1-2-3,13883894016.859556
+570,200220-2-1,[2- 0- 0- 2- 2- 0- 2- 1],1-1-0-0-1-1-0-2-1,13880340651.127327
+571,222220-2-3,[2- 2- 2- 2- 2- 0- 2- 3],1-1-1-1-1-1-0-2-3,13880311740.394764
+572,000011-2-2,[0- 0- 0- 0- 1- 1- 2- 2],0-0-0-0-0-1-1-2-2,13880266867.608055
+573,033303-2-0,[0- 3- 3- 3- 0- 3- 2- 0],2-0-1-1-1-0-1-2-0,13876560741.885464
+574,200022-1-1,[2- 0- 0- 0- 2- 2- 1- 1],1-1-0-0-0-1-1-1-1,13876411975.81834
+575,033303-1-2,[0- 3- 3- 3- 0- 3- 1- 2],2-0-1-1-1-0-1-1-2,13876265368.633905
+576,222002-3-0,[2- 2- 2- 0- 0- 2- 3- 0],1-1-1-1-0-0-1-3-0,13875052990.326702
+577,333033-0-2,[3- 3- 3- 0- 3- 3- 0- 2],2-1-1-1-0-1-1-0-2,13874110328.275782
+578,333330-2-3,[3- 3- 3- 3- 3- 0- 2- 3],2-1-1-1-1-1-0-2-3,13872546337.122444
+579,110101-2-2,[1- 1- 0- 1- 0- 1- 2- 2],0-1-1-0-1-0-1-2-2,13872223251.946266
+580,100011-2-2,[1- 0- 0- 0- 1- 1- 2- 2],0-1-0-0-0-1-1-2-2,13871922754.148508
+581,020220-2-1,[0- 2- 0- 2- 2- 0- 2- 1],1-0-1-0-1-1-0-2-1,13869848182.769407
+582,110111-1-2,[1- 1- 0- 1- 1- 1- 1- 2],0-1-1-0-1-1-1-1-2,13865318805.233883
+583,110101-2-1,[1- 1- 0- 1- 0- 1- 2- 1],0-1-1-0-1-0-1-2-1,13856880396.953672
+584,202002-3-2,[2- 0- 2- 0- 0- 2- 3- 2],1-1-0-1-0-0-1-3-2,13855215178.462627
+585,002202-1-1,[0- 0- 2- 2- 0- 2- 1- 1],1-0-0-1-1-0-1-1-1,13854874358.551968
+586,000333-3-2,[0- 0- 0- 3- 3- 3- 3- 2],2-0-0-0-1-1-1-3-2,13851221174.423466
+587,300333-3-0,[3- 0- 0- 3- 3- 3- 3- 0],2-1-0-0-1-1-1-3-0,13850766935.717878
+588,030333-1-1,[0- 3- 0- 3- 3- 3- 1- 1],2-0-1-0-1-1-1-1-1,13850540305.47224
+589,020202-3-3,[0- 2- 0- 2- 0- 2- 3- 3],1-0-1-0-1-0-1-3-3,13850311833.68913
+590,300003-2-2,[3- 0- 0- 0- 0- 3- 2- 2],2-1-0-0-0-0-1-2-2,13849918327.087303
+591,011100-2-1,[0- 1- 1- 1- 0- 0- 2- 1],0-0-1-1-1-0-0-2-1,13849111757.713543
+592,111011-3-1,[1- 1- 1- 0- 1- 1- 3- 1],0-1-1-1-0-1-1-3-1,13848289393.777842
+593,022220-1-2,[0- 2- 2- 2- 2- 0- 1- 2],1-0-1-1-1-1-0-1-2,13848261109.946926
+594,003333-2-0,[0- 0- 3- 3- 3- 3- 2- 0],2-0-0-1-1-1-1-2-0,13847211909.433926
+595,011111-2-0,[0- 1- 1- 1- 1- 1- 2- 0],0-0-1-1-1-1-1-2-0,13847050259.38781
+596,300033-3-2,[3- 0- 0- 0- 3- 3- 3- 2],2-1-0-0-0-1-1-3-2,13845435202.524067
+597,300033-2-3,[3- 0- 0- 0- 3- 3- 2- 3],2-1-0-0-0-1-1-2-3,13845415936.548653
+598,100100-2-2,[1- 0- 0- 1- 0- 0- 2- 2],0-1-0-0-1-0-0-2-2,13842743558.680916
+599,333003-3-0,[3- 3- 3- 0- 0- 3- 3- 0],2-1-1-1-0-0-1-3-0,13840311988.181223
+600,030303-3-3,[0- 3- 0- 3- 0- 3- 3- 3],2-0-1-0-1-0-1-3-3,13840221996.507166
+601,303030-2-2,[3- 0- 3- 0- 3- 0- 2- 2],2-1-0-1-0-1-0-2-2,13838074085.321619
+602,330333-1-3,[3- 3- 0- 3- 3- 3- 1- 3],2-1-1-0-1-1-1-1-3,13836242963.605335
+603,202220-2-3,[2- 0- 2- 2- 2- 0- 2- 3],1-1-0-1-1-1-0-2-3,13833682275.75085
+604,101110-1-2,[1- 0- 1- 1- 1- 0- 1- 2],0-1-0-1-1-1-0-1-2,13833319205.454084
+605,020020-2-2,[0- 2- 0- 0- 2- 0- 2- 2],1-0-1-0-0-1-0-2-2,13829792279.11485
+606,022002-1-2,[0- 2- 2- 0- 0- 2- 1- 2],1-0-1-1-0-0-1-1-2,13829669461.40275
+607,111101-2-3,[1- 1- 1- 1- 0- 1- 2- 3],0-1-1-1-1-0-1-2-3,13828536836.86441
+608,003303-3-2,[0- 0- 3- 3- 0- 3- 3- 2],2-0-0-1-1-0-1-3-2,13825160556.65903
+609,222022-1-3,[2- 2- 2- 0- 2- 2- 1- 3],1-1-1-1-0-1-1-1-3,13823818751.939533
+610,330330-2-2,[3- 3- 0- 3- 3- 0- 2- 2],2-1-1-0-1-1-0-2-2,13823447541.05349
+611,202220-1-2,[2- 0- 2- 2- 2- 0- 1- 2],1-1-0-1-1-1-0-1-2,13821784783.65385
+612,020022-3-0,[0- 2- 0- 0- 2- 2- 3- 0],1-0-1-0-0-1-1-3-0,13819199533.382486
+613,002200-2-2,[0- 0- 2- 2- 0- 0- 2- 2],1-0-0-1-1-0-0-2-2,13817973119.031794
+614,300330-2-2,[3- 0- 0- 3- 3- 0- 2- 2],2-1-0-0-1-1-0-2-2,13817432531.008173
+615,000333-3-3,[0- 0- 0- 3- 3- 3- 3- 3],2-0-0-0-1-1-1-3-3,13817083519.187317
+616,033003-3-2,[0- 3- 3- 0- 0- 3- 3- 2],2-0-1-1-0-0-1-3-2,13815263404.643394
+617,011101-1-2,[0- 1- 1- 1- 0- 1- 1- 2],0-0-1-1-1-0-1-1-2,13814707531.10525
+618,200022-3-1,[2- 0- 0- 0- 2- 2- 3- 1],1-1-0-0-0-1-1-3-1,13813986938.899319
+619,202002-3-3,[2- 0- 2- 0- 0- 2- 3- 3],1-1-0-1-0-0-1-3-3,13808092837.427692
+620,222222-0-3,[2- 2- 2- 2- 2- 2- 0- 3],1-1-1-1-1-1-1-0-3,13801364396.799053
+621,333033-1-3,[3- 3- 3- 0- 3- 3- 1- 3],2-1-1-1-0-1-1-1-3,13801202553.30846
+622,101001-2-2,[1- 0- 1- 0- 0- 1- 2- 2],0-1-0-1-0-0-1-2-2,13800026958.091105
+623,220200-2-1,[2- 2- 0- 2- 0- 0- 2- 1],1-1-1-0-1-0-0-2-1,13799803583.708418
+624,111111-0-2,[1- 1- 1- 1- 1- 1- 0- 2],0-1-1-1-1-1-1-0-2,13795523703.813473
+625,303003-3-2,[3- 0- 3- 0- 0- 3- 3- 2],2-1-0-1-0-0-1-3-2,13792871249.113209
+626,002022-1-1,[0- 0- 2- 0- 2- 2- 1- 1],1-0-0-1-0-1-1-1-1,13791214105.189571
+627,202222-0-1,[2- 0- 2- 2- 2- 2- 0- 1],1-1-0-1-1-1-1-0-1,13790561748.426212
+628,200022-2-3,[2- 0- 0- 0- 2- 2- 2- 3],1-1-0-0-0-1-1-2-3,13790402873.27747
+629,000010-2-3,[0- 0- 0- 0- 1- 0- 2- 3],0-0-0-0-0-1-0-2-3,13790217353.71091
+630,300033-1-2,[3- 0- 0- 0- 3- 3- 1- 2],2-1-0-0-0-1-1-1-2,13788972310.818188
+631,030303-3-1,[0- 3- 0- 3- 0- 3- 3- 1],2-0-1-0-1-0-1-3-1,13787190944.202618
+632,020202-2-3,[0- 2- 0- 2- 0- 2- 2- 3],1-0-1-0-1-0-1-2-3,13787068601.304823
+633,202020-2-1,[2- 0- 2- 0- 2- 0- 2- 1],1-1-0-1-0-1-0-2-1,13781969142.04177
+634,110010-2-1,[1- 1- 0- 0- 1- 0- 2- 1],0-1-1-0-0-1-0-2-1,13780401921.063702
+635,200022-3-2,[2- 0- 0- 0- 2- 2- 3- 2],1-1-0-0-0-1-1-3-2,13780264368.019146
+636,033333-0-2,[0- 3- 3- 3- 3- 3- 0- 2],2-0-1-1-1-1-1-0-2,13775402077.28271
+637,100000-2-2,[1- 0- 0- 0- 0- 0- 2- 2],0-1-0-0-0-0-0-2-2,13775299589.197842
+638,000111-2-2,[0- 0- 0- 1- 1- 1- 2- 2],0-0-0-0-1-1-1-2-2,13774417953.120111
+639,011000-2-2,[0- 1- 1- 0- 0- 0- 2- 2],0-0-1-1-0-0-0-2-2,13771540766.402264
+640,222220-2-0,[2- 2- 2- 2- 2- 0- 2- 0],1-1-1-1-1-1-0-2-0,13770690585.682308
+641,033303-3-0,[0- 3- 3- 3- 0- 3- 3- 0],2-0-1-1-1-0-1-3-0,13767248884.275446
+642,033333-1-3,[0- 3- 3- 3- 3- 3- 1- 3],2-0-1-1-1-1-1-1-3,13767203080.735874
+643,022202-0-2,[0- 2- 2- 2- 0- 2- 0- 2],1-0-1-1-1-0-1-0-2,13765212739.239145
+644,010101-2-2,[0- 1- 0- 1- 0- 1- 2- 2],0-0-1-0-1-0-1-2-2,13764145702.179226
+645,300033-1-1,[3- 0- 0- 0- 3- 3- 1- 1],2-1-0-0-0-1-1-1-1,13764118967.345284
+646,111110-1-1,[1- 1- 1- 1- 1- 0- 1- 1],0-1-1-1-1-1-0-1-1,13762990146.816444
+647,000110-1-2,[0- 0- 0- 1- 1- 0- 1- 2],0-0-0-0-1-1-0-1-2,13762061939.7214
+648,002202-3-3,[0- 0- 2- 2- 0- 2- 3- 3],1-0-0-1-1-0-1-3-3,13761204361.56757
+649,222000-2-2,[2- 2- 2- 0- 0- 0- 2- 2],1-1-1-1-0-0-0-2-2,13760939014.629616
+650,300033-3-0,[3- 0- 0- 0- 3- 3- 3- 0],2-1-0-0-0-1-1-3-0,13758992253.815472
+651,000101-2-2,[0- 0- 0- 1- 0- 1- 2- 2],0-0-0-0-1-0-1-2-2,13757765513.712654
+652,303300-2-1,[3- 0- 3- 3- 0- 0- 2- 1],2-1-0-1-1-0-0-2-1,13757365562.580578
+653,330333-0-2,[3- 3- 0- 3- 3- 3- 0- 2],2-1-1-0-1-1-1-0-2,13755829707.23472
+654,200202-3-3,[2- 0- 0- 2- 0- 2- 3- 3],1-1-0-0-1-0-1-3-3,13752402844.027317
+655,202222-1-0,[2- 0- 2- 2- 2- 2- 1- 0],1-1-0-1-1-1-1-1-0,13751506540.641464
+656,333000-2-2,[3- 3- 3- 0- 0- 0- 2- 2],2-1-1-1-0-0-0-2-2,13751448592.938503
+657,030033-2-0,[0- 3- 0- 0- 3- 3- 2- 0],2-0-1-0-0-1-1-2-0,13751178058.334608
+658,030033-2-3,[0- 3- 0- 0- 3- 3- 2- 3],2-0-1-0-0-1-1-2-3,13751090897.004086
+659,220002-3-2,[2- 2- 0- 0- 0- 2- 3- 2],1-1-1-0-0-0-1-3-2,13749179817.07706
+660,001011-2-1,[0- 0- 1- 0- 1- 1- 2- 1],0-0-0-1-0-1-1-2-1,13747107115.465786
+661,333330-3-3,[3- 3- 3- 3- 3- 0- 3- 3],2-1-1-1-1-1-0-3-3,13743249422.114365
+662,303330-3-3,[3- 0- 3- 3- 3- 0- 3- 3],2-1-0-1-1-1-0-3-3,13742877798.656239
+663,022022-0-2,[0- 2- 2- 0- 2- 2- 0- 2],1-0-1-1-0-1-1-0-2,13741398750.922205
+664,020222-0-2,[0- 2- 0- 2- 2- 2- 0- 2],1-0-1-0-1-1-1-0-2,13741227038.613825
+665,333300-1-1,[3- 3- 3- 3- 0- 0- 1- 1],2-1-1-1-1-0-0-1-1,13739706452.449566
+666,110111-1-1,[1- 1- 0- 1- 1- 1- 1- 1],0-1-1-0-1-1-1-1-1,13735296347.123375
+667,010011-2-1,[0- 1- 0- 0- 1- 1- 2- 1],0-0-1-0-0-1-1-2-1,13733853951.963223
+668,002222-3-3,[0- 0- 2- 2- 2- 2- 3- 3],1-0-0-1-1-1-1-3-3,13733778675.95915
+669,220200-2-2,[2- 2- 0- 2- 0- 0- 2- 2],1-1-1-0-1-0-0-2-2,13732446674.636726
+670,011101-1-1,[0- 1- 1- 1- 0- 1- 1- 1],0-0-1-1-1-0-1-1-1,13731084167.534115
+671,200202-1-2,[2- 0- 0- 2- 0- 2- 1- 2],1-1-0-0-1-0-1-1-2,13730588395.49101
+672,220002-3-3,[2- 2- 0- 0- 0- 2- 3- 3],1-1-1-0-0-0-1-3-3,13729406193.894354
+673,111000-2-2,[1- 1- 1- 0- 0- 0- 2- 2],0-1-1-1-0-0-0-2-2,13724992543.38551
+674,110001-2-2,[1- 1- 0- 0- 0- 1- 2- 2],0-1-1-0-0-0-1-2-2,13724901461.829784
+675,101100-2-1,[1- 0- 1- 1- 0- 0- 2- 1],0-1-0-1-1-0-0-2-1,13724687528.1907
+676,000022-1-2,[0- 0- 0- 0- 2- 2- 1- 2],1-0-0-0-0-1-1-1-2,13724334359.650188
+677,100101-2-2,[1- 0- 0- 1- 0- 1- 2- 2],0-1-0-0-1-0-1-2-2,13721782764.645105
+678,000222-1-1,[0- 0- 0- 2- 2- 2- 1- 1],1-0-0-0-1-1-1-1-1,13721721267.980495
+679,011011-1-1,[0- 1- 1- 0- 1- 1- 1- 1],0-0-1-1-0-1-1-1-1,13719317704.60107
+680,100110-2-3,[1- 0- 0- 1- 1- 0- 2- 3],0-1-0-0-1-1-0-2-3,13716033418.10115
+681,033003-3-1,[0- 3- 3- 0- 0- 3- 3- 1],2-0-1-1-0-0-1-3-1,13714194117.082226
+682,022002-2-3,[0- 2- 2- 0- 0- 2- 2- 3],1-0-1-1-0-0-1-2-3,13711366137.240782
+683,200202-1-1,[2- 0- 0- 2- 0- 2- 1- 1],1-1-0-0-1-0-1-1-1,13711150667.163845
+684,202202-3-0,[2- 0- 2- 2- 0- 2- 3- 0],1-1-0-1-1-0-1-3-0,13706969480.497051
+685,001100-2-1,[0- 0- 1- 1- 0- 0- 2- 1],0-0-0-1-1-0-0-2-1,13703818500.025755
+686,333003-0-1,[3- 3- 3- 0- 0- 3- 0- 1],2-1-1-1-0-0-1-0-1,13703216485.217115
+687,303003-3-3,[3- 0- 3- 0- 0- 3- 3- 3],2-1-0-1-0-0-1-3-3,13702102667.288162
+688,220202-3-0,[2- 2- 0- 2- 0- 2- 3- 0],1-1-1-0-1-0-1-3-0,13701996857.873547
+689,300303-3-3,[3- 0- 0- 3- 0- 3- 3- 3],2-1-0-0-1-0-1-3-3,13699779951.71904
+690,100011-2-1,[1- 0- 0- 0- 1- 1- 2- 1],0-1-0-0-0-1-1-2-1,13698612338.304333
+691,011111-0-2,[0- 1- 1- 1- 1- 1- 0- 2],0-0-1-1-1-1-1-0-2,13697292826.36947
+692,010001-2-2,[0- 1- 0- 0- 0- 1- 2- 2],0-0-1-0-0-0-1-2-2,13696163584.205082
+693,101010-2-1,[1- 0- 1- 0- 1- 0- 2- 1],0-1-0-1-0-1-0-2-1,13695921328.02261
+694,303003-3-1,[3- 0- 3- 0- 0- 3- 3- 1],2-1-0-1-0-0-1-3-1,13694601938.104288
+695,002202-2-3,[0- 0- 2- 2- 0- 2- 2- 3],1-0-0-1-1-0-1-2-3,13687239098.846668
+696,001111-1-1,[0- 0- 1- 1- 1- 1- 1- 1],0-0-0-1-1-1-1-1-1,13686819622.170757
+697,033330-2-1,[0- 3- 3- 3- 3- 0- 2- 1],2-0-1-1-1-1-0-2-1,13685688025.487776
+698,000110-2-3,[0- 0- 0- 1- 1- 0- 2- 3],0-0-0-0-1-1-0-2-3,13684514610.737318
+699,010100-2-2,[0- 1- 0- 1- 0- 0- 2- 2],0-0-1-0-1-0-0-2-2,13682146367.614475
+700,030003-2-1,[0- 3- 0- 0- 0- 3- 2- 1],2-0-1-0-0-0-1-2-1,13681460988.00802
+701,101101-3-3,[1- 0- 1- 1- 0- 1- 3- 3],0-1-0-1-1-0-1-3-3,13676335426.784931
+702,200202-3-2,[2- 0- 0- 2- 0- 2- 3- 2],1-1-0-0-1-0-1-3-2,13674767652.859325
+703,002202-3-1,[0- 0- 2- 2- 0- 2- 3- 1],1-0-0-1-1-0-1-3-1,13671388266.369564
+704,222020-1-1,[2- 2- 2- 0- 2- 0- 1- 1],1-1-1-1-0-1-0-1-1,13670732249.49044
+705,002220-1-2,[0- 0- 2- 2- 2- 0- 1- 2],1-0-0-1-1-1-0-1-2,13668573062.642073
+706,111001-2-3,[1- 1- 1- 0- 0- 1- 2- 3],0-1-1-1-0-0-1-2-3,13661986609.684187
+707,101111-2-0,[1- 0- 1- 1- 1- 1- 2- 0],0-1-0-1-1-1-1-2-0,13661418599.642765
+708,011001-3-3,[0- 1- 1- 0- 0- 1- 3- 3],0-0-1-1-0-0-1-3-3,13660978020.943697
+709,330030-2-2,[3- 3- 0- 0- 3- 0- 2- 2],2-1-1-0-0-1-0-2-2,13659030089.965176
+710,003303-2-3,[0- 0- 3- 3- 0- 3- 2- 3],2-0-0-1-1-0-1-2-3,13658780903.73542
+711,002222-3-0,[0- 0- 2- 2- 2- 2- 3- 0],1-0-0-1-1-1-1-3-0,13658542661.281902
+712,010110-2-1,[0- 1- 0- 1- 1- 0- 2- 1],0-0-1-0-1-1-0-2-1,13655729632.025082
+713,110100-2-2,[1- 1- 0- 1- 0- 0- 2- 2],0-1-1-0-1-0-0-2-2,13654038954.792065
+714,100001-2-2,[1- 0- 0- 0- 0- 1- 2- 2],0-1-0-0-0-0-1-2-2,13654021414.755394
+715,000010-1-2,[0- 0- 0- 0- 1- 0- 1- 2],0-0-0-0-0-1-0-1-2,13653338714.775978
+716,200202-2-3,[2- 0- 0- 2- 0- 2- 2- 3],1-1-0-0-1-0-1-2-3,13652511165.1675
+717,111101-3-1,[1- 1- 1- 1- 0- 1- 3- 1],0-1-1-1-1-0-1-3-1,13651534915.727686
+718,202002-3-1,[2- 0- 2- 0- 0- 2- 3- 1],1-1-0-1-0-0-1-3-1,13651468303.27647
+719,222220-3-3,[2- 2- 2- 2- 2- 0- 3- 3],1-1-1-1-1-1-0-3-3,13651251372.218632
+720,020022-3-3,[0- 2- 0- 0- 2- 2- 3- 3],1-0-1-0-0-1-1-3-3,13650470792.414862
+721,000222-3-2,[0- 0- 0- 2- 2- 2- 3- 2],1-0-0-0-1-1-1-3-2,13650026222.49313
+722,033003-3-3,[0- 3- 3- 0- 0- 3- 3- 3],2-0-1-1-0-0-1-3-3,13649859572.568026
+723,000333-3-1,[0- 0- 0- 3- 3- 3- 3- 1],2-0-0-0-1-1-1-3-1,13646389802.251795
+724,222220-3-2,[2- 2- 2- 2- 2- 0- 3- 2],1-1-1-1-1-1-0-3-2,13644553071.215038
+725,330003-1-2,[3- 3- 0- 0- 0- 3- 1- 2],2-1-1-0-0-0-1-1-2,13642658041.903175
+726,330003-3-1,[3- 3- 0- 0- 0- 3- 3- 1],2-1-1-0-0-0-1-3-1,13641590714.172832
+727,222020-1-2,[2- 2- 2- 0- 2- 0- 1- 2],1-1-1-1-0-1-0-1-2,13641214032.407452
+728,330030-2-1,[3- 3- 0- 0- 3- 0- 2- 1],2-1-1-0-0-1-0-2-1,13639357434.814495
+729,000110-2-1,[0- 0- 0- 1- 1- 0- 2- 1],0-0-0-0-1-1-0-2-1,13638900991.596632
+730,101111-2-3,[1- 0- 1- 1- 1- 1- 2- 3],0-1-0-1-1-1-1-2-3,13637363395.705975
+731,200220-2-3,[2- 0- 0- 2- 2- 0- 2- 3],1-1-0-0-1-1-0-2-3,13636600036.555622
+732,222002-0-1,[2- 2- 2- 0- 0- 2- 0- 1],1-1-1-1-0-0-1-0-1,13631906281.291943
+733,000002-2-1,[0- 0- 0- 0- 0- 2- 2- 1],1-0-0-0-0-0-1-2-1,13630962854.816938
+734,110111-2-0,[1- 1- 0- 1- 1- 1- 2- 0],0-1-1-0-1-1-1-2-0,13630893945.157402
+735,220002-3-1,[2- 2- 0- 0- 0- 2- 3- 1],1-1-1-0-0-0-1-3-1,13628714530.604805
+736,220002-2-3,[2- 2- 0- 0- 0- 2- 2- 3],1-1-1-0-0-0-1-2-3,13628513363.485151
+737,010000-2-2,[0- 1- 0- 0- 0- 0- 2- 2],0-0-1-0-0-0-0-2-2,13627279200.983341
+738,101110-2-3,[1- 0- 1- 1- 1- 0- 2- 3],0-1-0-1-1-1-0-2-3,13626580282.947254
+739,001010-2-1,[0- 0- 1- 0- 1- 0- 2- 1],0-0-0-1-0-1-0-2-1,13626301752.585554
+740,303330-3-2,[3- 0- 3- 3- 3- 0- 3- 2],2-1-0-1-1-1-0-3-2,13625114296.084042
+741,030303-2-3,[0- 3- 0- 3- 0- 3- 2- 3],2-0-1-0-1-0-1-2-3,13623690683.147205
+742,000303-2-2,[0- 0- 0- 3- 0- 3- 2- 2],2-0-0-0-1-0-1-2-2,13622061189.502678
+743,220220-2-3,[2- 2- 0- 2- 2- 0- 2- 3],1-1-1-0-1-1-0-2-3,13620124402.310974
+744,030033-3-3,[0- 3- 0- 0- 3- 3- 3- 3],2-0-1-0-0-1-1-3-3,13618344670.057222
+745,033300-2-2,[0- 3- 3- 3- 0- 0- 2- 2],2-0-1-1-1-0-0-2-2,13618060207.957333
+746,011001-3-2,[0- 1- 1- 0- 0- 1- 3- 2],0-0-1-1-0-0-1-3-2,13617599974.710968
+747,220202-0-2,[2- 2- 0- 2- 0- 2- 0- 2],1-1-1-0-1-0-1-0-2,13615756316.00973
+748,303003-1-1,[3- 0- 3- 0- 0- 3- 1- 1],2-1-0-1-0-0-1-1-1,13614791898.097206
+749,303030-2-1,[3- 0- 3- 0- 3- 0- 2- 1],2-1-0-1-0-1-0-2-1,13613052464.288616
+750,003333-3-0,[0- 0- 3- 3- 3- 3- 3- 0],2-0-0-1-1-1-1-3-0,13611803926.473707
+751,303303-3-0,[3- 0- 3- 3- 0- 3- 3- 0],2-1-0-1-1-0-1-3-0,13611607372.998167
+752,300303-2-3,[3- 0- 0- 3- 0- 3- 2- 3],2-1-0-0-1-0-1-2-3,13610717557.073814
+753,303003-2-3,[3- 0- 3- 0- 0- 3- 2- 3],2-1-0-1-0-0-1-2-3,13608622266.440666
+754,002022-2-3,[0- 0- 2- 0- 2- 2- 2- 3],1-0-0-1-0-1-1-2-3,13604340467.170506
+755,030003-2-2,[0- 3- 0- 0- 0- 3- 2- 2],2-0-1-0-0-0-1-2-2,13601704619.26183
+756,010101-2-1,[0- 1- 0- 1- 0- 1- 2- 1],0-0-1-0-1-0-1-2-1,13601605456.471844
+757,020202-2-0,[0- 2- 0- 2- 0- 2- 2- 0],1-0-1-0-1-0-1-2-0,13600231227.331753
+758,111000-2-1,[1- 1- 1- 0- 0- 0- 2- 1],0-1-1-1-0-0-0-2-1,13599557227.810467
+759,300303-3-2,[3- 0- 0- 3- 0- 3- 3- 2],2-1-0-0-1-0-1-3-2,13598553772.104237
+760,001010-1-2,[0- 0- 1- 0- 1- 0- 1- 2],0-0-0-1-0-1-0-1-2,13598156719.495508
+761,220220-1-2,[2- 2- 0- 2- 2- 0- 1- 2],1-1-1-0-1-1-0-1-2,13598063827.973202
+762,003033-3-1,[0- 0- 3- 0- 3- 3- 3- 1],2-0-0-1-0-1-1-3-1,13596904201.902033
+763,020222-1-3,[0- 2- 0- 2- 2- 2- 1- 3],1-0-1-0-1-1-1-1-3,13595670960.86034
+764,011010-1-2,[0- 1- 1- 0- 1- 0- 1- 2],0-0-1-1-0-1-0-1-2,13595290262.036125
+765,303333-1-0,[3- 0- 3- 3- 3- 3- 1- 0],2-1-0-1-1-1-1-1-0,13593481032.827202
+766,100110-1-2,[1- 0- 0- 1- 1- 0- 1- 2],0-1-0-0-1-1-0-1-2,13592294060.264858
+767,003033-2-3,[0- 0- 3- 0- 3- 3- 2- 3],2-0-0-1-0-1-1-2-3,13591868869.237114
+768,010111-1-2,[0- 1- 0- 1- 1- 1- 1- 2],0-0-1-0-1-1-1-1-2,13588129794.383692
+769,330330-2-1,[3- 3- 0- 3- 3- 0- 2- 1],2-1-1-0-1-1-0-2-1,13585409414.261045
+770,333330-3-2,[3- 3- 3- 3- 3- 0- 3- 2],2-1-1-1-1-1-0-3-2,13584220098.155445
+771,100010-2-1,[1- 0- 0- 0- 1- 0- 2- 1],0-1-0-0-0-1-0-2-1,13583299587.99008
+772,030330-2-2,[0- 3- 0- 3- 3- 0- 2- 2],2-0-1-0-1-1-0-2-2,13582578296.648052
+773,000022-2-3,[0- 0- 0- 0- 2- 2- 2- 3],1-0-0-0-0-1-1-2-3,13582158049.868996
+774,303333-0-1,[3- 0- 3- 3- 3- 3- 0- 1],2-1-0-1-1-1-1-0-1,13580938323.490017
+775,330303-3-0,[3- 3- 0- 3- 0- 3- 3- 0],2-1-1-0-1-0-1-3-0,13580043472.219675
+776,222202-1-3,[2- 2- 2- 2- 0- 2- 1- 3],1-1-1-1-1-0-1-1-3,13579746112.200771
+777,020200-2-2,[0- 2- 0- 2- 0- 0- 2- 2],1-0-1-0-1-0-0-2-2,13578718377.797527
+778,003033-3-2,[0- 0- 3- 0- 3- 3- 3- 2],2-0-0-1-0-1-1-3-2,13578150526.060932
+779,110111-2-3,[1- 1- 0- 1- 1- 1- 2- 3],0-1-1-0-1-1-1-2-3,13577261995.992798
+780,022220-1-1,[0- 2- 2- 2- 2- 0- 1- 1],1-0-1-1-1-1-0-1-1,13576023414.51101
+781,003003-2-2,[0- 0- 3- 0- 0- 3- 2- 2],2-0-0-1-0-0-1-2-2,13575655541.278633
+782,111110-2-3,[1- 1- 1- 1- 1- 0- 2- 3],0-1-1-1-1-1-0-2-3,13574763691.043373
+783,000000-2-3,[0- 0- 0- 0- 0- 0- 2- 3],0-0-0-0-0-0-0-2-3,13574756094.733322
+784,111101-2-0,[1- 1- 1- 1- 0- 1- 2- 0],0-1-1-1-1-0-1-2-0,13574646515.729515
+785,111010-1-2,[1- 1- 1- 0- 1- 0- 1- 2],0-1-1-1-0-1-0-1-2,13572476295.699778
+786,011101-3-2,[0- 1- 1- 1- 0- 1- 3- 2],0-0-1-1-1-0-1-3-2,13572274197.378483
+787,020002-3-2,[0- 2- 0- 0- 0- 2- 3- 2],1-0-1-0-0-0-1-3-2,13566982867.292519
+788,303003-2-0,[3- 0- 3- 0- 0- 3- 2- 0],2-1-0-1-0-0-1-2-0,13566477069.179497
+789,330003-3-2,[3- 3- 0- 0- 0- 3- 3- 2],2-1-1-0-0-0-1-3-2,13566046011.339912
+790,101000-2-2,[1- 0- 1- 0- 0- 0- 2- 2],0-1-0-1-0-0-0-2-2,13564836801.080711
+791,333303-1-3,[3- 3- 3- 3- 0- 3- 1- 3],2-1-1-1-1-0-1-1-3,13564801670.672886
+792,002022-3-2,[0- 0- 2- 0- 2- 2- 3- 2],1-0-0-1-0-1-1-3-2,13562704268.934795
+793,101101-3-2,[1- 0- 1- 1- 0- 1- 3- 2],0-1-0-1-1-0-1-3-2,13560020835.955914
+794,222200-1-2,[2- 2- 2- 2- 0- 0- 1- 2],1-1-1-1-1-0-0-1-2,13559262336.963497
+795,002022-3-1,[0- 0- 2- 0- 2- 2- 3- 1],1-0-0-1-0-1-1-3-1,13558045595.188229
+796,300033-3-3,[3- 0- 0- 0- 3- 3- 3- 3],2-1-0-0-0-1-1-3-3,13551922284.137482
+797,101001-2-1,[1- 0- 1- 0- 0- 1- 2- 1],0-1-0-1-0-0-1-2-1,13549412138.808422
+798,300030-2-2,[3- 0- 0- 0- 3- 0- 2- 2],2-1-0-0-0-1-0-2-2,13548389915.86959
+799,000222-3-1,[0- 0- 0- 2- 2- 2- 3- 1],1-0-0-0-1-1-1-3-1,13547734258.543667
+800,000111-2-1,[0- 0- 0- 1- 1- 1- 2- 1],0-0-0-0-1-1-1-2-1,13546809856.964733
+801,333003-1-0,[3- 3- 3- 0- 0- 3- 1- 0],2-1-1-1-0-0-1-1-0,13546469686.462883
+802,200022-3-3,[2- 0- 0- 0- 2- 2- 3- 3],1-1-0-0-0-1-1-3-3,13545637667.599857
+803,110001-2-1,[1- 1- 0- 0- 0- 1- 2- 1],0-1-1-0-0-0-1-2-1,13541980771.485104
+804,110110-1-2,[1- 1- 0- 1- 1- 0- 1- 2],0-1-1-0-1-1-0-1-2,13540265518.614908
+805,110000-2-2,[1- 1- 0- 0- 0- 0- 2- 2],0-1-1-0-0-0-0-2-2,13538671879.311642
+806,022202-0-1,[0- 2- 2- 2- 0- 2- 0- 1],1-0-1-1-1-0-1-0-1,13537606270.604473
+807,202002-1-1,[2- 0- 2- 0- 0- 2- 1- 1],1-1-0-1-0-0-1-1-1,13535784206.987667
+808,200020-2-1,[2- 0- 0- 0- 2- 0- 2- 1],1-1-0-0-0-1-0-2-1,13528213045.449306
+809,202002-2-3,[2- 0- 2- 0- 0- 2- 2- 3],1-1-0-1-0-0-1-2-3,13527427855.773304
+810,202220-3-2,[2- 0- 2- 2- 2- 0- 3- 2],1-1-0-1-1-1-0-3-2,13525815450.318138
+811,033030-2-2,[0- 3- 3- 0- 3- 0- 2- 2],2-0-1-1-0-1-0-2-2,13521740929.881771
+812,100101-2-1,[1- 0- 0- 1- 0- 1- 2- 1],0-1-0-0-1-0-1-2-1,13520820732.879757
+813,101111-3-2,[1- 0- 1- 1- 1- 1- 3- 2],0-1-0-1-1-1-1-3-2,13519879164.771019
+814,200200-2-2,[2- 0- 0- 2- 0- 0- 2- 2],1-1-0-0-1-0-0-2-2,13519176616.564447
+815,030033-1-2,[0- 3- 0- 0- 3- 3- 1- 2],2-0-1-0-0-1-1-1-2,13519035466.450447
+816,000333-1-2,[0- 0- 0- 3- 3- 3- 1- 2],2-0-0-0-1-1-1-1-2,13519001313.661419
+817,333000-1-1,[3- 3- 3- 0- 0- 0- 1- 1],2-1-1-1-0-0-0-1-1,13515227090.168638
+818,202220-3-3,[2- 0- 2- 2- 2- 0- 3- 3],1-1-0-1-1-1-0-3-3,13513077815.257795
+819,220022-0-2,[2- 2- 0- 0- 2- 2- 0- 2],1-1-1-0-0-1-1-0-2,13512914383.46554
+820,330333-1-0,[3- 3- 0- 3- 3- 3- 1- 0],2-1-1-0-1-1-1-1-0,13509531149.469143
+821,011110-1-1,[0- 1- 1- 1- 1- 0- 1- 1],0-0-1-1-1-1-0-1-1,13505689803.208675
+822,220000-2-1,[2- 2- 0- 0- 0- 0- 2- 1],1-1-1-0-0-0-0-2-1,13505664972.642956
+823,000220-2-3,[0- 0- 0- 2- 2- 0- 2- 3],1-0-0-0-1-1-0-2-3,13504511911.926521
+824,020020-2-1,[0- 2- 0- 0- 2- 0- 2- 1],1-0-1-0-0-1-0-2-1,13496458939.240017
+825,011101-3-3,[0- 1- 1- 1- 0- 1- 3- 3],0-0-1-1-1-0-1-3-3,13495844261.470648
+826,101111-3-3,[1- 0- 1- 1- 1- 1- 3- 3],0-1-0-1-1-1-1-3-3,13494696221.266142
+827,002222-1-3,[0- 0- 2- 2- 2- 2- 1- 3],1-0-0-1-1-1-1-1-3,13494642622.27821
+828,200022-3-0,[2- 0- 0- 0- 2- 2- 3- 0],1-1-0-0-0-1-1-3-0,13493360057.607695
+829,003303-3-1,[0- 0- 3- 3- 0- 3- 3- 1],2-0-0-1-1-0-1-3-1,13492454796.320444
+830,330300-2-1,[3- 3- 0- 3- 0- 0- 2- 1],2-1-1-0-1-0-0-2-1,13491866164.493893
+831,101001-3-3,[1- 0- 1- 0- 0- 1- 3- 3],0-1-0-1-0-0-1-3-3,13490994387.937187
+832,000330-2-2,[0- 0- 0- 3- 3- 0- 2- 2],2-0-0-0-1-1-0-2-2,13490619523.166237
+833,033300-2-1,[0- 3- 3- 3- 0- 0- 2- 1],2-0-1-1-1-0-0-2-1,13489971408.258236
+834,002220-2-3,[0- 0- 2- 2- 2- 0- 2- 3],1-0-0-1-1-1-0-2-3,13485864155.887363
+835,022002-2-0,[0- 2- 2- 0- 0- 2- 2- 0],1-0-1-1-0-0-1-2-0,13484384595.36665
+836,100010-2-3,[1- 0- 0- 0- 1- 0- 2- 3],0-1-0-0-0-1-0-2-3,13483658327.891218
+837,100111-1-2,[1- 0- 0- 1- 1- 1- 1- 2],0-1-0-0-1-1-1-1-2,13478625296.10507
+838,110110-2-3,[1- 1- 0- 1- 1- 0- 2- 3],0-1-1-0-1-1-0-2-3,13476014650.696852
+839,000222-3-3,[0- 0- 0- 2- 2- 2- 3- 3],1-0-0-0-1-1-1-3-3,13473565259.872974
+840,333330-1-2,[3- 3- 3- 3- 3- 0- 1- 2],2-1-1-1-1-1-0-1-2,13473195316.047512
+841,330333-0-1,[3- 3- 0- 3- 3- 3- 0- 1],2-1-1-0-1-1-1-0-1,13471660195.641369
+842,110100-2-1,[1- 1- 0- 1- 0- 0- 2- 1],0-1-1-0-1-0-0-2-1,13467947472.024578
+843,002002-3-2,[0- 0- 2- 0- 0- 2- 3- 2],1-0-0-1-0-0-1-3-2,13467695382.371372
+844,000200-2-2,[0- 0- 0- 2- 0- 0- 2- 2],1-0-0-0-1-0-0-2-2,13467414605.816887
+845,002200-2-1,[0- 0- 2- 2- 0- 0- 2- 1],1-0-0-1-1-0-0-2-1,13465989741.85432
+846,330300-2-2,[3- 3- 0- 3- 0- 0- 2- 2],2-1-1-0-1-0-0-2-2,13465015976.888958
+847,333333-0-3,[3- 3- 3- 3- 3- 3- 0- 3],2-1-1-1-1-1-1-0-3,13464083180.302921
+848,300303-1-1,[3- 0- 0- 3- 0- 3- 1- 1],2-1-0-0-1-0-1-1-1,13463155286.666115
+849,222220-3-1,[2- 2- 2- 2- 2- 0- 3- 1],1-1-1-1-1-1-0-3-1,13462837673.586147
+850,022000-2-2,[0- 2- 2- 0- 0- 0- 2- 2],1-0-1-1-0-0-0-2-2,13461779467.73045
+851,011011-3-2,[0- 1- 1- 0- 1- 1- 3- 2],0-0-1-1-0-1-1-3-2,13461221777.354862
+852,001001-2-1,[0- 0- 1- 0- 0- 1- 2- 1],0-0-0-1-0-0-1-2-1,13458316388.416945
+853,222000-1-1,[2- 2- 2- 0- 0- 0- 1- 1],1-1-1-1-0-0-0-1-1,13458216337.307888
+854,220202-0-1,[2- 2- 0- 2- 0- 2- 0- 1],1-1-1-0-1-0-1-0-1,13458197181.417736
+855,003330-2-3,[0- 0- 3- 3- 3- 0- 2- 3],2-0-0-1-1-1-0-2-3,13456900584.291817
+856,110011-1-2,[1- 1- 0- 0- 1- 1- 1- 2],0-1-1-0-0-1-1-1-2,13456506620.66305
+857,022222-0-3,[0- 2- 2- 2- 2- 2- 0- 3],1-0-1-1-1-1-1-0-3,13456059860.97385
+858,333300-3-3,[3- 3- 3- 3- 0- 0- 3- 3],2-1-1-1-1-0-0-3-3,13454345415.58782
+859,110101-3-3,[1- 1- 0- 1- 0- 1- 3- 3],0-1-1-0-1-0-1-3-3,13452557988.140425
+860,000022-3-2,[0- 0- 0- 0- 2- 2- 3- 2],1-0-0-0-0-1-1-3-2,13452431435.243412
+861,003033-1-2,[0- 0- 3- 0- 3- 3- 1- 2],2-0-0-1-0-1-1-1-2,13451199311.942913
+862,110111-3-3,[1- 1- 0- 1- 1- 1- 3- 3],0-1-1-0-1-1-1-3-3,13450954306.111511
+863,000033-3-2,[0- 0- 0- 0- 3- 3- 3- 2],2-0-0-0-0-1-1-3-2,13450790714.88538
+864,011011-2-3,[0- 1- 1- 0- 1- 1- 2- 3],0-0-1-1-0-1-1-2-3,13449049315.092558
+865,000010-2-1,[0- 0- 0- 0- 1- 0- 2- 1],0-0-0-0-0-1-0-2-1,13445936772.66322
+866,101111-3-1,[1- 0- 1- 1- 1- 1- 3- 1],0-1-0-1-1-1-1-3-1,13444622742.854368
+867,300330-2-3,[3- 0- 0- 3- 3- 0- 2- 3],2-1-0-0-1-1-0-2-3,13444381532.53823
+868,003003-2-1,[0- 0- 3- 0- 0- 3- 2- 1],2-0-0-1-0-0-1-2-1,13443443387.781538
+869,330000-2-1,[3- 3- 0- 0- 0- 0- 2- 1],2-1-1-0-0-0-0-2-1,13443411429.496195
+870,111011-3-0,[1- 1- 1- 0- 1- 1- 3- 0],0-1-1-1-0-1-1-3-0,13442867368.251934
+871,001011-1-2,[0- 0- 1- 0- 1- 1- 1- 2],0-0-0-1-0-1-1-1-2,13442270158.361752
+872,003030-2-2,[0- 0- 3- 0- 3- 0- 2- 2],2-0-0-1-0-1-0-2-2,13442107026.628319
+873,011111-2-3,[0- 1- 1- 1- 1- 1- 2- 3],0-0-1-1-1-1-1-2-3,13441043398.68872
+874,001101-1-2,[0- 0- 1- 1- 0- 1- 1- 2],0-0-0-1-1-0-1-1-2,13438849216.108059
+875,000033-3-1,[0- 0- 0- 0- 3- 3- 3- 1],2-0-0-0-0-1-1-3-1,13437491764.618706
+876,110011-2-3,[1- 1- 0- 0- 1- 1- 2- 3],0-1-1-0-0-1-1-2-3,13437061103.514647
+877,000033-2-3,[0- 0- 0- 0- 3- 3- 2- 3],2-0-0-0-0-1-1-2-3,13433215868.339293
+878,200202-3-1,[2- 0- 0- 2- 0- 2- 3- 1],1-1-0-0-1-0-1-3-1,13432071785.766552
+879,010110-1-2,[0- 1- 0- 1- 1- 0- 1- 2],0-0-1-0-1-1-0-1-2,13431745257.165
+880,110011-3-3,[1- 1- 0- 0- 1- 1- 3- 3],0-1-1-0-0-1-1-3-3,13431294712.000433
+881,002020-2-1,[0- 0- 2- 0- 2- 0- 2- 1],1-0-0-1-0-1-0-2-1,13430211166.59837
+882,110001-3-3,[1- 1- 0- 0- 0- 1- 3- 3],0-1-1-0-0-0-1-3-3,13427850243.182009
+883,222002-1-0,[2- 2- 2- 0- 0- 2- 1- 0],1-1-1-1-0-0-1-1-0,13426791974.282711
+884,202002-1-2,[2- 0- 2- 0- 0- 2- 1- 2],1-1-0-1-0-0-1-1-2,13422716126.29901
+885,200222-1-3,[2- 0- 0- 2- 2- 2- 1- 3],1-1-0-0-1-1-1-1-3,13418966010.092388
+886,330003-2-3,[3- 3- 0- 0- 0- 3- 2- 3],2-1-1-0-0-0-1-2-3,13418116959.280499
+887,001110-2-3,[0- 0- 1- 1- 1- 0- 2- 3],0-0-0-1-1-1-0-2-3,13418074989.870483
+888,333300-1-2,[3- 3- 3- 3- 0- 0- 1- 2],2-1-1-1-1-0-0-1-2,13417453082.503916
+889,200202-2-0,[2- 0- 0- 2- 0- 2- 2- 0],1-1-0-0-1-0-1-2-0,13415958327.632092
+890,330330-2-3,[3- 3- 0- 3- 3- 0- 2- 3],2-1-1-0-1-1-0-2-3,13415049089.027891
+891,022220-2-3,[0- 2- 2- 2- 2- 0- 2- 3],1-0-1-1-1-1-0-2-3,13413839682.331024
+892,000220-2-1,[0- 0- 0- 2- 2- 0- 2- 1],1-0-0-0-1-1-0-2-1,13412800297.785442
+893,011111-3-1,[0- 1- 1- 1- 1- 1- 3- 1],0-0-1-1-1-1-1-3-1,13412238470.3399
+894,033333-0-1,[0- 3- 3- 3- 3- 3- 0- 1],2-0-1-1-1-1-1-0-1,13411773659.006588
+895,303003-1-2,[3- 0- 3- 0- 0- 3- 1- 2],2-1-0-1-0-0-1-1-2,13410655240.77232
+896,300333-1-3,[3- 0- 0- 3- 3- 3- 1- 3],2-1-0-0-1-1-1-1-3,13408516654.748661
+897,220000-2-2,[2- 2- 0- 0- 0- 0- 2- 2],1-1-1-0-0-0-0-2-2,13407470352.54945
+898,303000-2-2,[3- 0- 3- 0- 0- 0- 2- 2],2-1-0-1-0-0-0-2-2,13407405228.595802
+899,333300-3-2,[3- 3- 3- 3- 0- 0- 3- 2],2-1-1-1-1-0-0-3-2,13405957840.239979
+900,202002-2-0,[2- 0- 2- 0- 0- 2- 2- 0],1-1-0-1-0-0-1-2-0,13400826677.883724
+901,110111-3-2,[1- 1- 0- 1- 1- 1- 3- 2],0-1-1-0-1-1-1-3-2,13399376760.11839
+902,003300-2-2,[0- 0- 3- 3- 0- 0- 2- 2],2-0-0-1-1-0-0-2-2,13398858001.025154
+903,222002-0-2,[2- 2- 2- 0- 0- 2- 0- 2],1-1-1-1-0-0-1-0-2,13397334911.803873
+904,300303-1-2,[3- 0- 0- 3- 0- 3- 1- 2],2-1-0-0-1-0-1-1-2,13396988871.923565
+905,000111-1-2,[0- 0- 0- 1- 1- 1- 1- 2],0-0-0-0-1-1-1-1-2,13396851675.755535
+906,010010-2-1,[0- 1- 0- 0- 1- 0- 2- 1],0-0-1-0-0-1-0-2-1,13392790764.962198
+907,333300-2-3,[3- 3- 3- 3- 0- 0- 2- 3],2-1-1-1-1-0-0-2-3,13390492724.784407
+908,033003-2-3,[0- 3- 3- 0- 0- 3- 2- 3],2-0-1-1-0-0-1-2-3,13385709939.620327
+909,330003-3-0,[3- 3- 0- 0- 0- 3- 3- 0],2-1-1-0-0-0-1-3-0,13384391967.722832
+910,003330-2-1,[0- 0- 3- 3- 3- 0- 2- 1],2-0-0-1-1-1-0-2-1,13384354990.07307
+911,000202-2-3,[0- 0- 0- 2- 0- 2- 2- 3],1-0-0-0-1-0-1-2-3,13383700235.72564
+912,002022-2-0,[0- 0- 2- 0- 2- 2- 2- 0],1-0-0-1-0-1-1-2-0,13383152931.00755
+913,222020-2-3,[2- 2- 2- 0- 2- 0- 2- 3],1-1-1-1-0-1-0-2-3,13380770308.124031
+914,330003-3-3,[3- 3- 0- 0- 0- 3- 3- 3],2-1-1-0-0-0-1-3-3,13379798261.075731
+915,202220-1-1,[2- 0- 2- 2- 2- 0- 1- 1],1-1-0-1-1-1-0-1-1,13379257885.6563
+916,020002-3-3,[0- 2- 0- 0- 0- 2- 3- 3],1-0-1-0-0-0-1-3-3,13378300707.41247
+917,111001-1-2,[1- 1- 1- 0- 0- 1- 1- 2],0-1-1-1-0-0-1-1-2,13376753562.320383
+918,033330-3-2,[0- 3- 3- 3- 3- 0- 3- 2],2-0-1-1-1-1-0-3-2,13374687480.132816
+919,011101-2-3,[0- 1- 1- 1- 0- 1- 2- 3],0-0-1-1-1-0-1-2-3,13374594326.271742
+920,000202-3-2,[0- 0- 0- 2- 0- 2- 3- 2],1-0-0-0-1-0-1-3-2,13374124160.93291
+921,222200-3-3,[2- 2- 2- 2- 0- 0- 3- 3],1-1-1-1-1-0-0-3-3,13373629782.273155
+922,000011-2-1,[0- 0- 0- 0- 1- 1- 2- 1],0-0-0-0-0-1-1-2-1,13371200707.787535
+923,111010-2-3,[1- 1- 1- 0- 1- 0- 2- 3],0-1-1-1-0-1-0-2-3,13369014233.496214
+924,111001-1-1,[1- 1- 1- 0- 0- 1- 1- 1],0-1-1-1-0-0-1-1-1,13367875792.38441
+925,020002-3-1,[0- 2- 0- 0- 0- 2- 3- 1],1-0-1-0-0-0-1-3-1,13366739630.370174
+926,110111-3-1,[1- 1- 0- 1- 1- 1- 3- 1],0-1-1-0-1-1-1-3-1,13365181589.44555
+927,333030-2-3,[3- 3- 3- 0- 3- 0- 2- 3],2-1-1-1-0-1-0-2-3,13364684626.162352
+928,011001-2-3,[0- 1- 1- 0- 0- 1- 2- 3],0-0-1-1-0-0-1-2-3,13363593436.306583
+929,110011-3-2,[1- 1- 0- 0- 1- 1- 3- 2],0-1-1-0-0-1-1-3-2,13362977065.237293
+930,220022-1-0,[2- 2- 0- 0- 2- 2- 1- 0],1-1-1-0-0-1-1-1-0,13362205980.023952
+931,300303-3-1,[3- 0- 0- 3- 0- 3- 3- 1],2-1-0-0-1-0-1-3-1,13360208288.942621
+932,033330-2-3,[0- 3- 3- 3- 3- 0- 2- 3],2-0-1-1-1-1-0-2-3,13359856371.157118
+933,222200-2-0,[2- 2- 2- 2- 0- 0- 2- 0],1-1-1-1-1-0-0-2-0,13359300507.75315
+934,222200-3-2,[2- 2- 2- 2- 0- 0- 3- 2],1-1-1-1-1-0-0-3-2,13359155556.2373
+935,330303-0-1,[3- 3- 0- 3- 0- 3- 0- 1],2-1-1-0-1-0-1-0-1,13358962037.164762
+936,000303-2-1,[0- 0- 0- 3- 0- 3- 2- 1],2-0-0-0-1-0-1-2-1,13358064460.315977
+937,011000-2-1,[0- 1- 1- 0- 0- 0- 2- 1],0-0-1-1-0-0-0-2-1,13357378022.80572
+938,003333-1-3,[0- 0- 3- 3- 3- 3- 1- 3],2-0-0-1-1-1-1-1-3,13355513722.598606
+939,011101-3-1,[0- 1- 1- 1- 0- 1- 3- 1],0-0-1-1-1-0-1-3-1,13350886867.997505
+940,030033-1-1,[0- 3- 0- 0- 3- 3- 1- 1],2-0-1-0-0-1-1-1-1,13350398544.22035
+941,020220-2-3,[0- 2- 0- 2- 2- 0- 2- 3],1-0-1-0-1-1-0-2-3,13348327153.652845
+942,101101-2-3,[1- 0- 1- 1- 0- 1- 2- 3],0-1-0-1-1-0-1-2-3,13347450033.142933
+943,111001-3-1,[1- 1- 1- 0- 0- 1- 3- 1],0-1-1-1-0-0-1-3-1,13343585015.167336
+944,303330-1-2,[3- 0- 3- 3- 3- 0- 1- 2],2-1-0-1-1-1-0-1-2,13342455709.315199
+945,020202-3-0,[0- 2- 0- 2- 0- 2- 3- 0],1-0-1-0-1-0-1-3-0,13342329939.809061
+946,202000-2-2,[2- 0- 2- 0- 0- 0- 2- 2],1-1-0-1-0-0-0-2-2,13340873783.848017
+947,022000-2-1,[0- 2- 2- 0- 0- 0- 2- 1],1-0-1-1-0-0-0-2-1,13340209593.438168
+948,020200-2-1,[0- 2- 0- 2- 0- 0- 2- 1],1-0-1-0-1-0-0-2-1,13339978763.31213
+949,022022-1-3,[0- 2- 2- 0- 2- 2- 1- 3],1-0-1-1-0-1-1-1-3,13339258001.955097
+950,303000-2-1,[3- 0- 3- 0- 0- 0- 2- 1],2-1-0-1-0-0-0-2-1,13336089132.403852
+951,000202-1-2,[0- 0- 0- 2- 0- 2- 1- 2],1-0-0-0-1-0-1-1-2,13335932870.248531
+952,111010-1-1,[1- 1- 1- 0- 1- 0- 1- 1],0-1-1-1-0-1-0-1-1,13335555157.658016
+953,101001-3-2,[1- 0- 1- 0- 0- 1- 3- 2],0-1-0-1-0-0-1-3-2,13335353242.643917
+954,000202-3-3,[0- 0- 0- 2- 0- 2- 3- 3],1-0-0-0-1-0-1-3-3,13334942123.032822
+955,030333-1-3,[0- 3- 0- 3- 3- 3- 1- 3],2-0-1-0-1-1-1-1-3,13334025603.691048
+956,000100-2-3,[0- 0- 0- 1- 0- 0- 2- 3],0-0-0-0-1-0-0-2-3,13329810548.227276
+957,033030-2-1,[0- 3- 3- 0- 3- 0- 2- 1],2-0-1-1-0-1-0-2-1,13328426185.14172
+958,020002-1-2,[0- 2- 0- 0- 0- 2- 1- 2],1-0-1-0-0-0-1-1-2,13327774006.555565
+959,200222-0-2,[2- 0- 0- 2- 2- 2- 0- 2],1-1-0-0-1-1-1-0-2,13327297400.542997
+960,000222-2-0,[0- 0- 0- 2- 2- 2- 2- 0],1-0-0-0-1-1-1-2-0,13324910309.384563
+961,303300-3-3,[3- 0- 3- 3- 0- 0- 3- 3],2-1-0-1-1-0-0-3-3,13323052946.34169
+962,022220-3-2,[0- 2- 2- 2- 2- 0- 3- 2],1-0-1-1-1-1-0-3-2,13321832541.610836
+963,002000-2-2,[0- 0- 2- 0- 0- 0- 2- 2],1-0-0-1-0-0-0-2-2,13321715326.713997
+964,100100-2-1,[1- 0- 0- 1- 0- 0- 2- 1],0-1-0-0-1-0-0-2-1,13321569526.482206
+965,003033-3-3,[0- 0- 3- 0- 3- 3- 3- 3],2-0-0-1-0-1-1-3-3,13317453766.38633
+966,220022-1-3,[2- 2- 0- 0- 2- 2- 1- 3],1-1-1-0-0-1-1-1-3,13317146701.016575
+967,000022-3-1,[0- 0- 0- 0- 2- 2- 3- 1],1-0-0-0-0-1-1-3-1,13316669993.534998
+968,330033-1-0,[3- 3- 0- 0- 3- 3- 1- 0],2-1-1-0-0-1-1-1-0,13316594823.45559
+969,110010-1-2,[1- 1- 0- 0- 1- 0- 1- 2],0-1-1-0-0-1-0-1-2,13313877664.753242
+970,002202-2-0,[0- 0- 2- 2- 0- 2- 2- 0],1-0-0-1-1-0-1-2-0,13312900132.960812
+971,111110-2-0,[1- 1- 1- 1- 1- 0- 2- 0],0-1-1-1-1-1-0-2-0,13311208166.297722
+972,110010-2-3,[1- 1- 0- 0- 1- 0- 2- 3],0-1-1-0-0-1-0-2-3,13309937473.390972
+973,000101-2-1,[0- 0- 0- 1- 0- 1- 2- 1],0-0-0-0-1-0-1-2-1,13309226105.738142
+974,020002-2-3,[0- 2- 0- 0- 0- 2- 2- 3],1-0-1-0-0-0-1-2-3,13308742349.141788
+975,022020-1-2,[0- 2- 2- 0- 2- 0- 1- 2],1-0-1-1-0-1-0-1-2,13308722153.812265
+976,200220-1-2,[2- 0- 0- 2- 2- 0- 1- 2],1-1-0-0-1-1-0-1-2,13305281643.215895
+977,111111-1-3,[1- 1- 1- 1- 1- 1- 1- 3],0-1-1-1-1-1-1-1-3,13304078608.244312
+978,001010-2-3,[0- 0- 1- 0- 1- 0- 2- 3],0-0-0-1-0-1-0-2-3,13303329786.824888
+979,200002-3-2,[2- 0- 0- 0- 0- 2- 3- 2],1-1-0-0-0-0-1-3-2,13302498536.138065
+980,333330-1-1,[3- 3- 3- 3- 3- 0- 1- 1],2-1-1-1-1-1-0-1-1,13301535459.607079
+981,111110-3-2,[1- 1- 1- 1- 1- 0- 3- 2],0-1-1-1-1-1-0-3-2,13299077331.385853
+982,011111-3-2,[0- 1- 1- 1- 1- 1- 3- 2],0-0-1-1-1-1-1-3-2,13298822974.751476
+983,011001-1-2,[0- 1- 1- 0- 0- 1- 1- 2],0-0-1-1-0-0-1-1-2,13298711241.64515
+984,011011-3-1,[0- 1- 1- 0- 1- 1- 3- 1],0-0-1-1-0-1-1-3-1,13298103092.159767
+985,011011-3-3,[0- 1- 1- 0- 1- 1- 3- 3],0-0-1-1-0-1-1-3-3,13297170864.206854
+986,222020-2-0,[2- 2- 2- 0- 2- 0- 2- 0],1-1-1-1-0-1-0-2-0,13292824899.292152
+987,220220-3-2,[2- 2- 0- 2- 2- 0- 3- 2],1-1-1-0-1-1-0-3-2,13290852819.033566
+988,220220-3-3,[2- 2- 0- 2- 2- 0- 3- 3],1-1-1-0-1-1-0-3-3,13287069229.403107
+989,030030-2-2,[0- 3- 0- 0- 3- 0- 2- 2],2-0-1-0-0-1-0-2-2,13285947264.0733
+990,110011-1-1,[1- 1- 0- 0- 1- 1- 1- 1],0-1-1-0-0-1-1-1-1,13285014186.975414
+991,300303-2-0,[3- 0- 0- 3- 0- 3- 2- 0],2-1-0-0-1-0-1-2-0,13283545928.549675
+992,300330-2-1,[3- 0- 0- 3- 3- 0- 2- 1],2-1-0-0-1-1-0-2-1,13282439226.284847
+993,101101-1-2,[1- 0- 1- 1- 0- 1- 1- 2],0-1-0-1-1-0-1-1-2,13282397359.021894
+994,101011-1-2,[1- 0- 1- 0- 1- 1- 1- 2],0-1-0-1-0-1-1-1-2,13280018476.037748
+995,220020-1-2,[2- 2- 0- 0- 2- 0- 1- 2],1-1-1-0-0-1-0-1-2,13279820073.655008
+996,303300-3-2,[3- 0- 3- 3- 0- 0- 3- 2],2-1-0-1-1-0-0-3-2,13279402342.452976
+997,002002-3-3,[0- 0- 2- 0- 0- 2- 3- 3],1-0-0-1-0-0-1-3-3,13274655531.410423
+998,000001-2-3,[0- 0- 0- 0- 0- 1- 2- 3],0-0-0-0-0-0-1-2-3,13273509224.221165
+999,111110-3-3,[1- 1- 1- 1- 1- 0- 3- 3],0-1-1-1-1-1-0-3-3,13272785581.650223
+1000,000003-2-2,[0- 0- 0- 0- 0- 3- 2- 2],2-0-0-0-0-0-1-2-2,13271601921.78387
+1001,100001-2-1,[1- 0- 0- 0- 0- 1- 2- 1],0-1-0-0-0-0-1-2-1,13269036971.438963
+1002,100111-2-3,[1- 0- 0- 1- 1- 1- 2- 3],0-1-0-0-1-1-1-2-3,13268847034.270313
+1003,000030-2-2,[0- 0- 0- 0- 3- 0- 2- 2],2-0-0-0-0-1-0-2-2,13266602462.979046
+1004,110101-1-2,[1- 1- 0- 1- 0- 1- 1- 2],0-1-1-0-1-0-1-1-2,13265738579.015116
+1005,100010-1-2,[1- 0- 0- 0- 1- 0- 1- 2],0-1-0-0-0-1-0-1-2,13263853807.93078
+1006,033333-1-0,[0- 3- 3- 3- 3- 3- 1- 0],2-0-1-1-1-1-1-1-0,13261947450.589169
+1007,020220-1-2,[0- 2- 0- 2- 2- 0- 1- 2],1-0-1-0-1-1-0-1-2,13261700459.667994
+1008,110101-2-3,[1- 1- 0- 1- 0- 1- 2- 3],0-1-1-0-1-0-1-2-3,13261634471.492353
+1009,333003-0-2,[3- 3- 3- 0- 0- 3- 0- 2],2-1-1-1-0-0-1-0-2,13261515822.869835
+1010,030003-3-2,[0- 3- 0- 0- 0- 3- 3- 2],2-0-1-0-0-0-1-3-2,13261140320.437407
+1011,030003-3-1,[0- 3- 0- 0- 0- 3- 3- 1],2-0-1-0-0-0-1-3-1,13260707306.404362
+1012,022002-3-0,[0- 2- 2- 0- 0- 2- 3- 0],1-0-1-1-0-0-1-3-0,13259428776.467325
+1013,000303-3-3,[0- 0- 0- 3- 0- 3- 3- 3],2-0-0-0-1-0-1-3-3,13257053358.756628
+1014,010011-1-2,[0- 1- 0- 0- 1- 1- 1- 2],0-0-1-0-0-1-1-1-2,13256990816.821434
+1015,330033-1-3,[3- 3- 0- 0- 3- 3- 1- 3],2-1-1-0-0-1-1-1-3,13254692620.282295
+1016,010010-1-2,[0- 1- 0- 0- 1- 0- 1- 2],0-0-1-0-0-1-0-1-2,13253447788.634243
+1017,303300-2-3,[3- 0- 3- 3- 0- 0- 2- 3],2-1-0-1-1-0-0-2-3,13252786541.138725
+1018,030303-3-0,[0- 3- 0- 3- 0- 3- 3- 0],2-0-1-0-1-0-1-3-0,13250342272.84922
+1019,101110-3-2,[1- 0- 1- 1- 1- 0- 3- 2],0-1-0-1-1-1-0-3-2,13250330229.466503
+1020,101011-2-3,[1- 0- 1- 0- 1- 1- 2- 3],0-1-0-1-0-1-1-2-3,13248113956.11385
+1021,101011-3-2,[1- 0- 1- 0- 1- 1- 3- 2],0-1-0-1-0-1-1-3-2,13244299983.450008
+1022,333030-1-2,[3- 3- 3- 0- 3- 0- 1- 2],2-1-1-1-0-1-0-1-2,13243158865.331568
+1023,003330-3-2,[0- 0- 3- 3- 3- 0- 3- 2],2-0-0-1-1-1-0-3-2,13242364112.81351
+1024,220220-1-1,[2- 2- 0- 2- 2- 0- 1- 1],1-1-1-0-1-1-0-1-1,13241042624.432304
+1025,300030-2-1,[3- 0- 0- 0- 3- 0- 2- 1],2-1-0-0-0-1-0-2-1,13240743439.046202
+1026,033330-3-3,[0- 3- 3- 3- 3- 0- 3- 3],2-0-1-1-1-1-0-3-3,13240713388.802885
+1027,000100-2-1,[0- 0- 0- 1- 0- 0- 2- 1],0-0-0-0-1-0-0-2-1,13236349115.243221
+1028,200000-2-2,[2- 0- 0- 0- 0- 0- 2- 2],1-1-0-0-0-0-0-2-2,13235468922.366875
+1029,003303-1-2,[0- 0- 3- 3- 0- 3- 1- 2],2-0-0-1-1-0-1-1-2,13234497300.133816
+1030,101011-3-3,[1- 0- 1- 0- 1- 1- 3- 3],0-1-0-1-0-1-1-3-3,13234382139.8364
+1031,022022-0-1,[0- 2- 2- 0- 2- 2- 0- 1],1-0-1-1-0-1-1-0-1,13234309328.148022
+1032,222020-3-2,[2- 2- 2- 0- 2- 0- 3- 2],1-1-1-1-0-1-0-3-2,13233302814.796223
+1033,010001-2-1,[0- 1- 0- 0- 0- 1- 2- 1],0-0-1-0-0-0-1-2-1,13232691949.292871
+1034,010100-2-1,[0- 1- 0- 1- 0- 0- 2- 1],0-0-1-0-1-0-0-2-1,13231076873.68017
+1035,022220-3-1,[0- 2- 2- 2- 2- 0- 3- 1],1-0-1-1-1-1-0-3-1,13230776389.435999
+1036,002022-3-3,[0- 0- 2- 0- 2- 2- 3- 3],1-0-0-1-0-1-1-3-3,13230575621.960102
+1037,200220-3-3,[2- 0- 0- 2- 2- 0- 3- 3],1-1-0-0-1-1-0-3-3,13229224046.320042
+1038,011100-1-2,[0- 1- 1- 1- 0- 0- 1- 2],0-0-1-1-1-0-0-1-2,13228564936.107704
+1039,111100-1-1,[1- 1- 1- 1- 0- 0- 1- 1],0-1-1-1-1-0-0-1-1,13225308929.986446
+1040,303003-3-0,[3- 0- 3- 0- 0- 3- 3- 0],2-1-0-1-0-0-1-3-0,13225016181.899578
+1041,333330-3-1,[3- 3- 3- 3- 3- 0- 3- 1],2-1-1-1-1-1-0-3-1,13222487155.387613
+1042,222200-2-3,[2- 2- 2- 2- 0- 0- 2- 3],1-1-1-1-1-0-0-2-3,13222107197.3143
+1043,010010-2-3,[0- 1- 0- 0- 1- 0- 2- 3],0-0-1-0-0-1-0-2-3,13221431657.072304
+1044,202000-2-1,[2- 0- 2- 0- 0- 0- 2- 1],1-1-0-1-0-0-0-2-1,13220820094.385296
+1045,110000-2-1,[1- 1- 0- 0- 0- 0- 2- 1],0-1-1-0-0-0-0-2-1,13220348612.88804
+1046,030303-1-2,[0- 3- 0- 3- 0- 3- 1- 2],2-0-1-0-1-0-1-1-2,13220310827.838203
+1047,200002-3-3,[2- 0- 0- 0- 0- 2- 3- 3],1-1-0-0-0-0-1-3-3,13219175487.975792
+1048,001100-1-2,[0- 0- 1- 1- 0- 0- 1- 2],0-0-0-1-1-0-0-1-2,13217789541.127115
+1049,330303-0-2,[3- 3- 0- 3- 0- 3- 0- 2],2-1-1-0-1-0-1-0-2,13216561810.689507
+1050,330000-2-2,[3- 3- 0- 0- 0- 0- 2- 2],2-1-1-0-0-0-0-2-2,13215783857.051723
+1051,001000-2-1,[0- 0- 1- 0- 0- 0- 2- 1],0-0-0-1-0-0-0-2-1,13214280152.641827
+1052,200200-2-1,[2- 0- 0- 2- 0- 0- 2- 1],1-1-0-0-1-0-0-2-1,13212660606.759472
+1053,000303-3-2,[0- 0- 0- 3- 0- 3- 3- 2],2-0-0-0-1-0-1-3-2,13209103432.74599
+1054,200002-1-2,[2- 0- 0- 0- 0- 2- 1- 2],1-1-0-0-0-0-1-1-2,13209075590.859493
+1055,220002-3-0,[2- 2- 0- 0- 0- 2- 3- 0],1-1-1-0-0-0-1-3-0,13208703726.792933
+1056,111111-0-1,[1- 1- 1- 1- 1- 1- 0- 1],0-1-1-1-1-1-1-0-1,13203487988.787392
+1057,220202-1-0,[2- 2- 0- 2- 0- 2- 1- 0],1-1-1-0-1-0-1-1-0,13201873700.194393
+1058,101110-1-1,[1- 0- 1- 1- 1- 0- 1- 1],0-1-0-1-1-1-0-1-1,13198706781.641994
+1059,303033-1-3,[3- 0- 3- 0- 3- 3- 1- 3],2-1-0-1-0-1-1-1-3,13197858666.1236
+1060,003330-3-3,[0- 0- 3- 3- 3- 0- 3- 3],2-0-0-1-1-1-0-3-3,13197482221.261124
+1061,001001-3-2,[0- 0- 1- 0- 0- 1- 3- 2],0-0-0-1-0-0-1-3-2,13197177588.89838
+1062,010110-2-3,[0- 1- 0- 1- 1- 0- 2- 3],0-0-1-0-1-1-0-2-3,13196970259.653584
+1063,200002-2-3,[2- 0- 0- 0- 0- 2- 2- 3],1-1-0-0-0-0-1-2-3,13196951949.04055
+1064,330330-3-3,[3- 3- 0- 3- 3- 0- 3- 3],2-1-1-0-1-1-0-3-3,13196175937.477827
+1065,101101-3-1,[1- 0- 1- 1- 0- 1- 3- 1],0-1-0-1-1-0-1-3-1,13195331515.884655
+1066,002002-2-3,[0- 0- 2- 0- 0- 2- 2- 3],1-0-0-1-0-0-1-2-3,13194005471.240349
+1067,000330-2-3,[0- 0- 0- 3- 3- 0- 2- 3],2-0-0-0-1-1-0-2-3,13193471060.45957
+1068,330303-1-0,[3- 3- 0- 3- 0- 3- 1- 0],2-1-1-0-1-0-1-1-0,13191709185.582817
+1069,110111-3-0,[1- 1- 0- 1- 1- 1- 3- 0],0-1-1-0-1-1-1-3-0,13190932828.15234
+1070,033300-3-2,[0- 3- 3- 3- 0- 0- 3- 2],2-0-1-1-1-0-0-3-2,13190131358.931618
+1071,101110-3-3,[1- 0- 1- 1- 1- 0- 3- 3],0-1-0-1-1-1-0-3-3,13187676940.816639
+1072,000020-2-3,[0- 0- 0- 0- 2- 0- 2- 3],1-0-0-0-0-1-0-2-3,13187300255.450926
+1073,020000-2-2,[0- 2- 0- 0- 0- 0- 2- 2],1-0-1-0-0-0-0-2-2,13181350419.554478
+1074,000011-1-2,[0- 0- 0- 0- 1- 1- 1- 2],0-0-0-0-0-1-1-1-2,13180891408.310373
+1075,111100-1-2,[1- 1- 1- 1- 0- 0- 1- 2],0-1-1-1-1-0-0-1-2,13180740003.045404
+1076,022200-3-2,[0- 2- 2- 2- 0- 0- 3- 2],1-0-1-1-1-0-0-3-2,13180489902.594257
+1077,003033-3-0,[0- 0- 3- 0- 3- 3- 3- 0],2-0-0-1-0-1-1-3-0,13179170933.504955
+1078,220222-0-3,[2- 2- 0- 2- 2- 2- 0- 3],1-1-1-0-1-1-1-0-3,13178529357.50121
+1079,011111-3-0,[0- 1- 1- 1- 1- 1- 3- 0],0-0-1-1-1-1-1-3-0,13177910709.451778
+1080,300300-2-2,[3- 0- 0- 3- 0- 0- 2- 2],2-1-0-0-1-0-0-2-2,13176918654.786873
+1081,010001-3-3,[0- 1- 0- 0- 0- 1- 3- 3],0-0-1-0-0-0-1-3-3,13176238922.810831
+1082,001001-3-3,[0- 0- 1- 0- 0- 1- 3- 3],0-0-0-1-0-0-1-3-3,13174368987.443556
+1083,000001-2-1,[0- 0- 0- 0- 0- 1- 2- 1],0-0-0-0-0-0-1-2-1,13173789166.281933
+1084,300330-3-3,[3- 0- 0- 3- 3- 0- 3- 3],2-1-0-0-1-1-0-3-3,13172170412.337372
+1085,110101-3-2,[1- 1- 0- 1- 0- 1- 3- 2],0-1-1-0-1-0-1-3-2,13172027843.110569
+1086,010111-1-1,[0- 1- 0- 1- 1- 1- 1- 1],0-0-1-0-1-1-1-1-1,13170893448.588085
+1087,200220-3-2,[2- 0- 0- 2- 2- 0- 3- 2],1-1-0-0-1-1-0-3-2,13170329810.544048
+1088,300003-2-0,[3- 0- 0- 0- 0- 3- 2- 0],2-1-0-0-0-0-1-2-0,13168615727.655514
+1089,202200-3-3,[2- 0- 2- 2- 0- 0- 3- 3],1-1-0-1-1-0-0-3-3,13166810953.134571
+1090,202220-3-1,[2- 0- 2- 2- 2- 0- 3- 1],1-1-0-1-1-1-0-3-1,13166456599.6342
+1091,111100-3-3,[1- 1- 1- 1- 0- 0- 3- 3],0-1-1-1-1-0-0-3-3,13165732583.537504
+1092,101010-2-3,[1- 0- 1- 0- 1- 0- 2- 3],0-1-0-1-0-1-0-2-3,13165333547.69091
+1093,100110-3-3,[1- 0- 0- 1- 1- 0- 3- 3],0-1-0-0-1-1-0-3-3,13164723825.057167
+1094,000002-3-2,[0- 0- 0- 0- 0- 2- 3- 2],1-0-0-0-0-0-1-3-2,13164466908.057224
+1095,303030-2-3,[3- 0- 3- 0- 3- 0- 2- 3],2-1-0-1-0-1-0-2-3,13161887956.129082
+1096,333030-3-2,[3- 3- 3- 0- 3- 0- 3- 2],2-1-1-1-0-1-0-3-2,13161654497.888737
+1097,110001-2-3,[1- 1- 0- 0- 0- 1- 2- 3],0-1-1-0-0-0-1-2-3,13161630177.200153
+1098,022200-1-2,[0- 2- 2- 2- 0- 0- 1- 2],1-0-1-1-1-0-0-1-2,13160894333.554438
+1099,030303-2-0,[0- 3- 0- 3- 0- 3- 2- 0],2-0-1-0-1-0-1-2-0,13160384172.627409
+1100,100101-3-3,[1- 0- 0- 1- 0- 1- 3- 3],0-1-0-0-1-0-1-3-3,13159372516.522285
+1101,202200-3-2,[2- 0- 2- 2- 0- 0- 3- 2],1-1-0-1-1-0-0-3-2,13159307764.813427
+1102,220020-2-3,[2- 2- 0- 0- 2- 0- 2- 3],1-1-1-0-0-1-0-2-3,13159072467.458158
+1103,200002-1-1,[2- 0- 0- 0- 0- 2- 1- 1],1-1-0-0-0-0-1-1-1,13157751111.23339
+1104,003003-3-2,[0- 0- 3- 0- 0- 3- 3- 2],2-0-0-1-0-0-1-3-2,13157157582.617863
+1105,110011-3-1,[1- 1- 0- 0- 1- 1- 3- 1],0-1-1-0-0-1-1-3-1,13155243653.362328
+1106,333030-1-1,[3- 3- 3- 0- 3- 0- 1- 1],2-1-1-1-0-1-0-1-1,13155181656.191555
+1107,111010-3-2,[1- 1- 1- 0- 1- 0- 3- 2],0-1-1-1-0-1-0-3-2,13154418858.234821
+1108,002002-3-1,[0- 0- 2- 0- 0- 2- 3- 1],1-0-0-1-0-0-1-3-1,13153737791.926264
+1109,100001-3-3,[1- 0- 0- 0- 0- 1- 3- 3],0-1-0-0-0-0-1-3-3,13153704457.99568
+1110,003033-2-0,[0- 0- 3- 0- 3- 3- 2- 0],2-0-0-1-0-1-1-2-0,13153272549.25251
+1111,300003-1-1,[3- 0- 0- 0- 0- 3- 1- 1],2-1-0-0-0-0-1-1-1,13150198098.086407
+1112,330330-3-2,[3- 3- 0- 3- 3- 0- 3- 2],2-1-1-0-1-1-0-3-2,13149258577.337254
+1113,220022-0-1,[2- 2- 0- 0- 2- 2- 0- 1],1-1-1-0-0-1-1-0-1,13148028862.90849
+1114,020002-1-1,[0- 2- 0- 0- 0- 2- 1- 1],1-0-1-0-0-0-1-1-1,13145560103.2124
+1115,330033-0-2,[3- 3- 0- 0- 3- 3- 0- 2],2-1-1-0-0-1-1-0-2,13145462863.077095
+1116,011110-2-3,[0- 1- 1- 1- 1- 0- 2- 3],0-0-1-1-1-1-0-2-3,13143946097.681639
+1117,033003-1-1,[0- 3- 3- 0- 0- 3- 1- 1],2-0-1-1-0-0-1-1-1,13143929094.040678
+1118,220200-1-1,[2- 2- 0- 2- 0- 0- 1- 1],1-1-1-0-1-0-0-1-1,13143360145.529217
+1119,110011-2-0,[1- 1- 0- 0- 1- 1- 2- 0],0-1-1-0-0-1-1-2-0,13143246477.114986
+1120,030330-2-3,[0- 3- 0- 3- 3- 0- 2- 3],2-0-1-0-1-1-0-2-3,13141305683.092358
+1121,000303-2-3,[0- 0- 0- 3- 0- 3- 2- 3],2-0-0-0-1-0-1-2-3,13140492475.854399
+1122,030330-3-2,[0- 3- 0- 3- 3- 0- 3- 2],2-0-1-0-1-1-0-3-2,13139899141.139915
+1123,101010-1-2,[1- 0- 1- 0- 1- 0- 1- 2],0-1-0-1-0-1-0-1-2,13139559315.442562
+1124,000222-1-3,[0- 0- 0- 2- 2- 2- 1- 3],1-0-0-0-1-1-1-1-3,13139540170.250996
+1125,333000-1-2,[3- 3- 3- 0- 0- 0- 1- 2],2-1-1-1-0-0-0-1-2,13139455272.690819
+1126,101000-2-1,[1- 0- 1- 0- 0- 0- 2- 1],0-1-0-1-0-0-0-2-1,13139320604.505064
+1127,300003-3-1,[3- 0- 0- 0- 0- 3- 3- 1],2-1-0-0-0-0-1-3-1,13139146475.124382
+1128,000000-1-2,[0- 0- 0- 0- 0- 0- 1- 2],0-0-0-0-0-0-0-1-2,13138168126.465405
+1129,020220-3-2,[0- 2- 0- 2- 2- 0- 3- 2],1-0-1-0-1-1-0-3-2,13137646578.142597
+1130,000022-3-3,[0- 0- 0- 0- 2- 2- 3- 3],1-0-0-0-0-1-1-3-3,13137389599.506317
+1131,030303-1-1,[0- 3- 0- 3- 0- 3- 1- 1],2-0-1-0-1-0-1-1-1,13136346205.923903
+1132,033003-3-0,[0- 3- 3- 0- 0- 3- 3- 0],2-0-1-1-0-0-1-3-0,13136019816.573967
+1133,022200-1-1,[0- 2- 2- 2- 0- 0- 1- 1],1-0-1-1-1-0-0-1-1,13135052757.836254
+1134,003033-1-1,[0- 0- 3- 0- 3- 3- 1- 1],2-0-0-1-0-1-1-1-1,13134699632.525078
+1135,000001-3-3,[0- 0- 0- 0- 0- 1- 3- 3],0-0-0-0-0-0-1-3-3,13133342865.66118
+1136,010101-1-2,[0- 1- 0- 1- 0- 1- 1- 2],0-0-1-0-1-0-1-1-2,13133192458.853996
+1137,001110-1-1,[0- 0- 1- 1- 1- 0- 1- 1],0-0-0-1-1-1-0-1-1,13131983175.099419
+1138,001101-3-2,[0- 0- 1- 1- 0- 1- 3- 2],0-0-0-1-1-0-1-3-2,13131676571.663532
+1139,111010-3-3,[1- 1- 1- 0- 1- 0- 3- 3],0-1-1-1-0-1-0-3-3,13131099642.182264
+1140,002220-3-2,[0- 0- 2- 2- 2- 0- 3- 2],1-0-0-1-1-1-0-3-2,13131079747.802746
+1141,011010-2-3,[0- 1- 1- 0- 1- 0- 2- 3],0-0-1-1-0-1-0-2-3,13130641685.515102
+1142,000002-2-3,[0- 0- 0- 0- 0- 2- 2- 3],1-0-0-0-0-0-1-2-3,13128906498.977644
+1143,030330-2-1,[0- 3- 0- 3- 3- 0- 2- 1],2-0-1-0-1-1-0-2-1,13128571667.640652
+1144,303330-3-1,[3- 0- 3- 3- 3- 0- 3- 1],2-1-0-1-1-1-0-3-1,13126275244.45686
+1145,002002-1-2,[0- 0- 2- 0- 0- 2- 1- 2],1-0-0-1-0-0-1-1-2,13125116790.966686
+1146,000000-2-1,[0- 0- 0- 0- 0- 0- 2- 1],0-0-0-0-0-0-0-2-1,13122768291.085077
+1147,300003-3-2,[3- 0- 0- 0- 0- 3- 3- 2],2-1-0-0-0-0-1-3-2,13120024477.24799
+1148,000020-2-1,[0- 0- 0- 0- 2- 0- 2- 1],1-0-0-0-0-1-0-2-1,13119655934.560804
+1149,033330-3-1,[0- 3- 3- 3- 3- 0- 3- 1],2-0-1-1-1-1-0-3-1,13117353095.155434
+1150,100000-2-1,[1- 0- 0- 0- 0- 0- 2- 1],0-1-0-0-0-0-0-2-1,13115832704.290798
+1151,333300-2-0,[3- 3- 3- 3- 0- 0- 2- 0],2-1-1-1-1-0-0-2-0,13114651872.05862
+1152,100011-2-3,[1- 0- 0- 0- 1- 1- 2- 3],0-1-0-0-0-1-1-2-3,13113766223.196747
+1153,010011-2-3,[0- 1- 0- 0- 1- 1- 2- 3],0-0-1-0-0-1-1-2-3,13113515895.61092
+1154,022202-1-3,[0- 2- 2- 2- 0- 2- 1- 3],1-0-1-1-1-0-1-1-3,13113142884.688587
+1155,101111-3-0,[1- 0- 1- 1- 1- 1- 3- 0],0-1-0-1-1-1-1-3-0,13112492147.605556
+1156,110101-1-1,[1- 1- 0- 1- 0- 1- 1- 1],0-1-1-0-1-0-1-1-1,13111111519.482876
+1157,001001-2-3,[0- 0- 1- 0- 0- 1- 2- 3],0-0-0-1-0-0-1-2-3,13107527521.524855
+1158,000220-1-2,[0- 0- 0- 2- 2- 0- 1- 2],1-0-0-0-1-1-0-1-2,13106301272.18623
+1159,000011-2-3,[0- 0- 0- 0- 1- 1- 2- 3],0-0-0-0-0-1-1-2-3,13104914311.203276
+1160,011011-2-0,[0- 1- 1- 0- 1- 1- 2- 0],0-0-1-1-0-1-1-2-0,13102143239.610332
+1161,200002-3-1,[2- 0- 0- 0- 0- 2- 3- 1],1-1-0-0-0-0-1-3-1,13100489150.281092
+1162,111100-3-2,[1- 1- 1- 1- 0- 0- 3- 2],0-1-1-1-1-0-0-3-2,13099610472.946522
+1163,000033-3-3,[0- 0- 0- 0- 3- 3- 3- 3],2-0-0-0-0-1-1-3-3,13099346884.014547
+1164,030300-2-2,[0- 3- 0- 3- 0- 0- 2- 2],2-0-1-0-1-0-0-2-2,13097719660.873188
+1165,110001-3-2,[1- 1- 0- 0- 0- 1- 3- 2],0-1-1-0-0-0-1-3-2,13097558789.776917
+1166,100100-2-3,[1- 0- 0- 1- 0- 0- 2- 3],0-1-0-0-1-0-0-2-3,13096778892.132856
+1167,222000-1-2,[2- 2- 2- 0- 0- 0- 1- 2],1-1-1-1-0-0-0-1-2,13094741185.431467
+1168,100110-3-2,[1- 0- 0- 1- 1- 0- 3- 2],0-1-0-0-1-1-0-3-2,13094653815.708935
+1169,000000-3-3,[0- 0- 0- 0- 0- 0- 3- 3],0-0-0-0-0-0-0-3-3,13092737207.393053
+1170,220200-1-2,[2- 2- 0- 2- 0- 0- 1- 2],1-1-1-0-1-0-0-1-2,13091581747.857538
+1171,111101-3-0,[1- 1- 1- 1- 0- 1- 3- 0],0-1-1-1-1-0-1-3-0,13091359794.017193
+1172,222020-3-3,[2- 2- 2- 0- 2- 0- 3- 3],1-1-1-1-0-1-0-3-3,13090809527.262398
+1173,101100-3-3,[1- 0- 1- 1- 0- 0- 3- 3],0-1-0-1-1-0-0-3-3,13089516422.904022
+1174,022220-2-0,[0- 2- 2- 2- 2- 0- 2- 0],1-0-1-1-1-1-0-2-0,13089359673.752495
+1175,000033-1-2,[0- 0- 0- 0- 3- 3- 1- 2],2-0-0-0-0-1-1-1-2,13089272894.649744
+1176,200020-2-3,[2- 0- 0- 0- 2- 0- 2- 3],1-1-0-0-0-1-0-2-3,13084318878.24025
+1177,022202-1-0,[0- 2- 2- 2- 0- 2- 1- 0],1-0-1-1-1-0-1-1-0,13084070300.493511
+1178,222020-3-1,[2- 2- 2- 0- 2- 0- 3- 1],1-1-1-1-0-1-0-3-1,13081188137.421366
+1179,101101-1-1,[1- 0- 1- 1- 0- 1- 1- 1],0-1-0-1-1-0-1-1-1,13080443230.28651
+1180,033003-1-2,[0- 3- 3- 0- 0- 3- 1- 2],2-0-1-1-0-0-1-1-2,13077720728.52816
+1181,111110-3-1,[1- 1- 1- 1- 1- 0- 3- 1],0-1-1-1-1-1-0-3-1,13076992277.483332
+1182,000100-1-2,[0- 0- 0- 1- 0- 0- 1- 2],0-0-0-0-1-0-0-1-2,13076554834.876167
+1183,101100-3-2,[1- 0- 1- 1- 0- 0- 3- 2],0-1-0-1-1-0-0-3-2,13074470033.972408
+1184,000022-1-1,[0- 0- 0- 0- 2- 2- 1- 1],1-0-0-0-0-1-1-1-1,13074018807.079552
+1185,222200-3-1,[2- 2- 2- 2- 0- 0- 3- 1],1-1-1-1-1-0-0-3-1,13073990766.909418
+1186,010001-2-3,[0- 1- 0- 0- 0- 1- 2- 3],0-0-1-0-0-0-1-2-3,13072059958.166718
+1187,101001-2-3,[1- 0- 1- 0- 0- 1- 2- 3],0-1-0-1-0-0-1-2-3,13072014960.557816
+1188,011111-3-3,[0- 1- 1- 1- 1- 1- 3- 3],0-0-1-1-1-1-1-3-3,13071949082.48896
+1189,001101-2-3,[0- 0- 1- 1- 0- 1- 2- 3],0-0-0-1-1-0-1-2-3,13070944878.43467
+1190,300330-3-2,[3- 0- 0- 3- 3- 0- 3- 2],2-1-0-0-1-1-0-3-2,13068979909.538395
+1191,011001-3-1,[0- 1- 1- 0- 0- 1- 3- 1],0-0-1-1-0-0-1-3-1,13068319329.440838
+1192,000003-2-1,[0- 0- 0- 0- 0- 3- 2- 1],2-0-0-0-0-0-1-2-1,13067867212.225353
+1193,110110-3-3,[1- 1- 0- 1- 1- 0- 3- 3],0-1-1-0-1-1-0-3-3,13064941291.962408
+1194,000333-3-0,[0- 0- 0- 3- 3- 3- 3- 0],2-0-0-0-1-1-1-3-0,13063198212.098827
+1195,220202-1-3,[2- 2- 0- 2- 0- 2- 1- 3],1-1-1-0-1-0-1-1-3,13060632105.110828
+1196,100111-3-3,[1- 0- 0- 1- 1- 1- 3- 3],0-1-0-0-1-1-1-3-3,13057580757.696362
+1197,011101-2-0,[0- 1- 1- 1- 0- 1- 2- 0],0-0-1-1-1-0-1-2-0,13055814619.20399
+1198,033033-1-3,[0- 3- 3- 0- 3- 3- 1- 3],2-0-1-1-0-1-1-1-3,13055743906.117027
+1199,033000-2-2,[0- 3- 3- 0- 0- 0- 2- 2],2-0-1-1-0-0-0-2-2,13055429445.51756
+1200,003303-1-1,[0- 0- 3- 3- 0- 3- 1- 1],2-0-0-1-1-0-1-1-1,13051190697.533653
+1201,333300-3-1,[3- 3- 3- 3- 0- 0- 3- 1],2-1-1-1-1-0-0-3-1,13051159713.32354
+1202,202002-3-0,[2- 0- 2- 0- 0- 2- 3- 0],1-1-0-1-0-0-1-3-0,13050586666.191908
+1203,010111-2-3,[0- 1- 0- 1- 1- 1- 2- 3],0-0-1-0-1-1-1-2-3,13049671476.962751
+1204,033003-2-0,[0- 3- 3- 0- 0- 3- 2- 0],2-0-1-1-0-0-1-2-0,13048844338.585402
+1205,202020-2-3,[2- 0- 2- 0- 2- 0- 2- 3],1-1-0-1-0-1-0-2-3,13047392669.474033
+1206,001111-2-3,[0- 0- 1- 1- 1- 1- 2- 3],0-0-0-1-1-1-1-2-3,13044680933.304493
+1207,220220-3-1,[2- 2- 0- 2- 2- 0- 3- 1],1-1-1-0-1-1-0-3-1,13040765466.310343
+1208,002022-3-0,[0- 0- 2- 0- 2- 2- 3- 0],1-0-0-1-0-1-1-3-0,13035210827.765837
+1209,100111-3-2,[1- 0- 0- 1- 1- 1- 3- 2],0-1-0-0-1-1-1-3-2,13034871025.329327
+1210,100000-2-3,[1- 0- 0- 0- 0- 0- 2- 3],0-1-0-0-0-0-0-2-3,13033112359.433857
+1211,100101-2-3,[1- 0- 0- 1- 0- 1- 2- 3],0-1-0-0-1-0-1-2-3,13032446394.064491
+1212,001100-2-3,[0- 0- 1- 1- 0- 0- 2- 3],0-0-0-1-1-0-0-2-3,13032037227.17755
+1213,001000-2-3,[0- 0- 1- 0- 0- 0- 2- 3],0-0-0-1-0-0-0-2-3,13031391651.019001
+1214,010001-3-2,[0- 1- 0- 0- 0- 1- 3- 2],0-0-1-0-0-0-1-3-2,13030615325.069456
+1215,220020-1-1,[2- 2- 0- 0- 2- 0- 1- 1],1-1-1-0-0-1-0-1-1,13025601748.098827
+1216,000001-3-2,[0- 0- 0- 0- 0- 1- 3- 2],0-0-0-0-0-0-1-3-2,13023682509.880775
+1217,202200-2-3,[2- 0- 2- 2- 0- 0- 2- 3],1-1-0-1-1-0-0-2-3,13022373969.30666
+1218,000202-3-1,[0- 0- 0- 2- 0- 2- 3- 1],1-0-0-0-1-0-1-3-1,13020375044.036432
+1219,100011-1-2,[1- 0- 0- 0- 1- 1- 1- 2],0-1-0-0-0-1-1-1-2,13020366602.030102
+1220,111000-3-3,[1- 1- 1- 0- 0- 0- 3- 3],0-1-1-1-0-0-0-3-3,13019630738.134745
+1221,022220-3-3,[0- 2- 2- 2- 2- 0- 3- 3],1-0-1-1-1-1-0-3-3,13019526872.995651
+1222,001101-3-3,[0- 0- 1- 1- 0- 1- 3- 3],0-0-0-1-1-0-1-3-3,13018860219.41362
+1223,033300-3-3,[0- 3- 3- 3- 0- 0- 3- 3],2-0-1-1-1-0-0-3-3,13018213812.907846
+1224,333330-2-0,[3- 3- 3- 3- 3- 0- 2- 0],2-1-1-1-1-1-0-2-0,13015781371.973625
+1225,110110-3-2,[1- 1- 0- 1- 1- 0- 3- 2],0-1-1-0-1-1-0-3-2,13015415088.020344
+1226,000002-3-3,[0- 0- 0- 0- 0- 2- 3- 3],1-0-0-0-0-0-1-3-3,13014211828.123045
+1227,010101-2-3,[0- 1- 0- 1- 0- 1- 2- 3],0-0-1-0-1-0-1-2-3,13014103843.319988
+1228,333030-3-1,[3- 3- 3- 0- 3- 0- 3- 1],2-1-1-1-0-1-0-3-1,13013838936.017357
+1229,100111-1-1,[1- 0- 0- 1- 1- 1- 1- 1],0-1-0-0-1-1-1-1-1,13013278135.59724
+1230,222220-3-0,[2- 2- 2- 2- 2- 0- 3- 0],1-1-1-1-1-1-0-3-0,13013123006.763334
+1231,202202-0-2,[2- 0- 2- 2- 0- 2- 0- 2],1-1-0-1-1-0-1-0-2,13012905847.028059
+1232,022022-1-0,[0- 2- 2- 0- 2- 2- 1- 0],1-0-1-1-0-1-1-1-0,13011817362.454449
+1233,333030-3-3,[3- 3- 3- 0- 3- 0- 3- 3],2-1-1-1-0-1-0-3-3,13010941732.92449
+1234,101011-3-1,[1- 0- 1- 0- 1- 1- 3- 1],0-1-0-1-0-1-1-3-1,13010404662.414135
+1235,100001-2-3,[1- 0- 0- 0- 0- 1- 2- 3],0-1-0-0-0-0-1-2-3,13008929211.260038
+1236,010101-3-3,[0- 1- 0- 1- 0- 1- 3- 3],0-0-1-0-1-0-1-3-3,13007817026.85396
+1237,220220-2-0,[2- 2- 0- 2- 2- 0- 2- 0],1-1-1-0-1-1-0-2-0,13007481069.346642
+1238,001011-2-3,[0- 0- 1- 0- 1- 1- 2- 3],0-0-0-1-0-1-1-2-3,13004267678.580872
+1239,000222-3-0,[0- 0- 0- 2- 2- 2- 3- 0],1-0-0-0-1-1-1-3-0,13003472314.193678
+1240,300003-2-3,[3- 0- 0- 0- 0- 3- 2- 3],2-1-0-0-0-0-1-2-3,13002792065.445608
+1241,303303-1-3,[3- 0- 3- 3- 0- 3- 1- 3],2-1-0-1-1-0-1-1-3,13002650286.513325
+1242,300003-1-2,[3- 0- 0- 0- 0- 3- 1- 2],2-1-0-0-0-0-1-1-2,12998787521.925013
+1243,202020-1-2,[2- 0- 2- 0- 2- 0- 1- 2],1-1-0-1-0-1-0-1-2,12998683155.751509
+1244,000101-1-2,[0- 0- 0- 1- 0- 1- 1- 2],0-0-0-0-1-0-1-1-2,12997938454.795313
+1245,022020-2-3,[0- 2- 2- 0- 2- 0- 2- 3],1-0-1-1-0-1-0-2-3,12994174481.300749
+1246,010011-3-2,[0- 1- 0- 0- 1- 1- 3- 2],0-0-1-0-0-1-1-3-2,12989251561.266632
+1247,000101-2-3,[0- 0- 0- 1- 0- 1- 2- 3],0-0-0-0-1-0-1-2-3,12988883905.760038
+1248,002020-1-2,[0- 0- 2- 0- 2- 0- 1- 2],1-0-0-1-0-1-0-1-2,12982095011.571392
+1249,111100-2-3,[1- 1- 1- 1- 0- 0- 2- 3],0-1-1-1-1-0-0-2-3,12981648368.849607
+1250,030330-3-3,[0- 3- 0- 3- 3- 0- 3- 3],2-0-1-0-1-1-0-3-3,12981293077.667704
+1251,003003-3-3,[0- 0- 3- 0- 0- 3- 3- 3],2-0-0-1-0-0-1-3-3,12981088200.810415
+1252,001100-3-2,[0- 0- 1- 1- 0- 0- 3- 2],0-0-0-1-1-0-0-3-2,12980136469.240345
+1253,202220-2-0,[2- 0- 2- 2- 2- 0- 2- 0],1-1-0-1-1-1-0-2-0,12979661278.391209
+1254,020022-1-3,[0- 2- 0- 0- 2- 2- 1- 3],1-0-1-0-0-1-1-1-3,12978543804.988998
+1255,000000-3-2,[0- 0- 0- 0- 0- 0- 3- 2],0-0-0-0-0-0-0-3-2,12977943013.901777
+1256,101100-2-3,[1- 0- 1- 1- 0- 0- 2- 3],0-1-0-1-1-0-0-2-3,12977334171.306732
+1257,003333-0-2,[0- 0- 3- 3- 3- 3- 0- 2],2-0-0-1-1-1-1-0-2,12977191670.498653
+1258,330033-0-1,[3- 3- 0- 0- 3- 3- 0- 1],2-1-1-0-0-1-1-0-1,12977025017.102629
+1259,101011-1-1,[1- 0- 1- 0- 1- 1- 1- 1],0-1-0-1-0-1-1-1-1,12976905793.683086
+1260,001101-1-1,[0- 0- 1- 1- 0- 1- 1- 1],0-0-0-1-1-0-1-1-1,12974728846.52584
+1261,010101-3-2,[0- 1- 0- 1- 0- 1- 3- 2],0-0-1-0-1-0-1-3-2,12972733243.693047
+1262,022020-3-2,[0- 2- 2- 0- 2- 0- 3- 2],1-0-1-1-0-1-0-3-2,12972375603.729267
+1263,111111-1-0,[1- 1- 1- 1- 1- 1- 1- 0],0-1-1-1-1-1-1-1-0,12971977811.021961
+1264,200000-2-1,[2- 0- 0- 0- 0- 0- 2- 1],1-1-0-0-0-0-0-2-1,12967315675.312162
+1265,330003-1-0,[3- 3- 0- 0- 0- 3- 1- 0],2-1-1-0-0-0-1-1-0,12966839284.315456
+1266,011010-1-1,[0- 1- 1- 0- 1- 0- 1- 1],0-0-1-1-0-1-0-1-1,12966269912.262297
+1267,202022-1-3,[2- 0- 2- 0- 2- 2- 1- 3],1-1-0-1-0-1-1-1-3,12965553317.96043
+1268,100011-3-3,[1- 0- 0- 0- 1- 1- 3- 3],0-1-0-0-0-1-1-3-3,12964503152.037598
+1269,000220-3-2,[0- 0- 0- 2- 2- 0- 3- 2],1-0-0-0-1-1-0-3-2,12963323746.966007
+1270,100100-3-3,[1- 0- 0- 1- 0- 0- 3- 3],0-1-0-0-1-0-0-3-3,12963176025.320997
+1271,200002-2-0,[2- 0- 0- 0- 0- 2- 2- 0],1-1-0-0-0-0-1-2-0,12960962653.540688
+1272,020020-2-3,[0- 2- 0- 0- 2- 0- 2- 3],1-0-1-0-0-1-0-2-3,12959421483.626804
+1273,300000-2-2,[3- 0- 0- 0- 0- 0- 2- 2],2-1-0-0-0-0-0-2-2,12958493391.381588
+1274,000333-2-0,[0- 0- 0- 3- 3- 3- 2- 0],2-0-0-0-1-1-1-2-0,12957784002.259666
+1275,100101-3-2,[1- 0- 0- 1- 0- 1- 3- 2],0-1-0-0-1-0-1-3-2,12954889481.934834
+1276,030003-3-3,[0- 3- 0- 0- 0- 3- 3- 3],2-0-1-0-0-0-1-3-3,12952233394.307764
+1277,002222-0-1,[0- 0- 2- 2- 2- 2- 0- 1],1-0-0-1-1-1-1-0-1,12950869929.348705
+1278,220000-1-1,[2- 2- 0- 0- 0- 0- 1- 1],1-1-1-0-0-0-0-1-1,12949972769.499693
+1279,030030-2-1,[0- 3- 0- 0- 3- 0- 2- 1],2-0-1-0-0-1-0-2-1,12949894973.401041
+1280,002020-2-3,[0- 0- 2- 0- 2- 0- 2- 3],1-0-0-1-0-1-0-2-3,12949122761.633987
+1281,003003-3-1,[0- 0- 3- 0- 0- 3- 3- 1],2-0-0-1-0-0-1-3-1,12947574925.472801
+1282,001111-0-2,[0- 0- 1- 1- 1- 1- 0- 2],0-0-0-1-1-1-1-0-2,12944872665.900738
+1283,100011-3-2,[1- 0- 0- 0- 1- 1- 3- 2],0-1-0-0-0-1-1-3-2,12944165150.486294
+1284,011111-1-3,[0- 1- 1- 1- 1- 1- 1- 3],0-0-1-1-1-1-1-1-3,12943814399.039417
+1285,000333-1-1,[0- 0- 0- 3- 3- 3- 1- 1],2-0-0-0-1-1-1-1-1,12943188585.440804
+1286,330030-2-3,[3- 3- 0- 0- 3- 0- 2- 3],2-1-1-0-0-1-0-2-3,12942196997.295742
+1287,002200-3-2,[0- 0- 2- 2- 0- 0- 3- 2],1-0-0-1-1-0-0-3-2,12942168389.549046
+1288,011100-1-1,[0- 1- 1- 1- 0- 0- 1- 1],0-0-1-1-1-0-0-1-1,12941912013.025984
+1289,001001-1-2,[0- 0- 1- 0- 0- 1- 1- 2],0-0-0-1-0-0-1-1-2,12941165071.798944
+1290,011001-1-1,[0- 1- 1- 0- 0- 1- 1- 1],0-0-1-1-0-0-1-1-1,12940776841.452085
+1291,110110-1-1,[1- 1- 0- 1- 1- 0- 1- 1],0-1-1-0-1-1-0-1-1,12938702460.732662
+1292,100001-3-2,[1- 0- 0- 0- 0- 1- 3- 2],0-1-0-0-0-0-1-3-2,12936074293.655567
+1293,110001-1-2,[1- 1- 0- 0- 0- 1- 1- 2],0-1-1-0-0-0-1-1-2,12934805012.261894
+1294,000330-3-3,[0- 0- 0- 3- 3- 0- 3- 3],2-0-0-0-1-1-0-3-3,12926906868.39089
+1295,011100-3-2,[0- 1- 1- 1- 0- 0- 3- 2],0-0-1-1-1-0-0-3-2,12924010251.014862
+1296,002220-3-3,[0- 0- 2- 2- 2- 0- 3- 3],1-0-0-1-1-1-0-3-3,12923776391.730274
+1297,022200-3-1,[0- 2- 2- 2- 0- 0- 3- 1],1-0-1-1-1-0-0-3-1,12922737504.843025
+1298,022200-3-3,[0- 2- 2- 2- 0- 0- 3- 3],1-0-1-1-1-0-0-3-3,12922187002.88825
+1299,002202-3-0,[0- 0- 2- 2- 0- 2- 3- 0],1-0-0-1-1-0-1-3-0,12921831817.30313
+1300,110100-1-2,[1- 1- 0- 1- 0- 0- 1- 2],0-1-1-0-1-0-0-1-2,12921717428.367668
+1301,333030-2-0,[3- 3- 3- 0- 3- 0- 2- 0],2-1-1-1-0-1-0-2-0,12920123951.71275
+1302,000100-3-3,[0- 0- 0- 1- 0- 0- 3- 3],0-0-0-0-1-0-0-3-3,12919935757.445795
+1303,000220-3-3,[0- 0- 0- 2- 2- 0- 3- 3],1-0-0-0-1-1-0-3-3,12916679575.549614
+1304,003300-3-2,[0- 0- 3- 3- 0- 0- 3- 2],2-0-0-1-1-0-0-3-2,12915973068.348087
+1305,000111-2-3,[0- 0- 0- 1- 1- 1- 2- 3],0-0-0-0-1-1-1-2-3,12914956612.775093
+1306,000002-1-2,[0- 0- 0- 0- 0- 2- 1- 2],1-0-0-0-0-0-1-1-2,12914597354.635798
+1307,110010-3-3,[1- 1- 0- 0- 1- 0- 3- 3],0-1-1-0-0-1-0-3-3,12914461142.801043
+1308,020220-3-3,[0- 2- 0- 2- 2- 0- 3- 3],1-0-1-0-1-1-0-3-3,12913407446.116796
+1309,330303-1-3,[3- 3- 0- 3- 0- 3- 1- 3],2-1-1-0-1-0-1-1-3,12913358270.826622
+1310,033000-2-1,[0- 3- 3- 0- 0- 0- 2- 1],2-0-1-1-0-0-0-2-1,12911855974.318872
+1311,333003-1-3,[3- 3- 3- 0- 0- 3- 1- 3],2-1-1-1-0-0-1-1-3,12911675245.851768
+1312,330000-1-1,[3- 3- 0- 0- 0- 0- 1- 1],2-1-1-0-0-0-0-1-1,12909674329.313274
+1313,003030-2-1,[0- 0- 3- 0- 3- 0- 2- 1],2-0-0-1-0-1-0-2-1,12907275753.143446
+1314,000110-1-3,[0- 0- 0- 1- 1- 0- 1- 3],0-0-0-0-1-1-0-1-3,12907168338.532349
+1315,022020-1-1,[0- 2- 2- 0- 2- 0- 1- 1],1-0-1-1-0-1-0-1-1,12906272224.800808
+1316,000001-1-2,[0- 0- 0- 0- 0- 1- 1- 2],0-0-0-0-0-0-1-1-2,12906232685.567177
+1317,003003-2-3,[0- 0- 3- 0- 0- 3- 2- 3],2-0-0-1-0-0-1-2-3,12906179272.742994
+1318,111000-3-2,[1- 1- 1- 0- 0- 0- 3- 2],0-1-1-1-0-0-0-3-2,12903693299.951485
+1319,001000-3-2,[0- 0- 1- 0- 0- 0- 3- 2],0-0-0-1-0-0-0-3-2,12903255348.227325
+1320,220020-3-2,[2- 2- 0- 0- 2- 0- 3- 2],1-1-1-0-0-1-0-3-2,12902333079.577168
+1321,202022-0-2,[2- 0- 2- 0- 2- 2- 0- 2],1-1-0-1-0-1-1-0-2,12902150006.168272
+1322,300333-0-2,[3- 0- 0- 3- 3- 3- 0- 2],2-1-0-0-1-1-1-0-2,12901405354.225765
+1323,303030-3-2,[3- 0- 3- 0- 3- 0- 3- 2],2-1-0-1-0-1-0-3-2,12900597198.91077
+1324,000033-3-0,[0- 0- 0- 0- 3- 3- 3- 0],2-0-0-0-0-1-1-3-0,12899364540.49975
+1325,010000-2-1,[0- 1- 0- 0- 0- 0- 2- 1],0-0-1-0-0-0-0-2-1,12899186081.868462
+1326,000330-3-2,[0- 0- 0- 3- 3- 0- 3- 2],2-0-0-0-1-1-0-3-2,12898393044.82787
+1327,303303-0-2,[3- 0- 3- 3- 0- 3- 0- 2],2-1-0-1-1-0-1-0-2,12898116244.056133
+1328,000010-3-2,[0- 0- 0- 0- 1- 0- 3- 2],0-0-0-0-0-1-0-3-2,12897340865.530243
+1329,202222-0-3,[2- 0- 2- 2- 2- 2- 0- 3],1-1-0-1-1-1-1-0-3,12897229152.917171
+1330,100010-3-3,[1- 0- 0- 0- 1- 0- 3- 3],0-1-0-0-0-1-0-3-3,12895040432.652136
+1331,011000-1-2,[0- 1- 1- 0- 0- 0- 1- 2],0-0-1-1-0-0-0-1-2,12894485338.813488
+1332,020020-1-2,[0- 2- 0- 0- 2- 0- 1- 2],1-0-1-0-0-1-0-1-2,12894112856.53997
+1333,000333-1-3,[0- 0- 0- 3- 3- 3- 1- 3],2-0-0-0-1-1-1-1-3,12892937358.707966
+1334,202200-1-2,[2- 0- 2- 2- 0- 0- 1- 2],1-1-0-1-1-0-0-1-2,12892258897.701277
+1335,330003-0-1,[3- 3- 0- 0- 0- 3- 0- 1],2-1-1-0-0-0-1-0-1,12891949472.873806
+1336,110100-2-3,[1- 1- 0- 1- 0- 0- 2- 3],0-1-1-0-1-0-0-2-3,12891782325.21259
+1337,111011-0-2,[1- 1- 1- 0- 1- 1- 0- 2],0-1-1-1-0-1-1-0-2,12889787005.82516
+1338,010011-3-3,[0- 1- 0- 0- 1- 1- 3- 3],0-0-1-0-0-1-1-3-3,12887700848.141802
+1339,111001-2-0,[1- 1- 1- 0- 0- 1- 2- 0],0-1-1-1-0-0-1-2-0,12887696367.664547
+1340,010000-2-3,[0- 1- 0- 0- 0- 0- 2- 3],0-0-1-0-0-0-0-2-3,12887251471.633879
+1341,003300-2-1,[0- 0- 3- 3- 0- 0- 2- 1],2-0-0-1-1-0-0-2-1,12885364590.976118
+1342,200202-3-0,[2- 0- 0- 2- 0- 2- 3- 0],1-1-0-0-1-0-1-3-0,12882295417.20436
+1343,000010-3-3,[0- 0- 0- 0- 1- 0- 3- 3],0-0-0-0-0-1-0-3-3,12881835773.406023
+1344,030003-2-3,[0- 3- 0- 0- 0- 3- 2- 3],2-0-1-0-0-0-1-2-3,12880639747.045715
+1345,300003-3-3,[3- 0- 0- 0- 0- 3- 3- 3],2-1-0-0-0-0-1-3-3,12879316559.596739
+1346,100101-1-2,[1- 0- 0- 1- 0- 1- 1- 2],0-1-0-0-1-0-1-1-2,12878411455.169308
+1347,333000-2-0,[3- 3- 3- 0- 0- 0- 2- 0],2-1-1-1-0-0-0-2-0,12876801642.974699
+1348,220200-2-3,[2- 2- 0- 2- 0- 0- 2- 3],1-1-1-0-1-0-0-2-3,12876386549.476286
+1349,033030-3-2,[0- 3- 3- 0- 3- 0- 3- 2],2-0-1-1-0-1-0-3-2,12876250229.039345
+1350,020220-3-1,[0- 2- 0- 2- 2- 0- 3- 1],1-0-1-0-1-1-0-3-1,12873547203.318626
+1351,033330-1-2,[0- 3- 3- 3- 3- 0- 1- 2],2-0-1-1-1-1-0-1-2,12871339322.717752
+1352,011010-3-2,[0- 1- 1- 0- 1- 0- 3- 2],0-0-1-1-0-1-0-3-2,12868645438.753563
+1353,200020-1-2,[2- 0- 0- 0- 2- 0- 1- 2],1-1-0-0-0-1-0-1-2,12868268736.121456
+1354,111000-1-2,[1- 1- 1- 0- 0- 0- 1- 2],0-1-1-1-0-0-0-1-2,12866875530.002419
+1355,222002-1-3,[2- 2- 2- 0- 0- 2- 1- 3],1-1-1-1-0-0-1-1-3,12866495226.468632
+1356,300000-2-1,[3- 0- 0- 0- 0- 0- 2- 1],2-1-0-0-0-0-0-2-1,12866385219.72787
+1357,222000-3-2,[2- 2- 2- 0- 0- 0- 3- 2],1-1-1-1-0-0-0-3-2,12865149914.041737
+1358,110010-3-2,[1- 1- 0- 0- 1- 0- 3- 2],0-1-1-0-0-1-0-3-2,12863997246.530144
+1359,001000-1-2,[0- 0- 1- 0- 0- 0- 1- 2],0-0-0-1-0-0-0-1-2,12863717396.478554
+1360,300030-2-3,[3- 0- 0- 0- 3- 0- 2- 3],2-1-0-0-0-1-0-2-3,12863242316.573103
+1361,300300-2-1,[3- 0- 0- 3- 0- 0- 2- 1],2-1-0-0-1-0-0-2-1,12862813099.587248
+1362,100111-3-1,[1- 0- 0- 1- 1- 1- 3- 1],0-1-0-0-1-1-1-3-1,12860406510.219433
+1363,333000-3-2,[3- 3- 3- 0- 0- 0- 3- 2],2-1-1-1-0-0-0-3-2,12860158558.896309
+1364,000100-3-2,[0- 0- 0- 1- 0- 0- 3- 2],0-0-0-0-1-0-0-3-2,12859588858.77964
+1365,022200-2-3,[0- 2- 2- 2- 0- 0- 2- 3],1-0-1-1-1-0-0-2-3,12857763275.461332
+1366,010100-1-2,[0- 1- 0- 1- 0- 0- 1- 2],0-0-1-0-1-0-0-1-2,12857279872.020718
+1367,033300-2-3,[0- 3- 3- 3- 0- 0- 2- 3],2-0-1-1-1-0-0-2-3,12857100787.638165
+1368,011000-3-2,[0- 1- 1- 0- 0- 0- 3- 2],0-0-1-1-0-0-0-3-2,12856381834.012953
+1369,000010-1-3,[0- 0- 0- 0- 1- 0- 1- 3],0-0-0-0-0-1-0-1-3,12856256526.639158
+1370,003300-3-3,[0- 0- 3- 3- 0- 0- 3- 3],2-0-0-1-1-0-0-3-3,12856184211.939398
+1371,033303-0-2,[0- 3- 3- 3- 0- 3- 0- 2],2-0-1-1-1-0-1-0-2,12853130771.404823
+1372,101110-3-1,[1- 0- 1- 1- 1- 0- 3- 1],0-1-0-1-1-1-0-3-1,12851686285.493587
+1373,003000-2-2,[0- 0- 3- 0- 0- 0- 2- 2],2-0-0-1-0-0-0-2-2,12850993399.070217
+1374,033300-3-1,[0- 3- 3- 3- 0- 0- 3- 1],2-0-1-1-1-0-0-3-1,12850776947.582104
+1375,002220-1-1,[0- 0- 2- 2- 2- 0- 1- 1],1-0-0-1-1-1-0-1-1,12849816883.083523
+1376,330330-1-2,[3- 3- 0- 3- 3- 0- 1- 2],2-1-1-0-1-1-0-1-2,12848701280.78068
+1377,100010-3-2,[1- 0- 0- 0- 1- 0- 3- 2],0-1-0-0-0-1-0-3-2,12846974343.276539
+1378,101100-1-2,[1- 0- 1- 1- 0- 0- 1- 2],0-1-0-1-1-0-0-1-2,12845929905.024532
+1379,000303-3-1,[0- 0- 0- 3- 0- 3- 3- 1],2-0-0-0-1-0-1-3-1,12841304149.90345
+1380,110100-3-3,[1- 1- 0- 1- 0- 0- 3- 3],0-1-1-0-1-0-0-3-3,12841268937.663912
+1381,010100-2-3,[0- 1- 0- 1- 0- 0- 2- 3],0-0-1-0-1-0-0-2-3,12838851927.334396
+1382,033033-0-2,[0- 3- 3- 0- 3- 3- 0- 2],2-0-1-1-0-1-1-0-2,12838581966.110527
+1383,220002-0-2,[2- 2- 0- 0- 0- 2- 0- 2],1-1-1-0-0-0-1-0-2,12837645256.499092
+1384,300303-3-0,[3- 0- 0- 3- 0- 3- 3- 0],2-1-0-0-1-0-1-3-0,12835931898.425564
+1385,033333-0-3,[0- 3- 3- 3- 3- 3- 0- 3],2-0-1-1-1-1-1-0-3,12835126365.659203
+1386,222220-1-3,[2- 2- 2- 2- 2- 0- 1- 3],1-1-1-1-1-1-0-1-3,12833978228.332478
+1387,000110-3-2,[0- 0- 0- 1- 1- 0- 3- 2],0-0-0-0-1-1-0-3-2,12833932581.327244
+1388,020000-2-1,[0- 2- 0- 0- 0- 0- 2- 1],1-0-1-0-0-0-0-2-1,12833738107.602945
+1389,303303-0-1,[3- 0- 3- 3- 0- 3- 0- 1],2-1-0-1-1-0-1-0-1,12832906106.60189
+1390,330300-1-1,[3- 3- 0- 3- 0- 0- 1- 1],2-1-1-0-1-0-0-1-1,12832015082.726683
+1391,303333-0-3,[3- 0- 3- 3- 3- 3- 0- 3],2-1-0-1-1-1-1-0-3,12831235580.482105
+1392,111101-0-2,[1- 1- 1- 1- 0- 1- 0- 2],0-1-1-1-1-0-1-0-2,12831133247.474314
+1393,010111-3-2,[0- 1- 0- 1- 1- 1- 3- 2],0-0-1-0-1-1-1-3-2,12830921445.572315
+1394,011110-3-2,[0- 1- 1- 1- 1- 0- 3- 2],0-0-1-1-1-1-0-3-2,12830836924.42809
+1395,010111-3-1,[0- 1- 0- 1- 1- 1- 3- 1],0-0-1-0-1-1-1-3-1,12827712584.854744
+1396,202202-1-3,[2- 0- 2- 2- 0- 2- 1- 3],1-1-0-1-1-0-1-1-3,12825982048.572674
+1397,001110-3-2,[0- 0- 1- 1- 1- 0- 3- 2],0-0-0-1-1-1-0-3-2,12825828047.80746
+1398,020222-0-3,[0- 2- 0- 2- 2- 2- 0- 3],1-0-1-0-1-1-1-0-3,12825510121.95037
+1399,101111-0-2,[1- 0- 1- 1- 1- 1- 0- 2],0-1-0-1-1-1-1-0-2,12824986206.862226
+1400,333000-2-3,[3- 3- 3- 0- 0- 0- 2- 3],2-1-1-1-0-0-0-2-3,12824384657.693256
+1401,111000-1-1,[1- 1- 1- 0- 0- 0- 1- 1],0-1-1-1-0-0-0-1-1,12823286203.318632
+1402,303300-1-2,[3- 0- 3- 3- 0- 0- 1- 2],2-1-0-1-1-0-0-1-2,12821646505.772717
+1403,303303-1-0,[3- 0- 3- 3- 0- 3- 1- 0],2-1-0-1-1-0-1-1-0,12819748468.78838
+1404,101010-3-2,[1- 0- 1- 0- 1- 0- 3- 2],0-1-0-1-0-1-0-3-2,12819312645.809818
+1405,220000-1-2,[2- 2- 0- 0- 0- 0- 1- 2],1-1-1-0-0-0-0-1-2,12817950827.968575
+1406,010001-1-2,[0- 1- 0- 0- 0- 1- 1- 2],0-0-1-0-0-0-1-1-2,12817501266.217403
+1407,033303-1-3,[0- 3- 3- 3- 0- 3- 1- 3],2-0-1-1-1-0-1-1-3,12817498935.984215
+1408,111000-2-3,[1- 1- 1- 0- 0- 0- 2- 3],0-1-1-1-0-0-0-2-3,12817318015.716702
+1409,020022-0-2,[0- 2- 0- 0- 2- 2- 0- 2],1-0-1-0-0-1-1-0-2,12816932326.811043
+1410,330330-3-1,[3- 3- 0- 3- 3- 0- 3- 1],2-1-1-0-1-1-0-3-1,12815988909.482094
+1411,303033-0-2,[3- 0- 3- 0- 3- 3- 0- 2],2-1-0-1-0-1-1-0-2,12813822384.05682
+1412,000101-3-3,[0- 0- 0- 1- 0- 1- 3- 3],0-0-0-0-1-0-1-3-3,12813337576.557196
+1413,100000-3-3,[1- 0- 0- 0- 0- 0- 3- 3],0-1-0-0-0-0-0-3-3,12811128736.07747
+1414,022020-3-1,[0- 2- 2- 0- 2- 0- 3- 1],1-0-1-1-0-1-0-3-1,12810835939.804283
+1415,330333-0-3,[3- 3- 0- 3- 3- 3- 0- 3],2-1-1-0-1-1-1-0-3,12808927748.996162
+1416,000202-1-1,[0- 0- 0- 2- 0- 2- 1- 1],1-0-0-0-1-0-1-1-1,12808787702.41053
+1417,002200-2-3,[0- 0- 2- 2- 0- 0- 2- 3],1-0-0-1-1-0-0-2-3,12808624794.375237
+1418,000020-1-2,[0- 0- 0- 0- 2- 0- 1- 2],1-0-0-0-0-1-0-1-2,12806797772.780756
+1419,030330-3-1,[0- 3- 0- 3- 3- 0- 3- 1],2-0-1-0-1-1-0-3-1,12806358464.788021
+1420,003303-2-0,[0- 0- 3- 3- 0- 3- 2- 0],2-0-0-1-1-0-1-2-0,12806266058.943031
+1421,202020-3-2,[2- 0- 2- 0- 2- 0- 3- 2],1-1-0-1-0-1-0-3-2,12805770696.455196
+1422,011111-0-1,[0- 1- 1- 1- 1- 1- 0- 1],0-0-1-1-1-1-1-0-1,12805704242.575878
+1423,110101-3-1,[1- 1- 0- 1- 0- 1- 3- 1],0-1-1-0-1-0-1-3-1,12805585001.917397
+1424,001111-2-0,[0- 0- 1- 1- 1- 1- 2- 0],0-0-0-1-1-1-1-2-0,12804131555.472439
+1425,220200-3-3,[2- 2- 0- 2- 0- 0- 3- 3],1-1-1-0-1-0-0-3-3,12802522317.376532
+1426,001000-3-3,[0- 0- 1- 0- 0- 0- 3- 3],0-0-0-1-0-0-0-3-3,12802011262.900248
+1427,020202-0-2,[0- 2- 0- 2- 0- 2- 0- 2],1-0-1-0-1-0-1-0-2,12802009040.733437
+1428,033030-2-3,[0- 3- 3- 0- 3- 0- 2- 3],2-0-1-1-0-1-0-2-3,12800739726.947582
+1429,110111-0-2,[1- 1- 0- 1- 1- 1- 0- 2],0-1-1-0-1-1-1-0-2,12799656146.452875
+1430,000110-3-3,[0- 0- 0- 1- 1- 0- 3- 3],0-0-0-0-1-1-0-3-3,12795413048.197744
+1431,100100-1-2,[1- 0- 0- 1- 0- 0- 1- 2],0-1-0-0-1-0-0-1-2,12794260460.159052
+1432,111011-1-3,[1- 1- 1- 0- 1- 1- 1- 3],0-1-1-1-0-1-1-1-3,12793722097.449512
+1433,222220-0-2,[2- 2- 2- 2- 2- 0- 0- 2],1-1-1-1-1-1-0-0-2,12793713763.162548
+1434,110000-1-2,[1- 1- 0- 0- 0- 0- 1- 2],0-1-1-0-0-0-0-1-2,12793365825.942623
+1435,020020-3-2,[0- 2- 0- 0- 2- 0- 3- 2],1-0-1-0-0-1-0-3-2,12792726588.818253
+1436,001011-1-1,[0- 0- 1- 0- 1- 1- 1- 1],0-0-0-1-0-1-1-1-1,12791519756.549263
+1437,010111-2-0,[0- 1- 0- 1- 1- 1- 2- 0],0-0-1-0-1-1-1-2-0,12791118220.219463
+1438,001100-3-3,[0- 0- 1- 1- 0- 0- 3- 3],0-0-0-1-1-0-0-3-3,12790538739.00189
+1439,110000-2-3,[1- 1- 0- 0- 0- 0- 2- 3],0-1-1-0-0-0-0-2-3,12788400324.93692
+1440,002000-2-1,[0- 0- 2- 0- 0- 0- 2- 1],1-0-0-1-0-0-0-2-1,12787849912.091047
+1441,020002-2-0,[0- 2- 0- 0- 0- 2- 2- 0],1-0-1-0-0-0-1-2-0,12786406977.807722
+1442,100111-2-0,[1- 0- 0- 1- 1- 1- 2- 0],0-1-0-0-1-1-1-2-0,12786172169.289776
+1443,000222-0-2,[0- 0- 0- 2- 2- 2- 0- 2],1-0-0-0-1-1-1-0-2,12785001499.613796
+1444,030300-2-1,[0- 3- 0- 3- 0- 0- 2- 1],2-0-1-0-1-0-0-2-1,12783519555.192606
+1445,300033-1-3,[3- 0- 0- 0- 3- 3- 1- 3],2-1-0-0-0-1-1-1-3,12782551593.401493
+1446,101001-3-1,[1- 0- 1- 0- 0- 1- 3- 1],0-1-0-1-0-0-1-3-1,12782474650.12353
+1447,303030-1-2,[3- 0- 3- 0- 3- 0- 1- 2],2-1-0-1-0-1-0-1-2,12780253724.86456
+1448,222222-0-0,[2- 2- 2- 2- 2- 2- 0- 0],1-1-1-1-1-1-1-0-0,12778225248.816807
+1449,002200-3-3,[0- 0- 2- 2- 0- 0- 3- 3],1-0-0-1-1-0-0-3-3,12777894271.30532
+1450,111010-3-1,[1- 1- 1- 0- 1- 0- 3- 1],0-1-1-1-0-1-0-3-1,12777612907.768303
+1451,330030-3-2,[3- 3- 0- 0- 3- 0- 3- 2],2-1-1-0-0-1-0-3-2,12777526852.78141
+1452,330030-1-2,[3- 3- 0- 0- 3- 0- 1- 2],2-1-1-0-0-1-0-1-2,12777468047.005333
+1453,011100-2-3,[0- 1- 1- 1- 0- 0- 2- 3],0-0-1-1-1-0-0-2-3,12777251518.527058
+1454,222000-2-0,[2- 2- 2- 0- 0- 0- 2- 0],1-1-1-1-0-0-0-2-0,12776600550.017498
+1455,030333-0-2,[0- 3- 0- 3- 3- 3- 0- 2],2-0-1-0-1-1-1-0-2,12776422621.552086
+1456,003030-2-3,[0- 0- 3- 0- 3- 0- 2- 3],2-0-0-1-0-1-0-2-3,12775364597.520216
+1457,303330-1-1,[3- 0- 3- 3- 3- 0- 1- 1],2-1-0-1-1-1-0-1-1,12775360233.34808
+1458,100100-3-2,[1- 0- 0- 1- 0- 0- 3- 2],0-1-0-0-1-0-0-3-2,12775096830.134205
+1459,222000-3-3,[2- 2- 2- 0- 0- 0- 3- 3],1-1-1-1-0-0-0-3-3,12774225487.080801
+1460,011011-0-2,[0- 1- 1- 0- 1- 1- 0- 2],0-0-1-1-0-1-1-0-2,12771174488.83622
+1461,220002-0-1,[2- 2- 0- 0- 0- 2- 0- 1],1-1-1-0-0-0-1-0-1,12770958408.415403
+1462,303300-3-1,[3- 0- 3- 3- 0- 0- 3- 1],2-1-0-1-1-0-0-3-1,12768842305.99563
+1463,001101-3-1,[0- 0- 1- 1- 0- 1- 3- 1],0-0-0-1-1-0-1-3-1,12768632283.063929
+1464,011000-2-3,[0- 1- 1- 0- 0- 0- 2- 3],0-0-1-1-0-0-0-2-3,12767187377.136047
+1465,001011-3-2,[0- 0- 1- 0- 1- 1- 3- 2],0-0-0-1-0-1-1-3-2,12766680479.76321
+1466,011000-3-3,[0- 1- 1- 0- 0- 0- 3- 3],0-0-1-1-0-0-0-3-3,12766203952.369394
+1467,000300-2-2,[0- 0- 0- 3- 0- 0- 2- 2],2-0-0-0-1-0-0-2-2,12766053078.395016
+1468,000101-3-2,[0- 0- 0- 1- 0- 1- 3- 2],0-0-0-0-1-0-1-3-2,12765550260.397434
+1469,111010-2-0,[1- 1- 1- 0- 1- 0- 2- 0],0-1-1-1-0-1-0-2-0,12764563354.318096
+1470,000200-2-3,[0- 0- 0- 2- 0- 0- 2- 3],1-0-0-0-1-0-0-2-3,12764171584.354277
+1471,020200-3-2,[0- 2- 0- 2- 0- 0- 3- 2],1-0-1-0-1-0-0-3-2,12761870074.030052
+1472,101011-2-0,[1- 0- 1- 0- 1- 1- 2- 0],0-1-0-1-0-1-1-2-0,12760869264.322048
+1473,101101-2-0,[1- 0- 1- 1- 0- 1- 2- 0],0-1-0-1-1-0-1-2-0,12760794137.264034
+1474,222022-0-3,[2- 2- 2- 0- 2- 2- 0- 3],1-1-1-1-0-1-1-0-3,12759844465.044544
+1475,200200-2-3,[2- 0- 0- 2- 0- 0- 2- 3],1-1-0-0-1-0-0-2-3,12757964210.539986
+1476,101000-3-3,[1- 0- 1- 0- 0- 0- 3- 3],0-1-0-1-0-0-0-3-3,12756723931.276861
+1477,011101-0-2,[0- 1- 1- 1- 0- 1- 0- 2],0-0-1-1-1-0-1-0-2,12756447821.491508
+1478,101010-3-3,[1- 0- 1- 0- 1- 0- 3- 3],0-1-0-1-0-1-0-3-3,12756343550.689804
+1479,000022-2-0,[0- 0- 0- 0- 2- 2- 2- 0],1-0-0-0-0-1-1-2-0,12755595910.540321
+1480,330300-2-3,[3- 3- 0- 3- 0- 0- 2- 3],2-1-1-0-1-0-0-2-3,12754737480.380276
+1481,002002-1-1,[0- 0- 2- 0- 0- 2- 1- 1],1-0-0-1-0-0-1-1-1,12754102371.510872
+1482,110111-1-3,[1- 1- 0- 1- 1- 1- 1- 3],0-1-1-0-1-1-1-1-3,12752807338.491169
+1483,033030-3-1,[0- 3- 3- 0- 3- 0- 3- 1],2-0-1-1-0-1-0-3-1,12752719327.395794
+1484,220200-3-2,[2- 2- 0- 2- 0- 0- 3- 2],1-1-1-0-1-0-0-3-2,12752471793.685276
+1485,003300-2-3,[0- 0- 3- 3- 0- 0- 2- 3],2-0-0-1-1-0-0-2-3,12751919582.95535
+1486,000003-3-2,[0- 0- 0- 0- 0- 3- 3- 2],2-0-0-0-0-0-1-3-2,12750276704.350838
+1487,300003-3-0,[3- 0- 0- 0- 0- 3- 3- 0],2-1-0-0-0-0-1-3-0,12747305285.727213
+1488,000002-3-1,[0- 0- 0- 0- 0- 2- 3- 1],1-0-0-0-0-0-1-3-1,12746606297.450783
+1489,000200-2-1,[0- 0- 0- 2- 0- 0- 2- 1],1-0-0-0-1-0-0-2-1,12746579798.569426
+1490,202200-1-1,[2- 0- 2- 2- 0- 0- 1- 1],1-1-0-1-1-0-0-1-1,12743965940.546124
+1491,020222-0-1,[0- 2- 0- 2- 2- 2- 0- 1],1-0-1-0-1-1-1-0-1,12743404447.594692
+1492,002022-1-3,[0- 0- 2- 0- 2- 2- 1- 3],1-0-0-1-0-1-1-1-3,12742295727.760113
+1493,220020-2-0,[2- 2- 0- 0- 2- 0- 2- 0],1-1-1-0-0-1-0-2-0,12742072352.645061
+1494,330300-1-2,[3- 3- 0- 3- 0- 0- 1- 2],2-1-1-0-1-0-0-1-2,12739453739.44477
+1495,033303-0-1,[0- 3- 3- 3- 0- 3- 0- 1],2-0-1-1-1-0-1-0-1,12738277389.781584
+1496,030003-3-0,[0- 3- 0- 0- 0- 3- 3- 0],2-0-1-0-0-0-1-3-0,12738039255.527676
+1497,110011-3-0,[1- 1- 0- 0- 1- 1- 3- 0],0-1-1-0-0-1-1-3-0,12733696614.41714
+1498,200022-1-3,[2- 0- 0- 0- 2- 2- 1- 3],1-1-0-0-0-1-1-1-3,12729618630.47398
+1499,003303-3-0,[0- 0- 3- 3- 0- 3- 3- 0],2-0-0-1-1-0-1-3-0,12728377039.593334
+1500,220020-3-3,[2- 2- 0- 0- 2- 0- 3- 3],1-1-1-0-0-1-0-3-3,12727930791.190603
+1501,110010-1-1,[1- 1- 0- 0- 1- 0- 1- 1],0-1-1-0-0-1-0-1-1,12727562719.63835
+1502,001110-1-3,[0- 0- 1- 1- 1- 0- 1- 3],0-0-0-1-1-1-0-1-3,12726371680.390995
+1503,002220-3-1,[0- 0- 2- 2- 2- 0- 3- 1],1-0-0-1-1-1-0-3-1,12725343197.154415
+1504,010000-1-2,[0- 1- 0- 0- 0- 0- 1- 2],0-0-1-0-0-0-0-1-2,12724225827.867916
+1505,001010-3-2,[0- 0- 1- 0- 1- 0- 3- 2],0-0-0-1-0-1-0-3-2,12723991876.918278
+1506,222000-2-3,[2- 2- 2- 0- 0- 0- 2- 3],1-1-1-1-0-0-0-2-3,12722836845.784834
+1507,333333-0-0,[3- 3- 3- 3- 3- 3- 0- 0],2-1-1-1-1-1-1-0-0,12721331953.32301
+1508,110001-1-1,[1- 1- 0- 0- 0- 1- 1- 1],0-1-1-0-0-0-1-1-1,12720464270.873823
+1509,003330-1-2,[0- 0- 3- 3- 3- 0- 1- 2],2-0-0-1-1-1-0-1-2,12719204209.341946
+1510,101111-1-3,[1- 0- 1- 1- 1- 1- 1- 3],0-1-0-1-1-1-1-1-3,12718003223.230877
+1511,010011-3-1,[0- 1- 0- 0- 1- 1- 3- 1],0-0-1-0-0-1-1-3-1,12714976503.620388
+1512,101000-3-2,[1- 0- 1- 0- 0- 0- 3- 2],0-1-0-1-0-0-0-3-2,12713531555.305271
+1513,020202-1-3,[0- 2- 0- 2- 0- 2- 1- 3],1-0-1-0-1-0-1-1-3,12712922077.536568
+1514,011100-3-3,[0- 1- 1- 1- 0- 0- 3- 3],0-0-1-1-1-0-0-3-3,12711273698.623438
+1515,303033-1-0,[3- 0- 3- 0- 3- 3- 1- 0],2-1-0-1-0-1-1-1-0,12711167138.026844
+1516,220020-3-1,[2- 2- 0- 0- 2- 0- 3- 1],1-1-1-0-0-1-0-3-1,12709905865.78556
+1517,000030-2-3,[0- 0- 0- 0- 3- 0- 2- 3],2-0-0-0-0-1-0-2-3,12709529913.940868
+1518,020200-2-3,[0- 2- 0- 2- 0- 0- 2- 3],1-0-1-0-1-0-0-2-3,12709368347.710804
+1519,010010-3-2,[0- 1- 0- 0- 1- 0- 3- 2],0-0-1-0-0-1-0-3-2,12708169238.905592
+1520,110101-2-0,[1- 1- 0- 1- 0- 1- 2- 0],0-1-1-0-1-0-1-2-0,12706204023.192226
+1521,003330-3-1,[0- 0- 3- 3- 3- 0- 3- 1],2-0-0-1-1-1-0-3-1,12703795284.825525
+1522,110000-3-3,[1- 1- 0- 0- 0- 0- 3- 3],0-1-1-0-0-0-0-3-3,12702332621.212267
+1523,330030-3-1,[3- 3- 0- 0- 3- 0- 3- 1],2-1-1-0-0-1-0-3-1,12702203238.554317
+1524,001111-3-2,[0- 0- 1- 1- 1- 1- 3- 2],0-0-0-1-1-1-1-3-2,12698789038.780422
+1525,030033-1-3,[0- 3- 0- 0- 3- 3- 1- 3],2-0-1-0-0-1-1-1-3,12698227580.659407
+1526,303030-3-3,[3- 0- 3- 0- 3- 0- 3- 3],2-1-0-1-0-1-0-3-3,12695898941.672127
+1527,202200-3-1,[2- 0- 2- 2- 0- 0- 3- 1],1-1-0-1-1-0-0-3-1,12695889855.357922
+1528,111100-3-1,[1- 1- 1- 1- 0- 0- 3- 1],0-1-1-1-1-0-0-3-1,12694170106.484108
+1529,010110-3-2,[0- 1- 0- 1- 1- 0- 3- 2],0-0-1-0-1-1-0-3-2,12689522827.724945
+1530,333000-3-1,[3- 3- 3- 0- 0- 0- 3- 1],2-1-1-1-0-0-0-3-1,12689231046.708164
+1531,011011-3-0,[0- 1- 1- 0- 1- 1- 3- 0],0-0-1-1-0-1-1-3-0,12686514201.950846
+1532,200200-3-3,[2- 0- 0- 2- 0- 0- 3- 3],1-1-0-0-1-0-0-3-3,12685533005.678665
+1533,000011-3-2,[0- 0- 0- 0- 1- 1- 3- 2],0-0-0-0-0-1-1-3-2,12684860335.46645
+1534,220002-1-0,[2- 2- 0- 0- 0- 2- 1- 0],1-1-1-0-0-0-1-1-0,12683522718.60099
+1535,022000-3-2,[0- 2- 2- 0- 0- 0- 3- 2],1-0-1-1-0-0-0-3-2,12681608414.54535
+1536,002200-1-2,[0- 0- 2- 2- 0- 0- 1- 2],1-0-0-1-1-0-0-1-2,12681038004.98695
+1537,202202-0-1,[2- 0- 2- 2- 0- 2- 0- 1],1-1-0-1-1-0-1-0-1,12680953470.829418
+1538,100000-1-2,[1- 0- 0- 0- 0- 0- 1- 2],0-1-0-0-0-0-0-1-2,12677848546.39692
+1539,000033-2-0,[0- 0- 0- 0- 3- 3- 2- 0],2-0-0-0-0-1-1-2-0,12677591614.467999
+1540,333330-1-3,[3- 3- 3- 3- 3- 0- 1- 3],2-1-1-1-1-1-0-1-3,12672918985.546543
+1541,010011-1-1,[0- 1- 0- 0- 1- 1- 1- 1],0-0-1-0-0-1-1-1-1,12671573607.229628
+1542,200020-3-2,[2- 0- 0- 0- 2- 0- 3- 2],1-1-0-0-0-1-0-3-2,12669600324.442013
+1543,030030-3-2,[0- 3- 0- 0- 3- 0- 3- 2],2-0-1-0-0-1-0-3-2,12669326058.405256
+1544,010111-3-3,[0- 1- 0- 1- 1- 1- 3- 3],0-0-1-0-1-1-1-3-3,12668379639.948599
+1545,100110-1-3,[1- 0- 0- 1- 1- 0- 1- 3],0-1-0-0-1-1-0-1-3,12668171399.387074
+1546,000022-1-3,[0- 0- 0- 0- 2- 2- 1- 3],1-0-0-0-0-1-1-1-3,12667003654.314503
+1547,010000-3-3,[0- 1- 0- 0- 0- 0- 3- 3],0-0-1-0-0-0-0-3-3,12666165541.779959
+1548,333033-0-3,[3- 3- 3- 0- 3- 3- 0- 3],2-1-1-1-0-1-1-0-3,12665937568.767784
+1549,111100-2-0,[1- 1- 1- 1- 0- 0- 2- 0],0-1-1-1-1-0-0-2-0,12665516155.05151
+1550,333303-0-0,[3- 3- 3- 3- 0- 3- 0- 0],2-1-1-1-1-0-1-0-0,12664211577.611885
+1551,002222-0-3,[0- 0- 2- 2- 2- 2- 0- 3],1-0-0-1-1-1-1-0-3,12663472376.144047
+1552,011101-3-0,[0- 1- 1- 1- 0- 1- 3- 0],0-0-1-1-1-0-1-3-0,12663103930.697031
+1553,000020-3-2,[0- 0- 0- 0- 2- 0- 3- 2],1-0-0-0-0-1-0-3-2,12662914899.270435
+1554,110110-3-1,[1- 1- 0- 1- 1- 0- 3- 1],0-1-1-0-1-1-0-3-1,12660214190.486443
+1555,200220-3-1,[2- 0- 0- 2- 2- 0- 3- 1],1-1-0-0-1-1-0-3-1,12659740118.88673
+1556,030300-3-2,[0- 3- 0- 3- 0- 0- 3- 2],2-0-1-0-1-0-0-3-2,12659432963.446577
+1557,101000-2-3,[1- 0- 1- 0- 0- 0- 2- 3],0-1-0-1-0-0-0-2-3,12659412075.612043
+1558,011110-3-1,[0- 1- 1- 1- 1- 0- 3- 1],0-0-1-1-1-1-0-3-1,12658593973.178185
+1559,303030-3-1,[3- 0- 3- 0- 3- 0- 3- 1],2-1-0-1-0-1-0-3-1,12658423904.379114
+1560,303300-1-1,[3- 0- 3- 3- 0- 0- 1- 1],2-1-0-1-1-0-0-1-1,12655591584.408134
+1561,330300-3-2,[3- 3- 0- 3- 0- 0- 3- 2],2-1-1-0-1-0-0-3-2,12653372545.712181
+1562,011110-2-0,[0- 1- 1- 1- 1- 0- 2- 0],0-0-1-1-1-1-0-2-0,12652180660.704937
+1563,110100-3-2,[1- 1- 0- 1- 0- 0- 3- 2],0-1-1-0-1-0-0-3-2,12648365548.29036
+1564,330003-0-2,[3- 3- 0- 0- 0- 3- 0- 2],2-1-1-0-0-0-1-0-2,12643061565.660511
+1565,202202-1-0,[2- 0- 2- 2- 0- 2- 1- 0],1-1-0-1-1-0-1-1-0,12639026392.717949
+1566,030000-2-2,[0- 3- 0- 0- 0- 0- 2- 2],2-0-1-0-0-0-0-2-2,12638130831.580708
+1567,330000-1-2,[3- 3- 0- 0- 0- 0- 1- 2],2-1-1-0-0-0-0-1-2,12637579191.634739
+1568,333000-3-3,[3- 3- 3- 0- 0- 0- 3- 3],2-1-1-1-0-0-0-3-3,12635993196.097132
+1569,202220-1-3,[2- 0- 2- 2- 2- 0- 1- 3],1-1-0-1-1-1-0-1-3,12635575627.395817
+1570,002020-3-2,[0- 0- 2- 0- 2- 0- 3- 2],1-0-0-1-0-1-0-3-2,12635474060.609951
+1571,202020-3-3,[2- 0- 2- 0- 2- 0- 3- 3],1-1-0-1-0-1-0-3-3,12635377576.837292
+1572,010101-1-1,[0- 1- 0- 1- 0- 1- 1- 1],0-0-1-0-1-0-1-1-1,12635357367.97476
+1573,020002-3-0,[0- 2- 0- 0- 0- 2- 3- 0],1-0-1-0-0-0-1-3-0,12629886133.855263
+1574,010100-3-2,[0- 1- 0- 1- 0- 0- 3- 2],0-0-1-0-1-0-0-3-2,12629018509.985594
+1575,001111-3-1,[0- 0- 1- 1- 1- 1- 3- 1],0-0-0-1-1-1-1-3-1,12628891883.996456
+1576,011010-3-3,[0- 1- 1- 0- 1- 0- 3- 3],0-0-1-1-0-1-0-3-3,12627965454.794413
+1577,100000-3-2,[1- 0- 0- 0- 0- 0- 3- 2],0-1-0-0-0-0-0-3-2,12627471081.00647
+1578,330300-3-3,[3- 3- 0- 3- 0- 0- 3- 3],2-1-1-0-1-0-0-3-3,12626963692.286516
+1579,010101-3-1,[0- 1- 0- 1- 0- 1- 3- 1],0-0-1-0-1-0-1-3-1,12626763211.946705
+1580,101110-2-0,[1- 0- 1- 1- 1- 0- 2- 0],0-1-0-1-1-1-0-2-0,12623517468.769497
+1581,000011-3-3,[0- 0- 0- 0- 1- 1- 3- 3],0-0-0-0-0-1-1-3-3,12622852785.146734
+1582,020200-3-3,[0- 2- 0- 2- 0- 0- 3- 3],1-0-1-0-1-0-0-3-3,12622471214.562777
+1583,020200-1-2,[0- 2- 0- 2- 0- 0- 1- 2],1-0-1-0-1-0-0-1-2,12620744222.311028
+1584,022002-0-2,[0- 2- 2- 0- 0- 2- 0- 2],1-0-1-1-0-0-1-0-2,12620176938.980354
+1585,010010-3-3,[0- 1- 0- 0- 1- 0- 3- 3],0-0-1-0-0-1-0-3-3,12619128128.101442
+1586,010100-3-3,[0- 1- 0- 1- 0- 0- 3- 3],0-0-1-0-1-0-0-3-3,12618645756.807596
+1587,100011-3-1,[1- 0- 0- 0- 1- 1- 3- 1],0-1-0-0-0-1-1-3-1,12614775300.572626
+1588,022220-3-0,[0- 2- 2- 2- 2- 0- 3- 0],1-0-1-1-1-1-0-3-0,12613416012.430141
+1589,000022-3-0,[0- 0- 0- 0- 2- 2- 3- 0],1-0-0-0-0-1-1-3-0,12612081094.048641
+1590,000330-2-1,[0- 0- 0- 3- 3- 0- 2- 1],2-0-0-0-1-1-0-2-1,12609708151.987547
+1591,333330-3-0,[3- 3- 3- 3- 3- 0- 3- 0],2-1-1-1-1-1-0-3-0,12608526994.580273
+1592,101001-1-2,[1- 0- 1- 0- 0- 1- 1- 2],0-1-0-1-0-0-1-1-2,12607258006.099468
+1593,003030-3-2,[0- 0- 3- 0- 3- 0- 3- 2],2-0-0-1-0-1-0-3-2,12604249284.043034
+1594,030030-2-3,[0- 3- 0- 0- 3- 0- 2- 3],2-0-1-0-0-1-0-2-3,12603679626.727943
+1595,001011-3-3,[0- 0- 1- 0- 1- 1- 3- 3],0-0-0-1-0-1-1-3-3,12601906921.646301
+1596,303330-1-3,[3- 0- 3- 3- 3- 0- 1- 3],2-1-0-1-1-1-0-1-3,12598613948.28989
+1597,002022-0-2,[0- 0- 2- 0- 2- 2- 0- 2],1-0-0-1-0-1-1-0-2,12598578732.564968
+1598,030003-1-2,[0- 3- 0- 0- 0- 3- 1- 2],2-0-1-0-0-0-1-1-2,12596252466.083912
+1599,100001-1-2,[1- 0- 0- 0- 0- 1- 1- 2],0-1-0-0-0-0-1-1-2,12595833137.126001
+1600,000003-2-3,[0- 0- 0- 0- 0- 3- 2- 3],2-0-0-0-0-0-1-2-3,12593858949.661114
+1601,220220-1-3,[2- 2- 0- 2- 2- 0- 1- 3],1-1-1-0-1-1-0-1-3,12592703632.984455
+1602,020222-1-0,[0- 2- 0- 2- 2- 2- 1- 0],1-0-1-0-1-1-1-1-0,12591448353.291134
+1603,003033-1-3,[0- 0- 3- 0- 3- 3- 1- 3],2-0-0-1-0-1-1-1-3,12590114406.18314
+1604,000200-3-3,[0- 0- 0- 2- 0- 0- 3- 3],1-0-0-0-1-0-0-3-3,12588620090.72466
+1605,111110-1-3,[1- 1- 1- 1- 1- 0- 1- 3],0-1-1-1-1-1-0-1-3,12588303182.602757
+1606,030003-2-0,[0- 3- 0- 0- 0- 3- 2- 0],2-0-1-0-0-0-1-2-0,12585693546.129177
+1607,220200-2-0,[2- 2- 0- 2- 0- 0- 2- 0],1-1-1-0-1-0-0-2-0,12581188137.877575
+1608,300030-3-2,[3- 0- 0- 0- 3- 0- 3- 2],2-1-0-0-0-1-0-3-2,12578944144.542484
+1609,022020-3-3,[0- 2- 2- 0- 2- 0- 3- 3],1-0-1-1-0-1-0-3-3,12578129701.726751
+1610,110100-1-1,[1- 1- 0- 1- 0- 0- 1- 1],0-1-1-0-1-0-0-1-1,12578092059.461287
+1611,300330-1-2,[3- 0- 0- 3- 3- 0- 1- 2],2-1-0-0-1-1-0-1-2,12577082533.088299
+1612,001110-3-3,[0- 0- 1- 1- 1- 0- 3- 3],0-0-0-1-1-1-0-3-3,12574201660.844177
+1613,300300-2-3,[3- 0- 0- 3- 0- 0- 2- 3],2-1-0-0-1-0-0-2-3,12572482958.335035
+1614,022000-1-2,[0- 2- 2- 0- 0- 0- 1- 2],1-0-1-1-0-0-0-1-2,12570800065.685326
+1615,200200-3-2,[2- 0- 0- 2- 0- 0- 3- 2],1-1-0-0-1-0-0-3-2,12570580480.359913
+1616,222000-3-1,[2- 2- 2- 0- 0- 0- 3- 1],1-1-1-1-0-0-0-3-1,12569702741.249046
+1617,001111-1-3,[0- 0- 1- 1- 1- 1- 1- 3],0-0-0-1-1-1-1-1-3,12567876692.224834
+1618,010000-3-2,[0- 1- 0- 0- 0- 0- 3- 2],0-0-1-0-0-0-0-3-2,12567743268.872318
+1619,011011-1-3,[0- 1- 1- 0- 1- 1- 1- 3],0-0-1-1-0-1-1-1-3,12566271871.09034
+1620,222020-3-0,[2- 2- 2- 0- 2- 0- 3- 0],1-1-1-1-0-1-0-3-0,12566108560.663403
+1621,002222-1-0,[0- 0- 2- 2- 2- 2- 1- 0],1-0-0-1-1-1-1-1-0,12564965746.572136
+1622,000111-1-1,[0- 0- 0- 1- 1- 1- 1- 1],0-0-0-0-1-1-1-1-1,12561606543.454475
+1623,000200-3-2,[0- 0- 0- 2- 0- 0- 3- 2],1-0-0-0-1-0-0-3-2,12560725031.902103
+1624,303000-3-2,[3- 0- 3- 0- 0- 0- 3- 2],2-1-0-1-0-0-0-3-2,12560012453.235142
+1625,110110-2-0,[1- 1- 0- 1- 1- 0- 2- 0],0-1-1-0-1-1-0-2-0,12558963312.481075
+1626,000003-3-1,[0- 0- 0- 0- 0- 3- 3- 1],2-0-0-0-0-0-1-3-1,12552688994.985188
+1627,111110-3-0,[1- 1- 1- 1- 1- 0- 3- 0],0-1-1-1-1-1-0-3-0,12550059017.103909
+1628,101110-1-3,[1- 0- 1- 1- 1- 0- 1- 3],0-1-0-1-1-1-0-1-3,12547724786.330265
+1629,010110-3-3,[0- 1- 0- 1- 1- 0- 3- 3],0-0-1-0-1-1-0-3-3,12543747815.434275
+1630,022220-1-3,[0- 2- 2- 2- 2- 0- 1- 3],1-0-1-1-1-1-0-1-3,12543471412.919025
+1631,222202-0-3,[2- 2- 2- 2- 0- 2- 0- 3],1-1-1-1-1-0-1-0-3,12536890081.680012
+1632,011100-3-1,[0- 1- 1- 1- 0- 0- 3- 1],0-0-1-1-1-0-0-3-1,12535748220.042759
+1633,002202-0-2,[0- 0- 2- 2- 0- 2- 0- 2],1-0-0-1-1-0-1-0-2,12531775649.851574
+1634,001001-3-1,[0- 0- 1- 0- 0- 1- 3- 1],0-0-0-1-0-0-1-3-1,12531694414.37687
+1635,033300-1-2,[0- 3- 3- 3- 0- 0- 1- 2],2-0-1-1-1-0-0-1-2,12530965267.039177
+1636,011110-3-3,[0- 1- 1- 1- 1- 0- 3- 3],0-0-1-1-1-1-0-3-3,12529390988.203344
+1637,200020-3-3,[2- 0- 0- 0- 2- 0- 3- 3],1-1-0-0-0-1-0-3-3,12529164406.867905
+1638,110001-3-1,[1- 1- 0- 0- 0- 1- 3- 1],0-1-1-0-0-0-1-3-1,12527122845.033802
+1639,330030-1-1,[3- 3- 0- 0- 3- 0- 1- 1],2-1-1-0-0-1-0-1-1,12526938665.0063
+1640,110110-1-3,[1- 1- 0- 1- 1- 0- 1- 3],0-1-1-0-1-1-0-1-3,12521987487.623177
+1641,001010-3-3,[0- 0- 1- 0- 1- 0- 3- 3],0-0-0-1-0-1-0-3-3,12518507983.664564
+1642,022200-2-0,[0- 2- 2- 2- 0- 0- 2- 0],1-0-1-1-1-0-0-2-0,12518330787.834927
+1643,303330-2-0,[3- 0- 3- 3- 3- 0- 2- 0],2-1-0-1-1-1-0-2-0,12516497829.246365
+1644,030030-3-1,[0- 3- 0- 0- 3- 0- 3- 1],2-0-1-0-0-1-0-3-1,12515124602.884754
+1645,202022-1-0,[2- 0- 2- 0- 2- 2- 1- 0],1-1-0-1-0-1-1-1-0,12514941863.40754
+1646,000030-2-1,[0- 0- 0- 0- 3- 0- 2- 1],2-0-0-0-0-1-0-2-1,12513592579.853558
+1647,002220-1-3,[0- 0- 2- 2- 2- 0- 1- 3],1-0-0-1-1-1-0-1-3,12513358057.639355
+1648,010111-0-2,[0- 1- 0- 1- 1- 1- 0- 2],0-0-1-0-1-1-1-0-2,12512981469.418816
+1649,202020-3-1,[2- 0- 2- 0- 2- 0- 3- 1],1-1-0-1-0-1-0-3-1,12512580413.456203
+1650,300330-3-1,[3- 0- 0- 3- 3- 0- 3- 1],2-1-0-0-1-1-0-3-1,12512162306.968927
+1651,101100-3-1,[1- 0- 1- 1- 0- 0- 3- 1],0-1-0-1-1-0-0-3-1,12510998737.400843
+1652,111101-1-3,[1- 1- 1- 1- 0- 1- 1- 3],0-1-1-1-1-0-1-1-3,12510641454.320759
+1653,100110-1-1,[1- 0- 0- 1- 1- 0- 1- 1],0-1-0-0-1-1-0-1-1,12507996702.357903
+1654,111001-3-0,[1- 1- 1- 0- 0- 1- 3- 0],0-1-1-1-0-0-1-3-0,12507031535.160608
+1655,030003-1-1,[0- 3- 0- 0- 0- 3- 1- 1],2-0-1-0-0-0-1-1-1,12505366491.697521
+1656,303000-2-3,[3- 0- 3- 0- 0- 0- 2- 3],2-1-0-1-0-0-0-2-3,12504444269.1387
+1657,000003-3-3,[0- 0- 0- 0- 0- 3- 3- 3],2-0-0-0-0-0-1-3-3,12503276963.505228
+1658,202020-1-1,[2- 0- 2- 0- 2- 0- 1- 1],1-1-0-1-0-1-0-1-1,12501239440.734371
+1659,000033-1-1,[0- 0- 0- 0- 3- 3- 1- 1],2-0-0-0-0-1-1-1-1,12499535043.346355
+1660,000303-1-2,[0- 0- 0- 3- 0- 3- 1- 2],2-0-0-0-1-0-1-1-2,12498458307.305704
+1661,033000-3-2,[0- 3- 3- 0- 0- 0- 3- 2],2-0-1-1-0-0-0-3-2,12496059152.372053
+1662,011110-0-2,[0- 1- 1- 1- 1- 0- 0- 2],0-0-1-1-1-1-0-0-2,12494909590.124489
+1663,030300-3-3,[0- 3- 0- 3- 0- 0- 3- 3],2-0-1-0-1-0-0-3-3,12494481434.177378
+1664,330030-2-0,[3- 3- 0- 0- 3- 0- 2- 0],2-1-1-0-0-1-0-2-0,12493773183.227797
+1665,200002-3-0,[2- 0- 0- 0- 0- 2- 3- 0],1-1-0-0-0-0-1-3-0,12493681658.943111
+1666,111111-0-3,[1- 1- 1- 1- 1- 1- 0- 3],0-1-1-1-1-1-1-0-3,12493026696.459568
+1667,100110-3-1,[1- 0- 0- 1- 1- 0- 3- 1],0-1-0-0-1-1-0-3-1,12492464130.298166
+1668,100101-3-1,[1- 0- 0- 1- 0- 1- 3- 1],0-1-0-0-1-0-1-3-1,12490867454.449335
+1669,011110-1-3,[0- 1- 1- 1- 1- 0- 1- 3],0-0-1-1-1-1-0-1-3,12489240774.660408
+1670,333030-3-0,[3- 3- 3- 0- 3- 0- 3- 0],2-1-1-1-0-1-0-3-0,12489051741.454966
+1671,220220-3-0,[2- 2- 0- 2- 2- 0- 3- 0],1-1-1-0-1-1-0-3-0,12488912608.237728
+1672,020020-3-1,[0- 2- 0- 0- 2- 0- 3- 1],1-0-1-0-0-1-0-3-1,12488357419.388844
+1673,202000-3-2,[2- 0- 2- 0- 0- 0- 3- 2],1-1-0-1-0-0-0-3-2,12487418243.848507
+1674,033030-1-2,[0- 3- 3- 0- 3- 0- 1- 2],2-0-1-1-0-1-0-1-2,12486998964.624779
+1675,002202-1-3,[0- 0- 2- 2- 0- 2- 1- 3],1-0-0-1-1-0-1-1-3,12486133904.93816
+1676,033030-3-3,[0- 3- 3- 0- 3- 0- 3- 3],2-0-1-1-0-1-0-3-3,12484142893.882853
+1677,001111-3-3,[0- 0- 1- 1- 1- 1- 3- 3],0-0-0-1-1-1-1-3-3,12483305625.907375
+1678,010111-1-3,[0- 1- 0- 1- 1- 1- 1- 3],0-0-1-0-1-1-1-1-3,12482746365.190155
+1679,010111-3-0,[0- 1- 0- 1- 1- 1- 3- 0],0-0-1-0-1-1-1-3-0,12481073292.290155
+1680,101101-3-0,[1- 0- 1- 1- 0- 1- 3- 0],0-1-0-1-1-0-1-3-0,12478580218.04225
+1681,300300-3-3,[3- 0- 0- 3- 0- 0- 3- 3],2-1-0-0-1-0-0-3-3,12477369443.38449
+1682,330030-3-3,[3- 3- 0- 0- 3- 0- 3- 3],2-1-1-0-0-1-0-3-3,12477051142.810297
+1683,200200-1-2,[2- 0- 0- 2- 0- 0- 1- 2],1-1-0-0-1-0-0-1-2,12471949656.147747
+1684,110000-3-2,[1- 1- 0- 0- 0- 0- 3- 2],0-1-1-0-0-0-0-3-2,12471515490.536741
+1685,033303-1-0,[0- 3- 3- 3- 0- 3- 1- 0],2-0-1-1-1-0-1-1-0,12468891230.335167
+1686,000030-3-2,[0- 0- 0- 0- 3- 0- 3- 2],2-0-0-0-0-1-0-3-2,12466242368.370827
+1687,030300-2-3,[0- 3- 0- 3- 0- 0- 2- 3],2-0-1-0-1-0-0-2-3,12466043618.40104
+1688,000020-3-3,[0- 0- 0- 0- 2- 0- 3- 3],1-0-0-0-0-1-0-3-3,12461466008.50405
+1689,020220-1-1,[0- 2- 0- 2- 2- 0- 1- 1],1-0-1-0-1-1-0-1-1,12460521154.83717
+1690,010110-1-3,[0- 1- 0- 1- 1- 0- 1- 3],0-0-1-0-1-1-0-1-3,12457438243.986296
+1691,101011-3-0,[1- 0- 1- 0- 1- 1- 3- 0],0-1-0-1-0-1-1-3-0,12454667491.40582
+1692,020020-3-3,[0- 2- 0- 0- 2- 0- 3- 3],1-0-1-0-0-1-0-3-3,12453948178.369722
+1693,003003-1-2,[0- 0- 3- 0- 0- 3- 1- 2],2-0-0-1-0-0-1-1-2,12450212704.565577
+1694,200220-1-3,[2- 0- 0- 2- 2- 0- 1- 3],1-1-0-0-1-1-0-1-3,12449612088.818829
+1695,000111-3-2,[0- 0- 0- 1- 1- 1- 3- 2],0-0-0-0-1-1-1-3-2,12445537988.355045
+1696,010110-1-1,[0- 1- 0- 1- 1- 0- 1- 1],0-0-1-0-1-1-0-1-1,12442946676.995573
+1697,111110-0-2,[1- 1- 1- 1- 1- 0- 0- 2],0-1-1-1-1-1-0-0-2,12440935283.504953
+1698,220002-1-3,[2- 2- 0- 0- 0- 2- 1- 3],1-1-1-0-0-0-1-1-3,12440888944.789917
+1699,110000-1-1,[1- 1- 0- 0- 0- 0- 1- 1],0-1-1-0-0-0-0-1-1,12439401146.05894
+1700,200220-1-1,[2- 0- 0- 2- 2- 0- 1- 1],1-1-0-0-1-1-0-1-1,12439068736.722713
+1701,001011-3-1,[0- 0- 1- 0- 1- 1- 3- 1],0-0-0-1-0-1-1-3-1,12437781750.997187
+1702,002000-3-2,[0- 0- 2- 0- 0- 0- 3- 2],1-0-0-1-0-0-0-3-2,12437534128.429325
+1703,100011-1-1,[1- 0- 0- 0- 1- 1- 1- 1],0-1-0-0-0-1-1-1-1,12436150689.9739
+1704,011010-3-1,[0- 1- 1- 0- 1- 0- 3- 1],0-0-1-1-0-1-0-3-1,12432081685.451954
+1705,100111-3-0,[1- 0- 0- 1- 1- 1- 3- 0],0-1-0-0-1-1-1-3-0,12429444177.814146
+1706,000220-1-3,[0- 0- 0- 2- 2- 0- 1- 3],1-0-0-0-1-1-0-1-3,12428831463.232334
+1707,011111-0-3,[0- 1- 1- 1- 1- 1- 0- 3],0-0-1-1-1-1-1-0-3,12425519306.774734
+1708,220000-2-3,[2- 2- 0- 0- 0- 0- 2- 3],1-1-1-0-0-0-0-2-3,12424404605.416325
+1709,300300-3-2,[3- 0- 0- 3- 0- 0- 3- 2],2-1-0-0-1-0-0-3-2,12419833314.87299
+1710,222200-3-0,[2- 2- 2- 2- 0- 0- 3- 0],1-1-1-1-1-0-0-3-0,12417358942.737743
+1711,022022-0-3,[0- 2- 2- 0- 2- 2- 0- 3],1-0-1-1-0-1-1-0-3,12416855784.292236
+1712,220200-3-1,[2- 2- 0- 2- 0- 0- 3- 1],1-1-1-0-1-0-0-3-1,12410996994.489708
+1713,200222-1-0,[2- 0- 0- 2- 2- 2- 1- 0],1-1-0-0-1-1-1-1-0,12410486979.291862
+1714,200202-1-3,[2- 0- 0- 2- 0- 2- 1- 3],1-1-0-0-1-0-1-1-3,12408512950.657398
+1715,330000-2-0,[3- 3- 0- 0- 0- 0- 2- 0],2-1-1-0-0-0-0-2-0,12407370636.54443
+1716,333303-0-3,[3- 3- 3- 3- 0- 3- 0- 3],2-1-1-1-1-0-1-0-3,12405010232.796043
+1717,202220-3-0,[2- 0- 2- 2- 2- 0- 3- 0],1-1-0-1-1-1-0-3-0,12404935202.40617
+1718,022220-0-2,[0- 2- 2- 2- 2- 0- 0- 2],1-0-1-1-1-1-0-0-2,12404527597.656595
+1719,030000-2-1,[0- 3- 0- 0- 0- 0- 2- 1],2-0-1-0-0-0-0-2-1,12404006676.068169
+1720,330330-1-1,[3- 3- 0- 3- 3- 0- 1- 1],2-1-1-0-1-1-0-1-1,12402258304.615643
+1721,001010-1-3,[0- 0- 1- 0- 1- 0- 1- 3],0-0-0-1-0-1-0-1-3,12397211028.531578
+1722,033033-1-0,[0- 3- 3- 0- 3- 3- 1- 0],2-0-1-1-0-1-1-1-0,12395309704.227303
+1723,022000-3-3,[0- 2- 2- 0- 0- 0- 3- 3],1-0-1-1-0-0-0-3-3,12393591395.375223
+1724,101100-1-1,[1- 0- 1- 1- 0- 0- 1- 1],0-1-0-1-1-0-0-1-1,12392605609.56263
+1725,022002-1-3,[0- 2- 2- 0- 0- 2- 1- 3],1-0-1-1-0-0-1-1-3,12392145534.579376
+1726,022000-2-3,[0- 2- 2- 0- 0- 0- 2- 3],1-0-1-1-0-0-0-2-3,12389420273.268864
+1727,303033-0-1,[3- 0- 3- 0- 3- 3- 0- 1],2-1-0-1-0-1-1-0-1,12386571014.823967
+1728,001010-1-1,[0- 0- 1- 0- 1- 0- 1- 1],0-0-0-1-0-1-0-1-1,12385143019.003109
+1729,001100-1-1,[0- 0- 1- 1- 0- 0- 1- 1],0-0-0-1-1-0-0-1-1,12384399247.895077
+1730,020220-1-3,[0- 2- 0- 2- 2- 0- 1- 3],1-0-1-0-1-1-0-1-3,12382504368.678513
+1731,300030-1-2,[3- 0- 0- 0- 3- 0- 1- 2],2-1-0-0-0-1-0-1-2,12382234174.876932
+1732,002200-3-1,[0- 0- 2- 2- 0- 0- 3- 1],1-0-0-1-1-0-0-3-1,12380193671.584528
+1733,101010-1-1,[1- 0- 1- 0- 1- 0- 1- 1],0-1-0-1-0-1-0-1-1,12377506715.833382
+1734,100111-1-3,[1- 0- 0- 1- 1- 1- 1- 3],0-1-0-0-1-1-1-1-3,12376841718.09608
+1735,033330-3-0,[0- 3- 3- 3- 3- 0- 3- 0],2-0-1-1-1-1-0-3-0,12374253992.313562
+1736,100101-1-1,[1- 0- 0- 1- 0- 1- 1- 1],0-1-0-0-1-0-1-1-1,12374004658.921867
+1737,111101-0-1,[1- 1- 1- 1- 0- 1- 0- 1],0-1-1-1-1-0-1-0-1,12372793050.584743
+1738,000033-1-3,[0- 0- 0- 0- 3- 3- 1- 3],2-0-0-0-0-1-1-1-3,12371951025.003792
+1739,033033-0-1,[0- 3- 3- 0- 3- 3- 0- 1],2-0-1-1-0-1-1-0-1,12370804481.638685
+1740,010001-3-1,[0- 1- 0- 0- 0- 1- 3- 1],0-0-1-0-0-0-1-3-1,12368609335.85429
+1741,033300-1-1,[0- 3- 3- 3- 0- 0- 1- 1],2-0-1-1-1-0-0-1-1,12365199924.011244
+1742,033330-1-1,[0- 3- 3- 3- 3- 0- 1- 1],2-0-1-1-1-1-0-1-1,12363764961.143185
+1743,110010-3-1,[1- 1- 0- 0- 1- 0- 3- 1],0-1-1-0-0-1-0-3-1,12361913735.979862
+1744,001110-3-1,[0- 0- 1- 1- 1- 0- 3- 1],0-0-0-1-1-1-0-3-1,12361112161.126322
+1745,202000-3-3,[2- 0- 2- 0- 0- 0- 3- 3],1-1-0-1-0-0-0-3-3,12360802030.529343
+1746,330300-2-0,[3- 3- 0- 3- 0- 0- 2- 0],2-1-1-0-1-0-0-2-0,12360191189.721296
+1747,022000-1-1,[0- 2- 2- 0- 0- 0- 1- 1],1-0-1-1-0-0-0-1-1,12359298820.460493
+1748,022020-2-0,[0- 2- 2- 0- 2- 0- 2- 0],1-0-1-1-0-1-0-2-0,12358918768.673183
+1749,011000-1-1,[0- 1- 1- 0- 0- 0- 1- 1],0-0-1-1-0-0-0-1-1,12358490971.383907
+1750,330300-3-1,[3- 3- 0- 3- 0- 0- 3- 1],2-1-1-0-1-0-0-3-1,12356721374.809757
+1751,300333-1-0,[3- 0- 0- 3- 3- 3- 1- 0],2-1-0-0-1-1-1-1-0,12352649834.449863
+1752,333300-0-1,[3- 3- 3- 3- 0- 0- 0- 1],2-1-1-1-1-0-0-0-1,12352629376.167662
+1753,000111-3-3,[0- 0- 0- 1- 1- 1- 3- 3],0-0-0-0-1-1-1-3-3,12352461069.11522
+1754,202000-2-3,[2- 0- 2- 0- 0- 0- 2- 3],1-1-0-1-0-0-0-2-3,12346578186.969559
+1755,020200-3-1,[0- 2- 0- 2- 0- 0- 3- 1],1-0-1-0-1-0-0-3-1,12345661485.443928
+1756,000111-1-3,[0- 0- 0- 1- 1- 1- 1- 3],0-0-0-0-1-1-1-1-3,12343152124.158085
+1757,002000-2-3,[0- 0- 2- 0- 0- 0- 2- 3],1-0-0-1-0-0-0-2-3,12342821099.213911
+1758,003000-2-1,[0- 0- 3- 0- 0- 0- 2- 1],2-0-0-1-0-0-0-2-1,12340290346.93095
+1759,030303-1-3,[0- 3- 0- 3- 0- 3- 1- 3],2-0-1-0-1-0-1-1-3,12339094136.010084
+1760,110011-1-3,[1- 1- 0- 0- 1- 1- 1- 3],0-1-1-0-0-1-1-1-3,12337961998.600716
+1761,011101-1-3,[0- 1- 1- 1- 0- 1- 1- 3],0-0-1-1-1-0-1-1-3,12337933698.191483
+1762,330330-2-0,[3- 3- 0- 3- 3- 0- 2- 0],2-1-1-0-1-1-0-2-0,12334624299.796978
+1763,000202-2-0,[0- 0- 0- 2- 0- 2- 2- 0],1-0-0-0-1-0-1-2-0,12334112895.208687
+1764,200222-0-1,[2- 0- 0- 2- 2- 2- 0- 1],1-1-0-0-1-1-1-0-1,12333185740.219006
+1765,200222-0-3,[2- 0- 0- 2- 2- 2- 0- 3],1-1-0-0-1-1-1-0-3,12331647797.369587
+1766,200022-0-2,[2- 0- 0- 0- 2- 2- 0- 2],1-1-0-0-0-1-1-0-2,12331576656.987835
+1767,000300-2-3,[0- 0- 0- 3- 0- 0- 2- 3],2-0-0-0-1-0-0-2-3,12331264971.736202
+1768,303000-1-2,[3- 0- 3- 0- 0- 0- 1- 2],2-1-0-1-0-0-0-1-2,12329576593.537027
+1769,200000-2-3,[2- 0- 0- 0- 0- 0- 2- 3],1-1-0-0-0-0-0-2-3,12329265996.343748
+1770,100010-1-3,[1- 0- 0- 0- 1- 0- 1- 3],0-1-0-0-0-1-0-1-3,12328739578.453407
+1771,000300-3-3,[0- 0- 0- 3- 0- 0- 3- 3],2-0-0-0-1-0-0-3-3,12328283904.039698
+1772,330003-1-3,[3- 3- 0- 0- 0- 3- 1- 3],2-1-1-0-0-0-1-1-3,12327284605.561811
+1773,001100-3-1,[0- 0- 1- 1- 0- 0- 3- 1],0-0-0-1-1-0-0-3-1,12326850935.257408
+1774,300030-3-1,[3- 0- 0- 0- 3- 0- 3- 1],2-1-0-0-0-1-0-3-1,12324511596.036201
+1775,111011-0-1,[1- 1- 1- 0- 1- 1- 0- 1],0-1-1-1-0-1-1-0-1,12324175509.164745
+1776,300303-1-3,[3- 0- 0- 3- 0- 3- 1- 3],2-1-0-0-1-0-1-1-3,12323147863.572498
+1777,202200-2-0,[2- 0- 2- 2- 0- 0- 2- 0],1-1-0-1-1-0-0-2-0,12322674287.602932
+1778,101000-1-2,[1- 0- 1- 0- 0- 0- 1- 2],0-1-0-1-0-0-0-1-2,12321356532.501245
+1779,002020-3-3,[0- 0- 2- 0- 2- 0- 3- 3],1-0-0-1-0-1-0-3-3,12315643114.615364
+1780,300030-3-3,[3- 0- 0- 0- 3- 0- 3- 3],2-1-0-0-0-1-0-3-3,12303050603.6509
+1781,222200-0-2,[2- 2- 2- 2- 0- 0- 0- 2],1-1-1-1-1-0-0-0-2,12301880846.160791
+1782,200202-0-2,[2- 0- 0- 2- 0- 2- 0- 2],1-1-0-0-1-0-1-0-2,12300392214.209774
+1783,333300-3-0,[3- 3- 3- 3- 0- 0- 3- 0],2-1-1-1-1-0-0-3-0,12300257438.82902
+1784,000220-3-1,[0- 0- 0- 2- 2- 0- 3- 1],1-0-0-0-1-1-0-3-1,12298677569.354792
+1785,111000-3-1,[1- 1- 1- 0- 0- 0- 3- 1],0-1-1-1-0-0-0-3-1,12298497725.817204
+1786,303000-3-3,[3- 0- 3- 0- 0- 0- 3- 3],2-1-0-1-0-0-0-3-3,12298168747.690954
+1787,022000-3-1,[0- 2- 2- 0- 0- 0- 3- 1],1-0-1-1-0-0-0-3-1,12297264280.303913
+1788,010010-1-3,[0- 1- 0- 0- 1- 0- 1- 3],0-0-1-0-0-1-0-1-3,12296421395.80296
+1789,100001-3-1,[1- 0- 0- 0- 0- 1- 3- 1],0-1-0-0-0-0-1-3-1,12294832655.454613
+1790,002002-2-0,[0- 0- 2- 0- 0- 2- 2- 0],1-0-0-1-0-0-1-2-0,12293914905.086662
+1791,220000-3-2,[2- 2- 0- 0- 0- 0- 3- 2],1-1-1-0-0-0-0-3-2,12293210659.149246
+1792,101010-3-1,[1- 0- 1- 0- 1- 0- 3- 1],0-1-0-1-0-1-0-3-1,12292911409.183496
+1793,222020-1-3,[2- 2- 2- 0- 2- 0- 1- 3],1-1-1-1-0-1-0-1-3,12291770398.12247
+1794,000300-3-2,[0- 0- 0- 3- 0- 0- 3- 2],2-0-0-0-1-0-0-3-2,12290992959.678154
+1795,010110-3-1,[0- 1- 0- 1- 1- 0- 3- 1],0-0-1-0-1-1-0-3-1,12288850007.870518
+1796,003300-3-1,[0- 0- 3- 3- 0- 0- 3- 1],2-0-0-1-1-0-0-3-1,12288801666.645271
+1797,333030-1-3,[3- 3- 3- 0- 3- 0- 1- 3],2-1-1-1-0-1-0-1-3,12286075600.473251
+1798,303000-3-1,[3- 0- 3- 0- 0- 0- 3- 1],2-1-0-1-0-0-0-3-1,12285871049.885674
+1799,202022-0-1,[2- 0- 2- 0- 2- 2- 0- 1],1-1-0-1-0-1-1-0-1,12285633558.843838
+1800,222200-0-1,[2- 2- 2- 2- 0- 0- 0- 1],1-1-1-1-1-0-0-0-1,12282735208.150982
+1801,020000-2-3,[0- 2- 0- 0- 0- 0- 2- 3],1-0-1-0-0-0-0-2-3,12280106489.196869
+1802,020000-3-2,[0- 2- 0- 0- 0- 0- 3- 2],1-0-1-0-0-0-0-3-2,12279418748.293669
+1803,003030-3-3,[0- 0- 3- 0- 3- 0- 3- 3],2-0-0-1-0-1-0-3-3,12276796161.913214
+1804,030300-3-1,[0- 3- 0- 3- 0- 0- 3- 1],2-0-1-0-1-0-0-3-1,12276519653.94907
+1805,033330-2-0,[0- 3- 3- 3- 3- 0- 2- 0],2-0-1-1-1-1-0-2-0,12263742170.48463
+1806,110101-3-0,[1- 1- 0- 1- 0- 1- 3- 0],0-1-1-0-1-0-1-3-0,12260385933.117136
+1807,303030-1-1,[3- 0- 3- 0- 3- 0- 1- 1],2-1-0-1-0-1-0-1-1,12255667982.234657
+1808,200020-3-1,[2- 0- 0- 0- 2- 0- 3- 1],1-1-0-0-0-1-0-3-1,12254912704.29487
+1809,003303-1-3,[0- 0- 3- 3- 0- 3- 1- 3],2-0-0-1-1-0-1-1-3,12252985565.636906
+1810,220000-2-0,[2- 2- 0- 0- 0- 0- 2- 0],1-1-1-0-0-0-0-2-0,12251730533.636198
+1811,030330-1-2,[0- 3- 0- 3- 3- 0- 1- 2],2-0-1-0-1-1-0-1-2,12249140835.024757
+1812,303330-3-0,[3- 0- 3- 3- 3- 0- 3- 0],2-1-0-1-1-1-0-3-0,12248155352.297575
+1813,303300-2-0,[3- 0- 3- 3- 0- 0- 2- 0],2-1-0-1-1-0-0-2-0,12245665213.060905
+1814,033000-3-1,[0- 3- 3- 0- 0- 0- 3- 1],2-0-1-1-0-0-0-3-1,12243090062.047886
+1815,220022-0-3,[2- 2- 0- 0- 2- 2- 0- 3],1-1-1-0-0-1-1-0-3,12242312309.706009
+1816,003030-3-1,[0- 0- 3- 0- 3- 0- 3- 1],2-0-0-1-0-1-0-3-1,12240348693.673515
+1817,111011-1-0,[1- 1- 1- 0- 1- 1- 1- 0],0-1-1-1-0-1-1-1-0,12236460416.805904
+1818,000011-1-3,[0- 0- 0- 0- 1- 1- 1- 3],0-0-0-0-0-1-1-1-3,12235374092.24031
+1819,011010-1-3,[0- 1- 1- 0- 1- 0- 1- 3],0-0-1-1-0-1-0-1-3,12233116991.72357
+1820,030333-0-3,[0- 3- 0- 3- 3- 3- 0- 3],2-0-1-0-1-1-1-0-3,12232573187.153242
+1821,020000-1-2,[0- 2- 0- 0- 0- 0- 1- 2],1-0-1-0-0-0-0-1-2,12229959170.065022
+1822,022002-0-1,[0- 2- 2- 0- 0- 2- 0- 1],1-0-1-1-0-0-1-0-1,12228425536.2189
+1823,110010-1-3,[1- 1- 0- 0- 1- 0- 1- 3],0-1-1-0-0-1-0-1-3,12225086841.064695
+1824,330330-1-3,[3- 3- 0- 3- 3- 0- 1- 3],2-1-1-0-1-1-0-1-3,12223397210.610512
+1825,000002-1-1,[0- 0- 0- 0- 0- 2- 1- 1],1-0-0-0-0-0-1-1-1,12220673100.13145
+1826,003000-3-2,[0- 0- 3- 0- 0- 0- 3- 2],2-0-0-1-0-0-0-3-2,12219516010.731941
+1827,330000-2-3,[3- 3- 0- 0- 0- 0- 2- 3],2-1-1-0-0-0-0-2-3,12219010104.052414
+1828,000110-1-1,[0- 0- 0- 1- 1- 0- 1- 1],0-0-0-0-1-1-0-1-1,12218947237.372738
+1829,010011-1-3,[0- 1- 0- 0- 1- 1- 1- 3],0-0-1-0-0-1-1-1-3,12217392435.557264
+1830,030030-3-3,[0- 3- 0- 0- 3- 0- 3- 3],2-0-1-0-0-1-0-3-3,12214811030.678766
+1831,100011-2-0,[1- 0- 0- 0- 1- 1- 2- 0],0-1-0-0-0-1-1-2-0,12212304910.332542
+1832,000202-1-3,[0- 0- 0- 2- 0- 2- 1- 3],1-0-0-0-1-0-1-1-3,12211218425.34946
+1833,303003-1-3,[3- 0- 3- 0- 0- 3- 1- 3],2-1-0-1-0-0-1-1-3,12210178783.562443
+1834,111010-1-3,[1- 1- 1- 0- 1- 0- 1- 3],0-1-1-1-0-1-0-1-3,12208064148.721985
+1835,002002-3-0,[0- 0- 2- 0- 0- 2- 3- 0],1-0-0-1-0-0-1-3-0,12207221289.053951
+1836,011111-1-0,[0- 1- 1- 1- 1- 1- 1- 0],0-0-1-1-1-1-1-1-0,12206633403.856152
+1837,101001-1-1,[1- 0- 1- 0- 0- 1- 1- 1],0-1-0-1-0-0-1-1-1,12206375589.078041
+1838,220000-3-3,[2- 2- 0- 0- 0- 0- 3- 3],1-1-1-0-0-0-0-3-3,12206366246.265657
+1839,000200-1-2,[0- 0- 0- 2- 0- 0- 1- 2],1-0-0-0-1-0-0-1-2,12205110054.022593
+1840,200000-1-2,[2- 0- 0- 0- 0- 0- 1- 2],1-1-0-0-0-0-0-1-2,12204080309.306726
+1841,000101-3-1,[0- 0- 0- 1- 0- 1- 3- 1],0-0-0-0-1-0-1-3-1,12204000238.64257
+1842,202000-1-2,[2- 0- 2- 0- 0- 0- 1- 2],1-1-0-1-0-0-0-1-2,12203775361.006756
+1843,000000-1-3,[0- 0- 0- 0- 0- 0- 1- 3],0-0-0-0-0-0-0-1-3,12202682439.831638
+1844,002000-3-3,[0- 0- 2- 0- 0- 0- 3- 3],1-0-0-1-0-0-0-3-3,12201414770.738897
+1845,003333-0-3,[0- 0- 3- 3- 3- 3- 0- 3],2-0-0-1-1-1-1-0-3,12194755453.633793
+1846,000330-3-1,[0- 0- 0- 3- 3- 0- 3- 1],2-0-0-0-1-1-0-3-1,12194715373.494377
+1847,002020-3-1,[0- 0- 2- 0- 2- 0- 3- 1],1-0-0-1-0-1-0-3-1,12194476181.655039
+1848,010011-2-0,[0- 1- 0- 0- 1- 1- 2- 0],0-0-1-0-0-1-1-2-0,12194045041.370298
+1849,003030-1-2,[0- 0- 3- 0- 3- 0- 1- 2],2-0-0-1-0-1-0-1-2,12193996961.57197
+1850,333300-0-2,[3- 3- 3- 3- 0- 0- 0- 2],2-1-1-1-1-0-0-0-2,12193714313.383904
+1851,222202-0-0,[2- 2- 2- 2- 0- 2- 0- 0],1-1-1-1-1-0-1-0-0,12192939501.040722
+1852,202020-2-0,[2- 0- 2- 0- 2- 0- 2- 0],1-1-0-1-0-1-0-2-0,12191644906.416393
+1853,110001-2-0,[1- 1- 0- 0- 0- 1- 2- 0],0-1-1-0-0-0-1-2-0,12190208015.551908
+1854,003003-3-0,[0- 0- 3- 0- 0- 3- 3- 0],2-0-0-1-0-0-1-3-0,12189851841.22114
+1855,303000-1-1,[3- 0- 3- 0- 0- 0- 1- 1],2-1-0-1-0-0-0-1-1,12188107802.413036
+1856,033000-2-3,[0- 3- 3- 0- 0- 0- 2- 3],2-0-1-1-0-0-0-2-3,12185062694.724022
+1857,000111-3-1,[0- 0- 0- 1- 1- 1- 3- 1],0-0-0-0-1-1-1-3-1,12177123414.217768
+1858,330030-3-0,[3- 3- 0- 0- 3- 0- 3- 0],2-1-1-0-0-1-0-3-0,12176776493.810158
+1859,000001-3-1,[0- 0- 0- 0- 0- 1- 3- 1],0-0-0-0-0-0-1-3-1,12173309798.739796
+1860,001011-1-3,[0- 0- 1- 0- 1- 1- 1- 3],0-0-0-1-0-1-1-1-3,12172597264.86913
+1861,222020-0-2,[2- 2- 2- 0- 2- 0- 0- 2],1-1-1-1-0-1-0-0-2,12165015202.922892
+1862,000011-3-1,[0- 0- 0- 0- 1- 1- 3- 1],0-0-0-0-0-1-1-3-1,12163957939.406914
+1863,330330-3-0,[3- 3- 0- 3- 3- 0- 3- 0],2-1-1-0-1-1-0-3-0,12163776621.401117
+1864,300033-0-2,[3- 0- 0- 0- 3- 3- 0- 2],2-1-0-0-0-1-1-0-2,12161650252.863886
+1865,001101-2-0,[0- 0- 1- 1- 0- 1- 2- 0],0-0-0-1-1-0-1-2-0,12161507058.734459
+1866,300333-0-1,[3- 0- 0- 3- 3- 3- 0- 1],2-1-0-0-1-1-1-0-1,12161355359.836342
+1867,333300-1-0,[3- 3- 3- 3- 0- 0- 1- 0],2-1-1-1-1-0-0-1-0,12159865750.881203
+1868,020220-2-0,[0- 2- 0- 2- 2- 0- 2- 0],1-0-1-0-1-1-0-2-0,12157473936.28593
+1869,110010-2-0,[1- 1- 0- 0- 1- 0- 2- 0],0-1-1-0-0-1-0-2-0,12157138322.643568
+1870,222220-0-1,[2- 2- 2- 2- 2- 0- 0- 1],1-1-1-1-1-1-0-0-1,12156590383.959312
+1871,033330-1-3,[0- 3- 3- 3- 3- 0- 1- 3],2-0-1-1-1-1-0-1-3,12156134883.090584
+1872,000030-3-3,[0- 0- 0- 0- 3- 0- 3- 3],2-0-0-0-0-1-0-3-3,12155964521.313898
+1873,330000-3-2,[3- 3- 0- 0- 0- 0- 3- 2],2-1-1-0-0-0-0-3-2,12155379023.24191
+1874,011001-2-0,[0- 1- 1- 0- 0- 1- 2- 0],0-0-1-1-0-0-1-2-0,12154759368.33418
+1875,000202-3-0,[0- 0- 0- 2- 0- 2- 3- 0],1-0-0-0-1-0-1-3-0,12152724768.883266
+1876,011000-3-1,[0- 1- 1- 0- 0- 0- 3- 1],0-0-1-1-0-0-0-3-1,12145156447.902927
+1877,303030-2-0,[3- 0- 3- 0- 3- 0- 2- 0],2-1-0-1-0-1-0-2-0,12143057857.821709
+1878,222200-1-0,[2- 2- 2- 2- 0- 0- 1- 0],1-1-1-1-1-0-0-1-0,12139693898.999722
+1879,010010-1-1,[0- 1- 0- 0- 1- 0- 1- 1],0-0-1-0-0-1-0-1-1,12139191753.301998
+1880,022202-0-3,[0- 2- 2- 2- 0- 2- 0- 3],1-0-1-1-1-0-1-0-3,12138938242.303658
+1881,110101-0-2,[1- 1- 0- 1- 0- 1- 0- 2],0-1-1-0-1-0-1-0-2,12138773184.673897
+1882,001001-1-1,[0- 0- 1- 0- 0- 1- 1- 1],0-0-0-1-0-0-1-1-1,12136595182.193432
+1883,200000-3-2,[2- 0- 0- 0- 0- 0- 3- 2],1-1-0-0-0-0-0-3-2,12134351505.579838
+1884,003333-0-1,[0- 0- 3- 3- 3- 3- 0- 1],2-0-0-1-1-1-1-0-1,12129844786.189919
+1885,001110-0-2,[0- 0- 1- 1- 1- 0- 0- 2],0-0-0-1-1-1-0-0-2,12129055441.381067
+1886,003330-1-3,[0- 0- 3- 3- 3- 0- 1- 3],2-0-0-1-1-1-0-1-3,12128798407.434437
+1887,100010-3-1,[1- 0- 0- 0- 1- 0- 3- 1],0-1-0-0-0-1-0-3-1,12126515775.2443
+1888,100010-1-1,[1- 0- 0- 0- 1- 0- 1- 1],0-1-0-0-0-1-0-1-1,12125682741.606579
+1889,110101-1-3,[1- 1- 0- 1- 0- 1- 1- 3],0-1-1-0-1-0-1-1-3,12124912547.12825
+1890,222220-1-0,[2- 2- 2- 2- 2- 0- 1- 0],1-1-1-1-1-1-0-1-0,12123804008.552631
+1891,220020-1-3,[2- 2- 0- 0- 2- 0- 1- 3],1-1-1-0-0-1-0-1-3,12123463330.91906
+1892,033000-3-3,[0- 3- 3- 0- 0- 0- 3- 3],2-0-1-1-0-0-0-3-3,12123396162.26507
+1893,220020-3-0,[2- 2- 0- 0- 2- 0- 3- 0],1-1-1-0-0-1-0-3-0,12119257081.062113
+1894,003003-1-1,[0- 0- 3- 0- 0- 3- 1- 1],2-0-0-1-0-0-1-1-1,12117339973.202953
+1895,300333-0-3,[3- 0- 0- 3- 3- 3- 0- 3],2-1-0-0-1-1-1-0-3,12115926764.170506
+1896,010001-1-1,[0- 1- 0- 0- 0- 1- 1- 1],0-0-1-0-0-0-1-1-1,12114151505.62933
+1897,000222-0-3,[0- 0- 0- 2- 2- 2- 0- 3],1-0-0-0-1-1-1-0-3,12111273909.64893
+1898,000011-1-1,[0- 0- 0- 0- 1- 1- 1- 1],0-0-0-0-0-1-1-1-1,12106625762.729717
+1899,001111-3-0,[0- 0- 1- 1- 1- 1- 3- 0],0-0-0-1-1-1-1-3-0,12104523656.910658
+1900,020200-1-1,[0- 2- 0- 2- 0- 0- 1- 1],1-0-1-0-1-0-0-1-1,12103999304.876509
+1901,110100-3-1,[1- 1- 0- 1- 0- 0- 3- 1],0-1-1-0-1-0-0-3-1,12102426508.221973
+1902,002220-2-0,[0- 0- 2- 2- 2- 0- 2- 0],1-0-0-1-1-1-0-2-0,12098568464.344006
+1903,330000-3-1,[3- 3- 0- 0- 0- 0- 3- 1],2-1-1-0-0-0-0-3-1,12097361665.233845
+1904,000020-1-3,[0- 0- 0- 0- 2- 0- 1- 3],1-0-0-0-0-1-0-1-3,12096383980.530746
+1905,020002-1-3,[0- 2- 0- 0- 0- 2- 1- 3],1-0-1-0-0-0-1-1-3,12095782698.909895
+1906,330033-0-3,[3- 3- 0- 0- 3- 3- 0- 3],2-1-1-0-0-1-1-0-3,12092136002.239012
+1907,200220-2-0,[2- 0- 0- 2- 2- 0- 2- 0],1-1-0-0-1-1-0-2-0,12091370957.887661
+1908,220202-0-3,[2- 2- 0- 2- 0- 2- 0- 3],1-1-1-0-1-0-1-0-3,12091132023.481224
+1909,110011-0-2,[1- 1- 0- 0- 1- 1- 0- 2],0-1-1-0-0-1-1-0-2,12087393347.906761
+1910,000003-1-2,[0- 0- 0- 0- 0- 3- 1- 2],2-0-0-0-0-0-1-1-2,12086689214.959343
+1911,333330-0-2,[3- 3- 3- 3- 3- 0- 0- 2],2-1-1-1-1-1-0-0-2,12084688290.071741
+1912,000101-1-1,[0- 0- 0- 1- 0- 1- 1- 1],0-0-0-0-1-0-1-1-1,12081538197.768261
+1913,020000-3-3,[0- 2- 0- 0- 0- 0- 3- 3],1-0-1-0-0-0-0-3-3,12077705201.862314
+1914,300330-1-3,[3- 0- 0- 3- 3- 0- 1- 3],2-1-0-0-1-1-0-1-3,12077391703.250614
+1915,003000-2-3,[0- 0- 3- 0- 0- 0- 2- 3],2-0-0-1-0-0-0-2-3,12074754345.662663
+1916,002000-1-2,[0- 0- 2- 0- 0- 0- 1- 2],1-0-0-1-0-0-0-1-2,12073752133.371729
+1917,111001-1-3,[1- 1- 1- 0- 0- 1- 1- 3],0-1-1-1-0-0-1-1-3,12073499253.696144
+1918,011100-2-0,[0- 1- 1- 1- 0- 0- 2- 0],0-0-1-1-1-0-0-2-0,12071168409.086943
+1919,000100-1-3,[0- 0- 0- 1- 0- 0- 1- 3],0-0-0-0-1-0-0-1-3,12071013365.611631
+1920,333000-0-1,[3- 3- 3- 0- 0- 0- 0- 1],2-1-1-1-0-0-0-0-1,12069247774.160717
+1921,000110-3-1,[0- 0- 0- 1- 1- 0- 3- 1],0-0-0-0-1-1-0-3-1,12067097013.717308
+1922,020220-3-0,[0- 2- 0- 2- 2- 0- 3- 0],1-0-1-0-1-1-0-3-0,12063377679.931559
+1923,200000-3-3,[2- 0- 0- 0- 0- 0- 3- 3],1-1-0-0-0-0-0-3-3,12062465007.01087
+1924,020020-1-1,[0- 2- 0- 0- 2- 0- 1- 1],1-0-1-0-0-1-0-1-1,12060886580.874937
+1925,202000-3-1,[2- 0- 2- 0- 0- 0- 3- 1],1-1-0-1-0-0-0-3-1,12059651588.970163
+1926,010010-3-1,[0- 1- 0- 0- 1- 0- 3- 1],0-0-1-0-0-1-0-3-1,12053568531.292347
+1927,010101-2-0,[0- 1- 0- 1- 0- 1- 2- 0],0-0-1-0-1-0-1-2-0,12053424829.047255
+1928,333300-1-3,[3- 3- 3- 3- 0- 0- 1- 3],2-1-1-1-1-0-0-1-3,12053088768.089684
+1929,002200-1-1,[0- 0- 2- 2- 0- 0- 1- 1],1-0-0-1-1-0-0-1-1,12052726718.879906
+1930,200020-1-1,[2- 0- 0- 0- 2- 0- 1- 1],1-1-0-0-0-1-0-1-1,12049336938.541649
+1931,033003-1-3,[0- 3- 3- 0- 0- 3- 1- 3],2-0-1-1-0-0-1-1-3,12047081215.538404
+1932,111000-2-0,[1- 1- 1- 0- 0- 0- 2- 0],0-1-1-1-0-0-0-2-0,12046599352.890455
+1933,030033-0-2,[0- 3- 0- 0- 3- 3- 0- 2],2-0-1-0-0-1-1-0-2,12042634774.08968
+1934,010100-1-1,[0- 1- 0- 1- 0- 0- 1- 1],0-0-1-0-1-0-0-1-1,12041507319.50877
+1935,300000-2-3,[3- 0- 0- 0- 0- 0- 2- 3],2-1-0-0-0-0-0-2-3,12040962014.022678
+1936,300300-1-2,[3- 0- 0- 3- 0- 0- 1- 2],2-1-0-0-1-0-0-1-2,12038261332.400248
+1937,101011-1-3,[1- 0- 1- 0- 1- 1- 1- 3],0-1-0-1-0-1-1-1-3,12036479397.798008
+1938,022020-1-3,[0- 2- 2- 0- 2- 0- 1- 3],1-0-1-1-0-1-0-1-3,12033681957.283379
+1939,000303-3-0,[0- 0- 0- 3- 0- 3- 3- 0],2-0-0-0-1-0-1-3-0,12030363213.751307
+1940,022200-3-0,[0- 2- 2- 2- 0- 0- 3- 0],1-0-1-1-1-0-0-3-0,12028982972.242899
+1941,003003-2-0,[0- 0- 3- 0- 0- 3- 2- 0],2-0-0-1-0-0-1-2-0,12026638627.27679
+1942,111001-0-2,[1- 1- 1- 0- 0- 1- 0- 2],0-1-1-1-0-0-1-0-2,12026497693.217293
+1943,010101-1-3,[0- 1- 0- 1- 0- 1- 1- 3],0-0-1-0-1-0-1-1-3,12024821483.188261
+1944,030030-1-2,[0- 3- 0- 0- 3- 0- 1- 2],2-0-1-0-0-1-0-1-2,12024204383.805119
+1945,033000-1-2,[0- 3- 3- 0- 0- 0- 1- 2],2-0-1-1-0-0-0-1-2,12023412562.32471
+1946,001010-3-1,[0- 0- 1- 0- 1- 0- 3- 1],0-0-0-1-0-1-0-3-1,12021264965.4141
+1947,111010-3-0,[1- 1- 1- 0- 1- 0- 3- 0],0-1-1-1-0-1-0-3-0,12019061342.407633
+1948,003333-1-0,[0- 0- 3- 3- 3- 3- 1- 0],2-0-0-1-1-1-1-1-0,12015457642.104053
+1949,030333-1-0,[0- 3- 0- 3- 3- 3- 1- 0],2-0-1-0-1-1-1-1-0,12015049321.524544
+1950,022020-3-0,[0- 2- 2- 0- 2- 0- 3- 0],1-0-1-1-0-1-0-3-0,12014065012.938684
+1951,033030-3-0,[0- 3- 3- 0- 3- 0- 3- 0],2-0-1-1-0-1-0-3-0,12012848390.722511
+1952,333000-3-0,[3- 3- 3- 0- 0- 0- 3- 0],2-1-1-1-0-0-0-3-0,12011993964.226631
+1953,020202-0-1,[0- 2- 0- 2- 0- 2- 0- 1],1-0-1-0-1-0-1-0-1,12011164375.656584
+1954,100100-3-1,[1- 0- 0- 1- 0- 0- 3- 1],0-1-0-0-1-0-0-3-1,12010100329.833015
+1955,300303-0-2,[3- 0- 0- 3- 0- 3- 0- 2],2-1-0-0-1-0-1-0-2,12009156208.979929
+1956,111101-1-0,[1- 1- 1- 1- 0- 1- 1- 0],0-1-1-1-1-0-1-1-0,12007892387.588146
+1957,010100-3-1,[0- 1- 0- 1- 0- 0- 3- 1],0-0-1-0-1-0-0-3-1,12006823615.550259
+1958,110110-3-0,[1- 1- 0- 1- 1- 0- 3- 0],0-1-1-0-1-1-0-3-0,12004112489.129007
+1959,100111-0-2,[1- 0- 0- 1- 1- 1- 0- 2],0-1-0-0-1-1-1-0-2,12003989780.470913
+1960,033300-2-0,[0- 3- 3- 3- 0- 0- 2- 0],2-0-1-1-1-0-0-2-0,12002090158.597242
+1961,010011-3-0,[0- 1- 0- 0- 1- 1- 3- 0],0-0-1-0-0-1-1-3-0,11998621941.19416
+1962,001101-1-3,[0- 0- 1- 1- 0- 1- 1- 3],0-0-0-1-1-0-1-1-3,11996460858.866642
+1963,300033-1-0,[3- 0- 0- 0- 3- 3- 1- 0],2-1-0-0-0-1-1-1-0,11996256538.19003
+1964,101110-3-0,[1- 0- 1- 1- 1- 0- 3- 0],0-1-0-1-1-1-0-3-0,11996157780.86247
+1965,000300-2-1,[0- 0- 0- 3- 0- 0- 2- 1],2-0-0-0-1-0-0-2-1,11996057411.154842
+1966,000020-3-1,[0- 0- 0- 0- 2- 0- 3- 1],1-0-0-0-0-1-0-3-1,11994826505.996513
+1967,100101-2-0,[1- 0- 0- 1- 0- 1- 2- 0],0-1-0-0-1-0-1-2-0,11992681531.263374
+1968,011001-1-3,[0- 1- 1- 0- 0- 1- 1- 3],0-0-1-1-0-0-1-1-3,11992594333.123304
+1969,303003-1-0,[3- 0- 3- 0- 0- 3- 1- 0],2-1-0-1-0-0-1-1-0,11991393925.44746
+1970,000303-1-1,[0- 0- 0- 3- 0- 3- 1- 1],2-0-0-0-1-0-1-1-1,11990466883.116238
+1971,030000-3-2,[0- 3- 0- 0- 0- 0- 3- 2],2-0-1-0-0-0-0-3-2,11990328228.968082
+1972,202002-1-3,[2- 0- 2- 0- 0- 2- 1- 3],1-1-0-1-0-0-1-1-3,11989578315.99606
+1973,101000-3-1,[1- 0- 1- 0- 0- 0- 3- 1],0-1-0-1-0-0-0-3-1,11985298556.466164
+1974,220220-0-2,[2- 2- 0- 2- 2- 0- 0- 2],1-1-1-0-1-1-0-0-2,11984546561.223276
+1975,000030-3-1,[0- 0- 0- 0- 3- 0- 3- 1],2-0-0-0-0-1-0-3-1,11984405222.55521
+1976,220000-3-1,[2- 2- 0- 0- 0- 0- 3- 1],1-1-1-0-0-0-0-3-1,11979410102.016422
+1977,333033-0-0,[3- 3- 3- 0- 3- 3- 0- 0],2-1-1-1-0-1-1-0-0,11978371408.80288
+1978,200200-3-1,[2- 0- 0- 2- 0- 0- 3- 1],1-1-0-0-1-0-0-3-1,11977244980.936502
+1979,002020-1-1,[0- 0- 2- 0- 2- 0- 1- 1],1-0-0-1-0-1-0-1-1,11977140637.915169
+1980,202000-1-1,[2- 0- 2- 0- 0- 0- 1- 1],1-1-0-1-0-0-0-1-1,11977051999.453468
+1981,100011-1-3,[1- 0- 0- 0- 1- 1- 1- 3],0-1-0-0-0-1-1-1-3,11973676296.074757
+1982,003300-1-2,[0- 0- 3- 3- 0- 0- 1- 2],2-0-0-1-1-0-0-1-2,11971600793.622995
+1983,011001-3-0,[0- 1- 1- 0- 0- 1- 3- 0],0-0-1-1-0-0-1-3-0,11971254531.091545
+1984,000001-1-3,[0- 0- 0- 0- 0- 1- 1- 3],0-0-0-0-0-0-1-1-3,11971053958.91879
+1985,033033-0-3,[0- 3- 3- 0- 3- 3- 0- 3],2-0-1-1-0-1-1-0-3,11967313493.214949
+1986,000330-1-2,[0- 0- 0- 3- 3- 0- 1- 2],2-0-0-0-1-1-0-1-2,11964632625.383402
+1987,100001-1-1,[1- 0- 0- 0- 0- 1- 1- 1],0-1-0-0-0-0-1-1-1,11964431309.326077
+1988,001000-3-1,[0- 0- 1- 0- 0- 0- 3- 1],0-0-0-1-0-0-0-3-1,11961795562.961964
+1989,000111-0-2,[0- 0- 0- 1- 1- 1- 0- 2],0-0-0-0-1-1-1-0-2,11956558353.889414
+1990,200200-1-1,[2- 0- 0- 2- 0- 0- 1- 1],1-1-0-0-1-0-0-1-1,11951799807.500328
+1991,020020-1-3,[0- 2- 0- 0- 2- 0- 1- 3],1-0-1-0-0-1-0-1-3,11951280813.653181
+1992,100011-3-0,[1- 0- 0- 0- 1- 1- 3- 0],0-1-0-0-0-1-1-3-0,11948951789.002346
+1993,110100-2-0,[1- 1- 0- 1- 0- 0- 2- 0],0-1-1-0-1-0-0-2-0,11948412409.412428
+1994,033030-1-1,[0- 3- 3- 0- 3- 0- 1- 1],2-0-1-1-0-1-0-1-1,11945962024.526121
+1995,011010-2-0,[0- 1- 1- 0- 1- 0- 2- 0],0-0-1-1-0-1-0-2-0,11943763437.785841
+1996,333000-1-0,[3- 3- 3- 0- 0- 0- 1- 0],2-1-1-1-0-0-0-1-0,11942280790.2496
+1997,000101-1-3,[0- 0- 0- 1- 0- 1- 1- 3],0-0-0-0-1-0-1-1-3,11942145165.553017
+1998,303030-1-3,[3- 0- 3- 0- 3- 0- 1- 3],2-1-0-1-0-1-0-1-3,11940287601.839039
+1999,001011-2-0,[0- 0- 1- 0- 1- 1- 2- 0],0-0-0-1-0-1-1-2-0,11939217962.841316
+2000,011101-0-1,[0- 1- 1- 1- 0- 1- 0- 1],0-0-1-1-1-0-1-0-1,11936872864.515928
+2001,300000-1-2,[3- 0- 0- 0- 0- 0- 1- 2],2-1-0-0-0-0-0-1-2,11936416815.29493
+2002,300000-3-2,[3- 0- 0- 0- 0- 0- 3- 2],2-1-0-0-0-0-0-3-2,11935986471.876625
+2003,101010-1-3,[1- 0- 1- 0- 1- 0- 1- 3],0-1-0-1-0-1-0-1-3,11934413914.268726
+2004,030330-3-0,[0- 3- 0- 3- 3- 0- 3- 0],2-0-1-0-1-1-0-3-0,11933265634.25216
+2005,100100-1-1,[1- 0- 0- 1- 0- 0- 1- 1],0-1-0-0-1-0-0-1-1,11931586439.95065
+2006,011110-3-0,[0- 1- 1- 1- 1- 0- 3- 0],0-0-1-1-1-1-0-3-0,11930441842.048105
+2007,110111-0-3,[1- 1- 0- 1- 1- 1- 0- 3],0-1-1-0-1-1-1-0-3,11929688409.41211
+2008,303030-3-0,[3- 0- 3- 0- 3- 0- 3- 0],2-1-0-1-0-1-0-3-0,11929564575.965496
+2009,030303-0-2,[0- 3- 0- 3- 0- 3- 0- 2],2-0-1-0-1-0-1-0-2,11926690470.278767
+2010,001110-2-0,[0- 0- 1- 1- 1- 0- 2- 0],0-0-0-1-1-1-0-2-0,11922049568.699883
+2011,000010-1-1,[0- 0- 0- 0- 1- 0- 1- 1],0-0-0-0-0-1-0-1-1,11921679167.802366
+2012,101101-1-3,[1- 0- 1- 1- 0- 1- 1- 3],0-1-0-1-1-0-1-1-3,11921659090.497631
+2013,020022-0-3,[0- 2- 0- 0- 2- 2- 0- 3],1-0-1-0-0-1-1-0-3,11913535243.803923
+2014,002020-1-3,[0- 0- 2- 0- 2- 0- 1- 3],1-0-0-1-0-1-0-1-3,11913258865.284702
+2015,003000-3-3,[0- 0- 3- 0- 0- 0- 3- 3],2-0-0-1-0-0-0-3-3,11913080765.650324
+2016,111100-3-0,[1- 1- 1- 1- 0- 0- 3- 0],0-1-1-1-1-0-0-3-0,11912269817.990793
+2017,200020-1-3,[2- 0- 0- 0- 2- 0- 1- 3],1-1-0-0-0-1-0-1-3,11912069834.963718
+2018,000022-0-2,[0- 0- 0- 0- 2- 2- 0- 2],1-0-0-0-0-1-1-0-2,11909252704.44938
+2019,101001-2-0,[1- 0- 1- 0- 0- 1- 2- 0],0-1-0-1-0-0-1-2-0,11908303749.687935
+2020,000100-3-1,[0- 0- 0- 1- 0- 0- 3- 1],0-0-0-0-1-0-0-3-1,11907024058.826725
+2021,100110-2-0,[1- 0- 0- 1- 1- 0- 2- 0],0-1-0-0-1-1-0-2-0,11905599805.101967
+2022,001101-0-2,[0- 0- 1- 1- 0- 1- 0- 2],0-0-0-1-1-0-1-0-2,11905278486.385508
+2023,000010-3-1,[0- 0- 0- 0- 1- 0- 3- 1],0-0-0-0-0-1-0-3-1,11904457277.595753
+2024,333003-0-0,[3- 3- 3- 0- 0- 3- 0- 0],2-1-1-1-0-0-1-0-0,11904117055.71165
+2025,020002-0-2,[0- 2- 0- 0- 0- 2- 0- 2],1-0-1-0-0-0-1-0-2,11903670501.935429
+2026,003033-0-2,[0- 0- 3- 0- 3- 3- 0- 2],2-0-0-1-0-1-1-0-2,11902721322.785059
+2027,030333-0-1,[0- 3- 0- 3- 3- 3- 0- 1],2-0-1-0-1-1-1-0-1,11901944234.974379
+2028,033300-3-0,[0- 3- 3- 3- 0- 0- 3- 0],2-0-1-1-1-0-0-3-0,11893795491.985191
+2029,101100-2-0,[1- 0- 1- 1- 0- 0- 2- 0],0-1-0-1-1-0-0-2-0,11893672355.54821
+2030,000303-2-0,[0- 0- 0- 3- 0- 3- 2- 0],2-0-0-0-1-0-1-2-0,11893554402.787945
+2031,330030-1-3,[3- 3- 0- 0- 3- 0- 1- 3],2-1-1-0-0-1-0-1-3,11892801270.410673
+2032,303003-0-2,[3- 0- 3- 0- 0- 3- 0- 2],2-1-0-1-0-0-1-0-2,11892455071.41659
+2033,011010-0-2,[0- 1- 1- 0- 1- 0- 0- 2],0-0-1-1-0-1-0-0-2,11890699884.626865
+2034,300300-3-1,[3- 0- 0- 3- 0- 0- 3- 1],2-1-0-0-1-0-0-3-1,11889153140.547386
+2035,001011-0-2,[0- 0- 1- 0- 1- 1- 0- 2],0-0-0-1-0-1-1-0-2,11888061226.704264
+2036,111010-0-2,[1- 1- 1- 0- 1- 0- 0- 2],0-1-1-1-0-1-0-0-2,11880654752.043419
+2037,011001-0-2,[0- 1- 1- 0- 0- 1- 0- 2],0-0-1-1-0-0-1-0-2,11878829049.006779
+2038,000333-0-2,[0- 0- 0- 3- 3- 3- 0- 2],2-0-0-0-1-1-1-0-2,11878687683.897943
+2039,222200-1-3,[2- 2- 2- 2- 0- 0- 1- 3],1-1-1-1-1-0-0-1-3,11874278373.691364
+2040,333000-0-2,[3- 3- 3- 0- 0- 0- 0- 2],2-1-1-1-0-0-0-0-2,11870611451.97498
+2041,202220-0-2,[2- 0- 2- 2- 2- 0- 0- 2],1-1-0-1-1-1-0-0-2,11869896682.15367
+2042,303000-2-0,[3- 0- 3- 0- 0- 0- 2- 0],2-1-0-1-0-0-0-2-0,11869887203.58044
+2043,033003-0-2,[0- 3- 3- 0- 0- 3- 0- 2],2-0-1-1-0-0-1-0-2,11865655399.935337
+2044,010101-3-0,[0- 1- 0- 1- 0- 1- 3- 0],0-0-1-0-1-0-1-3-0,11862067462.68731
+2045,200002-1-3,[2- 0- 0- 0- 0- 2- 1- 3],1-1-0-0-0-0-1-1-3,11859423727.350819
+2046,030300-1-2,[0- 3- 0- 3- 0- 0- 1- 2],2-0-1-0-1-0-0-1-2,11849653010.523533
+2047,010101-0-2,[0- 1- 0- 1- 0- 1- 0- 2],0-0-1-0-1-0-1-0-2,11845248981.593723
+2048,030330-1-3,[0- 3- 0- 3- 3- 0- 1- 3],2-0-1-0-1-1-0-1-3,11844991820.433943
+2049,001111-0-3,[0- 0- 1- 1- 1- 1- 0- 3],0-0-0-1-1-1-1-0-3,11844757867.721485
+2050,033030-2-0,[0- 3- 3- 0- 3- 0- 2- 0],2-0-1-1-0-1-0-2-0,11839751352.829908
+2051,000002-1-3,[0- 0- 0- 0- 0- 2- 1- 3],1-0-0-0-0-0-1-1-3,11835339768.555687
+2052,202020-1-3,[2- 0- 2- 0- 2- 0- 1- 3],1-1-0-1-0-1-0-1-3,11828359641.62917
+2053,222000-3-0,[2- 2- 2- 0- 0- 0- 3- 0],1-1-1-1-0-0-0-3-0,11821998118.33755
+2054,022002-1-0,[0- 2- 2- 0- 0- 2- 1- 0],1-0-1-1-0-0-1-1-0,11821230717.863243
+2055,330303-0-3,[3- 3- 0- 3- 0- 3- 0- 3],2-1-1-0-1-0-1-0-3,11820349666.93257
+2056,002002-1-3,[0- 0- 2- 0- 0- 2- 1- 3],1-0-0-1-0-0-1-1-3,11820046526.89626
+2057,000111-2-0,[0- 0- 0- 1- 1- 1- 2- 0],0-0-0-0-1-1-1-2-0,11818533812.065163
+2058,303033-0-3,[3- 0- 3- 0- 3- 3- 0- 3],2-1-0-1-0-1-1-0-3,11818078133.361088
+2059,001101-3-0,[0- 0- 1- 1- 0- 1- 3- 0],0-0-0-1-1-0-1-3-0,11816537431.508144
+2060,101001-3-0,[1- 0- 1- 0- 0- 1- 3- 0],0-1-0-1-0-0-1-3-0,11814404627.994183
+2061,010011-0-2,[0- 1- 0- 0- 1- 1- 0- 2],0-0-1-0-0-1-1-0-2,11814239872.566334
+2062,010111-0-3,[0- 1- 0- 1- 1- 1- 0- 3],0-0-1-0-1-1-1-0-3,11812092880.51814
+2063,030000-2-3,[0- 3- 0- 0- 0- 0- 2- 3],2-0-1-0-0-0-0-2-3,11810588127.557486
+2064,330000-3-3,[3- 3- 0- 0- 0- 0- 3- 3],2-1-1-0-0-0-0-3-3,11809390402.988146
+2065,010001-1-3,[0- 1- 0- 0- 0- 1- 1- 3],0-0-1-0-0-0-1-1-3,11806851027.335636
+2066,020022-0-1,[0- 2- 0- 0- 2- 2- 0- 1],1-0-1-0-0-1-1-0-1,11799514627.620405
+2067,000030-1-2,[0- 0- 0- 0- 3- 0- 1- 2],2-0-0-0-0-1-0-1-2,11799422994.810112
+2068,110001-1-3,[1- 1- 0- 0- 0- 1- 1- 3],0-1-1-0-0-0-1-1-3,11799268398.947828
+2069,002000-3-1,[0- 0- 2- 0- 0- 0- 3- 1],1-0-0-1-0-0-0-3-1,11794063974.768486
+2070,020022-1-0,[0- 2- 0- 0- 2- 2- 1- 0],1-0-1-0-0-1-1-1-0,11792470138.976753
+2071,222022-0-0,[2- 2- 2- 0- 2- 2- 0- 0],1-1-1-1-0-1-1-0-0,11791122927.725918
+2072,110110-0-2,[1- 1- 0- 1- 1- 0- 0- 2],0-1-1-0-1-1-0-0-2,11790285104.882256
+2073,101110-0-2,[1- 0- 1- 1- 1- 0- 0- 2],0-1-0-1-1-1-0-0-2,11782598883.656658
+2074,300003-1-3,[3- 0- 0- 0- 0- 3- 1- 3],2-1-0-0-0-0-1-1-3,11778394524.06681
+2075,020000-3-1,[0- 2- 0- 0- 0- 0- 3- 1],1-0-1-0-0-0-0-3-1,11776591421.3475
+2076,011011-0-1,[0- 1- 1- 0- 1- 1- 0- 1],0-0-1-1-0-1-1-0-1,11775692798.285292
+2077,033000-1-1,[0- 3- 3- 0- 0- 0- 1- 1],2-0-1-1-0-0-0-1-1,11773050211.94984
+2078,202002-0-2,[2- 0- 2- 0- 0- 2- 0- 2],1-1-0-1-0-0-1-0-2,11771517574.80302
+2079,000003-3-0,[0- 0- 0- 0- 0- 3- 3- 0],2-0-0-0-0-0-1-3-0,11771308523.087685
+2080,100101-1-3,[1- 0- 0- 1- 0- 1- 1- 3],0-1-0-0-1-0-1-1-3,11767219252.490528
+2081,101010-2-0,[1- 0- 1- 0- 1- 0- 2- 0],0-1-0-1-0-1-0-2-0,11765809993.445381
+2082,333030-0-2,[3- 3- 3- 0- 3- 0- 0- 2],2-1-1-1-0-1-0-0-2,11765008440.582054
+2083,000303-1-3,[0- 0- 0- 3- 0- 3- 1- 3],2-0-0-0-1-0-1-1-3,11762832081.882332
+2084,000200-3-1,[0- 0- 0- 2- 0- 0- 3- 1],1-0-0-0-1-0-0-3-1,11762499085.633263
+2085,303300-3-0,[3- 0- 3- 3- 0- 0- 3- 0],2-1-0-1-1-0-0-3-0,11761226447.68835
+2086,000330-1-3,[0- 0- 0- 3- 3- 0- 1- 3],2-0-0-0-1-1-0-1-3,11759176123.708412
+2087,000000-3-1,[0- 0- 0- 0- 0- 0- 3- 1],0-0-0-0-0-0-0-3-1,11757886103.80206
+2088,222000-0-1,[2- 2- 2- 0- 0- 0- 0- 1],1-1-1-1-0-0-0-0-1,11752118171.644148
+2089,030000-3-1,[0- 3- 0- 0- 0- 0- 3- 1],2-0-1-0-0-0-0-3-1,11749998430.123035
+2090,100000-1-1,[1- 0- 0- 0- 0- 0- 1- 1],0-1-0-0-0-0-0-1-1,11746413479.928373
+2091,101111-0-1,[1- 0- 1- 1- 1- 1- 0- 1],0-1-0-1-1-1-1-0-1,11744797456.083355
+2092,000002-2-0,[0- 0- 0- 0- 0- 2- 2- 0],1-0-0-0-0-0-1-2-0,11742761069.35136
+2093,110000-3-1,[1- 1- 0- 0- 0- 0- 3- 1],0-1-1-0-0-0-0-3-1,11741862299.060932
+2094,202200-3-0,[2- 0- 2- 2- 0- 0- 3- 0],1-1-0-1-1-0-0-3-0,11741723742.66789
+2095,202020-3-0,[2- 0- 2- 0- 2- 0- 3- 0],1-1-0-1-0-1-0-3-0,11739470387.357359
+2096,010000-1-1,[0- 1- 0- 0- 0- 0- 1- 1],0-0-1-0-0-0-0-1-1,11739398412.308908
+2097,200220-3-0,[2- 0- 0- 2- 2- 0- 3- 0],1-1-0-0-1-1-0-3-0,11736544357.015684
+2098,001100-1-3,[0- 0- 1- 1- 0- 0- 1- 3],0-0-0-1-1-0-0-1-3,11735942914.049377
+2099,222000-0-2,[2- 2- 2- 0- 0- 0- 0- 2],1-1-1-1-0-0-0-0-2,11735600467.029488
+2100,303003-0-1,[3- 0- 3- 0- 0- 3- 0- 1],2-1-0-1-0-0-1-0-1,11732891834.088009
+2101,003000-3-1,[0- 0- 3- 0- 0- 0- 3- 1],2-0-0-1-0-0-0-3-1,11729910662.223255
+2102,003330-1-1,[0- 0- 3- 3- 3- 0- 1- 1],2-0-0-1-1-1-0-1-1,11727182777.816566
+2103,000001-1-1,[0- 0- 0- 0- 0- 1- 1- 1],0-0-0-0-0-0-1-1-1,11724157116.870512
+2104,003303-0-2,[0- 0- 3- 3- 0- 3- 0- 2],2-0-0-1-1-0-1-0-2,11723409251.827265
+2105,001000-1-1,[0- 0- 1- 0- 0- 0- 1- 1],0-0-0-1-0-0-0-1-1,11722633388.43611
+2106,200020-2-0,[2- 0- 0- 0- 2- 0- 2- 0],1-1-0-0-0-1-0-2-0,11722477426.672554
+2107,110111-0-1,[1- 1- 0- 1- 1- 1- 0- 1],0-1-1-0-1-1-1-0-1,11721716078.214214
+2108,200000-1-1,[2- 0- 0- 0- 0- 0- 1- 1],1-1-0-0-0-0-0-1-1,11721045935.772137
+2109,220200-3-0,[2- 2- 0- 2- 0- 0- 3- 0],1-1-1-0-1-0-0-3-0,11720808568.683222
+2110,001001-1-3,[0- 0- 1- 0- 0- 1- 1- 3],0-0-0-1-0-0-1-1-3,11717490988.791351
+2111,010110-2-0,[0- 1- 0- 1- 1- 0- 2- 0],0-0-1-0-1-1-0-2-0,11717197262.159681
+2112,100101-3-0,[1- 0- 0- 1- 0- 1- 3- 0],0-1-0-0-1-0-1-3-0,11717187279.231976
+2113,300303-1-0,[3- 0- 0- 3- 0- 3- 1- 0],2-1-0-0-1-0-1-1-0,11716113954.01672
+2114,100000-3-1,[1- 0- 0- 0- 0- 0- 3- 1],0-1-0-0-0-0-0-3-1,11716111586.550968
+2115,101000-1-1,[1- 0- 1- 0- 0- 0- 1- 1],0-1-0-1-0-0-0-1-1,11714659235.102566
+2116,110001-3-0,[1- 1- 0- 0- 0- 1- 3- 0],0-1-1-0-0-0-1-3-0,11714417153.35131
+2117,000220-1-1,[0- 0- 0- 2- 2- 0- 1- 1],1-0-0-0-1-1-0-1-1,11707703802.977913
+2118,300000-3-1,[3- 0- 0- 0- 0- 0- 3- 1],2-1-0-0-0-0-0-3-1,11698711321.091312
+2119,010100-1-3,[0- 1- 0- 1- 0- 0- 1- 3],0-0-1-0-1-0-0-1-3,11698691153.277378
+2120,020202-1-0,[0- 2- 0- 2- 0- 2- 1- 0],1-0-1-0-1-0-1-1-0,11698296074.151726
+2121,101101-0-2,[1- 0- 1- 1- 0- 1- 0- 2],0-1-0-1-1-0-1-0-2,11697894315.079632
+2122,033030-1-3,[0- 3- 3- 0- 3- 0- 1- 3],2-0-1-1-0-1-0-1-3,11696872478.018843
+2123,000002-3-0,[0- 0- 0- 0- 0- 2- 3- 0],1-0-0-0-0-0-1-3-0,11692324731.475977
+2124,200022-1-0,[2- 0- 0- 0- 2- 2- 1- 0],1-1-0-0-0-1-1-1-0,11689691570.064823
+2125,101111-0-3,[1- 0- 1- 1- 1- 1- 0- 3],0-1-0-1-1-1-1-0-3,11689627332.020016
+2126,000100-1-1,[0- 0- 0- 1- 0- 0- 1- 1],0-0-0-0-1-0-0-1-1,11685365787.167784
+2127,030030-3-0,[0- 3- 0- 0- 3- 0- 3- 0],2-0-1-0-0-1-0-3-0,11685320044.783695
+2128,002202-0-1,[0- 0- 2- 2- 0- 2- 0- 1],1-0-0-1-1-0-1-0-1,11684988025.557411
+2129,300330-1-1,[3- 0- 0- 3- 3- 0- 1- 1],2-1-0-0-1-1-0-1-1,11684621835.132042
+2130,100100-1-3,[1- 0- 0- 1- 0- 0- 1- 3],0-1-0-0-1-0-0-1-3,11680158971.581863
+2131,220200-1-3,[2- 2- 0- 2- 0- 0- 1- 3],1-1-1-0-1-0-0-1-3,11679729298.100739
+2132,220200-0-2,[2- 2- 0- 2- 0- 0- 0- 2],1-1-1-0-1-0-0-0-2,11677197548.198341
+2133,002220-3-0,[0- 0- 2- 2- 2- 0- 3- 0],1-0-0-1-1-1-0-3-0,11676531222.226805
+2134,022020-0-2,[0- 2- 2- 0- 2- 0- 0- 2],1-0-1-1-0-1-0-0-2,11669436675.365211
+2135,020202-0-3,[0- 2- 0- 2- 0- 2- 0- 3],1-0-1-0-1-0-1-0-3,11662105129.118666
+2136,110100-1-3,[1- 1- 0- 1- 0- 0- 1- 3],0-1-1-0-1-0-0-1-3,11659526441.03932
+2137,300000-1-1,[3- 0- 0- 0- 0- 0- 1- 1],2-1-0-0-0-0-0-1-1,11658863025.135954
+2138,300030-1-3,[3- 0- 0- 0- 3- 0- 1- 3],2-1-0-0-0-1-0-1-3,11658611465.595573
+2139,330300-3-0,[3- 3- 0- 3- 0- 0- 3- 0],2-1-1-0-1-0-0-3-0,11657346614.348747
+2140,202022-0-3,[2- 0- 2- 0- 2- 2- 0- 3],1-1-0-1-0-1-1-0-3,11654374216.58717
+2141,000202-0-2,[0- 0- 0- 2- 0- 2- 0- 2],1-0-0-0-1-0-1-0-2,11651859226.094324
+2142,300030-1-1,[3- 0- 0- 0- 3- 0- 1- 1],2-1-0-0-0-1-0-1-1,11650537160.046352
+2143,002220-0-2,[0- 0- 2- 2- 2- 0- 0- 2],1-0-0-1-1-1-0-0-2,11649709872.899776
+2144,111100-0-2,[1- 1- 1- 1- 0- 0- 0- 2],0-1-1-1-1-0-0-0-2,11649116455.643593
+2145,300030-2-0,[3- 0- 0- 0- 3- 0- 2- 0],2-1-0-0-0-1-0-2-0,11648974932.277721
+2146,333000-1-3,[3- 3- 3- 0- 0- 0- 1- 3],2-1-1-1-0-0-0-1-3,11647667044.919142
+2147,333003-0-3,[3- 3- 3- 0- 0- 3- 0- 3],2-1-1-1-0-0-1-0-3,11646343603.4922
+2148,022200-0-2,[0- 2- 2- 2- 0- 0- 0- 2],1-0-1-1-1-0-0-0-2,11644877286.78704
+2149,303300-1-3,[3- 0- 3- 3- 0- 0- 1- 3],2-1-0-1-1-0-0-1-3,11644853529.912495
+2150,222020-1-0,[2- 2- 2- 0- 2- 0- 1- 0],1-1-1-1-0-1-0-1-0,11644393499.17944
+2151,010000-3-1,[0- 1- 0- 0- 0- 0- 3- 1],0-0-1-0-0-0-0-3-1,11640986311.270985
+2152,030003-1-3,[0- 3- 0- 0- 0- 3- 1- 3],2-0-1-0-0-0-1-1-3,11638852854.03143
+2153,020000-1-1,[0- 2- 0- 0- 0- 0- 1- 1],1-0-1-0-0-0-0-1-1,11638109705.691143
+2154,020020-2-0,[0- 2- 0- 0- 2- 0- 2- 0],1-0-1-0-0-1-0-2-0,11637951131.086805
+2155,110111-1-0,[1- 1- 0- 1- 1- 1- 1- 0],0-1-1-0-1-1-1-1-0,11627928468.984432
+2156,101011-0-2,[1- 0- 1- 0- 1- 1- 0- 2],0-1-0-1-0-1-1-0-2,11621444459.35014
+2157,300000-3-3,[3- 0- 0- 0- 0- 0- 3- 3],2-1-0-0-0-0-0-3-3,11621195565.393213
+2158,200000-3-1,[2- 0- 0- 0- 0- 0- 3- 1],1-1-0-0-0-0-0-3-1,11616954907.181831
+2159,010000-1-3,[0- 1- 0- 0- 0- 0- 1- 3],0-0-1-0-0-0-0-1-3,11616606017.505135
+2160,033303-0-3,[0- 3- 3- 3- 0- 3- 0- 3],2-0-1-1-1-0-1-0-3,11616029589.530088
+2161,101111-1-0,[1- 0- 1- 1- 1- 1- 1- 0],0-1-0-1-1-1-1-1-0,11611372850.462135
+2162,011100-0-2,[0- 1- 1- 1- 0- 0- 0- 2],0-0-1-1-1-0-0-0-2,11609820010.651981
+2163,222000-1-0,[2- 2- 2- 0- 0- 0- 1- 0],1-1-1-1-0-0-0-1-0,11609487607.056328
+2164,300303-0-1,[3- 0- 0- 3- 0- 3- 0- 1],2-1-0-0-1-0-1-0-1,11608192302.97485
+2165,010110-0-2,[0- 1- 0- 1- 1- 0- 0- 2],0-0-1-0-1-1-0-0-2,11606701430.714787
+2166,033003-0-1,[0- 3- 3- 0- 0- 3- 0- 1],2-0-1-1-0-0-1-0-1,11605563471.103024
+2167,011100-1-3,[0- 1- 1- 1- 0- 0- 1- 3],0-0-1-1-1-0-0-1-3,11604697818.548674
+2168,300300-1-1,[3- 0- 0- 3- 0- 0- 1- 1],2-1-0-0-1-0-0-1-1,11603442896.83485
+2169,111011-0-3,[1- 1- 1- 0- 1- 1- 0- 3],0-1-1-1-0-1-1-0-3,11597316207.306526
+2170,222020-0-1,[2- 2- 2- 0- 2- 0- 0- 1],1-1-1-1-0-1-0-0-1,11595164646.982464
+2171,011011-0-3,[0- 1- 1- 0- 1- 1- 0- 3],0-0-1-1-0-1-1-0-3,11594581942.848997
+2172,222220-0-3,[2- 2- 2- 2- 2- 0- 0- 3],1-1-1-1-1-1-0-0-3,11591681999.363514
+2173,111100-1-3,[1- 1- 1- 1- 0- 0- 1- 3],0-1-1-1-1-0-0-1-3,11589999558.295357
+2174,222002-0-3,[2- 2- 2- 0- 0- 2- 0- 3],1-1-1-1-0-0-1-0-3,11583221732.15831
+2175,022000-2-0,[0- 2- 2- 0- 0- 0- 2- 0],1-0-1-1-0-0-0-2-0,11581941359.556562
+2176,002022-0-3,[0- 0- 2- 0- 2- 2- 0- 3],1-0-0-1-0-1-1-0-3,11581334704.38242
+2177,003330-3-0,[0- 0- 3- 3- 3- 0- 3- 0],2-0-0-1-1-1-0-3-0,11580830628.86607
+2178,030000-3-3,[0- 3- 0- 0- 0- 0- 3- 3],2-0-1-0-0-0-0-3-3,11577472035.277029
+2179,020200-2-0,[0- 2- 0- 2- 0- 0- 2- 0],1-0-1-0-1-0-0-2-0,11575695072.502256
+2180,300330-2-0,[3- 0- 0- 3- 3- 0- 2- 0],2-1-0-0-1-1-0-2-0,11574331663.297737
+2181,111001-0-1,[1- 1- 1- 0- 0- 1- 0- 1],0-1-1-1-0-0-1-0-1,11574077058.578245
+2182,202000-2-0,[2- 0- 2- 0- 0- 0- 2- 0],1-1-0-1-0-0-0-2-0,11569990719.083382
+2183,003030-1-3,[0- 0- 3- 0- 3- 0- 1- 3],2-0-0-1-0-1-0-1-3,11569861986.35514
+2184,022200-1-3,[0- 2- 2- 2- 0- 0- 1- 3],1-0-1-1-1-0-0-1-3,11566961787.84021
+2185,001000-1-3,[0- 0- 1- 0- 0- 0- 1- 3],0-0-0-1-0-0-0-1-3,11561125048.400145
+2186,220020-0-2,[2- 2- 0- 0- 2- 0- 0- 2],1-1-1-0-0-1-0-0-2,11557088596.6717
+2187,001011-3-0,[0- 0- 1- 0- 1- 1- 3- 0],0-0-0-1-0-1-1-3-0,11553789290.858685
+2188,110001-0-2,[1- 1- 0- 0- 0- 1- 0- 2],0-1-1-0-0-0-1-0-2,11552972052.855106
+2189,000003-2-0,[0- 0- 0- 0- 0- 3- 2- 0],2-0-0-0-0-0-1-2-0,11550613305.612623
+2190,100000-1-3,[1- 0- 0- 0- 0- 0- 1- 3],0-1-0-0-0-0-0-1-3,11547801591.703611
+2191,330300-1-3,[3- 3- 0- 3- 0- 0- 1- 3],2-1-1-0-1-0-0-1-3,11546816840.045729
+2192,000333-0-3,[0- 0- 0- 3- 3- 3- 0- 3],2-0-0-0-1-1-1-0-3,11546224420.639046
+2193,000003-1-1,[0- 0- 0- 0- 0- 3- 1- 1],2-0-0-0-0-0-1-1-1,11545940297.578474
+2194,300330-3-0,[3- 0- 0- 3- 3- 0- 3- 0],2-1-0-0-1-1-0-3-0,11545478057.564754
+2195,200202-0-1,[2- 0- 0- 2- 0- 2- 0- 1],1-1-0-0-1-0-1-0-1,11545361302.951454
+2196,000300-3-1,[0- 0- 0- 3- 0- 0- 3- 1],2-0-0-0-1-0-0-3-1,11538351018.085453
+2197,200202-1-0,[2- 0- 0- 2- 0- 2- 1- 0],1-1-0-0-1-0-1-1-0,11536040528.294209
+2198,100001-1-3,[1- 0- 0- 0- 0- 1- 1- 3],0-1-0-0-0-0-1-1-3,11533031512.546432
+2199,300030-3-0,[3- 0- 0- 0- 3- 0- 3- 0],2-1-0-0-0-1-0-3-0,11528606191.889933
+2200,020020-3-0,[0- 2- 0- 0- 2- 0- 3- 0],1-0-1-0-0-1-0-3-0,11527850920.886635
+2201,000000-1-1,[0- 0- 0- 0- 0- 0- 1- 1],0-0-0-0-0-0-0-1-1,11526078424.194775
+2202,001111-0-1,[0- 0- 1- 1- 1- 1- 0- 1],0-0-0-1-1-1-1-0-1,11524018239.000664
+2203,110000-2-0,[1- 1- 0- 0- 0- 0- 2- 0],0-1-1-0-0-0-0-2-0,11521871761.582272
+2204,003003-1-3,[0- 0- 3- 0- 0- 3- 1- 3],2-0-0-1-0-0-1-1-3,11518869197.896812
+2205,330000-3-0,[3- 3- 0- 0- 0- 0- 3- 0],2-1-1-0-0-0-0-3-0,11518245305.103275
+2206,030000-1-2,[0- 3- 0- 0- 0- 0- 1- 2],2-0-1-0-0-0-0-1-2,11517992791.354214
+2207,303303-0-3,[3- 0- 3- 3- 0- 3- 0- 3],2-1-0-1-1-0-1-0-3,11513550426.8353
+2208,333330-0-1,[3- 3- 3- 3- 3- 0- 0- 1],2-1-1-1-1-1-0-0-1,11511700503.67558
+2209,100001-2-0,[1- 0- 0- 0- 0- 1- 2- 0],0-1-0-0-0-0-1-2-0,11507958079.738491
+2210,011100-3-0,[0- 1- 1- 1- 0- 0- 3- 0],0-0-1-1-1-0-0-3-0,11495243668.99453
+2211,030033-1-0,[0- 3- 0- 0- 3- 3- 1- 0],2-0-1-0-0-1-1-1-0,11492364103.07832
+2212,202002-1-0,[2- 0- 2- 0- 0- 2- 1- 0],1-1-0-1-0-0-1-1-0,11491278004.88068
+2213,110010-3-0,[1- 1- 0- 0- 1- 0- 3- 0],0-1-1-0-0-1-0-3-0,11485628631.696815
+2214,200002-0-2,[2- 0- 0- 0- 0- 2- 0- 2],1-1-0-0-0-0-1-0-2,11483542097.851542
+2215,110000-1-3,[1- 1- 0- 0- 0- 0- 1- 3],0-1-1-0-0-0-0-1-3,11475680436.330639
+2216,200200-2-0,[2- 0- 0- 2- 0- 0- 2- 0],1-1-0-0-1-0-0-2-0,11467845484.290459
+2217,333330-1-0,[3- 3- 3- 3- 3- 0- 1- 0],2-1-1-1-1-1-0-1-0,11466943878.75459
+2218,030330-2-0,[0- 3- 0- 3- 3- 0- 2- 0],2-0-1-0-1-1-0-2-0,11462773993.302198
+2219,030033-0-3,[0- 3- 0- 0- 3- 3- 0- 3],2-0-1-0-0-1-1-0-3,11459865558.769382
+2220,000111-3-0,[0- 0- 0- 1- 1- 1- 3- 0],0-0-0-0-1-1-1-3-0,11458513869.42387
+2221,300033-0-1,[3- 0- 0- 0- 3- 3- 0- 1],2-1-0-0-0-1-1-0-1,11455795930.08279
+2222,003000-1-2,[0- 0- 3- 0- 0- 0- 1- 2],2-0-0-1-0-0-0-1-2,11452001692.438286
+2223,300003-1-0,[3- 0- 0- 0- 0- 3- 1- 0],2-1-0-0-0-0-1-1-0,11446757375.337868
+2224,000110-0-2,[0- 0- 0- 1- 1- 0- 0- 2],0-0-0-0-1-1-0-0-2,11445137679.632637
+2225,011110-0-3,[0- 1- 1- 1- 1- 0- 0- 3],0-0-1-1-1-1-0-0-3,11444550469.689543
+2226,020200-1-3,[0- 2- 0- 2- 0- 0- 1- 3],1-0-1-0-1-0-0-1-3,11444461725.738188
+2227,100110-3-0,[1- 0- 0- 1- 1- 0- 3- 0],0-1-0-0-1-1-0-3-0,11444348160.973751
+2228,202202-0-3,[2- 0- 2- 2- 0- 2- 0- 3],1-1-0-1-1-0-1-0-3,11444285938.06432
+2229,030030-1-3,[0- 3- 0- 0- 3- 0- 1- 3],2-0-1-0-0-1-0-1-3,11440143485.531261
+2230,003330-2-0,[0- 0- 3- 3- 3- 0- 2- 0],2-0-0-1-1-1-0-2-0,11434200904.312431
+2231,000111-0-3,[0- 0- 0- 1- 1- 1- 0- 3],0-0-0-0-1-1-1-0-3,11434067509.781395
+2232,002022-0-1,[0- 0- 2- 0- 2- 2- 0- 1],1-0-0-1-0-1-1-0-1,11431540457.417747
+2233,000030-1-3,[0- 0- 0- 0- 3- 0- 1- 3],2-0-0-0-0-1-0-1-3,11430905177.35066
+2234,033003-1-0,[0- 3- 3- 0- 0- 3- 1- 0],2-0-1-1-0-0-1-1-0,11424463327.42303
+2235,110010-0-2,[1- 1- 0- 0- 1- 0- 0- 2],0-1-1-0-0-1-0-0-2,11422811713.945438
+2236,101100-3-0,[1- 0- 1- 1- 0- 0- 3- 0],0-1-0-1-1-0-0-3-0,11420062123.22662
+2237,202200-1-3,[2- 0- 2- 2- 0- 0- 1- 3],1-1-0-1-1-0-0-1-3,11414887009.157848
+2238,303000-3-0,[3- 0- 3- 0- 0- 0- 3- 0],2-1-0-1-0-0-0-3-0,11408452380.5675
+2239,011000-1-3,[0- 1- 1- 0- 0- 0- 1- 3],0-0-1-1-0-0-0-1-3,11404344265.481213
+2240,022220-0-3,[0- 2- 2- 2- 2- 0- 0- 3],1-0-1-1-1-1-0-0-3,11402650447.562988
+2241,033300-1-3,[0- 3- 3- 3- 0- 0- 1- 3],2-0-1-1-1-0-0-1-3,11399899286.522215
+2242,111110-0-1,[1- 1- 1- 1- 1- 0- 0- 1],0-1-1-1-1-1-0-0-1,11397551336.977886
+2243,101100-1-3,[1- 0- 1- 1- 0- 0- 1- 3],0-1-0-1-1-0-0-1-3,11396503945.416111
+2244,020220-0-2,[0- 2- 0- 2- 2- 0- 0- 2],1-0-1-0-1-1-0-0-2,11394452914.712044
+2245,022222-0-0,[0- 2- 2- 2- 2- 2- 0- 0],1-0-1-1-1-1-1-0-0,11392934509.092678
+2246,100010-2-0,[1- 0- 0- 0- 1- 0- 2- 0],0-1-0-0-0-1-0-2-0,11392674005.070522
+2247,300003-0-2,[3- 0- 0- 0- 0- 3- 0- 2],2-1-0-0-0-0-1-0-2,11391345797.317665
+2248,101001-1-3,[1- 0- 1- 0- 0- 1- 1- 3],0-1-0-1-0-0-1-1-3,11388275623.614216
+2249,111101-0-3,[1- 1- 1- 1- 0- 1- 0- 3],0-1-1-1-1-0-1-0-3,11382122121.98259
+2250,300000-2-0,[3- 0- 0- 0- 0- 0- 2- 0],2-1-0-0-0-0-0-2-0,11380138417.136473
+2251,011101-0-3,[0- 1- 1- 1- 0- 1- 0- 3],0-0-1-1-1-0-1-0-3,11379722381.44818
+2252,222000-1-3,[2- 2- 2- 0- 0- 0- 1- 3],1-1-1-1-0-0-0-1-3,11377877425.124763
+2253,200022-0-3,[2- 0- 0- 0- 2- 2- 0- 3],1-1-0-0-0-1-1-0-3,11366889073.626484
+2254,111110-1-0,[1- 1- 1- 1- 1- 0- 1- 0],0-1-1-1-1-1-0-1-0,11364435449.138271
+2255,002200-2-0,[0- 0- 2- 2- 0- 0- 2- 0],1-0-0-1-1-0-0-2-0,11355896868.980324
+2256,002202-1-0,[0- 0- 2- 2- 0- 2- 1- 0],1-0-0-1-1-0-1-1-0,11353799813.233814
+2257,333030-1-0,[3- 3- 3- 0- 3- 0- 1- 0],2-1-1-1-0-1-0-1-0,11351081992.652992
+2258,030303-0-1,[0- 3- 0- 3- 0- 3- 0- 1],2-0-1-0-1-0-1-0-1,11348306156.88049
+2259,010110-3-0,[0- 1- 0- 1- 1- 0- 3- 0],0-0-1-0-1-1-0-3-0,11348194293.849327
+2260,300033-0-3,[3- 0- 0- 0- 3- 3- 0- 3],2-1-0-0-0-1-1-0-3,11345061678.65194
+2261,330300-0-2,[3- 3- 0- 3- 0- 0- 0- 2],2-1-1-0-1-0-0-0-2,11344064594.025913
+2262,220000-0-2,[2- 2- 0- 0- 0- 0- 0- 2],1-1-1-0-0-0-0-0-2,11343250223.69994
+2263,011010-3-0,[0- 1- 1- 0- 1- 0- 3- 0],0-0-1-1-0-1-0-3-0,11342958290.719154
+2264,001110-0-3,[0- 0- 1- 1- 1- 0- 0- 3],0-0-0-1-1-1-0-0-3,11339875586.359406
+2265,001010-0-2,[0- 0- 1- 0- 1- 0- 0- 2],0-0-0-1-0-1-0-0-2,11339431766.410637
+2266,002002-0-2,[0- 0- 2- 0- 0- 2- 0- 2],1-0-0-1-0-0-1-0-2,11335200993.432428
+2267,010001-2-0,[0- 1- 0- 0- 0- 1- 2- 0],0-0-1-0-0-0-1-2-0,11334019968.043499
+2268,200022-0-1,[2- 0- 0- 0- 2- 2- 0- 1],1-1-0-0-0-1-1-0-1,11333461107.118217
+2269,200020-3-0,[2- 0- 0- 0- 2- 0- 3- 0],1-1-0-0-0-1-0-3-0,11329303740.673367
+2270,001100-2-0,[0- 0- 1- 1- 0- 0- 2- 0],0-0-0-1-1-0-0-2-0,11329020146.314663
+2271,020200-3-0,[0- 2- 0- 2- 0- 0- 3- 0],1-0-1-0-1-0-0-3-0,11326735412.19912
+2272,033000-2-0,[0- 3- 3- 0- 0- 0- 2- 0],2-0-1-1-0-0-0-2-0,11326520898.609722
+2273,000020-1-1,[0- 0- 0- 0- 2- 0- 1- 1],1-0-0-0-0-1-0-1-1,11326093905.8289
+2274,111110-0-3,[1- 1- 1- 1- 1- 0- 0- 3],0-1-1-1-1-1-0-0-3,11322517938.0308
+2275,303330-0-2,[3- 0- 3- 3- 3- 0- 0- 2],2-1-0-1-1-1-0-0-2,11321360151.2104
+2276,000022-0-3,[0- 0- 0- 0- 2- 2- 0- 3],1-0-0-0-0-1-1-0-3,11321259962.5727
+2277,030330-1-1,[0- 3- 0- 3- 3- 0- 1- 1],2-0-1-0-1-1-0-1-1,11320902391.449553
+2278,002200-1-3,[0- 0- 2- 2- 0- 0- 1- 3],1-0-0-1-1-0-0-1-3,11319305497.756413
+2279,202002-0-1,[2- 0- 2- 0- 0- 2- 0- 1],1-1-0-1-0-0-1-0-1,11317237944.249947
+2280,100110-0-2,[1- 0- 0- 1- 1- 0- 0- 2],0-1-0-0-1-1-0-0-2,11317099903.883036
+2281,000011-0-2,[0- 0- 0- 0- 1- 1- 0- 2],0-0-0-0-0-1-1-0-2,11310202987.995155
+2282,030300-1-1,[0- 3- 0- 3- 0- 0- 1- 1],2-0-1-0-1-0-0-1-1,11307611025.806377
+2283,000110-0-3,[0- 0- 0- 1- 1- 0- 0- 3],0-0-0-0-1-1-0-0-3,11306639676.952559
+2284,100111-0-3,[1- 0- 0- 1- 1- 1- 0- 3],0-1-0-0-1-1-1-0-3,11304071332.501362
+2285,200200-1-3,[2- 0- 0- 2- 0- 0- 1- 3],1-1-0-0-1-0-0-1-3,11301432380.13538
+2286,000200-1-3,[0- 0- 0- 2- 0- 0- 1- 3],1-0-0-0-1-0-0-1-3,11300017020.32946
+2287,111000-1-3,[1- 1- 1- 0- 0- 0- 1- 3],0-1-1-1-0-0-0-1-3,11298681030.641905
+2288,030303-1-0,[0- 3- 0- 3- 0- 3- 1- 0],2-0-1-0-1-0-1-1-0,11295547229.48814
+2289,011101-1-0,[0- 1- 1- 1- 0- 1- 1- 0],0-0-1-1-1-0-1-1-0,11289793158.018852
+2290,000011-2-0,[0- 0- 0- 0- 1- 1- 2- 0],0-0-0-0-0-1-1-2-0,11284722434.563976
+2291,030030-2-0,[0- 3- 0- 0- 3- 0- 2- 0],2-0-1-0-0-1-0-2-0,11284383637.334423
+2292,030300-3-0,[0- 3- 0- 3- 0- 0- 3- 0],2-0-1-0-1-0-0-3-0,11278637035.80637
+2293,000003-1-3,[0- 0- 0- 0- 0- 3- 1- 3],2-0-0-0-0-0-1-1-3,11272611527.711226
+2294,111001-1-0,[1- 1- 1- 0- 0- 1- 1- 0],0-1-1-1-0-0-1-1-0,11272600190.62098
+2295,300300-2-0,[3- 0- 0- 3- 0- 0- 2- 0],2-1-0-0-1-0-0-2-0,11271896373.549145
+2296,000101-2-0,[0- 0- 0- 1- 0- 1- 2- 0],0-0-0-0-1-0-1-2-0,11271415608.26971
+2297,220000-1-3,[2- 2- 0- 0- 0- 0- 1- 3],1-1-1-0-0-0-0-1-3,11270792188.197828
+2298,022220-0-1,[0- 2- 2- 2- 2- 0- 0- 1],1-0-1-1-1-1-0-0-1,11269476310.993664
+2299,003033-0-3,[0- 0- 3- 0- 3- 3- 0- 3],2-0-0-1-0-1-1-0-3,11267394466.364342
+2300,110100-0-2,[1- 1- 0- 1- 0- 0- 0- 2],0-1-1-0-1-0-0-0-2,11266069639.25513
+2301,033000-3-0,[0- 3- 3- 0- 0- 0- 3- 0],2-0-1-1-0-0-0-3-0,11264322413.248814
+2302,100001-3-0,[1- 0- 0- 0- 0- 1- 3- 0],0-1-0-0-0-0-1-3-0,11262438806.561213
+2303,001001-2-0,[0- 0- 1- 0- 0- 1- 2- 0],0-0-0-1-0-0-1-2-0,11261813468.054256
+2304,100100-2-0,[1- 0- 0- 1- 0- 0- 2- 0],0-1-0-0-1-0-0-2-0,11261627598.103619
+2305,333030-0-1,[3- 3- 3- 0- 3- 0- 0- 1],2-1-1-1-0-1-0-0-1,11261227709.53987
+2306,220220-0-3,[2- 2- 0- 2- 2- 0- 0- 3],1-1-1-0-1-1-0-0-3,11257942665.894516
+2307,111000-3-0,[1- 1- 1- 0- 0- 0- 3- 0],0-1-1-1-0-0-0-3-0,11253666435.467018
+2308,220002-0-3,[2- 2- 0- 0- 0- 2- 0- 3],1-1-1-0-0-0-1-0-3,11251738649.013578
+2309,011011-1-0,[0- 1- 1- 0- 1- 1- 1- 0],0-0-1-1-0-1-1-1-0,11251674513.233803
+2310,330303-0-0,[3- 3- 0- 3- 0- 3- 0- 0],2-1-1-0-1-0-1-0-0,11250060040.720333
+2311,101010-3-0,[1- 0- 1- 0- 1- 0- 3- 0],0-1-0-1-0-1-0-3-0,11248337576.505062
+2312,003300-1-1,[0- 0- 3- 3- 0- 0- 1- 1],2-0-0-1-1-0-0-1-1,11247987211.74464
+2313,330000-1-0,[3- 3- 0- 0- 0- 0- 1- 0],2-1-1-0-0-0-0-1-0,11244994406.09065
+2314,333330-0-3,[3- 3- 3- 3- 3- 0- 0- 3],2-1-1-1-1-1-0-0-3,11244956896.940926
+2315,110101-0-1,[1- 1- 0- 1- 0- 1- 0- 1],0-1-1-0-1-0-1-0-1,11244384416.367796
+2316,222002-0-0,[2- 2- 2- 0- 0- 2- 0- 0],1-1-1-1-0-0-1-0-0,11233196869.498543
+2317,002020-2-0,[0- 0- 2- 0- 2- 0- 2- 0],1-0-0-1-0-1-0-2-0,11233091424.93032
+2318,330000-0-2,[3- 3- 0- 0- 0- 0- 0- 2],2-1-1-0-0-0-0-0-2,11231831647.21896
+2319,110100-3-0,[1- 1- 0- 1- 0- 0- 3- 0],0-1-1-0-1-0-0-3-0,11231607164.250359
+2320,220000-3-0,[2- 2- 0- 0- 0- 0- 3- 0],1-1-1-0-0-0-0-3-0,11231571482.528221
+2321,000101-0-2,[0- 0- 0- 1- 0- 1- 0- 2],0-0-0-0-1-0-1-0-2,11226582236.594124
+2322,002022-1-0,[0- 0- 2- 0- 2- 2- 1- 0],1-0-0-1-0-1-1-1-0,11226078759.045475
+2323,010010-0-2,[0- 1- 0- 0- 1- 0- 0- 2],0-0-1-0-0-1-0-0-2,11223608918.507305
+2324,010001-0-2,[0- 1- 0- 0- 0- 1- 0- 2],0-0-1-0-0-0-1-0-2,11219110869.167454
+2325,100101-0-2,[1- 0- 0- 1- 0- 1- 0- 2],0-1-0-0-1-0-1-0-2,11217053829.566996
+2326,002000-1-1,[0- 0- 2- 0- 0- 0- 1- 1],1-0-0-1-0-0-0-1-1,11215998609.538357
+2327,010110-0-3,[0- 1- 0- 1- 1- 0- 0- 3],0-0-1-0-1-1-0-0-3,11208218665.088902
+2328,011000-2-0,[0- 1- 1- 0- 0- 0- 2- 0],0-0-1-1-0-0-0-2-0,11207457036.791592
+2329,010001-3-0,[0- 1- 0- 0- 0- 1- 3- 0],0-0-1-0-0-0-1-3-0,11205662018.428883
+2330,330000-1-3,[3- 3- 0- 0- 0- 0- 1- 3],2-1-1-0-0-0-0-1-3,11201050451.705181
+2331,000222-0-1,[0- 0- 0- 2- 2- 2- 0- 1],1-0-0-0-1-1-1-0-1,11200997854.32885
+2332,033330-0-2,[0- 3- 3- 3- 3- 0- 0- 2],2-0-1-1-1-1-0-0-2,11200377983.024925
+2333,002202-0-3,[0- 0- 2- 2- 0- 2- 0- 3],1-0-0-1-1-0-1-0-3,11199171698.582401
+2334,111000-0-2,[1- 1- 1- 0- 0- 0- 0- 2],0-1-1-1-0-0-0-0-2,11195555043.046528
+2335,000300-1-2,[0- 0- 0- 3- 0- 0- 1- 2],2-0-0-0-1-0-0-1-2,11192976636.844994
+2336,001110-3-0,[0- 0- 1- 1- 1- 0- 3- 0],0-0-0-1-1-1-0-3-0,11192418565.034588
+2337,022000-3-0,[0- 2- 2- 0- 0- 0- 3- 0],1-0-1-1-0-0-0-3-0,11189058208.947365
+2338,100011-0-2,[1- 0- 0- 0- 1- 1- 0- 2],0-1-0-0-0-1-1-0-2,11185743543.269495
+2339,001001-3-0,[0- 0- 1- 0- 0- 1- 3- 0],0-0-0-1-0-0-1-3-0,11183725246.33668
+2340,000033-0-2,[0- 0- 0- 0- 3- 3- 0- 2],2-0-0-0-0-1-1-0-2,11183622669.427086
+2341,110110-0-3,[1- 1- 0- 1- 1- 0- 0- 3],0-1-1-0-1-1-0-0-3,11181501401.559874
+2342,200000-2-0,[2- 0- 0- 0- 0- 0- 2- 0],1-1-0-0-0-0-0-2-0,11181393329.487988
+2343,030033-0-1,[0- 3- 0- 0- 3- 3- 0- 1],2-0-1-0-0-1-1-0-1,11178096911.44151
+2344,030030-1-1,[0- 3- 0- 0- 3- 0- 1- 1],2-0-1-0-0-1-0-1-1,11176214386.290325
+2345,010100-2-0,[0- 1- 0- 1- 0- 0- 2- 0],0-0-1-0-1-0-0-2-0,11170560384.019787
+2346,330330-0-2,[3- 3- 0- 3- 3- 0- 0- 2],2-1-1-0-1-1-0-0-2,11166273591.806465
+2347,003030-3-0,[0- 0- 3- 0- 3- 0- 3- 0],2-0-0-1-0-1-0-3-0,11165812113.397898
+2348,010010-2-0,[0- 1- 0- 0- 1- 0- 2- 0],0-0-1-0-0-1-0-2-0,11159119407.220043
+2349,330000-0-1,[3- 3- 0- 0- 0- 0- 0- 1],2-1-1-0-0-0-0-0-1,11154899739.49241
+2350,030003-0-2,[0- 3- 0- 0- 0- 3- 0- 2],2-0-1-0-0-0-1-0-2,11153657119.2356
+2351,110011-0-3,[1- 1- 0- 0- 1- 1- 0- 3],0-1-1-0-0-1-1-0-3,11152779015.121077
+2352,330003-0-3,[3- 3- 0- 0- 0- 3- 0- 3],2-1-1-0-0-0-1-0-3,11144234678.325428
+2353,110011-1-0,[1- 1- 0- 0- 1- 1- 1- 0],0-1-1-0-0-1-1-1-0,11143197432.689629
+2354,022002-0-3,[0- 2- 2- 0- 0- 2- 0- 3],1-0-1-1-0-0-1-0-3,11143077540.337614
+2355,220200-0-1,[2- 2- 0- 2- 0- 0- 0- 1],1-1-1-0-1-0-0-0-1,11141838015.14668
+2356,030300-2-0,[0- 3- 0- 3- 0- 0- 2- 0],2-0-1-0-1-0-0-2-0,11137056310.829082
+2357,003030-1-1,[0- 0- 3- 0- 3- 0- 1- 1],2-0-0-1-0-1-0-1-1,11131922950.378658
+2358,010011-0-3,[0- 1- 0- 0- 1- 1- 0- 3],0-0-1-0-0-1-1-0-3,11127253232.943546
+2359,110011-0-1,[1- 1- 0- 0- 1- 1- 0- 1],0-1-1-0-0-1-1-0-1,11110348400.554853
+2360,200220-0-2,[2- 0- 0- 2- 2- 0- 0- 2],1-1-0-0-1-1-0-0-2,11100220456.690533
+2361,330333-0-0,[3- 3- 0- 3- 3- 3- 0- 0],2-1-1-0-1-1-1-0-0,11098107879.748497
+2362,000101-3-0,[0- 0- 0- 1- 0- 1- 3- 0],0-0-0-0-1-0-1-3-0,11097680935.870447
+2363,101000-2-0,[1- 0- 1- 0- 0- 0- 2- 0],0-1-0-1-0-0-0-2-0,11091180030.19003
+2364,300300-1-3,[3- 0- 0- 3- 0- 0- 1- 3],2-1-0-0-1-0-0-1-3,11088959289.419106
+2365,330300-0-1,[3- 3- 0- 3- 0- 0- 0- 1],2-1-1-0-1-0-0-0-1,11086392505.897
+2366,200202-0-3,[2- 0- 0- 2- 0- 2- 0- 3],1-1-0-0-1-0-1-0-3,11080237183.8978
+2367,000011-3-0,[0- 0- 0- 0- 1- 1- 3- 0],0-0-0-0-0-1-1-3-0,11077245613.377909
+2368,002200-3-0,[0- 0- 2- 2- 0- 0- 3- 0],1-0-0-1-1-0-0-3-0,11074570331.402554
+2369,003300-1-3,[0- 0- 3- 3- 0- 0- 1- 3],2-0-0-1-1-0-0-1-3,11073612857.830803
+2370,110101-0-3,[1- 1- 0- 1- 0- 1- 0- 3],0-1-1-0-1-0-1-0-3,11072764607.117521
+2371,011000-0-2,[0- 1- 1- 0- 0- 0- 0- 2],0-0-1-1-0-0-0-0-2,11069345457.01965
+2372,000010-0-2,[0- 0- 0- 0- 1- 0- 0- 2],0-0-0-0-0-1-0-0-2,11067571734.279469
+2373,111100-0-1,[1- 1- 1- 1- 0- 0- 0- 1],0-1-1-1-1-0-0-0-1,11067505147.453657
+2374,303000-1-3,[3- 0- 3- 0- 0- 0- 1- 3],2-1-0-1-0-0-0-1-3,11064706839.192696
+2375,001010-2-0,[0- 0- 1- 0- 1- 0- 2- 0],0-0-0-1-0-1-0-2-0,11063886302.036007
+2376,202000-3-0,[2- 0- 2- 0- 0- 0- 3- 0],1-1-0-1-0-0-0-3-0,11063848561.499722
+2377,030303-0-3,[0- 3- 0- 3- 0- 3- 0- 3],2-0-1-0-1-0-1-0-3,11063745581.16187
+2378,330300-1-0,[3- 3- 0- 3- 0- 0- 1- 0],2-1-1-0-1-0-0-1-0,11061916623.240795
+2379,020002-0-1,[0- 2- 0- 0- 0- 2- 0- 1],1-0-1-0-0-0-1-0-1,11060733045.724194
+2380,022000-1-3,[0- 2- 2- 0- 0- 0- 1- 3],1-0-1-1-0-0-0-1-3,11058389905.003767
+2381,220200-1-0,[2- 2- 0- 2- 0- 0- 1- 0],1-1-1-0-1-0-0-1-0,11054022796.488213
+2382,011110-0-1,[0- 1- 1- 1- 1- 0- 0- 1],0-0-1-1-1-1-0-0-1,11053238962.305601
+2383,000220-2-0,[0- 0- 0- 2- 2- 0- 2- 0],1-0-0-0-1-1-0-2-0,11049094319.170036
+2384,000200-1-1,[0- 0- 0- 2- 0- 0- 1- 1],1-0-0-0-1-0-0-1-1,11045817742.96838
+2385,003303-0-1,[0- 0- 3- 3- 0- 3- 0- 1],2-0-0-1-1-0-1-0-1,11045195773.130108
+2386,110000-0-2,[1- 1- 0- 0- 0- 0- 0- 2],0-1-1-0-0-0-0-0-2,11041122921.028744
+2387,330030-0-2,[3- 3- 0- 0- 3- 0- 0- 2],2-1-1-0-0-1-0-0-2,11034057960.506168
+2388,000110-2-0,[0- 0- 0- 1- 1- 0- 2- 0],0-0-0-0-1-1-0-2-0,11033390122.422405
+2389,020000-1-3,[0- 2- 0- 0- 0- 0- 1- 3],1-0-1-0-0-0-0-1-3,11028040202.597202
+2390,300003-0-1,[3- 0- 0- 0- 0- 3- 0- 1],2-1-0-0-0-0-1-0-1,11026841115.58035
+2391,030300-1-3,[0- 3- 0- 3- 0- 0- 1- 3],2-0-1-0-1-0-0-1-3,11026838099.717861
+2392,022220-1-0,[0- 2- 2- 2- 2- 0- 1- 0],1-0-1-1-1-1-0-1-0,11025938254.631176
+2393,030000-1-1,[0- 3- 0- 0- 0- 0- 1- 1],2-0-1-0-0-0-0-1-1,11018718517.859262
+2394,020220-0-3,[0- 2- 0- 2- 2- 0- 0- 3],1-0-1-0-1-1-0-0-3,11017322401.758696
+2395,002020-3-0,[0- 0- 2- 0- 2- 0- 3- 0],1-0-0-1-0-1-0-3-0,11005654340.753246
+2396,010111-0-1,[0- 1- 0- 1- 1- 1- 0- 1],0-0-1-0-1-1-1-0-1,10997777795.872404
+2397,010101-0-3,[0- 1- 0- 1- 0- 1- 0- 3],0-0-1-0-1-0-1-0-3,10996617540.036037
+2398,022200-0-1,[0- 2- 2- 2- 0- 0- 0- 1],1-0-1-1-1-0-0-0-1,10996443691.007032
+2399,000220-3-0,[0- 0- 0- 2- 2- 0- 3- 0],1-0-0-0-1-1-0-3-0,10992872565.45779
+2400,001011-0-3,[0- 0- 1- 0- 1- 1- 0- 3],0-0-0-1-0-1-1-0-3,10989616987.47815
+2401,202220-0-3,[2- 0- 2- 2- 2- 0- 0- 3],1-1-0-1-1-1-0-0-3,10989281150.685345
+2402,002220-0-3,[0- 0- 2- 2- 2- 0- 0- 3],1-0-0-1-1-1-0-0-3,10977703292.452946
+2403,001001-0-2,[0- 0- 1- 0- 0- 1- 0- 2],0-0-0-1-0-0-1-0-2,10977248982.96975
+2404,100110-0-3,[1- 0- 0- 1- 1- 0- 0- 3],0-1-0-0-1-1-0-0-3,10975794181.124374
+2405,003033-1-0,[0- 0- 3- 0- 3- 3- 1- 0],2-0-0-1-0-1-1-1-0,10974556671.50343
+2406,220000-0-1,[2- 2- 0- 0- 0- 0- 0- 1],1-1-1-0-0-0-0-0-1,10969123659.656734
+2407,010100-0-2,[0- 1- 0- 1- 0- 0- 0- 2],0-0-1-0-1-0-0-0-2,10967610600.130833
+2408,003300-3-0,[0- 0- 3- 3- 0- 0- 3- 0],2-0-0-1-1-0-0-3-0,10966382025.335032
+2409,111100-1-0,[1- 1- 1- 1- 0- 0- 1- 0],0-1-1-1-1-0-0-1-0,10965826921.284782
+2410,101000-1-3,[1- 0- 1- 0- 0- 0- 1- 3],0-1-0-1-0-0-0-1-3,10961408911.061958
+2411,303333-0-0,[3- 0- 3- 3- 3- 3- 0- 0],2-1-0-1-1-1-1-0-0,10958004399.168705
+2412,000010-0-3,[0- 0- 0- 0- 1- 0- 0- 3],0-0-0-0-0-1-0-0-3,10956956825.729511
+2413,000222-1-0,[0- 0- 0- 2- 2- 2- 1- 0],1-0-0-0-1-1-1-1-0,10956171205.311237
+2414,001100-0-2,[0- 0- 1- 1- 0- 0- 0- 2],0-0-0-1-1-0-0-0-2,10954705138.30532
+2415,200002-1-0,[2- 0- 0- 0- 0- 2- 1- 0],1-1-0-0-0-0-1-1-0,10945168435.49522
+2416,101110-0-3,[1- 0- 1- 1- 1- 0- 0- 3],0-1-0-1-1-1-0-0-3,10937394076.645863
+2417,200200-3-0,[2- 0- 0- 2- 0- 0- 3- 0],1-1-0-0-1-0-0-3-0,10935533524.296886
+2418,003303-1-0,[0- 0- 3- 3- 0- 3- 1- 0],2-0-0-1-1-0-1-1-0,10932372245.890926
+2419,200000-1-3,[2- 0- 0- 0- 0- 0- 1- 3],1-1-0-0-0-0-0-1-3,10926493209.315521
+2420,220222-0-0,[2- 2- 0- 2- 2- 2- 0- 0],1-1-1-0-1-1-1-0-0,10921247657.104671
+2421,111010-0-1,[1- 1- 1- 0- 1- 0- 0- 1],0-1-1-1-0-1-0-0-1,10918412826.393705
+2422,011001-0-1,[0- 1- 1- 0- 0- 1- 0- 1],0-0-1-1-0-0-1-0-1,10916625643.04626
+2423,022000-0-2,[0- 2- 2- 0- 0- 0- 0- 2],1-0-1-1-0-0-0-0-2,10915181135.461323
+2424,110101-1-0,[1- 1- 0- 1- 0- 1- 1- 0],0-1-1-0-1-0-1-1-0,10913987488.975899
+2425,330003-0-0,[3- 3- 0- 0- 0- 3- 0- 0],2-1-1-0-0-0-1-0-0,10906443510.30441
+2426,220000-1-0,[2- 2- 0- 0- 0- 0- 1- 0],1-1-1-0-0-0-0-1-0,10904982587.549297
+2427,003030-2-0,[0- 0- 3- 0- 3- 0- 2- 0],2-0-0-1-0-1-0-2-0,10903783383.801617
+2428,222020-0-3,[2- 2- 2- 0- 2- 0- 0- 3],1-1-1-1-0-1-0-0-3,10903775569.720741
+2429,033300-0-2,[0- 3- 3- 3- 0- 0- 0- 2],2-0-1-1-1-0-0-0-2,10899533688.590992
+2430,000002-0-2,[0- 0- 0- 0- 0- 2- 0- 2],1-0-0-0-0-0-1-0-2,10897602354.130165
+2431,300303-0-3,[3- 0- 0- 3- 0- 3- 0- 3],2-1-0-0-1-0-1-0-3,10891068196.30584
+2432,020000-2-0,[0- 2- 0- 0- 0- 0- 2- 0],1-0-1-0-0-0-0-2-0,10890092256.367199
+2433,300300-3-0,[3- 0- 0- 3- 0- 0- 3- 0],2-1-0-0-1-0-0-3-0,10887844820.807764
+2434,000330-3-0,[0- 0- 0- 3- 3- 0- 3- 0],2-0-0-0-1-1-0-3-0,10887738854.890375
+2435,000011-0-3,[0- 0- 0- 0- 1- 1- 0- 3],0-0-0-0-0-1-1-0-3,10884827085.338743
+2436,100010-3-0,[1- 0- 0- 0- 1- 0- 3- 0],0-1-0-0-0-1-0-3-0,10883954631.814127
+2437,111010-1-0,[1- 1- 1- 0- 1- 0- 1- 0],0-1-1-1-0-1-0-1-0,10882224182.622658
+2438,220220-1-0,[2- 2- 0- 2- 2- 0- 1- 0],1-1-1-0-1-1-0-1-0,10882219391.882229
+2439,020020-0-2,[0- 2- 0- 0- 2- 0- 0- 2],1-0-1-0-0-1-0-0-2,10881993527.800938
+2440,033333-0-0,[0- 3- 3- 3- 3- 3- 0- 0],2-0-1-1-1-1-1-0-0,10876796541.502678
+2441,011010-0-3,[0- 1- 1- 0- 1- 0- 0- 3],0-0-1-1-0-1-0-0-3,10874695510.419659
+2442,003033-0-1,[0- 0- 3- 0- 3- 3- 0- 1],2-0-0-1-0-1-1-0-1,10870816829.674862
+2443,033000-1-3,[0- 3- 3- 0- 0- 0- 1- 3],2-0-1-1-0-0-0-1-3,10870551652.802364
+2444,003300-2-0,[0- 0- 3- 3- 0- 0- 2- 0],2-0-0-1-1-0-0-2-0,10870514544.908611
+2445,001100-3-0,[0- 0- 1- 1- 0- 0- 3- 0],0-0-0-1-1-0-0-3-0,10868488210.372065
+2446,000033-0-3,[0- 0- 0- 0- 3- 3- 0- 3],2-0-0-0-0-1-1-0-3,10867602581.987242
+2447,202200-0-2,[2- 0- 2- 2- 0- 0- 0- 2],1-1-0-1-1-0-0-0-2,10865971941.33665
+2448,101010-0-2,[1- 0- 1- 0- 1- 0- 0- 2],0-1-0-1-0-1-0-0-2,10863321786.070444
+2449,202020-0-2,[2- 0- 2- 0- 2- 0- 0- 2],1-1-0-1-0-1-0-0-2,10861492192.366741
+2450,300000-3-0,[3- 0- 0- 0- 0- 0- 3- 0],2-1-0-0-0-0-0-3-0,10858174898.366356
+2451,100000-2-0,[1- 0- 0- 0- 0- 0- 2- 0],0-1-0-0-0-0-0-2-0,10857766236.947676
+2452,001111-1-0,[0- 0- 1- 1- 1- 1- 1- 0],0-0-0-1-1-1-1-1-0,10846943012.792667
+2453,303300-0-2,[3- 0- 3- 3- 0- 0- 0- 2],2-1-0-1-1-0-0-0-2,10833345976.759836
+2454,333030-0-3,[3- 3- 3- 0- 3- 0- 0- 3],2-1-1-1-0-1-0-0-3,10829322186.124662
+2455,002000-1-3,[0- 0- 2- 0- 0- 0- 1- 3],1-0-0-1-0-0-0-1-3,10827644231.945648
+2456,000202-0-3,[0- 0- 0- 2- 0- 2- 0- 3],1-0-0-0-1-0-1-0-3,10825667221.719902
+2457,020002-0-3,[0- 2- 0- 0- 0- 2- 0- 3],1-0-1-0-0-0-1-0-3,10801393741.607586
+2458,020200-0-2,[0- 2- 0- 2- 0- 0- 0- 2],1-0-1-0-1-0-0-0-2,10798801309.857914
+2459,020002-1-0,[0- 2- 0- 0- 0- 2- 1- 0],1-0-1-0-0-0-1-1-0,10798528365.71394
+2460,010100-3-0,[0- 1- 0- 1- 0- 0- 3- 0],0-0-1-0-1-0-0-3-0,10792968323.526508
+2461,100010-0-2,[1- 0- 0- 0- 1- 0- 0- 2],0-1-0-0-0-1-0-0-2,10790144769.83236
+2462,220220-0-1,[2- 2- 0- 2- 2- 0- 0- 1],1-1-1-0-1-1-0-0-1,10780761922.176281
+2463,030000-3-0,[0- 3- 0- 0- 0- 0- 3- 0],2-0-1-0-0-0-0-3-0,10779237638.876347
+2464,100100-3-0,[1- 0- 0- 1- 0- 0- 3- 0],0-1-0-0-1-0-0-3-0,10772220774.064737
+2465,010010-0-3,[0- 1- 0- 0- 1- 0- 0- 3],0-0-1-0-0-1-0-0-3,10769894742.463478
+2466,010010-3-0,[0- 1- 0- 0- 1- 0- 3- 0],0-0-1-0-0-1-0-3-0,10765738574.177952
+2467,300000-1-3,[3- 0- 0- 0- 0- 0- 1- 3],2-1-0-0-0-0-0-1-3,10756269581.714354
+2468,303330-0-3,[3- 0- 3- 3- 3- 0- 0- 3],2-1-0-1-1-1-0-0-3,10754027710.19585
+2469,003303-0-3,[0- 0- 3- 3- 0- 3- 0- 3],2-0-0-1-1-0-1-0-3,10751646314.55848
+2470,202000-1-3,[2- 0- 2- 0- 0- 0- 1- 3],1-1-0-1-0-0-0-1-3,10750928323.712315
+2471,000030-3-0,[0- 0- 0- 0- 3- 0- 3- 0],2-0-0-0-0-1-0-3-0,10750257092.301186
+2472,001101-0-3,[0- 0- 1- 1- 0- 1- 0- 3],0-0-0-1-1-0-1-0-3,10750173046.510689
+2473,110001-0-1,[1- 1- 0- 0- 0- 1- 0- 1],0-1-1-0-0-0-1-0-1,10746645392.206951
+2474,000001-2-0,[0- 0- 0- 0- 0- 1- 2- 0],0-0-0-0-0-0-1-2-0,10743401297.681166
+2475,330033-0-0,[3- 3- 0- 0- 3- 3- 0- 0],2-1-1-0-0-1-1-0-0,10740047732.90475
+2476,000001-0-2,[0- 0- 0- 0- 0- 1- 0- 2],0-0-0-0-0-0-1-0-2,10739672063.037067
+2477,030000-2-0,[0- 3- 0- 0- 0- 0- 2- 0],2-0-1-0-0-0-0-2-0,10736751256.830835
+2478,033003-0-3,[0- 3- 3- 0- 0- 3- 0- 3],2-0-1-1-0-0-1-0-3,10736413096.182178
+2479,220020-1-0,[2- 2- 0- 0- 2- 0- 1- 0],1-1-1-0-0-1-0-1-0,10735422282.144539
+2480,000303-0-2,[0- 0- 0- 3- 0- 3- 0- 2],2-0-0-0-1-0-1-0-2,10731966039.819603
+2481,200002-0-1,[2- 0- 0- 0- 0- 2- 0- 1],1-1-0-0-0-0-1-0-1,10723472649.158367
+2482,002020-0-2,[0- 0- 2- 0- 2- 0- 0- 2],1-0-0-1-0-1-0-0-2,10721752933.912989
+2483,200220-0-3,[2- 0- 0- 2- 2- 0- 0- 3],1-1-0-0-1-1-0-0-3,10713214089.824863
+2484,033030-0-2,[0- 3- 3- 0- 3- 0- 0- 2],2-0-1-1-0-1-0-0-2,10712893587.872272
+2485,022020-0-3,[0- 2- 2- 0- 2- 0- 0- 3],1-0-1-1-0-1-0-0-3,10706109741.685759
+2486,011000-3-0,[0- 1- 1- 0- 0- 0- 3- 0],0-0-1-1-0-0-0-3-0,10704008332.386814
+2487,330330-0-3,[3- 3- 0- 3- 3- 0- 0- 3],2-1-1-0-1-1-0-0-3,10701127049.41841
+2488,033330-0-3,[0- 3- 3- 3- 3- 0- 0- 3],2-0-1-1-1-1-0-0-3,10699969412.57762
+2489,111010-0-3,[1- 1- 1- 0- 1- 0- 0- 3],0-1-1-1-0-1-0-0-3,10696614908.236296
+2490,022200-1-0,[0- 2- 2- 2- 0- 0- 1- 0],1-0-1-1-1-0-0-1-0,10695128915.278084
+2491,101101-0-1,[1- 0- 1- 1- 0- 1- 0- 1],0-1-0-1-1-0-1-0-1,10694933622.882118
+2492,000220-0-2,[0- 0- 0- 2- 2- 0- 0- 2],1-0-0-0-1-1-0-0-2,10692290169.879831
+2493,001010-0-3,[0- 0- 1- 0- 1- 0- 0- 3],0-0-0-1-0-1-0-0-3,10692108117.064665
+2494,003003-0-2,[0- 0- 3- 0- 0- 3- 0- 2],2-0-0-1-0-0-1-0-2,10687838120.888252
+2495,202220-1-0,[2- 0- 2- 2- 2- 0- 1- 0],1-1-0-1-1-1-0-1-0,10683378985.818764
+2496,010000-0-2,[0- 1- 0- 0- 0- 0- 0- 2],0-0-1-0-0-0-0-0-2,10682594975.310429
+2497,101000-3-0,[1- 0- 1- 0- 0- 0- 3- 0],0-1-0-1-0-0-0-3-0,10669257129.465006
+2498,000220-0-3,[0- 0- 0- 2- 2- 0- 0- 3],1-0-0-0-1-1-0-0-3,10668959762.642769
+2499,000001-3-0,[0- 0- 0- 0- 0- 1- 3- 0],0-0-0-0-0-0-1-3-0,10666281671.693245
+2500,101001-0-2,[1- 0- 1- 0- 0- 1- 0- 2],0-1-0-1-0-0-1-0-2,10665717016.476847
+2501,111000-0-1,[1- 1- 1- 0- 0- 0- 0- 1],0-1-1-1-0-0-0-0-1,10665266013.248196
+2502,000300-1-3,[0- 0- 0- 3- 0- 0- 1- 3],2-0-0-0-1-0-0-1-3,10664861184.84596
+2503,110010-0-3,[1- 1- 0- 0- 1- 0- 0- 3],0-1-1-0-0-1-0-0-3,10664475438.485378
+2504,220020-0-3,[2- 2- 0- 0- 2- 0- 0- 3],1-1-1-0-0-1-0-0-3,10664032017.951765
+2505,220202-0-0,[2- 2- 0- 2- 0- 2- 0- 0],1-1-1-0-1-0-1-0-0,10660407936.103676
+2506,303030-0-2,[3- 0- 3- 0- 3- 0- 0- 2],2-1-0-1-0-1-0-0-2,10639587310.019846
+2507,011001-0-3,[0- 1- 1- 0- 0- 1- 0- 3],0-0-1-1-0-0-1-0-3,10627717798.798084
+2508,101100-0-2,[1- 0- 1- 1- 0- 0- 0- 2],0-1-0-1-1-0-0-0-2,10625107340.510248
+2509,101011-0-3,[1- 0- 1- 0- 1- 1- 0- 3],0-1-0-1-0-1-1-0-3,10624251788.880833
+2510,110000-3-0,[1- 1- 0- 0- 0- 0- 3- 0],0-1-1-0-0-0-0-3-0,10623702934.344746
+2511,030003-1-0,[0- 3- 0- 0- 0- 3- 1- 0],2-0-1-0-0-0-1-1-0,10621000195.118223
+2512,003000-1-1,[0- 0- 3- 0- 0- 0- 1- 1],2-0-0-1-0-0-0-1-1,10620036905.885862
+2513,000110-3-0,[0- 0- 0- 1- 1- 0- 3- 0],0-0-0-0-1-1-0-3-0,10617454688.608835
+2514,303003-0-3,[3- 0- 3- 0- 0- 3- 0- 3],2-1-0-1-0-0-1-0-3,10602629867.528023
+2515,100001-0-2,[1- 0- 0- 0- 0- 1- 0- 2],0-1-0-0-0-0-1-0-2,10601717790.412651
+2516,111001-0-3,[1- 1- 1- 0- 0- 1- 0- 3],0-1-1-1-0-0-1-0-3,10598614865.754484
+2517,000101-0-3,[0- 0- 0- 1- 0- 1- 0- 3],0-0-0-0-1-0-1-0-3,10594962621.256758
+2518,000020-2-0,[0- 0- 0- 0- 2- 0- 2- 0],1-0-0-0-0-1-0-2-0,10593957019.940487
+2519,011110-1-0,[0- 1- 1- 1- 1- 0- 1- 0],0-0-1-1-1-1-0-1-0,10585478510.33062
+2520,333300-0-3,[3- 3- 3- 3- 0- 0- 0- 3],2-1-1-1-1-0-0-0-3,10583594838.157484
+2521,020000-3-0,[0- 2- 0- 0- 0- 0- 3- 0],1-0-1-0-0-0-0-3-0,10578971443.101795
+2522,101101-1-0,[1- 0- 1- 1- 0- 1- 1- 0],0-1-0-1-1-0-1-1-0,10577868668.89185
+2523,010111-1-0,[0- 1- 0- 1- 1- 1- 1- 0],0-0-1-0-1-1-1-1-0,10574435320.226448
+2524,000020-3-0,[0- 0- 0- 0- 2- 0- 3- 0],1-0-0-0-0-1-0-3-0,10561144114.832117
+2525,000100-0-2,[0- 0- 0- 1- 0- 0- 0- 2],0-0-0-0-1-0-0-0-2,10559923027.379688
+2526,000333-1-0,[0- 0- 0- 3- 3- 3- 1- 0],2-0-0-0-1-1-1-1-0,10558519260.693035
+2527,030003-0-1,[0- 3- 0- 0- 0- 3- 0- 1],2-0-1-0-0-0-1-0-1,10555224151.458338
+2528,030000-1-3,[0- 3- 0- 0- 0- 0- 1- 3],2-0-1-0-0-0-0-1-3,10554599009.039314
+2529,003000-1-3,[0- 0- 3- 0- 0- 0- 1- 3],2-0-0-1-0-0-0-1-3,10550600758.408445
+2530,200000-3-0,[2- 0- 0- 0- 0- 0- 3- 0],1-1-0-0-0-0-0-3-0,10549782420.036798
+2531,202220-0-1,[2- 0- 2- 2- 2- 0- 0- 1],1-1-0-1-1-1-0-0-1,10548171794.738522
+2532,330030-1-0,[3- 3- 0- 0- 3- 0- 1- 0],2-1-1-0-0-1-0-1-0,10546208397.194576
+2533,011100-0-1,[0- 1- 1- 1- 0- 0- 0- 1],0-0-1-1-1-0-0-0-1,10537739976.421902
+2534,202222-0-0,[2- 0- 2- 2- 2- 2- 0- 0],1-1-0-1-1-1-1-0-0,10534198292.823753
+2535,220020-0-1,[2- 2- 0- 0- 2- 0- 0- 1],1-1-1-0-0-1-0-0-1,10534192479.894957
+2536,100011-0-3,[1- 0- 0- 0- 1- 1- 0- 3],0-1-0-0-0-1-1-0-3,10524968826.748856
+2537,000100-2-0,[0- 0- 0- 1- 0- 0- 2- 0],0-0-0-0-1-0-0-2-0,10523990838.942625
+2538,001010-3-0,[0- 0- 1- 0- 1- 0- 3- 0],0-0-0-1-0-1-0-3-0,10521760854.542582
+2539,000010-2-0,[0- 0- 0- 0- 1- 0- 2- 0],0-0-0-0-0-1-0-2-0,10518482195.679426
+2540,001101-0-1,[0- 0- 1- 1- 0- 1- 0- 1],0-0-0-1-1-0-1-0-1,10516214137.536938
+2541,010000-2-0,[0- 1- 0- 0- 0- 0- 2- 0],0-0-1-0-0-0-0-2-0,10503599880.501154
+2542,200020-0-2,[2- 0- 0- 0- 2- 0- 0- 2],1-1-0-0-0-1-0-0-2,10498889386.338572
+2543,000330-1-1,[0- 0- 0- 3- 3- 0- 1- 1],2-0-0-0-1-1-0-1-1,10494579378.04832
+2544,222200-0-3,[2- 2- 2- 2- 0- 0- 0- 3],1-1-1-1-1-0-0-0-3,10493684073.863998
+2545,022202-0-0,[0- 2- 2- 2- 0- 2- 0- 0],1-0-1-1-1-0-1-0-0,10490052794.161919
+2546,101101-0-3,[1- 0- 1- 1- 0- 1- 0- 3],0-1-0-1-1-0-1-0-3,10486547730.02074
+2547,000333-0-1,[0- 0- 0- 3- 3- 3- 0- 1],2-0-0-0-1-1-1-0-1,10482514638.298428
+2548,101011-1-0,[1- 0- 1- 0- 1- 1- 1- 0],0-1-0-1-0-1-1-1-0,10479463896.196125
+2549,111000-1-0,[1- 1- 1- 0- 0- 0- 1- 0],0-1-1-1-0-0-0-1-0,10474253409.876385
+2550,100100-0-2,[1- 0- 0- 1- 0- 0- 0- 2],0-1-0-0-1-0-0-0-2,10470735122.718346
+2551,003330-0-2,[0- 0- 3- 3- 3- 0- 0- 2],2-0-0-1-1-1-0-0-2,10469538161.578455
+2552,110001-1-0,[1- 1- 0- 0- 0- 1- 1- 0],0-1-1-0-0-0-1-1-0,10467749989.236324
+2553,022020-0-1,[0- 2- 2- 0- 2- 0- 0- 1],1-0-1-1-0-1-0-0-1,10462598175.92941
+2554,002200-0-2,[0- 0- 2- 2- 0- 0- 0- 2],1-0-0-1-1-0-0-0-2,10454359114.918283
+2555,001000-2-0,[0- 0- 1- 0- 0- 0- 2- 0],0-0-0-1-0-0-0-2-0,10453374649.53964
+2556,303300-1-0,[3- 0- 3- 3- 0- 0- 1- 0],2-1-0-1-1-0-0-1-0,10448959342.010677
+2557,010101-0-1,[0- 1- 0- 1- 0- 1- 0- 1],0-0-1-0-1-0-1-0-1,10446756363.135693
+2558,101011-0-1,[1- 0- 1- 0- 1- 1- 0- 1],0-1-0-1-0-1-1-0-1,10440922680.751488
+2559,002000-2-0,[0- 0- 2- 0- 0- 0- 2- 0],1-0-0-1-0-0-0-2-0,10435572061.00497
+2560,020020-0-3,[0- 2- 0- 0- 2- 0- 0- 3],1-0-1-0-0-1-0-0-3,10431520589.323978
+2561,003000-3-0,[0- 0- 3- 0- 0- 0- 3- 0],2-0-0-1-0-0-0-3-0,10426996898.428673
+2562,110001-0-3,[1- 1- 0- 0- 0- 1- 0- 3],0-1-1-0-0-0-1-0-3,10424000195.186588
+2563,100111-0-1,[1- 0- 0- 1- 1- 1- 0- 1],0-1-0-0-1-1-1-0-1,10423972062.665611
+2564,010001-0-3,[0- 1- 0- 0- 0- 1- 0- 3],0-0-1-0-0-0-1-0-3,10405559732.027924
+2565,100010-0-3,[1- 0- 0- 0- 1- 0- 0- 3],0-1-0-0-0-1-0-0-3,10403341251.950422
+2566,011010-0-1,[0- 1- 1- 0- 1- 0- 0- 1],0-0-1-1-0-1-0-0-1,10386581229.755993
+2567,000000-0-2,[0- 0- 0- 0- 0- 0- 0- 2],0-0-0-0-0-0-0-0-2,10381609542.946339
+2568,100101-0-3,[1- 0- 0- 1- 0- 1- 0- 3],0-1-0-0-1-0-1-0-3,10379481595.830711
+2569,000030-1-1,[0- 0- 0- 0- 3- 0- 1- 1],2-0-0-0-0-1-0-1-1,10378806376.651487
+2570,303303-0-0,[3- 0- 3- 3- 0- 3- 0- 0],2-1-0-1-1-0-1-0-0,10377143574.26019
+2571,000330-2-0,[0- 0- 0- 3- 3- 0- 2- 0],2-0-0-0-1-1-0-2-0,10373334762.769314
+2572,100111-1-0,[1- 0- 0- 1- 1- 1- 1- 0],0-1-0-0-1-1-1-1-0,10362907798.376774
+2573,330030-0-3,[3- 3- 0- 0- 3- 0- 0- 3],2-1-1-0-0-1-0-0-3,10355468294.450787
+2574,202002-0-3,[2- 0- 2- 0- 0- 2- 0- 3],1-1-0-1-0-0-1-0-3,10351482544.94942
+2575,033000-0-2,[0- 3- 3- 0- 0- 0- 0- 2],2-0-1-1-0-0-0-0-2,10343109746.789852
+2576,000200-2-0,[0- 0- 0- 2- 0- 0- 2- 0],1-0-0-0-1-0-0-2-0,10342099998.553875
+2577,303330-1-0,[3- 0- 3- 3- 3- 0- 1- 0],2-1-0-1-1-1-0-1-0,10339064703.052814
+2578,033300-0-1,[0- 3- 3- 3- 0- 0- 0- 1],2-0-1-1-1-0-0-0-1,10327530904.510479
+2579,200200-0-2,[2- 0- 0- 2- 0- 0- 0- 2],1-1-0-0-1-0-0-0-2,10325104972.013483
+2580,001000-0-2,[0- 0- 1- 0- 0- 0- 0- 2],0-0-0-1-0-0-0-0-2,10323569670.38718
+2581,020000-0-2,[0- 2- 0- 0- 0- 0- 0- 2],1-0-1-0-0-0-0-0-2,10321392645.066029
+2582,033303-0-0,[0- 3- 3- 3- 0- 3- 0- 0],2-0-1-1-1-0-1-0-0,10317812253.645153
+2583,220022-0-0,[2- 2- 0- 0- 2- 2- 0- 0],1-1-1-0-0-1-1-0-0,10309148758.452934
+2584,002000-3-0,[0- 0- 2- 0- 0- 0- 3- 0],1-0-0-1-0-0-0-3-0,10308638312.733942
+2585,220200-0-3,[2- 2- 0- 2- 0- 0- 0- 3],1-1-1-0-1-0-0-0-3,10308412631.209913
+2586,300330-0-2,[3- 0- 0- 3- 3- 0- 0- 2],2-1-0-0-1-1-0-0-2,10303206056.597483
+2587,330330-1-0,[3- 3- 0- 3- 3- 0- 1- 0],2-1-1-0-1-1-0-1-0,10302180168.417198
+2588,030003-0-3,[0- 3- 0- 0- 0- 3- 0- 3],2-0-1-0-0-0-1-0-3,10279563930.55922
+2589,200002-0-3,[2- 0- 0- 0- 0- 2- 0- 3],1-1-0-0-0-0-1-0-3,10279522056.004387
+2590,000030-2-0,[0- 0- 0- 0- 3- 0- 2- 0],2-0-0-0-0-1-0-2-0,10275094023.352797
+2591,010011-0-1,[0- 1- 0- 0- 1- 1- 0- 1],0-0-1-0-0-1-1-0-1,10272634121.505383
+2592,000200-3-0,[0- 0- 0- 2- 0- 0- 3- 0],1-0-0-0-1-0-0-3-0,10271965596.605936
+2593,003330-0-3,[0- 0- 3- 3- 3- 0- 0- 3],2-0-0-1-1-1-0-0-3,10269203384.720833
+2594,303300-0-1,[3- 0- 3- 3- 0- 0- 0- 1],2-1-0-1-1-0-0-0-1,10256933894.493313
+2595,100000-3-0,[1- 0- 0- 0- 0- 0- 3- 0],0-1-0-0-0-0-0-3-0,10252079555.15641
+2596,001011-0-1,[0- 0- 1- 0- 1- 1- 0- 1],0-0-0-1-0-1-1-0-1,10246207878.182598
+2597,303000-0-2,[3- 0- 3- 0- 0- 0- 0- 2],2-1-0-1-0-0-0-0-2,10243270408.848976
+2598,011001-1-0,[0- 1- 1- 0- 0- 1- 1- 0],0-0-1-1-0-0-1-1-0,10242704067.981258
+2599,003000-2-0,[0- 0- 3- 0- 0- 0- 2- 0],2-0-0-1-0-0-0-2-0,10238787136.850386
+2600,202200-1-0,[2- 0- 2- 2- 0- 0- 1- 0],1-1-0-1-1-0-0-1-0,10238006552.80457
+2601,002002-0-3,[0- 0- 2- 0- 0- 2- 0- 3],1-0-0-1-0-0-1-0-3,10231718818.059639
+2602,002002-0-1,[0- 0- 2- 0- 0- 2- 0- 1],1-0-0-1-0-0-1-0-1,10230542396.836391
+2603,300003-0-3,[3- 0- 0- 0- 0- 3- 0- 3],2-1-0-0-0-0-1-0-3,10228261016.427473
+2604,000202-0-1,[0- 0- 0- 2- 0- 2- 0- 1],1-0-0-0-1-0-1-0-1,10221196420.933575
+2605,011100-0-3,[0- 1- 1- 1- 0- 0- 0- 3],0-0-1-1-1-0-0-0-3,10217540438.542988
+2606,000100-3-0,[0- 0- 0- 1- 0- 0- 3- 0],0-0-0-0-1-0-0-3-0,10211248630.78727
+2607,000001-0-3,[0- 0- 0- 0- 0- 1- 0- 3],0-0-0-0-0-0-1-0-3,10209592954.139797
+2608,000022-0-1,[0- 0- 0- 0- 2- 2- 0- 1],1-0-0-0-0-1-1-0-1,10207684012.295986
+2609,022020-1-0,[0- 2- 2- 0- 2- 0- 1- 0],1-0-1-1-0-1-0-1-0,10207357103.904228
+2610,033030-0-3,[0- 3- 3- 0- 3- 0- 0- 3],2-0-1-1-0-1-0-0-3,10203535213.544872
+2611,110100-0-3,[1- 1- 0- 1- 0- 0- 0- 3],0-1-1-0-1-0-0-0-3,10193579446.858646
+2612,330030-0-1,[3- 3- 0- 0- 3- 0- 0- 1],2-1-1-0-0-1-0-0-1,10193332137.951122
+2613,110110-1-0,[1- 1- 0- 1- 1- 0- 1- 0],0-1-1-0-1-1-0-1-0,10193061071.603035
+2614,010100-0-3,[0- 1- 0- 1- 0- 0- 0- 3],0-0-1-0-1-0-0-0-3,10189219014.00502
+2615,333000-0-3,[3- 3- 3- 0- 0- 0- 0- 3],2-1-1-1-0-0-0-0-3,10189000735.90472
+2616,002020-0-3,[0- 0- 2- 0- 2- 0- 0- 3],1-0-0-1-0-1-0-0-3,10186320334.371124
+2617,000020-0-2,[0- 0- 0- 0- 2- 0- 0- 2],1-0-0-0-0-1-0-0-2,10184023038.75393
+2618,033300-1-0,[0- 3- 3- 3- 0- 0- 1- 0],2-0-1-1-1-0-0-1-0,10177259947.541668
+2619,100000-0-2,[1- 0- 0- 0- 0- 0- 0- 2],0-1-0-0-0-0-0-0-2,10177002015.638752
+2620,000303-0-3,[0- 0- 0- 3- 0- 3- 0- 3],2-0-0-0-1-0-1-0-3,10176011318.078184
+2621,030330-0-3,[0- 3- 0- 3- 3- 0- 0- 3],2-0-1-0-1-1-0-0-3,10171551583.398998
+2622,022200-0-3,[0- 2- 2- 2- 0- 0- 0- 3],1-0-1-1-1-0-0-0-3,10164470064.895887
+2623,000002-0-3,[0- 0- 0- 0- 0- 2- 0- 3],1-0-0-0-0-0-1-0-3,10163599639.026106
+2624,110110-0-1,[1- 1- 0- 1- 1- 0- 0- 1],0-1-1-0-1-1-0-0-1,10161859655.647001
+2625,000020-0-3,[0- 0- 0- 0- 2- 0- 0- 3],1-0-0-0-0-1-0-0-3,10160152609.584013
+2626,030330-0-2,[0- 3- 0- 3- 3- 0- 0- 2],2-0-1-0-1-1-0-0-2,10157180555.28487
+2627,300330-0-3,[3- 0- 0- 3- 3- 0- 0- 3],2-1-0-0-1-1-0-0-3,10149546465.605247
+2628,110100-0-1,[1- 1- 0- 1- 0- 0- 0- 1],0-1-1-0-1-0-0-0-1,10145272471.907345
+2629,022000-0-1,[0- 2- 2- 0- 0- 0- 0- 1],1-0-1-1-0-0-0-0-1,10144210187.075848
+2630,000022-1-0,[0- 0- 0- 0- 2- 2- 1- 0],1-0-0-0-0-1-1-1-0,10143144418.87193
+2631,303330-0-1,[3- 0- 3- 3- 3- 0- 0- 1],2-1-0-1-1-1-0-0-1,10136509207.733192
+2632,330330-0-1,[3- 3- 0- 3- 3- 0- 0- 1],2-1-1-0-1-1-0-0-1,10128555966.880232
+2633,001000-3-0,[0- 0- 1- 0- 0- 0- 3- 0],0-0-0-1-0-0-0-3-0,10127777653.57267
+2634,000300-3-0,[0- 0- 0- 3- 0- 0- 3- 0],2-0-0-0-1-0-0-3-0,10125025659.519218
+2635,000010-3-0,[0- 0- 0- 0- 1- 0- 3- 0],0-0-0-0-0-1-0-3-0,10121387595.473015
+2636,101110-1-0,[1- 0- 1- 1- 1- 0- 1- 0],0-1-0-1-1-1-0-1-0,10121288846.970203
+2637,000100-0-3,[0- 0- 0- 1- 0- 0- 0- 3],0-0-0-0-1-0-0-0-3,10115697399.686733
+2638,220002-0-0,[2- 2- 0- 0- 0- 2- 0- 0],1-1-1-0-0-0-1-0-0,10111434356.754864
+2639,111100-0-3,[1- 1- 1- 1- 0- 0- 0- 3],0-1-1-1-1-0-0-0-3,10110000793.116362
+2640,333300-0-0,[3- 3- 3- 3- 0- 0- 0- 0],2-1-1-1-1-0-0-0-0,10096539238.749874
+2641,000003-0-2,[0- 0- 0- 0- 0- 3- 0- 2],2-0-0-0-0-0-1-0-2,10093182369.355839
+2642,101110-0-1,[1- 0- 1- 1- 1- 0- 0- 1],0-1-0-1-1-1-0-0-1,10090167402.3628
+2643,330300-0-3,[3- 3- 0- 3- 0- 0- 0- 3],2-1-1-0-1-0-0-0-3,10085848208.641476
+2644,101010-0-3,[1- 0- 1- 0- 1- 0- 0- 3],0-1-0-1-0-1-0-0-3,10081997259.022285
+2645,011100-1-0,[0- 1- 1- 1- 0- 0- 1- 0],0-0-1-1-1-0-0-1-0,10079336121.892971
+2646,303030-0-3,[3- 0- 3- 0- 3- 0- 0- 3],2-1-0-1-0-1-0-0-3,10075133342.365593
+2647,022022-0-0,[0- 2- 2- 0- 2- 2- 0- 0],1-0-1-1-0-1-1-0-0,10068994750.733833
+2648,110000-0-1,[1- 1- 0- 0- 0- 0- 0- 1],0-1-1-0-0-0-0-0-1,10066599400.856455
+2649,033330-0-1,[0- 3- 3- 3- 3- 0- 0- 1],2-0-1-1-1-1-0-0-1,10055198834.491072
+2650,202200-0-1,[2- 0- 2- 2- 0- 0- 0- 1],1-1-0-1-1-0-0-0-1,10054008422.844383
+2651,000300-1-1,[0- 0- 0- 3- 0- 0- 1- 1],2-0-0-0-1-0-0-1-1,10045913291.025175
+2652,000033-1-0,[0- 0- 0- 0- 3- 3- 1- 0],2-0-0-0-0-1-1-1-0,10044858860.67884
+2653,000000-2-0,[0- 0- 0- 0- 0- 0- 2- 0],0-0-0-0-0-0-0-2-0,10044659791.957012
+2654,010000-3-0,[0- 1- 0- 0- 0- 0- 3- 0],0-0-1-0-0-0-0-3-0,10044242541.984905
+2655,202020-0-3,[2- 0- 2- 0- 2- 0- 0- 3],1-1-0-1-0-1-0-0-3,10042400543.629353
+2656,200020-0-3,[2- 0- 0- 0- 2- 0- 0- 3],1-1-0-0-0-1-0-0-3,10039873309.91478
+2657,001001-0-3,[0- 0- 1- 0- 0- 1- 0- 3],0-0-0-1-0-0-1-0-3,10038800014.64012
+2658,033330-1-0,[0- 3- 3- 3- 3- 0- 1- 0],2-0-1-1-1-1-0-1-0,10030318065.38987
+2659,202000-0-2,[2- 0- 2- 0- 0- 0- 0- 2],1-1-0-1-0-0-0-0-2,10014122852.099924
+2660,001110-0-1,[0- 0- 1- 1- 1- 0- 0- 1],0-0-0-1-1-1-0-0-1,10010299757.06425
+2661,110100-1-0,[1- 1- 0- 1- 0- 0- 1- 0],0-1-1-0-1-0-0-1-0,10009965290.506695
+2662,002002-1-0,[0- 0- 2- 0- 0- 2- 1- 0],1-0-0-1-0-0-1-1-0,10003921800.37144
+2663,300030-0-2,[3- 0- 0- 0- 3- 0- 0- 2],2-1-0-0-0-1-0-0-2,10000705677.17118
+2664,303000-1-0,[3- 0- 3- 0- 0- 0- 1- 0],2-1-0-1-0-0-0-1-0,9977402517.670769
+2665,110010-1-0,[1- 1- 0- 0- 1- 0- 1- 0],0-1-1-0-0-1-0-1-0,9977020080.99699
+2666,000000-0-3,[0- 0- 0- 0- 0- 0- 0- 3],0-0-0-0-0-0-0-0-3,9970070853.081871
+2667,110010-0-1,[1- 1- 0- 0- 1- 0- 0- 1],0-1-1-0-0-1-0-0-1,9960911329.82388
+2668,000202-1-0,[0- 0- 0- 2- 0- 2- 1- 0],1-0-0-0-1-0-1-1-0,9957496198.018307
+2669,001101-1-0,[0- 0- 1- 1- 0- 1- 1- 0],0-0-0-1-1-0-1-1-0,9938432352.903316
+2670,111111-0-0,[1- 1- 1- 1- 1- 1- 0- 0],0-1-1-1-1-1-1-0-0,9928673640.068996
+2671,300300-0-2,[3- 0- 0- 3- 0- 0- 0- 2],2-1-0-0-1-0-0-0-2,9925088262.284035
+2672,200000-0-2,[2- 0- 0- 0- 0- 0- 0- 2],1-1-0-0-0-0-0-0-2,9917474548.835747
+2673,020200-0-3,[0- 2- 0- 2- 0- 0- 0- 3],1-0-1-0-1-0-0-0-3,9911561946.145214
+2674,001100-0-3,[0- 0- 1- 1- 0- 0- 0- 3],0-0-0-1-1-0-0-0-3,9910242515.588102
+2675,030300-0-2,[0- 3- 0- 3- 0- 0- 0- 2],2-0-1-0-1-0-0-0-2,9908400563.825382
+2676,101000-0-2,[1- 0- 1- 0- 0- 0- 0- 2],0-1-0-1-0-0-0-0-2,9897202009.228996
+2677,010011-1-0,[0- 1- 0- 0- 1- 1- 1- 0],0-0-1-0-0-1-1-1-0,9895800408.99052
+2678,000111-0-1,[0- 0- 0- 1- 1- 1- 0- 1],0-0-0-0-1-1-1-0-1,9891585540.416683
+2679,222000-0-3,[2- 2- 2- 0- 0- 0- 0- 3],1-1-1-1-0-0-0-0-3,9890087294.78642
+2680,011000-0-1,[0- 1- 1- 0- 0- 0- 0- 1],0-0-1-1-0-0-0-0-1,9887956834.434046
+2681,003003-0-3,[0- 0- 3- 0- 0- 3- 0- 3],2-0-0-1-0-0-1-0-3,9883935870.73741
+2682,010101-1-0,[0- 1- 0- 1- 0- 1- 1- 0],0-0-1-0-1-0-1-1-0,9881002931.31741
+2683,010000-0-3,[0- 1- 0- 0- 0- 0- 0- 3],0-0-1-0-0-0-0-0-3,9872231045.20619
+2684,030030-0-2,[0- 3- 0- 0- 3- 0- 0- 2],2-0-1-0-0-1-0-0-2,9868863265.851055
+2685,333000-0-0,[3- 3- 3- 0- 0- 0- 0- 0],2-1-1-1-0-0-0-0-0,9851432948.314878
+2686,303030-1-0,[3- 0- 3- 0- 3- 0- 1- 0],2-1-0-1-0-1-0-1-0,9839383299.794537
+2687,011010-1-0,[0- 1- 1- 0- 1- 0- 1- 0],0-0-1-1-0-1-0-1-0,9839023538.832836
+2688,003003-1-0,[0- 0- 3- 0- 0- 3- 1- 0],2-0-0-1-0-0-1-1-0,9837114391.710655
+2689,110000-1-0,[1- 1- 0- 0- 0- 0- 1- 0],0-1-1-0-0-0-0-1-0,9836354380.132277
+2690,110000-0-3,[1- 1- 0- 0- 0- 0- 0- 3],0-1-1-0-0-0-0-0-3,9824812737.084023
+2691,220000-0-3,[2- 2- 0- 0- 0- 0- 0- 3],1-1-1-0-0-0-0-0-3,9816272009.119572
+2692,003030-0-2,[0- 0- 3- 0- 3- 0- 0- 2],2-0-0-1-0-1-0-0-2,9801268984.922752
+2693,003003-0-1,[0- 0- 3- 0- 0- 3- 0- 1],2-0-0-1-0-0-1-0-1,9795476891.067305
+2694,033300-0-3,[0- 3- 3- 3- 0- 0- 0- 3],2-0-1-1-1-0-0-0-3,9793115613.240215
+2695,002220-0-1,[0- 0- 2- 2- 2- 0- 0- 1],1-0-0-1-1-1-0-0-1,9791083193.335976
+2696,100001-0-3,[1- 0- 0- 0- 0- 1- 0- 3],0-1-0-0-0-0-1-0-3,9789640890.40402
+2697,000300-2-0,[0- 0- 0- 3- 0- 0- 2- 0],2-0-0-0-1-0-0-2-0,9785018440.043653
+2698,100101-0-1,[1- 0- 0- 1- 0- 1- 0- 1],0-1-0-0-1-0-1-0-1,9774388982.149792
+2699,033033-0-0,[0- 3- 3- 0- 3- 3- 0- 0],2-0-1-1-0-1-1-0-0,9771712280.943218
+2700,202020-1-0,[2- 0- 2- 0- 2- 0- 1- 0],1-1-0-1-0-1-0-1-0,9770870079.60091
+2701,330000-0-3,[3- 3- 0- 0- 0- 0- 0- 3],2-1-1-0-0-0-0-0-3,9770678310.082771
+2702,010001-0-1,[0- 1- 0- 0- 0- 1- 0- 1],0-0-1-0-0-0-1-0-1,9763014852.959757
+2703,100100-0-3,[1- 0- 0- 1- 0- 0- 0- 3],0-1-0-0-1-0-0-0-3,9762048189.304976
+2704,303033-0-0,[3- 0- 3- 0- 3- 3- 0- 0],2-1-0-1-0-1-1-0-0,9759831628.20367
+2705,030030-0-3,[0- 3- 0- 0- 3- 0- 0- 3],2-0-1-0-0-1-0-0-3,9753650955.084625
+2706,011000-0-3,[0- 1- 1- 0- 0- 0- 0- 3],0-0-1-1-0-0-0-0-3,9746488100.7192
+2707,300000-0-2,[3- 0- 0- 0- 0- 0- 0- 2],2-1-0-0-0-0-0-0-2,9743153806.421146
+2708,022000-1-0,[0- 2- 2- 0- 0- 0- 1- 0],1-0-1-1-0-0-0-1-0,9726058235.100658
+2709,000033-0-1,[0- 0- 0- 0- 3- 3- 0- 1],2-0-0-0-0-1-1-0-1,9723437545.434904
+2710,300030-0-3,[3- 0- 0- 0- 3- 0- 0- 3],2-1-0-0-0-1-0-0-3,9707780631.803709
+2711,000200-0-2,[0- 0- 0- 2- 0- 0- 0- 2],1-0-0-0-1-0-0-0-2,9704563560.335976
+2712,000330-0-3,[0- 0- 0- 3- 3- 0- 0- 3],2-0-0-0-1-1-0-0-3,9691426768.549208
+2713,000000-3-0,[0- 0- 0- 0- 0- 0- 3- 0],0-0-0-0-0-0-0-3-0,9687963778.679188
+2714,100011-1-0,[1- 0- 0- 0- 1- 1- 1- 0],0-1-0-0-0-1-1-1-0,9679298488.884731
+2715,033000-0-1,[0- 3- 3- 0- 0- 0- 0- 1],2-0-1-1-0-0-0-0-1,9670353890.827082
+2716,003030-0-3,[0- 0- 3- 0- 3- 0- 0- 3],2-0-0-1-0-1-0-0-3,9669686768.928328
+2717,001011-1-0,[0- 0- 1- 0- 1- 1- 1- 0],0-0-0-1-0-1-1-1-0,9667656111.64709
+2718,303300-0-3,[3- 0- 3- 3- 0- 0- 0- 3],2-1-0-1-1-0-0-0-3,9665505166.137733
+2719,003300-0-2,[0- 0- 3- 3- 0- 0- 0- 2],2-0-0-1-1-0-0-0-2,9639774679.37516
+2720,002000-0-2,[0- 0- 2- 0- 0- 0- 0- 2],1-0-0-1-0-0-0-0-2,9636623437.507042
+2721,303000-0-1,[3- 0- 3- 0- 0- 0- 0- 1],2-1-0-1-0-0-0-0-1,9635871896.993483
+2722,100101-1-0,[1- 0- 0- 1- 0- 1- 1- 0],0-1-0-0-1-0-1-1-0,9630175245.806042
+2723,111000-0-3,[1- 1- 1- 0- 0- 0- 0- 3],0-1-1-1-0-0-0-0-3,9608581858.083218
+2724,000303-1-0,[0- 0- 0- 3- 0- 3- 1- 0],2-0-0-0-1-0-1-1-0,9593104536.607872
+2725,101001-0-3,[1- 0- 1- 0- 0- 1- 0- 3],0-1-0-1-0-0-1-0-3,9589567035.287888
+2726,100011-0-1,[1- 0- 0- 0- 1- 1- 0- 1],0-1-0-0-0-1-1-0-1,9586393764.958858
+2727,030000-0-2,[0- 3- 0- 0- 0- 0- 0- 2],2-0-1-0-0-0-0-0-2,9573327174.194035
+2728,000003-0-3,[0- 0- 0- 0- 0- 3- 0- 3],2-0-0-0-0-0-1-0-3,9562275712.123539
+2729,000303-0-1,[0- 0- 0- 3- 0- 3- 0- 1],2-0-0-0-1-0-1-0-1,9562194680.719831
+2730,101001-0-1,[1- 0- 1- 0- 0- 1- 0- 1],0-1-0-1-0-0-1-0-1,9550445027.838009
+2731,020220-0-1,[0- 2- 0- 2- 2- 0- 0- 1],1-0-1-0-1-1-0-0-1,9546795767.616697
+2732,101001-1-0,[1- 0- 1- 0- 0- 1- 1- 0],0-1-0-1-0-0-1-1-0,9546159635.64822
+2733,202202-0-0,[2- 0- 2- 2- 0- 2- 0- 0],1-1-0-1-1-0-1-0-0,9539265821.485188
+2734,002220-1-0,[0- 0- 2- 2- 2- 0- 1- 0],1-0-0-1-1-1-0-1-0,9533215221.919834
+2735,202200-0-3,[2- 0- 2- 2- 0- 0- 0- 3],1-1-0-1-1-0-0-0-3,9527519478.81113
+2736,033030-1-0,[0- 3- 3- 0- 3- 0- 1- 0],2-0-1-1-0-1-0-1-0,9523913938.619915
+2737,033030-0-1,[0- 3- 3- 0- 3- 0- 0- 1],2-0-1-1-0-1-0-0-1,9515919355.355999
+2738,022000-0-3,[0- 2- 2- 0- 0- 0- 0- 3],1-0-1-1-0-0-0-0-3,9515738456.988605
+2739,202020-0-1,[2- 0- 2- 0- 2- 0- 0- 1],1-1-0-1-0-1-0-0-1,9499293141.61573
+2740,020200-0-1,[0- 2- 0- 2- 0- 0- 0- 1],1-0-1-0-1-0-0-0-1,9484656827.687634
+2741,222200-0-0,[2- 2- 2- 2- 0- 0- 0- 0],1-1-1-1-1-0-0-0-0,9480679949.819023
+2742,101100-0-3,[1- 0- 1- 1- 0- 0- 0- 3],0-1-0-1-1-0-0-0-3,9468856265.433823
+2743,033000-1-0,[0- 3- 3- 0- 0- 0- 1- 0],2-0-1-1-0-0-0-1-0,9460790373.100233
+2744,020220-1-0,[0- 2- 0- 2- 2- 0- 1- 0],1-0-1-0-1-1-0-1-0,9460455142.45742
+2745,010110-0-1,[0- 1- 0- 1- 1- 0- 0- 1],0-0-1-0-1-1-0-0-1,9443610108.097942
+2746,001110-1-0,[0- 0- 1- 1- 1- 0- 1- 0],0-0-0-1-1-1-0-1-0,9442896806.071987
+2747,101100-1-0,[1- 0- 1- 1- 0- 0- 1- 0],0-1-0-1-1-0-0-1-0,9442400953.872402
+2748,303030-0-1,[3- 0- 3- 0- 3- 0- 0- 1],2-1-0-1-0-1-0-0-1,9441802337.81976
+2749,001000-0-3,[0- 0- 1- 0- 0- 0- 0- 3],0-0-0-1-0-0-0-0-3,9438866167.276936
+2750,200200-0-3,[2- 0- 0- 2- 0- 0- 0- 3],1-1-0-0-1-0-0-0-3,9429967775.794273
+2751,002200-0-3,[0- 0- 2- 2- 0- 0- 0- 3],1-0-0-1-1-0-0-0-3,9427112731.098549
+2752,100000-0-3,[1- 0- 0- 0- 0- 0- 0- 3],0-1-0-0-0-0-0-0-3,9411510602.051472
+2753,202000-1-0,[2- 0- 2- 0- 0- 0- 1- 0],1-1-0-1-0-0-0-1-0,9403527387.626125
+2754,020000-0-3,[0- 2- 0- 0- 0- 0- 0- 3],1-0-1-0-0-0-0-0-3,9389802261.205574
+2755,200220-1-0,[2- 0- 0- 2- 2- 0- 1- 0],1-1-0-0-1-1-0-1-0,9377832280.483738
+2756,001001-0-1,[0- 0- 1- 0- 0- 1- 0- 1],0-0-0-1-0-0-1-0-1,9337522619.17375
+2757,000330-0-2,[0- 0- 0- 3- 3- 0- 0- 2],2-0-0-0-1-1-0-0-2,9331434120.19149
+2758,000030-0-3,[0- 0- 0- 0- 3- 0- 0- 3],2-0-0-0-0-1-0-0-3,9330500717.10072
+2759,300000-1-0,[3- 0- 0- 0- 0- 0- 1- 0],2-1-0-0-0-0-0-1-0,9330267044.89294
+2760,000002-0-1,[0- 0- 0- 0- 0- 2- 0- 1],1-0-0-0-0-0-1-0-1,9328442728.158522
+2761,000111-1-0,[0- 0- 0- 1- 1- 1- 1- 0],0-0-0-0-1-1-1-1-0,9321170809.605602
+2762,101100-0-1,[1- 0- 1- 1- 0- 0- 0- 1],0-1-0-1-1-0-0-0-1,9313801962.700268
+2763,030300-0-3,[0- 3- 0- 3- 0- 0- 0- 3],2-0-1-0-1-0-0-0-3,9297365627.391304
+2764,000200-0-3,[0- 0- 0- 2- 0- 0- 0- 3],1-0-0-0-1-0-0-0-3,9281160761.27548
+2765,033000-0-3,[0- 3- 3- 0- 0- 0- 0- 3],2-0-1-1-0-0-0-0-3,9274034971.218216
+2766,020200-1-0,[0- 2- 0- 2- 0- 0- 1- 0],1-0-1-0-1-0-0-1-0,9272694007.347973
+2767,303003-0-0,[3- 0- 3- 0- 0- 3- 0- 0],2-1-0-1-0-0-1-0-0,9254064452.022362
+2768,000101-0-1,[0- 0- 0- 1- 0- 1- 0- 1],0-0-0-0-1-0-1-0-1,9247424991.655195
+2769,011000-1-0,[0- 1- 1- 0- 0- 0- 1- 0],0-0-1-1-0-0-0-1-0,9242072073.03073
+2770,010100-0-1,[0- 1- 0- 1- 0- 0- 0- 1],0-0-1-0-1-0-0-0-1,9215749030.403635
+2771,101010-1-0,[1- 0- 1- 0- 1- 0- 1- 0],0-1-0-1-0-1-0-1-0,9201810829.825039
+2772,200220-0-1,[2- 0- 0- 2- 2- 0- 0- 1],1-1-0-0-1-1-0-0-1,9197878165.368202
+2773,300300-1-0,[3- 0- 0- 3- 0- 0- 1- 0],2-1-0-0-1-0-0-1-0,9195328511.482384
+2774,300333-0-0,[3- 0- 0- 3- 3- 3- 0- 0],2-1-0-0-1-1-1-0-0,9191545024.236126
+2775,000002-1-0,[0- 0- 0- 0- 0- 2- 1- 0],1-0-0-0-0-0-1-1-0,9173882641.277336
+2776,111101-0-0,[1- 1- 1- 1- 0- 1- 0- 0],0-1-1-1-1-0-1-0-0,9167533085.151543
+2777,010001-1-0,[0- 1- 0- 0- 0- 1- 1- 0],0-0-1-0-0-0-1-1-0,9147272045.160933
+2778,200200-1-0,[2- 0- 0- 2- 0- 0- 1- 0],1-1-0-0-1-0-0-1-0,9146953588.100216
+2779,111011-0-0,[1- 1- 1- 0- 1- 1- 0- 0],0-1-1-1-0-1-1-0-0,9146117324.181557
+2780,001100-0-1,[0- 0- 1- 1- 0- 0- 0- 1],0-0-0-1-1-0-0-0-1,9142578875.738493
+2781,202000-0-1,[2- 0- 2- 0- 0- 0- 0- 1],1-1-0-1-0-0-0-0-1,9140832421.943035
+2782,100001-0-1,[1- 0- 0- 0- 0- 1- 0- 1],0-1-0-0-0-0-1-0-1,9136217456.539732
+2783,300300-0-3,[3- 0- 0- 3- 0- 0- 0- 3],2-1-0-0-1-0-0-0-3,9134367022.365446
+2784,101010-0-1,[1- 0- 1- 0- 1- 0- 0- 1],0-1-0-1-0-1-0-0-1,9130738719.489498
+2785,020222-0-0,[0- 2- 0- 2- 2- 2- 0- 0],1-0-1-0-1-1-1-0-0,9128265409.66697
+2786,002222-0-0,[0- 0- 2- 2- 2- 2- 0- 0],1-0-0-1-1-1-1-0-0,9117728446.525593
+2787,000011-0-1,[0- 0- 0- 0- 1- 1- 0- 1],0-0-0-0-0-1-1-0-1,9107902572.434538
+2788,022002-0-0,[0- 2- 2- 0- 0- 2- 0- 0],1-0-1-1-0-0-1-0-0,9093700759.694653
+2789,100001-1-0,[1- 0- 0- 0- 0- 1- 1- 0],0-1-0-0-0-0-1-1-0,9092169254.716621
+2790,033003-0-0,[0- 3- 3- 0- 0- 3- 0- 0],2-0-1-1-0-0-1-0-0,9088376051.522444
+2791,010010-0-1,[0- 1- 0- 0- 1- 0- 0- 1],0-0-1-0-0-1-0-0-1,9085809604.826578
+2792,303000-0-3,[3- 0- 3- 0- 0- 0- 0- 3],2-1-0-1-0-0-0-0-3,9084244211.064024
+2793,020020-0-1,[0- 2- 0- 0- 2- 0- 0- 1],1-0-1-0-0-1-0-0-1,9078013048.987041
+2794,010110-1-0,[0- 1- 0- 1- 1- 0- 1- 0],0-0-1-0-1-1-0-1-0,9073427006.977764
+2795,000003-1-0,[0- 0- 0- 0- 0- 3- 1- 0],2-0-0-0-0-0-1-1-0,9057726985.675716
+2796,100110-1-0,[1- 0- 0- 1- 1- 0- 1- 0],0-1-0-0-1-1-0-1-0,9048010706.630825
+2797,011111-0-0,[0- 1- 1- 1- 1- 1- 0- 0],0-0-1-1-1-1-1-0-0,9047438611.348167
+2798,001010-0-1,[0- 0- 1- 0- 1- 0- 0- 1],0-0-0-1-0-1-0-0-1,9046219978.703627
+2799,000030-0-2,[0- 0- 0- 0- 3- 0- 0- 2],2-0-0-0-0-1-0-0-2,9046078025.532566
+2800,202022-0-0,[2- 0- 2- 0- 2- 2- 0- 0],1-1-0-1-0-1-1-0-0,9036454162.48447
+2801,100110-0-1,[1- 0- 0- 1- 1- 0- 0- 1],0-1-0-0-1-1-0-0-1,9034404139.94273
+2802,300030-1-0,[3- 0- 0- 0- 3- 0- 1- 0],2-1-0-0-0-1-0-1-0,9025173957.986076
+2803,222000-0-0,[2- 2- 2- 0- 0- 0- 0- 0],1-1-1-1-0-0-0-0-0,9015647494.798885
+2804,020000-0-1,[0- 2- 0- 0- 0- 0- 0- 1],1-0-1-0-0-0-0-0-1,9011956602.655863
+2805,200020-1-0,[2- 0- 0- 0- 2- 0- 1- 0],1-1-0-0-0-1-0-1-0,9011449805.38934
+2806,003000-0-2,[0- 0- 3- 0- 0- 0- 0- 2],2-0-0-1-0-0-0-0-2,9007862696.981327
+2807,200200-0-1,[2- 0- 0- 2- 0- 0- 0- 1],1-1-0-0-1-0-0-0-1,8994846537.147305
+2808,002200-0-1,[0- 0- 2- 2- 0- 0- 0- 1],1-0-0-1-1-0-0-0-1,8994191614.126522
+2809,020020-1-0,[0- 2- 0- 0- 2- 0- 1- 0],1-0-1-0-0-1-0-1-0,8985953199.799206
+2810,003300-0-3,[0- 0- 3- 3- 0- 0- 0- 3],2-0-0-1-1-0-0-0-3,8978881460.873518
+2811,300330-1-0,[3- 0- 0- 3- 3- 0- 1- 0],2-1-0-0-1-1-0-1-0,8965370320.310177
+2812,003333-0-0,[0- 0- 3- 3- 3- 3- 0- 0],2-0-0-1-1-1-1-0-0,8947291954.097256
+2813,200000-0-3,[2- 0- 0- 0- 0- 0- 0- 3],1-1-0-0-0-0-0-0-3,8939391732.057234
+2814,300300-0-1,[3- 0- 0- 3- 0- 0- 0- 1],2-1-0-0-1-0-0-0-1,8922493933.79814
+2815,222220-0-0,[2- 2- 2- 2- 2- 0- 0- 0],1-1-1-1-1-1-0-0-0,8919568577.899899
+2816,010000-0-1,[0- 1- 0- 0- 0- 0- 0- 1],0-0-1-0-0-0-0-0-1,8918550372.186409
+2817,030333-0-0,[0- 3- 0- 3- 3- 3- 0- 0],2-0-1-0-1-1-1-0-0,8916867981.162457
+2818,200000-1-0,[2- 0- 0- 0- 0- 0- 1- 0],1-1-0-0-0-0-0-1-0,8914126117.011833
+2819,300303-0-0,[3- 0- 0- 3- 0- 3- 0- 0],2-1-0-0-1-0-1-0-0,8872078414.916527
+2820,030000-0-3,[0- 3- 0- 0- 0- 0- 0- 3],2-0-1-0-0-0-0-0-3,8865216773.112944
+2821,300000-0-1,[3- 0- 0- 0- 0- 0- 0- 1],2-1-0-0-0-0-0-0-1,8858287515.747692
+2822,000003-0-1,[0- 0- 0- 0- 0- 3- 0- 1],2-0-0-0-0-0-1-0-1,8841528375.6385
+2823,002200-1-0,[0- 0- 2- 2- 0- 0- 1- 0],1-0-0-1-1-0-0-1-0,8835599133.843426
+2824,030300-1-0,[0- 3- 0- 3- 0- 0- 1- 0],2-0-1-0-1-0-0-1-0,8815372727.692793
+2825,101000-0-3,[1- 0- 1- 0- 0- 0- 0- 3],0-1-0-1-0-0-0-0-3,8806800979.764814
+2826,300000-0-3,[3- 0- 0- 0- 0- 0- 0- 3],2-1-0-0-0-0-0-0-3,8804135090.64172
+2827,333330-0-0,[3- 3- 3- 3- 3- 0- 0- 0],2-1-1-1-1-1-0-0-0,8791371959.570274
+2828,001001-1-0,[0- 0- 1- 0- 0- 1- 1- 0],0-0-0-1-0-0-1-1-0,8777674449.230003
+2829,030300-0-1,[0- 3- 0- 3- 0- 0- 0- 1],2-0-1-0-1-0-0-0-1,8775849279.891214
+2830,002000-0-3,[0- 0- 2- 0- 0- 0- 0- 3],1-0-0-1-0-0-0-0-3,8768892164.265898
+2831,010100-1-0,[0- 1- 0- 1- 0- 0- 1- 0],0-0-1-0-1-0-0-1-0,8766164558.018064
+2832,001100-1-0,[0- 0- 1- 1- 0- 0- 1- 0],0-0-0-1-1-0-0-1-0,8747626029.218636
+2833,202000-0-3,[2- 0- 2- 0- 0- 0- 0- 3],1-1-0-1-0-0-0-0-3,8741080141.909119
+2834,330000-0-0,[3- 3- 0- 0- 0- 0- 0- 0],2-1-1-0-0-0-0-0-0,8713355182.71394
+2835,003330-1-0,[0- 0- 3- 3- 3- 0- 1- 0],2-0-0-1-1-1-0-1-0,8708104612.76318
+2836,020000-1-0,[0- 2- 0- 0- 0- 0- 1- 0],1-0-1-0-0-0-0-1-0,8694869986.339338
+2837,002020-0-1,[0- 0- 2- 0- 2- 0- 0- 1],1-0-0-1-0-1-0-0-1,8692427616.660961
+2838,000101-1-0,[0- 0- 0- 1- 0- 1- 1- 0],0-0-0-0-1-0-1-1-0,8685075215.784447
+2839,200020-0-1,[2- 0- 0- 0- 2- 0- 0- 1],1-1-0-0-0-1-0-0-1,8677015288.628384
+2840,200222-0-0,[2- 0- 0- 2- 2- 2- 0- 0],1-1-0-0-1-1-1-0-0,8670788270.873035
+2841,003330-0-1,[0- 0- 3- 3- 3- 0- 0- 1],2-0-0-1-1-1-0-0-1,8666669442.376415
+2842,200000-0-1,[2- 0- 0- 0- 0- 0- 0- 1],1-1-0-0-0-0-0-0-1,8659531811.961714
+2843,100100-1-0,[1- 0- 0- 1- 0- 0- 1- 0],0-1-0-0-1-0-0-1-0,8643205976.588203
+2844,300330-0-1,[3- 0- 0- 3- 3- 0- 0- 1],2-1-0-0-1-1-0-0-1,8632406470.322323
+2845,101000-1-0,[1- 0- 1- 0- 0- 0- 1- 0],0-1-0-1-0-0-0-1-0,8629489278.881432
+2846,100100-0-1,[1- 0- 0- 1- 0- 0- 0- 1],0-1-0-0-1-0-0-0-1,8625991057.01666
+2847,010010-1-0,[0- 1- 0- 0- 1- 0- 1- 0],0-0-1-0-0-1-0-1-0,8612121438.955763
+2848,030330-1-0,[0- 3- 0- 3- 3- 0- 1- 0],2-0-1-0-1-1-0-1-0,8608737610.156643
+2849,000011-1-0,[0- 0- 0- 0- 1- 1- 1- 0],0-0-0-0-0-1-1-1-0,8607395908.878792
+2850,333030-0-0,[3- 3- 3- 0- 3- 0- 0- 0],2-1-1-1-0-1-0-0-0,8606351360.370434
+2851,000001-0-1,[0- 0- 0- 0- 0- 1- 0- 1],0-0-0-0-0-0-1-0-1,8601871968.481747
+2852,100010-1-0,[1- 0- 0- 0- 1- 0- 1- 0],0-1-0-0-0-1-0-1-0,8601360282.369148
+2853,000300-0-2,[0- 0- 0- 3- 0- 0- 0- 2],2-0-0-0-1-0-0-0-2,8593868112.998463
+2854,000110-0-1,[0- 0- 0- 1- 1- 0- 0- 1],0-0-0-0-1-1-0-0-1,8592406273.619825
+2855,100010-0-1,[1- 0- 0- 0- 1- 0- 0- 1],0-1-0-0-0-1-0-0-1,8559678931.671048
+2856,300033-0-0,[3- 0- 0- 0- 3- 3- 0- 0],2-1-0-0-0-1-1-0-0,8557468710.096871
+2857,030303-0-0,[0- 3- 0- 3- 0- 3- 0- 0],2-0-1-0-1-0-1-0-0,8537320763.317624
+2858,101000-0-1,[1- 0- 1- 0- 0- 0- 0- 1],0-1-0-1-0-0-0-0-1,8524967312.584821
+2859,020202-0-0,[0- 2- 0- 2- 0- 2- 0- 0],1-0-1-0-1-0-1-0-0,8514007050.149259
+2860,030000-1-0,[0- 3- 0- 0- 0- 0- 1- 0],2-0-1-0-0-0-0-1-0,8500646639.631832
+2861,330300-0-0,[3- 3- 0- 3- 0- 0- 0- 0],2-1-1-0-1-0-0-0-0,8497507516.290143
+2862,030000-0-1,[0- 3- 0- 0- 0- 0- 0- 1],2-0-1-0-0-0-0-0-1,8482086879.305198
+2863,002020-1-0,[0- 0- 2- 0- 2- 0- 1- 0],1-0-0-1-0-1-0-1-0,8471875940.912318
+2864,030030-1-0,[0- 3- 0- 0- 3- 0- 1- 0],2-0-1-0-0-1-0-1-0,8464373003.502423
+2865,000300-0-3,[0- 0- 0- 3- 0- 0- 0- 3],2-0-0-0-1-0-0-0-3,8461117313.022953
+2866,222020-0-0,[2- 2- 2- 0- 2- 0- 0- 0],1-1-1-1-0-1-0-0-0,8457137849.087747
+2867,300030-0-1,[3- 0- 0- 0- 3- 0- 0- 1],2-1-0-0-0-1-0-0-1,8451840633.96864
+2868,003000-0-3,[0- 0- 3- 0- 0- 0- 0- 3],2-0-0-1-0-0-0-0-3,8442071576.909542
+2869,111001-0-0,[1- 1- 1- 0- 0- 1- 0- 0],0-1-1-1-0-0-1-0-0,8440485170.573651
+2870,001010-1-0,[0- 0- 1- 0- 1- 0- 1- 0],0-0-0-1-0-1-0-1-0,8436427706.6608515
+2871,030330-0-1,[0- 3- 0- 3- 3- 0- 0- 1],2-0-1-0-1-1-0-0-1,8405757706.616634
+2872,100000-0-1,[1- 0- 0- 0- 0- 0- 0- 1],0-1-0-0-0-0-0-0-1,8374077997.244213
+2873,100000-1-0,[1- 0- 0- 0- 0- 0- 1- 0],0-1-0-0-0-0-0-1-0,8361916541.548306
+2874,003300-1-0,[0- 0- 3- 3- 0- 0- 1- 0],2-0-0-1-1-0-0-1-0,8359577035.445199
+2875,300003-0-0,[3- 0- 0- 0- 0- 3- 0- 0],2-1-0-0-0-0-1-0-0,8350947828.96362
+2876,003300-0-1,[0- 0- 3- 3- 0- 0- 0- 1],2-0-0-1-1-0-0-0-1,8306949312.7888155
+2877,001000-0-1,[0- 0- 1- 0- 0- 0- 0- 1],0-0-0-1-0-0-0-0-1,8299697511.629543
+2878,010000-1-0,[0- 1- 0- 0- 0- 0- 1- 0],0-0-1-0-0-0-0-1-0,8264314752.567471
+2879,030033-0-0,[0- 3- 0- 0- 3- 3- 0- 0],2-0-1-0-0-1-1-0-0,8215385723.31384
+2880,020022-0-0,[0- 2- 0- 0- 2- 2- 0- 0],1-0-1-0-0-1-1-0-0,8208091495.388608
+2881,030030-0-1,[0- 3- 0- 0- 3- 0- 0- 1],2-0-1-0-0-1-0-0-1,8194622290.094065
+2882,011101-0-0,[0- 1- 1- 1- 0- 1- 0- 0],0-0-1-1-1-0-1-0-0,8186289137.353467
+2883,202002-0-0,[2- 0- 2- 0- 0- 2- 0- 0],1-1-0-1-0-0-1-0-0,8158667366.658549
+2884,000010-0-1,[0- 0- 0- 0- 1- 0- 0- 1],0-0-0-0-0-1-0-0-1,8134770356.595577
+2885,000220-0-1,[0- 0- 0- 2- 2- 0- 0- 1],1-0-0-0-1-1-0-0-1,8098880294.766416
+2886,110111-0-0,[1- 1- 0- 1- 1- 1- 0- 0],0-1-1-0-1-1-1-0-0,8070496331.338693
+2887,000100-0-1,[0- 0- 0- 1- 0- 0- 0- 1],0-0-0-0-1-0-0-0-1,8065424912.883923
+2888,200202-0-0,[2- 0- 0- 2- 0- 2- 0- 0],1-1-0-0-1-0-1-0-0,8055135366.529674
+2889,000110-1-0,[0- 0- 0- 1- 1- 0- 1- 0],0-0-0-0-1-1-0-1-0,8037466670.852288
+2890,000001-1-0,[0- 0- 0- 0- 0- 1- 1- 0],0-0-0-0-0-0-1-1-0,8034369283.198712
+2891,003030-1-0,[0- 0- 3- 0- 3- 0- 1- 0],2-0-0-1-0-1-0-1-0,8002184452.693154
+2892,011011-0-0,[0- 1- 1- 0- 1- 1- 0- 0],0-0-1-1-0-1-1-0-0,7976463832.387631
+2893,002000-0-1,[0- 0- 2- 0- 0- 0- 0- 1],1-0-0-1-0-0-0-0-1,7966347740.023526
+2894,003303-0-0,[0- 0- 3- 3- 0- 3- 0- 0],2-0-0-1-1-0-1-0-0,7950248198.667535
+2895,220200-0-0,[2- 2- 0- 2- 0- 0- 0- 0],1-1-1-0-1-0-0-0-0,7923329019.027112
+2896,220000-0-0,[2- 2- 0- 0- 0- 0- 0- 0],1-1-1-0-0-0-0-0-0,7909420568.186078
+2897,000220-1-0,[0- 0- 0- 2- 2- 0- 1- 0],1-0-0-0-1-1-0-1-0,7906097678.7648115
+2898,002202-0-0,[0- 0- 2- 2- 0- 2- 0- 0],1-0-0-1-1-0-1-0-0,7896583421.23939
+2899,003030-0-1,[0- 0- 3- 0- 3- 0- 0- 1],2-0-0-1-0-1-0-0-1,7871952857.369016
+2900,101111-0-0,[1- 0- 1- 1- 1- 1- 0- 0],0-1-0-1-1-1-1-0-0,7823798352.339512
+2901,000000-0-1,[0- 0- 0- 0- 0- 0- 0- 1],0-0-0-0-0-0-0-0-1,7779947635.552301
+2902,001000-1-0,[0- 0- 1- 0- 0- 0- 1- 0],0-0-0-1-0-0-0-1-0,7777002538.227796
+2903,002000-1-0,[0- 0- 2- 0- 0- 0- 1- 0],1-0-0-1-0-0-0-1-0,7763980822.87626
+2904,030003-0-0,[0- 3- 0- 0- 0- 3- 0- 0],2-0-1-0-0-0-1-0-0,7741908393.564617
+2905,200022-0-0,[2- 0- 0- 0- 2- 2- 0- 0],1-1-0-0-0-1-1-0-0,7739518112.912303
+2906,110101-0-0,[1- 1- 0- 1- 0- 1- 0- 0],0-1-1-0-1-0-1-0-0,7699609679.39494
+2907,111100-0-0,[1- 1- 1- 1- 0- 0- 0- 0],0-1-1-1-1-0-0-0-0,7626818286.043317
+2908,110011-0-0,[1- 1- 0- 0- 1- 1- 0- 0],0-1-1-0-0-1-1-0-0,7607994177.9689
+2909,111110-0-0,[1- 1- 1- 1- 1- 0- 0- 0],0-1-1-1-1-1-0-0-0,7600847655.4421625
+2910,000100-1-0,[0- 0- 0- 1- 0- 0- 1- 0],0-0-0-0-1-0-0-1-0,7597687113.711637
+2911,003000-1-0,[0- 0- 3- 0- 0- 0- 1- 0],2-0-0-1-0-0-0-1-0,7584310238.158902
+2912,000200-0-1,[0- 0- 0- 2- 0- 0- 0- 1],1-0-0-0-1-0-0-0-1,7567227931.052579
+2913,003033-0-0,[0- 0- 3- 0- 3- 3- 0- 0],2-0-0-1-0-1-1-0-0,7563881371.028863
+2914,020002-0-0,[0- 2- 0- 0- 0- 2- 0- 0],1-0-1-0-0-0-1-0-0,7555791825.789243
+2915,000020-0-1,[0- 0- 0- 0- 2- 0- 0- 1],1-0-0-0-0-1-0-0-1,7542366509.833722
+2916,000010-1-0,[0- 0- 0- 0- 1- 0- 1- 0],0-0-0-0-0-1-0-1-0,7514603701.840192
+2917,003000-0-1,[0- 0- 3- 0- 0- 0- 0- 1],2-0-0-1-0-0-0-0-1,7511645924.011333
+2918,002022-0-0,[0- 0- 2- 0- 2- 2- 0- 0],1-0-0-1-0-1-1-0-0,7466637487.261638
+2919,022200-0-0,[0- 2- 2- 2- 0- 0- 0- 0],1-0-1-1-1-0-0-0-0,7443990906.474011
+2920,000200-1-0,[0- 0- 0- 2- 0- 0- 1- 0],1-0-0-0-1-0-0-1-0,7407609856.998483
+2921,000020-1-0,[0- 0- 0- 0- 2- 0- 1- 0],1-0-0-0-0-1-0-1-0,7393963946.082543
+2922,022220-0-0,[0- 2- 2- 2- 2- 0- 0- 0],1-0-1-1-1-1-0-0-0,7376767092.776544
+2923,110001-0-0,[1- 1- 0- 0- 0- 1- 0- 0],0-1-1-0-0-0-1-0-0,7329353241.114362
+2924,033300-0-0,[0- 3- 3- 3- 0- 0- 0- 0],2-0-1-1-1-0-0-0-0,7321735157.92143
+2925,111000-0-0,[1- 1- 1- 0- 0- 0- 0- 0],0-1-1-1-0-0-0-0-0,7302172439.34039
+2926,200002-0-0,[2- 0- 0- 0- 0- 2- 0- 0],1-1-0-0-0-0-1-0-0,7283820328.366265
+2927,330030-0-0,[3- 3- 0- 0- 3- 0- 0- 0],2-1-1-0-0-1-0-0-0,7245390733.647046
+2928,111010-0-0,[1- 1- 1- 0- 1- 0- 0- 0],0-1-1-1-0-1-0-0-0,7233677640.325269
+2929,303300-0-0,[3- 0- 3- 3- 0- 0- 0- 0],2-1-0-1-1-0-0-0-0,7207058581.494882
+2930,000000-1-0,[0- 0- 0- 0- 0- 0- 1- 0],0-0-0-0-0-0-0-1-0,7168313945.703122
+2931,011001-0-0,[0- 1- 1- 0- 0- 1- 0- 0],0-0-1-1-0-0-1-0-0,7088112534.685285
+2932,220220-0-0,[2- 2- 0- 2- 2- 0- 0- 0],1-1-1-0-1-1-0-0-0,7075882987.99064
+2933,000330-1-0,[0- 0- 0- 3- 3- 0- 1- 0],2-0-0-0-1-1-0-1-0,7072426291.073327
+2934,001111-0-0,[0- 0- 1- 1- 1- 1- 0- 0],0-0-0-1-1-1-1-0-0,7053030789.251445
+2935,330330-0-0,[3- 3- 0- 3- 3- 0- 0- 0],2-1-1-0-1-1-0-0-0,7014782381.126172
+2936,220020-0-0,[2- 2- 0- 0- 2- 0- 0- 0],1-1-1-0-0-1-0-0-0,7014709996.945981
+2937,000030-1-0,[0- 0- 0- 0- 3- 0- 1- 0],2-0-0-0-0-1-0-1-0,6920430021.220792
+2938,000330-0-1,[0- 0- 0- 3- 3- 0- 0- 1],2-0-0-0-1-1-0-0-1,6892828950.602338
+2939,000222-0-0,[0- 0- 0- 2- 2- 2- 0- 0],1-0-0-0-1-1-1-0-0,6847741757.096583
+2940,000333-0-0,[0- 0- 0- 3- 3- 3- 0- 0],2-0-0-0-1-1-1-0-0,6838195965.168649
+2941,000300-1-0,[0- 0- 0- 3- 0- 0- 1- 0],2-0-0-0-1-0-0-1-0,6833988178.916104
+2942,101101-0-0,[1- 0- 1- 1- 0- 1- 0- 0],0-1-0-1-1-0-1-0-0,6819113127.530391
+2943,010111-0-0,[0- 1- 0- 1- 1- 1- 0- 0],0-0-1-0-1-1-1-0-0,6766420307.317594
+2944,033330-0-0,[0- 3- 3- 3- 3- 0- 0- 0],2-0-1-1-1-1-0-0-0,6689879226.639798
+2945,000300-0-1,[0- 0- 0- 3- 0- 0- 0- 1],2-0-0-0-1-0-0-0-1,6681432993.680737
+2946,303330-0-0,[3- 0- 3- 3- 3- 0- 0- 0],2-1-0-1-1-1-0-0-0,6661539342.208751
+2947,011110-0-0,[0- 1- 1- 1- 1- 0- 0- 0],0-0-1-1-1-1-0-0-0,6640990912.989041
+2948,000030-0-1,[0- 0- 0- 0- 3- 0- 0- 1],2-0-0-0-0-1-0-0-1,6616792600.330395
+2949,303000-0-0,[3- 0- 3- 0- 0- 0- 0- 0],2-1-0-1-0-0-0-0-0,6582709716.582898
+2950,033000-0-0,[0- 3- 3- 0- 0- 0- 0- 0],2-0-1-1-0-0-0-0-0,6570822133.551464
+2951,003003-0-0,[0- 0- 3- 0- 0- 3- 0- 0],2-0-0-1-0-0-1-0-0,6545044759.936124
+2952,022020-0-0,[0- 2- 2- 0- 2- 0- 0- 0],1-0-1-1-0-1-0-0-0,6528582387.544156
+2953,101011-0-0,[1- 0- 1- 0- 1- 1- 0- 0],0-1-0-1-0-1-1-0-0,6527114078.032252
+2954,022000-0-0,[0- 2- 2- 0- 0- 0- 0- 0],1-0-1-1-0-0-0-0-0,6504806010.001691
+2955,202220-0-0,[2- 0- 2- 2- 2- 0- 0- 0],1-1-0-1-1-1-0-0-0,6482129544.629215
+2956,011100-0-0,[0- 1- 1- 1- 0- 0- 0- 0],0-0-1-1-1-0-0-0-0,6404657428.723081
+2957,202200-0-0,[2- 0- 2- 2- 0- 0- 0- 0],1-1-0-1-1-0-0-0-0,6388258470.60786
+2958,110000-0-0,[1- 1- 0- 0- 0- 0- 0- 0],0-1-1-0-0-0-0-0-0,6337218742.509991
+2959,002002-0-0,[0- 0- 2- 0- 0- 2- 0- 0],1-0-0-1-0-0-1-0-0,6273650018.72088
+2960,110100-0-0,[1- 1- 0- 1- 0- 0- 0- 0],0-1-1-0-1-0-0-0-0,6272443213.557248
+2961,010101-0-0,[0- 1- 0- 1- 0- 1- 0- 0],0-0-1-0-1-0-1-0-0,6257836125.412824
+2962,100111-0-0,[1- 0- 0- 1- 1- 1- 0- 0],0-1-0-0-1-1-1-0-0,6105384839.144786
+2963,033030-0-0,[0- 3- 3- 0- 3- 0- 0- 0],2-0-1-1-0-1-0-0-0,6095517580.035947
+2964,000303-0-0,[0- 0- 0- 3- 0- 3- 0- 0],2-0-0-0-1-0-1-0-0,6070168086.207578
+2965,010011-0-0,[0- 1- 0- 0- 1- 1- 0- 0],0-0-1-0-0-1-1-0-0,6050942232.432736
+2966,001101-0-0,[0- 0- 1- 1- 0- 1- 0- 0],0-0-0-1-1-0-1-0-0,6035576386.228585
+2967,000033-0-0,[0- 0- 0- 0- 3- 3- 0- 0],2-0-0-0-0-1-1-0-0,6029489680.029187
+2968,303030-0-0,[3- 0- 3- 0- 3- 0- 0- 0],2-1-0-1-0-1-0-0-0,5989764448.919625
+2969,000202-0-0,[0- 0- 0- 2- 0- 2- 0- 0],1-0-0-0-1-0-1-0-0,5967640093.185311
+2970,011010-0-0,[0- 1- 1- 0- 1- 0- 0- 0],0-0-1-1-0-1-0-0-0,5940864232.783246
+2971,110110-0-0,[1- 1- 0- 1- 1- 0- 0- 0],0-1-1-0-1-1-0-0-0,5896416505.122586
+2972,110010-0-0,[1- 1- 0- 0- 1- 0- 0- 0],0-1-1-0-0-1-0-0-0,5868954942.728955
+2973,000022-0-0,[0- 0- 0- 0- 2- 2- 0- 0],1-0-0-0-0-1-1-0-0,5783077955.853433
+2974,011000-0-0,[0- 1- 1- 0- 0- 0- 0- 0],0-0-1-1-0-0-0-0-0,5675151761.023983
+2975,101001-0-0,[1- 0- 1- 0- 0- 1- 0- 0],0-1-0-1-0-0-1-0-0,5657169867.100076
+2976,001011-0-0,[0- 0- 1- 0- 1- 1- 0- 0],0-0-0-1-0-1-1-0-0,5639615000.301232
+2977,300000-0-0,[3- 0- 0- 0- 0- 0- 0- 0],2-1-0-0-0-0-0-0-0,5577444072.278241
+2978,010001-0-0,[0- 1- 0- 0- 0- 1- 0- 0],0-0-1-0-0-0-1-0-0,5550428093.458065
+2979,300300-0-0,[3- 0- 0- 3- 0- 0- 0- 0],2-1-0-0-1-0-0-0-0,5548406576.425992
+2980,100101-0-0,[1- 0- 0- 1- 0- 1- 0- 0],0-1-0-0-1-0-1-0-0,5543283832.857308
+2981,202000-0-0,[2- 0- 2- 0- 0- 0- 0- 0],1-1-0-1-0-0-0-0-0,5476520881.597878
+2982,101110-0-0,[1- 0- 1- 1- 1- 0- 0- 0],0-1-0-1-1-1-0-0-0,5475549446.246455
+2983,202020-0-0,[2- 0- 2- 0- 2- 0- 0- 0],1-1-0-1-0-1-0-0-0,5467780806.196193
+2984,020200-0-0,[0- 2- 0- 2- 0- 0- 0- 0],1-0-1-0-1-0-0-0-0,5414155957.388715
+2985,030300-0-0,[0- 3- 0- 3- 0- 0- 0- 0],2-0-1-0-1-0-0-0-0,5334823837.491116
+2986,100011-0-0,[1- 0- 0- 0- 1- 1- 0- 0],0-1-0-0-0-1-1-0-0,5313907050.90426
+2987,000003-0-0,[0- 0- 0- 0- 0- 3- 0- 0],2-0-0-0-0-0-1-0-0,5276674281.397687
+2988,020220-0-0,[0- 2- 0- 2- 2- 0- 0- 0],1-0-1-0-1-1-0-0-0,5086322322.655332
+2989,030000-0-0,[0- 3- 0- 0- 0- 0- 0- 0],2-0-1-0-0-0-0-0-0,5055168878.827021
+2990,101100-0-0,[1- 0- 1- 1- 0- 0- 0- 0],0-1-0-1-1-0-0-0-0,5028734354.87954
+2991,002220-0-0,[0- 0- 2- 2- 2- 0- 0- 0],1-0-0-1-1-1-0-0-0,5010640394.9514265
+2992,000002-0-0,[0- 0- 0- 0- 0- 2- 0- 0],1-0-0-0-0-0-1-0-0,4972898394.425214
+2993,020000-0-0,[0- 2- 0- 0- 0- 0- 0- 0],1-0-1-0-0-0-0-0-0,4946114799.474194
+2994,100001-0-0,[1- 0- 0- 0- 0- 1- 0- 0],0-1-0-0-0-0-1-0-0,4930385320.368848
+2995,000111-0-0,[0- 0- 0- 1- 1- 1- 0- 0],0-0-0-0-1-1-1-0-0,4918903634.657891
+2996,200200-0-0,[2- 0- 0- 2- 0- 0- 0- 0],1-1-0-0-1-0-0-0-0,4912747736.898721
+2997,300330-0-0,[3- 0- 0- 3- 3- 0- 0- 0],2-1-0-0-1-1-0-0-0,4766586817.935082
+2998,001110-0-0,[0- 0- 1- 1- 1- 0- 0- 0],0-0-0-1-1-1-0-0-0,4719481606.86741
+2999,300030-0-0,[3- 0- 0- 0- 3- 0- 0- 0],2-1-0-0-0-1-0-0-0,4696763307.493482
+3000,001001-0-0,[0- 0- 1- 0- 0- 1- 0- 0],0-0-0-1-0-0-1-0-0,4684320304.038877
+3001,020020-0-0,[0- 2- 0- 0- 2- 0- 0- 0],1-0-1-0-0-1-0-0-0,4661108796.229184
+3002,200000-0-0,[2- 0- 0- 0- 0- 0- 0- 0],1-1-0-0-0-0-0-0-0,4658396206.849576
+3003,200220-0-0,[2- 0- 0- 2- 2- 0- 0- 0],1-1-0-0-1-1-0-0-0,4658069789.485362
+3004,010100-0-0,[0- 1- 0- 1- 0- 0- 0- 0],0-0-1-0-1-0-0-0-0,4557659107.530117
+3005,101010-0-0,[1- 0- 1- 0- 1- 0- 0- 0],0-1-0-1-0-1-0-0-0,4549282355.667367
+3006,030330-0-0,[0- 3- 0- 3- 3- 0- 0- 0],2-0-1-0-1-1-0-0-0,4545502621.275968
+3007,002200-0-0,[0- 0- 2- 2- 0- 0- 0- 0],1-0-0-1-1-0-0-0-0,4528413231.744607
+3008,003330-0-0,[0- 0- 3- 3- 3- 0- 0- 0],2-0-0-1-1-1-0-0-0,4495717273.711419
+3009,010110-0-0,[0- 1- 0- 1- 1- 0- 0- 0],0-0-1-0-1-1-0-0-0,4471998044.990735
+3010,003300-0-0,[0- 0- 3- 3- 0- 0- 0- 0],2-0-0-1-1-0-0-0-0,4466541605.177472
+3011,030030-0-0,[0- 3- 0- 0- 3- 0- 0- 0],2-0-1-0-0-1-0-0-0,4378523122.046383
+3012,000101-0-0,[0- 0- 0- 1- 0- 1- 0- 0],0-0-0-0-1-0-1-0-0,4304446453.60011
+3013,010000-0-0,[0- 1- 0- 0- 0- 0- 0- 0],0-0-1-0-0-0-0-0-0,4244841905.184473
+3014,200020-0-0,[2- 0- 0- 0- 2- 0- 0- 0],1-1-0-0-0-1-0-0-0,4244355614.016625
+3015,101000-0-0,[1- 0- 1- 0- 0- 0- 0- 0],0-1-0-1-0-0-0-0-0,4238286157.9119234
+3016,010010-0-0,[0- 1- 0- 0- 1- 0- 0- 0],0-0-1-0-0-1-0-0-0,4140584002.9955864
+3017,001100-0-0,[0- 0- 1- 1- 0- 0- 0- 0],0-0-0-1-1-0-0-0-0,4111520133.6929903
+3018,000011-0-0,[0- 0- 0- 0- 1- 1- 0- 0],0-0-0-0-0-1-1-0-0,4037519815.6739016
+3019,100110-0-0,[1- 0- 0- 1- 1- 0- 0- 0],0-1-0-0-1-1-0-0-0,3936160475.7264485
+3020,100100-0-0,[1- 0- 0- 1- 0- 0- 0- 0],0-1-0-0-1-0-0-0-0,3899315843.2493258
+3021,002020-0-0,[0- 0- 2- 0- 2- 0- 0- 0],1-0-0-1-0-1-0-0-0,3798688820.553612
+3022,100000-0-0,[1- 0- 0- 0- 0- 0- 0- 0],0-1-0-0-0-0-0-0-0,3698270441.618253
+3023,001010-0-0,[0- 0- 1- 0- 1- 0- 0- 0],0-0-0-1-0-1-0-0-0,3637068155.950452
+3024,003030-0-0,[0- 0- 3- 0- 3- 0- 0- 0],2-0-0-1-0-1-0-0-0,3595149684.7914248
+3025,100010-0-0,[1- 0- 0- 0- 1- 0- 0- 0],0-1-0-0-0-1-0-0-0,3542618589.1060457
+3026,000001-0-0,[0- 0- 0- 0- 0- 1- 0- 0],0-0-0-0-0-0-1-0-0,3527952019.1716895
+3027,003000-0-0,[0- 0- 3- 0- 0- 0- 0- 0],2-0-0-1-0-0-0-0-0,3527273975.6008887
+3028,002000-0-0,[0- 0- 2- 0- 0- 0- 0- 0],1-0-0-1-0-0-0-0-0,3341484491.442914
+3029,001000-0-0,[0- 0- 1- 0- 0- 0- 0- 0],0-0-0-1-0-0-0-0-0,3103192469.8401313
+3030,000220-0-0,[0- 0- 0- 2- 2- 0- 0- 0],1-0-0-0-1-1-0-0-0,2736451188.527245
+3031,000110-0-0,[0- 0- 0- 1- 1- 0- 0- 0],0-0-0-0-1-1-0-0-0,2719338051.8300295
+3032,000200-0-0,[0- 0- 0- 2- 0- 0- 0- 0],1-0-0-0-1-0-0-0-0,2574244859.4307375
+3033,000100-0-0,[0- 0- 0- 1- 0- 0- 0- 0],0-0-0-0-1-0-0-0-0,2491047232.5608344
+3034,000300-0-0,[0- 0- 0- 3- 0- 0- 0- 0],2-0-0-0-1-0-0-0-0,2405732867.360502
+3035,000330-0-0,[0- 0- 0- 3- 3- 0- 0- 0],2-0-0-0-1-1-0-0-0,2221843916.484189
+3036,000010-0-0,[0- 0- 0- 0- 1- 0- 0- 0],0-0-0-0-0-1-0-0-0,2190185943.6865516
+3037,000020-0-0,[0- 0- 0- 0- 2- 0- 0- 0],1-0-0-0-0-1-0-0-0,2138223120.911847
+3038,000000-0-0,[0- 0- 0- 0- 0- 0- 0- 0],0-0-0-0-0-0-0-0-0,2091283607.7509422
+3039,000030-0-0,[0- 0- 0- 0- 3- 0- 0- 0],2-0-0-0-0-1-0-0-0,1927089709.1199162
diff --git a/kernel_ridge_linear_model/model_output_data/From_summaries_X_y_after_removing_aberrant_points.csv b/kernel_ridge_linear_model/model_output_data/From_summaries_X_y_after_removing_aberrant_points.csv
index b82754161c13593879367a0969c21a43826de528..73c27f5c39d68b1aee27c0fa7a02630509b7b04e 100755
--- a/kernel_ridge_linear_model/model_output_data/From_summaries_X_y_after_removing_aberrant_points.csv
+++ b/kernel_ridge_linear_model/model_output_data/From_summaries_X_y_after_removing_aberrant_points.csv
@@ -1,214 +1,629 @@
-X_0,X_1,X_2,X_3,X_4,X_5,X_6,X_7,X_8,X_9,y
-2.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,8236960890.90969
-2.0,0.0,0.0,1.0,1.0,2.0,1.0,0.0,0.0,0.0,6957102505.948323
-2.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,6956231392.081026
-1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,11285968381.230984
-2.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,8096707069.234942
-2.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,994906080.8659663
-1.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,3998672440.749671
-0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,1.0,0.0,6501654671.113798
-0.0,0.0,0.0,1.0,0.0,2.0,1.0,1.0,0.0,0.0,6532788063.289651
-0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,8964027358.211496
-2.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,8321129010.784183
-1.0,0.0,0.0,1.0,1.0,2.0,0.0,0.0,1.0,0.0,7249844128.351241
-0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,7650055845.407672
-2.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,9340120487.55429
-2.0,0.0,0.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,6806147312.252427
-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.08333333333333333
-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.08333333333333333
-2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1016987763.6032282
-2.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1980229389.772511
-2.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,5377240292.736961
-0.0,0.0,0.0,0.0,0.0,2.0,1.0,0.0,0.0,0.0,3307720550.5370083
-0.0,0.0,0.0,0.0,0.0,2.0,1.0,1.0,0.0,0.0,5789616901.049658
-0.0,0.0,0.0,0.0,0.0,2.0,1.0,1.0,1.0,0.0,7665772326.561901
-2.0,1.0,1.0,0.0,0.0,2.0,1.0,0.0,0.0,0.0,5072151352.996373
-2.0,1.0,1.0,1.0,0.0,2.0,1.0,0.0,0.0,0.0,5822958761.806049
-2.0,1.0,0.0,0.0,0.0,2.0,1.0,0.0,0.0,0.0,4149980287.5936337
-2.0,1.0,0.0,0.0,0.0,2.0,1.0,1.0,0.0,0.0,6611133148.221605
-2.0,1.0,0.0,0.0,0.0,2.0,1.0,1.0,1.0,0.0,8224428196.629629
-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.08333333333333333
-0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,997516184.7000968
-1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1014996574.3865615
-2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1010122436.9405816
-0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2018619748.5607243
-1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1998856653.9939156
-0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,2905397356.669485
-1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,3029054692.61153
-2.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,5058399218.983161
-2.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,5026691733.102776
-0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,5947637003.818383
-1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,5035525633.343237
-2.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,5326600510.288329
-2.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,4059018123.5159216
-0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,4062233415.93208
-0.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,5236095548.271565
-0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,3139835723.7949314
-2.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2075033200.5312083
-0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,2745412415.8531094
-0.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,7043096708.760907
-1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,8950387999.31977
-2.0,0.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,5363512027.675722
-0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,9185604320.908272
-0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,4533975344.242078
-2.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,9820095844.135439
-2.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,7854719115.244439
-0.0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,6336774201.724871
-1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,4969363871.73078
-1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,10870309597.28764
-0.0,1.0,0.0,0.0,0.0,2.0,0.0,0.0,1.0,0.0,3845281263.097989
-0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,3839950848.6291375
-1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,4153496621.1304984
-2.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,6443423519.784533
-2.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,6519117311.516021
-0.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,6448575832.027497
-1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,6539495281.754154
-2.0,1.0,0.0,0.0,0.0,2.0,1.0,1.0,0.0,0.0,6473246073.976255
-0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,3145168392.3157244
-0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,3331046015.069652
-0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,5724131219.984087
-0.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,9166575000.916658
-1.0,0.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,6540008502.011052
-1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,7245431755.278297
-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,3321398441.599851
-0.0,0.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,5549420363.04308
-2.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,9229945635.620207
-1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,7263008047.412917
-0.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,4385426351.149858
-1.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,5040602049.508794
-2.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,0.0,6928278461.367919
-0.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,5821399464.43125
-2.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,4809102669.532892
-1.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,8795770993.306417
-0.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,8367150566.874451
-1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,8895689149.038376
-1.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,7282684688.88371
-0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,1.0,9080672696.233337
-1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,2991522026.5766816
-0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,7849108733.703288
-1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,11468876336.840899
-0.0,1.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,6807769026.0124855
-2.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,8336042547.16116
-0.0,0.0,1.0,0.0,1.0,2.0,0.0,1.0,1.0,0.0,7878296082.123358
-0.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,0.0,4093227346.033253
-0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,6788174999.151478
-2.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,9607255399.277534
-0.0,1.0,0.0,1.0,1.0,2.0,1.0,1.0,1.0,0.0,10000990098.019703
-0.0,1.0,0.0,1.0,1.0,2.0,1.0,0.0,1.0,0.0,8871225293.637558
-0.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,1.0,6657080470.788732
-0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,5194211570.625695
-0.0,0.0,0.0,1.0,1.0,2.0,1.0,0.0,0.0,0.0,6806981239.9597025
-1.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,4244013818.5089927
-2.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,3742206854.226074
-0.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,7487495881.877265
-0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,8782098570.274353
-1.0,0.0,1.0,1.0,1.0,2.0,0.0,1.0,0.0,0.0,9750580159.519491
-0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,5162462701.2069845
-1.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,4242843383.922169
-1.0,1.0,1.0,1.0,0.0,2.0,1.0,1.0,1.0,0.0,9571301409.852697
-1.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,8376542330.856669
-1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,9479212087.891254
-1.0,0.0,0.0,0.0,1.0,2.0,1.0,0.0,0.0,0.0,5449442794.474265
-1.0,1.0,0.0,1.0,0.0,2.0,1.0,0.0,1.0,0.0,7529950377.627011
-1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,10578920865.440357
-1.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,6670179627.937381
-0.0,1.0,1.0,1.0,0.0,2.0,1.0,1.0,1.0,0.0,9413093613.215984
-0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,6681499595.769274
-2.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,8384408354.2244835
-1.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,1.0,10534122128.398308
-2.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,5256269415.345153
-2.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,9521179864.608822
-0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,1.0,8622547962.923044
-0.0,0.0,1.0,0.0,0.0,2.0,1.0,0.0,0.0,0.0,4292324465.390988
-1.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0,6005284650.492433
-1.0,0.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,7512075661.626064
-2.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,3550266447.4968843
-1.0,0.0,1.0,0.0,0.0,2.0,1.0,1.0,1.0,0.0,8906781623.528154
-0.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,5000900162.029165
-2.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,8411277841.329655
-2.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,8447801037.389967
-0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,6634071263.19351
-1.0,1.0,1.0,1.0,0.0,2.0,0.0,1.0,1.0,0.0,8252186829.509821
-1.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,7393168712.11001
-2.0,1.0,1.0,1.0,0.0,2.0,0.0,0.0,1.0,0.0,6057595619.146848
-1.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,3751444306.0578322
-1.0,1.0,0.0,1.0,1.0,2.0,0.0,1.0,1.0,0.0,10619025470.794495
-1.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,11384996168.94879
-1.0,1.0,1.0,1.0,0.0,2.0,0.0,1.0,0.0,0.0,6002689204.763734
-0.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,9243340173.405062
-0.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,5236287472.182222
-0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,7522756337.9222145
-2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,6788774083.176061
-1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,6591219177.81132
-1.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,7467367603.572389
-1.0,1.0,0.0,1.0,0.0,2.0,0.0,0.0,1.0,0.0,5336236245.851076
-0.0,1.0,1.0,1.0,1.0,2.0,1.0,1.0,1.0,0.0,10965958375.4152
-1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,11414873580.275099
-2.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,7192278369.94203
-0.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,0.0,4197888462.103562
-1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,5023055826.242454
-1.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,9969791531.659073
-1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,5065035050.042546
-2.0,0.0,1.0,1.0,0.0,2.0,0.0,1.0,0.0,0.0,5127442585.46165
-2.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1047552602.8539523
-2.0,1.0,0.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,7504014647.836593
-0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,9277212383.22309
-2.0,1.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,8528930131.004368
-0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,4407169583.478402
-2.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,6743861400.160503
-1.0,0.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,7543867590.03606
-2.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,9681573061.991112
-0.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,6563747111.951271
-0.0,1.0,1.0,0.0,0.0,2.0,1.0,0.0,0.0,0.0,5338401255.591975
-1.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,10017249703.99027
-2.0,1.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,1.0,9152396555.037937
-1.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,9116518219.361662
-0.0,1.0,0.0,1.0,1.0,2.0,0.0,1.0,1.0,0.0,8886756067.432705
-0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,9945201937.325336
-0.0,1.0,0.0,1.0,1.0,2.0,1.0,0.0,1.0,0.0,8938627384.378855
-2.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,2117186259.461176
-0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,6254338947.644929
-0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,2780233650.836016
-0.0,1.0,1.0,1.0,1.0,2.0,1.0,1.0,0.0,0.0,9442424814.692413
-1.0,0.0,0.0,0.0,1.0,2.0,1.0,1.0,1.0,0.0,9147875405.936972
-0.0,1.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,6759862639.591164
-0.0,1.0,0.0,1.0,1.0,2.0,1.0,1.0,1.0,0.0,10558457958.332102
-2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,3629843118.1804323
-0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,8737821661.059898
-1.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,11525411226.672567
-1.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,5281811027.365063
-2.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,8479966080.135679
-1.0,0.0,0.0,1.0,1.0,2.0,1.0,1.0,0.0,0.0,9258659160.980307
-1.0,0.0,0.0,0.0,1.0,0.0,1.0,0.0,0.0,0.0,4730794158.415373
-1.0,0.0,1.0,1.0,1.0,2.0,1.0,1.0,0.0,0.0,10575598076.510221
-2.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,5441732647.675019
-0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,7524397860.061248
-0.0,1.0,1.0,0.0,0.0,2.0,1.0,1.0,1.0,0.0,9132169894.888725
-0.0,1.0,0.0,0.0,1.0,2.0,1.0,0.0,1.0,0.0,7964637011.668193
-0.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,8993129249.25357
-2.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,1.0,6611526535.36175
-0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2083511299.9235353
-0.0,1.0,1.0,1.0,0.0,2.0,1.0,1.0,1.0,0.0,8963143553.707155
-0.0,1.0,0.0,0.0,1.0,2.0,1.0,1.0,1.0,0.0,9487576019.202854
-1.0,0.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,8314487162.431821
-2.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,1.0,7514502990.77219
-2.0,0.0,1.0,1.0,1.0,2.0,1.0,0.0,0.0,0.0,8547519937.090253
-1.0,1.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,7567673924.06596
-2.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,0.0,7144898542.440698
-1.0,1.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,9205560158.335634
-0.0,0.0,1.0,1.0,0.0,2.0,0.0,1.0,0.0,0.0,5549728340.797718
-2.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,7804268935.107504
-2.0,0.0,0.0,0.0,1.0,2.0,0.0,0.0,1.0,0.0,5328502158.043374
-1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,11529065350.201126
-1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,5231876778.838105
-1.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,4343576935.606472
-0.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,9910704551.9866
-1.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,11245140693.577787
-1.0,1.0,1.0,0.0,0.0,2.0,1.0,1.0,0.0,0.0,7549106940.648921
-1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,10604498852.593224
-0.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,7793442597.398549
-2.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,9121757215.309958
-0.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0,6238497769.737048
-2.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,5246589716.684155
-0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,3452478361.591869
-1.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,11528294469.531294
+X_0,X_1,X_2,X_3,X_4,X_5,X_6,X_7,X_8,y
+0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,10829988671.831848
+0.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,3.0,11271402985.343796
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,11835117871.856445
+0.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,11115693246.882881
+0.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,7744553642.650806
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,14014690198.265823
+2.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,1.0,12835751160.993692
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,15072476000.850086
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,3.0,3.0,15103367446.80594
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,2.0,2.0,14193154641.516396
+2.0,0.0,0.0,1.0,1.0,1.0,0.0,3.0,2.0,13704431053.692589
+1.0,1.0,0.0,1.0,1.0,1.0,0.0,2.0,3.0,13904280154.559978
+2.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,2.0,11958775708.378078
+2.0,1.0,0.0,1.0,1.0,1.0,0.0,3.0,0.0,12422190504.229136
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,3.0,13244489299.11487
+2.0,0.0,1.0,0.0,1.0,1.0,1.0,2.0,3.0,14498805298.443407
+1.0,0.0,1.0,1.0,1.0,0.0,1.0,2.0,0.0,14878826834.261774
+0.0,1.0,1.0,1.0,0.0,1.0,0.0,2.0,0.0,13184350176.340683
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,14515768479.29906
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,1.0,15148485454.424267
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,3.0,11563514337.02325
+2.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1619850293.4358807
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,2.0,15227537478.77662
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,3.0,0.0,12714137867.025375
+0.0,1.0,1.0,0.0,0.0,1.0,1.0,3.0,2.0,13712530510.380384
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,1.0,14204444570.706173
+1.0,1.0,0.0,1.0,1.0,0.0,1.0,2.0,3.0,14288735332.61318
+2.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,14395593796.65072
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,3.0,15034451445.487333
+2.0,1.0,0.0,0.0,0.0,1.0,1.0,3.0,2.0,14177780865.38339
+2.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,2.0,15278348593.857187
+1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,14874621812.74041
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,13280265392.82361
+0.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,3.0,11308622485.386433
+0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,2.0,11533320339.125751
+0.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,14823423380.68923
+1.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,12977423176.899149
+0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,11067652130.41236
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,3.0,0.0,12470196231.00789
+1.0,1.0,1.0,0.0,0.0,1.0,0.0,1.0,2.0,12658099664.813522
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,2.0,13903816180.427042
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,3.0,14471780028.94356
+2.0,0.0,1.0,0.0,1.0,0.0,0.0,2.0,0.0,11667290866.728037
+1.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,2.0,14092347150.879715
+0.0,1.0,0.0,1.0,1.0,1.0,0.0,2.0,3.0,14166071691.655617
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,3.0,14334040479.330315
+2.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,10199294208.840748
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,1.0,14563969322.455019
+1.0,1.0,0.0,0.0,1.0,1.0,1.0,2.0,3.0,14594342940.789293
+0.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,10499448253.994251
+0.0,0.0,1.0,1.0,0.0,1.0,0.0,1.0,3.0,12057461036.314661
+2.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,2.0,13026006421.821165
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,2.0,0.0,14474943149.660782
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,10890802281.840895
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,1.0,13789280489.133356
+0.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,6206361520.558573
+2.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,2.0,13753001592.597586
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,1.0,15929350146.231434
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,10346654305.863657
+1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,10312116840.40865
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,14097711236.580742
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,2.0,11969296360.974827
+2.0,1.0,1.0,0.0,1.0,1.0,0.0,2.0,3.0,13784129504.653522
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,1.0,15804679449.491407
+1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,6218480079.099067
+0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,6003554104.029585
+0.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,2.0,14151777817.088272
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,3.0,1.0,15331051050.866896
+0.0,1.0,0.0,1.0,1.0,1.0,1.0,3.0,0.0,12835751160.993692
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,3.0,15872839508.132448
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,14095406166.176382
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,2.0,14045358079.381556
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,12317273251.316717
+0.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,3.0,11817746710.23476
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,13829154623.777847
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,15864982651.64147
+0.0,1.0,0.0,1.0,1.0,1.0,1.0,3.0,3.0,13561013712.897066
+2.0,0.0,0.0,1.0,1.0,1.0,1.0,3.0,1.0,13712605724.190134
+0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,13743003093.549995
+1.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,2.0,14390518375.252914
+2.0,1.0,1.0,0.0,0.0,1.0,0.0,2.0,2.0,14087701577.399946
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,0.0,12477742826.233706
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,11913313962.28483
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,7765120631.149005
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,2.0,15012017119.704325
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,15052941194.179932
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,3.0,13070067323.916784
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,14223092043.31785
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,1.0,13677476888.483427
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,14522261174.153862
+0.0,0.0,1.0,1.0,0.0,1.0,0.0,2.0,1.0,13585184541.146809
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,15302944745.657406
+2.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,9938974695.370426
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,2.0,15847508930.071281
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,13446770287.478502
+0.0,0.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,14403991634.16166
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,11838060073.41965
+1.0,0.0,0.0,1.0,1.0,0.0,0.0,2.0,2.0,13885706747.759195
+0.0,0.0,1.0,1.0,1.0,1.0,0.0,3.0,1.0,11878826466.975676
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,13419378387.55433
+1.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,1.0,16215287124.089106
+2.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,1.0,11607890115.069016
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,1.0,15007150907.40738
+0.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,1.0,14778842018.612473
+0.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,2.0,11691120593.908926
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,2.0,13361213732.655474
+0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,2.0,11607229911.367193
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,13772833636.56522
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,15666712622.357025
+2.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,3.0,10395312961.292013
+2.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,6111684930.418467
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,13830416959.410492
+1.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,3.0,14080045056.14418
+2.0,1.0,0.0,1.0,1.0,0.0,0.0,3.0,3.0,12321431651.786486
+2.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,0.0,14500655429.625418
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,1.0,15070431662.374104
+1.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,10515534599.263493
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,3.0,12840398976.87701
+1.0,1.0,1.0,1.0,1.0,0.0,1.0,3.0,1.0,15123376505.532131
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,3.0,14249500198.780527
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,13229665673.118774
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,11459308568.239609
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,13320350431.77916
+1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,3.0,10684388505.734846
+2.0,0.0,1.0,1.0,1.0,1.0,0.0,3.0,2.0,13766178701.51896
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,0.0,14460730440.416006
+0.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,14639637991.031757
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,3.0,13822617119.034851
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,10583914566.641617
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,7219330479.29135
+1.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,15671205570.173307
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,3.0,2.0,14103636340.557686
+1.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,10890102530.315323
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,12220292773.774273
+2.0,0.0,0.0,1.0,1.0,1.0,1.0,2.0,3.0,14446232567.00885
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,14778186805.148129
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,14313318542.904173
+0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,10075333266.836134
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,3.0,15824387279.72453
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,2.0,14129921805.012732
+2.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,1.0,15150114913.62162
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,0.0,15159761142.803434
+1.0,1.0,1.0,0.0,1.0,1.0,0.0,1.0,2.0,12976463290.882996
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,3.0,14052976912.364231
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,3.0,3.0,14320636179.941658
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,11742671105.396345
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,12442484614.867773
+2.0,0.0,1.0,1.0,1.0,0.0,0.0,2.0,1.0,13694709322.947266
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,15111309908.788132
+2.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,11461738424.790365
+2.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,0.0,12513561572.354038
+0.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,10871987779.885736
+1.0,0.0,0.0,1.0,1.0,0.0,1.0,3.0,1.0,13345451002.843914
+1.0,1.0,1.0,0.0,0.0,1.0,1.0,2.0,1.0,15248016614.238901
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,3.0,13740416059.79829
+1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,2.0,13620192752.96784
+2.0,0.0,1.0,0.0,1.0,1.0,0.0,3.0,0.0,11742271237.07176
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,3.0,3.0,14657190304.561756
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,14508144872.531439
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,2.0,15385988288.185717
+2.0,0.0,1.0,0.0,1.0,1.0,0.0,3.0,3.0,13025293818.065302
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,12295616121.028208
+1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,13569165428.480322
+0.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,1.0,12908055917.698235
+2.0,1.0,1.0,0.0,1.0,0.0,1.0,3.0,1.0,14509155276.979774
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,2.0,13468757197.367126
+2.0,0.0,1.0,0.0,0.0,1.0,1.0,2.0,3.0,13852123045.63859
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,15338505477.380306
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,13730944881.241056
+0.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,0.0,11787671039.106777
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,14726651262.589447
+1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,14933352448.024466
+1.0,1.0,1.0,1.0,0.0,1.0,0.0,2.0,1.0,14254435980.477125
+0.0,0.0,0.0,1.0,1.0,0.0,1.0,2.0,2.0,13985290271.692234
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,1.0,15106812719.332037
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,17630558694.77448
+2.0,1.0,0.0,0.0,0.0,1.0,1.0,2.0,1.0,13490088157.726112
+0.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,3.0,12740395334.46723
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,3.0,1.0,14214479437.334045
+0.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,1.0,12597441207.741884
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,1.0,13053432922.324242
+0.0,1.0,1.0,0.0,1.0,1.0,0.0,2.0,0.0,13517367790.004988
+1.0,0.0,0.0,0.0,0.0,1.0,1.0,2.0,2.0,14281185109.865158
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,11532602089.476847
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,12054278002.99187
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,15170478249.32681
+0.0,0.0,1.0,1.0,1.0,1.0,1.0,2.0,1.0,14930141866.208012
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,0.0,13997917109.93404
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,13585369100.893103
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,0.0,13731963066.512136
+0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,10887754868.731785
+0.0,0.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,3292105202.513851
+1.0,1.0,1.0,1.0,1.0,0.0,1.0,3.0,0.0,13662807379.009008
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,0.0,15432670345.815277
+2.0,1.0,1.0,0.0,0.0,1.0,1.0,2.0,1.0,13767012585.802904
+2.0,1.0,0.0,1.0,1.0,0.0,0.0,2.0,2.0,13967533864.285854
+1.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,2.0,14792899408.284023
+0.0,0.0,0.0,0.0,1.0,1.0,1.0,3.0,0.0,12035490253.659992
+0.0,1.0,1.0,1.0,0.0,0.0,1.0,2.0,2.0,14359934633.577549
+1.0,0.0,1.0,0.0,1.0,1.0,0.0,2.0,1.0,13494675675.712149
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,14263788804.637444
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,14515642055.879416
+1.0,0.0,0.0,0.0,1.0,0.0,0.0,2.0,1.0,12017367499.510292
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,14095922754.343307
+2.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,10228912840.456577
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,0.0,14384742966.220308
+0.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,3.0,10831501906.88591
+2.0,1.0,1.0,0.0,0.0,1.0,0.0,1.0,2.0,12684319010.623117
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,0.0,15834385000.403776
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,2.0,15595928215.061611
+1.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,14004896111.680643
+2.0,1.0,1.0,1.0,0.0,1.0,0.0,3.0,2.0,13545491857.12757
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,14576855743.06251
+1.0,1.0,0.0,1.0,1.0,1.0,0.0,3.0,0.0,12080227204.913269
+1.0,1.0,1.0,0.0,1.0,1.0,0.0,1.0,2.0,13277356000.435497
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,13583376120.968113
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,13225816264.315292
+1.0,1.0,1.0,1.0,0.0,1.0,0.0,2.0,0.0,12701670777.774109
+2.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,2.0,13695515814.21211
+0.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,9201917679.644438
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,1.0,15790678762.326597
+1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,14598327031.722164
+0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,2.0,11783642889.632044
+0.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,2.0,12918694901.766243
+0.0,0.0,0.0,1.0,0.0,1.0,1.0,2.0,2.0,13559965557.687483
+0.0,0.0,1.0,1.0,1.0,1.0,0.0,2.0,1.0,13743550838.768908
+2.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,10632890934.184532
+0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2751497562.180254
+1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5111958755.732292
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5492386746.144499
+0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,5838252194.436778
+1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,9157643713.790216
+2.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,8725917881.017065
+0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,8793320381.554344
+1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,12705257909.722488
+2.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,10756377585.89932
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,10860100930.50205
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,2.0,0.0,13266987723.033262
+0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,9909170265.975996
+1.0,1.0,0.0,0.0,0.0,0.0,0.0,2.0,0.0,14322613248.733103
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,8498732877.373275
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,0.0,11750487231.831547
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,12798179535.467672
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,2.0,15251088619.069136
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5492368456.744541
+2.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,8725809067.483562
+2.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,10756377585.89932
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,12877238669.53101
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,17276238156.558975
+2.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,14023081992.960411
+0.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,10662526762.942175
+2.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,1.0,13379358325.974688
+0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,12292321232.772312
+1.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,13404268723.41766
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,14911863431.18995
+1.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,3.0,14253216951.065857
+1.0,0.0,1.0,1.0,1.0,0.0,1.0,2.0,3.0,14427994927.116983
+0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,2.0,10298586930.887213
+0.0,0.0,1.0,1.0,0.0,0.0,1.0,2.0,1.0,13549235890.841936
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,2.0,15386698506.874779
+1.0,1.0,1.0,0.0,1.0,0.0,1.0,2.0,3.0,14568255189.2125
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,14982687504.58845
+0.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,1.0,13434937285.712751
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,2.0,2.0,14628566078.695833
+2.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,1.0,11193557883.566849
+2.0,0.0,1.0,0.0,1.0,1.0,1.0,2.0,2.0,14193940322.997305
+0.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,9632519385.445263
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,12910472329.630178
+1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,12468874571.85002
+2.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,3.0,12362391133.693079
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,16077609838.211012
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,14602100074.032648
+1.0,1.0,1.0,0.0,0.0,1.0,1.0,3.0,2.0,14662090139.59776
+2.0,1.0,0.0,1.0,1.0,0.0,1.0,1.0,3.0,13438548206.760126
+0.0,0.0,1.0,1.0,1.0,1.0,1.0,2.0,0.0,13720451293.083933
+0.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,2.0,12422560861.231298
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,0.0,13786295870.452936
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,0.0,14399200556.385109
+2.0,1.0,0.0,0.0,1.0,0.0,0.0,3.0,0.0,10880623242.099306
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,13323686983.956947
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,3.0,11831169215.2977
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,1.0,14286387786.85281
+2.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,3.0,13506559460.602041
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,3.0,15017968999.908392
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,14586168519.839378
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,3.0,15274754649.253447
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,14821951309.889946
+0.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,4992984856.276931
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,0.0,15049135427.169708
+0.0,0.0,1.0,0.0,1.0,0.0,1.0,3.0,0.0,12300183518.7381
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,16239592451.187845
+2.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,12689099302.353321
+2.0,0.0,1.0,1.0,0.0,1.0,0.0,1.0,2.0,12790717009.223387
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,0.0,14221635658.760386
+1.0,1.0,1.0,0.0,1.0,0.0,1.0,3.0,1.0,14401834217.605953
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,2.0,0.0,12808082412.325474
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,15203575881.047222
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,15097712394.617968
+1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,2.0,12894540709.354473
+1.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,11478960786.722055
+1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,3.0,11496525749.918375
+1.0,0.0,1.0,1.0,1.0,1.0,0.0,2.0,2.0,14357811008.1337
+1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,2.0,13164009072.635054
+2.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,10542740269.050732
+0.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,3.0,11645632713.048117
+1.0,1.0,1.0,0.0,0.0,1.0,1.0,3.0,0.0,14371553521.821047
+2.0,0.0,0.0,0.0,1.0,1.0,1.0,2.0,0.0,12831600639.526976
+0.0,1.0,1.0,1.0,0.0,0.0,1.0,3.0,0.0,12484488023.630638
+2.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,2.0,15099786942.006248
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,1.0,12988227470.62063
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,3.0,1.0,14768125659.027607
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,12421881890.262611
+1.0,1.0,1.0,0.0,0.0,0.0,1.0,3.0,0.0,13567950330.447432
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,11746671287.02404
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,12210772587.792402
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,3.0,1.0,13292286751.84364
+1.0,1.0,0.0,0.0,1.0,1.0,1.0,2.0,1.0,15542938143.76907
+0.0,1.0,1.0,1.0,0.0,0.0,0.0,2.0,0.0,12373817991.036406
+0.0,0.0,0.0,1.0,1.0,1.0,1.0,3.0,3.0,12266206111.514534
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,15121089686.207148
+1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,3.0,14354884321.164698
+1.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,1.0,16284841418.21427
+0.0,1.0,0.0,0.0,1.0,0.0,1.0,2.0,0.0,12649245282.780205
+2.0,0.0,1.0,1.0,0.0,1.0,0.0,3.0,1.0,12248762568.76149
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,0.0,13861550830.306894
+2.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,2.0,13575059899.951809
+0.0,0.0,1.0,0.0,1.0,0.0,0.0,2.0,1.0,13532935104.163002
+1.0,0.0,1.0,1.0,0.0,0.0,1.0,2.0,3.0,13145579404.557837
+2.0,1.0,0.0,0.0,1.0,1.0,1.0,3.0,2.0,14000308006.776148
+0.0,1.0,0.0,0.0,0.0,1.0,1.0,3.0,2.0,13125943427.183828
+0.0,1.0,1.0,0.0,1.0,0.0,1.0,2.0,1.0,13709391069.976845
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,3.0,2.0,13340679600.900229
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,11201155959.295
+1.0,0.0,0.0,1.0,0.0,1.0,0.0,2.0,0.0,11522688750.283745
+2.0,1.0,1.0,0.0,0.0,0.0,0.0,3.0,3.0,10983169391.224886
+2.0,0.0,0.0,1.0,0.0,0.0,1.0,3.0,3.0,12601108141.449959
+1.0,0.0,0.0,0.0,0.0,1.0,1.0,3.0,3.0,12257064972.250004
+2.0,0.0,1.0,1.0,0.0,0.0,0.0,2.0,0.0,11012924768.508322
+0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,12667865046.700085
+0.0,0.0,1.0,0.0,1.0,0.0,0.0,3.0,0.0,10448185359.16682
+0.0,1.0,1.0,0.0,0.0,0.0,0.0,2.0,0.0,11352245417.38233
+0.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,10275982049.914555
+0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,12184957913.155367
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,2.0,14754441824.711329
+1.0,0.0,0.0,1.0,0.0,1.0,1.0,3.0,0.0,12850612909.982742
+2.0,0.0,1.0,1.0,0.0,0.0,1.0,2.0,0.0,12711988294.801178
+2.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,5989960825.6562
+0.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,12144942603.001259
+2.0,0.0,1.0,0.0,1.0,0.0,0.0,2.0,2.0,13468630213.370039
+2.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,8071025020.177562
+0.0,0.0,0.0,0.0,1.0,1.0,0.0,3.0,1.0,10984846404.38515
+2.0,0.0,1.0,1.0,1.0,1.0,0.0,2.0,3.0,12476170514.317654
+0.0,0.0,1.0,1.0,0.0,1.0,1.0,3.0,2.0,13502784274.117321
+1.0,0.0,1.0,0.0,1.0,0.0,1.0,2.0,0.0,13489251090.268719
+0.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,10229007008.915602
+1.0,0.0,1.0,1.0,1.0,1.0,0.0,2.0,2.0,13985779259.648788
+1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,11839826096.634293
+0.0,0.0,1.0,1.0,0.0,0.0,0.0,2.0,0.0,11398700320.189491
+1.0,0.0,1.0,0.0,1.0,0.0,0.0,2.0,2.0,13423107073.440504
+0.0,0.0,0.0,1.0,0.0,1.0,1.0,2.0,0.0,11898288669.140718
+1.0,1.0,0.0,1.0,0.0,0.0,0.0,1.0,2.0,12043389925.222591
+1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,11138350566.21805
+0.0,1.0,1.0,1.0,0.0,1.0,0.0,2.0,0.0,12917092930.73338
+1.0,0.0,1.0,0.0,0.0,0.0,0.0,3.0,2.0,11844664334.057436
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,14702487807.961985
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,13293134893.415646
+0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,14337534230.862976
+2.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,8819508753.362438
+2.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,13461287356.755075
+1.0,1.0,1.0,0.0,0.0,1.0,1.0,3.0,3.0,13202208993.60881
+2.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,13313575986.569265
+0.0,1.0,1.0,0.0,1.0,0.0,1.0,3.0,0.0,11763017543.364365
+0.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,12672600823.212149
+0.0,1.0,1.0,0.0,0.0,0.0,1.0,3.0,1.0,12127533138.4843
+1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,3.0,10650251079.669203
+0.0,0.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,9252662453.621029
+2.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,0.0,13912636987.301937
+1.0,1.0,0.0,1.0,1.0,1.0,0.0,3.0,0.0,11749390206.648275
+2.0,0.0,0.0,1.0,1.0,0.0,0.0,3.0,1.0,11503455638.073677
+1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,3.0,12966704097.21916
+2.0,1.0,1.0,0.0,0.0,1.0,0.0,3.0,2.0,13326563439.106268
+0.0,1.0,1.0,1.0,0.0,1.0,0.0,3.0,0.0,12158719929.965773
+1.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,2.0,14772139744.44198
+2.0,1.0,0.0,1.0,0.0,0.0,0.0,2.0,1.0,13885591061.0119
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,14914131885.668266
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,0.0,15954255957.319174
+0.0,0.0,0.0,0.0,0.0,0.0,1.0,3.0,0.0,10565988294.998167
+0.0,1.0,1.0,1.0,0.0,1.0,0.0,3.0,3.0,13018731350.667341
+0.0,1.0,0.0,0.0,1.0,0.0,1.0,3.0,0.0,12027441811.236517
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,3.0,12550389815.107658
+1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,3.0,13826458587.682562
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,14751416504.76987
+0.0,1.0,1.0,1.0,1.0,0.0,1.0,3.0,2.0,14396443502.597118
+2.0,1.0,1.0,1.0,0.0,0.0,1.0,3.0,1.0,14748327170.99063
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,3.0,14236800706.145315
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,14917179817.652395
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,3.0,14243959136.930027
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,15673416162.11328
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,15929324771.852247
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,13084073019.59471
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,13042179713.411142
+1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,15903737855.50818
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,14522366622.954342
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,16695549968.1115
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,2.0,15478678120.888475
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,14463386659.839949
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,14397604238.654688
+1.0,1.0,0.0,0.0,1.0,1.0,1.0,3.0,2.0,14770830563.8026
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,0.0,13526400151.49568
+0.0,0.0,0.0,0.0,0.0,1.0,1.0,3.0,0.0,10884176040.66328
+0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,2.0,13236319932.441824
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,2.0,15380805677.362993
+1.0,0.0,1.0,1.0,0.0,1.0,1.0,3.0,3.0,14551380926.049883
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,14246069509.422352
+2.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,2.0,13120776749.983599
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,2.0,3.0,14938304801.171164
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,3.0,0.0,12655728742.172432
+1.0,0.0,0.0,0.0,1.0,0.0,1.0,2.0,0.0,13004797469.786604
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,11392233458.761824
+1.0,1.0,1.0,0.0,1.0,0.0,0.0,2.0,2.0,13871530210.112068
+2.0,1.0,1.0,1.0,0.0,0.0,0.0,3.0,0.0,11872339111.996523
+0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,7423574302.555194
+2.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,2.0,13657246808.30142
+0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,3211871075.4950294
+1.0,1.0,0.0,1.0,0.0,0.0,1.0,3.0,0.0,13684477013.499737
+2.0,1.0,0.0,1.0,1.0,0.0,1.0,2.0,1.0,14789355213.691393
+1.0,1.0,0.0,0.0,0.0,1.0,1.0,2.0,3.0,14287673738.112658
+2.0,0.0,1.0,0.0,1.0,0.0,0.0,2.0,3.0,13386827094.402565
+2.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,7055470105.973162
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,0.0,9980936411.454123
+1.0,1.0,0.0,1.0,1.0,1.0,0.0,2.0,1.0,14224386857.804495
+0.0,0.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,8465178488.288426
+1.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,3444676768.755404
+0.0,1.0,0.0,0.0,0.0,0.0,0.0,3.0,0.0,10074338544.11704
+0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,8513536523.071684
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,15108433225.257673
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,10992187852.093517
+2.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,13471279232.675934
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.0,1.0,11081302407.634575
+0.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,12859238913.085691
+1.0,1.0,1.0,0.0,0.0,0.0,0.0,3.0,0.0,10849423027.683388
+1.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,13609237950.72095
+1.0,0.0,0.0,0.0,0.0,1.0,1.0,3.0,2.0,13874571102.320799
+0.0,0.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,8558932529.934866
+2.0,0.0,0.0,0.0,1.0,1.0,1.0,2.0,0.0,12729464509.616474
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,2.0,1.0,14119886306.675457
+2.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,3.0,12443165840.025682
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,1.0,15333190223.557913
+1.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,1.0,14733811592.85764
+0.0,0.0,1.0,1.0,0.0,1.0,0.0,3.0,2.0,13560884983.354015
+0.0,1.0,1.0,0.0,0.0,1.0,1.0,2.0,2.0,14409055803.391315
+2.0,0.0,1.0,1.0,0.0,1.0,0.0,2.0,0.0,12586706675.611618
+1.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,3.0,14753135779.009829
+0.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,2.0,13990494857.793615
+2.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,11588412051.484997
+0.0,0.0,1.0,1.0,0.0,0.0,1.0,3.0,1.0,12797903191.541098
+0.0,0.0,0.0,0.0,1.0,1.0,0.0,3.0,3.0,11259739674.818718
+1.0,0.0,0.0,1.0,1.0,1.0,0.0,2.0,3.0,13196111369.901518
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,2.0,16070659475.582241
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,3.0,1.0,11530208569.942822
+1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,13717835106.13489
+0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,2.0,12516412145.425688
+0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,13683428410.355072
+1.0,0.0,0.0,1.0,1.0,0.0,1.0,3.0,0.0,12755215926.672813
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,3.0,0.0,12080679610.712181
+0.0,1.0,0.0,1.0,1.0,1.0,0.0,2.0,2.0,14736981718.77418
+1.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,12798329050.159212
+2.0,0.0,1.0,0.0,1.0,0.0,0.0,3.0,0.0,11625825142.93952
+1.0,0.0,1.0,0.0,1.0,0.0,0.0,2.0,3.0,12356571100.945772
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,0.0,13883393379.009699
+0.0,1.0,0.0,1.0,0.0,0.0,1.0,3.0,0.0,11472757936.280302
+1.0,0.0,0.0,1.0,0.0,1.0,1.0,3.0,1.0,13394465674.67254
+1.0,0.0,0.0,1.0,0.0,1.0,0.0,3.0,0.0,10921513634.417622
+1.0,1.0,0.0,1.0,0.0,0.0,0.0,3.0,3.0,12257064972.250004
+1.0,1.0,1.0,0.0,0.0,0.0,0.0,3.0,3.0,13209690629.045467
+2.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,12236502220.313328
+0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,4718027109.783772
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,0.0,14444312840.70523
+1.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,3.0,10711076216.805037
+2.0,1.0,1.0,0.0,1.0,0.0,1.0,2.0,0.0,14185463588.042788
+0.0,1.0,1.0,0.0,1.0,0.0,1.0,3.0,3.0,13268811525.820444
+1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,3.0,11184606402.516088
+0.0,1.0,1.0,0.0,0.0,0.0,1.0,2.0,3.0,13484430876.110443
+1.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,15557640279.352987
+2.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,13451237917.42554
+2.0,1.0,1.0,0.0,1.0,0.0,0.0,2.0,0.0,12326960294.86089
+0.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,9783204195.037958
+2.0,0.0,1.0,0.0,0.0,0.0,0.0,3.0,3.0,11233026896.3596
+1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,11068387136.763205
+2.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,14150676402.332033
+2.0,1.0,1.0,0.0,1.0,1.0,0.0,1.0,3.0,12070676223.42339
+2.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,10435766293.101019
+1.0,0.0,1.0,0.0,1.0,1.0,1.0,2.0,2.0,14904373539.371391
+2.0,0.0,1.0,1.0,0.0,1.0,0.0,3.0,1.0,12530386186.502268
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,3.0,3.0,14885404711.826008
+0.0,1.0,1.0,0.0,1.0,0.0,1.0,2.0,0.0,12809509780.060719
+0.0,0.0,0.0,1.0,0.0,0.0,0.0,3.0,0.0,10540573301.781883
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,2.0,0.0,10921477850.696844
+2.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,2.0,12920497594.203348
+2.0,1.0,0.0,0.0,0.0,1.0,0.0,2.0,0.0,11648576427.474798
+1.0,0.0,0.0,1.0,1.0,0.0,0.0,3.0,2.0,12812496796.875801
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,0.0,13692590391.635471
+1.0,0.0,1.0,0.0,1.0,1.0,1.0,3.0,0.0,14237408791.59993
+2.0,0.0,1.0,0.0,0.0,1.0,1.0,3.0,0.0,12516443477.618721
+2.0,1.0,1.0,0.0,0.0,0.0,1.0,3.0,1.0,13533264764.791859
+2.0,1.0,0.0,1.0,0.0,0.0,0.0,3.0,1.0,12131240613.452576
+1.0,0.0,1.0,0.0,0.0,0.0,1.0,2.0,3.0,13321042451.498085
+2.0,1.0,0.0,1.0,1.0,1.0,0.0,3.0,0.0,12845347158.352303
+0.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,10844152182.494068
+0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,10299849210.207561
+0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,13285064266.49839
+0.0,1.0,0.0,0.0,1.0,0.0,0.0,3.0,3.0,11460109650.329136
+0.0,0.0,0.0,0.0,1.0,0.0,0.0,2.0,1.0,12336586491.191061
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,13034495793.116482
+1.0,1.0,1.0,0.0,0.0,1.0,0.0,1.0,2.0,12670208412.258175
+0.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,10481279386.887081
+1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,7496364263.332283
+2.0,0.0,0.0,1.0,1.0,0.0,0.0,3.0,0.0,10679504855.436882
+2.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,0.0,11927480916.030533
+1.0,0.0,0.0,1.0,0.0,0.0,0.0,2.0,1.0,12453749886.359531
+0.0,1.0,0.0,0.0,0.0,0.0,0.0,2.0,1.0,12660327218.817299
+0.0,0.0,0.0,0.0,0.0,1.0,0.0,3.0,1.0,11230529070.224499
+0.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,1.0,12940377211.995731
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,2.0,1.0,15076589072.48824
+1.0,0.0,0.0,0.0,1.0,1.0,1.0,2.0,3.0,13901728679.961353
+2.0,1.0,1.0,0.0,1.0,0.0,0.0,1.0,2.0,12797903191.541098
+2.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,0.0,9265607916.535404
+0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,9668281269.638697
+1.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,9568096140.230017
+1.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,12661321056.916437
+1.0,0.0,1.0,0.0,1.0,1.0,0.0,2.0,1.0,13940157691.063803
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,3.0,0.0,11809317315.175327
+0.0,0.0,1.0,1.0,0.0,0.0,0.0,2.0,2.0,13654169915.221258
+0.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,8677467220.867573
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,14763111118.98477
+1.0,1.0,0.0,1.0,1.0,0.0,0.0,3.0,2.0,13767808660.50236
+2.0,0.0,0.0,1.0,1.0,0.0,1.0,2.0,2.0,14161738381.709831
+2.0,1.0,1.0,0.0,0.0,1.0,1.0,3.0,3.0,14337678127.72864
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,14620310535.395771
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,7320161921.981714
+1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,6051071039.574004
+0.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,12431780603.935902
+1.0,1.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,13769969898.845802
+0.0,1.0,0.0,0.0,0.0,1.0,0.0,3.0,0.0,11294917061.424017
+1.0,1.0,0.0,1.0,0.0,1.0,0.0,2.0,3.0,13150575403.426777
+0.0,0.0,0.0,1.0,1.0,0.0,0.0,3.0,3.0,12879909016.32271
+1.0,0.0,1.0,1.0,0.0,0.0,1.0,3.0,1.0,14232302487.66415
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,2.0,14443499197.66362
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,6233792140.43487
+2.0,0.0,1.0,0.0,1.0,0.0,0.0,3.0,0.0,11668883754.580038
+2.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,3.0,14885870034.445902
+0.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,2.0,12648173350.804678
+2.0,0.0,1.0,1.0,0.0,1.0,0.0,3.0,0.0,12133492686.537285
+0.0,0.0,0.0,1.0,1.0,0.0,1.0,3.0,0.0,11963267981.988104
+2.0,0.0,0.0,1.0,1.0,1.0,1.0,3.0,3.0,14264907898.62215
+1.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,0.0,14577046981.822424
+2.0,0.0,0.0,1.0,0.0,0.0,0.0,3.0,3.0,12284333175.684391
+2.0,0.0,0.0,0.0,1.0,1.0,1.0,2.0,3.0,14157668288.66353
+1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,1568536414.3571274
+1.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,10742142391.394255
+0.0,0.0,1.0,1.0,1.0,0.0,0.0,2.0,3.0,12868373270.329777
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,13587842685.392525
+1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,2.0,13972451913.80674
+0.0,0.0,1.0,0.0,0.0,0.0,0.0,3.0,2.0,12860297304.353083
+2.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,8476515812.9402485
+0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,3284525287.5601892
+1.0,0.0,1.0,0.0,1.0,1.0,1.0,3.0,0.0,14090619592.72473
+0.0,1.0,1.0,0.0,0.0,0.0,0.0,2.0,0.0,11355055554.6093
+0.0,1.0,0.0,0.0,1.0,0.0,0.0,2.0,1.0,12819017268.498163
+0.0,0.0,1.0,1.0,0.0,1.0,1.0,2.0,2.0,14338623807.5642
+1.0,1.0,0.0,0.0,0.0,1.0,0.0,1.0,0.0,8721209108.430794
+2.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,13890586627.254442
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,7533921481.470321
+1.0,0.0,0.0,1.0,0.0,1.0,1.0,2.0,1.0,14639037922.427738
+2.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,3.0,11341636167.116741
+0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,2.0,12657170413.611015
+0.0,1.0,0.0,0.0,0.0,1.0,0.0,1.0,0.0,8467113730.2716255
+1.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,1.0,12953334317.786741
+0.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,6257234927.885367
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,2.0,2.0,13144404427.03541
+0.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,8609853115.905842
+2.0,0.0,1.0,1.0,0.0,0.0,1.0,2.0,0.0,12932729116.229023
+1.0,0.0,1.0,1.0,0.0,0.0,0.0,2.0,0.0,11527098479.46044
+2.0,1.0,0.0,0.0,0.0,0.0,1.0,3.0,3.0,12797379096.760984
+1.0,0.0,0.0,0.0,1.0,1.0,1.0,2.0,2.0,14429639634.179775
+1.0,0.0,1.0,1.0,1.0,0.0,1.0,3.0,1.0,14474880292.739979
+1.0,0.0,1.0,1.0,1.0,0.0,0.0,2.0,0.0,12524265764.919533
+0.0,0.0,1.0,0.0,0.0,0.0,0.0,2.0,1.0,12479113084.47486
+0.0,0.0,0.0,1.0,1.0,1.0,0.0,2.0,1.0,13547198439.36274
+2.0,0.0,1.0,1.0,0.0,1.0,0.0,3.0,3.0,11937034530.259785
+2.0,1.0,1.0,1.0,0.0,0.0,1.0,2.0,3.0,14563926900.7381
+2.0,1.0,1.0,1.0,0.0,1.0,0.0,2.0,3.0,13728569702.694094
+0.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,9422317701.708267
+1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,2.0,11743484714.680296
+2.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0,2.0,11733357112.937082
+2.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,12307419651.010809
+1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,8919094890.250538
+1.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,10920273268.918282
+0.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,9662862719.709341
+0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,10720963342.88214
+0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,11754748918.563099
+1.0,1.0,0.0,1.0,0.0,1.0,0.0,3.0,3.0,11739583174.359812
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,13008417747.124165
+0.0,1.0,1.0,1.0,1.0,0.0,0.0,3.0,0.0,12514281924.246046
+2.0,1.0,0.0,1.0,0.0,0.0,1.0,3.0,0.0,12733095224.452637
+2.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,13867452119.154696
+0.0,1.0,0.0,1.0,0.0,0.0,0.0,1.0,2.0,11887652176.807428
+1.0,1.0,0.0,0.0,0.0,0.0,1.0,2.0,0.0,12469045594.31212
+2.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,11916238377.198992
+1.0,1.0,0.0,1.0,0.0,0.0,1.0,2.0,3.0,12714024713.521238
+2.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,11117855943.716965
+0.0,0.0,1.0,0.0,1.0,1.0,0.0,2.0,0.0,11786670689.850264
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,3.0,2.0,12977490542.653767
+1.0,1.0,0.0,1.0,0.0,0.0,0.0,2.0,1.0,12501375151.26664
+2.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,2.0,12443630354.494143
+2.0,0.0,0.0,1.0,1.0,0.0,0.0,2.0,0.0,11105916010.39958
+0.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,13671885681.160686
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,14609780078.98047
+1.0,1.0,0.0,0.0,1.0,0.0,0.0,2.0,1.0,12643455810.489769
+1.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,5766580360.18061
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,2.0,11702585803.359112
+0.0,0.0,1.0,0.0,1.0,1.0,1.0,2.0,1.0,14055841045.304787
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,1.0,12377325235.262009
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,2.0,2.0,12935790616.11877
+2.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,8319329129.299013
+1.0,1.0,1.0,1.0,0.0,0.0,1.0,2.0,0.0,14681722283.47763
+2.0,1.0,0.0,1.0,0.0,0.0,0.0,2.0,1.0,12720752763.265518
+2.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,8880442601.259247
diff --git a/kernel_ridge_linear_model/model_output_data/From_summaries_X_y_after_removing_duplicate.csv b/kernel_ridge_linear_model/model_output_data/From_summaries_X_y_after_removing_duplicate.csv
index fe8fadb6d667b02945cd0bf6e19d486ba1487f1c..dbaa9760d7fb5cf40e303fe66ee4af3b19babc23 100755
--- a/kernel_ridge_linear_model/model_output_data/From_summaries_X_y_after_removing_duplicate.csv
+++ b/kernel_ridge_linear_model/model_output_data/From_summaries_X_y_after_removing_duplicate.csv
@@ -1,192 +1,537 @@
-X_0,X_1,X_2,X_3,X_4,X_5,X_6,X_7,X_8,X_9,y
-2.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,8236960890.90969
-2.0,0.0,0.0,1.0,1.0,2.0,1.0,0.0,0.0,0.0,6957102505.948323
-2.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,7192278369.94203
-1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,11285968381.230984
-2.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,8096707069.234942
-2.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,994906080.8659663
-1.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,3998672440.749671
-0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,1.0,0.0,6501654671.113798
-0.0,0.0,0.0,1.0,0.0,2.0,1.0,1.0,0.0,0.0,6532788063.289651
-0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,8964027358.211496
-2.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,8321129010.784183
-1.0,0.0,0.0,1.0,1.0,2.0,0.0,0.0,1.0,0.0,7249844128.351241
-0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,7650055845.407672
-2.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,9340120487.55429
-2.0,0.0,0.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,6806147312.252427
-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.08333333333333333
-2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1010122436.9405816
-2.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2075033200.5312083
-2.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,5377240292.736961
-0.0,0.0,0.0,0.0,0.0,2.0,1.0,0.0,0.0,0.0,3307720550.5370083
-0.0,0.0,0.0,0.0,0.0,2.0,1.0,1.0,0.0,0.0,5789616901.049658
-0.0,0.0,0.0,0.0,0.0,2.0,1.0,1.0,1.0,0.0,7665772326.561901
-2.0,1.0,1.0,0.0,0.0,2.0,1.0,0.0,0.0,0.0,5072151352.996373
-2.0,1.0,1.0,1.0,0.0,2.0,1.0,0.0,0.0,0.0,5822958761.806049
-2.0,1.0,0.0,0.0,0.0,2.0,1.0,0.0,0.0,0.0,4149980287.5936337
-2.0,1.0,0.0,0.0,0.0,2.0,1.0,1.0,0.0,0.0,6473246073.976255
-2.0,1.0,0.0,0.0,0.0,2.0,1.0,1.0,1.0,0.0,8224428196.629629
-0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,997516184.7000968
-1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1014996574.3865615
-0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2083511299.9235353
-1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1998856653.9939156
-0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,2905397356.669485
-1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,2991522026.5766816
-2.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,5058399218.983161
-2.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,5026691733.102776
-0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,5947637003.818383
-1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,5065035050.042546
-2.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,5326600510.288329
-2.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,3742206854.226074
-0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,4062233415.93208
-0.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,5236095548.271565
-0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,3139835723.7949314
-0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,2780233650.836016
-0.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,7043096708.760907
-1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,8950387999.31977
-2.0,0.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,5363512027.675722
-0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,9185604320.908272
-0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,4533975344.242078
-2.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,9820095844.135439
-2.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,7854719115.244439
-0.0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,6336774201.724871
-1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,4969363871.73078
-1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,10870309597.28764
-0.0,1.0,0.0,0.0,0.0,2.0,0.0,0.0,1.0,0.0,3845281263.097989
-0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,3839950848.6291375
-1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,4153496621.1304984
-2.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,6443423519.784533
-2.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,6519117311.516021
-0.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,6448575832.027497
-1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,6539495281.754154
-0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,3145168392.3157244
-0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,3452478361.591869
-0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,5724131219.984087
-0.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,9166575000.916658
-1.0,0.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,6540008502.011052
-1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,7245431755.278297
-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,3321398441.599851
-0.0,0.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,5549420363.04308
-2.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,9229945635.620207
-1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,7263008047.412917
-0.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,4385426351.149858
-1.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,5040602049.508794
-2.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,0.0,7144898542.440698
-0.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,5821399464.43125
-2.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,4809102669.532892
-1.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,8795770993.306417
-0.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,8367150566.874451
-1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,8895689149.038376
-1.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,7282684688.88371
-0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,1.0,8622547962.923044
-0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,7849108733.703288
-1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,11468876336.840899
-0.0,1.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,6807769026.0124855
-2.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,8336042547.16116
-0.0,0.0,1.0,0.0,1.0,2.0,0.0,1.0,1.0,0.0,7878296082.123358
-0.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,0.0,4197888462.103562
-0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,6788174999.151478
-2.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,9607255399.277534
-0.0,1.0,0.0,1.0,1.0,2.0,1.0,1.0,1.0,0.0,10558457958.332102
-0.0,1.0,0.0,1.0,1.0,2.0,1.0,0.0,1.0,0.0,8871225293.637558
-0.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,1.0,6657080470.788732
-0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,5194211570.625695
-0.0,0.0,0.0,1.0,1.0,2.0,1.0,0.0,0.0,0.0,6806981239.9597025
-1.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,4244013818.5089927
-0.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,7487495881.877265
-0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,8782098570.274353
-1.0,0.0,1.0,1.0,1.0,2.0,0.0,1.0,0.0,0.0,9750580159.519491
-0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,5162462701.2069845
-1.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,4242843383.922169
-1.0,1.0,1.0,1.0,0.0,2.0,1.0,1.0,1.0,0.0,9571301409.852697
-1.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,8376542330.856669
-1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,9479212087.891254
-1.0,0.0,0.0,0.0,1.0,2.0,1.0,0.0,0.0,0.0,5449442794.474265
-1.0,1.0,0.0,1.0,0.0,2.0,1.0,0.0,1.0,0.0,7529950377.627011
-1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,10578920865.440357
-1.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,6670179627.937381
-0.0,1.0,1.0,1.0,0.0,2.0,1.0,1.0,1.0,0.0,9413093613.215984
-0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,6681499595.769274
-2.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,8384408354.2244835
-1.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,1.0,10534122128.398308
-2.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,5256269415.345153
-2.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,9521179864.608822
-0.0,0.0,1.0,0.0,0.0,2.0,1.0,0.0,0.0,0.0,4292324465.390988
-1.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0,6005284650.492433
-1.0,0.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,7512075661.626064
-2.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,3550266447.4968843
-1.0,0.0,1.0,0.0,0.0,2.0,1.0,1.0,1.0,0.0,8906781623.528154
-0.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,5000900162.029165
-2.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,8411277841.329655
-2.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,8447801037.389967
-0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,6634071263.19351
-1.0,1.0,1.0,1.0,0.0,2.0,0.0,1.0,1.0,0.0,8252186829.509821
-1.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,7393168712.11001
-2.0,1.0,1.0,1.0,0.0,2.0,0.0,0.0,1.0,0.0,6057595619.146848
-1.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,3751444306.0578322
-1.0,1.0,0.0,1.0,1.0,2.0,0.0,1.0,1.0,0.0,10619025470.794495
-1.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,11384996168.94879
-1.0,1.0,1.0,1.0,0.0,2.0,0.0,1.0,0.0,0.0,6002689204.763734
-0.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,9243340173.405062
-0.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,5236287472.182222
-0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,7522756337.9222145
-2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,6788774083.176061
-1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,6591219177.81132
-1.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,7467367603.572389
-1.0,1.0,0.0,1.0,0.0,2.0,0.0,0.0,1.0,0.0,5336236245.851076
-0.0,1.0,1.0,1.0,1.0,2.0,1.0,1.0,1.0,0.0,10965958375.4152
-1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,11414873580.275099
-1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,5023055826.242454
-1.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,9969791531.659073
-2.0,0.0,1.0,1.0,0.0,2.0,0.0,1.0,0.0,0.0,5127442585.46165
-2.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1047552602.8539523
-2.0,1.0,0.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,7504014647.836593
-0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,9277212383.22309
-2.0,1.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,8528930131.004368
-0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,4407169583.478402
-2.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,6743861400.160503
-1.0,0.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,7543867590.03606
-2.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,9681573061.991112
-0.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,6563747111.951271
-0.0,1.0,1.0,0.0,0.0,2.0,1.0,0.0,0.0,0.0,5338401255.591975
-1.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,10017249703.99027
-2.0,1.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,1.0,9152396555.037937
-1.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,9116518219.361662
-0.0,1.0,0.0,1.0,1.0,2.0,0.0,1.0,1.0,0.0,8886756067.432705
-0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,9945201937.325336
-2.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,2117186259.461176
-0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,6254338947.644929
-0.0,1.0,1.0,1.0,1.0,2.0,1.0,1.0,0.0,0.0,9442424814.692413
-1.0,0.0,0.0,0.0,1.0,2.0,1.0,1.0,1.0,0.0,9147875405.936972
-2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,3629843118.1804323
-0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,8737821661.059898
-1.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,5281811027.365063
-2.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,8479966080.135679
-1.0,0.0,0.0,1.0,1.0,2.0,1.0,1.0,0.0,0.0,9258659160.980307
-1.0,0.0,0.0,0.0,1.0,0.0,1.0,0.0,0.0,0.0,4730794158.415373
-1.0,0.0,1.0,1.0,1.0,2.0,1.0,1.0,0.0,0.0,10575598076.510221
-2.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,5441732647.675019
-0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,7524397860.061248
-0.0,1.0,1.0,0.0,0.0,2.0,1.0,1.0,1.0,0.0,9132169894.888725
-0.0,1.0,0.0,0.0,1.0,2.0,1.0,0.0,1.0,0.0,7964637011.668193
-0.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,8993129249.25357
-2.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,1.0,6611526535.36175
-0.0,1.0,0.0,0.0,1.0,2.0,1.0,1.0,1.0,0.0,9487576019.202854
-1.0,0.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,8314487162.431821
-2.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,1.0,7514502990.77219
-2.0,0.0,1.0,1.0,1.0,2.0,1.0,0.0,0.0,0.0,8547519937.090253
-1.0,1.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,7567673924.06596
-1.0,1.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,9205560158.335634
-0.0,0.0,1.0,1.0,0.0,2.0,0.0,1.0,0.0,0.0,5549728340.797718
-2.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,7804268935.107504
-2.0,0.0,0.0,0.0,1.0,2.0,0.0,0.0,1.0,0.0,5328502158.043374
-1.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,4343576935.606472
-0.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,9910704551.9866
-1.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,11245140693.577787
-1.0,1.0,1.0,0.0,0.0,2.0,1.0,1.0,0.0,0.0,7549106940.648921
-1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,10604498852.593224
-0.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,7793442597.398549
-2.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,9121757215.309958
-0.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0,6238497769.737048
-2.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,5246589716.684155
-1.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,11528294469.531294
+X_0,X_1,X_2,X_3,X_4,X_5,X_6,X_7,X_8,y
+0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,10829988671.831848
+0.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,3.0,11271402985.343796
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,11835117871.856445
+0.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,10871987779.885736
+0.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,7744553642.650806
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,14014690198.265823
+2.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,1.0,12835751160.993692
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,15072476000.850086
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,3.0,3.0,15103367446.80594
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,2.0,2.0,14193154641.516396
+2.0,0.0,0.0,1.0,1.0,1.0,0.0,3.0,2.0,13704431053.692589
+1.0,1.0,0.0,1.0,1.0,1.0,0.0,2.0,3.0,13904280154.559978
+2.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,2.0,11958775708.378078
+2.0,1.0,0.0,1.0,1.0,1.0,0.0,3.0,0.0,12845347158.352303
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,3.0,13244489299.11487
+2.0,0.0,1.0,0.0,1.0,1.0,1.0,2.0,3.0,14498805298.443407
+1.0,0.0,1.0,1.0,1.0,0.0,1.0,2.0,0.0,14878826834.261774
+0.0,1.0,1.0,1.0,0.0,1.0,0.0,2.0,0.0,13184350176.340683
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,14515768479.29906
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,1.0,15106812719.332037
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,3.0,11563514337.02325
+2.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1619850293.4358807
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,2.0,15227537478.77662
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,3.0,0.0,12714137867.025375
+0.0,1.0,1.0,0.0,0.0,1.0,1.0,3.0,2.0,13712530510.380384
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,1.0,14204444570.706173
+1.0,1.0,0.0,1.0,1.0,0.0,1.0,2.0,3.0,14288735332.61318
+2.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,14395593796.65072
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,3.0,15034451445.487333
+2.0,1.0,0.0,0.0,0.0,1.0,1.0,3.0,2.0,14177780865.38339
+2.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,2.0,15278348593.857187
+1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,14874621812.74041
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,13280265392.82361
+0.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,3.0,11308622485.386433
+0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,2.0,11533320339.125751
+0.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,14639637991.031757
+1.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,12977423176.899149
+0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,11067652130.41236
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,3.0,0.0,12470196231.00789
+1.0,1.0,1.0,0.0,0.0,1.0,0.0,1.0,2.0,12658099664.813522
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,2.0,14045358079.381556
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,3.0,14471780028.94356
+2.0,0.0,1.0,0.0,1.0,0.0,0.0,2.0,0.0,11667290866.728037
+1.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,2.0,14092347150.879715
+0.0,1.0,0.0,1.0,1.0,1.0,0.0,2.0,3.0,14166071691.655617
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,3.0,14236800706.145315
+2.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,10199294208.840748
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,1.0,14563969322.455019
+1.0,1.0,0.0,0.0,1.0,1.0,1.0,2.0,3.0,14594342940.789293
+0.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,10844152182.494068
+0.0,0.0,1.0,1.0,0.0,1.0,0.0,1.0,3.0,12057461036.314661
+2.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,2.0,13026006421.821165
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,2.0,0.0,14474943149.660782
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,10890802281.840895
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,1.0,13677476888.483427
+0.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,6206361520.558573
+2.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,2.0,13753001592.597586
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,1.0,15929350146.231434
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,10992187852.093517
+1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,10312116840.40865
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,13830416959.410492
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,2.0,11969296360.974827
+2.0,1.0,1.0,0.0,1.0,1.0,0.0,2.0,3.0,13784129504.653522
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,1.0,15804679449.491407
+1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,6051071039.574004
+0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,6003554104.029585
+0.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,2.0,14151777817.088272
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,3.0,1.0,15331051050.866896
+0.0,1.0,0.0,1.0,1.0,1.0,1.0,3.0,0.0,12835751160.993692
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,3.0,15824387279.72453
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,14095406166.176382
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,12317273251.316717
+0.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,3.0,11817746710.23476
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,13583376120.968113
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,15864982651.64147
+0.0,1.0,0.0,1.0,1.0,1.0,1.0,3.0,3.0,13561013712.897066
+2.0,0.0,0.0,1.0,1.0,1.0,1.0,3.0,1.0,13712605724.190134
+0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,13743003093.549995
+1.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,2.0,14390518375.252914
+2.0,1.0,1.0,0.0,0.0,1.0,0.0,2.0,2.0,14087701577.399946
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,0.0,12477742826.233706
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,11201155959.295
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,7765120631.149005
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,2.0,15012017119.704325
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,15052941194.179932
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,3.0,12840398976.87701
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,14223092043.31785
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,14522261174.153862
+0.0,0.0,1.0,1.0,0.0,1.0,0.0,2.0,1.0,13585184541.146809
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,15302944745.657406
+2.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,9938974695.370426
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,2.0,15847508930.071281
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,13446770287.478502
+0.0,0.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,14403991634.16166
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,11838060073.41965
+1.0,0.0,0.0,1.0,1.0,0.0,0.0,2.0,2.0,13885706747.759195
+0.0,0.0,1.0,1.0,1.0,1.0,0.0,3.0,1.0,11878826466.975676
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,13419378387.55433
+1.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,1.0,16215287124.089106
+2.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,1.0,11607890115.069016
+0.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,1.0,14778842018.612473
+0.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,2.0,11691120593.908926
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,2.0,13361213732.655474
+0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,2.0,11607229911.367193
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,13772833636.56522
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,15666712622.357025
+2.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,3.0,10395312961.292013
+2.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,6111684930.418467
+1.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,3.0,14080045056.14418
+2.0,1.0,0.0,1.0,1.0,0.0,0.0,3.0,3.0,12321431651.786486
+2.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,0.0,14500655429.625418
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,1.0,15070431662.374104
+1.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,10515534599.263493
+1.0,1.0,1.0,1.0,1.0,0.0,1.0,3.0,1.0,15123376505.532131
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,3.0,13822617119.034851
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,13225816264.315292
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,13320350431.77916
+1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,3.0,10684388505.734846
+2.0,0.0,1.0,1.0,1.0,1.0,0.0,3.0,2.0,13766178701.51896
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,0.0,14460730440.416006
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,7219330479.29135
+1.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,15557640279.352987
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,3.0,2.0,14103636340.557686
+1.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,10890102530.315323
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,12220292773.774273
+2.0,0.0,0.0,1.0,1.0,1.0,1.0,2.0,3.0,14446232567.00885
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,14778186805.148129
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,14313318542.904173
+0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,10075333266.836134
+2.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,1.0,15150114913.62162
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,0.0,15159761142.803434
+1.0,1.0,1.0,0.0,1.0,1.0,0.0,1.0,2.0,13277356000.435497
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,3.0,13740416059.79829
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,3.0,3.0,14320636179.941658
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,11742671105.396345
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,12442484614.867773
+2.0,0.0,1.0,1.0,1.0,0.0,0.0,2.0,1.0,13694709322.947266
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,15203575881.047222
+2.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,11461738424.790365
+2.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,0.0,11927480916.030533
+1.0,0.0,0.0,1.0,1.0,0.0,1.0,3.0,1.0,13345451002.843914
+1.0,1.0,1.0,0.0,0.0,1.0,1.0,2.0,1.0,15248016614.238901
+1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,2.0,13620192752.96784
+2.0,0.0,1.0,0.0,1.0,1.0,0.0,3.0,0.0,11742271237.07176
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,3.0,3.0,14657190304.561756
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,14508144872.531439
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,2.0,15385988288.185717
+2.0,0.0,1.0,0.0,1.0,1.0,0.0,3.0,3.0,13025293818.065302
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,12210772587.792402
+1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,13569165428.480322
+0.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,1.0,12908055917.698235
+2.0,1.0,1.0,0.0,1.0,0.0,1.0,3.0,1.0,14509155276.979774
+2.0,0.0,1.0,0.0,0.0,1.0,1.0,2.0,3.0,13852123045.63859
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,13730944881.241056
+0.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,0.0,11787671039.106777
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,14726651262.589447
+1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,14598327031.722164
+1.0,1.0,1.0,1.0,0.0,1.0,0.0,2.0,1.0,14254435980.477125
+0.0,0.0,0.0,1.0,1.0,0.0,1.0,2.0,2.0,13985290271.692234
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,17630558694.77448
+2.0,1.0,0.0,0.0,0.0,1.0,1.0,2.0,1.0,13490088157.726112
+0.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,3.0,12740395334.46723
+0.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,1.0,12597441207.741884
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,1.0,13053432922.324242
+0.0,1.0,1.0,0.0,1.0,1.0,0.0,2.0,0.0,13517367790.004988
+1.0,0.0,0.0,0.0,0.0,1.0,1.0,2.0,2.0,14281185109.865158
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,11532602089.476847
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,12054278002.99187
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,15170478249.32681
+0.0,0.0,1.0,1.0,1.0,1.0,1.0,2.0,1.0,14930141866.208012
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,0.0,13997917109.93404
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,13585369100.893103
+0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,10887754868.731785
+0.0,0.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,3292105202.513851
+1.0,1.0,1.0,1.0,1.0,0.0,1.0,3.0,0.0,13662807379.009008
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,0.0,15432670345.815277
+2.0,1.0,1.0,0.0,0.0,1.0,1.0,2.0,1.0,13767012585.802904
+2.0,1.0,0.0,1.0,1.0,0.0,0.0,2.0,2.0,13967533864.285854
+1.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,2.0,14772139744.44198
+0.0,0.0,0.0,0.0,1.0,1.0,1.0,3.0,0.0,12035490253.659992
+0.0,1.0,1.0,1.0,0.0,0.0,1.0,2.0,2.0,14359934633.577549
+1.0,0.0,1.0,0.0,1.0,1.0,0.0,2.0,1.0,13940157691.063803
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,14263788804.637444
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,14515642055.879416
+1.0,0.0,0.0,0.0,1.0,0.0,0.0,2.0,1.0,12017367499.510292
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,14095922754.343307
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,0.0,14384742966.220308
+0.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,3.0,10831501906.88591
+2.0,1.0,1.0,0.0,0.0,1.0,0.0,1.0,2.0,12684319010.623117
+1.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,14004896111.680643
+2.0,1.0,1.0,1.0,0.0,1.0,0.0,3.0,2.0,13545491857.12757
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,14576855743.06251
+1.0,1.0,0.0,1.0,1.0,1.0,0.0,3.0,0.0,11749390206.648275
+1.0,1.0,1.0,1.0,0.0,1.0,0.0,2.0,0.0,12701670777.774109
+2.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,2.0,13695515814.21211
+0.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,9201917679.644438
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,1.0,15790678762.326597
+0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,2.0,11783642889.632044
+0.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,2.0,12918694901.766243
+0.0,0.0,0.0,1.0,0.0,1.0,1.0,2.0,2.0,13559965557.687483
+0.0,0.0,1.0,1.0,1.0,1.0,0.0,2.0,1.0,13743550838.768908
+2.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,10632890934.184532
+0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2751497562.180254
+1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5111958755.732292
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5492386746.144499
+0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,5838252194.436778
+1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,9157643713.790216
+2.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,8725917881.017065
+0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,8793320381.554344
+1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,12705257909.722488
+2.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,10756377585.89932
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,10860100930.50205
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,2.0,0.0,10921477850.696844
+0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,9909170265.975996
+1.0,1.0,0.0,0.0,0.0,0.0,0.0,2.0,0.0,14322613248.733103
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,8498732877.373275
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,0.0,9980936411.454123
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,12798179535.467672
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,2.0,15251088619.069136
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,12877238669.53101
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,12421881890.262611
+2.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,14023081992.960411
+0.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,10662526762.942175
+2.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,1.0,13379358325.974688
+0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,12292321232.772312
+1.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,13404268723.41766
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,14911863431.18995
+1.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,3.0,14253216951.065857
+1.0,0.0,1.0,1.0,1.0,0.0,1.0,2.0,3.0,14427994927.116983
+0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,2.0,10298586930.887213
+0.0,0.0,1.0,1.0,0.0,0.0,1.0,2.0,1.0,13549235890.841936
+1.0,1.0,1.0,0.0,1.0,0.0,1.0,2.0,3.0,14568255189.2125
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,14522366622.954342
+0.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,1.0,13434937285.712751
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,2.0,2.0,14628566078.695833
+2.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,1.0,11193557883.566849
+2.0,0.0,1.0,0.0,1.0,1.0,1.0,2.0,2.0,14193940322.997305
+0.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,9632519385.445263
+1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,12468874571.85002
+2.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,3.0,12362391133.693079
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,15929324771.852247
+1.0,1.0,1.0,0.0,0.0,1.0,1.0,3.0,2.0,14662090139.59776
+2.0,1.0,0.0,1.0,1.0,0.0,1.0,1.0,3.0,13438548206.760126
+0.0,0.0,1.0,1.0,1.0,1.0,1.0,2.0,0.0,13720451293.083933
+0.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,2.0,12422560861.231298
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,0.0,13526400151.49568
+2.0,1.0,0.0,0.0,1.0,0.0,0.0,3.0,0.0,10880623242.099306
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,13323686983.956947
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,1.0,14286387786.85281
+2.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,3.0,13506559460.602041
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,3.0,15017968999.908392
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,14586168519.839378
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,3.0,15274754649.253447
+0.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,4992984856.276931
+0.0,0.0,1.0,0.0,1.0,0.0,1.0,3.0,0.0,12300183518.7381
+2.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,12689099302.353321
+2.0,0.0,1.0,1.0,0.0,1.0,0.0,1.0,2.0,12790717009.223387
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,0.0,14221635658.760386
+1.0,1.0,1.0,0.0,1.0,0.0,1.0,3.0,1.0,14401834217.605953
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,2.0,0.0,12808082412.325474
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,15097712394.617968
+1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,2.0,12894540709.354473
+1.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,11478960786.722055
+1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,3.0,11496525749.918375
+1.0,0.0,1.0,1.0,1.0,1.0,0.0,2.0,2.0,14357811008.1337
+1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,2.0,13164009072.635054
+2.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,10542740269.050732
+0.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,3.0,11645632713.048117
+1.0,1.0,1.0,0.0,0.0,1.0,1.0,3.0,0.0,14371553521.821047
+2.0,0.0,0.0,0.0,1.0,1.0,1.0,2.0,0.0,12729464509.616474
+0.0,1.0,1.0,1.0,0.0,0.0,1.0,3.0,0.0,12484488023.630638
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,1.0,12988227470.62063
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,3.0,1.0,14768125659.027607
+1.0,1.0,1.0,0.0,0.0,0.0,1.0,3.0,0.0,13567950330.447432
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,11746671287.02404
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,3.0,1.0,13292286751.84364
+1.0,1.0,0.0,0.0,1.0,1.0,1.0,2.0,1.0,15542938143.76907
+0.0,1.0,1.0,1.0,0.0,0.0,0.0,2.0,0.0,12373817991.036406
+0.0,0.0,0.0,1.0,1.0,1.0,1.0,3.0,3.0,12266206111.514534
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,15121089686.207148
+1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,3.0,14354884321.164698
+0.0,1.0,0.0,0.0,1.0,0.0,1.0,2.0,0.0,12649245282.780205
+2.0,0.0,1.0,1.0,0.0,1.0,0.0,3.0,1.0,12248762568.76149
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,0.0,13883393379.009699
+2.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,2.0,13575059899.951809
+0.0,0.0,1.0,0.0,1.0,0.0,0.0,2.0,1.0,13532935104.163002
+1.0,0.0,1.0,1.0,0.0,0.0,1.0,2.0,3.0,13145579404.557837
+2.0,1.0,0.0,0.0,1.0,1.0,1.0,3.0,2.0,14000308006.776148
+0.0,1.0,0.0,0.0,0.0,1.0,1.0,3.0,2.0,13125943427.183828
+0.0,1.0,1.0,0.0,1.0,0.0,1.0,2.0,1.0,13709391069.976845
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,3.0,2.0,13340679600.900229
+1.0,0.0,0.0,1.0,0.0,1.0,0.0,2.0,0.0,11522688750.283745
+2.0,1.0,1.0,0.0,0.0,0.0,0.0,3.0,3.0,10983169391.224886
+2.0,0.0,0.0,1.0,0.0,0.0,1.0,3.0,3.0,12601108141.449959
+1.0,0.0,0.0,0.0,0.0,1.0,1.0,3.0,3.0,12257064972.250004
+2.0,0.0,1.0,1.0,0.0,0.0,0.0,2.0,0.0,11012924768.508322
+0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,12667865046.700085
+0.0,0.0,1.0,0.0,1.0,0.0,0.0,3.0,0.0,10448185359.16682
+0.0,1.0,1.0,0.0,0.0,0.0,0.0,2.0,0.0,11352245417.38233
+0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,12184957913.155367
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,2.0,14754441824.711329
+1.0,0.0,0.0,1.0,0.0,1.0,1.0,3.0,0.0,12850612909.982742
+2.0,0.0,1.0,1.0,0.0,0.0,1.0,2.0,0.0,12932729116.229023
+2.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,5989960825.6562
+0.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,12144942603.001259
+2.0,0.0,1.0,0.0,1.0,0.0,0.0,2.0,2.0,13468630213.370039
+2.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,8071025020.177562
+0.0,0.0,0.0,0.0,1.0,1.0,0.0,3.0,1.0,10984846404.38515
+2.0,0.0,1.0,1.0,1.0,1.0,0.0,2.0,3.0,12476170514.317654
+0.0,0.0,1.0,1.0,0.0,1.0,1.0,3.0,2.0,13502784274.117321
+1.0,0.0,1.0,0.0,1.0,0.0,1.0,2.0,0.0,13489251090.268719
+0.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,10229007008.915602
+1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,11839826096.634293
+0.0,0.0,1.0,1.0,0.0,0.0,0.0,2.0,0.0,11398700320.189491
+1.0,0.0,1.0,0.0,1.0,0.0,0.0,2.0,2.0,13423107073.440504
+0.0,0.0,0.0,1.0,0.0,1.0,1.0,2.0,0.0,11898288669.140718
+1.0,1.0,0.0,1.0,0.0,0.0,0.0,1.0,2.0,12043389925.222591
+1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,11138350566.21805
+1.0,0.0,1.0,0.0,0.0,0.0,0.0,3.0,2.0,11844664334.057436
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,14702487807.961985
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,13293134893.415646
+0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,14337534230.862976
+2.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,8819508753.362438
+2.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,13890586627.254442
+1.0,1.0,1.0,0.0,0.0,1.0,1.0,3.0,3.0,13202208993.60881
+2.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,13451237917.42554
+0.0,1.0,1.0,0.0,1.0,0.0,1.0,3.0,0.0,11763017543.364365
+0.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,12672600823.212149
+0.0,1.0,1.0,0.0,0.0,0.0,1.0,3.0,1.0,12127533138.4843
+1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,3.0,10650251079.669203
+0.0,0.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,9252662453.621029
+2.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,0.0,13912636987.301937
+2.0,0.0,0.0,1.0,1.0,0.0,0.0,3.0,1.0,11503455638.073677
+1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,3.0,12966704097.21916
+2.0,1.0,1.0,0.0,0.0,1.0,0.0,3.0,2.0,13326563439.106268
+0.0,1.0,1.0,1.0,0.0,1.0,0.0,3.0,0.0,12158719929.965773
+2.0,1.0,0.0,1.0,0.0,0.0,0.0,2.0,1.0,13885591061.0119
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,0.0,15954255957.319174
+0.0,0.0,0.0,0.0,0.0,0.0,1.0,3.0,0.0,10565988294.998167
+0.0,1.0,1.0,1.0,0.0,1.0,0.0,3.0,3.0,13018731350.667341
+0.0,1.0,0.0,0.0,1.0,0.0,1.0,3.0,0.0,12027441811.236517
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,3.0,12550389815.107658
+1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,3.0,13826458587.682562
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,14751416504.76987
+0.0,1.0,1.0,1.0,1.0,0.0,1.0,3.0,2.0,14396443502.597118
+2.0,1.0,1.0,1.0,0.0,0.0,1.0,3.0,1.0,14748327170.99063
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,3.0,14243959136.930027
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,13084073019.59471
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,13042179713.411142
+1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,15903737855.50818
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,2.0,15478678120.888475
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,14463386659.839949
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,14397604238.654688
+1.0,1.0,0.0,0.0,1.0,1.0,1.0,3.0,2.0,14770830563.8026
+0.0,0.0,0.0,0.0,0.0,1.0,1.0,3.0,0.0,10884176040.66328
+0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,2.0,13236319932.441824
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,2.0,15380805677.362993
+1.0,0.0,1.0,1.0,0.0,1.0,1.0,3.0,3.0,14551380926.049883
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,14246069509.422352
+2.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,2.0,13120776749.983599
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,2.0,3.0,14938304801.171164
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,3.0,0.0,12655728742.172432
+1.0,0.0,0.0,0.0,1.0,0.0,1.0,2.0,0.0,13004797469.786604
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,11392233458.761824
+1.0,1.0,1.0,0.0,1.0,0.0,0.0,2.0,2.0,13871530210.112068
+2.0,1.0,1.0,1.0,0.0,0.0,0.0,3.0,0.0,11872339111.996523
+0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,7423574302.555194
+2.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,2.0,13657246808.30142
+1.0,1.0,0.0,1.0,0.0,0.0,1.0,3.0,0.0,13684477013.499737
+2.0,1.0,0.0,1.0,1.0,0.0,1.0,2.0,1.0,14789355213.691393
+1.0,1.0,0.0,0.0,0.0,1.0,1.0,2.0,3.0,14287673738.112658
+2.0,0.0,1.0,0.0,1.0,0.0,0.0,2.0,3.0,13386827094.402565
+2.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,7055470105.973162
+1.0,1.0,0.0,1.0,1.0,1.0,0.0,2.0,1.0,14224386857.804495
+0.0,0.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,8558932529.934866
+1.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,3444676768.755404
+0.0,1.0,0.0,0.0,0.0,0.0,0.0,3.0,0.0,10074338544.11704
+0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,8513536523.071684
+2.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,13471279232.675934
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.0,1.0,11081302407.634575
+0.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,12859238913.085691
+1.0,1.0,1.0,0.0,0.0,0.0,0.0,3.0,0.0,10849423027.683388
+1.0,0.0,0.0,0.0,0.0,1.0,1.0,3.0,2.0,13874571102.320799
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,2.0,1.0,14119886306.675457
+2.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,3.0,12443165840.025682
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,1.0,15333190223.557913
+1.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,1.0,14733811592.85764
+0.0,0.0,1.0,1.0,0.0,1.0,0.0,3.0,2.0,13560884983.354015
+0.0,1.0,1.0,0.0,0.0,1.0,1.0,2.0,2.0,14409055803.391315
+2.0,0.0,1.0,1.0,0.0,1.0,0.0,2.0,0.0,12586706675.611618
+1.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,3.0,14753135779.009829
+0.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,2.0,13990494857.793615
+2.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,11588412051.484997
+0.0,0.0,1.0,1.0,0.0,0.0,1.0,3.0,1.0,12797903191.541098
+0.0,0.0,0.0,0.0,1.0,1.0,0.0,3.0,3.0,11259739674.818718
+1.0,0.0,0.0,1.0,1.0,1.0,0.0,2.0,3.0,13196111369.901518
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,2.0,16070659475.582241
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,3.0,1.0,11530208569.942822
+1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,13717835106.13489
+0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,2.0,12516412145.425688
+0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,13683428410.355072
+1.0,0.0,0.0,1.0,1.0,0.0,1.0,3.0,0.0,12755215926.672813
+0.0,1.0,0.0,1.0,1.0,1.0,0.0,2.0,2.0,14736981718.77418
+1.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,12798329050.159212
+2.0,0.0,1.0,0.0,1.0,0.0,0.0,3.0,0.0,11668883754.580038
+1.0,0.0,1.0,0.0,1.0,0.0,0.0,2.0,3.0,12356571100.945772
+0.0,1.0,0.0,1.0,0.0,0.0,1.0,3.0,0.0,11472757936.280302
+1.0,0.0,0.0,1.0,0.0,1.0,1.0,3.0,1.0,13394465674.67254
+1.0,0.0,0.0,1.0,0.0,1.0,0.0,3.0,0.0,10921513634.417622
+1.0,1.0,0.0,1.0,0.0,0.0,0.0,3.0,3.0,12257064972.250004
+1.0,1.0,1.0,0.0,0.0,0.0,0.0,3.0,3.0,13209690629.045467
+2.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,12236502220.313328
+0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,4718027109.783772
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,0.0,14444312840.70523
+1.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,3.0,10711076216.805037
+2.0,1.0,1.0,0.0,1.0,0.0,1.0,2.0,0.0,14185463588.042788
+0.0,1.0,1.0,0.0,1.0,0.0,1.0,3.0,3.0,13268811525.820444
+1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,3.0,11184606402.516088
+0.0,1.0,1.0,0.0,0.0,0.0,1.0,2.0,3.0,13484430876.110443
+2.0,1.0,1.0,0.0,1.0,0.0,0.0,2.0,0.0,12326960294.86089
+0.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,9422317701.708267
+2.0,0.0,1.0,0.0,0.0,0.0,0.0,3.0,3.0,11233026896.3596
+1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,11068387136.763205
+2.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,14150676402.332033
+2.0,1.0,1.0,0.0,1.0,1.0,0.0,1.0,3.0,12070676223.42339
+2.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,10435766293.101019
+1.0,0.0,1.0,0.0,1.0,1.0,1.0,2.0,2.0,14904373539.371391
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,3.0,3.0,14885404711.826008
+0.0,1.0,1.0,0.0,1.0,0.0,1.0,2.0,0.0,12809509780.060719
+0.0,0.0,0.0,1.0,0.0,0.0,0.0,3.0,0.0,10540573301.781883
+2.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,2.0,12920497594.203348
+2.0,1.0,0.0,0.0,0.0,1.0,0.0,2.0,0.0,11648576427.474798
+1.0,0.0,0.0,1.0,1.0,0.0,0.0,3.0,2.0,12812496796.875801
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,0.0,13692590391.635471
+1.0,0.0,1.0,0.0,1.0,1.0,1.0,3.0,0.0,14237408791.59993
+2.0,0.0,1.0,0.0,0.0,1.0,1.0,3.0,0.0,12516443477.618721
+2.0,1.0,1.0,0.0,0.0,0.0,1.0,3.0,1.0,13533264764.791859
+2.0,1.0,0.0,1.0,0.0,0.0,0.0,3.0,1.0,12131240613.452576
+1.0,0.0,1.0,0.0,0.0,0.0,1.0,2.0,3.0,13321042451.498085
+0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,10299849210.207561
+0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,13285064266.49839
+0.0,1.0,0.0,0.0,1.0,0.0,0.0,3.0,3.0,11460109650.329136
+0.0,0.0,0.0,0.0,1.0,0.0,0.0,2.0,1.0,12336586491.191061
+1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,7496364263.332283
+2.0,0.0,0.0,1.0,1.0,0.0,0.0,3.0,0.0,10679504855.436882
+1.0,0.0,0.0,1.0,0.0,0.0,0.0,2.0,1.0,12453749886.359531
+0.0,1.0,0.0,0.0,0.0,0.0,0.0,2.0,1.0,12660327218.817299
+0.0,0.0,0.0,0.0,0.0,1.0,0.0,3.0,1.0,11230529070.224499
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,2.0,1.0,15076589072.48824
+1.0,0.0,0.0,0.0,1.0,1.0,1.0,2.0,3.0,13901728679.961353
+2.0,1.0,1.0,0.0,1.0,0.0,0.0,1.0,2.0,12797903191.541098
+2.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,0.0,9265607916.535404
+0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,9668281269.638697
+1.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,9568096140.230017
+1.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,12661321056.916437
+0.0,0.0,1.0,1.0,0.0,0.0,0.0,2.0,2.0,13654169915.221258
+0.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,8677467220.867573
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,14763111118.98477
+1.0,1.0,0.0,1.0,1.0,0.0,0.0,3.0,2.0,13767808660.50236
+2.0,0.0,0.0,1.0,1.0,0.0,1.0,2.0,2.0,14161738381.709831
+2.0,1.0,1.0,0.0,0.0,1.0,1.0,3.0,3.0,14337678127.72864
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,14620310535.395771
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,7320161921.981714
+0.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,12431780603.935902
+1.0,1.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,13769969898.845802
+0.0,1.0,0.0,0.0,0.0,1.0,0.0,3.0,0.0,11294917061.424017
+1.0,1.0,0.0,1.0,0.0,1.0,0.0,2.0,3.0,13150575403.426777
+0.0,0.0,0.0,1.0,1.0,0.0,0.0,3.0,3.0,12879909016.32271
+1.0,0.0,1.0,1.0,0.0,0.0,1.0,3.0,1.0,14232302487.66415
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,2.0,14443499197.66362
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,6233792140.43487
+2.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,3.0,14885870034.445902
+0.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,2.0,12648173350.804678
+2.0,0.0,1.0,1.0,0.0,1.0,0.0,3.0,0.0,12133492686.537285
+0.0,0.0,0.0,1.0,1.0,0.0,1.0,3.0,0.0,11963267981.988104
+2.0,0.0,0.0,1.0,1.0,1.0,1.0,3.0,3.0,14264907898.62215
+1.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,0.0,14577046981.822424
+2.0,0.0,0.0,1.0,0.0,0.0,0.0,3.0,3.0,12284333175.684391
+2.0,0.0,0.0,0.0,1.0,1.0,1.0,2.0,3.0,14157668288.66353
+1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,1568536414.3571274
+0.0,0.0,1.0,1.0,1.0,0.0,0.0,2.0,3.0,12868373270.329777
+1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,2.0,13972451913.80674
+0.0,0.0,1.0,0.0,0.0,0.0,0.0,3.0,2.0,12860297304.353083
+2.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,8476515812.9402485
+0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,3284525287.5601892
+0.0,1.0,0.0,0.0,1.0,0.0,0.0,2.0,1.0,12819017268.498163
+0.0,0.0,1.0,1.0,0.0,1.0,1.0,2.0,2.0,14338623807.5642
+1.0,1.0,0.0,0.0,0.0,1.0,0.0,1.0,0.0,8721209108.430794
+1.0,0.0,0.0,1.0,0.0,1.0,1.0,2.0,1.0,14639037922.427738
+2.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,3.0,11341636167.116741
+0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,2.0,12657170413.611015
+0.0,1.0,0.0,0.0,0.0,1.0,0.0,1.0,0.0,8467113730.2716255
+1.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,1.0,12953334317.786741
+0.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,6257234927.885367
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,2.0,2.0,12935790616.11877
+0.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,8609853115.905842
+1.0,0.0,1.0,1.0,0.0,0.0,0.0,2.0,0.0,11527098479.46044
+2.0,1.0,0.0,0.0,0.0,0.0,1.0,3.0,3.0,12797379096.760984
+1.0,0.0,0.0,0.0,1.0,1.0,1.0,2.0,2.0,14429639634.179775
+1.0,0.0,1.0,1.0,1.0,0.0,1.0,3.0,1.0,14474880292.739979
+1.0,0.0,1.0,1.0,1.0,0.0,0.0,2.0,0.0,12524265764.919533
+0.0,0.0,1.0,0.0,0.0,0.0,0.0,2.0,1.0,12479113084.47486
+0.0,0.0,0.0,1.0,1.0,1.0,0.0,2.0,1.0,13547198439.36274
+2.0,0.0,1.0,1.0,0.0,1.0,0.0,3.0,3.0,11937034530.259785
+2.0,1.0,1.0,1.0,0.0,0.0,1.0,2.0,3.0,14563926900.7381
+2.0,1.0,1.0,1.0,0.0,1.0,0.0,2.0,3.0,13728569702.694094
+1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,2.0,11743484714.680296
+2.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0,2.0,11733357112.937082
+2.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,12307419651.010809
+1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,8919094890.250538
+1.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,10920273268.918282
+0.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,9662862719.709341
+0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,10720963342.88214
+0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,11754748918.563099
+1.0,1.0,0.0,1.0,0.0,1.0,0.0,3.0,3.0,11739583174.359812
+0.0,1.0,1.0,1.0,1.0,0.0,0.0,3.0,0.0,12514281924.246046
+2.0,1.0,0.0,1.0,0.0,0.0,1.0,3.0,0.0,12733095224.452637
+2.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,13867452119.154696
+0.0,1.0,0.0,1.0,0.0,0.0,0.0,1.0,2.0,11887652176.807428
+1.0,1.0,0.0,0.0,0.0,0.0,1.0,2.0,0.0,12469045594.31212
+2.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,11916238377.198992
+1.0,1.0,0.0,1.0,0.0,0.0,1.0,2.0,3.0,12714024713.521238
+0.0,0.0,1.0,0.0,1.0,1.0,0.0,2.0,0.0,11786670689.850264
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,3.0,2.0,12977490542.653767
+1.0,1.0,0.0,1.0,0.0,0.0,0.0,2.0,1.0,12501375151.26664
+2.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,2.0,12443630354.494143
+2.0,0.0,0.0,1.0,1.0,0.0,0.0,2.0,0.0,11105916010.39958
+0.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,13671885681.160686
+1.0,1.0,0.0,0.0,1.0,0.0,0.0,2.0,1.0,12643455810.489769
+1.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,5766580360.18061
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,2.0,11702585803.359112
+0.0,0.0,1.0,0.0,1.0,1.0,1.0,2.0,1.0,14055841045.304787
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,1.0,12377325235.262009
+2.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,8319329129.299013
+1.0,1.0,1.0,1.0,0.0,0.0,1.0,2.0,0.0,14681722283.47763
+2.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,8880442601.259247
diff --git a/kernel_ridge_linear_model/model_output_data/From_summaries_X_y_before_removing_aberrant_points.csv b/kernel_ridge_linear_model/model_output_data/From_summaries_X_y_before_removing_aberrant_points.csv
index c60124243f3b04cd6ff51238c437c88e12afe184..8de60b841d6511d9da611bdafc6e8b94cbf44764 100755
--- a/kernel_ridge_linear_model/model_output_data/From_summaries_X_y_before_removing_aberrant_points.csv
+++ b/kernel_ridge_linear_model/model_output_data/From_summaries_X_y_before_removing_aberrant_points.csv
@@ -1,253 +1,780 @@
-X_0,X_1,X_2,X_3,X_4,X_5,X_6,X_7,X_8,X_9,y
-2.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,8236960890.90969
-2.0,0.0,0.0,1.0,1.0,2.0,1.0,0.0,0.0,0.0,6957102505.948323
-2.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,6956231392.081026
-1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,11285968381.230984
-2.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,8096707069.234942
-2.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,994906080.8659663
-1.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,3998672440.749671
-0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,1.0,0.0,6501654671.113798
-1.0,0.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,8089829466.394849
-0.0,0.0,0.0,1.0,0.0,2.0,1.0,1.0,0.0,0.0,6532788063.289651
-0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,8964027358.211496
-2.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,8321129010.784183
-1.0,0.0,0.0,1.0,1.0,2.0,0.0,0.0,1.0,0.0,7249844128.351241
-0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,7650055845.407672
-2.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,9340120487.55429
-2.0,0.0,0.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,6806147312.252427
-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.08333333333333333
-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.08333333333333333
-2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1016987763.6032282
-2.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1980229389.772511
-2.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,5377240292.736961
-2.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,8296551953.00833
-2.0,1.0,1.0,1.0,1.0,2.0,1.0,0.0,0.0,0.0,9400881802.713095
-2.0,1.0,1.0,1.0,1.0,2.0,1.0,1.0,0.0,0.0,9963434196.49885
-0.0,0.0,0.0,0.0,0.0,2.0,1.0,0.0,0.0,0.0,3307720550.5370083
-0.0,0.0,0.0,0.0,0.0,2.0,1.0,1.0,0.0,0.0,5789616901.049658
-0.0,0.0,0.0,0.0,0.0,2.0,1.0,1.0,1.0,0.0,7665772326.561901
-2.0,1.0,1.0,0.0,0.0,2.0,1.0,0.0,0.0,0.0,5072151352.996373
-2.0,1.0,1.0,1.0,0.0,2.0,1.0,0.0,0.0,0.0,5822958761.806049
-2.0,1.0,0.0,0.0,0.0,2.0,1.0,0.0,0.0,0.0,4149980287.5936337
-2.0,1.0,0.0,0.0,0.0,2.0,1.0,1.0,0.0,0.0,6611133148.221605
-2.0,1.0,0.0,0.0,0.0,2.0,1.0,1.0,1.0,0.0,8224428196.629629
-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.08333333333333333
-0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,997516184.7000968
-1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1014996574.3865615
-2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1010122436.9405816
-0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2018619748.5607243
-1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1998856653.9939156
-0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,2905397356.669485
-1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,3029054692.61153
-2.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,5058399218.983161
-2.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,5026691733.102776
-0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,5947637003.818383
-1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,5035525633.343237
-2.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,5326600510.288329
-2.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,4059018123.5159216
-0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,4062233415.93208
-0.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,5236095548.271565
-0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,3139835723.7949314
-2.0,1.0,0.0,0.0,0.0,1.0,0.0,1.0,0.0,1.0,8354358468.81318
-0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,8407741848.694279
-2.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2075033200.5312083
-0.0,1.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,1.0,9914340101.522842
-0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,2745412415.8531094
-0.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,7043096708.760907
-1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,8950387999.31977
-2.0,0.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,5363512027.675722
-0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,9185604320.908272
-0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,4533975344.242078
-2.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,9820095844.135439
-2.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,7854719115.244439
-0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,1.0,0.0,5325891287.907031
-0.0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,6336774201.724871
-1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,4969363871.73078
-1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,10870309597.28764
-0.0,1.0,0.0,0.0,0.0,2.0,0.0,0.0,1.0,0.0,3845281263.097989
-0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,3839950848.6291375
-0.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,1.0,6145261695.969323
-2.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0,4306298392.02818
-1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,4153496621.1304984
-2.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,6443423519.784533
-2.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,6519117311.516021
-0.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,6448575832.027497
-1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,6539495281.754154
-2.0,1.0,0.0,0.0,0.0,2.0,1.0,1.0,0.0,0.0,6473246073.976255
-0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,3145168392.3157244
-0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,3331046015.069652
-0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,5724131219.984087
-0.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,9166575000.916658
-1.0,0.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,6540008502.011052
-1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,7245431755.278297
-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,3321398441.599851
-0.0,0.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,5549420363.04308
-2.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,9229945635.620207
-1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,7263008047.412917
-0.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,4385426351.149858
-1.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,5040602049.508794
-2.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,0.0,6928278461.367919
-0.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,5821399464.43125
-2.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,4809102669.532892
-1.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,8795770993.306417
-0.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,8367150566.874451
-1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,8895689149.038376
-2.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,1.0,9428892010.8998
-1.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,7282684688.88371
-2.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,7595205906.032112
-0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,1.0,9080672696.233337
-1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,2991522026.5766816
-1.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,1.0,8754497623.153894
-0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,7849108733.703288
-1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,11468876336.840899
-0.0,1.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,6807769026.0124855
-2.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,8336042547.16116
-0.0,0.0,1.0,0.0,1.0,2.0,0.0,1.0,1.0,0.0,7878296082.123358
-0.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,0.0,4093227346.033253
-0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,6788174999.151478
-2.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,9607255399.277534
-0.0,1.0,0.0,1.0,1.0,2.0,1.0,1.0,1.0,0.0,10000990098.019703
-0.0,1.0,0.0,1.0,1.0,2.0,1.0,0.0,1.0,0.0,8871225293.637558
-0.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,1.0,6657080470.788732
-0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,5194211570.625695
-0.0,0.0,0.0,1.0,1.0,2.0,1.0,0.0,0.0,0.0,6806981239.9597025
-1.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,4244013818.5089927
-2.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,10227751572.005417
-2.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,3742206854.226074
-0.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,7487495881.877265
-2.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,10286076355.602003
-0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,8782098570.274353
-1.0,0.0,1.0,1.0,1.0,2.0,0.0,1.0,0.0,0.0,9750580159.519491
-0.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,10199970420.085781
-2.0,1.0,0.0,0.0,1.0,2.0,1.0,1.0,1.0,0.0,9353836943.914392
-0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,5162462701.2069845
-1.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,4242843383.922169
-1.0,1.0,1.0,1.0,0.0,2.0,1.0,1.0,1.0,0.0,9571301409.852697
-1.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,8376542330.856669
-1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,9479212087.891254
-1.0,0.0,0.0,0.0,1.0,2.0,1.0,0.0,0.0,0.0,5449442794.474265
-1.0,1.0,0.0,1.0,0.0,2.0,1.0,0.0,1.0,0.0,7529950377.627011
-0.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,9165566798.65083
-2.0,0.0,1.0,1.0,1.0,2.0,0.0,0.0,1.0,0.0,8477809334.068076
-1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,10578920865.440357
-1.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,6670179627.937381
-0.0,1.0,1.0,1.0,0.0,2.0,1.0,1.0,1.0,0.0,9413093613.215984
-0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,6681499595.769274
-2.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,8384408354.2244835
-1.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,1.0,10534122128.398308
-2.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,5256269415.345153
-2.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,9521179864.608822
-0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,1.0,8622547962.923044
-0.0,0.0,1.0,0.0,0.0,2.0,1.0,0.0,0.0,0.0,4292324465.390988
-1.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0,6005284650.492433
-1.0,0.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,7512075661.626064
-2.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,3550266447.4968843
-1.0,0.0,1.0,0.0,0.0,2.0,1.0,1.0,1.0,0.0,8906781623.528154
-2.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,1.0,10947566629.6274
-2.0,1.0,1.0,1.0,1.0,2.0,1.0,0.0,0.0,0.0,9639669166.554203
-1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,8308684236.764266
-0.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,5000900162.029165
-2.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,1.0,8823477508.95583
-2.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,8411277841.329655
-2.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,8447801037.389967
-0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,6634071263.19351
-1.0,1.0,1.0,1.0,0.0,2.0,0.0,1.0,1.0,0.0,8252186829.509821
-1.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,7393168712.11001
-2.0,1.0,1.0,1.0,0.0,2.0,0.0,0.0,1.0,0.0,6057595619.146848
-1.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,3751444306.0578322
-1.0,1.0,0.0,1.0,1.0,2.0,0.0,1.0,1.0,0.0,10619025470.794495
-1.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,11384996168.94879
-1.0,1.0,1.0,1.0,0.0,2.0,0.0,1.0,0.0,0.0,6002689204.763734
-2.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,1.0,8262619084.997563
-0.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,9243340173.405062
-0.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,5236287472.182222
-0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,7522756337.9222145
-1.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,1.0,1.0,10070047248.66169
-2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,6788774083.176061
-0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,10098612955.510561
-1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,6591219177.81132
-1.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,7467367603.572389
-1.0,1.0,0.0,1.0,0.0,2.0,0.0,0.0,1.0,0.0,5336236245.851076
-0.0,1.0,1.0,1.0,1.0,2.0,1.0,1.0,1.0,0.0,10965958375.4152
-1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,11414873580.275099
-2.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,7192278369.94203
-0.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,0.0,4197888462.103562
-1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0,6207016411.351391
-1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,5023055826.242454
-2.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,11523551835.240866
-1.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,9969791531.659073
-1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,5065035050.042546
-2.0,0.0,1.0,1.0,0.0,2.0,0.0,1.0,0.0,0.0,5127442585.46165
-2.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1047552602.8539523
-2.0,1.0,0.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,7504014647.836593
-0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,9277212383.22309
-2.0,1.0,1.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,10225586667.47108
-2.0,1.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,8528930131.004368
-0.0,1.0,0.0,0.0,0.0,1.0,0.0,1.0,0.0,1.0,8327920185.212945
-0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,4407169583.478402
-2.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,6743861400.160503
-1.0,0.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,7543867590.03606
-2.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,8955437741.79682
-2.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,9681573061.991112
-0.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,6563747111.951271
-0.0,1.0,1.0,0.0,0.0,2.0,1.0,0.0,0.0,0.0,5338401255.591975
-1.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,10017249703.99027
-2.0,1.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,1.0,9152396555.037937
-1.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,9116518219.361662
-0.0,1.0,0.0,1.0,1.0,2.0,0.0,1.0,1.0,0.0,8886756067.432705
-0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,9945201937.325336
-0.0,1.0,0.0,1.0,1.0,2.0,1.0,0.0,1.0,0.0,8938627384.378855
-2.0,1.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,8513391564.931638
-2.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,2117186259.461176
-0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,6254338947.644929
-0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,2780233650.836016
-0.0,1.0,1.0,1.0,1.0,2.0,1.0,1.0,0.0,0.0,9442424814.692413
-0.0,0.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,9876153040.867521
-1.0,0.0,0.0,0.0,1.0,2.0,1.0,1.0,1.0,0.0,9147875405.936972
-0.0,1.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,6759862639.591164
-0.0,1.0,0.0,1.0,1.0,2.0,1.0,1.0,1.0,0.0,10558457958.332102
-2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,3629843118.1804323
-0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,8737821661.059898
-1.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,11525411226.672567
-1.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,5281811027.365063
-2.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,8479966080.135679
-1.0,0.0,0.0,1.0,1.0,2.0,1.0,1.0,0.0,0.0,9258659160.980307
-1.0,0.0,0.0,0.0,1.0,0.0,1.0,0.0,0.0,0.0,4730794158.415373
-1.0,0.0,1.0,1.0,1.0,2.0,1.0,1.0,0.0,0.0,10575598076.510221
-2.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,5441732647.675019
-0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,7524397860.061248
-0.0,1.0,1.0,0.0,0.0,2.0,1.0,1.0,1.0,0.0,9132169894.888725
-0.0,1.0,0.0,0.0,1.0,2.0,1.0,0.0,1.0,0.0,7964637011.668193
-0.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,8993129249.25357
-2.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,1.0,6611526535.36175
-0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2083511299.9235353
-0.0,1.0,1.0,1.0,0.0,2.0,1.0,1.0,1.0,0.0,8963143553.707155
-0.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,10205779124.487032
-0.0,1.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,10065860928.052246
-0.0,1.0,0.0,0.0,1.0,2.0,1.0,1.0,1.0,0.0,9487576019.202854
-1.0,0.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,8314487162.431821
-2.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,1.0,7514502990.77219
-2.0,0.0,1.0,1.0,1.0,2.0,1.0,0.0,0.0,0.0,8547519937.090253
-2.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,9705063131.435669
-1.0,1.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,7567673924.06596
-2.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,0.0,7144898542.440698
-1.0,1.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,9205560158.335634
-0.0,0.0,1.0,1.0,0.0,2.0,0.0,1.0,0.0,0.0,5549728340.797718
-2.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,7804268935.107504
-2.0,0.0,0.0,0.0,1.0,2.0,0.0,0.0,1.0,0.0,5328502158.043374
-1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,11529065350.201126
-2.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,8436326823.301135
-1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,5231876778.838105
-1.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,4343576935.606472
-0.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,9910704551.9866
-1.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,11245140693.577787
-1.0,1.0,1.0,0.0,0.0,2.0,1.0,1.0,0.0,0.0,7549106940.648921
-1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,10604498852.593224
-0.0,0.0,1.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,10233675752.123999
-0.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,7793442597.398549
-2.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,9121757215.309958
-0.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0,6238497769.737048
-2.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,9961846129.324686
-2.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,5246589716.684155
-0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,3452478361.591869
-1.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,11528294469.531294
+X_0,X_1,X_2,X_3,X_4,X_5,X_6,X_7,X_8,y
+0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,10829988671.831848
+0.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,3.0,11271402985.343796
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,11835117871.856445
+0.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,11115693246.882881
+0.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,7744553642.650806
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,14014690198.265823
+2.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,1.0,12835751160.993692
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,15072476000.850086
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,2.0,15861711256.58063
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,3.0,3.0,15103367446.80594
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,2.0,2.0,14193154641.516396
+2.0,0.0,0.0,1.0,1.0,1.0,0.0,3.0,2.0,13704431053.692589
+1.0,1.0,1.0,0.0,1.0,0.0,1.0,3.0,2.0,14941965406.36169
+1.0,1.0,0.0,1.0,1.0,1.0,0.0,2.0,3.0,13904280154.559978
+2.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,2.0,11958775708.378078
+2.0,1.0,0.0,1.0,1.0,1.0,0.0,3.0,0.0,12422190504.229136
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,3.0,13244489299.11487
+2.0,0.0,1.0,0.0,1.0,1.0,1.0,2.0,3.0,14498805298.443407
+1.0,0.0,1.0,1.0,1.0,0.0,1.0,2.0,0.0,14878826834.261774
+0.0,1.0,1.0,1.0,0.0,1.0,0.0,2.0,0.0,13184350176.340683
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,14515768479.29906
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,1.0,15148485454.424267
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,3.0,11563514337.02325
+2.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1619850293.4358807
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,2.0,15227537478.77662
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,3.0,0.0,12714137867.025375
+0.0,1.0,1.0,0.0,0.0,1.0,1.0,3.0,2.0,13712530510.380384
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,1.0,14204444570.706173
+1.0,1.0,0.0,1.0,1.0,0.0,1.0,2.0,3.0,14288735332.61318
+2.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,14395593796.65072
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,3.0,15034451445.487333
+2.0,1.0,0.0,0.0,0.0,1.0,1.0,3.0,2.0,14177780865.38339
+2.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,2.0,15278348593.857187
+1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,14874621812.74041
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,13280265392.82361
+0.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,3.0,11308622485.386433
+0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,2.0,11533320339.125751
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,3.0,14655579232.458004
+0.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,14823423380.68923
+1.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,12977423176.899149
+0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,11067652130.41236
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,3.0,0.0,12470196231.00789
+1.0,1.0,1.0,0.0,0.0,1.0,0.0,1.0,2.0,12658099664.813522
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,2.0,13903816180.427042
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,3.0,14471780028.94356
+2.0,0.0,1.0,0.0,1.0,0.0,0.0,2.0,0.0,11667290866.728037
+1.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,2.0,14092347150.879715
+0.0,1.0,0.0,1.0,1.0,1.0,0.0,2.0,3.0,14166071691.655617
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,3.0,14334040479.330315
+2.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,10199294208.840748
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,1.0,14563969322.455019
+1.0,1.0,0.0,0.0,1.0,1.0,1.0,2.0,3.0,14594342940.789293
+1.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,0.0,15440819969.30365
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,15988488288.432327
+0.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,10499448253.994251
+0.0,0.0,1.0,1.0,0.0,1.0,0.0,1.0,3.0,12057461036.314661
+2.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,2.0,13026006421.821165
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,2.0,0.0,14474943149.660782
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,10890802281.840895
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,1.0,13789280489.133356
+0.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,6206361520.558573
+2.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,2.0,13753001592.597586
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,1.0,15929350146.231434
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,10346654305.863657
+1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,10312116840.40865
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,14097711236.580742
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,2.0,11969296360.974827
+2.0,1.0,1.0,0.0,1.0,1.0,0.0,2.0,3.0,13784129504.653522
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,1.0,15804679449.491407
+1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,6218480079.099067
+0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,6003554104.029585
+0.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,2.0,14151777817.088272
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,3.0,1.0,15331051050.866896
+0.0,1.0,0.0,1.0,1.0,1.0,1.0,3.0,0.0,12835751160.993692
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,3.0,15872839508.132448
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,14095406166.176382
+2.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,3.0,14925818681.154661
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,2.0,14045358079.381556
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,12317273251.316717
+0.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,3.0,11817746710.23476
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,13829154623.777847
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,15864982651.64147
+0.0,1.0,0.0,1.0,1.0,1.0,1.0,3.0,3.0,13561013712.897066
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,12616768189.5947
+2.0,0.0,0.0,1.0,1.0,1.0,1.0,3.0,1.0,13712605724.190134
+0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,13743003093.549995
+1.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,2.0,14390518375.252914
+2.0,1.0,1.0,0.0,0.0,1.0,0.0,2.0,2.0,14087701577.399946
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,0.0,12477742826.233706
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,11913313962.28483
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,7765120631.149005
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,2.0,15012017119.704325
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,15052941194.179932
+0.0,1.0,1.0,1.0,0.0,1.0,0.0,3.0,1.0,12785418485.925173
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,11902466429.093437
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,3.0,13070067323.916784
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,14223092043.31785
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,1.0,13677476888.483427
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,3.0,14800343367.966137
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,14522261174.153862
+0.0,0.0,1.0,1.0,0.0,1.0,0.0,2.0,1.0,13585184541.146809
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,15302944745.657406
+2.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,9938974695.370426
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,3.0,12674978072.287935
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,2.0,15847508930.071281
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,13446770287.478502
+0.0,0.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,14403991634.16166
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,11838060073.41965
+1.0,0.0,0.0,1.0,1.0,0.0,0.0,2.0,2.0,13885706747.759195
+0.0,0.0,1.0,1.0,1.0,1.0,0.0,3.0,1.0,11878826466.975676
+1.0,1.0,0.0,0.0,1.0,0.0,1.0,3.0,0.0,12373986415.837713
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,13419378387.55433
+2.0,1.0,1.0,0.0,0.0,1.0,1.0,3.0,0.0,12592000302.208008
+1.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,1.0,16215287124.089106
+2.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,1.0,11607890115.069016
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,2.0,0.0,15732497203.54862
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,3.0,1.0,14122618220.437122
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,2.0,15222530563.035736
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,1.0,15007150907.40738
+0.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,1.0,14778842018.612473
+0.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,2.0,11691120593.908926
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,2.0,13361213732.655474
+2.0,0.0,0.0,0.0,1.0,0.0,0.0,2.0,3.0,11063476697.552206
+0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,2.0,11607229911.367193
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,13772833636.56522
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,15666712622.357025
+2.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,13451509326.603992
+2.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,3.0,10395312961.292013
+2.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,6111684930.418467
+2.0,1.0,0.0,1.0,0.0,1.0,1.0,2.0,2.0,14047528407.614323
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,1.0,15686643607.300564
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,13830416959.410492
+1.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,3.0,14080045056.14418
+2.0,1.0,0.0,1.0,1.0,0.0,0.0,3.0,3.0,12321431651.786486
+2.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,0.0,14500655429.625418
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,1.0,15070431662.374104
+1.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,10515534599.263493
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,3.0,12840398976.87701
+1.0,1.0,1.0,1.0,1.0,0.0,1.0,3.0,1.0,15123376505.532131
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,3.0,14249500198.780527
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,13229665673.118774
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,11459308568.239609
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,13320350431.77916
+1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,3.0,10684388505.734846
+2.0,0.0,1.0,1.0,1.0,1.0,0.0,3.0,2.0,13766178701.51896
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,0.0,14460730440.416006
+0.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,14639637991.031757
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,3.0,13822617119.034851
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,10583914566.641617
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,7219330479.29135
+1.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,15671205570.173307
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,3.0,2.0,14103636340.557686
+1.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,10890102530.315323
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,12220292773.774273
+2.0,0.0,0.0,1.0,1.0,1.0,1.0,2.0,3.0,14446232567.00885
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,14778186805.148129
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,14313318542.904173
+0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,10075333266.836134
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,3.0,15824387279.72453
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,2.0,14129921805.012732
+2.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,1.0,15150114913.62162
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,0.0,15159761142.803434
+1.0,1.0,1.0,0.0,1.0,1.0,0.0,1.0,2.0,12976463290.882996
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,3.0,14052976912.364231
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,3.0,3.0,14320636179.941658
+1.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,2.0,14123954650.806406
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,11742671105.396345
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,12442484614.867773
+2.0,0.0,1.0,1.0,1.0,0.0,0.0,2.0,1.0,13694709322.947266
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,15111309908.788132
+2.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,11461738424.790365
+2.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,0.0,12513561572.354038
+0.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,10871987779.885736
+1.0,0.0,0.0,1.0,1.0,0.0,1.0,3.0,1.0,13345451002.843914
+1.0,1.0,1.0,0.0,0.0,1.0,1.0,2.0,1.0,15248016614.238901
+1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,2.0,12108149995.762148
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,3.0,13740416059.79829
+1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,2.0,13620192752.96784
+2.0,0.0,1.0,0.0,1.0,1.0,0.0,3.0,0.0,11742271237.07176
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,3.0,3.0,14657190304.561756
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,14508144872.531439
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,2.0,15385988288.185717
+2.0,0.0,1.0,0.0,1.0,1.0,0.0,3.0,3.0,13025293818.065302
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,12295616121.028208
+1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,13569165428.480322
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,14019405661.316395
+0.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,1.0,12908055917.698235
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,2.0,2.0,14361976380.293646
+2.0,1.0,1.0,0.0,1.0,0.0,1.0,3.0,1.0,14509155276.979774
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,2.0,13468757197.367126
+2.0,0.0,1.0,0.0,0.0,1.0,1.0,2.0,3.0,13852123045.63859
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,15338505477.380306
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,13730944881.241056
+0.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,0.0,11787671039.106777
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,14726651262.589447
+1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,14933352448.024466
+1.0,1.0,1.0,1.0,0.0,1.0,0.0,2.0,1.0,14254435980.477125
+0.0,0.0,0.0,1.0,1.0,0.0,1.0,2.0,2.0,13985290271.692234
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,1.0,15106812719.332037
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,17630558694.77448
+0.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,3.0,10569718390.992908
+2.0,1.0,0.0,0.0,0.0,1.0,1.0,2.0,1.0,13490088157.726112
+0.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,3.0,12740395334.46723
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,3.0,1.0,14214479437.334045
+0.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,1.0,12597441207.741884
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,1.0,13053432922.324242
+0.0,1.0,1.0,0.0,1.0,1.0,0.0,2.0,0.0,13517367790.004988
+1.0,0.0,0.0,0.0,0.0,1.0,1.0,2.0,2.0,14281185109.865158
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,11532602089.476847
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,12054278002.99187
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,13418532066.266079
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,15170478249.32681
+0.0,0.0,1.0,1.0,1.0,1.0,1.0,2.0,1.0,14930141866.208012
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,0.0,13997917109.93404
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,2.0,14650211549.054768
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,13585369100.893103
+0.0,1.0,1.0,0.0,1.0,0.0,0.0,1.0,3.0,11216131488.952671
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,0.0,13731963066.512136
+0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,10887754868.731785
+0.0,1.0,0.0,0.0,1.0,1.0,1.0,3.0,1.0,11605101602.664532
+0.0,0.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,3292105202.513851
+1.0,1.0,1.0,1.0,1.0,0.0,1.0,3.0,0.0,13662807379.009008
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,0.0,15432670345.815277
+2.0,1.0,1.0,0.0,0.0,1.0,1.0,2.0,1.0,13767012585.802904
+2.0,1.0,0.0,1.0,1.0,0.0,0.0,2.0,2.0,13967533864.285854
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,0.0,15528046758.0544
+1.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,2.0,14792899408.284023
+0.0,0.0,0.0,0.0,1.0,1.0,1.0,3.0,0.0,12035490253.659992
+0.0,1.0,1.0,1.0,0.0,0.0,1.0,2.0,2.0,14359934633.577549
+1.0,0.0,1.0,0.0,1.0,1.0,0.0,2.0,1.0,13494675675.712149
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,14263788804.637444
+2.0,1.0,0.0,0.0,1.0,1.0,1.0,3.0,2.0,13826764467.980669
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,14515642055.879416
+1.0,0.0,0.0,0.0,1.0,0.0,0.0,2.0,1.0,12017367499.510292
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,14095922754.343307
+2.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,10228912840.456577
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,0.0,14384742966.220308
+0.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,3.0,10831501906.88591
+2.0,1.0,1.0,0.0,0.0,1.0,0.0,1.0,2.0,12684319010.623117
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,0.0,15834385000.403776
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,2.0,15595928215.061611
+1.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,14004896111.680643
+2.0,1.0,1.0,1.0,0.0,1.0,0.0,3.0,2.0,13545491857.12757
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,14576855743.06251
+1.0,1.0,0.0,1.0,1.0,1.0,0.0,3.0,0.0,12080227204.913269
+1.0,1.0,1.0,0.0,1.0,1.0,0.0,1.0,2.0,13277356000.435497
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,13583376120.968113
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,13225816264.315292
+1.0,1.0,1.0,1.0,0.0,1.0,0.0,2.0,0.0,12701670777.774109
+2.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,2.0,13695515814.21211
+0.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,9201917679.644438
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,1.0,15790678762.326597
+1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,14598327031.722164
+0.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,3.0,12089851778.417196
+0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,2.0,11783642889.632044
+0.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,2.0,12918694901.766243
+0.0,0.0,0.0,1.0,0.0,1.0,1.0,2.0,2.0,13559965557.687483
+0.0,0.0,1.0,1.0,1.0,1.0,0.0,2.0,1.0,13743550838.768908
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,2.0,15312505263.673683
+2.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,10632890934.184532
+2.0,0.0,1.0,1.0,0.0,1.0,0.0,3.0,2.0,7104290991.759023
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,5609028291.9387045
+1.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,10269365455.90848
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,3.0,5358769626.493757
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,3.0,5413071485.022031
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,0.0,5524617696.455405
+0.0,1.0,0.0,1.0,0.0,1.0,0.0,2.0,3.0,5883010454.109577
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,2.0,9880837104.519495
+1.0,1.0,1.0,1.0,0.0,0.0,1.0,2.0,3.0,10402709697.822088
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,10478138412.017168
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,10275897573.963343
+0.0,0.0,1.0,0.0,1.0,1.0,1.0,3.0,2.0,5520012806.429711
+1.0,1.0,1.0,1.0,1.0,0.0,1.0,3.0,2.0,10467861049.612429
+2.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,5536240228.535996
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,10520800675.014572
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,10571673834.261526
+0.0,1.0,0.0,1.0,0.0,0.0,1.0,3.0,0.0,5303154846.818372
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,10524354935.975086
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8146469908.297905
+0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2751497562.180254
+1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5111958755.732292
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5492386746.144499
+0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,5838252194.436778
+1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,9157643713.790216
+2.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,8725917881.017065
+0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,8793320381.554344
+1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,12705257909.722488
+2.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,10756377585.89932
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,10860100930.50205
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,2.0,0.0,13266987723.033262
+0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,9909170265.975996
+1.0,1.0,0.0,0.0,0.0,0.0,0.0,2.0,0.0,14322613248.733103
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,3.0,0.0,11595544071.596024
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,8498732877.373275
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,0.0,11750487231.831547
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.0,0.0,10084408059.511795
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.0,9848377853.032824
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,12798179535.467672
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,2.0,15251088619.069136
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.0,1.0,11642112100.11391
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.0,2.0,12446800294.572485
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.0,3.0,11473711646.565487
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8146469908.297905
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5492368456.744541
+2.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,8725809067.483562
+2.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,10756377585.89932
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,12877238669.53101
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,16232147970.356508
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,17276238156.558975
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,0.0,16089035406.763796
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,17270333243.662476
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.0,0.0,10084408059.511795
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.0,0.0,9848377853.032824
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.0,3.0,11473711743.841167
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,3.0,0.0,11595544071.596024
+2.0,1.0,1.0,0.0,0.0,0.0,0.0,3.0,0.0,13041985695.23333
+2.0,1.0,1.0,1.0,0.0,0.0,0.0,3.0,0.0,13438400120.333483
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,3.0,3.0,13175045908.951681
+2.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,14023081992.960411
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,0.0,14109387257.53018
+1.0,0.0,1.0,1.0,1.0,0.0,1.0,2.0,2.0,15067865666.964005
+0.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,10662526762.942175
+2.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,1.0,13379358325.974688
+0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,12292321232.772312
+1.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,13404268723.41766
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,14911863431.18995
+1.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,3.0,14253216951.065857
+1.0,0.0,1.0,1.0,1.0,0.0,1.0,2.0,3.0,14427994927.116983
+0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,2.0,10298586930.887213
+0.0,0.0,1.0,1.0,0.0,0.0,1.0,2.0,1.0,13549235890.841936
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,2.0,15386698506.874779
+1.0,1.0,1.0,0.0,1.0,0.0,1.0,2.0,3.0,14568255189.2125
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,14982687504.58845
+0.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,1.0,13434937285.712751
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,2.0,2.0,14628566078.695833
+2.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,1.0,11193557883.566849
+2.0,0.0,1.0,0.0,1.0,1.0,1.0,2.0,2.0,14193940322.997305
+0.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,9632519385.445263
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,12910472329.630178
+1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,12468874571.85002
+2.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,3.0,12362391133.693079
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,16077609838.211012
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,14602100074.032648
+1.0,1.0,1.0,0.0,0.0,1.0,1.0,3.0,2.0,14662090139.59776
+2.0,1.0,0.0,1.0,1.0,0.0,1.0,1.0,3.0,13438548206.760126
+0.0,0.0,1.0,1.0,1.0,1.0,1.0,2.0,0.0,13720451293.083933
+0.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,2.0,12422560861.231298
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,0.0,13786295870.452936
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,2.0,12855040139.862837
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,0.0,14399200556.385109
+2.0,1.0,0.0,0.0,1.0,0.0,0.0,3.0,0.0,10880623242.099306
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,13323686983.956947
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,3.0,11831169215.2977
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,1.0,14286387786.85281
+2.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,3.0,13506559460.602041
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,3.0,15017968999.908392
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,14586168519.839378
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,3.0,15274754649.253447
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,14821951309.889946
+0.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,4992984856.276931
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,0.0,15049135427.169708
+0.0,0.0,1.0,0.0,1.0,0.0,1.0,3.0,0.0,12300183518.7381
+0.0,0.0,1.0,1.0,1.0,1.0,1.0,2.0,2.0,14901908189.343645
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,16239592451.187845
+2.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,12689099302.353321
+2.0,0.0,1.0,1.0,0.0,1.0,0.0,1.0,2.0,12790717009.223387
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,0.0,14221635658.760386
+1.0,1.0,1.0,0.0,1.0,0.0,1.0,3.0,1.0,14401834217.605953
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,2.0,0.0,12808082412.325474
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,15203575881.047222
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,15097712394.617968
+1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,2.0,12894540709.354473
+1.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,11478960786.722055
+1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,3.0,11496525749.918375
+1.0,0.0,1.0,1.0,1.0,1.0,0.0,2.0,2.0,14357811008.1337
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,2.0,14663208104.648384
+1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,2.0,13164009072.635054
+2.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,10542740269.050732
+0.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,3.0,11645632713.048117
+1.0,1.0,1.0,0.0,0.0,1.0,1.0,3.0,0.0,14371553521.821047
+2.0,0.0,0.0,0.0,1.0,1.0,1.0,2.0,0.0,12831600639.526976
+0.0,1.0,1.0,1.0,0.0,0.0,1.0,3.0,0.0,12484488023.630638
+2.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,2.0,15099786942.006248
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,1.0,12988227470.62063
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,3.0,1.0,14768125659.027607
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,12421881890.262611
+1.0,1.0,1.0,0.0,0.0,0.0,1.0,3.0,0.0,13567950330.447432
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,11746671287.02404
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,12210772587.792402
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,3.0,1.0,13292286751.84364
+1.0,1.0,0.0,0.0,1.0,1.0,1.0,2.0,1.0,15542938143.76907
+0.0,1.0,1.0,1.0,0.0,0.0,0.0,2.0,0.0,12373817991.036406
+0.0,0.0,0.0,1.0,1.0,1.0,1.0,3.0,3.0,12266206111.514534
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,15121089686.207148
+1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,3.0,14354884321.164698
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,0.0,49900697611.75261
+1.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,1.0,16284841418.21427
+0.0,1.0,0.0,0.0,1.0,0.0,1.0,2.0,0.0,12649245282.780205
+2.0,0.0,1.0,1.0,0.0,1.0,0.0,3.0,1.0,12248762568.76149
+1.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,3.0,13410884005.240973
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,0.0,13861550830.306894
+2.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,2.0,12619618206.070793
+2.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,2.0,13575059899.951809
+0.0,0.0,1.0,0.0,1.0,0.0,0.0,2.0,1.0,13532935104.163002
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,0.0,7611972109.73419
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,1.0,3.0,5642481111.794478
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,10660117090.726126
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,3.0,8563403439.062821
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,2.0,16089483270.155294
+0.0,1.0,0.0,1.0,1.0,1.0,1.0,3.0,2.0,17713662193.376507
+1.0,0.0,1.0,1.0,0.0,0.0,1.0,2.0,3.0,13145579404.557837
+1.0,0.0,0.0,1.0,1.0,1.0,0.0,3.0,3.0,11417401947.352076
+2.0,1.0,0.0,0.0,1.0,1.0,1.0,3.0,2.0,14000308006.776148
+2.0,1.0,0.0,1.0,0.0,0.0,0.0,1.0,3.0,10778103635.777699
+0.0,1.0,0.0,0.0,0.0,1.0,1.0,3.0,2.0,13125943427.183828
+0.0,1.0,1.0,0.0,1.0,0.0,1.0,2.0,1.0,13709391069.976845
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,3.0,2.0,13340679600.900229
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,11201155959.295
+1.0,0.0,0.0,1.0,0.0,1.0,0.0,2.0,0.0,11522688750.283745
+2.0,1.0,1.0,0.0,0.0,0.0,0.0,3.0,3.0,10983169391.224886
+2.0,0.0,0.0,1.0,0.0,0.0,1.0,3.0,3.0,12601108141.449959
+1.0,0.0,0.0,0.0,0.0,1.0,1.0,3.0,3.0,12257064972.250004
+2.0,0.0,1.0,1.0,0.0,0.0,0.0,2.0,0.0,11012924768.508322
+0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,12667865046.700085
+2.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,10135460428.628622
+0.0,0.0,1.0,0.0,1.0,0.0,0.0,3.0,0.0,10448185359.16682
+0.0,1.0,1.0,0.0,0.0,0.0,0.0,2.0,0.0,11352245417.38233
+0.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,10275982049.914555
+0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,12184957913.155367
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,2.0,14754441824.711329
+1.0,0.0,0.0,1.0,0.0,1.0,1.0,3.0,0.0,12850612909.982742
+2.0,0.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,11942166476.189112
+2.0,0.0,1.0,1.0,0.0,0.0,1.0,2.0,0.0,12711988294.801178
+0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,13352311418.629679
+2.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,5989960825.6562
+0.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,12144942603.001259
+2.0,0.0,1.0,0.0,1.0,0.0,0.0,2.0,2.0,13468630213.370039
+2.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,8071025020.177562
+0.0,0.0,0.0,0.0,1.0,1.0,0.0,3.0,1.0,10984846404.38515
+2.0,0.0,1.0,1.0,1.0,1.0,0.0,2.0,3.0,12476170514.317654
+0.0,0.0,1.0,1.0,0.0,1.0,1.0,3.0,2.0,13502784274.117321
+1.0,0.0,1.0,0.0,1.0,0.0,1.0,2.0,0.0,13489251090.268719
+0.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,10229007008.915602
+2.0,1.0,0.0,1.0,1.0,1.0,0.0,2.0,3.0,11997960346.741053
+1.0,0.0,1.0,1.0,1.0,1.0,0.0,2.0,2.0,13985779259.648788
+1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,11839826096.634293
+0.0,0.0,1.0,1.0,0.0,0.0,0.0,2.0,0.0,11398700320.189491
+1.0,0.0,1.0,0.0,1.0,0.0,0.0,2.0,2.0,13423107073.440504
+0.0,0.0,0.0,1.0,0.0,1.0,1.0,2.0,0.0,11898288669.140718
+1.0,1.0,0.0,1.0,0.0,0.0,0.0,1.0,2.0,12043389925.222591
+1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,11138350566.21805
+0.0,1.0,1.0,1.0,0.0,1.0,0.0,2.0,0.0,12917092930.73338
+1.0,0.0,1.0,0.0,0.0,0.0,0.0,3.0,2.0,11844664334.057436
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,14702487807.961985
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,13293134893.415646
+0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,14337534230.862976
+2.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,8819508753.362438
+2.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,13461287356.755075
+1.0,1.0,1.0,0.0,0.0,1.0,1.0,3.0,3.0,13202208993.60881
+2.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,13313575986.569265
+0.0,1.0,1.0,0.0,1.0,0.0,1.0,3.0,0.0,11763017543.364365
+0.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,12672600823.212149
+0.0,1.0,1.0,0.0,0.0,0.0,1.0,3.0,1.0,12127533138.4843
+1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,3.0,10650251079.669203
+0.0,0.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,9252662453.621029
+2.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,0.0,13912636987.301937
+1.0,1.0,0.0,1.0,1.0,1.0,0.0,3.0,0.0,11749390206.648275
+2.0,0.0,0.0,1.0,1.0,0.0,0.0,3.0,1.0,11503455638.073677
+1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,3.0,12966704097.21916
+2.0,1.0,1.0,0.0,0.0,1.0,0.0,3.0,2.0,13326563439.106268
+0.0,1.0,1.0,1.0,0.0,1.0,0.0,3.0,0.0,12158719929.965773
+1.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,2.0,14772139744.44198
+2.0,1.0,0.0,1.0,0.0,0.0,0.0,2.0,1.0,13885591061.0119
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,1.0,16028749164.501448
+2.0,1.0,1.0,0.0,1.0,1.0,0.0,2.0,1.0,13959598131.089003
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,14914131885.668266
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,0.0,15954255957.319174
+0.0,0.0,0.0,0.0,0.0,0.0,1.0,3.0,0.0,10565988294.998167
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,0.0,15859321474.790024
+0.0,1.0,1.0,1.0,0.0,1.0,0.0,3.0,3.0,13018731350.667341
+0.0,1.0,0.0,0.0,1.0,0.0,1.0,3.0,0.0,12027441811.236517
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,3.0,12550389815.107658
+1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,3.0,13826458587.682562
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,14751416504.76987
+0.0,1.0,1.0,1.0,1.0,0.0,1.0,3.0,2.0,14396443502.597118
+2.0,1.0,1.0,1.0,0.0,0.0,1.0,3.0,1.0,14748327170.99063
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,3.0,14236800706.145315
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,14917179817.652395
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,3.0,14243959136.930027
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,15673416162.11328
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,15929324771.852247
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,13084073019.59471
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,13042179713.411142
+1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,15903737855.50818
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,14522366622.954342
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,16695549968.1115
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,2.0,15478678120.888475
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,14463386659.839949
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,14397604238.654688
+1.0,1.0,0.0,0.0,1.0,1.0,1.0,3.0,2.0,14770830563.8026
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,0.0,13526400151.49568
+0.0,0.0,0.0,0.0,0.0,1.0,1.0,3.0,0.0,10884176040.66328
+0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,2.0,13236319932.441824
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,2.0,15380805677.362993
+1.0,0.0,1.0,1.0,0.0,1.0,1.0,3.0,3.0,14551380926.049883
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,14246069509.422352
+2.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,2.0,13120776749.983599
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,2.0,3.0,14938304801.171164
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,3.0,0.0,12655728742.172432
+1.0,0.0,0.0,0.0,1.0,0.0,1.0,2.0,0.0,13004797469.786604
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,11392233458.761824
+1.0,1.0,1.0,0.0,1.0,0.0,0.0,2.0,2.0,13871530210.112068
+2.0,1.0,1.0,1.0,0.0,0.0,0.0,3.0,0.0,11872339111.996523
+0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,7423574302.555194
+2.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,2.0,13657246808.30142
+0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,3211871075.4950294
+1.0,0.0,1.0,1.0,1.0,0.0,1.0,2.0,2.0,14984708105.378462
+1.0,1.0,0.0,1.0,0.0,0.0,1.0,3.0,0.0,13684477013.499737
+2.0,1.0,0.0,1.0,1.0,0.0,1.0,2.0,1.0,14789355213.691393
+1.0,1.0,0.0,0.0,0.0,1.0,1.0,2.0,3.0,14287673738.112658
+2.0,0.0,1.0,0.0,1.0,0.0,0.0,2.0,3.0,13386827094.402565
+2.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,7055470105.973162
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,0.0,9980936411.454123
+1.0,1.0,0.0,1.0,1.0,1.0,0.0,2.0,1.0,14224386857.804495
+0.0,0.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,8465178488.288426
+1.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,3444676768.755404
+0.0,1.0,0.0,0.0,0.0,0.0,0.0,3.0,0.0,10074338544.11704
+0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,8513536523.071684
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,15108433225.257673
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,10992187852.093517
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,15452391953.012367
+2.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,13471279232.675934
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.0,1.0,11081302407.634575
+0.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,12859238913.085691
+1.0,1.0,1.0,0.0,0.0,0.0,0.0,3.0,0.0,10849423027.683388
+1.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,13609237950.72095
+1.0,0.0,0.0,0.0,0.0,1.0,1.0,3.0,2.0,13874571102.320799
+0.0,0.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,8558932529.934866
+2.0,0.0,0.0,0.0,1.0,1.0,1.0,2.0,0.0,12729464509.616474
+1.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,1.0,12611406007.821594
+0.0,0.0,1.0,1.0,0.0,1.0,0.0,2.0,3.0,12504532893.173775
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,2.0,1.0,14119886306.675457
+2.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,3.0,12443165840.025682
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,1.0,15333190223.557913
+1.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,1.0,14733811592.85764
+0.0,0.0,1.0,1.0,0.0,1.0,0.0,3.0,2.0,13560884983.354015
+0.0,1.0,1.0,0.0,0.0,1.0,1.0,2.0,2.0,14409055803.391315
+2.0,0.0,1.0,1.0,0.0,1.0,0.0,2.0,0.0,12586706675.611618
+1.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,3.0,14753135779.009829
+0.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,2.0,13990494857.793615
+2.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,11588412051.484997
+0.0,0.0,1.0,1.0,0.0,0.0,1.0,3.0,1.0,12797903191.541098
+0.0,0.0,0.0,0.0,1.0,1.0,0.0,3.0,3.0,11259739674.818718
+1.0,0.0,0.0,1.0,1.0,1.0,0.0,2.0,3.0,13196111369.901518
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,2.0,16070659475.582241
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,3.0,1.0,11530208569.942822
+1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,13717835106.13489
+2.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,5054436278.721834
+0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,2.0,12516412145.425688
+0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,13683428410.355072
+1.0,0.0,0.0,1.0,1.0,0.0,1.0,3.0,0.0,12755215926.672813
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,3.0,0.0,12080679610.712181
+0.0,1.0,0.0,1.0,1.0,1.0,0.0,2.0,2.0,14736981718.77418
+1.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,12798329050.159212
+2.0,0.0,1.0,0.0,1.0,0.0,0.0,3.0,0.0,11625825142.93952
+1.0,0.0,1.0,0.0,1.0,0.0,0.0,2.0,3.0,12356571100.945772
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,0.0,13883393379.009699
+0.0,1.0,0.0,1.0,0.0,0.0,1.0,3.0,0.0,11472757936.280302
+1.0,0.0,0.0,1.0,0.0,1.0,1.0,3.0,1.0,13394465674.67254
+1.0,0.0,0.0,1.0,0.0,1.0,0.0,3.0,0.0,10921513634.417622
+1.0,1.0,0.0,1.0,0.0,0.0,0.0,3.0,3.0,12257064972.250004
+1.0,1.0,1.0,0.0,0.0,0.0,0.0,3.0,3.0,13209690629.045467
+2.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,12236502220.313328
+0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,4718027109.783772
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,0.0,14444312840.70523
+1.0,0.0,1.0,0.0,1.0,0.0,0.0,2.0,0.0,11852174933.361147
+1.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,3.0,10711076216.805037
+2.0,1.0,1.0,0.0,1.0,0.0,1.0,2.0,0.0,14185463588.042788
+0.0,1.0,1.0,0.0,1.0,0.0,1.0,3.0,3.0,13268811525.820444
+1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,3.0,11184606402.516088
+0.0,1.0,1.0,0.0,0.0,0.0,1.0,2.0,3.0,13484430876.110443
+1.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,15557640279.352987
+2.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,13451237917.42554
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,0.0,15282668231.611895
+2.0,1.0,1.0,0.0,1.0,0.0,0.0,2.0,0.0,12326960294.86089
+0.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,9783204195.037958
+2.0,0.0,1.0,0.0,0.0,0.0,0.0,3.0,3.0,11233026896.3596
+1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,11068387136.763205
+2.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,14150676402.332033
+2.0,1.0,1.0,0.0,1.0,1.0,0.0,1.0,3.0,12070676223.42339
+2.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,10435766293.101019
+2.0,0.0,0.0,1.0,1.0,1.0,1.0,2.0,0.0,13285505513.484787
+1.0,0.0,1.0,0.0,1.0,1.0,1.0,2.0,2.0,14904373539.371391
+2.0,0.0,1.0,1.0,0.0,1.0,0.0,3.0,1.0,12530386186.502268
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,3.0,3.0,14885404711.826008
+0.0,1.0,1.0,0.0,1.0,0.0,1.0,2.0,0.0,12809509780.060719
+0.0,0.0,0.0,1.0,0.0,0.0,0.0,3.0,0.0,10540573301.781883
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,2.0,0.0,10921477850.696844
+2.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,2.0,12920497594.203348
+2.0,1.0,0.0,0.0,0.0,1.0,0.0,2.0,0.0,11648576427.474798
+1.0,0.0,0.0,1.0,1.0,0.0,0.0,3.0,2.0,12812496796.875801
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,0.0,13692590391.635471
+1.0,0.0,1.0,0.0,1.0,1.0,1.0,3.0,0.0,14237408791.59993
+2.0,0.0,1.0,0.0,0.0,1.0,1.0,3.0,0.0,12516443477.618721
+2.0,1.0,1.0,0.0,0.0,0.0,1.0,3.0,1.0,13533264764.791859
+2.0,1.0,0.0,1.0,0.0,0.0,0.0,3.0,1.0,12131240613.452576
+1.0,0.0,1.0,0.0,0.0,0.0,1.0,2.0,3.0,13321042451.498085
+2.0,1.0,0.0,1.0,1.0,1.0,0.0,3.0,0.0,12845347158.352303
+0.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,10844152182.494068
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,13506887837.45271
+0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,10299849210.207561
+0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,13285064266.49839
+0.0,1.0,0.0,0.0,1.0,0.0,0.0,3.0,3.0,11460109650.329136
+0.0,0.0,0.0,0.0,1.0,0.0,0.0,2.0,1.0,12336586491.191061
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,13034495793.116482
+1.0,1.0,1.0,0.0,0.0,1.0,0.0,1.0,2.0,12670208412.258175
+0.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,10481279386.887081
+1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,7496364263.332283
+2.0,0.0,0.0,1.0,1.0,0.0,0.0,3.0,0.0,10679504855.436882
+2.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,0.0,11927480916.030533
+1.0,0.0,0.0,1.0,0.0,0.0,0.0,2.0,1.0,12453749886.359531
+0.0,1.0,0.0,0.0,0.0,0.0,0.0,2.0,1.0,12660327218.817299
+0.0,0.0,0.0,0.0,0.0,1.0,0.0,3.0,1.0,11230529070.224499
+0.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,1.0,12940377211.995731
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,2.0,1.0,15076589072.48824
+1.0,0.0,0.0,0.0,1.0,1.0,1.0,2.0,3.0,13901728679.961353
+2.0,1.0,1.0,0.0,1.0,0.0,0.0,1.0,2.0,12797903191.541098
+2.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,0.0,9265607916.535404
+0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,9668281269.638697
+1.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,9568096140.230017
+1.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,12661321056.916437
+1.0,0.0,1.0,0.0,1.0,1.0,0.0,2.0,1.0,13940157691.063803
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,3.0,0.0,11809317315.175327
+0.0,0.0,1.0,1.0,0.0,0.0,0.0,2.0,2.0,13654169915.221258
+0.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,8677467220.867573
+2.0,1.0,1.0,0.0,0.0,0.0,1.0,3.0,2.0,13484449059.122566
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,14763111118.98477
+1.0,1.0,0.0,1.0,1.0,0.0,0.0,3.0,2.0,13767808660.50236
+2.0,0.0,0.0,1.0,1.0,0.0,1.0,2.0,2.0,14161738381.709831
+2.0,1.0,1.0,0.0,0.0,1.0,1.0,3.0,3.0,14337678127.72864
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,14620310535.395771
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,7320161921.981714
+1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,6051071039.574004
+0.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,12431780603.935902
+1.0,1.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,13769969898.845802
+0.0,1.0,0.0,0.0,0.0,1.0,0.0,3.0,0.0,11294917061.424017
+1.0,1.0,0.0,1.0,0.0,1.0,0.0,2.0,3.0,13150575403.426777
+0.0,0.0,0.0,1.0,1.0,0.0,0.0,3.0,3.0,12879909016.32271
+1.0,0.0,1.0,1.0,0.0,0.0,1.0,3.0,1.0,14232302487.66415
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,2.0,14443499197.66362
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,6233792140.43487
+2.0,0.0,1.0,0.0,1.0,0.0,0.0,3.0,0.0,11668883754.580038
+2.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,3.0,14885870034.445902
+0.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,2.0,12648173350.804678
+2.0,0.0,1.0,1.0,0.0,1.0,0.0,3.0,0.0,12133492686.537285
+0.0,0.0,0.0,1.0,1.0,0.0,1.0,3.0,0.0,11963267981.988104
+2.0,0.0,0.0,1.0,1.0,1.0,1.0,3.0,3.0,14264907898.62215
+1.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,0.0,14577046981.822424
+2.0,0.0,0.0,1.0,0.0,0.0,0.0,3.0,3.0,12284333175.684391
+2.0,0.0,0.0,0.0,1.0,1.0,1.0,2.0,3.0,14157668288.66353
+1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,1568536414.3571274
+1.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,10742142391.394255
+0.0,0.0,1.0,1.0,1.0,0.0,0.0,2.0,3.0,12868373270.329777
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,13587842685.392525
+1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,2.0,13972451913.80674
+2.0,0.0,1.0,0.0,1.0,1.0,1.0,2.0,2.0,14846663657.742832
+0.0,0.0,1.0,0.0,0.0,0.0,0.0,3.0,2.0,12860297304.353083
+2.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,8476515812.9402485
+0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,3284525287.5601892
+1.0,0.0,1.0,0.0,1.0,1.0,1.0,3.0,0.0,14090619592.72473
+0.0,1.0,1.0,0.0,0.0,0.0,0.0,2.0,0.0,11355055554.6093
+0.0,1.0,0.0,0.0,1.0,0.0,0.0,2.0,1.0,12819017268.498163
+0.0,0.0,1.0,1.0,0.0,1.0,1.0,2.0,2.0,14338623807.5642
+1.0,1.0,0.0,0.0,0.0,1.0,0.0,1.0,0.0,8721209108.430794
+2.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,13890586627.254442
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,7533921481.470321
+1.0,0.0,0.0,1.0,0.0,1.0,1.0,2.0,1.0,14639037922.427738
+2.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,3.0,11341636167.116741
+0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,2.0,12657170413.611015
+0.0,1.0,0.0,0.0,0.0,1.0,0.0,1.0,0.0,8467113730.2716255
+1.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,1.0,12953334317.786741
+0.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,6257234927.885367
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,2.0,2.0,13144404427.03541
+0.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,8609853115.905842
+2.0,0.0,1.0,1.0,0.0,0.0,1.0,2.0,0.0,12932729116.229023
+1.0,0.0,1.0,1.0,0.0,0.0,0.0,2.0,0.0,11527098479.46044
+2.0,1.0,0.0,0.0,0.0,0.0,1.0,3.0,3.0,12797379096.760984
+1.0,0.0,0.0,0.0,1.0,1.0,1.0,2.0,2.0,14429639634.179775
+1.0,0.0,1.0,1.0,1.0,0.0,1.0,3.0,1.0,14474880292.739979
+1.0,0.0,1.0,1.0,1.0,0.0,0.0,2.0,0.0,12524265764.919533
+0.0,0.0,1.0,0.0,0.0,0.0,0.0,2.0,1.0,12479113084.47486
+0.0,0.0,0.0,1.0,1.0,1.0,0.0,2.0,1.0,13547198439.36274
+2.0,0.0,1.0,1.0,0.0,1.0,0.0,3.0,3.0,11937034530.259785
+0.0,1.0,1.0,0.0,1.0,0.0,0.0,2.0,2.0,13984468848.896416
+2.0,1.0,1.0,1.0,0.0,0.0,1.0,2.0,3.0,14563926900.7381
+2.0,1.0,1.0,1.0,0.0,1.0,0.0,2.0,3.0,13728569702.694094
+0.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,9422317701.708267
+1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,2.0,11743484714.680296
+2.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0,2.0,11733357112.937082
+2.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,12307419651.010809
+1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,8919094890.250538
+1.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,10920273268.918282
+0.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,9662862719.709341
+0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,10720963342.88214
+0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,11754748918.563099
+1.0,1.0,0.0,1.0,0.0,1.0,0.0,3.0,3.0,11739583174.359812
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,13008417747.124165
+0.0,1.0,1.0,1.0,1.0,0.0,0.0,3.0,0.0,12514281924.246046
+2.0,1.0,0.0,1.0,0.0,0.0,1.0,3.0,0.0,12733095224.452637
+2.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,13867452119.154696
+0.0,1.0,0.0,1.0,0.0,0.0,0.0,1.0,2.0,11887652176.807428
+1.0,1.0,0.0,0.0,0.0,0.0,1.0,2.0,0.0,12469045594.31212
+2.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,11916238377.198992
+1.0,1.0,0.0,1.0,0.0,0.0,1.0,2.0,3.0,12714024713.521238
+2.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,11117855943.716965
+2.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,2.0,14664670316.214285
+0.0,0.0,1.0,0.0,1.0,1.0,0.0,2.0,0.0,11786670689.850264
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,3.0,2.0,12977490542.653767
+1.0,1.0,0.0,1.0,0.0,0.0,0.0,2.0,1.0,12501375151.26664
+2.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,2.0,12443630354.494143
+2.0,0.0,0.0,1.0,1.0,0.0,0.0,2.0,0.0,11105916010.39958
+0.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,13671885681.160686
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,14609780078.98047
+1.0,1.0,0.0,0.0,1.0,0.0,0.0,2.0,1.0,12643455810.489769
+1.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,5766580360.18061
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,2.0,11702585803.359112
+0.0,0.0,1.0,0.0,1.0,1.0,1.0,2.0,1.0,14055841045.304787
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,1.0,12377325235.262009
+2.0,0.0,1.0,0.0,1.0,1.0,0.0,3.0,1.0,11775636443.710691
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,2.0,2.0,12935790616.11877
+2.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,8319329129.299013
+2.0,0.0,1.0,1.0,0.0,0.0,1.0,3.0,1.0,11710177783.919115
+1.0,1.0,1.0,1.0,0.0,0.0,1.0,2.0,0.0,14681722283.47763
+2.0,1.0,0.0,1.0,0.0,0.0,0.0,2.0,1.0,12720752763.265518
+2.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,8880442601.259247
+2.0,0.0,1.0,0.0,0.0,0.0,0.0,3.0,2.0,11179904791.930792
+2.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,10537108006.410776
+0.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,5926487844.77343
+2.0,0.0,0.0,0.0,0.0,1.0,1.0,2.0,0.0,9991107913.956577
+1.0,0.0,0.0,1.0,1.0,1.0,0.0,2.0,0.0,5804639067.542781
+1.0,0.0,1.0,0.0,1.0,1.0,1.0,2.0,0.0,11107569030.764635
+2.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,3.0,10679972488.39087
+2.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,6016955781.391962
+1.0,0.0,1.0,0.0,1.0,1.0,0.0,2.0,0.0,5955429565.134533
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,0.0,6030926591.561527
+1.0,1.0,1.0,1.0,0.0,1.0,0.0,2.0,2.0,5816929591.88422
+2.0,1.0,0.0,1.0,1.0,1.0,0.0,2.0,1.0,5746300818.847867
+0.0,1.0,0.0,1.0,1.0,0.0,0.0,1.0,3.0,5792903692.976104
+2.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,10743134868.240822
+2.0,1.0,0.0,1.0,0.0,1.0,0.0,3.0,2.0,6007774059.633164
+1.0,0.0,0.0,1.0,0.0,0.0,0.0,2.0,2.0,5682237892.57161
+1.0,1.0,1.0,1.0,0.0,0.0,1.0,3.0,0.0,11099222610.448364
+2.0,0.0,0.0,0.0,0.0,1.0,0.0,2.0,0.0,6218634760.924586
+0.0,1.0,0.0,1.0,0.0,1.0,0.0,3.0,0.0,5716180219.729967
+1.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,6134705871.52699
+0.0,0.0,0.0,1.0,1.0,0.0,1.0,3.0,0.0,5933274396.140998
+1.0,0.0,0.0,1.0,0.0,1.0,0.0,2.0,3.0,6012216824.587563
+0.0,1.0,1.0,0.0,0.0,1.0,1.0,2.0,3.0,5863314414.372156
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.0,3.0,6028999487.535044
+1.0,0.0,0.0,0.0,0.0,1.0,1.0,2.0,1.0,10913492022.783005
+0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,5587965756.945841
+0.0,0.0,1.0,1.0,0.0,1.0,1.0,3.0,2.0,6079027355.6231
+2.0,1.0,0.0,0.0,1.0,0.0,0.0,2.0,1.0,6026783023.757579
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,1.0,6055761451.444905
+2.0,1.0,1.0,0.0,0.0,1.0,0.0,3.0,0.0,5810507722.1647625
+0.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,6266331626.802354
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,10578417278.363646
+0.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,5911528070.891045
+1.0,1.0,0.0,0.0,1.0,0.0,1.0,3.0,2.0,10604352662.593887
+0.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,6484453522.679377
+0.0,1.0,0.0,1.0,1.0,1.0,1.0,3.0,3.0,5852539416.852973
+2.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,10314063225.207571
+1.0,1.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,11353933911.02149
+0.0,1.0,0.0,0.0,1.0,0.0,1.0,2.0,2.0,5895600702.755604
+2.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,10281708532.07019
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,5941064638.78327
+0.0,1.0,1.0,0.0,0.0,1.0,0.0,3.0,3.0,5868544600.938967
+1.0,0.0,1.0,1.0,1.0,1.0,0.0,3.0,3.0,6021448399.197943
+1.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,5577369266.464394
diff --git a/kernel_ridge_linear_model/model_output_data/From_summaries_X_y_before_removing_duplicate.csv b/kernel_ridge_linear_model/model_output_data/From_summaries_X_y_before_removing_duplicate.csv
index b82754161c13593879367a0969c21a43826de528..73c27f5c39d68b1aee27c0fa7a02630509b7b04e 100755
--- a/kernel_ridge_linear_model/model_output_data/From_summaries_X_y_before_removing_duplicate.csv
+++ b/kernel_ridge_linear_model/model_output_data/From_summaries_X_y_before_removing_duplicate.csv
@@ -1,214 +1,629 @@
-X_0,X_1,X_2,X_3,X_4,X_5,X_6,X_7,X_8,X_9,y
-2.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,8236960890.90969
-2.0,0.0,0.0,1.0,1.0,2.0,1.0,0.0,0.0,0.0,6957102505.948323
-2.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,6956231392.081026
-1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,11285968381.230984
-2.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,8096707069.234942
-2.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,994906080.8659663
-1.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,3998672440.749671
-0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,1.0,0.0,6501654671.113798
-0.0,0.0,0.0,1.0,0.0,2.0,1.0,1.0,0.0,0.0,6532788063.289651
-0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,8964027358.211496
-2.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,8321129010.784183
-1.0,0.0,0.0,1.0,1.0,2.0,0.0,0.0,1.0,0.0,7249844128.351241
-0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,7650055845.407672
-2.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,9340120487.55429
-2.0,0.0,0.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,6806147312.252427
-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.08333333333333333
-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.08333333333333333
-2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1016987763.6032282
-2.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1980229389.772511
-2.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,5377240292.736961
-0.0,0.0,0.0,0.0,0.0,2.0,1.0,0.0,0.0,0.0,3307720550.5370083
-0.0,0.0,0.0,0.0,0.0,2.0,1.0,1.0,0.0,0.0,5789616901.049658
-0.0,0.0,0.0,0.0,0.0,2.0,1.0,1.0,1.0,0.0,7665772326.561901
-2.0,1.0,1.0,0.0,0.0,2.0,1.0,0.0,0.0,0.0,5072151352.996373
-2.0,1.0,1.0,1.0,0.0,2.0,1.0,0.0,0.0,0.0,5822958761.806049
-2.0,1.0,0.0,0.0,0.0,2.0,1.0,0.0,0.0,0.0,4149980287.5936337
-2.0,1.0,0.0,0.0,0.0,2.0,1.0,1.0,0.0,0.0,6611133148.221605
-2.0,1.0,0.0,0.0,0.0,2.0,1.0,1.0,1.0,0.0,8224428196.629629
-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.08333333333333333
-0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,997516184.7000968
-1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1014996574.3865615
-2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1010122436.9405816
-0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2018619748.5607243
-1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1998856653.9939156
-0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,2905397356.669485
-1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,3029054692.61153
-2.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,5058399218.983161
-2.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,5026691733.102776
-0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,5947637003.818383
-1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,5035525633.343237
-2.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,5326600510.288329
-2.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,4059018123.5159216
-0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,4062233415.93208
-0.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,5236095548.271565
-0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,3139835723.7949314
-2.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2075033200.5312083
-0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,2745412415.8531094
-0.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,7043096708.760907
-1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,8950387999.31977
-2.0,0.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,5363512027.675722
-0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,9185604320.908272
-0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,4533975344.242078
-2.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,9820095844.135439
-2.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,7854719115.244439
-0.0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,6336774201.724871
-1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,4969363871.73078
-1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,10870309597.28764
-0.0,1.0,0.0,0.0,0.0,2.0,0.0,0.0,1.0,0.0,3845281263.097989
-0.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,3839950848.6291375
-1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,4153496621.1304984
-2.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,6443423519.784533
-2.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,6519117311.516021
-0.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,6448575832.027497
-1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,6539495281.754154
-2.0,1.0,0.0,0.0,0.0,2.0,1.0,1.0,0.0,0.0,6473246073.976255
-0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,3145168392.3157244
-0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,3331046015.069652
-0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,5724131219.984087
-0.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,9166575000.916658
-1.0,0.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,6540008502.011052
-1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,7245431755.278297
-0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,3321398441.599851
-0.0,0.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,5549420363.04308
-2.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,9229945635.620207
-1.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,7263008047.412917
-0.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,4385426351.149858
-1.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,5040602049.508794
-2.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,0.0,6928278461.367919
-0.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,5821399464.43125
-2.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,4809102669.532892
-1.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,8795770993.306417
-0.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,8367150566.874451
-1.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,8895689149.038376
-1.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,7282684688.88371
-0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,1.0,9080672696.233337
-1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,2991522026.5766816
-0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,7849108733.703288
-1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,11468876336.840899
-0.0,1.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,6807769026.0124855
-2.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,8336042547.16116
-0.0,0.0,1.0,0.0,1.0,2.0,0.0,1.0,1.0,0.0,7878296082.123358
-0.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,0.0,4093227346.033253
-0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,6788174999.151478
-2.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,9607255399.277534
-0.0,1.0,0.0,1.0,1.0,2.0,1.0,1.0,1.0,0.0,10000990098.019703
-0.0,1.0,0.0,1.0,1.0,2.0,1.0,0.0,1.0,0.0,8871225293.637558
-0.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,1.0,6657080470.788732
-0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,5194211570.625695
-0.0,0.0,0.0,1.0,1.0,2.0,1.0,0.0,0.0,0.0,6806981239.9597025
-1.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,4244013818.5089927
-2.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,3742206854.226074
-0.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,7487495881.877265
-0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,8782098570.274353
-1.0,0.0,1.0,1.0,1.0,2.0,0.0,1.0,0.0,0.0,9750580159.519491
-0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,5162462701.2069845
-1.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,4242843383.922169
-1.0,1.0,1.0,1.0,0.0,2.0,1.0,1.0,1.0,0.0,9571301409.852697
-1.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,8376542330.856669
-1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,9479212087.891254
-1.0,0.0,0.0,0.0,1.0,2.0,1.0,0.0,0.0,0.0,5449442794.474265
-1.0,1.0,0.0,1.0,0.0,2.0,1.0,0.0,1.0,0.0,7529950377.627011
-1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,10578920865.440357
-1.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,6670179627.937381
-0.0,1.0,1.0,1.0,0.0,2.0,1.0,1.0,1.0,0.0,9413093613.215984
-0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,6681499595.769274
-2.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,8384408354.2244835
-1.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,1.0,10534122128.398308
-2.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,5256269415.345153
-2.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,9521179864.608822
-0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,1.0,8622547962.923044
-0.0,0.0,1.0,0.0,0.0,2.0,1.0,0.0,0.0,0.0,4292324465.390988
-1.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0,6005284650.492433
-1.0,0.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,7512075661.626064
-2.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,3550266447.4968843
-1.0,0.0,1.0,0.0,0.0,2.0,1.0,1.0,1.0,0.0,8906781623.528154
-0.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,5000900162.029165
-2.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,8411277841.329655
-2.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,8447801037.389967
-0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,6634071263.19351
-1.0,1.0,1.0,1.0,0.0,2.0,0.0,1.0,1.0,0.0,8252186829.509821
-1.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,7393168712.11001
-2.0,1.0,1.0,1.0,0.0,2.0,0.0,0.0,1.0,0.0,6057595619.146848
-1.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,3751444306.0578322
-1.0,1.0,0.0,1.0,1.0,2.0,0.0,1.0,1.0,0.0,10619025470.794495
-1.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,11384996168.94879
-1.0,1.0,1.0,1.0,0.0,2.0,0.0,1.0,0.0,0.0,6002689204.763734
-0.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,9243340173.405062
-0.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,5236287472.182222
-0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,7522756337.9222145
-2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,6788774083.176061
-1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,6591219177.81132
-1.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,7467367603.572389
-1.0,1.0,0.0,1.0,0.0,2.0,0.0,0.0,1.0,0.0,5336236245.851076
-0.0,1.0,1.0,1.0,1.0,2.0,1.0,1.0,1.0,0.0,10965958375.4152
-1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,11414873580.275099
-2.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,7192278369.94203
-0.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,0.0,4197888462.103562
-1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,5023055826.242454
-1.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,9969791531.659073
-1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,5065035050.042546
-2.0,0.0,1.0,1.0,0.0,2.0,0.0,1.0,0.0,0.0,5127442585.46165
-2.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1047552602.8539523
-2.0,1.0,0.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,7504014647.836593
-0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,9277212383.22309
-2.0,1.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,8528930131.004368
-0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,4407169583.478402
-2.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,6743861400.160503
-1.0,0.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,7543867590.03606
-2.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,9681573061.991112
-0.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,6563747111.951271
-0.0,1.0,1.0,0.0,0.0,2.0,1.0,0.0,0.0,0.0,5338401255.591975
-1.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,10017249703.99027
-2.0,1.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,1.0,9152396555.037937
-1.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,9116518219.361662
-0.0,1.0,0.0,1.0,1.0,2.0,0.0,1.0,1.0,0.0,8886756067.432705
-0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,9945201937.325336
-0.0,1.0,0.0,1.0,1.0,2.0,1.0,0.0,1.0,0.0,8938627384.378855
-2.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,2117186259.461176
-0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,6254338947.644929
-0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,2780233650.836016
-0.0,1.0,1.0,1.0,1.0,2.0,1.0,1.0,0.0,0.0,9442424814.692413
-1.0,0.0,0.0,0.0,1.0,2.0,1.0,1.0,1.0,0.0,9147875405.936972
-0.0,1.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,6759862639.591164
-0.0,1.0,0.0,1.0,1.0,2.0,1.0,1.0,1.0,0.0,10558457958.332102
-2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,3629843118.1804323
-0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,8737821661.059898
-1.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,11525411226.672567
-1.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,5281811027.365063
-2.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,8479966080.135679
-1.0,0.0,0.0,1.0,1.0,2.0,1.0,1.0,0.0,0.0,9258659160.980307
-1.0,0.0,0.0,0.0,1.0,0.0,1.0,0.0,0.0,0.0,4730794158.415373
-1.0,0.0,1.0,1.0,1.0,2.0,1.0,1.0,0.0,0.0,10575598076.510221
-2.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,5441732647.675019
-0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,7524397860.061248
-0.0,1.0,1.0,0.0,0.0,2.0,1.0,1.0,1.0,0.0,9132169894.888725
-0.0,1.0,0.0,0.0,1.0,2.0,1.0,0.0,1.0,0.0,7964637011.668193
-0.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,8993129249.25357
-2.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,1.0,6611526535.36175
-0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2083511299.9235353
-0.0,1.0,1.0,1.0,0.0,2.0,1.0,1.0,1.0,0.0,8963143553.707155
-0.0,1.0,0.0,0.0,1.0,2.0,1.0,1.0,1.0,0.0,9487576019.202854
-1.0,0.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,8314487162.431821
-2.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,1.0,7514502990.77219
-2.0,0.0,1.0,1.0,1.0,2.0,1.0,0.0,0.0,0.0,8547519937.090253
-1.0,1.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,7567673924.06596
-2.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,0.0,7144898542.440698
-1.0,1.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,9205560158.335634
-0.0,0.0,1.0,1.0,0.0,2.0,0.0,1.0,0.0,0.0,5549728340.797718
-2.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,7804268935.107504
-2.0,0.0,0.0,0.0,1.0,2.0,0.0,0.0,1.0,0.0,5328502158.043374
-1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,11529065350.201126
-1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,5231876778.838105
-1.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,4343576935.606472
-0.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,9910704551.9866
-1.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,11245140693.577787
-1.0,1.0,1.0,0.0,0.0,2.0,1.0,1.0,0.0,0.0,7549106940.648921
-1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,10604498852.593224
-0.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,7793442597.398549
-2.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,9121757215.309958
-0.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0,6238497769.737048
-2.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,5246589716.684155
-0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,3452478361.591869
-1.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,11528294469.531294
+X_0,X_1,X_2,X_3,X_4,X_5,X_6,X_7,X_8,y
+0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,10829988671.831848
+0.0,0.0,1.0,1.0,0.0,0.0,1.0,0.0,3.0,11271402985.343796
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,11835117871.856445
+0.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,11115693246.882881
+0.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,7744553642.650806
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,14014690198.265823
+2.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,1.0,12835751160.993692
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,15072476000.850086
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,3.0,3.0,15103367446.80594
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,2.0,2.0,14193154641.516396
+2.0,0.0,0.0,1.0,1.0,1.0,0.0,3.0,2.0,13704431053.692589
+1.0,1.0,0.0,1.0,1.0,1.0,0.0,2.0,3.0,13904280154.559978
+2.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,2.0,11958775708.378078
+2.0,1.0,0.0,1.0,1.0,1.0,0.0,3.0,0.0,12422190504.229136
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,3.0,13244489299.11487
+2.0,0.0,1.0,0.0,1.0,1.0,1.0,2.0,3.0,14498805298.443407
+1.0,0.0,1.0,1.0,1.0,0.0,1.0,2.0,0.0,14878826834.261774
+0.0,1.0,1.0,1.0,0.0,1.0,0.0,2.0,0.0,13184350176.340683
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,14515768479.29906
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,1.0,15148485454.424267
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,3.0,11563514337.02325
+2.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1619850293.4358807
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,2.0,15227537478.77662
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,3.0,0.0,12714137867.025375
+0.0,1.0,1.0,0.0,0.0,1.0,1.0,3.0,2.0,13712530510.380384
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,1.0,14204444570.706173
+1.0,1.0,0.0,1.0,1.0,0.0,1.0,2.0,3.0,14288735332.61318
+2.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,14395593796.65072
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,3.0,15034451445.487333
+2.0,1.0,0.0,0.0,0.0,1.0,1.0,3.0,2.0,14177780865.38339
+2.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,2.0,15278348593.857187
+1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,14874621812.74041
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,13280265392.82361
+0.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,3.0,11308622485.386433
+0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,2.0,11533320339.125751
+0.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,14823423380.68923
+1.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,12977423176.899149
+0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,11067652130.41236
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,3.0,0.0,12470196231.00789
+1.0,1.0,1.0,0.0,0.0,1.0,0.0,1.0,2.0,12658099664.813522
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,2.0,13903816180.427042
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,3.0,14471780028.94356
+2.0,0.0,1.0,0.0,1.0,0.0,0.0,2.0,0.0,11667290866.728037
+1.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,2.0,14092347150.879715
+0.0,1.0,0.0,1.0,1.0,1.0,0.0,2.0,3.0,14166071691.655617
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,3.0,14334040479.330315
+2.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,10199294208.840748
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,1.0,14563969322.455019
+1.0,1.0,0.0,0.0,1.0,1.0,1.0,2.0,3.0,14594342940.789293
+0.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,10499448253.994251
+0.0,0.0,1.0,1.0,0.0,1.0,0.0,1.0,3.0,12057461036.314661
+2.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,2.0,13026006421.821165
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,2.0,0.0,14474943149.660782
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,10890802281.840895
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,1.0,13789280489.133356
+0.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,6206361520.558573
+2.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,2.0,13753001592.597586
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,1.0,15929350146.231434
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,10346654305.863657
+1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,10312116840.40865
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,14097711236.580742
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,2.0,11969296360.974827
+2.0,1.0,1.0,0.0,1.0,1.0,0.0,2.0,3.0,13784129504.653522
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,1.0,15804679449.491407
+1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,6218480079.099067
+0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,6003554104.029585
+0.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,2.0,14151777817.088272
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,3.0,1.0,15331051050.866896
+0.0,1.0,0.0,1.0,1.0,1.0,1.0,3.0,0.0,12835751160.993692
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,3.0,15872839508.132448
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,14095406166.176382
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,2.0,14045358079.381556
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,12317273251.316717
+0.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,3.0,11817746710.23476
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,13829154623.777847
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,15864982651.64147
+0.0,1.0,0.0,1.0,1.0,1.0,1.0,3.0,3.0,13561013712.897066
+2.0,0.0,0.0,1.0,1.0,1.0,1.0,3.0,1.0,13712605724.190134
+0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,13743003093.549995
+1.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,2.0,14390518375.252914
+2.0,1.0,1.0,0.0,0.0,1.0,0.0,2.0,2.0,14087701577.399946
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,0.0,12477742826.233706
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,11913313962.28483
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,7765120631.149005
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,2.0,15012017119.704325
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,15052941194.179932
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,3.0,13070067323.916784
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,14223092043.31785
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,1.0,13677476888.483427
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,14522261174.153862
+0.0,0.0,1.0,1.0,0.0,1.0,0.0,2.0,1.0,13585184541.146809
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,15302944745.657406
+2.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,9938974695.370426
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,2.0,15847508930.071281
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,13446770287.478502
+0.0,0.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,14403991634.16166
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,11838060073.41965
+1.0,0.0,0.0,1.0,1.0,0.0,0.0,2.0,2.0,13885706747.759195
+0.0,0.0,1.0,1.0,1.0,1.0,0.0,3.0,1.0,11878826466.975676
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,13419378387.55433
+1.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,1.0,16215287124.089106
+2.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,1.0,11607890115.069016
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,1.0,15007150907.40738
+0.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,1.0,14778842018.612473
+0.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,2.0,11691120593.908926
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,2.0,13361213732.655474
+0.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,2.0,11607229911.367193
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,13772833636.56522
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,15666712622.357025
+2.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,3.0,10395312961.292013
+2.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,6111684930.418467
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,13830416959.410492
+1.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,3.0,14080045056.14418
+2.0,1.0,0.0,1.0,1.0,0.0,0.0,3.0,3.0,12321431651.786486
+2.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,0.0,14500655429.625418
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,1.0,15070431662.374104
+1.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,10515534599.263493
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,3.0,12840398976.87701
+1.0,1.0,1.0,1.0,1.0,0.0,1.0,3.0,1.0,15123376505.532131
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,3.0,14249500198.780527
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,13229665673.118774
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,11459308568.239609
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,13320350431.77916
+1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,3.0,10684388505.734846
+2.0,0.0,1.0,1.0,1.0,1.0,0.0,3.0,2.0,13766178701.51896
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,0.0,14460730440.416006
+0.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,14639637991.031757
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,3.0,13822617119.034851
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,10583914566.641617
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,7219330479.29135
+1.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,15671205570.173307
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,3.0,2.0,14103636340.557686
+1.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,10890102530.315323
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,12220292773.774273
+2.0,0.0,0.0,1.0,1.0,1.0,1.0,2.0,3.0,14446232567.00885
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,14778186805.148129
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,14313318542.904173
+0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,10075333266.836134
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,3.0,15824387279.72453
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,2.0,14129921805.012732
+2.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,1.0,15150114913.62162
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,0.0,15159761142.803434
+1.0,1.0,1.0,0.0,1.0,1.0,0.0,1.0,2.0,12976463290.882996
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,3.0,14052976912.364231
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,3.0,3.0,14320636179.941658
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,11742671105.396345
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,12442484614.867773
+2.0,0.0,1.0,1.0,1.0,0.0,0.0,2.0,1.0,13694709322.947266
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,15111309908.788132
+2.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,11461738424.790365
+2.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,0.0,12513561572.354038
+0.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,10871987779.885736
+1.0,0.0,0.0,1.0,1.0,0.0,1.0,3.0,1.0,13345451002.843914
+1.0,1.0,1.0,0.0,0.0,1.0,1.0,2.0,1.0,15248016614.238901
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,3.0,13740416059.79829
+1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,2.0,13620192752.96784
+2.0,0.0,1.0,0.0,1.0,1.0,0.0,3.0,0.0,11742271237.07176
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,3.0,3.0,14657190304.561756
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,14508144872.531439
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,2.0,15385988288.185717
+2.0,0.0,1.0,0.0,1.0,1.0,0.0,3.0,3.0,13025293818.065302
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,12295616121.028208
+1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,13569165428.480322
+0.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,1.0,12908055917.698235
+2.0,1.0,1.0,0.0,1.0,0.0,1.0,3.0,1.0,14509155276.979774
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,2.0,13468757197.367126
+2.0,0.0,1.0,0.0,0.0,1.0,1.0,2.0,3.0,13852123045.63859
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,15338505477.380306
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,13730944881.241056
+0.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,0.0,11787671039.106777
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,14726651262.589447
+1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,14933352448.024466
+1.0,1.0,1.0,1.0,0.0,1.0,0.0,2.0,1.0,14254435980.477125
+0.0,0.0,0.0,1.0,1.0,0.0,1.0,2.0,2.0,13985290271.692234
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,1.0,15106812719.332037
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,17630558694.77448
+2.0,1.0,0.0,0.0,0.0,1.0,1.0,2.0,1.0,13490088157.726112
+0.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,3.0,12740395334.46723
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,3.0,1.0,14214479437.334045
+0.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,1.0,12597441207.741884
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,1.0,13053432922.324242
+0.0,1.0,1.0,0.0,1.0,1.0,0.0,2.0,0.0,13517367790.004988
+1.0,0.0,0.0,0.0,0.0,1.0,1.0,2.0,2.0,14281185109.865158
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,11532602089.476847
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,12054278002.99187
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,15170478249.32681
+0.0,0.0,1.0,1.0,1.0,1.0,1.0,2.0,1.0,14930141866.208012
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,0.0,13997917109.93404
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,13585369100.893103
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,0.0,13731963066.512136
+0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,10887754868.731785
+0.0,0.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,3292105202.513851
+1.0,1.0,1.0,1.0,1.0,0.0,1.0,3.0,0.0,13662807379.009008
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,0.0,15432670345.815277
+2.0,1.0,1.0,0.0,0.0,1.0,1.0,2.0,1.0,13767012585.802904
+2.0,1.0,0.0,1.0,1.0,0.0,0.0,2.0,2.0,13967533864.285854
+1.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,2.0,14792899408.284023
+0.0,0.0,0.0,0.0,1.0,1.0,1.0,3.0,0.0,12035490253.659992
+0.0,1.0,1.0,1.0,0.0,0.0,1.0,2.0,2.0,14359934633.577549
+1.0,0.0,1.0,0.0,1.0,1.0,0.0,2.0,1.0,13494675675.712149
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,14263788804.637444
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,14515642055.879416
+1.0,0.0,0.0,0.0,1.0,0.0,0.0,2.0,1.0,12017367499.510292
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,14095922754.343307
+2.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,10228912840.456577
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,0.0,14384742966.220308
+0.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,3.0,10831501906.88591
+2.0,1.0,1.0,0.0,0.0,1.0,0.0,1.0,2.0,12684319010.623117
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,0.0,15834385000.403776
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,2.0,15595928215.061611
+1.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0,14004896111.680643
+2.0,1.0,1.0,1.0,0.0,1.0,0.0,3.0,2.0,13545491857.12757
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,14576855743.06251
+1.0,1.0,0.0,1.0,1.0,1.0,0.0,3.0,0.0,12080227204.913269
+1.0,1.0,1.0,0.0,1.0,1.0,0.0,1.0,2.0,13277356000.435497
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,13583376120.968113
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,13225816264.315292
+1.0,1.0,1.0,1.0,0.0,1.0,0.0,2.0,0.0,12701670777.774109
+2.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,2.0,13695515814.21211
+0.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,9201917679.644438
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,1.0,15790678762.326597
+1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,14598327031.722164
+0.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,2.0,11783642889.632044
+0.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,2.0,12918694901.766243
+0.0,0.0,0.0,1.0,0.0,1.0,1.0,2.0,2.0,13559965557.687483
+0.0,0.0,1.0,1.0,1.0,1.0,0.0,2.0,1.0,13743550838.768908
+2.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,10632890934.184532
+0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2751497562.180254
+1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5111958755.732292
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5492386746.144499
+0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,5838252194.436778
+1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,9157643713.790216
+2.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,8725917881.017065
+0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,8793320381.554344
+1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,12705257909.722488
+2.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,10756377585.89932
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,10860100930.50205
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,2.0,0.0,13266987723.033262
+0.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,9909170265.975996
+1.0,1.0,0.0,0.0,0.0,0.0,0.0,2.0,0.0,14322613248.733103
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,8498732877.373275
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,0.0,11750487231.831547
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,12798179535.467672
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,2.0,15251088619.069136
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5492368456.744541
+2.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,8725809067.483562
+2.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,10756377585.89932
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,12877238669.53101
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,17276238156.558975
+2.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,14023081992.960411
+0.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,10662526762.942175
+2.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,1.0,13379358325.974688
+0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,12292321232.772312
+1.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,13404268723.41766
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,14911863431.18995
+1.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,3.0,14253216951.065857
+1.0,0.0,1.0,1.0,1.0,0.0,1.0,2.0,3.0,14427994927.116983
+0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,2.0,10298586930.887213
+0.0,0.0,1.0,1.0,0.0,0.0,1.0,2.0,1.0,13549235890.841936
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,2.0,15386698506.874779
+1.0,1.0,1.0,0.0,1.0,0.0,1.0,2.0,3.0,14568255189.2125
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,14982687504.58845
+0.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,1.0,13434937285.712751
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,2.0,2.0,14628566078.695833
+2.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,1.0,11193557883.566849
+2.0,0.0,1.0,0.0,1.0,1.0,1.0,2.0,2.0,14193940322.997305
+0.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,9632519385.445263
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,12910472329.630178
+1.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,12468874571.85002
+2.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,3.0,12362391133.693079
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,16077609838.211012
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,14602100074.032648
+1.0,1.0,1.0,0.0,0.0,1.0,1.0,3.0,2.0,14662090139.59776
+2.0,1.0,0.0,1.0,1.0,0.0,1.0,1.0,3.0,13438548206.760126
+0.0,0.0,1.0,1.0,1.0,1.0,1.0,2.0,0.0,13720451293.083933
+0.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,2.0,12422560861.231298
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,0.0,13786295870.452936
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,0.0,14399200556.385109
+2.0,1.0,0.0,0.0,1.0,0.0,0.0,3.0,0.0,10880623242.099306
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,13323686983.956947
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,3.0,11831169215.2977
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,1.0,14286387786.85281
+2.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,3.0,13506559460.602041
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,3.0,15017968999.908392
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,14586168519.839378
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,3.0,15274754649.253447
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,14821951309.889946
+0.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,4992984856.276931
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,0.0,15049135427.169708
+0.0,0.0,1.0,0.0,1.0,0.0,1.0,3.0,0.0,12300183518.7381
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,16239592451.187845
+2.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,12689099302.353321
+2.0,0.0,1.0,1.0,0.0,1.0,0.0,1.0,2.0,12790717009.223387
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,0.0,14221635658.760386
+1.0,1.0,1.0,0.0,1.0,0.0,1.0,3.0,1.0,14401834217.605953
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,2.0,0.0,12808082412.325474
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,15203575881.047222
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,15097712394.617968
+1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,2.0,12894540709.354473
+1.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,11478960786.722055
+1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,3.0,11496525749.918375
+1.0,0.0,1.0,1.0,1.0,1.0,0.0,2.0,2.0,14357811008.1337
+1.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,2.0,13164009072.635054
+2.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,10542740269.050732
+0.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,3.0,11645632713.048117
+1.0,1.0,1.0,0.0,0.0,1.0,1.0,3.0,0.0,14371553521.821047
+2.0,0.0,0.0,0.0,1.0,1.0,1.0,2.0,0.0,12831600639.526976
+0.0,1.0,1.0,1.0,0.0,0.0,1.0,3.0,0.0,12484488023.630638
+2.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,2.0,15099786942.006248
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,1.0,12988227470.62063
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,3.0,1.0,14768125659.027607
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,12421881890.262611
+1.0,1.0,1.0,0.0,0.0,0.0,1.0,3.0,0.0,13567950330.447432
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,11746671287.02404
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,12210772587.792402
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,3.0,1.0,13292286751.84364
+1.0,1.0,0.0,0.0,1.0,1.0,1.0,2.0,1.0,15542938143.76907
+0.0,1.0,1.0,1.0,0.0,0.0,0.0,2.0,0.0,12373817991.036406
+0.0,0.0,0.0,1.0,1.0,1.0,1.0,3.0,3.0,12266206111.514534
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,15121089686.207148
+1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,3.0,14354884321.164698
+1.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,1.0,16284841418.21427
+0.0,1.0,0.0,0.0,1.0,0.0,1.0,2.0,0.0,12649245282.780205
+2.0,0.0,1.0,1.0,0.0,1.0,0.0,3.0,1.0,12248762568.76149
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,0.0,13861550830.306894
+2.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,2.0,13575059899.951809
+0.0,0.0,1.0,0.0,1.0,0.0,0.0,2.0,1.0,13532935104.163002
+1.0,0.0,1.0,1.0,0.0,0.0,1.0,2.0,3.0,13145579404.557837
+2.0,1.0,0.0,0.0,1.0,1.0,1.0,3.0,2.0,14000308006.776148
+0.0,1.0,0.0,0.0,0.0,1.0,1.0,3.0,2.0,13125943427.183828
+0.0,1.0,1.0,0.0,1.0,0.0,1.0,2.0,1.0,13709391069.976845
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,3.0,2.0,13340679600.900229
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,11201155959.295
+1.0,0.0,0.0,1.0,0.0,1.0,0.0,2.0,0.0,11522688750.283745
+2.0,1.0,1.0,0.0,0.0,0.0,0.0,3.0,3.0,10983169391.224886
+2.0,0.0,0.0,1.0,0.0,0.0,1.0,3.0,3.0,12601108141.449959
+1.0,0.0,0.0,0.0,0.0,1.0,1.0,3.0,3.0,12257064972.250004
+2.0,0.0,1.0,1.0,0.0,0.0,0.0,2.0,0.0,11012924768.508322
+0.0,0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,12667865046.700085
+0.0,0.0,1.0,0.0,1.0,0.0,0.0,3.0,0.0,10448185359.16682
+0.0,1.0,1.0,0.0,0.0,0.0,0.0,2.0,0.0,11352245417.38233
+0.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,10275982049.914555
+0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,12184957913.155367
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,2.0,14754441824.711329
+1.0,0.0,0.0,1.0,0.0,1.0,1.0,3.0,0.0,12850612909.982742
+2.0,0.0,1.0,1.0,0.0,0.0,1.0,2.0,0.0,12711988294.801178
+2.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,5989960825.6562
+0.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,12144942603.001259
+2.0,0.0,1.0,0.0,1.0,0.0,0.0,2.0,2.0,13468630213.370039
+2.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,8071025020.177562
+0.0,0.0,0.0,0.0,1.0,1.0,0.0,3.0,1.0,10984846404.38515
+2.0,0.0,1.0,1.0,1.0,1.0,0.0,2.0,3.0,12476170514.317654
+0.0,0.0,1.0,1.0,0.0,1.0,1.0,3.0,2.0,13502784274.117321
+1.0,0.0,1.0,0.0,1.0,0.0,1.0,2.0,0.0,13489251090.268719
+0.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,10229007008.915602
+1.0,0.0,1.0,1.0,1.0,1.0,0.0,2.0,2.0,13985779259.648788
+1.0,1.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,11839826096.634293
+0.0,0.0,1.0,1.0,0.0,0.0,0.0,2.0,0.0,11398700320.189491
+1.0,0.0,1.0,0.0,1.0,0.0,0.0,2.0,2.0,13423107073.440504
+0.0,0.0,0.0,1.0,0.0,1.0,1.0,2.0,0.0,11898288669.140718
+1.0,1.0,0.0,1.0,0.0,0.0,0.0,1.0,2.0,12043389925.222591
+1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,11138350566.21805
+0.0,1.0,1.0,1.0,0.0,1.0,0.0,2.0,0.0,12917092930.73338
+1.0,0.0,1.0,0.0,0.0,0.0,0.0,3.0,2.0,11844664334.057436
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,14702487807.961985
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,13293134893.415646
+0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,14337534230.862976
+2.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0,0.0,8819508753.362438
+2.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,13461287356.755075
+1.0,1.0,1.0,0.0,0.0,1.0,1.0,3.0,3.0,13202208993.60881
+2.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,13313575986.569265
+0.0,1.0,1.0,0.0,1.0,0.0,1.0,3.0,0.0,11763017543.364365
+0.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,12672600823.212149
+0.0,1.0,1.0,0.0,0.0,0.0,1.0,3.0,1.0,12127533138.4843
+1.0,0.0,0.0,1.0,1.0,0.0,0.0,1.0,3.0,10650251079.669203
+0.0,0.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,9252662453.621029
+2.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,0.0,13912636987.301937
+1.0,1.0,0.0,1.0,1.0,1.0,0.0,3.0,0.0,11749390206.648275
+2.0,0.0,0.0,1.0,1.0,0.0,0.0,3.0,1.0,11503455638.073677
+1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,3.0,12966704097.21916
+2.0,1.0,1.0,0.0,0.0,1.0,0.0,3.0,2.0,13326563439.106268
+0.0,1.0,1.0,1.0,0.0,1.0,0.0,3.0,0.0,12158719929.965773
+1.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,2.0,14772139744.44198
+2.0,1.0,0.0,1.0,0.0,0.0,0.0,2.0,1.0,13885591061.0119
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,14914131885.668266
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,0.0,15954255957.319174
+0.0,0.0,0.0,0.0,0.0,0.0,1.0,3.0,0.0,10565988294.998167
+0.0,1.0,1.0,1.0,0.0,1.0,0.0,3.0,3.0,13018731350.667341
+0.0,1.0,0.0,0.0,1.0,0.0,1.0,3.0,0.0,12027441811.236517
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,3.0,12550389815.107658
+1.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,3.0,13826458587.682562
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,14751416504.76987
+0.0,1.0,1.0,1.0,1.0,0.0,1.0,3.0,2.0,14396443502.597118
+2.0,1.0,1.0,1.0,0.0,0.0,1.0,3.0,1.0,14748327170.99063
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,3.0,14236800706.145315
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,14917179817.652395
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,3.0,14243959136.930027
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,15673416162.11328
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,15929324771.852247
+2.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,13084073019.59471
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,13042179713.411142
+1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,15903737855.50818
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,14522366622.954342
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,16695549968.1115
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,2.0,15478678120.888475
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,14463386659.839949
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,14397604238.654688
+1.0,1.0,0.0,0.0,1.0,1.0,1.0,3.0,2.0,14770830563.8026
+0.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,0.0,13526400151.49568
+0.0,0.0,0.0,0.0,0.0,1.0,1.0,3.0,0.0,10884176040.66328
+0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,2.0,13236319932.441824
+2.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,2.0,15380805677.362993
+1.0,0.0,1.0,1.0,0.0,1.0,1.0,3.0,3.0,14551380926.049883
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,14246069509.422352
+2.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,2.0,13120776749.983599
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,2.0,3.0,14938304801.171164
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,3.0,0.0,12655728742.172432
+1.0,0.0,0.0,0.0,1.0,0.0,1.0,2.0,0.0,13004797469.786604
+0.0,1.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,11392233458.761824
+1.0,1.0,1.0,0.0,1.0,0.0,0.0,2.0,2.0,13871530210.112068
+2.0,1.0,1.0,1.0,0.0,0.0,0.0,3.0,0.0,11872339111.996523
+0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,7423574302.555194
+2.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,2.0,13657246808.30142
+0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,3211871075.4950294
+1.0,1.0,0.0,1.0,0.0,0.0,1.0,3.0,0.0,13684477013.499737
+2.0,1.0,0.0,1.0,1.0,0.0,1.0,2.0,1.0,14789355213.691393
+1.0,1.0,0.0,0.0,0.0,1.0,1.0,2.0,3.0,14287673738.112658
+2.0,0.0,1.0,0.0,1.0,0.0,0.0,2.0,3.0,13386827094.402565
+2.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,7055470105.973162
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,0.0,9980936411.454123
+1.0,1.0,0.0,1.0,1.0,1.0,0.0,2.0,1.0,14224386857.804495
+0.0,0.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,8465178488.288426
+1.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,3444676768.755404
+0.0,1.0,0.0,0.0,0.0,0.0,0.0,3.0,0.0,10074338544.11704
+0.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,8513536523.071684
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,15108433225.257673
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,10992187852.093517
+2.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,13471279232.675934
+0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.0,1.0,11081302407.634575
+0.0,0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,12859238913.085691
+1.0,1.0,1.0,0.0,0.0,0.0,0.0,3.0,0.0,10849423027.683388
+1.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,13609237950.72095
+1.0,0.0,0.0,0.0,0.0,1.0,1.0,3.0,2.0,13874571102.320799
+0.0,0.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,8558932529.934866
+2.0,0.0,0.0,0.0,1.0,1.0,1.0,2.0,0.0,12729464509.616474
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,2.0,1.0,14119886306.675457
+2.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,3.0,12443165840.025682
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,1.0,15333190223.557913
+1.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,1.0,14733811592.85764
+0.0,0.0,1.0,1.0,0.0,1.0,0.0,3.0,2.0,13560884983.354015
+0.0,1.0,1.0,0.0,0.0,1.0,1.0,2.0,2.0,14409055803.391315
+2.0,0.0,1.0,1.0,0.0,1.0,0.0,2.0,0.0,12586706675.611618
+1.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,3.0,14753135779.009829
+0.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,2.0,13990494857.793615
+2.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,11588412051.484997
+0.0,0.0,1.0,1.0,0.0,0.0,1.0,3.0,1.0,12797903191.541098
+0.0,0.0,0.0,0.0,1.0,1.0,0.0,3.0,3.0,11259739674.818718
+1.0,0.0,0.0,1.0,1.0,1.0,0.0,2.0,3.0,13196111369.901518
+1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,2.0,16070659475.582241
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,3.0,1.0,11530208569.942822
+1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,13717835106.13489
+0.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,2.0,12516412145.425688
+0.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,1.0,13683428410.355072
+1.0,0.0,0.0,1.0,1.0,0.0,1.0,3.0,0.0,12755215926.672813
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,3.0,0.0,12080679610.712181
+0.0,1.0,0.0,1.0,1.0,1.0,0.0,2.0,2.0,14736981718.77418
+1.0,0.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,12798329050.159212
+2.0,0.0,1.0,0.0,1.0,0.0,0.0,3.0,0.0,11625825142.93952
+1.0,0.0,1.0,0.0,1.0,0.0,0.0,2.0,3.0,12356571100.945772
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,0.0,13883393379.009699
+0.0,1.0,0.0,1.0,0.0,0.0,1.0,3.0,0.0,11472757936.280302
+1.0,0.0,0.0,1.0,0.0,1.0,1.0,3.0,1.0,13394465674.67254
+1.0,0.0,0.0,1.0,0.0,1.0,0.0,3.0,0.0,10921513634.417622
+1.0,1.0,0.0,1.0,0.0,0.0,0.0,3.0,3.0,12257064972.250004
+1.0,1.0,1.0,0.0,0.0,0.0,0.0,3.0,3.0,13209690629.045467
+2.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,12236502220.313328
+0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,4718027109.783772
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,2.0,0.0,14444312840.70523
+1.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,3.0,10711076216.805037
+2.0,1.0,1.0,0.0,1.0,0.0,1.0,2.0,0.0,14185463588.042788
+0.0,1.0,1.0,0.0,1.0,0.0,1.0,3.0,3.0,13268811525.820444
+1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,3.0,11184606402.516088
+0.0,1.0,1.0,0.0,0.0,0.0,1.0,2.0,3.0,13484430876.110443
+1.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,15557640279.352987
+2.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,13451237917.42554
+2.0,1.0,1.0,0.0,1.0,0.0,0.0,2.0,0.0,12326960294.86089
+0.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,9783204195.037958
+2.0,0.0,1.0,0.0,0.0,0.0,0.0,3.0,3.0,11233026896.3596
+1.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,0.0,11068387136.763205
+2.0,1.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,14150676402.332033
+2.0,1.0,1.0,0.0,1.0,1.0,0.0,1.0,3.0,12070676223.42339
+2.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,0.0,10435766293.101019
+1.0,0.0,1.0,0.0,1.0,1.0,1.0,2.0,2.0,14904373539.371391
+2.0,0.0,1.0,1.0,0.0,1.0,0.0,3.0,1.0,12530386186.502268
+2.0,1.0,1.0,1.0,0.0,1.0,1.0,3.0,3.0,14885404711.826008
+0.0,1.0,1.0,0.0,1.0,0.0,1.0,2.0,0.0,12809509780.060719
+0.0,0.0,0.0,1.0,0.0,0.0,0.0,3.0,0.0,10540573301.781883
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,2.0,0.0,10921477850.696844
+2.0,0.0,0.0,1.0,1.0,0.0,1.0,1.0,2.0,12920497594.203348
+2.0,1.0,0.0,0.0,0.0,1.0,0.0,2.0,0.0,11648576427.474798
+1.0,0.0,0.0,1.0,1.0,0.0,0.0,3.0,2.0,12812496796.875801
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,2.0,0.0,13692590391.635471
+1.0,0.0,1.0,0.0,1.0,1.0,1.0,3.0,0.0,14237408791.59993
+2.0,0.0,1.0,0.0,0.0,1.0,1.0,3.0,0.0,12516443477.618721
+2.0,1.0,1.0,0.0,0.0,0.0,1.0,3.0,1.0,13533264764.791859
+2.0,1.0,0.0,1.0,0.0,0.0,0.0,3.0,1.0,12131240613.452576
+1.0,0.0,1.0,0.0,0.0,0.0,1.0,2.0,3.0,13321042451.498085
+2.0,1.0,0.0,1.0,1.0,1.0,0.0,3.0,0.0,12845347158.352303
+0.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,0.0,10844152182.494068
+0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,10299849210.207561
+0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,2.0,13285064266.49839
+0.0,1.0,0.0,0.0,1.0,0.0,0.0,3.0,3.0,11460109650.329136
+0.0,0.0,0.0,0.0,1.0,0.0,0.0,2.0,1.0,12336586491.191061
+2.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,0.0,13034495793.116482
+1.0,1.0,1.0,0.0,0.0,1.0,0.0,1.0,2.0,12670208412.258175
+0.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,0.0,10481279386.887081
+1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,7496364263.332283
+2.0,0.0,0.0,1.0,1.0,0.0,0.0,3.0,0.0,10679504855.436882
+2.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,0.0,11927480916.030533
+1.0,0.0,0.0,1.0,0.0,0.0,0.0,2.0,1.0,12453749886.359531
+0.0,1.0,0.0,0.0,0.0,0.0,0.0,2.0,1.0,12660327218.817299
+0.0,0.0,0.0,0.0,0.0,1.0,0.0,3.0,1.0,11230529070.224499
+0.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,1.0,12940377211.995731
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,2.0,1.0,15076589072.48824
+1.0,0.0,0.0,0.0,1.0,1.0,1.0,2.0,3.0,13901728679.961353
+2.0,1.0,1.0,0.0,1.0,0.0,0.0,1.0,2.0,12797903191.541098
+2.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,0.0,9265607916.535404
+0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,9668281269.638697
+1.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,0.0,9568096140.230017
+1.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,12661321056.916437
+1.0,0.0,1.0,0.0,1.0,1.0,0.0,2.0,1.0,13940157691.063803
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,3.0,0.0,11809317315.175327
+0.0,0.0,1.0,1.0,0.0,0.0,0.0,2.0,2.0,13654169915.221258
+0.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,8677467220.867573
+1.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,14763111118.98477
+1.0,1.0,0.0,1.0,1.0,0.0,0.0,3.0,2.0,13767808660.50236
+2.0,0.0,0.0,1.0,1.0,0.0,1.0,2.0,2.0,14161738381.709831
+2.0,1.0,1.0,0.0,0.0,1.0,1.0,3.0,3.0,14337678127.72864
+1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,3.0,14620310535.395771
+1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,7320161921.981714
+1.0,1.0,1.0,0.0,1.0,1.0,0.0,0.0,0.0,6051071039.574004
+0.0,1.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,12431780603.935902
+1.0,1.0,0.0,1.0,1.0,0.0,1.0,1.0,0.0,13769969898.845802
+0.0,1.0,0.0,0.0,0.0,1.0,0.0,3.0,0.0,11294917061.424017
+1.0,1.0,0.0,1.0,0.0,1.0,0.0,2.0,3.0,13150575403.426777
+0.0,0.0,0.0,1.0,1.0,0.0,0.0,3.0,3.0,12879909016.32271
+1.0,0.0,1.0,1.0,0.0,0.0,1.0,3.0,1.0,14232302487.66415
+1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,2.0,14443499197.66362
+0.0,1.0,0.0,1.0,1.0,0.0,1.0,0.0,0.0,6233792140.43487
+2.0,0.0,1.0,0.0,1.0,0.0,0.0,3.0,0.0,11668883754.580038
+2.0,1.0,1.0,0.0,1.0,1.0,1.0,2.0,3.0,14885870034.445902
+0.0,1.0,0.0,0.0,1.0,1.0,1.0,1.0,2.0,12648173350.804678
+2.0,0.0,1.0,1.0,0.0,1.0,0.0,3.0,0.0,12133492686.537285
+0.0,0.0,0.0,1.0,1.0,0.0,1.0,3.0,0.0,11963267981.988104
+2.0,0.0,0.0,1.0,1.0,1.0,1.0,3.0,3.0,14264907898.62215
+1.0,1.0,0.0,1.0,0.0,1.0,1.0,3.0,0.0,14577046981.822424
+2.0,0.0,0.0,1.0,0.0,0.0,0.0,3.0,3.0,12284333175.684391
+2.0,0.0,0.0,0.0,1.0,1.0,1.0,2.0,3.0,14157668288.66353
+1.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,1568536414.3571274
+1.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,10742142391.394255
+0.0,0.0,1.0,1.0,1.0,0.0,0.0,2.0,3.0,12868373270.329777
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,2.0,13587842685.392525
+1.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,2.0,13972451913.80674
+0.0,0.0,1.0,0.0,0.0,0.0,0.0,3.0,2.0,12860297304.353083
+2.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,8476515812.9402485
+0.0,0.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,3284525287.5601892
+1.0,0.0,1.0,0.0,1.0,1.0,1.0,3.0,0.0,14090619592.72473
+0.0,1.0,1.0,0.0,0.0,0.0,0.0,2.0,0.0,11355055554.6093
+0.0,1.0,0.0,0.0,1.0,0.0,0.0,2.0,1.0,12819017268.498163
+0.0,0.0,1.0,1.0,0.0,1.0,1.0,2.0,2.0,14338623807.5642
+1.0,1.0,0.0,0.0,0.0,1.0,0.0,1.0,0.0,8721209108.430794
+2.0,1.0,0.0,1.0,1.0,1.0,0.0,1.0,1.0,13890586627.254442
+0.0,1.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,7533921481.470321
+1.0,0.0,0.0,1.0,0.0,1.0,1.0,2.0,1.0,14639037922.427738
+2.0,0.0,0.0,1.0,1.0,1.0,0.0,1.0,3.0,11341636167.116741
+0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,2.0,12657170413.611015
+0.0,1.0,0.0,0.0,0.0,1.0,0.0,1.0,0.0,8467113730.2716255
+1.0,1.0,1.0,0.0,1.0,1.0,0.0,3.0,1.0,12953334317.786741
+0.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,0.0,6257234927.885367
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,2.0,2.0,13144404427.03541
+0.0,0.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0,8609853115.905842
+2.0,0.0,1.0,1.0,0.0,0.0,1.0,2.0,0.0,12932729116.229023
+1.0,0.0,1.0,1.0,0.0,0.0,0.0,2.0,0.0,11527098479.46044
+2.0,1.0,0.0,0.0,0.0,0.0,1.0,3.0,3.0,12797379096.760984
+1.0,0.0,0.0,0.0,1.0,1.0,1.0,2.0,2.0,14429639634.179775
+1.0,0.0,1.0,1.0,1.0,0.0,1.0,3.0,1.0,14474880292.739979
+1.0,0.0,1.0,1.0,1.0,0.0,0.0,2.0,0.0,12524265764.919533
+0.0,0.0,1.0,0.0,0.0,0.0,0.0,2.0,1.0,12479113084.47486
+0.0,0.0,0.0,1.0,1.0,1.0,0.0,2.0,1.0,13547198439.36274
+2.0,0.0,1.0,1.0,0.0,1.0,0.0,3.0,3.0,11937034530.259785
+2.0,1.0,1.0,1.0,0.0,0.0,1.0,2.0,3.0,14563926900.7381
+2.0,1.0,1.0,1.0,0.0,1.0,0.0,2.0,3.0,13728569702.694094
+0.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,0.0,9422317701.708267
+1.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,2.0,11743484714.680296
+2.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0,2.0,11733357112.937082
+2.0,0.0,1.0,1.0,0.0,0.0,0.0,1.0,1.0,12307419651.010809
+1.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,8919094890.250538
+1.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,10920273268.918282
+0.0,1.0,0.0,0.0,1.0,0.0,1.0,1.0,0.0,9662862719.709341
+0.0,1.0,1.0,1.0,0.0,0.0,1.0,1.0,0.0,10720963342.88214
+0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,11754748918.563099
+1.0,1.0,0.0,1.0,0.0,1.0,0.0,3.0,3.0,11739583174.359812
+0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,3.0,13008417747.124165
+0.0,1.0,1.0,1.0,1.0,0.0,0.0,3.0,0.0,12514281924.246046
+2.0,1.0,0.0,1.0,0.0,0.0,1.0,3.0,0.0,12733095224.452637
+2.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,13867452119.154696
+0.0,1.0,0.0,1.0,0.0,0.0,0.0,1.0,2.0,11887652176.807428
+1.0,1.0,0.0,0.0,0.0,0.0,1.0,2.0,0.0,12469045594.31212
+2.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,11916238377.198992
+1.0,1.0,0.0,1.0,0.0,0.0,1.0,2.0,3.0,12714024713.521238
+2.0,1.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,11117855943.716965
+0.0,0.0,1.0,0.0,1.0,1.0,0.0,2.0,0.0,11786670689.850264
+2.0,1.0,1.0,1.0,1.0,0.0,0.0,3.0,2.0,12977490542.653767
+1.0,1.0,0.0,1.0,0.0,0.0,0.0,2.0,1.0,12501375151.26664
+2.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,2.0,12443630354.494143
+2.0,0.0,0.0,1.0,1.0,0.0,0.0,2.0,0.0,11105916010.39958
+0.0,1.0,1.0,1.0,0.0,1.0,0.0,1.0,1.0,13671885681.160686
+2.0,0.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,14609780078.98047
+1.0,1.0,0.0,0.0,1.0,0.0,0.0,2.0,1.0,12643455810.489769
+1.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,5766580360.18061
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,1.0,2.0,11702585803.359112
+0.0,0.0,1.0,0.0,1.0,1.0,1.0,2.0,1.0,14055841045.304787
+2.0,1.0,1.0,1.0,1.0,1.0,0.0,3.0,1.0,12377325235.262009
+2.0,1.0,0.0,0.0,0.0,0.0,0.0,2.0,2.0,12935790616.11877
+2.0,0.0,1.0,0.0,0.0,1.0,0.0,1.0,0.0,8319329129.299013
+1.0,1.0,1.0,1.0,0.0,0.0,1.0,2.0,0.0,14681722283.47763
+2.0,1.0,0.0,1.0,0.0,0.0,0.0,2.0,1.0,12720752763.265518
+2.0,0.0,1.0,0.0,1.0,0.0,1.0,0.0,0.0,8880442601.259247
diff --git a/kernel_ridge_linear_model/utils_functions_for_estimation.py b/kernel_ridge_linear_model/utils_functions_for_estimation.py
index a60d45d01317abde5a4bde38a0bc2bcafbbcc582..e36decf8702102ca8cc8fb6335b3c1d9cd749a15 100755
--- a/kernel_ridge_linear_model/utils_functions_for_estimation.py
+++ b/kernel_ridge_linear_model/utils_functions_for_estimation.py
@@ -330,7 +330,7 @@ def  write_sorted_estimations_of_configurations(number_of_combinaison, gauss_pro
 
     number_of_configuration_written = 0
     with open(output_file_path,'w') as file:
-        file.write("configurations,google pixel format, model format, energy_efficiency estimated\n")
+        file.write("rank, configurations,google pixel format, model format, energy_efficiency estimated\n")
         for raw_result in sorted_configuration_google_pixel_format__model_format__efficiency:
            
             retained_combination = raw_result[0]
@@ -343,11 +343,11 @@ def  write_sorted_estimations_of_configurations(number_of_combinaison, gauss_pro
             raw_configuration = str(raw_result[0]).replace(",", "-")
             model_type_configuration = str(raw_result[1])[1:-1].replace(" ", "").replace(",", "-") 
             energy_efficiency = str(raw_result[2])
-
+            number_str = str(number_of_configuration_written)
             print("--- Raw result :", raw_result)
 
 
-            string_to_write =  user_friendly + "," +  raw_configuration  + "," + model_type_configuration + "," + energy_efficiency
+            string_to_write = number_str + "," + user_friendly + "," +  raw_configuration  + "," + model_type_configuration + "," + energy_efficiency
              
 
           
diff --git a/log_file_looking_at_best_configurations.txt b/log_file_looking_at_best_configurations.txt
new file mode 100755
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391